From 486518fcaaa4b373ad28bfaa87b26523a50d9cd2 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Mon, 19 Jan 2004 23:34:48 +0000 Subject: This is a development fork of arpwatch. This has been threaded in order to better deal with the requirements of multi-interface routers. Information regarding MAC addresses and interfaces is maintained by the program, and an alert is issued should a device move between interfaces. In addition, event processing has been refactored, and some bugs have been fixed. PR: 59180 Submitted by: Matthew George Approved by: portmgr --- net/arpwatch-devel/files/patch-aq | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net/arpwatch-devel/files/patch-aq (limited to 'net/arpwatch-devel/files/patch-aq') diff --git a/net/arpwatch-devel/files/patch-aq b/net/arpwatch-devel/files/patch-aq new file mode 100644 index 000000000000..f300a7b2afc4 --- /dev/null +++ b/net/arpwatch-devel/files/patch-aq @@ -0,0 +1,12 @@ +--- ../arpwatch.orig/util.h Sun Oct 6 06:22:14 1996 ++++ ./util.h Wed Sep 10 13:03:27 2003 +@@ -11,6 +11,9 @@ + extern char *arpfile; + extern char *oldarpfile; + extern char *ethercodes; ++extern char *etherfile; ++extern struct einfo einfo_table[]; ++extern int et_cnt; + + extern u_char zero[6]; + extern u_char allones[6]; -- cgit v1.2.3