ports/security/openvas-libraries/files/patch-nasl-capture_packet.c
Tijl Coosemans 292294adfb Update OpenVAS ports from version 2 to version 8. All components have
been renamed and rearranged.  The graphical user interface provided by
security/openvas-client has been discontinued.  Instead there is now a
web interface provided by security/greenbone-security-assistant and a
command-line interface provided by security/openvas-client.
2016-03-17 12:57:25 +00:00

10 lines
313 B
C

--- nasl/capture_packet.c.orig 2015-08-03 10:14:31 UTC
+++ nasl/capture_packet.c
@@ -17,6 +17,7 @@
*
*/
+#include <sys/socket.h> /* for AF_INET6 */
#include <arpa/inet.h> /* for inet_ntoa */
#include <string.h> /* for bcopy */
#include <glib.h> /* for gfree */