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
12 lines
317 B
Text
12 lines
317 B
Text
--- ../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];
|