mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
Netdiscover is an arp packet-based network address discovery tool PR: 277932 Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D44551
10 lines
217 B
C
10 lines
217 B
C
--- src/misc.c.orig 2024-03-24 19:35:50 UTC
|
|
+++ src/misc.c
|
|
@@ -27,6 +27,7 @@
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <ctype.h>
|
|
+#include <pcap/pcap.h>
|
|
#include <netinet/if_ether.h>
|
|
|
|
#include "ifaces.h"
|