0cee80e007
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
10 lines
273 B
C
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>
|
|
|