mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
9a676e7dbc
NDPMon, Neighbor Discovery Protocol Monitor, is a tool working with ICMPv6 packets. NDPMon observes the local network to see if nodes using neighbor discovery messages behave properly. When it detects a suspicious Neighbor Discovery message, it notifies the administrator by writing in the syslog and in some cases by sending an email report. WWW: http://ndpmon.sourceforge.net Janos Mohacsi <janos.mohacsi@bsd.hu> PR: ports/106840 Submitted by: janos.mohacsi at bsd.hu
15 lines
256 B
C
15 lines
256 B
C
|
|
$FreeBSD$
|
|
|
|
--- ndpmon.h.orig
|
|
+++ ndpmon.h
|
|
@@ -38,7 +38,7 @@
|
|
|
|
#include <netinet/in.h>
|
|
#include <netinet/if_ether.h>
|
|
-#include <netinet/ether.h>
|
|
+#include <net/ethernet.h>
|
|
#include <netinet/ip6.h>
|
|
#include <netinet/icmp6.h>
|
|
#include <net/ethernet.h>
|