Get ready for tcpdump 3.7.2

This commit is contained in:
fenner 2003-02-26 07:08:58 +00:00
parent d0e796ca2f
commit b8db677cda
3 changed files with 27 additions and 7 deletions

24
CHANGES
View File

@ -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)

8
README
View File

@ -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.

View File

@ -1 +1 @@
3.7.1
3.7.2