486518fcaa
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
14 lines
488 B
Plaintext
14 lines
488 B
Plaintext
sbin/arpwatch
|
|
sbin/arpsnmp
|
|
arpwatch/arp2ethers
|
|
arpwatch/ethercodes.dat
|
|
arpwatch/d.awk
|
|
arpwatch/e.awk
|
|
arpwatch/p.awk
|
|
etc/rc.d/arpwatch.sh.sample
|
|
@unexec test -f %D/arpwatch/arp.dat && test -s %D/arpwatch/arp.dat || rm -f %D/arpwatch/arp.dat
|
|
@unexec test -f %D/arpwatch/ether.dat && test -s %D/arpwatch/ether.dat || rm -f %D/arpwatch/ether.dat
|
|
@exec test -f %D/arpwatch/arp.dat || touch %D/arpwatch/arp.dat
|
|
@exec test -f %D/arpwatch/ether.dat || touch %D/arpwatch/ether.dat
|
|
@dirrm arpwatch
|