diff options
author | Michael Richardson <mcr@sandelman.ca> | 2011-07-24 20:15:39 -0400 |
---|---|---|
committer | Michael Richardson <mcr@sandelman.ca> | 2011-07-24 20:15:39 -0400 |
commit | 6b9177b5fb306820a5deeb98745efd1001596aa3 (patch) | |
tree | 45bf37e9bd38d8b9a59e4caf41c488998e1292d3 | |
parent | 95e85c82a5c58e57d9f1f5ddaf5c9421e9b73b5e (diff) | |
download | tcpdump-6b9177b5fb306820a5deeb98745efd1001596aa3.tar.gz |
Changes for 4.2 of tcpdump
-rw-r--r-- | CHANGES | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,6 +1,27 @@ +Sunday July 24, 2011. mcr@sandelman.ca. Summary for 4.2.+ merged 802.15.4 decoder from Dmitry Eremin-Solenikov <dbaryshkov at gmail dot com> + updates to forces for new port numbers + Use "-H", not "-h", for the 802.11s option. (-h always help) + Better ICMPv6 checksum handling. + add support for the RPKI/Router Protocol, per -ietf-sidr-rpki-rtr-12 + get rid of uuencoded pcap test files, git can do binary. + sFlow changes for 64-bit counters. + fixes for PPI packet header handling and printing. + Add DCB Exchange protocol (DCBX) version 1.01. + Babel dissector, from Juliusz Chroboczek and Grégoire Henry. + improvements to radiotap for rate values > 127. + Many improvements to ForCES decode, including fix SCTP TML port + updated RPL type code to RPL-17 draft + Improve printout of DHCPv6 options. + added support and test case for QinQ (802.1q VLAN) packets + Handle DLT_IEEE802_15_4_NOFCS like DLT_IEEE802_15_4. + Build fixes for Sparc and other machines with alignment restrictions. + Merged changes from Debian package. + PGM: Add ACK decoding and add PGMCC DATA and FEEDBACK options. + Build fixes for OSX (Snow Leopard and others) + Add support for IEEE 802.15.4 packets Tue. July 20, 2010. guy@alum.mit.edu. Summary for 4.1.2 tcpdump release |