freebsd-ports/security/openvas/files/patch-nasl_capture_packet.h
Jose Alonso Cardenas Marquez 0cee80e007 - New port: security/openvas
This is the Open Vulnerability Assessment Scanner (OpenVAS) of the Greenbone
Vulnerability Management (GVM) Solution.

It is used for the Greenbone Security Manager appliances and is a full-featured
scan engine that executes a continuously updated and extended feed of Network
Vulnerability Tests (NVTs).

WWW: https://github.com/greenbone/openvas
2021-01-06 08:46:26 +00:00

10 lines
273 B
C

--- nasl/capture_packet.h 2020-12-31 17:18:54.965710000 -0500
+++ nasl/capture_packet.h 2020-12-31 17:18:25.229452000 -0500
@@ -19,6 +19,7 @@
#ifndef CAPTURE_PACKET_H
#define CAPTURE_PACKET_H
+#include <sys/types.h>
#include <netinet/in.h>
#include <netinet/ip6.h>