|
|
1b6bc8 |
diff -up arpwatch-2.1a15/Makefile.in.extraman arpwatch-2.1a15/Makefile.in
|
|
|
1b6bc8 |
--- arpwatch-2.1a15/Makefile.in.extraman 2009-12-14 18:01:27.000000000 +0100
|
|
|
1b6bc8 |
+++ arpwatch-2.1a15/Makefile.in 2010-03-30 15:11:30.000000000 +0200
|
|
|
1b6bc8 |
@@ -118,6 +118,10 @@ install-man: force
|
|
|
1b6bc8 |
$(DESTDIR)$(MANDEST)/man8
|
|
|
1b6bc8 |
$(INSTALL) -m 644 $(srcdir)/arpsnmp.8 \
|
|
|
1b6bc8 |
$(DESTDIR)$(MANDEST)/man8
|
|
|
1b6bc8 |
+ $(INSTALL) -m 644 $(srcdir)/arp2ethers.8 \
|
|
|
1b6bc8 |
+ $(DESTDIR)$(MANDEST)/man8
|
|
|
1b6bc8 |
+ $(INSTALL) -m 644 $(srcdir)/massagevendor.8 \
|
|
|
1b6bc8 |
+ $(DESTDIR)$(MANDEST)/man8
|
|
|
1b6bc8 |
|
|
|
1b6bc8 |
lint: $(GENSRC) force
|
|
|
1b6bc8 |
lint -hbxn $(SRC) | \
|
|
|
1b6bc8 |
diff -up arpwatch-2.1a15/arp2ethers.8.extraman arpwatch-2.1a15/arp2ethers.8
|
|
|
1b6bc8 |
--- arpwatch-2.1a15/arp2ethers.8.extraman 2010-03-30 15:12:37.000000000 +0200
|
|
|
1b6bc8 |
+++ arpwatch-2.1a15/arp2ethers.8 2010-03-30 15:53:01.000000000 +0200
|
|
|
1b6bc8 |
@@ -0,0 +1,60 @@
|
|
|
1b6bc8 |
+.TH ARP2ETHERS 8
|
|
|
1b6bc8 |
+.SH NAME
|
|
|
1b6bc8 |
+arp2ethers \- convert arpwatch address database to ethers file format
|
|
|
1b6bc8 |
+.SH SYNOPSIS
|
|
|
1b6bc8 |
+.na
|
|
|
1b6bc8 |
+.B arp2ethers
|
|
|
1b6bc8 |
+.ad
|
|
|
1b6bc8 |
+.SH "DESCRIPTION"
|
|
|
1b6bc8 |
+.B arp2ethers
|
|
|
1b6bc8 |
+converts file
|
|
|
1b6bc8 |
+.IR arp.dat
|
|
|
1b6bc8 |
+in the current directory into
|
|
|
1b6bc8 |
+.BR ethers(5)
|
|
|
1b6bc8 |
+format on
|
|
|
1b6bc8 |
+.IR stdout .
|
|
|
1b6bc8 |
+Usually
|
|
|
1b6bc8 |
+.IR arp.dat
|
|
|
1b6bc8 |
+is an ethernet/ip database file generated by
|
|
|
1b6bc8 |
+.BR arpwatch(8) .
|
|
|
1b6bc8 |
+The arpwatch daemon in Debian will create different
|
|
|
1b6bc8 |
+.IR arp.dat
|
|
|
1b6bc8 |
+depending on its configuration. All of them will be available at
|
|
|
1b6bc8 |
+.IR /var/lib/arpwatch/ .
|
|
|
1b6bc8 |
+.SH FILES
|
|
|
1b6bc8 |
+.na
|
|
|
1b6bc8 |
+.nh
|
|
|
1b6bc8 |
+.nf
|
|
|
1b6bc8 |
+/var/lib/arpwatch - default directory for arp.dat
|
|
|
1b6bc8 |
+arp.dat - ethernet/ip address database
|
|
|
1b6bc8 |
+.ad
|
|
|
1b6bc8 |
+.hy
|
|
|
1b6bc8 |
+.fi
|
|
|
1b6bc8 |
+.SH "SEE ALSO"
|
|
|
1b6bc8 |
+.na
|
|
|
1b6bc8 |
+.nh
|
|
|
1b6bc8 |
+.BR arpwatch (8),
|
|
|
1b6bc8 |
+.BR ethers (5),
|
|
|
1b6bc8 |
+.BR rarp (8),
|
|
|
1b6bc8 |
+.BR arp (8),
|
|
|
1b6bc8 |
+.ad
|
|
|
1b6bc8 |
+.hy
|
|
|
1b6bc8 |
+.SH BUGS
|
|
|
1b6bc8 |
+Please send bug reports to arpwatch@ee.lbl.gov.
|
|
|
1b6bc8 |
+.SH AUTHORS
|
|
|
1b6bc8 |
+.LP
|
|
|
1b6bc8 |
+Original version by Craig Leres of the Lawrence Berkeley
|
|
|
1b6bc8 |
+National Laboratory Network Research Group, University of
|
|
|
1b6bc8 |
+California, Berkeley, CA.
|
|
|
1b6bc8 |
+.LP
|
|
|
1b6bc8 |
+Modified for the Debian Project by Peter Kelemen, with
|
|
|
1b6bc8 |
+additions from Erik Warmelink.
|
|
|
1b6bc8 |
+.LP
|
|
|
1b6bc8 |
+The current version is available via anonymous ftp:
|
|
|
1b6bc8 |
+.LP
|
|
|
1b6bc8 |
+.RS
|
|
|
1b6bc8 |
+.I ftp://ftp.ee.lbl.gov/arpwatch.tar.gz
|
|
|
1b6bc8 |
+.RE
|
|
|
1b6bc8 |
+.LP
|
|
|
1b6bc8 |
+This manual page was contributed by Hugo Graumann.
|
|
|
1b6bc8 |
+
|
|
|
1b6bc8 |
diff -up arpwatch-2.1a15/massagevendor.8.extraman arpwatch-2.1a15/massagevendor.8
|
|
|
1b6bc8 |
--- arpwatch-2.1a15/massagevendor.8.extraman 2010-03-30 15:15:18.000000000 +0200
|
|
|
1b6bc8 |
+++ arpwatch-2.1a15/massagevendor.8 2010-03-30 15:15:18.000000000 +0200
|
|
|
1b6bc8 |
@@ -0,0 +1,91 @@
|
|
|
1b6bc8 |
+.TH MASSAGEVENDOR 8
|
|
|
1b6bc8 |
+.SH NAME
|
|
|
1b6bc8 |
+massagevendor \- convert the ethernet vendor codes master list to arpwatch format
|
|
|
1b6bc8 |
+.SH SYNOPSIS
|
|
|
1b6bc8 |
+.na
|
|
|
1b6bc8 |
+massagevendor
|
|
|
1b6bc8 |
+.I vendorfile
|
|
|
1b6bc8 |
+.SH "DESCRIPTION"
|
|
|
1b6bc8 |
+.B massagevendor
|
|
|
1b6bc8 |
+is a program that converts a text file containing ethernet vendor codes
|
|
|
1b6bc8 |
+into a format suitable for use by
|
|
|
1b6bc8 |
+.B arpwatch(8)
|
|
|
1b6bc8 |
+and
|
|
|
1b6bc8 |
+.B arpsnmp(8).
|
|
|
1b6bc8 |
+The input
|
|
|
1b6bc8 |
+.I vendorfile
|
|
|
1b6bc8 |
+is a master text file containing vendor codes. The output
|
|
|
1b6bc8 |
+is sent to
|
|
|
1b6bc8 |
+.I stdout.
|
|
|
1b6bc8 |
+Each line of the
|
|
|
1b6bc8 |
+.I vendorfile
|
|
|
1b6bc8 |
+is expected to have a six digit hexadecimal vendor code
|
|
|
1b6bc8 |
+followed by spaces followed by the name of the manufacturer.
|
|
|
1b6bc8 |
+.LP
|
|
|
1b6bc8 |
+All ethernet devices have a unique identifier which
|
|
|
1b6bc8 |
+includes a vendor code specifying the manufacturer of the
|
|
|
1b6bc8 |
+device. In normal operation
|
|
|
1b6bc8 |
+.B arpwatch(8)
|
|
|
1b6bc8 |
+and
|
|
|
1b6bc8 |
+.B arpsnmp(8)
|
|
|
1b6bc8 |
+use the file
|
|
|
1b6bc8 |
+.I ethercodes.dat
|
|
|
1b6bc8 |
+to report this vendor code.
|
|
|
1b6bc8 |
+.B massagevendor
|
|
|
1b6bc8 |
+is used to generate the
|
|
|
1b6bc8 |
+.I ethercodes.dat
|
|
|
1b6bc8 |
+file from text files containing these vendor codes.
|
|
|
1b6bc8 |
+.LP
|
|
|
1b6bc8 |
+Locations where an ethernet vendor codes master text file
|
|
|
1b6bc8 |
+can be obtained are given below.
|
|
|
1b6bc8 |
+.SH FILES
|
|
|
1b6bc8 |
+.na
|
|
|
1b6bc8 |
+.nh
|
|
|
1b6bc8 |
+.nf
|
|
|
1b6bc8 |
+/var/lib/arpwatch - default location of the ethernet vendor list
|
|
|
1b6bc8 |
+ethercodes.dat - file containing the list of ethernet vendor codes
|
|
|
1b6bc8 |
+.ad
|
|
|
1b6bc8 |
+.hy
|
|
|
1b6bc8 |
+.fi
|
|
|
1b6bc8 |
+.SH "SEE ALSO"
|
|
|
1b6bc8 |
+.na
|
|
|
1b6bc8 |
+.nh
|
|
|
1b6bc8 |
+.BR arpwatch(8),
|
|
|
1b6bc8 |
+.BR arpsnmp(8)
|
|
|
1b6bc8 |
+.ad
|
|
|
1b6bc8 |
+.hy
|
|
|
1b6bc8 |
+.SH NOTES
|
|
|
1b6bc8 |
+Sources for ethernet vendor codes seen in the wild are
|
|
|
1b6bc8 |
+.LP
|
|
|
1b6bc8 |
+.na
|
|
|
1b6bc8 |
+.nh
|
|
|
1b6bc8 |
+.nf
|
|
|
1b6bc8 |
+.RS
|
|
|
1b6bc8 |
+.I http://map-ne.com/Ethernet/vendor.html
|
|
|
1b6bc8 |
+.I ftp://ftp.cavebear.com/pub/Ethernet.txt
|
|
|
1b6bc8 |
+.I http://www.cavebear.com/CaveBear/Ethernet/vendor.html
|
|
|
1b6bc8 |
+.RE
|
|
|
1b6bc8 |
+.ad
|
|
|
1b6bc8 |
+.hy
|
|
|
1b6bc8 |
+.LP
|
|
|
1b6bc8 |
+Useful for comparison or completeness are the
|
|
|
1b6bc8 |
+ethernet vendor codes as assigned
|
|
|
1b6bc8 |
+by the IEEE which can be found at
|
|
|
1b6bc8 |
+.LP
|
|
|
1b6bc8 |
+.RS
|
|
|
1b6bc8 |
+.I http://standards.ieee.org/regauth/oui/oui.txt
|
|
|
1b6bc8 |
+.RE
|
|
|
1b6bc8 |
+.SH BUGS
|
|
|
1b6bc8 |
+Please send bug reports to arpwatch@ee.lbl.gov.
|
|
|
1b6bc8 |
+.SH AUTHORS
|
|
|
1b6bc8 |
+Craig Leres of the
|
|
|
1b6bc8 |
+Lawrence Berkeley National Laboratory Network Research Group,
|
|
|
1b6bc8 |
+University of California, Berkeley, CA.
|
|
|
1b6bc8 |
+.LP
|
|
|
1b6bc8 |
+The current version is available via anonymous ftp:
|
|
|
1b6bc8 |
+.LP
|
|
|
1b6bc8 |
+.RS
|
|
|
1b6bc8 |
+.I ftp://ftp.ee.lbl.gov/arpwatch.tar.gz
|
|
|
1b6bc8 |
+.RE
|
|
|
1b6bc8 |
+.LP
|
|
|
1b6bc8 |
+This manual page was contributed by Hugo Graumann.
|