summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2003-09-09 23:17:08 +0000
committerGerald Combs <gerald@wireshark.org>2003-09-09 23:17:08 +0000
commitdf25d4167371367c9e8e19ccde6135250a174846 (patch)
tree1ebbc5f66ea70a6b5fecd9f78166145e4937ec03
parent95f648cd9e06b82518e465d0f0fdbffa42a93279 (diff)
downloadwireshark-df25d4167371367c9e8e19ccde6135250a174846.tar.gz
Final(?) changes for the 0.9.15 release.
svn path=/trunk/; revision=8438
-rw-r--r--ChangeLog34
-rw-r--r--NEWS64
2 files changed, 29 insertions, 69 deletions
diff --git a/ChangeLog b/ChangeLog
index a86c8f87f1..b971943871 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-$Id: ChangeLog,v 1.29 2003/09/09 03:34:26 gerald Exp $
+$Id: ChangeLog,v 1.30 2003/09/09 23:17:08 gerald Exp $
Overview of changes in Ethereal 0.9.15:
@@ -347,22 +347,22 @@ Overview of changes in Ethereal 0.9.15:
* Add support for user-supplied interface descriptions and interface hiding
(Nathan Jennings, Guy)
* Have Find support periods and dashes as hex separators (Gerald)
-*
-
-
-
-
-
-
-Left off at http://www.ethereal.com/lists/ethereal-cvs/200309/msg00124.html
-
-
-
-
-* Number of new packets
-* Added strings for several fields
-* Use "Art-Net" instead of "ArtNET"
-* Number of (endian) bugs fixed
+* Polish the interface list pref window (Nathan)
+* Update some strings in FCIP (Guy)
+* Use Booleans, not uint8's in DOCSIS (Guy)
+* Put each UCD TLV in a tree of its own (Guy)
+* Show the DOCSIS BPKM-ATTR crypto suite attribute symbolically (Guy)
+* Fix the DOCSIS PDU length (Guy)
+* Process GPRS-NS TLVs as such (Guy)
+* Fix GPRS-NS string handling (Guy)
+* Update BSSGP IMSI odd/even indicator and identity display (Guy)
+* Fix GPRS-NS length octet handling (Guy)
+* Update NFSv3 Read Reply and Write Call handling (Ronnie)
+* Update iSCSI NSG bit handling (Ronnie)
+* Add a "dissector_get_string_handle()" function (Guy)
+* Fix an empty capture description problem (Nathan)
+* Use the right value_string table for the filter mode in Gryphon
+ CMD_CARD_SET_FILTER_MODE and CMD_CARD_GET_FILTER_MODE (Guy)
Overview of changes in Ethereal 0.9.14:
diff --git a/NEWS b/NEWS
index 48d145689a..5cb92006bc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-$Id: NEWS,v 1.135 2003/09/09 03:34:26 gerald Exp $
+$Id: NEWS,v 1.136 2003/09/09 23:17:08 gerald Exp $
== September 9, 2003
@@ -6,11 +6,11 @@ Ethereal 0.9.15 has been released.
New and updated features
- Many major features have been added with this release. If you're
- running an older version of Ethereal, you may want to have a look.
+ Many often-requested features have been added with this release. If
+ you're running an older version of Ethereal you may want to have a look.
Conversation List (aka "top talker") support has been added to Ethereal
- and Tethereal. Protocol statistics in general have been updated.
+ and Tethereal. Protocol statistics in general have been updated.
Searching capture files has been improved even more -- a new "contains"
display filter operator that searches for strings in PDUs has been
@@ -29,61 +29,21 @@ New and updated features
New protocols
-GPRS BSSGP,
-GPRS NS,
-H.225,
-H.263,
-Laplink,
-LWAPP,
-Q.933,
-STUN,
+ GPRS BSSGP, GPRS NS, H.225, H.263, LWAPP, Laplink, Q.933, STUN
Updated protocols
-ArtNet,
-BOOTP/DHCP,
-DCE/RPC,
-DCERPCSTAT,
-DHCPv6,
-ENIP,
-Ethernet,
-FCIP,
-Frame Relay,
-H.245,
-HTTP,
-IPsec,
-LDAP,
-LWRES,
-M2UA,
-M3UA,
-MEGACO,
-MTP3,
-NCP,
-NDPS,
-NFS,
-NTLMSSP,
-PPTP,
-Q.931,
-RPC,
-SAMR,
-SCCP,
-SCTP,
-SMB,
-SMPP,
-SNA,
-SNMP,
-SRVLOC,
-SIP,
-SUA,
-TCP,
-TDS,
-UDP,
-WSP,
+ ArtNet, BOOTP/DHCP, DCE/RPC, DCERPCSTAT, DHCPv6, DOCSIS, ENIP, Ethernet,
+ FCIP, Frame Relay, H.245, HTTP, IPsec, iSCSI, LDAP, LWRES, M2UA, M3UA,
+ MEGACO, MTP3, NCP, NDPS, NFS, NTLMSSP, PPTP, Q.931, RPC, SAMR, SCCP,
+ SCTP, SIP, SMB, SMPP, SNA, SNMP, SRVLOC, SUA, TCP, TDS, UCD, UDP, WSP,
+
Updated capture file support
- Accellent 5Views, CheckPoint FW-1, Endace ERF, LANalyzer,
+ Support for Accellent 5Views and Endace ERF capture files was added.
+ CheckPoint FW-1 and Novell LANalyzer support has been enhanced.
== July 23, 2003