Network grep
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.
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / ngrep
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout network:utilities/ngrep && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
10_man-fixes.diff | 0000001314 1.28 KB | |
V1_46_1.tar.gz | 0000179006 175 KB | |
_link | 0000000124 124 Bytes | |
ngrep.changes | 0000002648 2.59 KB | |
ngrep.spec | 0000002181 2.13 KB |
Revision 9 (latest revision is 16)
Marcus Meissner (msmeissn)
accepted
request 479768
from
Dominique Leuenberger (dimstar)
(revision 9)
- Dol not pass --disable-pcap-restart to configure: this is the default and the configure check is quite broken in processing it: --disable-pcap-restarted is treated equal to --enable-pcap-restart. Not passing it REALLY disable pcap-restart - which is required as ngrep cannot handle the pcap version currently in TW anyway
Comments 0