File: README

package info (click to toggle)
arpwatch 2.1a15-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,972 kB
  • sloc: sh: 3,047; ansic: 2,811; makefile: 90; awk: 90; perl: 15
file content (50 lines) | stat: -rw-r--r-- 1,894 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
@(#) $Id: README,v 1.24 2002/01/05 20:00:32 leres Exp $ (LBL)

ARPWATCH 2.1
Lawrence Berkeley National Laboratory
Network Research Group
arpwatch@ee.lbl.gov
ftp://ftp.ee.lbl.gov/arpwatch.tar.gz

This directory contains source code for arpwatch and arpsnmp, tools
that monitors ethernet or fddi 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.gz

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.gz

It should be trivial to adapt the output of any snmp query program
for use with arpsnmp.

The ethernet vendor codes in ethercodes.dat is only current at the
time the last arpwatch release was assembled. The data it contains
come from the IEEE's website:

    http://standards.ieee.org/regauth/oui/oui.txt

This is the IEEE's public Organizationally Unique Identifier (OUI)
listing. If you run across an OUI that isn't in ethercodes.dat (or
find any other deficiency) get a new copy from the IEEE website.

Under FreeBSD you can do this using use fetch(1). Next convert the
file to ethercodes.dat format using the massagevendor script.

If you still have a problem with ethercodes.dat, contact the IEEE
website (after all, they're the ones who assign OUIs...)

Please send bugs and comments to arpwatch@ee.lbl.gov.