slackbuilds/network/ngrep
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
README network/ngrep: Added to 12.2 repository 2010-05-12 23:32:35 +02:00
ngrep-1.45-reasm.diff network/ngrep: Added to 12.2 repository 2010-05-12 23:32:35 +02:00
ngrep.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
ngrep.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

ngrep strives to provide most of GNU grep's common features, applying
them to the network layer. ngrep is a pcap-aware tool that will allow
you to specify extended regular or hexadecimal expressions to match
against data payloads of packets. It currently recognizes IPv4/6, TCP,
UDP, ICMPv4/6, IGMP and Raw across Ethernet, PPP, SLIP, FDDI, Token
Ring and null interfaces, and understands BPF filter logic in the same
fashion as more common packet sniffing tools, such as tcpdump and snoop.

ngrep is built with IPV6 support by default; to disable it, do this:
	NGREP_IPV6=no ./ngrep.SlackBuild

A patch is included for IPV4 and IPV6 packet reassembly applied by default.
The patch adds the -r switch to ngrep.  To disable the patch, do this:
	ASSEM_PATCH=no ./ngrep.SlackBuild