diff options
author | brian <brian@FreeBSD.org> | 1997-03-31 01:19:56 +0800 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1997-03-31 01:19:56 +0800 |
commit | ba251791e5515dcb721b1be157f5d4e8a7226dcc (patch) | |
tree | 6f83a056e2881a8ff88186ba36e13475fe2df774 /net-mgmt/arpwatch/pkg-descr | |
parent | 3b30be6faec3ab569070fbeecb3a11a8fe7db42f (diff) | |
download | freebsd-ports-gnome-ba251791e5515dcb721b1be157f5d4e8a7226dcc.tar.gz freebsd-ports-gnome-ba251791e5515dcb721b1be157f5d4e8a7226dcc.tar.zst freebsd-ports-gnome-ba251791e5515dcb721b1be157f5d4e8a7226dcc.zip |
Import arpwatch version 2.0.1a1, a tool for monitoring
a network interface and maintaining a table of MAC
addresses against IP numbers and host names.
Diffstat (limited to 'net-mgmt/arpwatch/pkg-descr')
-rw-r--r-- | net-mgmt/arpwatch/pkg-descr | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/net-mgmt/arpwatch/pkg-descr b/net-mgmt/arpwatch/pkg-descr new file mode 100644 index 000000000000..4d625bc60690 --- /dev/null +++ b/net-mgmt/arpwatch/pkg-descr @@ -0,0 +1,33 @@ +Maintained under FreeBSD by: brian@awfulhak.demon.co.uk + +ARPWATCH 2.0 +Lawrence Berkeley National Laboratory +Network Research Group +arpwatch@ee.lbl.gov +ftp://ftp.ee.lbl.gov/arpwatch.tar.Z + +This directory contains source code for arpwatch and arpsnmp, tools +that monitors ethernet activity and maintain a database of ethernet/ip +address pairings. It also reports certain changes via email. + +Arpwatch uses libpcap, a system-independent interface for user-level +packet capture. Before building arpwatch, you must first retrieve and +build libpcap, also from LBL, in: + + ftp://ftp.ee.lbl.gov/libpcap.tar.Z. + +Once libpcap is built (either install it or make sure arpwatch and +libpcap share the same parent directory), you can build arpwatch using +the procedure in the INSTALL file. + +Arpsnmp has the same database features of arpwatch but relies on an +external agent to collect the arp data. This distribution contains a +script, arpfetch, that uses snmpwalk from the CMU SNMP package. This +package is available from: + + ftp://ftp.net.cmu.edu/pub/snmp-dist/cmu-snmp*.tar.Z + +It should be trivial to adaptive the output of any snmp query program +for use with arpsnmp. + +Please send bugs and comments to arpwatch@ee.lbl.gov. |