summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfenner <fenner>2003-02-26 07:08:58 +0000
committerfenner <fenner>2003-02-26 07:08:58 +0000
commitb8db677cda8a0cadebab332edc80a78462abe993 (patch)
tree5da6924718f0e67ccda18f0b762b75654effc660
parentd0e796ca2f66166485c4445364144d36b1ce17cc (diff)
downloadtcpdump-3.7.tar.gz
-rw-r--r--CHANGES24
-rw-r--r--README8
-rw-r--r--VERSION2
3 files changed, 27 insertions, 7 deletions
diff --git a/CHANGES b/CHANGES
index 10b6c257..6b64f5ba 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,24 @@
-$Header: /tcpdump/master/tcpdump/CHANGES,v 1.81 2002-01-21 11:03:33 mcr Exp $
+$Header: /tcpdump/master/tcpdump/CHANGES,v 1.81.2.1 2003-02-26 07:08:58 fenner Exp $
+
+Tuesday, February 25, 2003. fenner@research.att.com. 3.7.2 release
+
+ Fixed infinite loop when parsing malformed isakmp packets.
+ (reported by iDefense; already fixed in CVS)
+ Fixed infinite loop when parsing malformed BGP packets.
+ Fixed buffer overflow with certain malformed NFS packets.
+ Pretty-print unprintable network names in 802.11 printer.
+ Handle truncated nbp (appletalk) packets.
+ Updated DHCPv6 printer to match draft-ietf-dhc-dhcpv6-22.txt
+ Print IP protocol name even if we don't have a printer for it.
+ Print IP protocol name or number for fragments.
+ Print the whole MPLS label stack, not just the top label.
+ Print request header and file handle for NFS v3 FSINFO and PATHCONF
+ requests.
+ Fix NFS packet truncation checks.
+ Handle "old" DR-Priority and Bidir-Capable PIM HELLO options.
+ Handle unknown RADIUS attributes properly.
+ Fix an ASN.1 parsing error that would cause e.g. the OID
+ 2.100.3 to be misrepresented as 4.20.3 .
Monday, January 21, 2002. mcr@sandelman.ottawa.on.ca. Summary for 3.7 release
see http://www.tcpdump.org/cvs-log/2002-01-21.10:16:48.html for commit log.
@@ -653,4 +673,4 @@ v2.0 Sun Jan 13 12:20:40 PST 1991
- Initial public release.
-@(#) $Header: /tcpdump/master/tcpdump/CHANGES,v 1.81 2002-01-21 11:03:33 mcr Exp $ (LBL)
+@(#) $Header: /tcpdump/master/tcpdump/CHANGES,v 1.81.2.1 2003-02-26 07:08:58 fenner Exp $ (LBL)
diff --git a/README b/README
index 55dc5fb8..ba765610 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-@(#) $Header: /tcpdump/master/tcpdump/README,v 1.60.2.2 2002-05-29 07:16:42 guy Exp $ (LBL)
+@(#) $Header: /tcpdump/master/tcpdump/README,v 1.60.2.3 2003-02-26 07:08:58 fenner Exp $ (LBL)
-TCPDUMP 3.7.1
+TCPDUMP 3.7.2
Now maintained by "The Tcpdump Group"
See www.tcpdump.org
@@ -11,8 +11,8 @@ Anonymous CVS is available via:
(password "anoncvs")
cvs -d :pserver:cvs.tcpdump.org:/tcpdump/master checkout tcpdump
-Version 3.7.1 of TCPDUMP can be retrived with the CVS tag "tcpdump_3_7rel1":
- cvs -d :pserver:cvs.tcpdump.org:/tcpdump/master checkout -r tcpdump_3_7rel1 tcpdump
+Version 3.7.2 of TCPDUMP can be retrived with the CVS tag "tcpdump_3_7rel2":
+ cvs -d :pserver:cvs.tcpdump.org:/tcpdump/master checkout -r tcpdump_3_7rel2 tcpdump
Please send patches against the master copy to patches@tcpdump.org.
diff --git a/VERSION b/VERSION
index a76ccff2..0b2eb36f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.7.1
+3.7.2