mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/ngrep: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
21309e5610
commit
55763eccfd
1 changed files with 8 additions and 6 deletions
|
@ -1,14 +1,16 @@
|
|||
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.
|
||||
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:
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue