aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2002-12-04 04:26:14 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2002-12-04 04:26:14 +0000
commit538a91b0e91cdd9b66f6b4cb56715cba9349f2d6 (patch)
tree93cd7e0634236968922e1fc732c34cebf974af8b
parent067f10bc93fbc52c296fe404d29dbecad6b44ce0 (diff)
Bump the version to 0.9.8. Update NEWS and ChangeLog to October 24.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6741 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--ChangeLog137
-rw-r--r--NEWS59
-rw-r--r--config.nmake6
-rw-r--r--configure.in4
-rw-r--r--epan/configure.in4
5 files changed, 203 insertions, 7 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
diff --git a/NEWS b/NEWS
index 3469ac0304..30650cba22 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,62 @@
+== December ?, 2002
+
+Ethereal 0.9.8 has been released.
+
+
+New Features
+
+- The Windows installer once again includes SNMP support.
+
+- New graphs
+
+- The total running time of the capture is now displayed in the capture
+ progress dialog box. The capture progress dialog also shows ARP packets.
+
+Bug Fixes and Updates
+
+- Windows "Update list of packets in real time" crash (SA?)
+
+- BGP infinite loop (SA)
+
+- LMP EndVerifyAck message crash (SA)
+
+- The stability of the text2pcap has been improved.
+
+- Net-SNMP linking has been improved.
+
+New Protocols
+
+ARCNET,
+PCLI,
+
+
+
+Updated Protocols
+
+AFP,
+AFS,
+BGP,
+DCERPC,
+DCERPC EPM,
+DCERPC NDR,
+DCERPC UPDATE,
+HTTP,
+IPv6CP,
+IPX,
+NDPS,
+NDS,
+NFS,
+PPPoE,
+RSVP,
+SCSI,
+SPX,
+SRVLOC,
+WEP,
+YPSERV,
+
+
+
+
== September 28, 2002
Ethereal 0.9.7 has been released.
diff --git a/config.nmake b/config.nmake
index 90fca97594..1c1b1cc12c 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1,7 +1,7 @@
-# $Id: config.nmake,v 1.32 2002/11/01 10:01:21 guy Exp $
+# $Id: config.nmake,v 1.33 2002/12/04 04:26:12 gerald Exp $
-VERSION=0.9.7
-RC_VERSION=0.9.7
+VERSION=0.9.8
+RC_VERSION=0.9.8
WTAP_VERSION=0.0
GTK_VERSION=1.3
diff --git a/configure.in b/configure.in
index da00ec5cc1..f285641102 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.188 2002/11/28 04:21:28 guy Exp $
+# $Id: configure.in,v 1.189 2002/12/04 04:26:12 gerald Exp $
dnl
dnl Process this file with autoconf 2.13 or later to produce a
dnl configure script; 2.12 doesn't generate a "configure" script that
@@ -17,7 +17,7 @@ dnl Check for CPU / vendor / OS
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(ethereal, 0.9.7)
+AM_INIT_AUTOMAKE(ethereal, 0.9.8)
dnl Checks for programs.
AC_PROG_CC
diff --git a/epan/configure.in b/epan/configure.in
index 6c3acef525..5354f66680 100644
--- a/epan/configure.in
+++ b/epan/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.32 2002/11/28 04:21:29 guy Exp $
+# $Id: configure.in,v 1.33 2002/12/04 04:26:14 gerald Exp $
dnl
dnl Process this file with autoconf 2.13 or later to produce a
dnl configure script; 2.12 doesn't generate a "configure" script that
@@ -17,7 +17,7 @@ dnl Check for CPU / vendor / OS
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(libethereal.a, 0.9.7)
+AM_INIT_AUTOMAKE(libethereal.a, 0.9.8)
AM_CONFIG_HEADER(config.h)
dnl Checks for programs.