diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-11-20 17:08:50 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-11-20 17:08:50 +0000 |
commit | b054fb1cb68efc29272a9fa126cbaf1458fa53bd (patch) | |
tree | 67e0a3ba3f106363f945a262a7f460a59263b597 /NEWS | |
parent | ed396d1c03bd44d2f42c5dab02e50b4bcdc4b72e (diff) | |
download | wireshark-b054fb1cb68efc29272a9fa126cbaf1458fa53bd.tar.gz wireshark-b054fb1cb68efc29272a9fa126cbaf1458fa53bd.tar.bz2 wireshark-b054fb1cb68efc29272a9fa126cbaf1458fa53bd.zip |
Changes in 0.8.14
svn path=/trunk/; revision=2681
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 48 |
1 files changed, 48 insertions, 0 deletions
@@ -1,3 +1,51 @@ +Overview of changes in Ethereal 0.8.14: +* Fix time-difference computation in tethereal (Guy) +* SMB LOGON update (Richard) +* Continue capturing if netmask on interface is not found (Guy) +* Add fourth choice of time format: date/time (Guy) +* AFS update (Nathan) +* WAP support (Neil Hunter, Guy) +* SIP support (Heikki Vatiainen) +* FTP update (Richard) +* Plugins can specify several underlying protocols (Olivier) +* Dissector cleanup (Guy) +* AIM/OSCAR support (Ralf Holzer) +* Use preference file field list for summary line in tethereal (Guy) +* GIOP 1.2 support, and other GIOP updates (Craig Rodrigues, Guy) +* Remove carriage returns in getopt.[ch] (Guy) +* SDP handles embedded newlines (Robert Tsai) +* Re-write of EIGRP dissector (Paul Ionescu) +* Tethereal output cleanup (Guy) +* MGCP dissector plugin (Ed Warnicke) +* Tvbuffify: HTTP, NTTP, RSH, RTSP, Telnet, SAP, SDP, FTP, POP, TFTP, + NBIPX, SMTP, 802.1Q VLAN, ATALK, AARP, ARP, IPP, STP, + IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, OSI ESIS, + PPoE, L2TP, X11 (Guy) +* Tvbuffify: NetBIOS (Jeff Foster) +* Add more tvbuff methods (Guy, Gilbert) +* Correct IPv6 router renumbering dissector (Itojun) +* ICMPv6 update (Itojun) +* Re-work of logic in SMTP (Guy) +* ATALK fix (Guy) +* NetBIOS update (Gerald) +* Code movement to libethereal (Guy) +* Column-related fixes in DNS/NBNS (Gilbert) +* Plugin API fix (Guy) +* Documentation update (Guy) +* IEEE 802.11 support (Johan Jorgensen, Axis Communications) +* Dissectors can be registered by name, for later lookup (Guy) +* GIOP update (Frank Singleton) +* Tweak the DATA dissector (Guy) +* NTP update (Phil Techau, Gerald) +* Add #include's to clean compiler warnings (Craig) +* Conversation fix (Guy) +* Wiretap error-reporting fix (Guy) +* Add col_set_str() to save memory-copying when the string is static (Guy) +* Fix for AFS buffer-overrun exploit (Gerald) +* Fix possible buffer overruns in NBNS, NTP, ICQ, resolv.c, pppdump.c (Gerald) +* Tvbuffify: AUTO-RP (Heikki Vatiainen) +* Have tethereal initialize winsock like Ethereal does (Gilbert) + Overview of changes in Ethereal 0.8.13: * Macro movement to pint.h (Gilbert) * Keep TVBUFF_SUBSET constructor from dying after a |