mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -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
186 B
C
10 lines
186 B
C
--- src/data_al.h.orig 2024-03-24 19:35:17 UTC
|
|
+++ src/data_al.h
|
|
@@ -30,6 +30,7 @@
|
|
|
|
#include <pthread.h>
|
|
#include "screen.h"
|
|
+#include <pcap/pcap.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|