summaryrefslogtreecommitdiffstats
path: root/network/ngrep
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-14 03:03:59 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-14 03:03:59 -0400
commit55763eccfd2035dbae2a0a67914116d238925557 (patch)
tree884b0546df6a25e2642330fc9e56c497e3842894 /network/ngrep
parent21309e5610956f89b15052aed6ebb6e208a85642 (diff)
downloadslackbuilds-55763eccfd2035dbae2a0a67914116d238925557.tar.gz
slackbuilds-55763eccfd2035dbae2a0a67914116d238925557.tar.xz
network/ngrep: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/ngrep')
-rw-r--r--network/ngrep/README14
1 files changed, 8 insertions, 6 deletions
diff --git a/network/ngrep/README b/network/ngrep/README
index 5c94af27b4..c1534b64bf 100644
--- a/network/ngrep/README
+++ b/network/ngrep/README
@@ -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