ARP level ping utility

Broadcasts a who-has ARP packet on the network and prints answers. Very
useful when you are trying to pick an unused IP for a net that you don't
yet have routing to.

Submitted by Joshua Stein <jcs@rt.fm>
This commit is contained in:
camield 2000-09-13 08:41:44 +00:00
parent 8e7dc483c2
commit 39e4e5d20d
5 changed files with 34 additions and 0 deletions

25
net/arping/Makefile Normal file
View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2000/09/13 08:41:44 camield Exp $
DISTNAME= arping-0.91
HOMEPAGE= http://synscan.nss.nu/programs.php
CATEGORIES= net
NEED_VERSION= 1.313
MAINTAINER= jcs@rt.fm
MASTER_SITES= ftp://ftp.nss.nu/pub/synscan/ \
ftp://rt.fm/pub/arping/
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${PREFIX}/lib/libnet.a::net/libnet
ALL_TARGET= openbsd
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/arping ${PREFIX}/bin/arping
.include <bsd.port.mk>

3
net/arping/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (arping-0.91.tar.gz) = cc50498fd98cf692510403714f56c214
RMD160 (arping-0.91.tar.gz) = a8d6722ff56968667c31f6310466a49bbbd7afa5
SHA1 (arping-0.91.tar.gz) = bfbe9e9c05ee58a1d6f5b59e983becbb6cfab387

1
net/arping/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
ARP level ping utility

3
net/arping/pkg/DESCR Normal file
View File

@ -0,0 +1,3 @@
Broadcasts a who-has ARP packet on the network and prints answers. Very
useful when you are trying to pick an unused IP for a net that you don't
yet have routing to.

2
net/arping/pkg/PLIST Normal file
View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/09/13 08:41:44 camield Exp $
bin/arping