]> The Tcpdump Group git mirrors - tcpdump/commitdiff
updated CREDITS and CHANGES file for 4.6.0 release
authorMichael Richardson <[email protected]>
Wed, 2 Jul 2014 21:31:14 +0000 (17:31 -0400)
committerMichael Richardson <[email protected]>
Wed, 2 Jul 2014 22:00:30 +0000 (18:00 -0400)
CHANGES
CREDITS

diff --git a/CHANGES b/CHANGES
index ee2efa424dc09a385879b52d63237480a53522be..afb14b4972548ad50ecb64dde1756f52d53e8ec9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,18 @@
+Wednesday Jul. 2, 2014 [email protected]
+  Summary for 4.6.0 tcpdump release
+        all of tcpdump is now using the new "NDO" code base (Thanks Denis!)
+        nflog, mobile, forces, pptp, AODV, AHCP, IPv6, OSPFv4, RPL, DHCPv6 enhancements/fixes
+        M3UA decode added.
+        many new test cases: 82 in 4.5.1 to 133 in 4.6.0
+        many improvements to travis continuous integration system: OSX, and Coverity options
+        cleaned up some unnecessary header files
+        Added bittok2str().
+        a number of unaligned access faults fixed
+        -A flag does not consider CR to be printable anymore
+        fx.lebail took over coverity baby sitting
+        default snapshot size increased to 256K for accomodate USB captures
+        WARNING: this release contains a lot of very worthwhile code churn.
+
 Wednesday Jan. 15, 2014 [email protected]
   Summary for 4.5.2 tcpdump release
        Man page fix
 Wednesday Jan. 15, 2014 [email protected]
   Summary for 4.5.2 tcpdump release
        Man page fix
@@ -9,7 +24,7 @@ Monday Nov. 11, 2013 [email protected]
 
 Thursday Nov. 7, 2013  [email protected] and [email protected].
   Summary for 4.5.0 tcpdump release
 
 Thursday Nov. 7, 2013  [email protected] and [email protected].
   Summary for 4.5.0 tcpdump release
-        some NFSv4 fixes for printing  
+        some NFSv4 fixes for printing
         fix printing of unknown TCP options, and tcp fast-open
         fixes for syslog parser
         some gcc-version-specific flag tuning
         fix printing of unknown TCP options, and tcp fast-open
         fixes for syslog parser
         some gcc-version-specific flag tuning
@@ -148,7 +163,7 @@ Thu.        April 1, 2010.  [email protected].
   Summary for 4.1.1 tcpdump release
        Fix build on systems with PF, such as FreeBSD and OpenBSD.
        Don't blow up if a zero-length link-layer address is passed to
   Summary for 4.1.1 tcpdump release
        Fix build on systems with PF, such as FreeBSD and OpenBSD.
        Don't blow up if a zero-length link-layer address is passed to
-         linkaddr_string(). 
+         linkaddr_string().
 
 Thu.   March 11, 2010.  [email protected]/[email protected].
   Summary for 4.1.0 tcpdump release
 
 Thu.   March 11, 2010.  [email protected]/[email protected].
   Summary for 4.1.0 tcpdump release
@@ -177,7 +192,7 @@ Thu.        March 11, 2010.  [email protected]/[email protected].
        Add printer for ForCES
        Handle frames with an FCS
        Handle 802.11n Control Wrapper, Block Acq Req and Block Ack frames
        Add printer for ForCES
        Handle frames with an FCS
        Handle 802.11n Control Wrapper, Block Acq Req and Block Ack frames
-       Fix TCP sequence number printing 
+       Fix TCP sequence number printing
        Report 802.2 packets as 802.2 instead of 802.3
        Don't include -L/usr/lib in LDFLAGS
        On x86_64 Linux, look in lib64 directory too
        Report 802.2 packets as 802.2 instead of 802.3
        Don't include -L/usr/lib in LDFLAGS
        On x86_64 Linux, look in lib64 directory too
@@ -213,13 +228,13 @@ Mon.    September 10, 2007.  [email protected].  Summary for 3.9.8 tcpdump relea
         Converted print-isakmp.c to NETDISSECT
         Moved AF specific stuff into af.h
         Test subsystem now table driven, and saves outputs and diffs to one place
         Converted print-isakmp.c to NETDISSECT
         Moved AF specific stuff into af.h
         Test subsystem now table driven, and saves outputs and diffs to one place
-        Require <net/pfvar.h> for pf definitions - allows reading of pflog formatted 
+        Require <net/pfvar.h> for pf definitions - allows reading of pflog formatted
          libpcap files on an OS other than where the file was generated
 
 
 Wed.   July 23, 2007.  [email protected].  Summary for 3.9.7 libpcap release
 
          libpcap files on an OS other than where the file was generated
 
 
 Wed.   July 23, 2007.  [email protected].  Summary for 3.9.7 libpcap release
 
-       NFS: Print unsigned values as such. 
+       NFS: Print unsigned values as such.
        RX: parse safely.
        BGP: fixes for IPv6-less builds.
        801.1ag: use standard codepoint.
        RX: parse safely.
        BGP: fixes for IPv6-less builds.
        801.1ag: use standard codepoint.
@@ -229,7 +244,7 @@ Wed.        July 23, 2007.  [email protected].  Summary for 3.9.7 libpcap release
        smb: squelch an uninitialized complaint from coverity.
        NFS: from NetBSD; don't interpret the reply as a possible NFS reply
                if it got MSG_DENIED.
        smb: squelch an uninitialized complaint from coverity.
        NFS: from NetBSD; don't interpret the reply as a possible NFS reply
                if it got MSG_DENIED.
-       BGP: don't print TLV values that didn't fit, from www.digit-labs.org. 
+       BGP: don't print TLV values that didn't fit, from www.digit-labs.org.
        revised INSTALL.txt about libpcap dependancy.
 
 Wed.   April 25, 2007. [email protected].  Summary for 3.9.6 tcpdump release
        revised INSTALL.txt about libpcap dependancy.
 
 Wed.   April 25, 2007. [email protected].  Summary for 3.9.6 tcpdump release
@@ -247,11 +262,11 @@ Wed.      April 25, 2007. [email protected].  Summary for 3.9.6 tcpdump release
        Add support for 802.3ah loopback ctrl msg
        Add support for Multiple-STP as per 802.1s
        Add support for rapid-SPT as per 802.1w
        Add support for 802.3ah loopback ctrl msg
        Add support for Multiple-STP as per 802.1s
        Add support for rapid-SPT as per 802.1w
-       Add support for CFM Link-trace msg, Link-trace-Reply msg, 
+       Add support for CFM Link-trace msg, Link-trace-Reply msg,
         Sender-ID tlv, private tlv, port, interface status
        Add support for unidirectional link detection as per
         http://www.ietf.org/internet-drafts/draft-foschiano-udld-02.txt
         Sender-ID tlv, private tlv, port, interface status
        Add support for unidirectional link detection as per
         http://www.ietf.org/internet-drafts/draft-foschiano-udld-02.txt
-       Add support for the olsr protocol as per RFC 3626 plus the LQ 
+       Add support for the olsr protocol as per RFC 3626 plus the LQ
         extensions from olsr.org
        Add support for variable-length checksum in DCCP, as per section 9 of
         RFC 4340.
         extensions from olsr.org
        Add support for variable-length checksum in DCCP, as per section 9 of
         RFC 4340.
@@ -263,7 +278,7 @@ Wed.        April 25, 2007. [email protected].  Summary for 3.9.6 tcpdump release
 
 
 Tue.   September 19, 2006. [email protected]. Summary for 3.9.5 tcpdump release
 
 
 Tue.   September 19, 2006. [email protected]. Summary for 3.9.5 tcpdump release
-       
+
        Fix compiling on AIX (, at end of ENUM)
        Updated list of DNS RR typecodes
        Use local Ethernet defs on WIN32
        Fix compiling on AIX (, at end of ENUM)
        Updated list of DNS RR typecodes
        Use local Ethernet defs on WIN32
@@ -278,7 +293,7 @@ Tue.        September 19, 2006. [email protected]. Summary for 3.9.5 tcpdump release
        Add support for BGP signaled VPLS
        Cleanup the bootp printer
        Add support for PPP over Frame-Relay
        Add support for BGP signaled VPLS
        Cleanup the bootp printer
        Add support for PPP over Frame-Relay
-       Add some bounds checking to the IP options code, and clean up 
+       Add some bounds checking to the IP options code, and clean up
         the options output a bit.
        Add additional modp groups to ISAKMP printer
        Add support for Address-Withdraw and Label-Withdraw Msgs
         the options output a bit.
        Add additional modp groups to ISAKMP printer
        Add support for Address-Withdraw and Label-Withdraw Msgs
diff --git a/CREDITS b/CREDITS
index f83728b5d598fabf180442d3dd6dad39e469dac7..66a7f81c63cc0a81392fa7ea9243834bd27215bb 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -7,6 +7,7 @@ The current maintainers:
     Guy Harris                    <guy at alum dot mit dot edu>
     Hannes Gredler                <hannes at juniper dot net>
     Michael Richardson            <mcr at sandelman dot ottawa dot on dot ca>
     Guy Harris                    <guy at alum dot mit dot edu>
     Hannes Gredler                <hannes at juniper dot net>
     Michael Richardson            <mcr at sandelman dot ottawa dot on dot ca>
+    Francois-Xavier Le Bail       <fx dot lebail at yahoo dot com>
 
 Additional people who have contributed patches:
 
 
 Additional people who have contributed patches:
 
@@ -67,7 +68,6 @@ Additional people who have contributed patches:
     Francesco Fondelli            <francesco dot fondelli at gmail dot com>
     Francisco Matias Cuenca-Acuna <mcuenca at george dot rutgers dot edu>
     Francis Dupont                <Francis dot Dupont at enst-bretagne dot fr>
     Francesco Fondelli            <francesco dot fondelli at gmail dot com>
     Francisco Matias Cuenca-Acuna <mcuenca at george dot rutgers dot edu>
     Francis Dupont                <Francis dot Dupont at enst-bretagne dot fr>
-    Francois-Xavier Le Bail       <fx dot lebail at yahoo dot com>
     Frank Volf                    <volf at oasis dot IAEhv dot nl>
     Fulvio Risso                  <risso at polito dot it>
     George Bakos                  <gbakos at ists dot dartmouth dot edu>
     Frank Volf                    <volf at oasis dot IAEhv dot nl>
     Fulvio Risso                  <risso at polito dot it>
     George Bakos                  <gbakos at ists dot dartmouth dot edu>