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 |
---|---|---|
_link | 0000000124 124 Bytes | |
ngrep-1.47.tar.gz | 0000187067 183 KB | |
ngrep.changes | 0000003724 3.64 KB | |
ngrep.spec | 0000001877 1.83 KB |
Revision 11 (latest revision is 16)
Petr Cerny (pcerny)
accepted
request 560921
from
Avindra Goolcharan (avindra)
(revision 11)
- Update to version 1.47 * Fix "no VLAN support for XXX"-related problems * Fix truncated/garbled output (e.g. SIP over SLL/Linux cooked sockets) * Change exit behavior to match BSD & GNU grep (see manpage) * Add Solaris IPnet support * Update to use 32bit values where relevant * Emit frame # in header, useful for reference/analysis * Emit total received, matched upon exit (dropped unreliable PCAP stats) * Import debian patches related to autotools, manpage, and compilation on other platforms * Fix build clean/distclean when not linked against provided GNU regex * Fix build --enable/--disable flag processing * Update to latest autotools (2017) * Fix building under MS VS2012 / Win32 - cleanup with spec-cleaner - drop 10_man-fixes.diff * upstreamed in 8e5187def73abd624c10ed37d42b7416e4a1ce97 - tcpkill compilation disabled due to incompatiblity with modern libnet - remove future tense in description
Comments 0