mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -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
10 lines
287 B
C
10 lines
287 B
C
--- misc/network.c 2020-12-31 17:15:39.790259000 -0500
|
|
+++ misc/network.c 2020-12-31 17:16:09.182113000 -0500
|
|
@@ -44,6 +44,7 @@
|
|
#include <string.h>
|
|
#include <sys/time.h> /* for gettimeofday */
|
|
#include <sys/types.h>
|
|
+#include <sys/socket.h>
|
|
#include <unistd.h>
|
|
|
|
#ifdef __FreeBSD__
|