|
1 |
| -$Header: /tcpdump/master/tcpdump/CHANGES,v 1.80 2001-01-29 09:20:15 itojun Exp $ |
2 |
| - |
3 |
| - |
4 |
| -- BIND9 lwres dissector (Jan 29 2001) |
| 1 | +$Header: /tcpdump/master/tcpdump/CHANGES,v 1.81 2002-01-21 11:03:33 mcr Exp $ |
| 2 | + |
| 3 | +Monday, January 21, 2002. [email protected]. Summary for 3.7 release |
| 4 | +see http://www.tcpdump.org/cvs-log/2002-01-21.10:16:48.html for commit log. |
| 5 | + keyword "ipx" added. |
| 6 | + Better OSI/802.2 support on Linux. |
| 7 | + |
| 8 | + LLC SAP support for FDDI/token ring/RFC-1483 style ATM |
| 9 | + BXXP protocol was replaced by the BEEP protocol; |
| 10 | + improvements to SNAP demux. |
| 11 | + Changes to "any" interface documentation. |
| 12 | + Documentation on pcap_stats() counters. |
| 13 | + Fix a memory leak found by Miklos Szeredi - pcap_ether_aton(). |
| 14 | + Added MPLS encapsulation decoding per RFC3032. |
| 15 | + DNS dissector handles TKEY, TSIG and IXFR. |
| 16 | + adaptive SLIP interface patch from Igor Khristophorov < [email protected]> |
| 17 | + SMB printing has much improved bounds checks |
| 18 | + OUI 0x0000f8 decoded as encapsulated ethernet for Cisco-custom bridging |
| 19 | + Zephyr support, from Nickolai Zeldovich < [email protected]>. |
| 20 | + Solaris - devices with digits in them. Stefan Hudson < [email protected]> |
| 21 | + IPX socket 0x85be is for Cisco EIGRP over IPX. |
| 22 | + Improvements to fragmented ESP handling. |
| 23 | + SCTP support from Armando L. Caro Jr. < [email protected]> |
| 24 | + Linux ARPHDR_ATM support fixed. |
| 25 | + Added a "netbeui" keyword, which selects NetBEUI packets. |
| 26 | + IPv6 ND improvements, MobileIP dissector, 2292bis-02 for RA option. |
| 27 | + Handle ARPHDR_HDLC from Marcus Felipe Pereira < [email protected]>. |
| 28 | + Handle IPX socket 0x553 -> NetBIOS-over-IPX socket, "nwlink-dgm" |
| 29 | + Better Linux libc5 compat. |
| 30 | + BIND9 lwres dissector added. |
| 31 | + MIPS and SPARC get strict alignment macros (affects print-bgp.c) |
| 32 | + Apple LocalTalk LINKTYPE_ reserved. |
| 33 | + New time stamp formats documented. |
| 34 | + DHCP6 updated to draft-22.txt spec. |
| 35 | + ICMP types/codes now accept symbolic names. |
| 36 | + Add SIGINFO handler from LBL |
| 37 | + encrypted CIPE tunnels in IRIX, from Franz Schaefer < [email protected]>. |
| 38 | + now we are -Wstrict-prototype clean. |
| 39 | + NetBSD DLT_PPP_ETHER; adapted from Martin Husemann < [email protected]>. |
| 40 | + PPPoE dissector cleaned up. |
| 41 | + Support for LocalTalk hardware, from Uns Lider < [email protected]>. |
| 42 | + In dissector, now the caller prints the IP addresses rather than proto. |
| 43 | + [email protected]: print the IP proto for non-initial fragments. |
| 44 | + LLC frames with a DSAP and LSAP of 0xe0 are IPX frames. |
| 45 | + Linux cooked frames with a type value of LINUX_SLL_P_802_3 are IPX. |
| 46 | + captures on the "any" device won't be done in promiscuous mode |
| 47 | + Token Ring support on DLPI - Onno van der Linden < [email protected]> |
| 48 | + ARCNet support, from NetBSD. |
| 49 | + HSRP dissector, from Julian Cowley < [email protected]>. |
| 50 | + Handle (GRE-encapsulated) PPTP |
| 51 | + added -C option to rotate save file every optarg * 1,000,000 bytes. |
| 52 | + support for "vrrp" name - NetBSD, by Klaus Klein < [email protected]>. |
| 53 | + PPTP support, from Motonori Shindo < [email protected]>. |
| 54 | + IS-IS over PPP support, from Hannes Gredler < [email protected]>. |
| 55 | + CNFP support for IPv6,format. Harry Raaymakers < [email protected]>. |
| 56 | + ESP printing updated to RFC2406. |
| 57 | + HP-UX can now handle large number of PPAs. |
| 58 | + MSDP printer added. |
| 59 | + L2TP dissector improvements from Motonori Shindo. |
5 | 60 |
|
6 | 61 | Tuesday January 9, 2001. [email protected]. Summary for 3.6 release
|
7 | 62 | Cleaned up documentation.
|
@@ -598,4 +653,4 @@ v2.0 Sun Jan 13 12:20:40 PST 1991
|
598 | 653 |
|
599 | 654 | - Initial public release.
|
600 | 655 |
|
601 |
| -@(#) $Header: /tcpdump/master/tcpdump/CHANGES,v 1.80 2001-01-29 09:20:15 itojun Exp $ (LBL) |
| 656 | +@(#) $Header: /tcpdump/master/tcpdump/CHANGES,v 1.81 2002-01-21 11:03:33 mcr Exp $ (LBL) |
0 commit comments