aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2002-12-04 04:26:14 +0000
committerGerald Combs <gerald@wireshark.org>2002-12-04 04:26:14 +0000
commit3835ed458591a3f1944c041d36bd3e9c43610760 (patch)
tree93cd7e0634236968922e1fc732c34cebf974af8b /ChangeLog
parent9967550369ca3d4bee35732418b4d070185f62a4 (diff)
Bump the version to 0.9.8. Update NEWS and ChangeLog to October 24.
svn path=/trunk/; revision=6741
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog137
1 files changed, 137 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b5fac5eafa..9a593ac4ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,140 @@
+Overview of changes in Ethereal 0.9.8:
+* Display AFS KAUTH information (Loic Tortay)
+* Windows uninstall deletion improvements (Gerald)
+* Support for SRVLOC version 2 (Brad Hards)
+* Add and update several RSVP objects, cleaned up code (Ashok)
+* Add PacketCable Lawful Intercept plugin (Ed)
+* Make sure that we can dissect KRB5 in NFSv4 blobs (Richard)
+* .cvsignore updates for PCLI (Joerg)
+* Update configure.in to support automake 1.7 (Didier)
+* Replace AC_CANONICAL_SYSTEM with AC_CANONICAL_TARGET in configure.in
+ (Joerg)
+* Update libpcap comments in README.aix (Guy)
+* Fix RFC comment in packet-pcli.c (Guy)
+* Include <string.h> and fix a cast in packet-netflow.c (Guy)
+* Fix variable signage in packet-ncp2222.inc (Guy)
+* Properly set the info column in packet-ipx.c (Guy)
+* Fix SPX connection control printing in NDPS (Guy)
+* Remove/fix C++ comments (cjs 2895)
+* Fix author attributions, and add missing addresses (Guy)
+* Use "g_htonl()" rather than "htonl()" in packet-netflow.c (Lutz Jaenicke)
+* Fix a displayed item in SCSI (Senthil Kumar Nagappan)
+* Fix RRO support, add draft FRR support to RSVP (Ashok)
+* Remove experimental Makefile.am code (Joerg)
+* Link to libsnmp under Win32 (Gerald)
+* Add zlib and Net-SNMP updates to README.win32 (Gerald)
+* Fix Windows real time packet update crash (Ulf)
+* Support for both old and brand new libtool versions (Joerg)
+* Add a missing #include <string.h> to dfilter_expr_dlg.c (Joerg)
+* Add FPEnumerateExt2, port reuse warnings to AFP (Didier)
+* Fix a BGP infinite loop (Gerald)
+* Increase addr outside of macro in text2pcap.c (Joerg)
+* Add #include <string.h> to several files (Joerg)
+* Redo a lot of NDS code (Guy)
+* Define-out code, fix tree creation in packet-ncp2222.inc (Guy)
+* Fix NDS error code reporting (Guy)
+* Fixed minor error in pcli call ordering (Ed)
+* Correctly hand off tvbuffs in PCLI (Guy)
+* Fix protocol field printing, parsing in packet-ncp2222.inc (Guy)
+* Fix calls to proto_tree_add_string_format() in packet-ncp2222.inc (Guy)
+* Properly initialize calls to mktime() in dbs-etherwatch.c and vms.c (Guy)
+* Fix up the handling of bitfields in NDS messages (Guy)
+* Fix variable and field names in ncp2222 (Guy)
+* Mark some fields as NDS fields in ncp2222.py (Guy)
+* Fix ncp2222 spelling errors (Guy)
+* ncp2222 dissect_ping_req() updates and improvements (Guy)
+* More dissect_ping_req() fixes, tree and other fixes in packet-ncp2222.inc
+ (Guy)
+* Fix AFS string allocation (Guy)
+* Fix temporary tree creation in packet-ncp2222.inc (Guy)
+* Fix NFS SETCLIENTID and SETCLIENTID_REPLY decoding (Mike)
+* Count ARP packets in capture progress dialog box (Ulf)
+* Fix malloc and buffer problems in tap.c (Olivier)
+* Properly initialize a variable in file.c (Olivier)
+* Add IPv6CP support (Thierry Pelle)
+* Fix BGP signed/unsigned type mismatches. Add BGP to randpkt (Gerald)
+* Fix BGP typing and data fetching problems (Gerald)
+* Fix the file name in the initial comment in packet-ndps.h (Guy)
+* Add an IPX port type, improve IPX/SPX socket handling (Guy)
+* Check for (and fix in the code) duplicate protocol names (Guy)
+* Squelch some compiler warnings in proto.c (Guy)
+* Fix winsock2.h/winsock.h include problems (Jason House)
+* packet-ncp2222.inc display and processing fixes (Guy)
+* Build a tree for all NDS Ping packets (Guy)
+* Dissect BGP OPEN graceful restart messages (Hannes)
+* Fully initialize an ncp_req_hash_value after allocating it (Guy)
+* Improve HTTP NTLMSSP authentication support (Guy)
+* Add support for building randpkt under Windows (Gerald)
+* Allow multiple protocol filter fields to have the same name (Gilbert)
+* Make arrays of "nds_val" structures in packet-ncp2222.inc (Guy)
+* Use #defines for vtype values, rather than numbers in packet-ncp2222.inc
+ (Guy)
+* Make some counters 32-bit in packet-ncp2222.inc (Guy)
+* Use #defines for multivalue types in ncp2222 (Guy)
+* Clean up the stuff to handle MVTYPE_PROC_ENTRY_SPECIFIERS,
+ comment it and MVTYPE_ATTR_REQUEST in ncp2222 (Guy)
+* Show total running time of capture in progress dialog (Ulf)
+* Fix EndVerifyAck message crash in LMP (Guy)
+* Don't have the tap code do dissections (Ronnie)
+* Improve the reliability of TCP reassembly (Ronnie)
+* Fix a 64-bit incompatibility in the SCTP CRC32C algorithm (Michael)
+* Fix integer types and signedness in text2pcap.c (Guy)
+* Put in a note telling people not to use "long" for 32-bit quantities in
+ README.developer (Guy)
+* Check for overlaps and bogus dfpos values in reassemble.c (Guy)
+* Flag overlapped sequence numbers and display correct offets in
+ reassemble.c (Guy)
+* Improved AFP 3.x dissector (Didier)
+* Add ARCNET support (Peter Fales)
+* Get rid of unneccessary includes in ARCNET (Guy)
+* Add ARCNET address type (Guy)
+* Buffer improvement for packet-ncp2222.inc (Greg)
+* Only hand off the SPX payload to a subdissector if there's payload to
+ hand off (Guy)
+* Label UUID's with the name of the field in DCERPC NDR (Guy)
+* Suppress time_t compiler warnings (Guy)
+* Fix a null string crash in packet-ncp2222.inc (Guy)
+* Add Lookup, Insert and Delete calls, make tower floor presentation nicer
+ in DCERPC EPM (Ronnie)
+* Properly highlight hex pane bytes and set the length of the PPP tvbuff in
+ PPPoE (Ronnie, Guy)
+* Various NDS and NDPS enhancements (Greg)
+* Indicate correct/not verified WEP ICV values. (Solomon)
+* Display request/reply times for DCERPC (Ronnie)
+* Force a full dissection of NDPS packets (Guy)
+* Add formatting, string and int handling, other fixes to NDPS (Guy)
+* Add support for desegmentation of NDPS-over-TCP (Guy)
+* Add "circuit" support to Frame Relay and Wellfleet Compression protocols
+ (Guy)
+* Add AFS 4 UPDATE server support to DCERPC (Jamie)
+* Add an encapsulation type for RFC 2625 IP-over-Fibre Channel (Guy)
+* Support NET-SNMP in addition to UCD-SNMP (Wes Hardaker)
+* Add (some) support for counting IPv6 packets during capture (Joerg)
+* manuf file updates (Joerg)
+* Fix protocol tree assumption in DCERPC EPM (Guy)
+* Add a tap for statistics for DCERPC interfaces (Ronnie)
+* Properly print UCD SNMP/NET-SNMP in the configure message (Guy)
+* Use a leading "0x" in generated ARCNET filter addresses (Guy)
+* Update DCERPC UPDATE to version 4, filter updates (Jamie)
+* Add HAVE_SOME_SNMP definition, improve Net-SNMP header inclusion (Wes)
+* Fix GTK SNMP handling (Guy)
+* Fix SNMP Win32 definitions (Guy)
+* Added support for Label Request Types 2 and 3 to RSVP (Ashok)
+* Add procedure number field capability to RPC protocols (Guy)
+* Pass a pointer to the epan_dissect_t for a packet to taps (Ronnie)
+* Make the tap listeners for gtk and gtk2 redissect the packet list
+ immediately when the tap is started (Ronnie)
+* Fix integer sizing in RSVP (Guy)
+* Fix procedure hf array fetching in RPC (Guy)
+* (Mostly) NetBIOS-related reassembly updates (Guy)
+* Help packet-snmp.c compile if you don't HAVE_NET_SNMP or HAVE_UCD_SNMP
+ (Tim)
+
+Left off at: http://www.ethereal.com/lists/ethereal-cvs/200210/msg00160.html
+
+
+
+
Overview of changes in Ethereal 0.9.7:
* Add Connectionless LDAP support (UDP port 389) (Tim)
* Improve mode page handling, media changer command and mode page