aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-04 00:31:26 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-04 00:31:26 +0000
commite7ef9035940b157968adde75ffa9e3f3be4792be (patch)
tree79a044551e450fdd11b518743b5d88a7b11b7d0c /NEWS
parentc246ebd9004fc97001955fdb37c6f75d2ab8ea5e (diff)
Fix some items.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4858 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 6 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index beec965340..d71c76179a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
Overview of changes in Ethereal 0.9.2:
-* Properly display tabs characters in SDB dissector. (Guy)
+* Properly display tabs characters in SDP dissector. (Guy)
* Add more rx decodes to the AFS dissector. (Nathan)
* Add flag for slow start / jumbo datagram support to RX. (Nathan)
* Fix rx string parsing issues in AFS dissector. (Nathan)
@@ -40,7 +40,7 @@ Overview of changes in Ethereal 0.9.2:
* Fixes and enhancements for dissect_ndr_pointer() in the DCE RPC
dissector. (Ronnie)
* Display DCE RPC fragment length and ordinal number in decimal. (Guy)
-* Add support for Q.931 over TPKT, other updates. (Guy)
+* Clean up support for Q.931 over TPKT, other updates. (Guy)
* Move more data structures from packet-iscsi.c to packet-scsi.c. (Guy)
* Add "execute CDB" support to NDMP dissector, clean up whitespace. (Guy)
* Improved SCSI/NDMP conversation support. (Guy)
@@ -67,7 +67,8 @@ Overview of changes in Ethereal 0.9.2:
* Add RPC-over-TCP fragment reassembly support to RPC and NDMP, including
bounds error handling. Desegmentation memory handling improvements.
(Guy)
-* Place reassembled TCP data in the TCP tree. (Guy)
+* Place TCP segment data in the TCP tree on the final frame of a
+ reassembly. (Guy)
* Fix addr_tvb_new_real_data declaration in plugin_table.h. (Guy)
* Add return value type to rpc_defrag.h's rec_dissector_t. (Guy)
* Translate enterprise OIDs in SNMP traps to strings. (Andrew Hood)
@@ -347,7 +348,8 @@ Overview of changes in Ethereal 0.9.1:
* Fix "checksum is bad" flag. (Guy)
* Packet length checking fix for Auto-RP dissector. (Guy)
* Add dissection of abort packets to RX dissector. (Nathan)
-* Clean up Q.931 heuristic code, update is_tpkt(). (Guy)
+* Clean up Q.931 heuristic code, update is_tpkt(), export TPKT support
+ routines to plugins. (Guy)
* Protocol tree, tvbuff length checking and offset fixes for SDP, SIP,
and SliMP3 dissectors. (Guy)
* STAT and ypserv subtree creation fixes. (Guy)