aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2002-03-04 03:31:10 +0000
committerGerald Combs <gerald@wireshark.org>2002-03-04 03:31:10 +0000
commit9cc41827cec46b1aa39714c30331047016e671e0 (patch)
treed4e6e867eba78cce4463e0d0b106aa49efb9a81a /NEWS
parentb2cdf91a15b4a59b7f376d4920a23e476d24a933 (diff)
Add entries for March.
svn path=/trunk/; revision=4861
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e2d6425be5..aee238ce32 100644
--- a/NEWS
+++ b/NEWS
@@ -154,6 +154,29 @@ Overview of changes in Ethereal 0.9.2:
* README.developer subtree text updating updates. (Guy)
* Add better ASN.1 error reporting to LDAP and SNMP dissectors. (Guy)
* Don't link with the SNMP library by default. (Gerald)
+* Better Python checking in Makefile.nmake. (Andrew Feren)
+* In README.developer, fix two references to "proto_item_set_text()" and
+ "proto_item_append_text()" to use the right names. (Guy)
+* Add support for the Administrative Status object to RSVP. (Ashok)
+* NFS updates. (Mike Frisch)
+* Fix data type and initialization of an unsigned integer in RSVP. (Guy)
+* Fix a typo in the M3UA dissector. (Michael)
+* Update the SCTP CRC32 checksum code to match
+ draft-ietf-tsvwg-sctpcsum-03. (Michael)
+* Warn people against using "ulong" or "ushort" in README.developer. (Guy)
+* Unused variable identification and clean up. (Joerg)
+* Treat LDAP_REQ_UNBIND as a request with nothing in it, order request
+ types in the code. (Guy)
+* Properly handle unknown message types in the LDAP dissector. (Guy)
+* LDAP_REQ_UNBIND and Bind reply fixes. (Guy)
+* Add better ASN.1 BER error reporting to the LDAP dissector. (Guy)
+* Make "get_host_ipaddr()" require dotted-quad IP addresses to really be
+ quads. (Heikki Vatiainen)
+* Report the type of an unrecognized SCTP parameter. (Michael)
+* Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s, fix memory
+ leaks, other fixes in wiretap code. (Guy)
+* Update README.win32 to reflect Andrew's Python changes in config.nmake.
+ (Guy)
Overview of changes in Ethereal 0.9.1:
* Initial DLSw support. (Paul Ionescu, Guy)