aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog18
-rw-r--r--NEWS95
2 files changed, 33 insertions, 80 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ff6cd7fa4..51a8619c7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-$Id: ChangeLog,v 1.21 2003/05/01 03:09:51 gerald Exp $
+$Id: ChangeLog,v 1.22 2003/05/02 00:46:18 gerald Exp $
Overview of changes in Ethereal 0.9.12:
@@ -268,8 +268,8 @@ Overview of changes in Ethereal 0.9.12:
* Fix a typo in packet-isis-lsp.c (Laurent Rabret)
* Don't export IP's "ip_dissector_table" explicitly (Guy)
* More dissector table export fixes (Guy)
-* Greatly enhance packet-dcerpc-wkssv.c based on one-off VC++ programs
- (Richard)
+* Make major improvements to packet-dcerpc-wkssvc.c based on a custom VC++
+ program (Richard)
* Add a "proto_item_set_end()" routine to proto.c (Guy)
* Small manuf update (Joerg)
* Modify tvb_get_nstringz*() to behave more like snprintf(), fixing
@@ -281,10 +281,13 @@ Overview of changes in Ethereal 0.9.12:
fully-reassembled packets (Guy)
* Incorporate the AODV6 dissector into the AODV dissector (Guy)
* Fix typedefs in plugins/plugin_table.h, eliminate duplicate code (Guy)
-*
-
-Left off at: http://www.ethereal.com/lists/ethereal-cvs/200304/msg00269.html
-
+* Fix asn1_string_decode() plugin pointer (Lars)
+* Add names for some additional SAM messages (Jim McDonough)
+* Improve WBXML code page handling, add more content types (Olivier)
+* Fix some plugin exporation/macro issues (Matthijs)
+* Fetch both bytes of the message type in M2PA V2 and V6 headers
+ (Jeff Morriss)
+* Clean up some column information display in MTP3MG (Jeff)
Overview of changes in Ethereal 0.9.11:
@@ -616,6 +619,7 @@ Overview of changes in Ethereal 0.9.10:
* Include io.h if needed in tap_rtp.c (Guy)
* Add an average packet size to the summary dialog (Gerald)
* Add a note about io.h to README.developer (Guy)
+*
Overview of changes in Ethereal 0.9.9:
diff --git a/NEWS b/NEWS
index b7877e920c..b4a93829c8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,96 +1,45 @@
-$Id: NEWS,v 1.126 2003/05/01 03:09:51 gerald Exp $
+$Id: NEWS,v 1.127 2003/05/02 00:46:18 gerald Exp $
-== April 2?, 2003
+== May 1, 2003
Ethereal 0.9.12 has been released.
-This release fixes security holes discovered by
+ This release fixes several off-by-one and integer overflow errors
+ discovered by Timo Sirainen. See
-New and updated features
+ http://www.ethereal.com/appnotes/enpa-sa-00009.html
-TCP sequence number analysis received a few improvements.
+ for more details.
-General packet reassembly has been improved.
+New and updated features
-The "Follow TCP Stream" window now allows you to filter out the current
-stream.
+ TCP sequence number analysis received a few improvements.
-The Vines code received significant updates.
+ General packet reassembly has been improved.
-Several enhancements were made to the text2pcap utility.
+ The "Follow TCP Stream" window now allows you to filter out the current
+ stream.
-Bug fixes
+ The Vines code received significant updates.
-New protocols
+ Several enhancements were made to the text2pcap utility.
-ArtNET,
-Intel ANS,
-IPX WAN,
-iSNS,
-NLSP,
+New protocols
+ ArtNET, IPX WAN, Intel ANS, iSNS, NLSP, WKSSVC
Updated protocols
-802.11
-ACAP,
-AFP,
-AIM,
-AJP,
-ASAP,
-BGP,
-CLNP,
-CPHA,
-DCE/RPC,
-DSI,
-EAP,
-IP,
-IPMI,
-IPv6,
-IPX,
-ISIS,
-ISUP,
-IUA,
-Kerberos,
-LDAP,
-M2PA,
-M2TP,
-M2UA,
-M3UA,
-MGCP,
-Modbus/TCP,
-MTP2,
-MTP3,
-MTP3MG,
-NDMP,
-NDPS,
-NFS,
-NLSP,
-PGM,
-Q.931,
-RANAP,
-RPC,
-RSVP,
-SCCP,
-SCCPMG,
-SCTP,
-SMB,
-SNMP,
-SPX,
-SSH,
-SUA,
-TCP,
-Telnet,
-Vines,
-WBXML,
-WKSSVC,
-WSP,
-WTP,
-
+ 802.11 ACAP, AFP, AIM, AJP, ASAP, BGP, CLNP, CPHA, DCE/RPC, DSI, EAP,
+ IP, IPMI, IPX, IPv6, ISIS, ISUP, IUA, Kerberos, LDAP, M2PA, M2TP, M2UA,
+ M3UA, MGCP, MTP2, MTP3, MTP3MG, Modbus/TCP, NDMP, NDPS, NFS, NLSP, PGM,
+ Q.931, RANAP, RPC, RSVP, SCCP, SCCPMG, SCTP, SMB, SNMP, SPX, SSH, SUA,
+ TCP, Telnet, Vines, WBXML, WSP, WTP
Updated capture file support
-Netxray,
+ Netxray
+
== March 10, 2003