[Lunar-commits] r22714 - moonbase/trunk/net/ngrep
Dennis Veatch
stumbles at lunar-linux.org
Sat Dec 23 03:28:09 CET 2006
Author: stumbles
Date: 2006-12-23 03:28:09 +0100 (Sat, 23 Dec 2006)
New Revision: 22714
Modified:
moonbase/trunk/net/ngrep/DETAILS
Log:
Version bump. Fixes double-free race condition during
ngrep termination, fixed unreported bug in IPv6/TCP
packet length calculation and a few others.
Modified: moonbase/trunk/net/ngrep/DETAILS
===================================================================
--- moonbase/trunk/net/ngrep/DETAILS 2006-12-23 00:28:32 UTC (rev 22713)
+++ moonbase/trunk/net/ngrep/DETAILS 2006-12-23 02:28:09 UTC (rev 22714)
@@ -1,19 +1,19 @@
MODULE=ngrep
- VERSION=1.44
+ VERSION=1.45
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$SFORGE_URL/ngrep/
- SOURCE_VFY=sha1:ad17011d52abec29aaa876e5112114d00fe4a5e9
+ SOURCE_URL=$SFORGE_URL/ngrep/
+ SOURCE_VFY=sha1:f26090a6ac607db66df99c6fa9aef74968f3330f
WEB_SITE=http://ngrep.sourceforge.net
ENTERED=20011109
- UPDATED=20050701
+ UPDATED=20061222
SHORT="utility that can be used to analyze network packets."
cat << EOF
-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 TCP, UDP, and
-ICMP across Ethernet, PPP, SLIP,FDDI, Token Ring, and null interfaces,
-and understands bpf filter logic in the same fashion as more common
+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 TCP, UDP, and
+ICMP 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.
EOF
More information about the Lunar-commits
mailing list