+ * check the ip protocol version on printing raw packets
+
* print cdp packets, code contributed by Gert Doering
* print-rx.c: add printing of fs error messages
- * -X will make a ascii dump. from netbsd.
- * telnet command sequence decoder (ff xx xx). from netbsd.
-
* print-rt6.c: make IPv6 routing header printing work with new 2292bis
API.
- * print-bgp.c: improve options printing. ugly code exists for
- unaligned option parsing (need some fix).
- * const poisoning in SMB decoder.
- * make dump format back to original. someone may want to add an
- option to do ascii printing, but keep the default behavior as is
- for scripts used in many places.
- * -Wall -Werror clean checks.
-
-
-
- * Incorporate NFS parsing code from NetBSD. Adds support for
- nfsv3.
-
-
- * print-rx.c: add code for printing MakeDir and StoreStatus. Also
- change date format to the right one. From: Love
-
- * Also add Ken's README as README-AFS
-
- /afs/transarc.com/public/afs-contrib/tools/tcpdump for parsing
- AFS3 packets
-
- * bring in KAME IPv6/IPsec decoding code.
-
-
- building in different directories.
-
- * Incorporated LBL 3.4 into CVS.
+v3.5 Fri Jan 28 18:00:00 PST 2000
+
+- switch to config.h for autoconf
+- unify RCSID strings
+- Updated PIMv1, PIMv2, DVMRP, IGMP parsers, add Cisco Auto-RP parser
+- Really fix the RIP printer
+- Fix MAC address -> name translation.
+- some -Wall -Wformat fixes
+- update makemib to parse much of SMIv2
+- Print TCP sequence # with -vv even if you normally wouldn't
+- Print as much of IP/TCP/UDP headers as possible even if truncated.
+
+- -X will make a ascii dump. from netbsd.
+- telnet command sequence decoder (ff xx xx). from netbsd.
+- print-bgp.c: improve options printing. ugly code exists for
+ unaligned option parsing (need some fix).
+- const poisoning in SMB decoder.
+- -Wall -Werror clean checks.
+- bring in KAME IPv6/IPsec decoding code.
+
+- SNMPv2 and SNMPv3 printer
+- If compiled with libsmi, tcpdump can load MIBs on the fly to decode
+ SNMP packets.
+- Incorporate NFS parsing code from NetBSD. Adds support for nfsv3.
+- portability fixes
+- permit building in different directories.
+
+- bring in code at
+ /afs/transarc.com/public/afs-contrib/tools/tcpdump for parsing
+ AFS3 packets
+
+- SMB printing code
+
+- print-rx.c: add code for printing MakeDir and StoreStatus. Also
+ change date format to the right one.
+
+- Created tcpdump.org repository
v3.4 Sat Jul 25 12:40:55 PDT 1998
- Initial public release.
-@(#) $Header: /tcpdump/master/tcpdump/CHANGES,v 1.70 2000-05-15 00:41:34 assar Exp $ (LBL)
+@(#) $Header: /tcpdump/master/tcpdump/CHANGES,v 1.71 2000-07-14 02:31:24 guy Exp $ (LBL)