Final updates for 0.9.13.
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 12 Jun 2003 01:01:05 +0000 (01:01 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 12 Jun 2003 01:01:05 +0000 (01:01 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7852 f5534014-38df-0310-8fa8-9805f1628bb7

ChangeLog
NEWS

index 125da4b11a04023d629f3395e704d13d475b6678..2bf261edf343eddc523a10f9b847576b0136fb3e 100644 (file)
--- 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:
diff --git a/NEWS b/NEWS
index 24130d30e50135b0857743442f7b4b25db76207c..92cfd4447e754a11c609849aabee747c57beaf7b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,10 @@
-$Id: NEWS,v 1.129 2003/06/10 17:24:40 guy Exp $
+$Id: NEWS,v 1.130 2003/06/12 01:01:05 gerald Exp $
 
 == June ?, 2003
 
 Ethereal 0.9.13 has been released.
 
-  This release fixes several security issues  discovered by Timo
+  This release fixes a large number of security issues  discovered by Timo
   Sirainen and others.  See
 
     http://www.ethereal.com/appnotes/enpa-sa-00010.html
@@ -20,61 +20,25 @@ New and updated features
   
   "Decode As..." functionality has been added to Tethereal via the "-d"
   flag.
+  
+  The HTTP, FTP, POP, SMTP, IMAP, and ACAP requests and responses are now
+  shown in the protocol tree.
 
 New protocols
 
-distcc,
-MSRPC ATSVC,
+  distcc, EtherNet/IP, MSRPC ATSVC, RTNET/TMDA
 
 Updated protocols
 
-802.11,
-AIM, 
-BGP,
-CLNP,
-COTP,
-CPHA,
-DCERPC,
-DNS,
-EAPOL,
-Ethernet, 
-GSSAPI,
-IP,
-ISAKMP,
-ISIS,
-LDAP,
-LSP,
-M2PA,
-MAPI,
-Modbus,
-NDPS,
-NFS,
-NTLMSSP,
-OpenBSD pflog,
-OSI,
-OSPF,
-PPTP,
-RMCP,
-RMI,
-RPC,
-RTP,
-SCSI,
-SCTP,
-SIP,
-SMB,
-SMPP,
-SNMP,
-SPNEGO,
-TACACS,
-TCP,
-WBXML,
-WSP,
-WTP,
+  802.11, AIM,  BGP, CLNP, COTP, CPHA, DCERPC, DNS, EAPOL, Ethernet, FDDI,
+  GSSAPI, IP, ISAKMP, ISIS, LDAP, LSP, M2PA, MAPI, Modbus, NDPS, NFS,
+  NTLMSSP, OSI, OSPF, OpenBSD pflog, PPTP, RMCP, RMI, RPC, RTP, SCSI,
+  SCTP, SIP, SMB, SMPP, SMTP, SNMP, SPNEGO, TACACS, TCP, TSP, WBXML, WSP,
+  WTP
 
 Updated capture file support
 
-  HP-UX nettl, VMS UCX$TRACE, 
-
+  HP-UX nettl, VMS UCX$TRACE
 
 
 == May 1, 2003