Update for the 0.9.9 release.

svn path=/trunk/; revision=6992
This commit is contained in:
Gerald Combs 2003-01-24 00:51:55 +00:00
parent d3a15b42b1
commit 25bc5800a4
2 changed files with 72 additions and 54 deletions

View File

@ -1,4 +1,4 @@
$Id: ChangeLog,v 1.15 2003/01/21 02:12:16 gerald Exp $
$Id: ChangeLog,v 1.16 2003/01/24 00:51:54 gerald Exp $
Overview of changes in Ethereal 0.9.9:
* Get rid of unneeded comments and includes, fix registration in IPFC (Guy)
@ -239,12 +239,49 @@ Overview of changes in Ethereal 0.9.9:
* Update ASAP to support latest versions of the Internet Drafts (Michael)
* Add packet-ntlmssp.h to Makefile.am (Gerald)
* Use "tcp_dissect_pdus()" in XOT, improve packet rejection (Guy)
Left off at: http://www.ethereal.com/lists/ethereal-cvs/200301/msg00131.html
* Improve MySQL command parameter display (Huagang Xie)
* Add symbolic names for Fibre Channel Network Address Authority
identifiers (Brian Ginsbach)
* Add a small fixme about --enable-usr-local to configure.in (Joerg)
* Don't replace spaces by '_' in make-manuf, remove them (Joerg)
* Update manuf file to revised format (Joerg)
* Update FAQ (Joerg)
* Reorder OSPF defines numerically within version (Joerg)
* Improve pcap check in acinclude.m4's (Joerg)
* Fix configure check to compile with IBM Visual Age C compiler (cjs 2895)
* Changed the fix for the nested functions to use the mechanisms provided
by autoconf (Joerg)
* Fix for the problem that the aclocal-missing directory was not included
in make dist-gzip (Joerg)
* More fixes for aclocal-flags and autogen.sh
* Add SMB RTT statistics to tethereal and ethereal (Ronnie)
* Keep track of and display the time between Call and Reply in NCP packets
(Ronnie)
* Patch for packet-ip to make it TAPable (Ronnie)
* Create a TAP for TokenRing (Ronnie)
* Create a TAP for Ethernet (Ronnie)
* Portably strip carriage returns and newlines in aclocal-flags (Guy)
* Add MDSHDR support, more FC columns, FC-related fixes (Dinesh)
* Include <epan/resolv.h> to declare "get_hostname()" in tap-iousers.c
(Guy)
* Added support for version 05 of the (expired) ID describing M3UA, update
to support RFC 3332, better padding handling (Michael)
* Put a "-I" before "$gtk_aclocal_dir" in aclocal-flags (Gerald)
* Support for two new 802.11 elements used in the latest IEEE
802.11g draft version (Guy)
* Update SUA to support new draft (Michael)
* Make all the stuff in the 802.11 capability fixed field in a management
frame 2-byte bitfields (Guy)
* Add a Linux-specific ARCNET DLT, other ARCNET enhancements (Guy)
* Add a capture_arcnet() and fix a protocol ID offset (Guy)
* Updates to the Boardwalk and MDS header dissectors (Dinesh)
* Handle ARCNET exception frames (Guy)
* More ARCNET updates (Guy)
* Support Appletalk, IPv6, and Banyan Vines over ARCNET (Guy)
* Support BACNET and "Novell EC" over ARCNET (Guy)
* Put an entry for the BACnet protocol ID in ARCNET (Guy)
* Handle a Naming Authority special case in SRVLOC (Brad Hards)
* Register "sua.sua_version" as an obsolete preference (Guy)
Overview of changes in Ethereal 0.9.8:

75
NEWS
View File

@ -1,18 +1,27 @@
$Id: NEWS,v 1.120 2003/01/21 02:12:16 gerald Exp $
$Id: NEWS,v 1.121 2003/01/24 00:51:55 gerald Exp $
== January ??, 2003
== January 23, 2003
Ethereal 0.9.9 has been released.
Please note the next release will NOT be 1.0. There are still more
features to be added before a 1.0 release will be ready.
New and Updated Features
Plugin search behavior was improved under Unix, allowing more than one
version of Ethereal to be installed at one time.
New and Updated Features
The statistics graphs have been enhanced.
The statistics graphs have been enhanced. More statistics have been
added:
Round-trip-time statistics are now computed for SMB traffic.
NCP Call and Reply times are now tracked.
Top talker statistics for Ethernet, IP and Token Ring are now
available (tethereal only).
Color allocation and handling was improved.
@ -22,7 +31,11 @@ New and Updated Features
The ATM code received major improvements.
The DOS Sniffer code received major improvements as well.
The DOS Sniffer code also received major improvements.
For those that compile Ethereal from source, some fixes and updates
have been made to the configuration and build environment.
Bug Fixes
@ -31,56 +44,24 @@ Bug Fixes
A potential infinite loop in the TCP graphing code has been fixed.
New Protocols
MEGACO,
MySQL,
SDLC,
X.29,
MDSHDR, MEGACO, MySQL, SDLC, X.29
Updated Protocols
AFP,
AFS,
AIM,
ASAP,
ATM,
BPDU,
Cisco HDLC,
CLNP,
DCE RPC,
DDTP,
H.261,
IMSI,
IP,
IP-over-FC,
L2TP,
LMI,
MTP3,
NCP,
NetBIOS,
NETLOGON,
ONC RPC,
PIM,
PPP,
RADIUS,
RANAP,
RPC,
SAMR,
SCTP,
SPNEGO,
SRVSVC,
SPOOLSS,
TNS,
X.25,
Wellfleet HDLC,
802.11, AFP, AFS, AIM, ARCNET, ASAP, ATM, BPDU, Cisco HDLC, CLNP, DCE
RPC, DDTP, Ethernet, FC-ELS, FCIP, H.261, IMSI, IP, IP-over-FC, L2TP,
LMI, M3UA, MTP3, NCP, NetBIOS, NETLOGON, ONC RPC, OSPF, PIM, PPP,
RADIUS, RANAP, RPC, SAMR, SCTP, SMB, SPNEGO, SPOOLSS, SRVLOC, SRVSVC,
SUA, TNS, Token Ring, Wellfleet HDLC, X.25
Updated Capture File Support
Firewall-1, Netmon, NetXRay, Radcom, Sniffer,
Firewall-1, Netmon, NetXRay, Radcom, Sniffer
== December 7, 2002