aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-03-04 00:31:26 +0000
committerGuy Harris <guy@alum.mit.edu>2002-03-04 00:31:26 +0000
commit7d0a912f9ff4d42ded0910825397234d5157cbac (patch)
tree79a044551e450fdd11b518743b5d88a7b11b7d0c /NEWS
parentd54bd0bd6b3f8683031aae0cbf0107779ca40b58 (diff)
Fix some items.
svn path=/trunk/; revision=4858
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)