Make NEWS current to today (October 13).

svn path=/trunk/; revision=4027
This commit is contained in:
Gerald Combs 2001-10-13 19:31:47 +00:00
parent bd4a2b48b0
commit 06de0d9651
1 changed files with 80 additions and 3 deletions

83
NEWS
View File

@ -35,7 +35,7 @@ Overview of changes in Ethereal 0.8.20:
* Many Quakeworld and Quake2 dissector enhancements. (Uwe)
* Add routines used by GIOP plugins to the plugin address table. (Guy)
* Properly check for GCC version >= 2 when using "__attribute__" (Guy)
* Quake3 Arena dissector, plus enhancements (Uwe)
* Quake3 Arena dissector, plus many enhancements (Uwe)
* iSCSI updates. (Mark Burton)
* Update preferences error checking and comments, fix a memory leak,
parser fixes and updates. (Guy)
@ -148,8 +148,85 @@ Overview of changes in Ethereal 0.8.20:
* Don't include packet-tcp.h or packet-udp.h in packet-ipv6.c. (Guy)
* NBSS continuation enhancements. (Guy)
* Add more filterable SMB header fields. (Guy)
*
* Time display improvements. (Guy)
* SMB MID/PID handling improvements. (Guy)
* PGM updates. (Steve Dickson)
* WCCP dissector and documentation updates. (Simharajan Srishylam, Guy)
* Update the data passing mechanism in the AFS and RX dissectors and Epan. (Guy)
* TRANSACTION and TRANSACT2 updates in the SMB dissector. (Guy)
* Fix 64-bit casts in the DIAMETER dissector. (Guy)
* FT_UINT_STRING handling fixes. (Lee Berger)
* SMB mailslot and pipe updates. (Guy)
* Tvbuffify the SMB remote API protocol. (Ronnie, Guy)
* NBDS dissector updates. (Guy)
* Add Shiva PAP and EAP support, update CBCP negotiation and CHAP support
in PPP dissector. (Motonori)
* Tvbuffify the SMB mailslot protocol dissector. (Ronnie)
* Add CORBA IDL union support, and improve generationReply() in
ethereal_gen.py. (Frank)
* SMB pipe transaction continuation fixes and updates. (Guy)
* Update packet-smb.c so that other SMB dissectors can be tvbuffified. (Richard)
* SMB display updates and compiler warning fixes. (Guy)
* Add FT_UCS2_LE field type. (Guy)
* Make spelling of "routing" consistent in ESIS, GTP, and OSI dissectors. (Guy)
* Conversation handler updates. (Jason Lango)
* Add ICAP support. (Simharajan Srishylam)
* Fix Guntella dissector tree organization. (Guy)
* Fix SDES end-marker and end of packet checking in RTCP dissector. (Guy)
* More configure-time zlib-checking fixes. (Guy)
* Plugin directory checking fixes, other plugin fixes for Win32. (Guy)
* RX dissector code cleanup. (Guy)
* Add the GIOP plugins to the NSI installer. (Guy)
* GIOP dissector code cleanup. (Bernd Becker, Guy)
* Code cleanup in gtkclist.c. (Guy)
* Code cleanup in acinclude.m4, ascend-grammar.y, and ascend-scanner.l.
(Albert Chin)
* Win32 data file and plugin directory fixes. (Guy)
* Win32 compilation error fixes. (Guy)
* Fix a memory leak in plugins.c (Guy)
* Add more AVPs and Event-Timestamp support to RADIUS dissector. (Terje Krogdahl)
* ISIS protocol dissector fixes. (Hannes Gredler)
* SIP dissector code cleanup and support for additional methods.
(Jean-francois Mule, Guy)
* Add Shomiti "enhancement" handling to snoop reader. (Guy)
* Code cleanup in libpcap.c, netxray.c, ngsniffer.c, snoop.c, and
wtap-int.h. (Guy)
* Improve handling and data display in SMB dissector. (Guy)
* Fix naming of the Microsoft Windows Lanman Remote API Protocol in
packet-smb-pipe.c. (Guy)
* Use descriptor strings when dissecting remote APIs in SMB dissector. (Guy)
* Better memory allocation and exception handling in the GIOP dissector. (Guy)
* Get rid of proto_tree_add_notext() routine and update documentation. (Guy)
* Add a proto_item_append_text() routine. Use it in the DNS dissector. (Guy)
* UDP encapsulation updates for the IPSec and ISAKMP dissectors. (Yaniv Kaul)
* Properly call ESP dissector from ISAKMP dissector. (Guy)
* Add RPCSEC_GSS fixes to the RPC dissector. (Mike Frisch)
* Update idl2eth man page, and add it to installation. (Frank)
* CORBA IDL dissector generation updates. (Frank)
* Update conversation documentation in README.developer. (Guy)
* Makefile updates for packet-oseventcomm. (Frank, Guy)
* Fix missing #includes in packet-isakmp.c and proto_draw.c. (Frank)
* Changes to better handle dissection of ICMP error data. (Guy)
* More RADIUS dissector updates. (Richard)
* Better non-ASCII label handling in the GTP and X11 dissectors. (Guy)
* Use longs for file offsets. (Guy)
* Use hex notation for X11 keysyms. (Motonori)
* Better SMB mailslot message payload handling. (Guy)
* DCE RPC data representation decoding code cleanup. (Todd)
* Add more packet types to the TNS dissector. (Nathan)
* Other TNS dissector updates. (Nathan)
* WSP and WTP dissector fixes and code cleanup. (Georg von Zezschwitz, Guy)
* Updates for manuf.tmpl and make-manuf. (Joerg Mayer)
* Add UCP dissector and fixes. (Tom Uijldert, Guy)
* IPX dissector updates. (Nathan)
* Add the "manuf" file to the NSI installer, other manuf-related fixes. (Guy)
* Shrink the width of the preferences dialog. (Gerald)
* Add Skinny Client Control Protocol dissector and fixes. (Joerg Mayer, Guy)
* NBNS dissector updates for MaxOS X 10.1 NetBIOS session requests. (Guy)
* More idl2eth updates - allow CORBA IDL enums to be displayed as symbolic
and numeric values. (Frank)
* Quake 3 dissector field name updates. (Guy)
* Preferences dialog fixes. (Guy, Motonori)
Overview of changes in Ethereal 0.8.19: