Update ChangeLog and NEWS files for the 0.9.6 release.

svn path=/trunk/; revision=6039
This commit is contained in:
Gerald Combs 2002-08-21 00:16:17 +00:00
parent 849b5f59c0
commit d16ed1c1a0
2 changed files with 74 additions and 66 deletions

View File

@ -213,9 +213,48 @@ Overview of changes in Ethereal 0.9.6:
* Convert some all caps NETLOGON names to more friendly names (Tim)
* Fixed incorrect NDR pointer type in Authenticate3 in NETLOGON (Ronnie)
* Added new function name LogonSamLogonEx in NETLOGON (Ronnie)
*
* Fix a typo in a M2UA table and reformat it (Michael)
* Revert part of the TCP session tracking code (Ronnie)
* Fix some incorrect NETLOGON poitner types (Jean-Francois Micouleau)
* Adjust pointer usage in NETLOGON (Ronnie)
* Sync PPP with IANA, add MPLSCP and CDPCP, CDP over PPP (ENDOH Akira)
* Add protocol blurbs to "-G" fields (Vassilii Khachaturov)
* Adjust "-G"scripts to handle FT_UINT64, FT_INT64 and FT_STRING (Guy)
* Properly extract ISAKMP data, handle Initiator and Responder cookies
(Yaniv)
* Fix handling of SCSI mode sense (Bill Studenmund)
* Fix a couple of string handling bugs and properly display a uint in
NTLMSSP (Guy)
* Tweak the Solaris/SVR4 packaging a bit (Gerald)
* Limit the parameter and data tvbuffs in SMB (Guy)
* Keep track of "i", "a" and "m" tags in SDP (Guy)
* Fix "PS" bit recording in SCSI, improve unknown page display, fix MODE
SELECT payload length, add more data length checks, fix density code
(Guy)
* Generalize paths in ethereal.nsi and remove the need for ethereal.nsi.in
(Ulf Lamping)
* Set "SetShellVarContext all" in ethereal.nsi (Gerald)
* Add COMMON_FILES_GNU to config.nmake (Gerald)
* Add LLMNR support (Itojun)
* Add a plain text FAQ to the distribution (Joerg)
* Fix ethereal.nsi entries in Makefile.am (Joerg)
* Add TDS protocol support (Brian Bruns, Joerg)
* Add make-faq script (Joerg)
* Add the text FAQ to each package (Joerg)
* Clean up RPM building process (Joerg)
* Fix zero-infinite-looping problem in packet-tds.c (Guy)
* Fix formatting of SCSI "(size)" tags, track device/command types better,
other updates (Guy)
* Parse ISAKMP group descriptions, improve transform/payload display,
parse vendor ID (Yaniv)
* Add -S option to tethereal (Joerg)
* Improve SCSI device type handling, fix memory leaks, fix SSC READ(6) and
WRITE(6) dissectors (Guy)
* Add missing "-static.o" to Makefile.am
* Fix infinite recursion bug in DOCSIS (Anand)
* Update CPHA to use the new dissector API (Guy)
Stopped at: http://www.ethereal.com/lists/ethereal-cvs/200208/msg00091.html
Overview of changes in Ethereal 0.9.5:

97
NEWS
View File

@ -4,84 +4,53 @@ Ethereal 0.9.6 has been released.
Bugs Fixed
Buffer overflow in ISIS fixed.
A bad TCP header could cause problems for "Follow TCP Stream". Fixed.
Setting "column.format" from the command line no longer crashes Ethereal
and tethereal.
Problems with capture files being overwritten (e.g. if you try to save over
the current capture file) have been fixed.
SMB conversation handling crash bug fixed.
Thanks to Valgrind, some memory leaks have been fixed.
Some problems with printing under Windows have been fixed.
A buffer overflow in the ISIS dissector has been fixed. More
information can be found at
http://www.ethereal.com/appnotes/enpa-sa-00006.html.
A bad TCP header could cause problems for the "Follow TCP Stream"
feature.
Setting "column.format" from the command line no longer crashes
Ethereal and Tethereal.
Problems with capture files being overwritten (e.g. if you try to save over
the current capture file) have been fixed.
An SMB conversation handling bug has been fixed.
Thanks to Valgrind, several memory leaks have been fixed.
Some problems with printing under Windows have been fixed.
New Features
TCP sequence number analysis has been added.
The DCE RPC NETLOGON dissector has received a major overhaul.
Data types throughout the code have been cleaned up.
TCP sequence number analysis has been added.
Caveats
The DCE RPC NETLOGON dissector has received a major overhaul.
Data types throughout the code have been cleaned up.
Please note that the BACnet protocol dissector added in version 0.8.17 is
still very incomplete, according to the folks on the BACnet Committee.
New Procols
CPHA,
DOCSIS,
NTLMSSP,
Xyplex terminal server protocol,
ZIP
CPHA, DOCSIS, NTLMSSP, Xyplex terminal server protocol, ZIP
Updated Prococols
802.11,
AFP,
ASAP,
BGP,
DDP,
DCERPC,
DCERPC NT,
DCERPC REG,
EPM,
FTP,
HCLNFSD,
HTTP,
IPX,
ISIS,
IUA,
Kerberos,
L2TP,
LSA,
MMSE,
NBNS,
NetBIOS,
NETLOGON,
NFS,
NTLMSSP,
PPP,
Quake2,
RADIUS,
RSVP,
RTCP,
SAMR,
SIP,
SMB,
SMB Mailslot,
SMTP,
SPOOLSS,
TCP,
TNS,
TPKT,
Token Ring,
VJ TCP,
WINREG,
WSP,
802.11, AFP, ASAP, BGP, CDP, CDPCP, CPHA, DDP, DCERPC, DCERPC NT, DCERPC
REG, EPM, FTP, HCLNFSD, HTTP, IPX, ISAKMP, ISIS, IUA, Kerberos, L2TP,
LLMNR, LSA, MMSE, MPLSCP, NBNS, NetBIOS, NETLOGON, NFS, NTLMSSP, PPP,
Quake2, RADIUS, RSVP, RTCP, SAMR, SCSI, SDP, SIP, SMB, SMB Mailslot,
SMTP, SPOOLSS, TCP, TDS, TNS, TPKT, Token Ring, VJ TCP, WINREG, WSP
Capture File Updates
Added CheckPoint Firewall-1 monitor file, CoSine debug file,
updated pppdump, Netmon,
CheckPoint Firewall-1 monitor file support and CoSine debug file support
were added. Support for pppdump and Netmon files was updated.
== June 28, 2002