mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
The Open Vulnerability Assessment System (OpenVAS) is a framework of several services and tools offering a comprehensive and powerful vulnerability scanning and vulnerability management solution. This package contains core libraries. WWW: http://www.openvas.org/
10 lines
232 B
C
10 lines
232 B
C
--- misc/pcap_openvas.h.orig 2015-08-03 10:14:29 UTC
|
|
+++ misc/pcap_openvas.h
|
|
@@ -26,6 +26,7 @@
|
|
#ifndef OPENVAS_PCAP_H
|
|
#define OPENVAS_PCAP_H
|
|
|
|
+#include <netinet/in.h>
|
|
#include <pcap.h>
|
|
|
|
int v6_is_local_ip (struct in6_addr *);
|