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
287 B
C
10 lines
287 B
C
--- libopenvas/ids_send.c.orig 2008-04-26 23:55:47.000000000 +0900
|
|
+++ libopenvas/ids_send.c 2008-04-26 23:56:02.000000000 +0900
|
|
@@ -36,6 +36,7 @@
|
|
#include <unistd.h>
|
|
#include <stdlib.h>
|
|
#include <arpa/inet.h>
|
|
+#include <sys/socket.h>
|
|
|
|
#include "arglists.h"
|
|
#include "bpf_share.h"
|