aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog43
-rw-r--r--NEWS60
2 files changed, 46 insertions, 57 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:
diff --git a/NEWS b/NEWS
index 24130d30e5..92cfd4447e 100644
--- 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