diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-12 23:32:35 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:32:35 +0200 |
commit | 3a3ed9f8e4c726078706bf6c6301d63bf5f58f48 (patch) | |
tree | 60d4a00b3473836fcfe935557d7ad49c40b10954 /network/ngrep/README | |
parent | 819a1f0296029fb2ab22fbeaae8ed264c5a8f957 (diff) | |
download | slackbuilds-3a3ed9f8e4c726078706bf6c6301d63bf5f58f48.tar.gz |
network/ngrep: Added to 12.2 repository
Diffstat (limited to 'network/ngrep/README')
-rw-r--r-- | network/ngrep/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/network/ngrep/README b/network/ngrep/README new file mode 100644 index 0000000000..a87f5e32cc --- /dev/null +++ b/network/ngrep/README @@ -0,0 +1,14 @@ +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 |