Blame SOURCES/arpwatch-2.1a15-extraman.patch

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