diff options
author | Brian Somers <brian@FreeBSD.org> | 1997-03-30 17:19:56 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 1997-03-30 17:19:56 +0000 |
commit | 4155dab552effcfc9649b1b079121ff7f4c19974 (patch) | |
tree | 88d272acfd87fd8c8910b7331f4206abadfcde70 /net-mgmt/arpwatch-devel/pkg-descr | |
parent | 547a71585a5f61cb7023daf415cd5e6a93fce502 (diff) | |
download | ports-4155dab552effcfc9649b1b079121ff7f4c19974.tar.gz ports-4155dab552effcfc9649b1b079121ff7f4c19974.zip |
Notes
Diffstat (limited to 'net-mgmt/arpwatch-devel/pkg-descr')
-rw-r--r-- | net-mgmt/arpwatch-devel/pkg-descr | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/net-mgmt/arpwatch-devel/pkg-descr b/net-mgmt/arpwatch-devel/pkg-descr new file mode 100644 index 000000000000..4d625bc60690 --- /dev/null +++ b/net-mgmt/arpwatch-devel/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. |