]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Pick up the v3.5 changelog items, and delete the equivalent time-stamped
authorguy <guy>
Fri, 14 Jul 2000 02:31:24 +0000 (02:31 +0000)
committerguy <guy>
Fri, 14 Jul 2000 02:31:24 +0000 (02:31 +0000)
items.

Add one time-stamped item (more to come).

CHANGES

diff --git a/CHANGES b/CHANGES
index 16639c7440aa1488de8bf34420338e774c1fadc3..8fd43f5f1c415130155e2e4fa1a65cf0d4eb158c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+Tue Jul 11 01:22:38 GMT 2000 Love <[email protected]>
+       * check the ip protocol version on printing raw packets
+
 2000-05-15  Assar Westerlund  <[email protected]>
 
        * print cdp packets, code contributed by Gert Doering
@@ -33,51 +36,54 @@ Wed Jan 19 JST 2000  [email protected]
 
        * print-rx.c: add printing of fs error messages
 
-Thu Dec 23 00:45:44 JST 1999  [email protected]
-       * -X will make a ascii dump.  from netbsd.
-       * telnet command sequence decoder (ff xx xx).  from netbsd.
-
 Wed Dec 22 13:06:17 JST 1999  [email protected]
        * 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.
-
-1999-11-21  Assar Westerlund  <[email protected]>
-
-       * Add SMB printing code from Andrew Tridgell <[email protected]>
-
-       * Incorporate NFS parsing code from NetBSD.  Adds support for
-       nfsv3.
-
-1999-11-17  Assar Westerlund  <[email protected]>
-
-       * print-rx.c: add code for printing MakeDir and StoreStatus.  Also
-       change date format to the right one.  From: Love
-       <[email protected]>
-
-       * Also add Ken's README as README-AFS
-       
-       * bring in code from Ken Hornstein <[email protected]> at
-       /afs/transarc.com/public/afs-contrib/tools/tcpdump for parsing
-       AFS3 packets
-
-Sun Oct 30 JST 1999  [email protected]
-       * bring in KAME IPv6/IPsec decoding code.
-       * bring in more portability fixes from Assar Westerlund <[email protected]>.
-
-1999-10-09  Michael C. Richardson  <[email protected]>
-
-       * Added patches from Assar Westerlund <[email protected]> to permit
-         building in different directories.
-               
 
-       * Incorporated LBL 3.4 into CVS.
+v3.5 Fri Jan 28 18:00:00 PST 2000
+
+Bill Fenner <[email protected]>
+- 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.
+
+Assar Westerlund  <[email protected]>
+- 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.
+
+Ken Hornstein <[email protected]>
+- bring in code at
+  /afs/transarc.com/public/afs-contrib/tools/tcpdump for parsing
+  AFS3 packets
+
+Andrew Tridgell <[email protected]>
+- SMB printing code
+
+- print-rx.c: add code for printing MakeDir and StoreStatus.  Also
+  change date format to the right one.
+
+Michael C. Richardson  <[email protected]>
+- Created tcpdump.org repository
 
 v3.4 Sat Jul 25 12:40:55 PDT 1998
 
@@ -593,4 +599,4 @@ v2.0 Sun Jan 13 12:20:40 PST 1991
 
 - 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)