OpenVAS stands for Open Vulnerability Assessment System and is a network security scanner with associated tools like a graphical user fontend. The core is a server component with a set of network vulnerability tests (NVTs) to detect security problems in remote systems and applications. WWW: http://www.openvas.org/ PR: ports/123127 Submitted by: Tomoyuki Sakurai <cherry@trombik.org>
10 lines
324 B
C
10 lines
324 B
C
--- libopenvas/network.h.orig 2008-04-26 23:22:23.000000000 +0900
|
|
+++ libopenvas/network.h 2008-04-26 23:21:49.000000000 +0900
|
|
@@ -27,6 +27,7 @@
|
|
#define OPENVAS_NETWORK_H
|
|
|
|
#include "arglists.h"
|
|
+#include <sys/select.h>
|
|
|
|
/* Plugin specific network functions */
|
|
int open_sock_tcp(struct arglist * , unsigned int, int );
|