mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
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
11 lines
379 B
C
11 lines
379 B
C
--- nasl/nasl_init.c 2020-12-31 17:24:31.913454000 -0500
|
|
+++ nasl/nasl_init.c 2020-12-31 17:25:42.418759000 -0500
|
|
@@ -38,6 +38,8 @@
|
|
|
|
#include <stdlib.h> /* for getenv. */
|
|
#include <string.h> /* for memset */
|
|
+#include <sys/types.h>
|
|
+#include <sys/socket.h>
|
|
/* to e.g. favour BSD, but also for IPPROTO_TCP and TH_FIN */
|
|
#include "nasl_raw.h"
|
|
#include "nasl_scanner_glue.h"
|