Import ngrep V1.31: network grep
ngrep strives to provide most of GNU grep's common features, applying them to the network layer. ngrep a pcap-aware tool that will allow you to specify extended regular expressions to match against data payloads of packets. It currently recognizes TCP and UDP across ethernet, ppp and slip interfaces, and understands bpf filter logic in the same fashion as more common packet sniffing tools, like tcpdump and snoop.
This commit is contained in:
parent
494332beb8
commit
c7d63d87aa
5 changed files with 30 additions and 0 deletions
15
net/ngrep/Makefile
Normal file
15
net/ngrep/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 1999/06/28 01:34:22 hubertf Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ngrep-1.31
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.packetfactory.net/ngrep/
|
||||
|
||||
MAINTAINER= hubertf@netbsd.org
|
||||
HOMEPAGE= http://www.packetfactory.net/ngrep/
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
WRKSRC= ${WRKDIR}/ngrep
|
||||
ALL_TARGET= ngrep
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
net/ngrep/files/md5
Normal file
3
net/ngrep/files/md5
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: md5,v 1.1.1.1 1999/06/28 01:34:23 hubertf Exp $
|
||||
|
||||
MD5 (ngrep-1.31.tar.gz) = a46b56aaf9c28f38e1761372c46a11a3
|
1
net/ngrep/pkg/COMMENT
Normal file
1
net/ngrep/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
network grep
|
8
net/ngrep/pkg/DESCR
Normal file
8
net/ngrep/pkg/DESCR
Normal file
|
@ -0,0 +1,8 @@
|
|||
ngrep strives to provide most of GNU grep's common features, applying
|
||||
them to the network layer.
|
||||
|
||||
ngrep a pcap-aware tool that will allow you to specify extended
|
||||
regular expressions to match against data payloads of packets. It
|
||||
currently recognizes TCP and UDP across ethernet, ppp and slip
|
||||
interfaces, and understands bpf filter logic in the same fashion
|
||||
as more common packet sniffing tools, like tcpdump and snoop.
|
3
net/ngrep/pkg/PLIST
Normal file
3
net/ngrep/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 1999/06/28 01:34:23 hubertf Exp $
|
||||
bin/ngrep
|
||||
man/man8/ngrep.8
|
Loading…
Reference in a new issue