From c2bb2c8d5250d51cfafad59ba00be262bc07aa28 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Fri, 27 Sep 2002 14:20:37 +0000 Subject: More NEWS and ChangeLog updates in preparation for the 0.9.7 release. svn path=/trunk/; revision=6344 --- ChangeLog | 177 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 174 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dd22776c9d..36d643dac2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -114,9 +114,180 @@ Overview of changes in Ethereal 0.9.7: * Make "gssapi_init_oid()" take a dissector handle rather than a registered dissector name (Guy) * Add the OID that MS created for KRB5 in mistake (Richard) +* Fix accelarators/mnemonics in GTK2 dialogs (Olivier) +* Update Olivier's email address (Olivier) +* Add aclocal-fallback and aclocal-missing to the release tarball + (Joerg) +* Add GTK+ 2.0 STATUS file (Olivier) +* TLV and print_system_id() updates in ISIS (Hannes) +* Support for IEEE float and double types in DCE RPC (Ulf) +* Fix mechListMIC formatting in NTLMSSP/SPNEGO (Richard) +* Fix the handling of the NTLMSSP blobs when the client sends the wrong + type of response (Richard) +* Fix up SPNEGO warnings by implementing the stuff that was left out + (Richard) +* Add the tap API, and implement it in RPC (Ronnie) +* Update comments in snoop.c (Guy) +* Clean up white space, and fix a pod2man warning in + tethereal.pod.template (Guy) +* Initial Cisco NetFlow protocol support (Matthew Smart) +* Add packet-netflow.h to noinst_HEADERS (Joerg) +* Add some level of OID naming, etc to GSS-API, Kerberos, NTLMSSP and + SPNEGO (Richard) +* Link with gthread when compiling with GTK2 (Ronnie) +* Enable taps for Ethereal (Ronnie) +* Add functions for the gtk2 based version of rpcstat (Ronnie) +* Enable rpcstat in the gtk2 gui (Ronnie) +* Remove a debugging printf from packet-spnego.c (Richard) +* Fix SRVSVC error code reporting (Tim) +* Handle KRB5 in SPNEGO (Richard) +* Fix compiler warnings in packet-gssapi.c (Richard) +* Added a mutex to protect a critical region in Gtk2, change the tap + flag to -z, update man pages wrt RPCSTAT (Ronnie) +* Added ONC RPC program statistics (Ronnie) +* #include cleanups in GTK and GTK2 code (Joerg) +* Properly dissect innerContextToken for Kerberos in GSSAPI (Richard) +* Moved a mutex to gtk/main.c (Ronnie) +* Gtk2 port of RPCPROGS statistics (Ronnie) +* Move more RPC stat/progs routines into gtk2/main.c (Ronnie) +* Add doc/README.tapping (Ronnie) +* Removed unused #include in globals.h (Joerg) +* Decode the sample rate factor in Netflow cflowd5 headers (Hannes) +* Put needed include back into gtk/help_dlg.c (Guy) +* Cleanup of redundant code (Vassilii Khachaturov) +* Reduce CPU used by GTK2 redraw thread (Olivier) +* Add cfile.c and cfile.h (Ronnie) +* Add string.h #include back to various modules (Joerg) +* Use g_ntohXXX instead of ntohXXX in packet-netflow.c (Joerg) +* Declare dissect_Ticket in packet-kerberos.h and include that into + packet-spnego.c (Joerg) +* Include wtap.h in tap.h to declare wtap_pseudo_header (Joerg) +* Improve KRB5-SPNEGO dissector relations (Richard) +* Fix packet-kerberos.h ID string (Joerg) +* Decode AP-REQ and AP-REP KRB5 message types (Richard) +* Change naming for rpcstat and rpcprogs (Ronnie) +* Remove old gtk2-rpc* files (Ronnie) +* Add stdio.h #include back to follow_dlg.c (Joerg) +* rpc_stat and rpc_progs Tap support for GTK1 (Ronnie) +* Have make dist include gtk and gtk2 (Joerg) +* GtkList to GtkTreeView conversion in gtk2/filter_prefs.c (Olivier) +* Fix a spelling mistake in packet-ntlmssp.c (Richard) +* Properly free strings in gtk2/decode_as_dlg.c (Olivier) +* Add missing gtk_tree_path_free() to gtk2/filter_prefs.c (Olivier) +* GtkCList to GtkTreeView conversion in gtk2/column_prefs.c (Olivier) +* Bug fix for EAP NAK packets (Jouni Malinen) +* Make EAP authentication type big-endian, fix offset (Guy) +* Fix GSS-API key entry lookups, other fixes (Guy) +* Add a copyright to packet-gssapi.c (Richard) +* Add fixed-width font and tree view notes to gtk2/STATUS (Guy) +* GSS-API OID fixes and updates (Guy) +* Update packet-spnego.c comments (Richard) +* Add DCE RPC auth type 8 support (Tim) +* Fix data length handling, kvno display in Kerberos (Guy) +* SPNEGO fixes and updates (Guy) +* Add mask support and well known addresses to manuf file (Guy) +* Add support for Netflow v1 and v7, improve proto tree creation + (Matthew) +* Add/fix cvs id tags in gtk/gtkclist.c, gtk/print_mswin.h, and + gtk2/print_mswin.h (Joerg) +* Fix default directory locations, ring buffer errors, other + capture file-related stuff (Graeme Hewson) +* Make a dfilter_t a constant in various locations (Guy) +* Dissect the DCERPC authentication verifier for Kerberos 5 + authentication in connectionless PDUs (Guy) +* Improve SASL handling in LDAP (Guy) +* Add Microsoft's RC4-HMAC and exportable(?) RC4-HMAC encryption types + to Kerberos (Guy) +* Define HAVE_LIBZ in the top-level config.h.win32 (Ulf) +* Add a "distclean" rule to Makefile.nmake (Ulf) +* Fix a typo in Richard's name, add more comments to packet-kerberos.c + (Guy) +* Add zlib.h inclusion to various Makefile.nmakes (Guy) +* Initialize MAC address range hashes using g_malloc0() (Guy) +* Add DCE/RPC RS_UNIX, RS_PGO, RS_MISC, RS_ATTR, RS_REPLIST, and + RSEC_LOGIN support (Jaime Fournier) +* Merge different versions of dfilter2sgml (Richard) +* Add support for Cisco vendor-specific TLVs (Anand) +* Add RCS IDs to source files (Guy) +* Fix call to gtk_tree_model_get() int gtk2/prefs_dlg.c (Olivier) +* Replace gtk_signal_emit_by_name() with g_signal_emit_by_name() + in gtk2/filter_prefs.c (Olivier) +* Add g_signal_xxx comment to gtk2/STATUS (Olivier) +* GtkList to GtkTreeView conversion in gtk2/dfilter_expr_dlg.c (Olivier) +* Correct zlib check in configure.in +* NTLMSSP string and blob display fixes, other updates (Jim McDonough) +* Handle IP watchdog packets on port 4003 as well as 4001 (Greg) +* Fix "want_zlib" test in configure.in (Guy) +* Fix a crash in NTLMSSP (Richard) +* Add DCE/RPC RPRIV support (Jaime) +* Minor TCP seq/ack analysis update (Ronnie) +* Add DCE/RPC ROVERRIDE, REPADMIN, DTSSTIME_REQ, and CDS_SOLICIT + dissectors (Jaime) +* Fix problems with the Negotiate NTLMSSP frame (Jim) +* Fix order of domain and workstation name in an NTLMSSP negotiate + (Jim) +* Add DCE/RPC \PIPE\DNSSERVER support (Tim) +* Improve NBNS name query error display (Tim) +* Add DCE/RPC CPRPC_SERVER, DTSPROVIDER, UBIKDISK, UKIKVOTE, BOSSVR, + FTSERVER, CDS_CLERKSERVER dissectors (Jaime) +* Fix an error in decoding classifier TLV's (Anand) +* Handle CVS ignore files more flexibly (Joerg) +* #inclue in snprintf.h (Gilbert) +* Add KRB5RPC, REP_PROC, SECIDMAP, TKN4INT, FLDB, AFS4INT support + (Jaime) +* Optimize Tap edt handling (Ronnie) +* Add TreeView color support to GTK2 prefs, remove unused GTK2 prefs + (Olivier) +* LogonGetDomainInfo for NETLOGON (Luke) +* New dissector for the FIX protocol (PC Drew) +* DTSPROVIDER bug fix, DCE122 support (Jaime) +* Add the connected number information element to Q.931 + (Andreas Sikkema) +* AFP enhancements, error checks and memory fixes + (Didier Gautheron, Guy) +* Get rid of nested parenthesis in GSS-API OID registrations (Tim) +* TCP sequence number wrapping bug fix (Didier) +* Update to DTSPROVIDER; declare the status code and vals (Ronnie) +* Update M2PA to draft version 6 (Michael) +* Add more info in the info column for SMB write&X (Richard) +* More pretty-boy stuff for Write&X responses (Richard) +* Support OSI over CHDLC (Hannes) +* Add SCCP-Management dissector (Jeff Morriss) +* Two small fixes for Skinny (Renzo Tomas) +* Removed all GTK calls from file.c (Olivier) +* Fixed a bug in packet-m2pa.c regarding the handling of Acks (Michael) +* Add more NDS decodes (Greg) +* Major Netflow updates (Bill Fumerola) +* Various capture and ringbuffer bug and behavior fixes (Graeme) +* Remove packet-netflow.h (Gerald) +* Fix some compiler warnings in packet-ncp2222.inc (Gerald) +* Default directory fixes (Graeme) +* Add support for the static portion of 802.1s MSTP (Clive A Stubbings) +* Add gtk2/packet_list.obj to Makefile.nmake (Joerg) +* Fix two minor typos in packet-tlv.c (Anand) +* Add gtk/packet_list.obj to Makefile.nmake (Ulf, Joerg) +* Add NDPS dissector (Greg) +* Remove remaining GTK code (color filters) from file.c (Olivier) +* Support re-assembly of fragmented BIUs in SNA packets of TH FID 2 + (Gilbert) +* Additional NTLM over HTTP header strings (Tim) +* Display NULL strings in NTLMSSP (Tim) +* Add NTLMSSP message type to COL_INFO (Tim) +* Fix a boolean bug in NTLMSSP, handling of NTLMSSP_CHALLENGE strings + (Tim) +* Replace WSP Transmission ID by Transaction ID (Joerg) +* Add support for NCP 87/66, other updates and fixes (Greg, Joerg) +* Complete the implementation of 802.1s (Clive A Stubbings) +* Prettyfied Colorization dialog (Ulf) +* MMSE over HTTP support (Tom Uijldert) +* Add filter expressions to RPCSTAT (Ronnie) +* Warning fixes for the ncp code (Greg, Joerg) +* DCE/RPC CONV updates (Jaime) +* iSCSI updates (Mark Burton) +* RPC_STAT filter string display and GUI enhancements (Ronnie) +* - - +Last entry: http://www.ethereal.com/lists/ethereal-cvs/200209/msg00216.html Overview of changes in Ethereal 0.9.6: @@ -625,7 +796,7 @@ Overview of changes in Ethereal 0.9.5: * Use common code to print the hex dump as text and PostScript (Guy) * Improve the way hex dump offsets are printed (Guy) * Consolidate hex data printing code, other printing improvements (Guy) -* Hndle DCE RPC connectionless CANCEL PDUs with no body (Jamie Fournier) +* Handle DCE RPC connectionless CANCEL PDUs with no body (Jaime Fournier) * Use a common routine to print protocol tree nodes as text or PostScript (Guy) * Get rid of trailing newline in lines passed to "print_line()" (Guy) -- cgit v1.2.3