mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
This is the libraries module for the Greenbone Vulnerability Management Solution. It is used for the Greenbone Security Manager appliances and provides various functionalities to support the integrated service daemons. WWW: https://github.com/greenbone/gvm-libs
11 lines
315 B
C
11 lines
315 B
C
--- boreas/sniffer.c 2021-01-04 16:55:42.803387000 -0500
|
|
+++ boreas/sniffer.c 2021-01-04 16:57:10.155504000 -0500
|
|
@@ -25,6 +25,8 @@
|
|
#include <arpa/inet.h>
|
|
#include <errno.h>
|
|
#include <glib.h>
|
|
+#include <sys/types.h>
|
|
+#include <sys/socket.h>
|
|
#include <net/if_arp.h>
|
|
#include <netinet/ip.h>
|
|
#include <stdlib.h>
|