View | Details | Raw Unified | Return to bug 99902
Collapse All | Expand All

(-)Makefile (-2 / +3 lines)
Lines 8-17 Link Here
8
PORTNAME=	arpwatch
8
PORTNAME=	arpwatch
9
PORTVERSION=	2.1.a14
9
PORTVERSION=	2.1.a14
10
CATEGORIES=	net-mgmt
10
CATEGORIES=	net-mgmt
11
MASTER_SITES=	ftp://ftp.ee.lbl.gov/
11
MASTER_SITES=	ftp://ftp.ee.lbl.gov/ \
12
		http://www.goodking.ca/pub/files/
12
DISTNAME=	${PORTNAME}-${PORTVERSION:C/\.([^\.]*)$/\1/}
13
DISTNAME=	${PORTNAME}-${PORTVERSION:C/\.([^\.]*)$/\1/}
13
14
14
MAINTAINER=	tabthorpe@goodking.ca
15
MAINTAINER=	thomas@goodking.ca
15
COMMENT=	Monitor arp & rarp requests
16
COMMENT=	Monitor arp & rarp requests
16
17
17
CONFLICTS=	arpwatch-devel-2.*
18
CONFLICTS=	arpwatch-devel-2.*
(-)pkg-descr (-20 / +4 lines)
Lines 1-21 Link Here
1
ARPWATCH 2.0
1
The package contains tools that monitors ethernet activity and
2
Lawrence Berkeley National Laboratory
2
maintains a database of ethernet/ip address pairings. It also reports
3
Network Research Group
3
certain changes via email.
4
arpwatch@ee.lbl.gov
5
ftp://ftp.ee.lbl.gov/arpwatch.tar.Z
6
4
7
This directory contains source code for arpwatch and arpsnmp, tools
5
Author: arpwatch@ee.lbl.gov WWW: http://ee.lbl.gov/
8
that monitors ethernet activity and maintain a database of ethernet/ip
9
address pairings. It also reports certain changes via email.
10
11
Arpsnmp has the same database features of arpwatch but relies on an
12
external agent to collect the arp data. This distribution contains a
13
script, arpfetch, that uses snmpwalk from the CMU SNMP package. This
14
package is available from:
15
16
	ftp://ftp.net.cmu.edu/pub/snmp-dist/cmu-snmp*.tar.Z
17
18
It should be trivial to adaptive the output of any snmp query program
19
for use with arpsnmp.
20
21
Please send bugs and comments to arpwatch@ee.lbl.gov.

Return to bug 99902