diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-19 23:34:48 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-19 23:34:48 +0000 |
commit | 486518fcaaa4b373ad28bfaa87b26523a50d9cd2 (patch) | |
tree | f353e6fbb8a862121294775d61b335e29d780799 /net/arpwatch-devel/files/patch-aq | |
parent | Add p5-DBI-Shell 11.93, interactive command shell for the DBI. (diff) |
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 <mdg@secureworks.net>
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=98614
Diffstat (limited to 'net/arpwatch-devel/files/patch-aq')
-rw-r--r-- | net/arpwatch-devel/files/patch-aq | 12 |
1 files changed, 12 insertions, 0 deletions
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]; |