aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2003-06-12 01:01:05 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2003-06-12 01:01:05 +0000
commit3ce8cdbba3587c7c3a83c95ec79cdc72e84d3edb (patch)
tree35e02157a1e5446a2a207a09c2a7afe53aca7de4 /ChangeLog
parent9f6a9d99318eeb8ba0400c2b82343e11d883d374 (diff)
Final updates for 0.9.13.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7852 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog43
1 files changed, 34 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 125da4b11a..2bf261edf3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-$Id: ChangeLog,v 1.23 2003/06/10 01:47:32 gerald Exp $
+$Id: ChangeLog,v 1.24 2003/06/12 01:01:05 gerald Exp $
Overview of changes in Ethereal 0.9.13:
@@ -191,14 +191,39 @@ Overview of changes in Ethereal 0.9.13:
* Add a tap listener to present sid to name mappings for tethereal (Ronnie)
* Fix Tethereal man page command line options and program name (Guy)
* Fix the display of the high 16 bits of the SMB PID (Guy)
-*
-
- Left off at http://www.ethereal.com/lists/ethereal-cvs/200306/msg00063.html
-
-
-
-
-
+* Update the FAQ to May 25 (Joerg)
+* Update manuf to June 10 (Joerg)
+* Show the upper 2 bytes of SMB's formerly-reserved area as a "High Part of
+ PID" even for SMB-over-IPX (Guy)
+* Add support for some additional SAPs for Netware and OSI (Guy)
+* Improve the CR-LF check in SMTP (Guy)
+* Change DCERPC, Fix, and ISDN to reflect the new behavior of tvb_memeql()
+ (Guy)
+* If ADNS_DIR isn't defined, don't link with the ADNS library (Guy)
+* Properly handle an empty interface list in Windows (Guy)
+* Finish the NFS_ACL dissector (Mike Frisch)
+* Fix "Ethereal" capitalization and boldface in the pod page (Guy)
+* Get rid of an unused variable in proto.c (Guy)
+* Add a paddint preference to the FDDI dissector (Laurent)
+* Add http.request.method field with an accompanying subtree (Gilbert)
+* Put the FTP request or response line into the protocol tree (Guy)
+* Add a couple of missing line continuations to Makefile.nmake (Gerald)
+* Get the right length for HTTP methods with an "M-" prefix (Guy)
+* Add support for Common Industrial Protocol over IP (Joakim Wiberg)
+* Add RTNET/TDMA support (Erwin Rol)
+* Handle diff lines that look like "Binary files" (Gilbert)
+* Put the SMTP request or response line into the protocol tree (Guy)
+* Put the POP request or response line into the protocol tree (Guy)
+* Put the IMAP request or response line into the protocol tree (Guy)
+* Put the ACAP request or response line into the protocol tree (Guy)
+* Fix value fetching and tree filling in TSP (Guy)
+* Fix the NCP SetCmdValueNum display (Gilbert)
+* Update the SIP request/response subfield display, fix a string free (Guy)
+* Expand the ability of fvalue_to_string_repr, and modify more FT_* types
+ to provide that method (Gilbert)
+* Put in a missing "break" statement in proto.c (Guy)
+* Update to the CIP dissector, reverting to the "EtherNet/IP" name
+ (Joakim)
Overview of changes in Ethereal 0.9.12: