More NEWS and ChangeLog updates in preparation for the 0.9.7 release.
[metze/wireshark/wip.git] / ChangeLog
1 Overview of changes in Ethereal 0.9.7:
2 * Add Connectionless LDAP support (UDP port 389) (Tim)
3 * Improve mode page handling, media changer command and mode page
4   handling, other fixes and improvements in SCSI (Guy)
5 * Handle SCSI Read Block Position replies, improve Read Element Status
6   display (Guy)
7 * Add new SRVSVC information levels (Ronnie)
8 * Display SCSI volume tags as per SMC-2 (Guy)
9 * Put the SCSI volume identification in quotes (Guy)
10 * Add support for GSS-API (Tim)
11 * Add support for SPNEGO (Tim)
12 * Add a note about GSS-API to packet-rpc.c (Guy)
13 * Add GSS-API support to RPC (Guy)
14 * Move "Set"/"Not set" generic strings to epan/packet.c (Tim)
15 * Add an NT access mask dissector to DCERPC NT (Tim)
16 * Call dissect_nt_access_mask() instead of dissect_ndr_uint32() (Tim)
17 * Add some NT access mask constants to smb.h (Tim)
18 * Create "tcp.analysis.flags" subtree (Ronnie)
19 * DCE RPC NT access mask improvements (Guy, Tim)
20 * Initial support for Thursby's Mac extenstions from CIFS2002 (Richard)
21 * Fix spoolss_specific_rights() type in SPOOLSS (Guy)
22 * Fix variable name in AODV/AODV6 (Andy Hood)
23 * Fix bitfields, variable scope and add prefix size display in
24   AODV/AODV6 (Guy)
25 * More graceful NetBIOS name display in Kerberos (Guy)
26 * Improve NT access mask tree insertion in DCERPC NT (Guy)
27 * Fix memcmp() comment/handling in packet-info.h and packet-tcp.c (Guy)
28 * Properly display TCP window scale option (Guy)
29 * Call GSS-API from SMB and DCERPC (Tim)
30 * More GSS-API support in RPC, improved data display (Guy)
31 * Fix "GSS Data" handling in RPC (Guy)
32 * Add NCP 94, 92, NDS summary info, server broadcast packet, LIP and
33   Unicode support to NCP code base (Greg)
34 * Fix GTP max uplink and downlink rate decoding (Flavio Poletti)
35 * Allow autogen.sh to run on GTK-less systems (Joerg)
36 * Fix indentation, get rid of unused variable in packet-ncp.c (Guy)
37 * Don't create an empty tree in dissect_nds_request() (Guy)
38 * Add a value_string table for NDS verbs, fix indentation (Guy)
39 * Change the "GSS-API" filter name to "gss-api" (Guy)
40 * Give the "Match" and "Prepare" menu item routines better names (Guy)
41 * Handle GTP sub-protocol field 0x00 as PPP (Marcus Haebler)
42 * Add support for AFI & Extd communities in draft-kompella-ppvpn-l2vpn
43   to BGP, improve unknown AFI handling, fix typos (Hannes Gredler, Guy)
44 * Clear "Match Selected" and "Prepare Selected" fields before dissecting
45   a packet (Guy)
46 * Add single-precision FT_FLOAT type (Ulf Lamping)
47 * Fix and comment filter string length computations (Guy)
48 * Improve BGP address family checking (Guy)
49 * Display OIDs properly in GSS-API (Richard)
50 * Make DNS fragment handles 32 bits (Greg, Guy)
51 * Disable aclocal-fallback for aclocal/automake 1.4 (Joerg)
52 * Dissect LDAP SASL credentials (Guy)
53 * Document FT_FLOAT and the "proto_tree_add_float" routines (Guy)
54 * Fix an OID memory leak, fix OID hash table insertion in GSS-API (Guy)
55 * Properly label bytes in "Frame" top level, show source and dest MAC
56   addresses in Ethernet top level item (Ulf)
57 * Handle 3GPP QoS in RADIUS messages (Flavio Poletti)
58 * Dissect flags field for SPOOLSS enumprinters rpc (Tim)
59 * More L2VPN support in BGP, fix a segfault, improve SAFI strings
60   and V6 decoding (Hannes)
61 * New DCE RPC NETLOGON function (Luke H)
62 * Begin moving snego to spnego (Richard)
63 * Make "lsa.key" an FT_STRING (Guy)
64 * Update packet-s[p]nego.c entry in Makefile.nmake (Guy)
65 * Put BGP l2info extd communities in a subtree, extd community bugfixes
66   (Hannes)
67 * Add support for latest MPLS and VPLS drafts to LDP (Motonori Shindo)
68 * Update M2PA to support the latest draft, restructure code, fix bugs
69   (Michael)
70 * Completely redo checks for missing aclocal files (Joerg)
71 * Delete m4 files from aclocal-missing/ (Joerg)
72 * Initial support for SPNEGO (Richard)
73 * More SPNEGO improvements (Richard)
74 * Add gtk2/glib2 handling to configure (Joerg)
75 * Add autogen.sh to the release tarball, sorted file lists in
76   Makefile.am (Joerg)
77 * Add more information to the progress dialog (Ulf)
78 * Fix variable types in file handling code (Guy)
79 * Delete files in aclocal-missing if test succeeds (Joerg, Guy)
80 * CHPA fix (Yaniv Kaul)
81 * Removed trailing whitespaces from .h and .c files (Joerg)
82 * Progress dialog variable type and responsiveness enhancements (Guy)
83 * Fix up dissect_file_attributes in SMB and SPNEGO (Richard)
84 * More SPNEGO updates, additional comments (Richard)
85 * Initial Interbase dissector (Uwe)
86 * Start the code to keep state in GSSAPI (Richard)
87 * More SPNEGO updates (Richard)
88 * Make the IS-IS dissector more verbose in the INFO field (Hannes)
89 * Change #define names that cause problems under Windows (Ulf)
90 * Fix the byte order in the CRC calculation in iSCSI (Mark Burton)
91 * Fixes for DCERPC SAMR (Albert Chin)
92 * IP and DNS fixes (Albert Chin)
93 * Change references from snego to spnego in DCERPC (Tim)
94 * Fixes and enhancements for DOCSIS (Anand Narwani)
95 * #include packet-gssapi.h in Kerberos, NTLMSSP (Guy)
96 * Fix a bug in decode_qos_umts() in packet-gtp.c (Flavio)
97 * Fix the RCS ID and a compiler warning in packet-spnego.c (Guy)
98 * Print the DNS RR number as unsigned (Joerg)
99 * NSIS version and Start->Programs link updates (Ulf)
100 * Squelch compiler warnings in packet-spnego.c (Richard)
101 * Add support to SMB for raw NTLMSSP blobs when talking to XP (Richard)
102 * Handle the lack of a security blob in negprot response when raw
103   NTLMSSP is being used properly in SMB (Richard)
104 * Fix the Mbits/s calculation for large captures (Gerald)
105 * Properly handle raw ntlmssp in SMB (Richard)
106 * More SMB/SPNEGO fixes (Richard)
107 * Add support for GTK+ version 2 (Olivier)
108 * Remove trailing whitespace, unused #include in GTK2 code (Joerg)
109 * Remove redundant HAVE_LIBPCAP check from capture_prefs.c (Joerg)
110 * Move SPNEGO tokens into subtrees (Richard)
111 * Catch exceptions thrown while dissecting the GSS-API stuff (Guy)
112 * Catch exceptions thrown while dissecting the NTLMSSP stuff (Guy)
113 * Stop processing GSS-API tokens at the proper time (Richard)
114 * Make "gssapi_init_oid()" take a dissector handle rather than a
115   registered dissector name (Guy)
116 * Add the OID that MS created for KRB5 in mistake (Richard)
117 * Fix accelarators/mnemonics in GTK2 dialogs (Olivier)
118 * Update Olivier's email address (Olivier)
119 * Add aclocal-fallback and aclocal-missing to the release tarball
120   (Joerg)
121 * Add GTK+ 2.0 STATUS file (Olivier)
122 * TLV and print_system_id() updates in ISIS (Hannes)
123 * Support for IEEE float and double types in DCE RPC (Ulf)
124 * Fix mechListMIC formatting in NTLMSSP/SPNEGO (Richard)
125 * Fix the handling of the NTLMSSP blobs when the client sends the wrong
126   type of response (Richard)
127 * Fix up SPNEGO warnings by implementing the stuff that was left out
128   (Richard)
129 * Add the tap API, and implement it in RPC (Ronnie)
130 * Update comments in snoop.c (Guy)
131 * Clean up white space, and fix a pod2man warning in
132   tethereal.pod.template (Guy)
133 * Initial Cisco NetFlow protocol support (Matthew Smart)
134 * Add packet-netflow.h to noinst_HEADERS (Joerg)
135 * Add some level of OID naming, etc to GSS-API, Kerberos, NTLMSSP and
136   SPNEGO (Richard)
137 * Link with gthread when compiling with GTK2 (Ronnie)
138 * Enable taps for Ethereal (Ronnie)
139 * Add functions for the gtk2 based version of rpcstat (Ronnie)
140 * Enable rpcstat in the gtk2 gui (Ronnie)
141 * Remove a debugging printf from packet-spnego.c (Richard)
142 * Fix SRVSVC error code reporting (Tim)
143 * Handle KRB5 in SPNEGO (Richard)
144 * Fix compiler warnings in packet-gssapi.c (Richard)
145 * Added a mutex to protect a critical region in Gtk2, change the tap
146   flag to -z, update man pages wrt RPCSTAT (Ronnie)
147 * Added ONC RPC program statistics (Ronnie)
148 * #include cleanups in GTK and GTK2 code (Joerg)
149 * Properly dissect innerContextToken for Kerberos in GSSAPI (Richard)
150 * Moved a mutex to gtk/main.c (Ronnie)
151 * Gtk2 port of RPCPROGS statistics (Ronnie)
152 * Move more RPC stat/progs routines into gtk2/main.c (Ronnie)
153 * Add doc/README.tapping (Ronnie)
154 * Removed unused #include in globals.h (Joerg)
155 * Decode the sample rate factor in Netflow cflowd5 headers (Hannes)
156 * Put needed include back into gtk/help_dlg.c (Guy)
157 * Cleanup of redundant code (Vassilii Khachaturov)
158 * Reduce CPU used by GTK2 redraw thread (Olivier)
159 * Add cfile.c and cfile.h (Ronnie)
160 * Add string.h #include back to various modules (Joerg)
161 * Use g_ntohXXX instead of ntohXXX in packet-netflow.c (Joerg)
162 * Declare dissect_Ticket in packet-kerberos.h and include that into
163   packet-spnego.c (Joerg)
164 * Include wtap.h in tap.h to declare wtap_pseudo_header (Joerg)
165 * Improve KRB5-SPNEGO dissector relations (Richard)
166 * Fix packet-kerberos.h ID string (Joerg)
167 * Decode AP-REQ and AP-REP KRB5 message types (Richard)
168 * Change naming for rpcstat and rpcprogs (Ronnie)
169 * Remove old gtk2-rpc* files (Ronnie)
170 * Add stdio.h #include back to follow_dlg.c (Joerg)
171 * rpc_stat and rpc_progs Tap support for GTK1 (Ronnie)
172 * Have make dist include gtk and gtk2 (Joerg)
173 * GtkList to GtkTreeView conversion in gtk2/filter_prefs.c (Olivier)
174 * Fix a spelling mistake in packet-ntlmssp.c (Richard)
175 * Properly free strings in gtk2/decode_as_dlg.c (Olivier)
176 * Add missing gtk_tree_path_free() to gtk2/filter_prefs.c (Olivier)
177 * GtkCList to GtkTreeView conversion in gtk2/column_prefs.c (Olivier)
178 * Bug fix for EAP NAK packets (Jouni Malinen)
179 * Make EAP authentication type big-endian, fix offset (Guy)
180 * Fix GSS-API key entry lookups, other fixes (Guy)
181 * Add a copyright to packet-gssapi.c (Richard)
182 * Add fixed-width font and tree view notes to gtk2/STATUS (Guy)
183 * GSS-API OID fixes and updates (Guy)
184 * Update packet-spnego.c comments (Richard)
185 * Add DCE RPC auth type 8 support (Tim)
186 * Fix data length handling, kvno display in Kerberos (Guy)
187 * SPNEGO fixes and updates (Guy)
188 * Add mask support and well known addresses to manuf file (Guy)
189 * Add support for Netflow v1 and v7, improve proto tree creation
190   (Matthew)
191 * Add/fix cvs id tags in gtk/gtkclist.c, gtk/print_mswin.h, and
192   gtk2/print_mswin.h (Joerg)
193 * Fix default directory locations, ring buffer errors, other
194   capture file-related stuff (Graeme Hewson)
195 * Make a dfilter_t a constant in various locations (Guy)
196 * Dissect the DCERPC authentication verifier for Kerberos 5
197   authentication in connectionless PDUs (Guy)
198 * Improve SASL handling in LDAP (Guy)
199 * Add Microsoft's RC4-HMAC and exportable(?) RC4-HMAC encryption types
200   to Kerberos (Guy)
201 * Define HAVE_LIBZ in the top-level config.h.win32 (Ulf)
202 * Add a "distclean" rule to Makefile.nmake (Ulf)
203 * Fix a typo in Richard's name, add more comments to packet-kerberos.c
204   (Guy)
205 * Add zlib.h inclusion to various Makefile.nmakes (Guy)
206 * Initialize MAC address range hashes using g_malloc0() (Guy)
207 * Add DCE/RPC RS_UNIX, RS_PGO, RS_MISC, RS_ATTR, RS_REPLIST, and
208   RSEC_LOGIN support (Jaime Fournier)
209 * Merge different versions of dfilter2sgml (Richard)
210 * Add support for Cisco vendor-specific TLVs (Anand)
211 * Add RCS IDs to source files (Guy)
212 * Fix call to gtk_tree_model_get() int gtk2/prefs_dlg.c (Olivier)
213 * Replace gtk_signal_emit_by_name() with g_signal_emit_by_name()
214   in gtk2/filter_prefs.c (Olivier)
215 * Add g_signal_xxx comment to gtk2/STATUS (Olivier)
216 * GtkList to GtkTreeView conversion in gtk2/dfilter_expr_dlg.c (Olivier)
217 * Correct zlib check in configure.in
218 * NTLMSSP string and blob display fixes, other updates (Jim McDonough)
219 * Handle IP watchdog packets on port 4003 as well as 4001 (Greg)
220 * Fix "want_zlib" test in configure.in (Guy)
221 * Fix a crash in NTLMSSP (Richard)
222 * Add DCE/RPC RPRIV support (Jaime)
223 * Minor TCP seq/ack analysis update (Ronnie)
224 * Add DCE/RPC ROVERRIDE, REPADMIN, DTSSTIME_REQ, and CDS_SOLICIT
225   dissectors (Jaime)
226 * Fix problems with the Negotiate NTLMSSP frame (Jim)
227 * Fix order of domain and workstation name in an NTLMSSP negotiate
228   (Jim)
229 * Add DCE/RPC \PIPE\DNSSERVER support (Tim)
230 * Improve NBNS name query error display (Tim)
231 * Add DCE/RPC CPRPC_SERVER, DTSPROVIDER, UBIKDISK, UKIKVOTE, BOSSVR,
232   FTSERVER, CDS_CLERKSERVER dissectors (Jaime)
233 * Fix an error in decoding classifier TLV's (Anand)
234 * Handle CVS ignore files more flexibly (Joerg)
235 * #inclue <sys/types.h> in snprintf.h (Gilbert)
236 * Add KRB5RPC, REP_PROC, SECIDMAP, TKN4INT, FLDB, AFS4INT support
237   (Jaime)
238 * Optimize Tap edt handling (Ronnie)
239 * Add TreeView color support to GTK2 prefs, remove unused GTK2 prefs
240   (Olivier)
241 * LogonGetDomainInfo for NETLOGON (Luke)
242 * New dissector for the FIX protocol (PC Drew)
243 * DTSPROVIDER bug fix, DCE122 support (Jaime)
244 * Add the connected number information element to Q.931
245   (Andreas Sikkema)
246 * AFP enhancements, error checks and memory fixes 
247   (Didier Gautheron, Guy) 
248 * Get rid of nested parenthesis in GSS-API OID registrations (Tim)
249 * TCP sequence number wrapping bug fix (Didier)
250 * Update to DTSPROVIDER; declare the status code and vals (Ronnie)
251 * Update M2PA to draft version 6 (Michael)
252 * Add more info in the info column for SMB write&X (Richard)
253 * More pretty-boy stuff for Write&X responses (Richard)
254 * Support OSI over CHDLC (Hannes)
255 * Add SCCP-Management dissector (Jeff Morriss)
256 * Two small fixes for Skinny (Renzo Tomas)
257 * Removed all GTK calls from file.c (Olivier)
258 * Fixed a bug in packet-m2pa.c regarding the handling of Acks (Michael)
259 * Add more NDS decodes (Greg)
260 * Major Netflow updates (Bill Fumerola)
261 * Various capture and ringbuffer bug and behavior fixes (Graeme)
262 * Remove packet-netflow.h (Gerald)
263 * Fix some compiler warnings in packet-ncp2222.inc (Gerald)
264 * Default directory fixes (Graeme)
265 * Add support for the static portion of 802.1s MSTP (Clive A Stubbings)
266 * Add gtk2/packet_list.obj to Makefile.nmake (Joerg)
267 * Fix two minor typos in packet-tlv.c (Anand)
268 * Add gtk/packet_list.obj to Makefile.nmake (Ulf, Joerg)
269 * Add NDPS dissector (Greg)
270 * Remove remaining GTK code (color filters) from file.c (Olivier)
271 * Support re-assembly of fragmented BIUs in SNA packets of TH FID 2
272   (Gilbert)
273 * Additional NTLM over HTTP header strings (Tim)
274 * Display NULL strings in NTLMSSP (Tim)
275 * Add NTLMSSP message type to COL_INFO (Tim)
276 * Fix a boolean bug in NTLMSSP, handling of NTLMSSP_CHALLENGE strings
277   (Tim)
278 * Replace WSP Transmission ID by Transaction ID (Joerg)
279 * Add support for NCP 87/66, other updates and fixes (Greg, Joerg)
280 * Complete the implementation of 802.1s (Clive A Stubbings)
281 * Prettyfied Colorization dialog (Ulf)
282 * MMSE over HTTP support (Tom Uijldert)
283 * Add filter expressions to RPCSTAT (Ronnie)
284 * Warning fixes for the ncp code (Greg, Joerg)
285 * DCE/RPC CONV updates (Jaime)
286 * iSCSI updates (Mark Burton)
287 * RPC_STAT filter string display and GUI enhancements (Ronnie)
288
289
290 Last entry: http://www.ethereal.com/lists/ethereal-cvs/200209/msg00216.html
291
292
293 Overview of changes in Ethereal 0.9.6:
294 * Update README.hpux re: version 11i (Guy)
295 * Update printing output routines (Guy)
296 * Properly adjust offset value in packet-bootp.c (Guy)
297 * Add AppleTalk ZIP support, adjust ddp socket filter names 
298   (Didier Gautheron)
299 * Fix unsigned value printing in packet-atalk.c (Guy)
300 * Fix a possible buffer overflow in packet-isis-clv.c (Guy)
301 * NETLOGON cleanup and updates (Ronnie)
302 * pcap_dispatch() and fifo updates for tethereal.c (Graeme)
303 * Add missing static declarations to editcap.c and text2pcap.c (Joerg)
304 * Fix arguments in SAMR's dissect_nt_policy_hnd() routine (Tim)
305 * Add signature characters for IPX messages, improve socket number
306   handling (Guy)
307 * Allow TCP stream code to handle bad TCP packets (Guy)
308 * Handle Linux token ring bug (Guy)
309 * Update vcvars32.bat and cleanbld.bat notes in README.win32 (Guy)
310 * Improve handling of "send buffer length" in SMB RAP messages
311   (Devin Heitmueller)
312 * Fix #includes, DLCI field handling, and Q.931 parameters in IUA (Michael)
313 * Implemented a couple of easy windows registry dissectors (Tim)
314 * Fix QueryKey mod time handling in WINREG (Guy)
315 * Fix FILETIME handling in WINREG (Guy)
316 * Fix DELTA_USER name and structure in NETLOGON (Ronnie)
317 * Update README.win32 re cmd.exe vs command.com (Gerald)
318 * Add selected tree view item length to status bar (Gerald)
319 * SAMR update (Andrew Bartlett)
320 * Update command interpreter docs in README.win32 (Guy)
321 * Fix unneccessary include path, fix plugin directory path handling (Nix)
322 * Fix DELTA_DOMAIN name, fix structure in NETLOGON (Ronnie)
323 * Fix DELTA_GROUP name in NETLOGON (Ronnie)
324 * DELTA_RENAME_GROUP, DELTA_RENAME_USER, DELTA_RENAME_ALIAS NETLOGON
325   updates (Ronnie)
326 * Updated NETLOGON DELTA_GROUP_MEMBER and DELTA_ALIAS structures (Ronnie)
327 * Updated NETLOGON DELTA_ALIAS_MEMBER and DELTA_POLICY (Ronnie)
328 * Updated NETLOGON DELTA_TRUSTED_DOMAINS and DELTA_ACCOUNTS (Ronnie)
329 * Updated NETLOGON DELTA_UNION (Ronnie)
330 * Updated NETLOGON NetrDatabaseDeltas function (Ronnie)
331 * Fix the setting of "column.format" from the command line in Ethereal
332   and tethereal (Liviu Daia)
333 * Add formatting room for long field lengths in the status bar (Guy)
334 * Update of NETLOGON's DATABASESYNC function (Ronnie)
335 * Updated NETLOGON ACCOUNTDELTAS and ACCOUNTSYNC functions (Ronnie)
336 * Give some more information on the "command.com" vs. "cmd.exe" issue
337   in README.win32 (Guy)
338 * Support the new version of ASAP's I-Ds (Michael)
339 * Desegmentation of multi-TCP-segment TNS messages (and support for
340   multiple TNS messages per TCP segment) (Bernd)
341 * Updated NETLOGON GetDCName LogonControl and GetAnyDCName (Ronnie)
342 * Convert from prs_* routines to dissect_ndr_* routines in SPOOLSS (Tim)
343 * Update types and bases for many TNS fields (Bernd)
344 * Add NTLMSSP dissector (Devin Heitmueller)
345 * Reorder boolean fields in NTLMSSP, DCERPC and SPOOLSS (Tim)
346 * Fix an erroneous example, other errors in README.developer (Guy)
347 * Put back code to show auth data in DCERPC (Guy)
348 * NTLMSSP length and message content display fixes (Guy)
349 * Fix NETLOGON credential time stamp handling (Guy)
350 * Redback vendor-specific items for RADIUS and L2TP (Thierry Pelle)
351 * Get rid of unneeded #includes, fix DATA chunk handling in SCTP (Michael)
352 * Added another authentication service for Snego to DCE RPC (Tim)
353 * Add NSIS checkbox bitmaps to Makefile.am (Gerald)
354 * Update IUA to latest drafts, make packet fields searchable, add pref for
355   Implementers Guide support (Michael)
356 * Add DOCSIS support (Anand V. Narwani)
357 * Clean up the order of some lists of plugin items (Guy)
358 * Fix some warnings in SMB (Tim)
359 * Add missing #include to packet-smb-mailslot.c (Joerg)
360 * Fix a typo in packet-ftp.c (Guy)
361 * Properly handle responses in FTP, make SMTP fields filterable (Guy)
362 * Add smtp.req and smtp.rsp to the tree only when needed (Guy)
363 * Fix DOCSIS Info column erasure (Anand)
364 * Change the reported length of VJ uncompressed data to handle a pppdump
365   bug (Guy)
366 * Clarify the octet-stuffed framing code for pppdump (Guy)
367 * Add a Boolean field for the RSVP Bundle message type (Guy)
368 * Add/update booleans for RSVP Ack, Srefresh and HELLO (Guy)
369 * Fix a save-over-existing-capture bug (Richard)
370 * Fix random access handling in pppdump reader (Guy)
371 * Allow for SMTP and FTP response codes above 255 (Guy)
372 * Clean up the setting of "id_offset" and "sd_offset" in pppdump.c (Guy)
373 * The previous pppdump/VJ bug was actually the FCS.  Handle accordingly
374   (Guy)
375 * Fix a sample call to add an item to the subtree, add/update documentation 
376   for PROTONAME, PROTOSHORTNAME and PROTOABBREV in README.developer (Guy)
377 * Glib-ize and otherwise make a bunch of code more portable (Joerg)
378 * Added support for dissecting RSVP Bundle Messages (Ashok)
379 * Update the "NT sucks for PPP capture" note to include NT 5.1 in
380   capture.c (Guy)
381 * Fix dual sync-mode related capture popup error messages (Graeme)
382 * Allow "-" as the Wiretap output file name, capture loop optimization
383   (Graeme)
384 * Fix some error-message printing code, improve seekable file handling
385   (Guy)
386 * Don't allocate random access structs for sequential reads in pppdump.c
387   (Guy)
388 * Add needed snprintf.h #includes (Joerg)
389 * Get rid of unused variables and functions, improve missing libpcap
390   handling (Guy)
391 * Removed #if-0-ed code, redundant and unneded #includes all over the 
392   place (Joerg)
393 * Add VSAs, fix attribute table termination in RADIUS (Kan Sasaki)
394 * Adjust the behavior of tvb_find_line_end(), and modify SMTP to take
395   advantage of it (Guy)
396 * Adjust the tree display, fix a loop termination in RTCP (Guy)
397 * Fix errors in README.plugins (Richard Urwin)
398 * #include sys/types.h in snprintf.h (Uwe)
399 * Add request/response time to SMB tree (Prabhakar Krishnan)
400 * Fix for the DOCSIS request frame Info column (Anand)
401 * Change a DOCSIS loop counter from guint8 to int (Guy)
402 * Fix a capture file overwrite bug (Joerg)
403 * Fix the declaration of yyin(), update options and usage message in 
404   text2pcap.c (Guy)
405 * Update text2pcap documentation (Guy)
406 * Update comments, fix byte ordering in in_cksum.c (Guy)
407 * Fix info column display, add missing Extended header fields (Anand)
408 * Fix spacing in Netbios display (Tim)
409 * Gracefully display stub data in DCE RPC (Guy)
410 * Fix offsets in SIP (Stefan Wenk)
411 * Fix and SMB conversation handling bug (Ronnie)
412 * Put all SMB command PDUs in the summary line (Ronnie)
413 * Add NetBIOS address handling to Kerberos (Jim McDonough)
414 * Eliminate the need to #include sys/types.h, netinet/in.h, and 
415   winsock2.h all over the code (Joerg)
416 * Fix a memory leak in gtk/colors.c found by Valgrind (Joerg)
417 * Add FPGetUserInfo to AFP (Didier Gautheron)
418 * Fully decode Quake2 client->server packets, start on server->client
419   (Jan Berkel)
420 * Update Windows printing code, fix variable freeing in print code (Guy)
421 * Add AF_INET6 support for DLT_NULL captures from MacOS X (Michael)
422 * Fix subtree creation in WSP (Guy)
423 * Improve progress bar window timing (Graeme)
424 * Add a CMP_ADDRESS macro (Ronnie)
425 * Check if 802.11 FCS is present (Chris Waters)
426 * Fix infinite loops, data fetching in RSVP (Guy)
427 * Fix a typo in packet_info.h (Ronnie)
428 * Improve TPKT heuristics (Guy)
429 * Add support for CoSine L2 debug output (Motonori)
430 * Fix decoding of AUTHORIZE in HCLNFSD (Mike Frisch)
431 * Add LsaQueryInformationPolicy2 to LSA (Jim McDonough)
432 * Add winsock2.h back to wtap.h (Joerg)
433 * Fix zlib.h #inclusion typo in wtap-int.h (Joerg)
434 * Fix get_persconffile_path-related memory leaks (Joerg)
435 * More data type (system-specific vs glib) cleanup (Joerg)
436 * Add TCP sequence number analysis (Ronnie)
437 * Fix entry for 0:0:0:0:0:0 in manuf.tmpl (Joerg)
438 * Update NETLOGON LogonControl2 and ServerAuthenticate2 functions (Ronnie)
439 * Fix system-specific netinet/in.h and sys/types.h dependencies (Guy)
440 * Remove unneeded arpa/inet.h and sys/socket.h #includes (Guy)
441 * Create a minimal TCP tree early on, in case an exception is thrown (Guy)
442 * Update the IEEE URL in make-manuf and manuf (Joerg)
443 * Add sequence number wrap to tcp window checking (Joerg)
444 * Fix a bug in the EPM dissector (Sergei Shokhor)
445 * Undo a couple of #include changes (Joerg)
446 * More NETLOGON function updates (Ronnie)
447 * Fix the PPP FCS computation (Hidetaka Ogawa)
448 * Remove net/inet.h #include from packet-isis-lsp.c (Joerg)
449 * Fix MMSE handling of strings with specified character set (Jan Kratochvil)
450 * Fix frame number data type in NFS (Guy)
451 * Fix a data type in wiretap/cosine.c (Guy)
452 * Add DOCSIS to Wiretap's table of encapsulations (Anand)
453 * Sync the SETCLIENTID args decoder with the latest nfs4_prot.x 
454   (Mike Frisch)
455 * Fix NFSv4 ACL decoding (Mike)
456 * Put a comment about DOCSIS in packet-frame.c (Guy)
457 * Fix a typo in packet-smb.c (Guy)
458 * Fix SamrConnect[2-4] function names in SAMR (Richard)
459 * Add more information to the NBNS Info column (Tim)
460 * Add DOS error 259 to SMB (Tim)
461 * Fix Info column error reporting in DCERPC NT (Tim)
462 * Add OpenEntry, EnumKey and Unknown1A to REG, rename WINREG to REG (Tim)
463 * Fix a return code in SAMR (Tim)
464 * Fix NFSv4 LOOKUPP, add new error codes, fix ACL decoding (Mike)
465 * Properly set the LANE traffic type in libpcap.c (Guy)
466 * Fix non-multipart content handling in MMSE, along with POST data 
467   subtrees (Tom Uijldert)
468 * Add support for CheckPoint FireWall-1 monitor files (Alfred Koebler)
469 * Get rid of redundant "fw1_" text in preference name (Guy)
470 * Remove unused #includes in packet-fw1.c (Joerg)
471 * Add FATTR4_MOUNTED_ON_FILEID to packet-nfs.c (Mike)
472 * WTP TPI dissection, and reindentation (Tom Uijldert)
473 * Update SetInformationPolicy2 function name in LSA (Ronnie)
474 * Add Xyplex terminal server protocol support (Randy McEoin)
475 * Handle NTLMSSP authentication messages, and handle the flags field in
476   NTLMSSP messages properly (Devin)
477 * Update get_unicode_or_ascii_string(), "un"used variables in SMB (Guy)
478 * Add a terminator to the ntlmssp_message_types list (Guy)
479 * Changed some incorrect pointer types in NETLOGON (Ronnie)
480 * Fix variable name / keyword conflict in packet-fw1.c (Guy)
481 * Add server name to negprot reply and fixed a pointer deferral problem in
482   SMB (Ronnie)
483 * Use "atm_guess_traffic_type()" in wiretap/netmon.c (Guy)
484 * Get rid of the "vpi" and "vci" arguments to "atm_guess_traffic_type()"
485   (Guy)
486 * Handle NTLMSSP over HTTP (Tim)
487 * Display the protocol name for the DCERPC UUID in the Info column (Tim)
488 * Update Windows printing prefs (Guy)
489 * Handle user2 access granted mask, name open/create domain/user/group 
490   policy handles (Tim)
491 * Get rid of a commented-out #include in packet-smpp.c (Guy)
492 * Handle base64_decode() properly in packet-http.c (Guy)
493 * Fix a case statement in capture.c (Guy)
494 * Fix an NTLMSSP memory leak in packet-http.c.  Improve display. (Tim)
495 * Replace AC_PROG_RANLIB with AM_PROG_LIBTOOL in configure.in (Joerg)
496 * Update .cvsignore (Joerg)
497 * Add CPHA support (Yaniv Kaul)
498 * Add and improve plugin API routines (Tomas Kukosa, Guy)
499 * Don't free a needed tvb in packet-http.c (Tim)
500 * Add AC_LIBTOOL_DLOPEN back to configure.in (Joerg)
501 * Fix unrecognized capability display in BGP, add ORF support (Jian Yu)
502 * LDP VC FEC dissection fix (Motonori)
503 * CoSine updates (Motonori)
504 * Fix FIN and ACK handling in TCP (Ronnie)
505 * Convert some all caps NETLOGON names to more friendly names (Tim)
506 * Fixed incorrect NDR pointer type in Authenticate3 in NETLOGON (Ronnie)
507 * Added new function name LogonSamLogonEx in NETLOGON (Ronnie)
508 * Fix a typo in a M2UA table and reformat it (Michael)
509 * Revert part of the TCP session tracking code (Ronnie)
510 * Fix some incorrect NETLOGON poitner types (Jean-Francois Micouleau)
511 * Adjust pointer usage in NETLOGON (Ronnie)
512 * Sync PPP with IANA, add MPLSCP and CDPCP, CDP over PPP (ENDOH Akira)
513 * Add protocol blurbs to "-G" fields (Vassilii Khachaturov)
514 * Adjust "-G"scripts to handle FT_UINT64, FT_INT64 and FT_STRING (Guy)
515 * Properly extract ISAKMP data, handle Initiator and Responder cookies
516   (Yaniv)
517 * Fix handling of SCSI mode sense (Bill Studenmund)
518 * Fix a couple of string handling bugs and properly display a uint in
519   NTLMSSP (Guy)
520 * Tweak the Solaris/SVR4 packaging a bit (Gerald)
521 * Limit the parameter and data tvbuffs in SMB (Guy)
522 * Keep track of "i", "a" and "m" tags in SDP (Guy)
523 * Fix "PS" bit recording in SCSI, improve unknown page display, fix MODE
524   SELECT payload length, add more data length checks, fix density code
525   (Guy)
526 * Generalize paths in ethereal.nsi and remove the need for ethereal.nsi.in
527   (Ulf Lamping)
528 * Set "SetShellVarContext all" in ethereal.nsi (Gerald)
529 * Add COMMON_FILES_GNU to config.nmake (Gerald)
530 * Add LLMNR support (Itojun)
531 * Add a plain text FAQ to the distribution (Joerg)
532 * Fix ethereal.nsi entries in Makefile.am (Joerg)
533 * Add TDS protocol support (Brian Bruns, Joerg)
534 * Add make-faq script (Joerg)
535 * Add the text FAQ to each package (Joerg)
536 * Clean up RPM building process (Joerg)
537 * Fix zero-infinite-looping problem in packet-tds.c (Guy)
538 * Fix formatting of SCSI "(size)" tags, track device/command types better,
539   other updates (Guy)
540 * Parse ISAKMP group descriptions, improve transform/payload display, 
541   parse vendor ID (Yaniv)
542 * Add -S option to tethereal (Joerg)
543 * Improve SCSI device type handling, fix memory leaks, fix SSC READ(6) and
544   WRITE(6) dissectors (Guy)
545 * Add missing "-static.o" to Makefile.am
546 * Fix infinite recursion bug in DOCSIS (Anand)
547 * Update CPHA to use the new dissector API (Guy)
548
549
550 Overview of changes in Ethereal 0.9.5:
551 * DCE RPC changes:
552   * Implemented SPOOLSS WritePrinter and DeletePrinterData (Tim)
553   * Fixed various SPOOLSS printerdata routines. (Tim)
554   * Implemented getprinterdriver levels 1 and 3 (Tim)
555 * FCS updates for PPP, VJ updates (Guy)
556 * Fix to label stack handling for withdrawn BGP routes (Hannes Gredler)
557 * Remove UDP-encapsulated AH support in ISAKMP, as per the latest IETF
558   draft (Yaniv Kaul)
559 * Update UCD SNMP section of the README file (Guy)
560 * Add option to make filtering on nfs fhandles stateful (Ronnie)
561 * Fix most of the NFS dissector TODOs (Mike Frisch)
562 * Static-ify many NFS variables and functions, clean up unused ones (Guy)
563 * Fix an ampersand (&& vs &) typo in BGP (Hannes)
564 * Fix some BGP problems (Dirk Steinberg)
565 * Fix bounds checking (overflow) error in BGP (Guy)
566 * More NFS argument and variable cleanup (Guy)
567 * Update VJ connection state tracking, other updates (Guy)
568 * Force VJ header dissection so that direction can be determined (Guy)
569 * Update nettl NS_LS_DRIVER to work with both pre-HPUX11 and HPUX11 (Ronnie)
570 * Give a wiretap short name to Windows Sniffer 2.00x files (Guy)
571 * Various command line flag and output cleanups (Graeme Hewson)
572 * Clean up file name comparison and error dialog in file.c (Guy)
573 * Update the LANalyzer file format URL (Guy)
574 * Improve file.c's save_cap_file() return handling (Guy)
575 * In snoop.c, set the LANE subtype in the "seek and read" routine (Guy)
576 * Add a stub MS Exchange MAPI protocol dissector (Ronnie)
577 * Clean up the file saving code a bit (Guy)
578 * Additions to the MAPI dissector (Ronnie)
579 * MAPI Logoff function fully decoded (Ronnie)
580 * Save the whole capture device name in the preferences file (Gerald)
581 * Get rid of the old MAPI dissector in favor of the new DCE RPC-based
582   dissector (Guy)
583 * Skeleton NSPI dissector (Todd Sabin)
584 * Add some decoding for the DCE RPC srvsvc functions (Richard)
585 * Handle NCP signature flag bit (Guy)
586 * RADIUS bug fix (Kan Sasaki)
587 * Fix a function return, NULL-vs-0 passing in SRVSVC (Guy)
588 * Add the UNI 3.0 mode identifier AAL parameter to Q2931 (Guy)
589 * In ATM, add LANE 2.0 support, various frame and field display
590   enhancements (Guy)
591 * Show SRVSVC platform ID in decimal (Guy)
592 * Move share type values to common SMB code area for SRVSVC (Guy)
593 * Improve bitfield checks, fix field definitions in NCP2222 (Gilbert)
594 * Fix the definition of AllocateMode in NCP2222 (Gilbert)
595 * Reassembly of fragmented DCE/RPC (Ronnie)
596 * SRVSVC cleanups, additional decodes (Richard)
597 * Fix up some of SRVSVC decodes and add netshareenum_all support (Richard)
598 * Mark last packet of TFTP transfer as such in the Info column (Joerg)
599 * Add support for desegmentation of NCP-over-TCP (Guy)
600 * Don't give ordinal numbers to preferences that aren't displayed (Guy)
601 * Get rid of the routine to dissect ATM LANE topology change frames (Guy)
602 * Fix a reassembly-related bug in DCE RPC (Ronnie)
603 * Add option to decrypt the MAPI opnum 2 payload (Ronnie)
604 * Aditional decoding of the decrypted MAPI PDU in opcode:2 (Ronnie)
605 * Fix an unsigned/signed int comparison compiler warning in MAPI (Guy)
606 * Improve handling of NCP2222's ExtendedInfo bitmask (Guy)
607 * Fix MAPI hex pane highlighting problem (Ronnie)
608 * Add messaging SMBs, fix a typo (Guy)
609 * Fix NCP-over-TCP length field handling (Guy)
610 * Fix bitfield variable registration in NCP2222 (Gilbert)
611 * Add SMB information from MS documentation (Guy)
612 * Fix "dissect_unknown()" in SMB to properly step through the word and
613   byte parameters (Guy)
614 * Dissect the last 2 bytes of SMB's TRANS2_SET_FILE_INFORMATION
615   parameters as reserved, update comments (Guy)
616 * Added dissecton of the Map command for EPM (Ronnie)
617 * In the man pages, clarify how to remove noise from a display (Heikki)
618 * Get rid of an unused variable in snoop.c (Guy)
619 * Account for hidden share types in share_types (Richard)
620 * Changed toplevel DCERPC REF pointer dissection to create a subtree (Ronnie)
621 * Fix for WTP PDUs not containing user data (Kari Heikkila)
622 * Clean up the data structures for the color filter code a bit (Guy)
623 * Add support for old NetXRay format (Guy)
624 * Add partial support for EPM tower and tower floors (Ronnie)
625 * Add and fill in dissector for DCERPC Browser protocol (Ronnie)
626 * Dissect both the BOOTP server and client ports as bootp/DHCP (Joerg)
627 * Fix streaming mode value in Q2931 (Guy)
628 * Add an item from UNI 3.0 to Q2931 (Guy)
629 * Fail somewhat more gracefully when confronted with a bad pppdump file
630   (Guy)
631 * Check for EtherPeek files before checking for pppdump files (Guy)
632 * Add PPP support to GTP (Olivier Dreux)
633 * Add RFC 2353 SNA-over-LLC-over-UDP support, and RFC 2043 SNA-over-PPP
634   and SNA-over-LLC-over-PPP support (Jochen Friedrich)
635 * Fixed TFT decoding and processing PPP payload inside of GTP protocol
636   conf options (Michal Melerowicz)
637 * Handle old gtpv0 and gtpv1 prefs (Guy)
638 * Put the raw data items at the top level in the SNA protocol tree (Guy)
639 * Java RMI protocol support (Michael Stiller)
640 * Update name resolution docs in the README file (Guy)
641 * Display unsigned SMB quantities with "%u" (Guy)
642 * Add AODV6 support (Antti Tuominen)
643 * Fix the MMSE Sender-Visibility field to use the right value_string
644   table (Martin Gignac)
645 * Removed SRVSVC debugging fprintf calls (Tim)
646 * Remove font name assumption from gtk/main.c (Guy)
647 * Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourth
648   argument to "tvb_new_subset()" (Guy)
649 * Fix non-GCC compiler warnings in various dissectors (Albert Chin)
650 * Fix DCERPC Browser bug when dissectors forgot to eat the array
651   headers for conformant_run==1 (Ronnie)
652 * Correct display filter names in L2TP (KevinM)
653 * Correctly handle SMB 0x31 (Close And Tree Disconnect) (Guy)
654 * Removed some trailing commas from various DCERPC dissectors (Tim)
655 * Put in an update about libpcap 0.7.1 appearing to handle BPF not too
656   badly in README.aix (Guy)
657 * Install the Diameter DTD and XML files in the "diameter" subdirectory
658   of the directory for Ethereal configuration files (Guy)
659 * Implement TAPI (Ronnie)
660 * Mark TRMAC frames with a subvector length of less than one as being
661   invalid (Gerald)
662 * Mark an LMP frame invalid if its message type value exceeds
663   LMPF_MSG_CHANNEL_STATUS_RESP (Gerald)
664 * Require that the LMP and RSVP message types be greater than 0 (Gerald)
665 * Fix the MMSE "cc" field (Martin Gignac)
666 * Get rid of the "data_src" member of the "frame_data" structure (Guy)
667 * Various capture cleaups and fixes (Graeme Hewson)
668 * Varargs code cleanup in simple_dialog.c (Graeme)
669 * Free up frame table in netmon.c (Guy)
670 * Fix duplicate memory freeing in ngsniffer.c (Guy)
671 * Treat Darwin/MacOS X like the other BSDs, capture-wise (Michael)
672 * Change bvlc_result_name() and bvlc_function_name() to value_strings
673   (Gerald)
674 * Added a whole lot of SPOOLSS print notification constants (Tim)
675 * Converted SPOOLSS reply functions, RFFPCNEX, added RFNPCNEX (Tim)
676 * Added dissect_ndr_uint16s() utility function for dissecting a buffer
677   of uint16 values (Tim)
678 * Implemented SPOOLSS RRPCN, improved notify options and display code
679   (Tim)
680 * Added show_fragment_tree() function, updated IP, SMB and DCERPC to
681   use it (Ronnie)
682 * Updated NDMP and ONC RPC services to use show_fragment_tree() (Ronnie)
683 * Added global session option, NT protocol option and connect flag
684   support to TNS (Nathan)
685 * Fix some MMSE values to match the WAP-209-MMSEncapsulation-20020105-a
686   spec (Martin Gignac)
687 * Make the MMS heuristic dissector recognize packets that lack a
688   Transaction-Id header (Martin)
689 * Added ReplyClosePrinter() to SPOOLSS, fixed calls to dissect_nt_policy_hnd()
690   (Tim)
691 * Dissect spoolss FCPN. (Tim)
692 * Support the Solaris+SunATM libpcap capture file type (Guy)
693 * Properly check for unknown RSVP message types (Guy)
694 * More dissection of TNS flags, break out into subs (Nathan)
695 * Use "phtons()", not "htons()" in libpcap.c (Guy)
696 * Remove the old workaround for "select()"s not working on MacOS X
697   (Michael)
698 * Keep an invalid WCP packet length from overflowing a data buffer
699   (Gerald)
700 * Treat SPOOLSS printer port names as notification strings (Tim)
701 * Correct handling of BSD/OS Frame Relay packets (Guy)
702 * Fix SPOOLSS RRPCN bug, printer notification data type updates (Tim)
703 * Work around gzseek() bug (Graeme, Guy)
704 * Improve handling of pipes and FIFOs (Guy)
705 * Enhance fragment handling code, update many dissectors to use it (Guy)
706 * Add illegal fragment notification to the Info column (Guy)
707 * Pass the captured length, not the full length, to the "capture_"
708   routines, update 802.11 and CHDLC capture routines accordingly. (Guy)
709 * Have a common routine for doing the packet counter stuff (Guy)
710 * Move duplicated code from pcap_dispatch() to capture_pcap_cb() (Guy)
711 * Migrate SOCKS from str*() functions to tvb_*() functions (Guy)
712 * Don't call "tvb_strsize(tvb, offset)" if we know there's nothing *at*
713   "offset" in packet-socks.c (Guy)
714 * Fix the decode of NCP 8701 in ncp2222.py (Gilbert)
715 * Add support for SunATM libpcap packets and capture (Guy)
716 * Fix the handling of From: headers in MMSE (Martin)
717 * Have SRVSVC netshareenumall correctly decode reply packets (Ronnie)
718 * Tweak some of the SRVSVC "levels" arguments to properly decorate the protocol
719   tree with share names (Guy)
720 * Improve port number handling in UDP, TCP and SCTP (Guy)
721 * Fix the default offset adjustment in dissect_mip_extentions 
722   (John Wells)
723 * Additional names for NDS verbs, NetworkAddress and NetworkSocket updates
724   (Guy)
725 * Fix Quakeworld text buffer sizes (Guy)
726 * Add #define HAVE_PCAP_H  1  to config.h.win32 (Gilbert)
727 * Fix a crash when dissecting AFS authentication requests (Loic Tortay)
728 * Export the new wtap_process_pcap_packet routine (Guy)
729 * Add support for the IEEE 802.3ad Link Aggregation Control Protocol
730   (Steve Housley)
731 * Fix the maximum length argument to tvb_memcpy() in packet-beep.c 
732   (Peter Hawkins)
733 * Fix string length errors in packet-scsi.c (Peter)
734 * Recognize "Option negotiated failed" error in TFTP (Bill Fumerola)
735 * Add /I$(PCAP_DIR)/include to Makefile.nmake (Guy)
736 * Make writing different libpcap-format link layer types more platform
737   independent (Guy)
738 * Fix some compiler warnings in packet-slowprotocols.c (Guy)
739 * Fix capture-from-pipe blockage (Graeme)
740 * Add missing SRVSVC funtion names, convert to MS naming (Ronnie)
741 * Handle RFC 2673 extended labels in get_dns_name() (Guy)
742 * Fix data reading bug in MAPI (Ronnie)
743 * Display WSP character set values in hex (Guy)
744 * Various WTLS fixes (Guy)
745 * Fix display_unicode_string() in packet-smb-common.c (Guy)
746 * Don't use "bool" as a variable name or structure member (Chris Waters)
747 * Change the way Boolean values are handled in prefs code (Guy)
748 * Change duplicate SRVSVC function name (Ronnie)
749 * Add support for NetrCharDevEnum in SRVSVC (Ronnie)
750 * Remove testing code from SRVSVC (Ronnie)
751 * Check ALIGN_TO_4_BYTES macro in DCERPC NT and BROWSER (Ronnie)
752 * Add more SRVSVC functions (Ronnie)
753 * Return an error for an invalid class instead of dumping core in LMP
754   (Gerald)
755 * Improve fragmented PDU handling in DCE RPC (Guy)
756 * Add support for reassembly of fragmented connectionless DCE RPC PDUs
757   (Guy)
758 * Don't check for a short frame until we care whether the frame is short
759   (Guy)
760 * Additional SPOOLSS data displays (Tim)
761 * Add support for more SRVSVC functions (Ronnie)
762 * Correctly calculate DCE RPC authentication offset (Guy)
763 * Many DCE RPC fragmentation handling and reassembly updates (Guy)
764 * WEP cleanups, WEP decryption support and other mangling of the 802.11
765   dissector, and optional FCS processing (Solomon Peachy)
766 * Improve dissection of 802.11 management and data frames (Guy)
767 * Added dissection of the request to NetrShareAdd (Ronnie)
768 * Do WEP decryption before reassembly, use memset() instead of bzero()
769   (Solomon, Guy)
770 * Add "bzero()"/"bcopy()"/"bcmp()" vs.
771   "memset()"/"memcpy()"/"memmove()"/"memcmp()" to README.developer (Guy)
772 * A pile of DCE RPC display enhancements (Guy)
773 * Fix some WEP encryption bugs, tree rearrangement (Guy)
774 * Added/Rewrote dissection of NetrShareEnum NetrShareGetInfo in SRVSVC
775   (Ronnie)
776 * Fix DCE RPC Fault PDU handoff (Guy)
777 * WEP decoding fix (Solomon)
778 * Dissect BOOTP flags field properly, vendor field length fix (Joerg)
779 * Put the status of the BOOTP broadcast flag into the summary line for the
780   flags field (Guy)
781 * Added MS Window printing to ethereal (Jeff Foster)
782 * Add AFP fixes, more calls, and DSI/ASP error code in the Info column
783   (Didier Gautheron)
784 * Add infolevels for SRVSVC SERVER_INFO_UNION (Ronnie)
785 * Added dissection of SERVER_INFO union and rewrote functions
786   NetrServerGetInfo and added NetrServerSetInfo (Ronnie)
787 * Remove compiler warnings, support operation "0" in UCP (Tom Uijldert)
788 * Correct MTP3 preference name, ANSI decoding, and add line breaks (Jeff)
789 * Update the ACL and LOCK/LOCKT/LOCKU decoding for NFSv4 (Mike Frisch)
790 * Fix SCTP port number for M2PA to be the IANA-assigned number (Michael)
791 * Change LSA subdissector names from all caps to InterCaps (Tim)
792 * Prettify DCERPC REG subdissector names (Tim)
793 * SPOOLSS warning fix (Tim)
794 * Make the hex dump when printing PostScript look the same way it does
795   when printing plain text (Guy)
796 * Use common code to print the hex dump as text and PostScript (Guy)
797 * Improve the way hex dump offsets are printed (Guy)
798 * Consolidate hex data printing code, other printing improvements (Guy)
799 * Handle DCE RPC connectionless CANCEL PDUs with no body (Jaime Fournier)
800 * Use a common routine to print protocol tree nodes as text or PostScript
801   (Guy)
802 * Get rid of trailing newline in lines passed to "print_line()" (Guy)
803 * On Windows, there's no "pipe_fd", so don't refer to it (Guy)
804 * Use guint instead of uint in 802.11 (Guy)
805 * Warn the user if the improperly click "New" in the filter list editor
806   (Devin Heitmueller)
807 * Make uint verboten, fix proto_tree_add_* argument lists in
808   README.developer (Guy)
809 * Remove offset digits as needed, remove trailing blanks in hex dumps (Guy)
810 * Prefetch the WEP IV and key to improve display (Guy)
811 * Update #includes to match WinPcap 2.3 (Guy)
812 * Add remaining SRVC reply dissectors (Ronnie)
813 * Flush the output after every frame if Tethereal is writing a capture to
814   a FIFO, and improve the error checking for ring buffers (Graeme)
815 * Add FIFO-testing code, remove uses of stat() in tethereal (Guy)
816 * Fix packet counting code in tethereal (Guy)
817 * Change each DCERPC dissector to pass in a hf value on initialisation
818   for a value_string that corresponds to that dissectors opnums (Tim)
819 * Compile fix for SRVSVC opnum value_string stuff (Tim)
820 * Dynamically size offset field width in hex pane (Guy)
821 * Improve handling of SMB Logon "Announce change to UAS or SAM" messages
822   (Guy)
823 * Added value_string array for SPOOLSS setprinter level 0 command (Tim)
824 * Add Draft 13 support, making that draft the default (Mark Burton)
825 * Add definitions for SPOOLSS setprinter_cmd_vals[] value_strings (Tim)
826 * Remove duplicate DCE RPC reassembly code, get rid of extraneous args
827   (Guy)
828 * Fix various NCP decodes, endianness, add error codes, ObjectType SAP
829   types (Greg Morris)
830 * Update the URL for WinPcap in capture_dlg.c (Guy)
831 * Fix incorrect format string in packet-atalk.c (Tim)
832 * Enhance DCE RPC NT dos  and NT error code display (Tim)
833 * Fix typos and format string errors in SPOOLSS (Tim)
834 * Add IPX SAP for SEH's InterCon Printserver (Markus Steinman)
835 * Update the DHCPv6 support to match the latest drafts 
836   (Tsutomu Mieno, Yasuhiro Shirasaki)
837 * Fix the capitalization of NetWare in packet-ipx.c (Guy)
838 * Added some more dissection of rffpcnex flags to SPOOLSS (Tim)
839 * Add in two missing files to Makefile.am (Anand V. Narwani)
840 * Update interface name handling in tethereal.c (Gerald)
841 * Support for writing LANalyzer files (Markus)
842 * Cleaned up NT policy handle hashing a bit (Tim)
843 * Improve capture device prefs white space/empty string handling (Guy)
844 * Remove unused DCERPC NT variable (Tim)
845 * Use the native Windows mechanism for catching ^C (Guy)
846 * Add in some missing header files to Makefile.am (Guy)
847 * Move AppleTalk address to a different column, add hidden fields for
848   source and destination addresses (Didier)
849 * Update section in README.developer on adding source files, add a note on
850   adding header files (Guy)
851 * Add Apache JServ 1.3 dissector (Christopher K. St. John)
852 * Clean up warnings, fix buffer overrun in AJP1.3 (Guy)
853 * Update SCTP to match the latest I-Ds for two extensions (Michael)
854 * Fix display of OSI system IDs to use a dot rather than a dash before the
855   PSN byte (Hannes Gredler)
856 * Fix display of one-byte NETs in ISIS dissector (Hannes)
857 * There are no "ipx.src" or "ipx.dst" filterable fields (Guy)
858 * Fix plugin-vs-static header inclusion in AJPv1.3 (Gerald)
859 * Give AJPv1.3, GMRP, and ICAP dissectors RCS IDs (Guy)
860 * Remove packet-ajp13.h (Guy)
861 * Put in a note about casting the result of "tvb_get_ptr()" to a structure
862   pointer and using that pointer in README.developer (Guy)
863
864 Overview of changes in Ethereal 0.9.4:
865 * Get rid of unused variables, fix a device typing bug in packet-iscsi.c
866   (Dinesh Dutt)
867 * Work was done by many people to clean up code across the entire
868   source tree, removing unused variables and routines and static-izing
869   functions.  Individual changes will not be listed here.  (Joerg, Uwe,
870   Guy, Gilbert, David Frascone, ????)
871 * Add the LANE packet type to the ATM LANE info column. (Guy)
872 * Use the reported (not captured) length when scanning a packet in the IP
873   dissector. (Guy)
874 * Improve PPP option reporting. (Guy)
875 * Initial dissection of variable-length SCSI CDBs. (Dinesh)
876 * Fix the name of the SCSI "prevent/allow medium removal" command. (Guy)
877 * Fix redrawing of byte view pane. (Guy)
878 * Code cleanup, control character display fixes, and tree creation
879   improvements, typographical fixes in PPP dissector. (Guy)
880 * General tree code cleanup and memory leak fix. (Guy)
881 * Add the descriptive name to the interface drop-down list under
882   Windows. (Andrew Feren)
883 * Add WebDAV support, rewrite method-testing code in HTTP. (Blair Cooper)
884 * Change the check for "M-" to check for at least two characters in
885   HTTP. (Guy)
886 * Fix a bug in HCLNFSD. (Mike Frisch)
887 * In packet-snmp.c, #include <ucd-snmp/ucd-snmp-config.h>. 
888   (Kikuchi Ayamura)
889 * Fix HCLNFSD AUTHORIZE call decoding. (Mike)
890 * Fix IP address display in HCLNFSD. (Guy)
891 * Make some RPC routines static, remove old routine and macro declarations.
892   (Guy)
893 * Fix ISIS CLV ip address display. (Guy)
894 * Correct tree item addition in MS Proxy dissector. (Guy)
895 * Memory allocation cleanup in Zebra. (Guy)
896 * Fix incorrect handling of tvb_get_ntohl() in many dissectors. (Guy)
897 * Fix a typo in WCCP. (Guy)
898 * Correctly handle leaf nodes in tree-printing code. (Guy)
899 * Add neighbor probe messages to DVMRP. (Guy)
900 * Remove an unused function from packet-wsp.c. (Tom Uijldert)
901 * Code cleanup in SCCP. (Jeff Morriss, Guy)
902 * Remove unneeded pinfo parameters in RPC dissection. (Uwe)
903 * Better FTP packet length handling. (Guy)
904 * Add PRINTER_INFO_1 and PRINTER_INFO_3 support to SPOOLSS. (Tim)
905 * Add a needed #include to packet-dcerpc-spoolss.c. (Guy)
906 * Make dissect_data() static in packet-data.c. (Guy)
907 * Compile fix for packet-iscsi.c. (Mark Burton)
908 * Improve ett_ value checking in protocol tree. (Guy)
909 * Various improvements for the RIP code. (Guy)
910 * Add an ett_iscsi ett_ value for the top-level tree in ISCSI. (Mark)
911 * Add ett_ values for subtrees in X11. (Guy)
912 * PRINTER_INFO_2 and getprinter improvements, devicemode fixes in
913   SPOOLSS. (Tim)
914 * Various WTP improvements. (Guy)
915 * Case statement and ett_ value cleanups in COPS. (Guy)
916 * Get rid of global protocol tree variable in X11. (Guy)
917 * Add support for Sniffer 4.6 wireless captures. (Gerald)
918 * Improve Netxray file reading efficiency and padding handling. (Guy)
919 * Improve ID handling and display in isis_dissect_mt_clv(). (Guy)
920 * Devicemode data handling improvements in SPOOLSS. (Tim)
921 * Replace configure-time "--enable-zlib" with "--with-zlib". (Guy)
922 * Fix variable declaration behavior in packet-snmp.c. (Guy)
923 * Fix PFLOG dissector registration. (Guy)
924 * Touch up 16-color Windows icons, add our own NSIS checkbox images.
925   (Gerald)
926 * Add "802.11 with radio information" encapsulation type and dissector. 
927   Modify AiroPeek and Netxray readers to use it.(Guy)
928 * Remove redundant padding/FCS removal in etherpeek.c. (Guy)
929 * Adjust expand_tree() and collapse_tree() to handle leaf nodes. (Guy)
930 * Fix an LI field bug, clean up code in M2PA. (Michael)
931 * Decode SPOOLSS FORM_1 and FORM_REL flag values as value_strings. (Tim)
932 * Get rid of the extra "Header" entry in WTP. (Guy)
933 * Rearrange X.25 to account for situations where we don't know if a
934   packet is DTE->DCI or DCE->DTE. (Guy)  
935 * Add support for LMP. (Ashok)
936 * Add "-" (hyphen) to the pattern for field-name/non-quoted string.
937   (Gilbert)
938 * Do the "follow TCP stream" stuff before calling the subdissector.
939   (Guy) 
940 * Ajust UCP subtree creation. (Tom)
941 * Add some cipher suites from Microsoft's PCT protocol to SSL. 
942   (Pasi Eronen)
943 * Support for PCT record layer, desegmentation fixes in SSL. (Pasi)
944 * Bug fix in X11 dissector. (Didier Gautheron)
945 * Add IEEE single- and double-precision float support to tvbuff.c. (Guy)
946 * Correctly check for null psuedo headers and X.25 direction in
947   packet-frame.c. (Guy)
948 * Fix initialization of ett_slarp in CHDLC. (Aamer Akhter)
949 * Enhance the text2pcap "-S" option. (Michael)
950 * Fix challenge element offset, show fragments in 802.11. 
951 (Jouni Malinen)
952 * Configure argument updates and typo fixes in INSTALL doc. (Guy)
953 * In SCCP, add an ett_ variable to the "ett[]" array. (Guy)
954 * Update WinPcap main site and mirror URLs in docs. (Gerald)
955 * Enhance X11 boolean bitfield display. (Guy)
956 * Add M2UA support. (Michael)
957 * In DSI, make the "code" field a signed decimal number. 
958   (Didier Gautheron)
959 * Create packet-rsvp.h, get rid of packet-pgm.h. (Joerg)
960 * Correctly fetch checksum from VJ packet. (Guy)
961 * Fix X11 memory handling, Info column display. (Guy)
962 * Add dissect_mount_dirpath() to Mount dissector. (Ronnie)
963 * Correctly handle WCCP capability element length. (Simharajan Srishylam)
964 * Fix RTCP QT packet SDES length. (Jason Lango)
965 * Add ASAP support. (Michael)
966 * Add SCTP checksum support, fix "-S" and TSN and PPI output in 
967   text2pcap.c. (Michael)
968 * Display nonzero DCERPC return codes in Info column. (Tim)
969 * Handle "next entry offset" in SMB NT NOTIFY replies. (Guy)
970 * Add X11 desegmentation support, handle initial connection request,
971   check for buffer overflows, properly display decimal items. (Guy)
972 * Add missing support for the T-Bit in ABORT chunks in SCTP. (Michael)
973 * Rename frag_number in reassemble.c.
974 * Use policy handle hash code in DCERPC/SMB SAMR dissector, move common 
975   code to single file. (Tim)
976 * Reassembly code improvements. (Guy)
977 * Fix up the offsets in the list of segments in WTP. (Guy)
978 * Fix ChangeHosts request address display, better keysym display in 
979   X11. (Guy)
980 * More reassembly improvements. (Guy)
981 * DCERPC LSA updates, other updates. (Ronnie)
982 * Fix 802.11 "More Fragments" indicator display. (Guy)
983 * Remove some temporary DCERPC NETLOGON functions. (Ronnie)
984 * Fix "fragmented" flag handling in 802.11. (Guy)
985 * Fix unimplemented function handling in DCERPC/LSA. (Ronnie)
986 * Improve 802.11 short frame reassembly. (Guy)
987 * Add support for DCERPC LSAENUMERATEPRIVELEGES. (Ronnie)
988 * Add support for LSALOOKUPPRIVILEGENAME and LSALOOKUPPRIVILEGEVALUE
989   to DCERPC. (Ronnie)
990 * Improve handling of short frames during reassembly. (Guy)
991 * Add LSAENUMERATEPRIVILEGESACCOUNT, LSAADDPRIVILEGESTOACCOUNT and
992   LSAREMOVEPRIVILEGESFROMACCOUNT to DCERPC. (Ronnie)
993 * Improve DCERPC/SAMR Info column display. (Tim)
994 * For DCERPC, display rids for open user, group, alias in the Info
995   column.  (Tim)
996 * Fix DCERPC/LSA element type declaration. (Ronnie)
997 * DCERPC LSA bugfixes and SMB security_descriptor changes. (Ronnie)
998 * Fix DCERPC/LSA bugs revealed by muddle-generated IDL file. (Ronnie)
999 * Clean up DCERPC initialization routines. (Guy)
1000 * Catch improper ett_ value registration in proto.c. (Guy)
1001 * Use common policy handle hashing code in packet-dcerpc-nt.c.    
1002   Fix for lsa_open_policy request dissection. (Tim)
1003 * Remove invalid init routine in packet-dcerpc-lsa.c. (Tim)
1004 * More DCERPC LSA updates. (Ronnie)
1005 * Support for looking up protocol fields by name. (Phil Williams)
1006 * Initial support for writing NetXRay 2.x captures. (Olivier)
1007 * Shorten unneeded call to proto_registrar_get_nth in proto.c. (Guy)
1008 * Don't display capture preferences on WinPcap-less system. (Guy)
1009 * Bug fixes for ethereal_gen.py. (Frank)
1010 * Fix display filter priming. (Guy)
1011 * Improve DCERPC/NETLOGON dissection and display. (Tim)
1012 * Fix the display filter expression generated for protocol tree items
1013   without named fields attached to them. (Guy)
1014 * Fix WinPcap #include in prefs_dlg.c. (Guy)
1015 * Add a hidden length field for TCP, tcp.len. (Richard)
1016 * Rename and clean up DECRPC/SAMR functions. (Guy)
1017 * Correctly dissect DCERPC LSA and NT security descriptors. (Guy)
1018 * Fix the return value of SMB's dissect_nt_sec_desc(). (Guy)
1019 * Clean up the column prefs dialog. (Gerald)
1020 * Fix samr_dissect_query_information_alias_reply() in
1021   packet-dce-rpc-samr.c. (Guy)
1022 * Add support for NT Rename SMB. (Steven French)
1023 * Additional PIM hello options support. (Kevin Humphries)
1024 * Fix DCERPC/LSA typos. (Guy)
1025 * Add support for DSI packet reassembly. (Guy)
1026 * Clean up frame number signedness in DCERPC dissectors. (Guy)
1027 * Don't overwrite the capture file with an empty file. (Richard)
1028 * Get rid of the last X11 global variable.  Get rid of "nameAsChar"
1029   arguments; get the name from the field itself. (Guy)
1030 * In proto_draw.c, use the value of "bv_size" as the size of a byte
1031   view notebook when creating it. (Guy)
1032 * Clean up the descriptions of reassembly preferences. (Guy)
1033 * In SPOOLSS, pass the correct length field to dissect_nt_sec_desc().
1034   Add dissector for EnumJobs rpc. (Tim)
1035 * Take measures to keep the progress fraction <= 1. (Guy)
1036 * Add 'invalid security descriptor' error to list of dos errors
1037   in SMB. (Tim)
1038 * Correctly determine the end of an SMB ACE. (Tim)
1039 * Add "stamp-h1" to .cvsignore, for automake 1.6.1. (Joerg, Guy)
1040 * CRLDP support and bug fixes for LDP. (Michael Rozhavsky)
1041 * Clean up TLV error messages in LDP. (Guy)
1042 * Use tvb_get_ntohieee_float() in LDP. (Guy)
1043 * Show LDP "negotiable/non-negotiable" flags as such. (Guy)
1044 * Properly fetch floating point numbers in RSVP, OSPF, LMP, IS-IS,
1045   and GIOP.(Guy)
1046 * Improved IEEE float conversion. (Guy)
1047 * Use gfloat and gdouble in tvbuff.c, fix VAX issues. (Guy)
1048 * Document the tvbuff accessors for IEEE floating-point numbers. (Guy)
1049 * Fix BSD/Linux confusion in README.bsd. (Marco Molteni)
1050 * Improve floating-point number format printing in various dissectors.
1051   (Guy)
1052 * Fix return value of fragment_add_seq_work() in reassemble.c. (Guy)
1053 * #include string.h in packet-hclnfsd.c. (Guy)
1054 * Fix struct-related compiler warnings for Digital UNIX in pcap-util.c.
1055   (Guy)
1056 * Fix variable typing in ngsniffer.c. (Guy)
1057 * Add AODV support. (Erik Nordström)
1058 * ATP, ASP, and AFP support. (Didier)
1059 * Ethereal man page fix and updates. (Joerg)
1060 * AppleTalk protocol display enhancements. (Guy)
1061 * FTP protocol tree enhancements. (Guy)
1062 * Add LsaLookupNames support to DCERPC/LSA. (Ronnie)
1063 * Date/Time, Negotiate Protocol and Info Standard fixes for SMB. (Guy)
1064 * Add routines to create anonymous handles for new-style dissectors in
1065   packet.c. (Guy)
1066 * Convert LDP dissectors to new-style. (Guy)
1067 * Display COPS OCTET STRING values correctly, remove unused code. 
1068   (Kari Tiirikainen)
1069 * Add note about WfW 3.1a special case in packet-smb.c. (Guy)
1070 * Add support for LSACreateSecret, LSAOpenAccount, and many others to
1071   DCERPC/LSA. (Ronnie)
1072 * More AFP updates and fixes. (Didier, Guy)
1073 * Decode replies to FPWrite in AFP. (Guy)
1074 * Make AODV dissector new-style. (Guy)
1075 * Clean up AFP field names, descriptions and white space. (Guy)
1076 * Give AFP messages the same names they're given in Apple's documentation.
1077   (Guy)
1078 * AFP DSI and ASP command message display enhancements. (Guy)
1079 * Set the nanosecond time value to 0 in AFP. (Guy)
1080 * Fix error code/data offset display in DSI. (Guy)
1081 * Mark AFP requests as such in the Info column. (Guy)
1082 * Enhanced DSI and ASP command/reply message display, other protocol tree
1083   and function name fixes in AppleTalk. (Guy)
1084 * Improve non-printable character display in proto.c. (Guy)
1085 * Add a display filter comment to proto.c. (Guy)
1086 * Make unknown AFP command code display more consistent. (Guy)
1087 * Improve WSP URI display. (Guy)
1088 * Fix LSA_REFERENCED_DOMAIN_LIST pointer in DCERPC/LSA. (Ronnie)
1089 * Add LSAEnumerateAccountRights to DCERPC/LSA. (Ronnie)
1090 * Add LSAAddAccountRights and LSARemoveAccountRights to DCERPC/LSA (Ronnie)
1091 * Protocol and display filter code rearrangement. (Guy)
1092 * Clean up file name and UNIX Privileges display in AFP, other 
1093   improvements. (Guy)
1094 * Un-#if out dissect_beep_status() in packet-beep.c. (Guy)
1095 * Improve MIP extension dissection. (Guy)
1096 * Dynamically build SMB sub-authority string. (Guy)
1097 * Un-#if out DCERPC/SAMR routines, other cleanup. (Guy)
1098 * Additional SMB RAP error code support. (Devin heitmeuller)
1099 * Update URLs, patch and libpcap comments in README.hpux. (Guy)
1100 * Change DCERPC request Info column display. (Tim)
1101 * Use the string in the DCERPC sub-dissector array instead of providing
1102   another one in the COL_INFO field. (Tim)
1103 * Pull traffic type from atmsnoop header. (Guy)
1104 * Migrate to a generic ATM pseudo-header, improve signalling AAL and LANE
1105   support. (Guy)
1106 * Uniformly use "sizeof (struct netmon_atm_hdr)" for the size of Network
1107   Monitor's ATM pseudo-header. (Guy)
1108 * Add support for writing Sun atmsnoop files, fix MARS mapping, remove
1109   support for writing WTAP_ENCAP_NULL files. (Guy)
1110 * Add support for many more DCERPC LSA messages. (Ronnie)
1111 * Plugin table address fixes in Gryphon, MGCP. (Guy)
1112 * Move code to guess ATM traffic type to Wiretap. (Guy)
1113 * Remove redundant ATM LLC multiplexed traffic message. (Guy)
1114 * More AFP, ATP, NBP and DSI updates. (Didier)
1115 * Add desegmentation support to Gryphon. (Guy)
1116 * Initial SPOOLSS setprinter support. (Tim)
1117 * Enhanced bitfield, other data display for Gryphon. (Guy)
1118 * Fix an error in a blurb in packet-ieee80211.c. (Guy)
1119 * Improve AppleTalk desegmentation error reporting. (Guy)
1120 * Clean up tvb length specification in PPTP. (Guy)
1121 * Better NBNS short frame handling. (Guy)
1122 * Add a check for a zero-length IE to "dissect_q2931_shift_ie()". (Guy)
1123 * Various NetBIOS improvements. (Guy)
1124 * Add LSALookupPrivilegedDisplayName to DCERPC/LSA. (Ronnie)
1125 * Add LSAStorePrivateData and LSARetrievePrivateData to DCERPC/LSA. (Ronnie)
1126 * Add LSACloseTrustedDomainEX and LSALookupSIDs2 to DCERPC/LSA. (Ronnie)
1127 * Add LSAGetUserName, LSAEnumerateTrustedDomainsEX and
1128   LSACreateTrustedDomainEX to DCERPC/LSA. (Ronnie)
1129 * Add last two LSA functions. (Ronnie)
1130 * Improve IPv6 "no next header" handling. (Guy)
1131 * Spelling fix, tree display improvements for EIGRP. (Guy)
1132 * Fix tree code in ISUP. (Guy)
1133 * Improve TLV length checking, data fetching in IS-IS. (Guy)
1134 * Improve ICQ tree display, length checks, size handling. (Guy)
1135 * Put the protocol version into the ICQ v2/v3/v4 tree. (Guy)
1136 * Prefer IEEE entries over CaveBear entries in manuf file. (Joerg)
1137 * Remove redundant printing of "IPv6" in IPv6 dissector. (Guy)
1138 * Arrange for the filter prefs dialog box to be destroyed correctly. (Guy)
1139 * Improve filter string memory (de)allocation, code cleanup and other
1140   memory fixes. (Guy)
1141 * Make the filter list combo box case-sensitive. (Guy)
1142 * Add some newly discovered names for some NETLOGON functions. (Ronnie)
1143 * Initial DCCP (Distributed Checksum Clearinghouse) support. (Nathan)
1144 * DCCP query, report and admin operation support. (Nathan)
1145 * Split DCCP opnums into a separate tree. (Nathan)
1146 * Fix DCCP field names, handle flood and trace control packets. (Nathan)
1147 * More AFP, ASP, ATP and DSI improvements. (Didier, Guy)
1148 * Add a "frame.marked" hidden field. (Didier, Guy)
1149 * Improve "Find Frame" progress, add "Find Next" and "Find Previous".
1150   (Didier, Guy)
1151 * Add TCP packet length to the protocol tree. (Richard)
1152 * Fix capture-file-specific "close output" routines, put the NetXRay dump
1153   routines in order by version number. (Guy)
1154 * In ringbuffer.c check for fflush() success, better error handling. (Guy)
1155 * Get rid of "-Wno-unused" in configure.in. (Joerg)
1156 * Put "frame.marked" into the "Frame" subtree. (Didier)
1157 * Improve TCP PDU dissection, other enhancements. (Guy)
1158 * Add tcp_dissect_pdus() to the plugin function pointer table. (Guy)
1159 * tvb_ensure_length_remaining() and tcp_dissect_pdus() updates. (Guy)
1160 * Use guint32s in DCCP. (Guy)
1161 * Fix the declaration of pointers to "tcp_dissect_pdus()". (Guy)
1162 * Dissect a status code at the end of a DCERPC/SAMR GetAliasMem reply
1163   instead of uint32. (Tim)
1164 * RADIUS string display improvements. (Guy)
1165 * Don't include conversation header in packet-slimp3.c. (Guy)
1166 * Fix for the handling of enum types in ethereal_gen.py. (Frank)
1167 * Fix up item lengths for DCERPC/NT policy handle subtree and subitems
1168   under it. (Tim)
1169 * Added extra check in the function that parses DCERPC NDR pointers.
1170   (Ronnie)
1171 * Several DCERPC SAMR bug fixes. (Ronnie)
1172 * Use the correct offset when fetching unreserved IS-IS bandwidth values.
1173   (Chenjiang Hu)
1174 * Add support for invalid SMB security descriptor owner error. (Tim)
1175 * RADIUS VSA decoding and other changes. (Kan Sasaki)
1176 * Add option to match async NLM MSG with RES packets. (Ronnie)
1177 * SIP heuristic dissector. (Stefan Wenk)
1178 * Add autom4te.cache to .cvsignore. (Joerg)
1179 * Improve DSI and ASP address handling, add support for "open session" and
1180   "attention" messages to DSI. (Didier)
1181 * Add DOS error code dissection, uint8 range decoding to DCERPC/NT. (Tim)
1182 * Handle address lengths based on TOA bit in X.25. (Martin Thomas)
1183 * Improve SIP heuristic data checking. (Guy)
1184 * Improve DCERPC/SAMR QueryDomainInfo handling. (Guy, Ronnie)
1185 * Match X.25 address length checking with the spec, improve registration
1186   request and confirmation display. (Guy)
1187 * Added parsing of PORTMAP GETPORT functions. (Ronnie)
1188 * Merge Novell_NCP_branch into the main tree. (yay!) (Gilbert)
1189 * Add a private data member to the dcerpc_info structure. (Tim)
1190 * Various SPOOLSS enhancements. (Tim)
1191 * Register FT_UINT_BYTES with correct structure in ftype-bytes.c (Gilbert)
1192 * Add support for LMP draft versions -02 and -03. (Ashok)
1193 * Add OSPF display filter support. (Ashok)
1194 * Display escape sequences in octal in IAPP. (Guy)
1195 * Prevent loops in DNS dissector. (Graeme)
1196 * Use a name, not a number, to refer to the IP protocol number for UDP
1197   in packet-portmap.c. (Guy)
1198 * Improve RPC subdissector calling. (Guy)
1199 * Add a mechanism for registering "obsolete" preference modules. (Guy)
1200 * Handle an LSA length <= the length of an LSA header in OSPF. (Guy)
1201 * Improve DCERPC NT policy handling, various SPOOLSS fixes. (Guy)
1202 * Fix case sensitivity of comparison in AFP, add support for "exchange
1203   file" operation. (Didier)
1204 * Fix a bounds checking error in GIOP. (Gerald)
1205 * Add better bounds and overflow checking to GIOP, add
1206   "tvb_ensure_bytes_exist(), overflow checking to tvbuff routines. (Guy)
1207 * Add support for StartDocPrinter and EndDocPrinter to SPOOLSS. (Tim)
1208 * Make it easier to add RADIUS attributes, put decoded VSAs into a
1209   subitem. (Kan)
1210 * Correct OSPF v2-vs-v3 parsing, proto_tree_add_item() call. (Motonori)
1211 * Add length checking to packet-tpkt.c's is_tpkt().  Have Q.931 heuristic
1212   dissector use it. (Guy)
1213 * Change the name under which variables are hashed during processing in
1214   ncp2222.py. (Gilbert)
1215 * Add RADIUS VSAs from the FreeRADIUS dictionary files, Q.931 cause
1216   location and code values, and other fixes/improvements. (Kan, Guy)
1217 * OSPF opaque type field improvements. (Guy)
1218 * Add an argument to (t)ethereal's "-G" flag. (Guy)
1219 * Report "g_module_open()" errors. (Ruud Linders)
1220 * Fix a compiler warning in plugins.c (Guy)
1221 * RADIUS updates. (Kan)
1222 * Use "-G fields" in Makefiles, add error checking to "-G". (Guy)
1223 * Fix JobFileHandle and JobFileHandleLong in ncp2222.py. (Gilbert)
1224 * Implement MAPID (procedure 12) in PCNFSD v2. (Mike Frisch)
1225 * Make the iSCSI protocol level a settable preference. (Mark Burton)
1226 * Set proto_tree_add_text() length field correctly in packet-dcerpc-nt.c
1227   (Tim)
1228 * Set the Info column earlier in NCP.  Add support for burst packets. (Guy)
1229 * Make the syslog message text a tree item. (Guy)
1230 * Check in stub dissectors for Sun's NFS ACL, remote statistics, and
1231   Solstice administration daemon RPC services. (Guy)
1232 * Use registered fields for the subfields of the Flags field in DNS and
1233   NBNS. (Guy)
1234 * Add iSCSI draft 12 support. (Mark Burton)
1235 * Support for interest level 1003 and 1007 in SMB
1236   TRANS2_QUERY_FS_INFORMATION. (Andrew Esh)
1237 * Various NCP updates: NCP-over-UDP, watchdog packets, connection number
1238   display, undissected data display, burst mode. (Guy)
1239 * Get rid of NCP "Connection Number High" entry. (Guy)
1240 * Labeled unicast support for BGP. (Hannes Gredler)
1241 * Add Greg Morris as NCP dissector author, remove NCP bit from README. (Guy)
1242 * Improve RPC reply data dissection. (Guy)
1243 * Fix a couple of type issues in plugin_table.h (Gerald)
1244 * For NCP response packets, add a field showing the number of the frame
1245   containing the request packet. (Gilbert)
1246 * Stubs for new dissector for SUN NFS AUTHentication protocol. (Ronnie)
1247 * Add Sun NFS ACL v2 and v3 function names. (Ronnie)
1248 * Move NCP packet type #defines to packet-ncp-int.h, other NCP updates. (Guy)
1249 * iSCSI fix. (Mark Burton)
1250 * Fix a compiler warning in packet-x11.c. (Andrew Esh)
1251 * Major cleanup of RSVP, adding OIF O-UNI 1.0 support. (Ashok)
1252 * Set the configure default for --want_ucdsnmp back to "yes". (Gerald)
1253 * Additional interest levels in SMB's TRANS2_QUERY_FS_INFORMATION, other
1254   fixes. (Andrew Esh)
1255 * Change DirectoryBase to a uint32 in ncp2222.py.
1256 * Add support for HPUX11 NETTL captures for the NS_LS_DRIVER type. (Ronnie)
1257 * Increase the max number of allowable NCP req_cond_index's. (Greg)
1258 * Fix an RSVP compilation error. (Gerald)
1259 * In the Windows capture dialog, place the interface description before the
1260   interface name. (Gerald)
1261 * Add GIOP support to randpkt. (Gerald)
1262 * Make the default SNMP configure behavior "ifpresent". (Gerald)
1263 * Update SCTP to later IETF drafts. (Michael)
1264 * Set the Info column for compressed and uncompressed TCP. (Guy)
1265 * Show M2PA filler only if it's present. (Michael)
1266
1267 Overview of changes in Ethereal 0.9.3:
1268 * Initial SCCP support. (Jeff Morriss)
1269 * SCCP-over-M3UA support. (Michael Tuexen)
1270 * NASREQ command code dictionary fixes for DIAMETER. (David Frascone)
1271 * Fix pathname of DIAMETER directory file. (David Frascone)
1272 * Cut down the vertical spacing in the "Capture Options" dialog box.
1273   (Guy)
1274 * Rename "h225_cs" to "h225" in Q.931 dissector. (Guy)
1275 * Improve return-time error handling of wtap_seek_read(), update
1276   routines that call it. (Guy)
1277 * Improve buffer handling in TCP graphing code. (Guy)
1278 * Better error checking in text-based capture file readers. (Guy)
1279 * Better stream handling in CSIDS reader. (Guy)
1280 * Add wtap_seek_read() error indication, add error checks to Sniffer
1281   reader. (Guy)
1282 * Fix 0-length g_malloc() in ASN.1 parser. (Guy)
1283 * Fix typos in comments in STAT dissector. (Adam Sulmicki)
1284 * Use "_U_" to flag unused arguments in many files. (Joerg)
1285 * Remove unused variables. (Joerg)
1286 * Fix TPKT packet length calculation. (Guy)
1287 * Add ability to pull packet from add_packet_to_packet_list() frame
1288   to pkt-from-core.py. (Gilbert)
1289 * Check the length of SNMP_IPADDR and SNMP_COUNTER64 items. (Guy)
1290 * Remove debug printf()s from NFS. (Mike Frisch)
1291 * Use the gdb "x" (examine memory) command instead of "print" to obtain
1292   the packet data in pkt-from-core.py. (Gilbert)
1293 * VRRPv3 support (IPv6). (sumikawa@kame.net)
1294 * Back out to a previous version of aclocal-flags. (Itojun)
1295 * Fixed bug in dissect_ndr_pointer(). (Ronnie)
1296 * Moved UNICODE_STRING dissector. (Ronnie)
1297 * Rename function and variables for dissecting an NT service Account
1298   Control bitmap and make the function not static. (Ronnie)
1299 * Replace incorrect ?: expression in SCCP. (Gilbert)
1300 * Fix null termination behavior of tvb_get_nstringz() and
1301   tvb_get_nstringz0(). (Gilbert)
1302 * Change the version/about box wording to read "without SNMP MIB
1303   support". (Guy)
1304 * NFS updates. (Mike Frisch)
1305 * VMS TCPIPTRACE parser updates. (Marc Milgram)
1306 * Fix the definition of IFT_ISO88025 in libpcap parser. (Guy)
1307 * Remove redundant Info colum setting in SMB. (Guy)
1308 * Fix bugs in 802.11 authentication frame dissection. (Jouni Malinen)
1309 * Fix subtree creation in packet-dcerpc-nt.c. (Guy)
1310 * Fix proto_tree_add_uint() and proto_tree_add_uint_hidden() calls in
1311   packet-l2tp.c. (Guy)
1312 * Make the "socks.command" field an FT_UINT8, as it's one byte. (Guy)
1313 * Avoid setting snapshot length to zero in the libpcap writer. (Guy)
1314 * Correctly set addresses when printing RARP info. (Guy, Andreas Sikkema)
1315 * Properly initialize tm_isdst in SMPP and UCP. (Guy)
1316 * Register the heuristic SMPP dissector with X.25. (Guy)
1317 * Fix spacing when printing "(NULL pointer)" in packet-dcerpc.c. (Guy)
1318 * Subtree creation and other fixes for DCERPC NT and SAMR. (Guy)
1319 * Use UCD SNMP 4.2.2+'s sprint_realloc_ routines.  Remove code and
1320   cruft for older routines. (Guy)
1321 * Fix absolute and relative time swappage in SMB. (Ronnie)
1322 * Fix SNMP suffix printing. (Guy)
1323 * Remove leftover CMU SNMP version printing code. (Guy)
1324 * Move dissect_ndr_nt_NTTIME() from packet-dcerpc-samr.c to
1325   packet-dcerpc-nt.c. (Ronnie)
1326 * Rename samr_dissect_LOGON_HOURS() to dissect_ndr_nt_LOGON_HOURS().
1327   (Ronnie)
1328 * Move the STRING dissector to packet-dcerpc-nt.c. (Ronnie)
1329 * Prepped DCERPC code for NETLOGON dissector. (Ronnie)
1330 * Correctly set "val_len" in "struct variable_list" in SNMP. (Guy)
1331 * Put "extern" in front of a function declaration in SNMP. (Guy)
1332 * Fix printing of OIDs in SNMP and COPS.  Remove CMU SNMP code from
1333   COPS. (Guy)
1334 * Free SNMP's format_var() generated strings with malloc() instead of
1335   g_malloc(). (Guy)
1336 * Update documentation to reflect UCD SNMP 4.2.2 requirement. (Guy)
1337 * Change configuration message to read "UCD SNMP". (Guy)
1338 * Treat EAPOL's hf_eapol_keydes_key_index_indexnum as a uint8 instead
1339   of a boolean. (Adam)
1340 * Fix a netlogon crash bug.  Add full NETLOGON support. (Ronnie)
1341 * Change "--with-snmp" configure option to "--with-ucdsnmp". (Guy)
1342 * Get rid of unnecessary #defines in packet-cops.c. (Guy)
1343 * Get rid of include of "dlfcn.h" in packet-snmp.c. (Guy)
1344 * Get rid of unnecessary includes in packet-cops.c. (Guy)
1345 * Initial dissection of a variable-length CDB in packet-scsi.c.
1346   (Dinesh Dutt)
1347 * Correct "prevent/allow medium removal" command name in packet-scsi.c.
1348   (Guy)
1349 * Update dissect_ndr_nt_STRING so it can also accept FT_BYTES. (Ronnie)
1350 * Update netlogon so that nt and lm challenge response bytes are displayed
1351   in hexadecimal. (Ronnie)
1352 * Fixed bug in SAMDELTAS_request in packet-dcerpc-netlogon.c. (Ronnie)
1353 * Add mockups for LSA_SECRET and LSA_SECURITY_DESCRIPTOR in
1354   packet-dcerpc-netlocon.c. (Ronnie)
1355 * Improve display of LSA_SECURITY_DESCRIPTOR in netlogon. (Ronnie)
1356 * Correctly define struct select_item in editcap.c. (Gilbert)
1357 * Boost the maximum amount of indentation put into text output. (Guy)
1358 * Clean up the display of the top-level item for the NT ACE Flags in
1359   packet-smb.c. (Guy)
1360 * Fix a typo in packet-dcerpc-netlogon.c. (Guy)
1361 * Add an hf_[] entry to hf_netlogon_code, clean up some cruft in 
1362   packet-dcerpc-netlogon.c. (Guy)
1363 * Add a value_string for the countries which have their MS country code
1364   listed at www.unicode.org.  Make samr and netlogon use it. (Ronnie)
1365 * Fix a cut-and-paste error in make-mauf. (Andrew Feren)
1366 * Put all of Cisco's OUIs into manuf.tmpl. (Andrew)
1367 * Add error messages for invalid name and invalid form size to SMB. (Tim)
1368 * Move the value_string for MS country codes from packet-dcerpc-nt.c to
1369   packet-smb.c. (Ronnie)
1370 * Pretty up the SID dissector in packet-smb.c. (Richard)
1371 * Pretty up Policy Handles in packet-dcerpc-nt.c. (Richard)
1372 * Fix a couple of incorrect calls to proto_tree_add_boolean() to call
1373   proto_tree_add_item() instead in packet-ldp.c. (Guy)
1374 * Initial XDMCP support. (Pasi Eronen)
1375 * Add support for a new type of DCERPC over SMB transport. (Ronnie)
1376 * Improved handling of TreeConnectAndX in SMB. (Ronnie)
1377 * Initial support to detect IPC share read/write calls in SMB. (Ronnie)
1378 * Update developer docs. (Guy)
1379 * Check whether si->sip is null before using it in packet-smb.c. (Guy)
1380 * Fix double-click behavior in filter list dialog. (Guy)
1381 * Correct DCERPC-related padding handling in SMB. (Guy)
1382 * Don't treat the traffic as DCERPC traffic unless it's to the IPC$ share.
1383   (Guy)
1384 * Fix IPC/IPC$ confusion in packet-smb.c. (Guy)
1385 * Put an item into the protocol tree for the secondary address in a bind
1386   ack PDU in packet-dcerpc.c. (Guy)
1387 * LDP support for draft-martini-l2circuit-trans-mpls, LDP status code
1388   updates, and small LDP cleanups. (Aamer Akhter)
1389 * Minor bugfixes for netlogon. (Ronnie)
1390 * Updates for NT QUOTA in packet-smb.c. (Ronnie)
1391 * SMB Quota updates. (Ronnie)
1392 * Partial dissection of NT Set User Quota data block. (Ronnie)
1393 * Partial NTGetUserQuota support in packet-smb.c. (Ronnie)
1394 * Add information about 64-bit integral field support to developer docs.
1395   Fix some items on the tvbuff accessors for integers. (Guy)
1396 * Cisco LEAP support. (Adam)
1397 * Skinny Client Control Protocol enhancements. (Paul Erkkila)
1398 * Don't show a secondary address if the secondary address length is 0
1399   in packet-dcerpc.c. (Guy)
1400 * Add dissection of one more bit in Quota FS Flags bitmask in
1401   packet-smb.c. (Ronnie)
1402 * More Quota updates, GetUserQuota implemented and support for list of
1403   userquota structures in SMB. (Ronnie)
1404 * LDP support for draft-martini-l2circuit-encap-mpls for
1405   Ethernet-over-MPLS. (Aamer)
1406 * Add desegmentation support, proto tree fixes to Skinny. (Guy)
1407 * Allow "proto_item_append_text()" to an item that doesn't have a
1408   representation string. (Guy)
1409 * Make all DEC spanning tree items filterable, improve data display. (Guy)
1410 * Correct DEC spanning tree protocol ID parsing. (Guy)
1411 * Make all IEEE spanning tree items filterable, improve data display,
1412   other dissector improvements. (Guy)
1413 * Better DEC spanning tree packet length handling and data display. (Guy)
1414 * Better IEEE spanning tree packet length handling. (Guy)
1415 * More SMB quota updates. (Ronnie)
1416 * Treat DCE RPC secondary addresses are NUL-terminated strings. (Guy)
1417 * Skinny updates. (Paul)
1418 * Add all known EAP types, better binary data display. (Adam, Guy)
1419 * Display EAP_TYPE_ID as a string. (Guy, Adam)
1420 * Add support for NOTIFY and NAK EAP types, fix the entry for the ID EAP
1421   type, and do some miscellaneous cleanups. (Adam)
1422 * Better tvb_get_ptr() buffer alignment handling in DCE RPC dissectors. 
1423   (Guy)
1424 * Treat WriteAndX operations on IPC trees as containing DCERPC call
1425   information, just as is done for Write in SMB. (Guy)
1426 * Express the RID separately of more than 4 sub-authorities. It is always
1427   the last sub-authority in SMB. (Guy)
1428 * In packet-smb.c handle Read operations on IPC trees as DCE RPC. (Guy)
1429 * Improve buffer allocation in packet-dcerpc-nt.c's fake_unicode(). (Guy)
1430 * When dissecting an SID with more than 4 authorities, increment the
1431   offset to go past the last authority (the RID) in SMB. (Guy)
1432 * Fix fake_unicode() call in packet-dcerpc-spoolss.c. (Guy)
1433 * Change NSIS packager to produce ethereal-setup-$VERSION.exe instead of
1434   ethereal-setup.exe. (Andrew Feren)
1435 * More Skinny updates. (Paul)
1436 * Update iSCSI to draft 11. (Mark Burton)
1437 * Add MESSAGE, QAUTH and DO methods to SIP. (Jakob Schlyter, Gerald)
1438 * Correctly set DCE RPC stub data tvbuff length. (Todd Sabin)
1439 * DCE RPC authentication protocol dissection and display enhancements.
1440   (Guy)
1441 * Use somewhat nicer names for Skinny media payload types. (Guy)
1442 * Add more Skinny media payload names and improve existing ones. (Guy)
1443 * Add Issani vendor codes and VSA support to RADIUS. (Jim Sienicki)
1444 * Better DCE RPC request and reply tree display, add connectionless PDU
1445   authentication data to the tree. (Guy)
1446 * Plug a SPOOLSS memory leak, get rid of an unused variable. (Guy)
1447 * Add names for additional SPOOLSS calls. (Steven French)
1448 * Better LEAP state tracking. (Guy)
1449 * Add a "-q" flag to Tethereal to suppress packet count display.
1450   (Diana Eichert)
1451 * Make flag and menu descriptions in man pages more consistent, improve
1452   description of "-N" flag. (Guy)
1453 * Re-disable linking to UCD SNMP library by default. (Guy)
1454 * LEAP state tracking and display improvements. (Adam)
1455 * Make LEAP state tracking per-conversation, #include cleanups. (Guy)
1456 * CGMP over Ethernet II support. (Heikki Vatiainen)
1457 * Fix the test for IS-IS virtual links. (Heikki)
1458 * Improve string/tree behavior in DCE RPC NETLOGON, NT, and SAMR 
1459   dissectors. (Guy)
1460 * Add a generic reply handler for unimplemented spoolss dissectors. (Tim)
1461 * #include <string.h> to quieten compiler warning in packet-dcerpc-samr.c
1462   (Tim)
1463 * Some refactoring of the spoolss dissector. (Tim)
1464 * Treat country code of 0 in "winnls.h" as the "default" in SMB. (Guy)
1465 * Keep TPKT information out of the Info column where needed. (Andreas)
1466 * Put the H.225 stuff at the top level of the Q.931 protocol tree. 
1467   (Andreas)
1468 * Properly handle VMS TCPIPTRACE fragmented packets. (Marc Milgram)
1469 * Added dissectors for get/set/delete form to packet-dcerpc-spoolss.c.
1470   (Tim)
1471 * Use dcerpc_call_value structure to fetch request/response frame numbers
1472   and storage of private data. Fix memory leaks in form dissectors. (Tim)
1473 * Improve (remove, actually) link tags in pod documentation. (Andrew)
1474 * Make the UCD SNMP library read its configuration files. (Guy)
1475 * Fix errors in the Unicode Consortium's table in packet-smb.c. (Guy)
1476 * Enhanced Cisco support, Microsoft vendor ID, and #define typo fixes
1477   for RADIUS. (Adam)
1478 * Better protocol tree display for fragmented/segmented data. (Guy)
1479 * Add EAP-TLS reassembly. (Adam, Guy)
1480 * Put a tree with information about the WTP fragments into the tree if
1481   we've reassembled a message. (Guy)
1482 * EAP cleanups. (Adam)
1483 * Cisco updates for RADIUS. (Adam)
1484 * Update Adam's entry in AUTHORS. (Guy)
1485 * More Skinny updates. (Paul Erkkila)
1486 * Update the country code table to match the Unicode Consortium's, now
1487   that it's correct. (Guy)
1488 * Correct a VRRPv3 checksum bug. (kazuyoshi.tomita@itg.hitachi.co.jp)
1489 * Properly initialize the fields in edt->pi in packet.c. (Guy)
1490 * Better tvbuff length handling, record header split handling, and column
1491   updating in packet-ssl.c. (Guy)
1492 * Fix a typo, use better reassembly keys in packet-eap.c. (Guy)
1493 * Update packet-m2pa.c to match draft-ietf-sigtran-m2pa-04. (Michael)
1494 * Update packet-m3ua.c to match draft-ietf-sigtran-m3ua-12. (Michael)
1495 * Changed TBA GMPLS object numbers to proposed IETF numbers in RSVP.
1496   (Ashok)
1497 * Add "PRACK" and "SPRACK" methods to SIP. (Jakob)
1498 * Improve unkown method handling in SIP. (Gerald)
1499 * Periodic manuf file update. (Gerald)
1500 * Fix len and max_len swappage in packet-dcerpc-nt.c's UNICODE_STRING
1501   dissector. (Ronnie)
1502 * Fix a signed/unsigned variable issue in packet-smb.c. (Ronnie)
1503
1504 Overview of changes in Ethereal 0.9.2:
1505 * SCTP checksum update to the current Internet draft. (Michael Tuexen)
1506 * Properly display tabs characters in SDP dissector. (Guy)
1507 * Add more rx decodes to the AFS dissector. (Nathan)
1508 * Add flag for slow start / jumbo datagram support to RX. (Nathan)
1509 * Fix rx string parsing issues in AFS dissector. (Nathan)
1510 * Flag update and vldb fixes for AFS. (Nathan)
1511 * Fix variable declaration in packet-afs-macros.h (Nathan)
1512 * Better NDMP bounds error handling. (Guy)
1513 * Fix typo in packet-tcp.c. (Guy)
1514 * TCP reassembly improvements. (Ricardo Barroetaveña)
1515 * packet-raw.c: Parse IP version number, better packet type handling.
1516   (Guy)
1517 * pflog improvements: Improved field display, signed value fix, protocol
1518   name fix. (Guy)
1519 * Fix configure to check for pod2man. (Gilbert)
1520 * Add idle RX ack value. (Nathan)
1521 * Fix _value_string struct declarations in epan/proto.h. (Guy)
1522 * Fix "log" namespace collision problems. (Guy)
1523 * SAMR fixes. (Ronnie)
1524 * Better zlib version checking. (Guy)
1525 * Get rid of "old_dissector_t" typedef. (Guy)
1526 * Better EAP code and type value display. (Guy)
1527 * NFS variable renaming to fix AIX compile errors. (Guy)
1528 * Additional SSL cipher suite names. (Nathan, Scott Renfro)
1529 * Add HiPath HDLC support. (Tomas Kukosa)
1530 * Complete SAMR decoding. (Ronnie)
1531 * Improved snapshot length handling, better capture dialog 
1532   defaults and layout. (Guy, Ulf Lamping)
1533 * Fix AFS macros, add more vldb dissection. (Nathan)
1534 * Add ISIS restart TLV support. (Hannes Gredler)
1535 * More AFS cleanup. (Guy)
1536 * Display SAMR "Account Control" field in hex. (Ronnie)
1537 * SMB mailslot header fix. (Ronnie)
1538 * ARP address display and handling fixes. (Guy)
1539 * AARP address display and handling fixes. (Guy)
1540 * Fix DCE RPC UDP reply handling and SamrLookupDomain handling.
1541   (Todd Sabin)
1542 * DCE RPC LookupRids and protocol tree display fixes. (Ronnie)
1543 * Catch bounds errors when dissecting a frame. (Gilbert)
1544 * Fixes and enhancements for dissect_ndr_pointer() in the DCE RPC
1545   dissector. (Ronnie)
1546 * Display DCE RPC fragment length and ordinal number in decimal. (Guy)
1547 * Clean up support for Q.931 over TPKT, other updates. (Guy)
1548 * Move more data structures from packet-iscsi.c to packet-scsi.c. (Guy)
1549 * Add "execute CDB" support to NDMP dissector, clean up whitespace. (Guy)
1550 * Improved SCSI/NDMP conversation support. (Guy)
1551 * Handle infinite filetimes in SMB. (Ronnie)
1552 * Display DCE RPC opnum in reply packets. (Ronnie)
1553 * DCE RPC SAMR alignment and display updates. (Ronnie)
1554 * Add GMPLS extensions for OSPF Opaque LSAs. (Ashok)
1555 * Fix long value printing in OSPF. (Guy)
1556 * Fix BGP Update Extended Communities attribute display. (Laurent Rabret)
1557 * SMB display and SID version number improvements. (Tim Potter)
1558 * Add additional SAMR Account-Control bit handling. (Ronnie)
1559 * Fix "Protocol Preferences" pop-up menu bug. (Gilbert)
1560 * Better UCP data display. (Gilbert)
1561 * Add ncp2222 support to randpkt. (Gilbert)
1562 * Removed unused ftype declarations. (Gilbert)
1563 * Fix byte/string handling buglet in UCP. (Guy)
1564 * Fix AiroPeek file reader bug. (Guy)
1565 * AiroPeek header padding and data rate fixes. (Guy)
1566 * Remove trailing spaces in hex dump output. (Joerg Mayer)
1567 * Add support for SNA over Ethernet. (Guy)
1568 * Packet length passing updates in several dissectors. (Guy)
1569 * Improved data source naming structure. (Guy)
1570 * Field information allocation length fix. (Guy)
1571 * Add RPC-over-TCP fragment reassembly support to RPC and NDMP,  including
1572   bounds error handling.  Desegmentation memory handling improvements.
1573   (Guy)
1574 * Place TCP segment data in the TCP tree on the final frame of a
1575   reassembly. (Guy)
1576 * Fix addr_tvb_new_real_data declaration in plugin_table.h. (Guy)
1577 * Add return value type to rpc_defrag.h's rec_dissector_t. (Guy)
1578 * Translate enterprise OIDs in SNMP traps to strings. (Andrew Hood)
1579 * Fix small bug in translation of IXCD in OSPF GMPLS LSA. (Ashok)
1580 * Export "conversation_set_dissector()" in the plugin API table. (Guy)
1581 * Fix yp.x argument and ALL call handling in YPServ dissector. (Guy)
1582 * SMB request/response tracking improvements. (Ronnie)
1583 * Bogus ASN.1 string length checking. (Guy)
1584 * Add pkt-from-core.py utility. (Gilbert)
1585 * Export the SMB NT security dissector so that other dissectors can call
1586   it. (Tim Potter)
1587 * Improved 802.11 tagged parameter handling. (Guy)
1588 * SMB val_to_str fix. (Guy)
1589 * SMB quota support. (Ronnie)
1590 * Add COPS TCP port preference setting. (Ed)
1591 * Degunkify AiroPeek packet trailers. (Guy)
1592 * Handle 802.11 "no data" frames. (Guy)
1593 * Add Openwave WSP headers, field names, and content types along with
1594   new language values to WSP dissector. (Dermot Bradley)
1595 * DNS-over-TCP desegmentation improvements. (Guy)
1596 * Properly set the length of the top-level item in packet-lapd.c. (Guy)
1597 * Better TPKT desegmentation. (Guy)
1598 * Add additional EAP type values, EAP dissector fixes. (Adam Sulmicki, Guy)
1599 * Add additional AVPs to RADIUS, fix RD_TP_CONNECT_INFO display. (Adam)
1600 * COPS-PR extension support, COPS desegmentation support. 
1601   (Kari Tiirikainen, Guy)
1602 * Better bounds error exception handling in DNS, COPS and TPKT. (Guy)
1603 * Snapshot length preference improvements. (Guy)
1604 * Fixed up value_string for SMBE_unknownlevel error in SMB. (Tim)
1605 * Dissect EAP messages inside RADIUS. (Adam)
1606 * Various EAP and EAPOL code improvements. (Guy)
1607 * COPS, DNS, and TPKT "volatile" declaration fix. (Guy)
1608 * Dissect EAPOL Key messages payloads, message type display improvments, 
1609   code comments. (Guy)
1610 * Put missing initializations of table entries in "plugins.c".
1611   (John Mackenzie)
1612 * Remve offset argument from "is_tpkt()". (Guy)
1613 * TPKT stream reassembly improvements. (Guy)
1614 * Proper "getopt()" handling in editcpap, mergecap, randpkt, tethereal,
1615   and ethereal. (Peter Valchev, Guy)
1616 * TCP desegmentation memory management improvements. (Guy)
1617 * Capture file size, duration, and count code updates. (Guy)
1618 * Fix "get_positive_int()" in tethereal.c. (Guy)
1619 * Run-time protocol dissector initialization updates. (Guy)
1620 * EAP header and protocol dissection updates. (Guy)
1621 * Put all the capture options into a structure, including ringbuffer
1622   options. (Guy)
1623 * Fix a RADIUS typo. (Adam)
1624 * ICQ variable initialization and other code fixes. (Guy)
1625 * Fix an an off-by-2 problem in RADIUS. (Adam)
1626 * Fix RADIUS/EAP column information printing. (Guy)
1627 * More RADIUS/EAP display improvements, add SSL data support to 
1628   EAP dissector. (Guy, Adam)
1629 * M3UA editorial fixes. (Michael)
1630 * EAP/SSL display fixes. (Guy, Adam)
1631 * More RADIUS/EAP improvements. (Guy)
1632 * Support for another M3UA message type. (Michael)
1633 * Add support for old- and new-style dissectors.  Make EAP a new-style
1634   dissector. (Guy)
1635 * Improved DCE RPC SAMR alias and group name display. (Ronnie)
1636 * Fix pluralization in DCE RPC SAMR dissector. (Guy)
1637 * Use the SNMP library to print the names of COPS PIB OIDs. (Kari)
1638 * Fix "create_dissector_handle()" to properly create a handle for an
1639   old-style dissector. (Guy)
1640 * Register GIOP dissector as a UDP heuristic dissector. (John)
1641 * Display a different message in the COL_INFO field for SMB anonymous
1642   session setup packets. (Tim)
1643 * Properly label the source of reassembled CLNP, IPv4, IPv6, and WTP data
1644   along with uncompressed WCP data. (Guy)
1645 * Remove unused variables and declarations of non-existent functions,
1646   other code cleanup. (Joerg, Guy)
1647 * Use "-D_U_" to mark unused arguments, RCS ID additions. (Joerg, Guy)
1648 * Support for IEEE 802.1w RST BPDUs. (Alex Ruzin)
1649 * Remove unused variables, structure definitions, and functions from 
1650   epan/proto.c and epan/dfilter/semcheck.c. (Joerg)
1651 * Fix the declaration of "addr_call_dissector" to match the function
1652   signature of "call_dissector()" in plugins/plugin_table.h. (Guy)
1653 * Declare osinl_subdissector_table as 'extern' in packet-osi.h. (Gilbert)
1654 * "Follow TCP Stream" code improvements. (Gilbert)
1655 * Handle NBSS messages where the NBSS header is split across TCP segment
1656   boundaries. (Guy)
1657 * README.developer subtree text updating updates. (Guy)
1658 * Add better ASN.1 error reporting to LDAP and SNMP dissectors. (Guy)
1659 * Don't link with the SNMP library by default. (Gerald)
1660 * Better Python checking in Makefile.nmake. (Andrew Feren)
1661 * In README.developer, fix two references to "proto_item_set_text()" and
1662   "proto_item_append_text()" to use the right names. (Guy)
1663 * Add support for the Administrative Status object to RSVP. (Ashok)
1664 * NFS updates. (Mike Frisch)
1665 * Fix data type and initialization of an unsigned integer in RSVP. (Guy)
1666 * Fix a typo in the M3UA dissector. (Michael)
1667 * Update the SCTP CRC32 checksum code to match
1668   draft-ietf-tsvwg-sctpcsum-03. (Michael)
1669 * Warn people against using "ulong" or "ushort" in README.developer. (Guy)
1670 * Unused variable identification and clean up. (Joerg)
1671 * Treat LDAP_REQ_UNBIND as a request with nothing in it, order request
1672   types in the code. (Guy)
1673 * Properly handle unknown message types in the LDAP dissector. (Guy)
1674 * LDAP_REQ_UNBIND and Bind reply fixes. (Guy)
1675 * Add better ASN.1 BER error reporting to the LDAP dissector. (Guy)
1676 * Make "get_host_ipaddr()" require dotted-quad IP addresses to really be
1677   quads. (Heikki Vatiainen)
1678 * Report the type of an unrecognized SCTP parameter. (Michael)
1679 * Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s, fix memory
1680   leaks, other fixes in wiretap code.  (Guy)
1681 * Update README.win32 to reflect Andrew's Python changes in config.nmake.
1682   (Guy)
1683
1684 Overview of changes in Ethereal 0.9.1:
1685 * Initial DLSw support. (Paul Ionescu, Guy)
1686 * IS-IS system ID and IS type value fixes. (Hannes Gredler)
1687 * Add Generalized MPLS support to RSVP. (Ashok)
1688 * SliMP3 data protocol support. (Ashok)
1689 * Data fetching and padding fixes in BOOTP dissector. (Guy)
1690 * ONC RPC time reporting enhancements. (Ronnie)
1691 * Nanosecond time field fix. (Guy)
1692 * RSVP TSpec, Flowspec, Compression Hint, and Null Service updates.
1693   (Ashok)
1694 * IP dissector code cleanup. (Guy)
1695 * Add dissection of ypbind calls. (Ronnie)
1696 * Add window geometry prefs. (Gerald)
1697 * Fix protocol hierarchy stats bug. (Gilbert, Gerald)
1698 * Register a protocol for raw packet data. (Gilbert, Guy)
1699 * Remove gcc dependency in TCP graphing code. (Albert Chin)
1700 * Autoconf simplification. (Albert)
1701 * PPP multiplexing support. (Jayaram V.R.)
1702 * Add SPOOLS RPC, more DOS error codes. (Tim Potter)
1703 * Capture data structure fix. (Guy)
1704 * Better capture error checking and handling. (Graeme Hewson)
1705 * Column display time formatting fix. (Guy)
1706 * MacOS X capture timeout bug fix. (Michael Tuexen, Guy)
1707 * Better tvbuff length checking. (Gilbert)
1708 * Windows build environment fixes. (Hamish Moffatt)
1709 * TCP desegmentation support in SSL. (Scott Renfro)
1710 * proto_tree_is_visible declaration cleanup. (Guy)
1711 * Greatly expanded NDMP support. (Ronnie)
1712 * Add WTP reassembly. (Tom Uijldert)
1713 * More Windows Makefile and VC++ build environment fixes. (Hamish)
1714 * Windows drive letter stat()ing fix. (Guy)
1715 * More NDMP fixes and updates. (Ronnie)
1716 * NCP request/reply matching fixes. (Gilbert)
1717 * Fix a ypbind typo. (Guy)
1718 * MIP tvbuff and tree field fixes. (Guy)
1719 * Runt NBSS message fix for NBNS. (Guy)
1720 * RPC-over-TCP exception handling improvements. (Guy)
1721 * DIAMETER vendor ID lookup fix. (David Frascone)
1722 * SMB/CIFS request/response matching fix. (Guy)
1723 * Signed/unsigned display fixes in DIAMETER, ICMPv6, CLNP, IP, TCP,
1724   NDMP, and SMB dissectors. (Guy)
1725 * Fix malformed packet reporting typo. (Guy)
1726 * Capture child process handling fixes. (Guy)
1727 * SMB tree item addition fix. (Guy)
1728 * MMSE protocol tree and tvbuff fixes. (Tom, Guy)
1729 * Attribute 00:B0:D0 in manuf to Dell. (M.C. van den Bovenkamp)
1730 * Color filter fixes. (Guy)
1731 * DBS Etherwatch and VMS TCPIPtrace encapsulation handling fixes. 
1732   (Marc Milgram)
1733 * Add DHCPv6 dissector. (Jun-ichiro itojun Hagino)
1734 * HMIPv6 fix. (Martti Kuparinen)
1735 * Add --disable-usr-local flag to configure. (Gilbert)
1736 * Add SCSI dissector, change iSCSI dissector to use it. (Dinesh Dutt)
1737 * Add bitfield support to NCP dissector. (Gilbert)
1738 * Add capture prefs page.
1739 * RPC exception handling fixes. (Guy)
1740 * Libpcap-less tethereal build fixes. (Guy)
1741 * Real-time update and automatic scrolling prefs fixes. (Guy)
1742 * Remove bitfields from VJ dissector. (Irfan Khan)
1743 * RTCP BYE packet fix. (Nagarjuna Venna)
1744 * FDDI bit-swap policy adjustment. (Guy)
1745 * Make GtkCTree line and expander style consistent, scrolled window
1746   updates. (Guy)
1747 * Display filter expression generation enhancements. (Jirka Novak)
1748 * Rename Capture->Start window (Guy)
1749 * Add internet draft pointers to ICMPv6 comments. (Guy)
1750 * Fix capture() delcaration in tethereal.c. (Guy)
1751 * DHCPv6 code cleanup. (Guy)
1752 * ncp2222.py arrray generation fixes. (Guy, Gilbert)
1753 * Add BSD Compress, MVRCA, and Deflate support to PPP CCP. 
1754   (Motonori Shindo)
1755 * Auto-scroll preference fixes. (Guy)
1756 * Add file handle to file name resolution to NFS, etc. (Ronnie)
1757 * Preference check box label rearrangement. (Guy)
1758 * Add a name resolution preference page, other prefs updates. (Guy)
1759 * Add TCP desegmentation support to LDAP dissector. (Guy)
1760 * LDAP protocol tree updates. (Guy)
1761 * NFSv3 fsstat label enhancements. (Guy)
1762 * NFSv2 name snooping bug fix. (Ronnie)
1763 * DCERPC-over-SMB reassembly fix. (Guy)
1764 * Preference fixes for DIAMETER, NDMP, and SMB dissectors. (Guy)
1765 * BGP attribute fixes. (Guy)
1766 * Header include fix for prefs.c. (Guy)
1767 * Updated HMIPv6 support. (Martti Kuparinen)
1768 * VMS TCPIPtrace file recognition fix. (Marc)
1769 * SCTP CRC, preference and IP address fixes and updates. (Michael, Guy)
1770 * Array allocation fix for tethereal. (Gilbert)
1771 * Digest handling and payload fixes in SCSI and iSCSI dissectors. (Mark)
1772 * Add SCTP support to text2pcap. (Michael, Guy)
1773 * Better fragmentation reporting for CLNP, frame, IP, IPv6, SMP, and WTP
1774   dissectors. (Guy)
1775 * SSL desegmentation fixes. (Guy)
1776 * Add desegmentation support to BGP dissector, other updates and fixes. (Guy)
1777 * TCP fragmentation/reassembly fixes. (Guy)
1778 * TNS packet length fix. (Guy)
1779 * EtherPeek file reader, name capitalization, and time handling cleanup. (Guy)
1780 * Enhanced TCP stream hex dump display. (Jirka)
1781 * Memory freeing fix in main.c. (Jirka)
1782 * Better gzseek() checking. (Guy)
1783 * Fix a compiler warning in follow_dlg.c. (Guy)
1784 * Make NDMP desgmentation TRUE by default. (Guy)
1785 * AFS parsing improvements, get-entry-by-name-u updates. (Nathan)
1786 * Add option to disable TCP checksum checking. (Guy)
1787 * Better NDMP PDU handling. (Guy)
1788 * RPC data length handling fix. (Guy)
1789 * DNS and NBNS length checking fixes. (Guy)
1790 * IP, IPv6, and CLNP reassembly fixes and updates. (Guy)
1791 * Clean up code in RPC's dissect_rpc_opaque_data(). (Guy)
1792 * Make the blurbs for protocol preference items into tooltips. (Guy)
1793 * Various protocol tree and tvbuff enhancements. (Guy)
1794 * SCTP editorial change. (Michael)
1795 * Add SCTP checksum and "-S" option to text2pcap. (Michael)
1796 * Revapmped RPM build process. (Gerald)
1797 * Fix protocol preference blurbs for LDP and PGM. (Guy)
1798 * AIM family and subtype field display fix. (Guy)
1799 * .cvsignore updates. (Guy)
1800 * "epan/" subdirectory include fixes. (Guy)
1801 * Recursive struct and readability improvements for ethereal_gen.py 
1802   (Frank Singleton)
1803 * Update LDP to support RFC 3036. (Ricardo Barroetaveña)
1804 * Update iSCSI to support draft-09 of the spec, other fixes. (Mark)
1805 * Convert some "col_add_str()" calls to "col_set_str()". (Guy)
1806 * EtherPeek file reader fixes. (Alan Harrison)
1807 * SVR4 packaging fixes and updates. (Andrew Feren)
1808 * Fix spelling error in UDP dissector. (Nathan)
1809 * EtherPeek file reader fix. (Alan Harrison)
1810 * LDP-over-UDP PDU fix. (Ricardo Barroetaveña)
1811 * Product name and description updates. (Guy)
1812 * DCE RPC response/request matching.
1813 * Format reference, physMedium, and mediaType fixes for EtherPeek
1814   reader. (Guy)
1815 * Date-related fixes for text2pcap. (Hamish)
1816 * Code and spelling error cleanup in ethereal_gen.py. (Frank)
1817 * ES-IS typo fix. (Greg Franks)
1818 * Replace many tvb_length() and tvb_length_remaining() calls. (Guy)
1819 * Add ATM support to NetMon reader. (Guy)
1820 * Add NT SID support to SMB dissectors. (Tim)
1821 * NDR pointer handling in DCE RPC, SAMR updates (Ronnie)
1822 * 64-bit integer- and time-related updates for SMB dissectors. (Guy)
1823 * Fix <netinet/in.h> inclusion in netmon.c. (Motonori)
1824 * Various fixes for smb-pipe.c. (Guy)
1825 * NT FILETIME and SMB field name hierarchy fixes for SMB dissectors.
1826   (Guy)
1827 * Add support for fixed-length link-layer headers to 802.11 dissector.
1828   (Guy)
1829 * Ring buffer file format fixes for tethereal. (Guy)
1830 * OpenBSD firewall virtual interface capture support. (Mike Frantzen)
1831 * Support a libpcap link-layer type of 17 as DLT_PFLOG unless DLT_LANE8023
1832   is defined as 17. (Guy)
1833 * DCE RPC enhancements, and SAMR improvements. (Ronnie)
1834 * Add AiroPeek capture support. (Guy)
1835 * Fix a pflog typo. (Guy)
1836 * H.261 fixes. (Joe Litman)
1837 * NULL pointer/integer comparison fix in SMB dissector. (Guy)
1838 * _XOPEN_SOURCE / __USE_XOPEN declaration fixes for strptime(). (Guy)
1839 * More accurate reporting for old zlibs in acinclude.m4. (Guy)
1840 * Work around "sed"-related impariments. (Guy, Heikki)
1841 * IPv6 name resolution support on Solaris 8. (Heikki Vatiainen)
1842 * Updated GIOP plugins. (Frank Singleton)
1843 * VMS TCPIPtrace fixes. (Marc)
1844 * Periodic manuf/manuf.tmpl update. (Gerald)
1845 * Link libwiretap to dftest. (Alex Huetter)
1846 * Fix up some type/size problems in lemon.c. (Guy)
1847 * Make some variables volatile to fix GCC-on-Digital-Unix complaints.
1848   (Guy)
1849 * Add a "--without-gcc" option to configure.in. (Guy)
1850 * BGP community name printing fixes. (Guy)
1851 * String-related inclusion, printing, and conversion fixes for DIAMETER,
1852   pcnfsd, pflog, and WCCP dissectors, plus tcp_graph.c. (Guy)
1853 * Remove the "--without-gcc" option. (Guy)
1854 * Update draft-09 compatibility, change the default port number to 3260,
1855   and add extra info to COL_INFO for iSCSI dissector. (Mark)
1856 * Update M3UA dissector to support SIGTRAN draft versions 6 and 10, and
1857   to register all protocol fields. (Michael)
1858 * Update ISUP to work with the M3UA dissector. (Michael)
1859 * Remove "inet_v6defs.h" inclusion and calls to alloca() from
1860   column-utils.c. (Guy)
1861 * AVP- and time-related fixes for DIAMETER. (Guy)
1862 * Add TSP dissector. (Uwe)
1863 * String buffer fix in column-utils.c. (Guy)
1864 * GTP updates and fixes. (Michal Melerowicz, Guy)
1865 * Update INSTALL document, including configure switches. (Guy)
1866 * Add LSP-TUNNEL support to RSVP along with code cleanup. (Ashok)
1867 * Add tvb_ensure_length_remaining() call, and modify dissectors to use
1868   it. (Gilbert, Guy)
1869 * Remove extra whitespace in protocol tree for SMB dissector. 
1870   (Gilbert, Tim)
1871 * Fix a gcc warning in tvbuff.c. (Guy)
1872 * Tvbuff and struct size fixes in PIM, RPC, WSP, and yhoo dissectors. (Guy)
1873 * FID display enhancements for SMB dissector. (Tim)
1874 * Use igmp_checksum() in other dissectors. (Guy)
1875 * Fix "checksum is bad" flag. (Guy)
1876 * Packet length checking fix for Auto-RP dissector. (Guy)
1877 * Add dissection of abort packets to RX dissector. (Nathan)
1878 * Clean up Q.931 heuristic code, update is_tpkt(), export TPKT support
1879   routines to plugins. (Guy)
1880 * Protocol tree, tvbuff length checking and offset fixes for SDP, SIP,
1881   and SliMP3 dissectors. (Guy)
1882 * STAT and ypserv subtree creation fixes. (Guy)
1883 * Syslog parsing and length checking fixes. (Guy)
1884 * iSCSI updates. (Mark)
1885 * Add routines to the plugin table, include fixes. (Charlie Duke)
1886 * Add ports for SSL POP, IMAP, and LDAP to SSL dissector. (Nathan)
1887 * Switch statement fix in packet-rsvp.c. (Guy)
1888 * Initial IAPP support. (Alfred Arnold)
1889 * Small MTP3 fix. (Michael)
1890 * SCTP protocol tree updates. (Michael)
1891 * SDP string termination fix. (Guy)
1892
1893 Overview of changes in Ethereal 0.9.0:
1894
1895 * Initial NDMPv3 support. (Ronnie)
1896 * packet-l2tp.c - Vendor-specific attribute fixes. (Motonori)
1897 * Fix timestamp processing in packet-ucp.c, other UCP fixes. (Steffen
1898     Weinreich)
1899 * README.developer updates. (Guy)
1900 * Dump file creation fixes and updates in wiretap/file.c. (Guy)
1901 * packet-ssl.c - Add FIPS Cipher Suite ID support. (Scott Renfro)
1902 * prefs.c - Quake3-related changes. (Guy)
1903 * Enable coseventcomm plugin on Win32. (Frank Singleton, Guy)
1904 * SMB rewrite:
1905     Fix bug in dissect_transact_data in packet-smb-pipe.c. (Guy)
1906     Properly handle the andX command in a LockingAndX message. (Guy)
1907     Fix text termination in get_pointer_value(), fix offsets in 
1908       add_pointer_param(), fix null values in item lists, properly
1909       handle shortened response data. (Guy)
1910     Tvbuffification changes. (Ronnie)
1911     Flags and Flags2 field cleanup. (Guy)
1912     Check for a zero word count in LogoffandX requests and replies. (Guy)
1913     Date conversion fixes. (Guy)
1914     AndX-related tvbuffification updates. (Ronnie)
1915     Various code cleanup and timeout display enhancements. (Guy)
1916     Put andX commands at the same level as the first command. (Guy)
1917     Byte parameter dissection and bitfield fixes. (Guy)
1918     Properly use dissect_open_print_file_smb(). (Guy)
1919     NT Transact dissection. (Ronnie)
1920     File data, Write Raw, Write Multiplexed, Open and X, and
1921       NT Create and X fixes and additions. (Guy)
1922     Print create flags properly, fixes for
1923       get_unicode_or_ascii_string_tvb(). (Guy)
1924     Tvbuffification of SMB print commands. (Ronnie)
1925     NT Create and X support. (Ronnie)
1926     Display NT create options in hex. (Guy)
1927     Change "DFS" references to "Dfs". (Guy)
1928     Show error status in Info column. (Tim Potter)
1929     Dissect NT create option bits. (Guy)
1930     Tvbuffify Transaction2. (Ronnie)
1931     Add DCE RPC over SMB support, plus several MS DCE RPC services.
1932       (Tim)
1933     Include the sync I/O alert and nonalert bits. (Guy)
1934     Tvbuffifiy Transaction. (Ronnie)
1935     Add support for Write And X. (Guy)
1936     Stream size, information, and name fixes. (Guy)
1937     Clean up request/response matching. (Ronnie)
1938     Update LANMAN dissector w.r.t "Response to", add support for
1939       unknown SMBs. (Guy)
1940     Request/reply hash table cleanup. (Guy)
1941     Update Write AndX according to the MS docs, connectionless mode
1942       testing fixes. (Guy)
1943     NT Transaction, Transaction2, Transaction reply fixes,
1944       dissect_pipe_smb() and dissect_mailslot_smb() display fixes,
1945       more hash table fixes. (Guy)
1946     "smb_saved_info_t" structure updates, mailslot reply length
1947       checking fixes. (Guy)
1948     NT Create And X display updates, other display updates. (Tim)
1949     Add open/create FID to Info colum. (Guy)
1950     DCE RPC-over-SMB conversation matching enhancements. (Tim)
1951     dissect_mailslot_smb(), dissect_pipe_smb(), MSRPC, LANMAN, other
1952       SMB updates. (Guy)
1953     SMB dissector registration updates. (Guy)
1954     MSRPC-over-SMB tree rearrangements. (Guy)
1955     Put pipe function codes in Info data. (Guy)
1956     Better pipe request/response tracking. (Guy)
1957     Fully dissect named pipe protocol, set naming according to SNIA
1958       CIFS spec.  (Guy)
1959     Better transaction continuation handling. (Ronnie)
1960     Update proto_tree_add* routines to allow for zero/null tvbuffs,
1961       put this to use in SMB Pipe dissector. (Guy)
1962     Transaction Secondary and Transaction2 Secondary. (Ronnie)
1963     General cleanup, update names of SMB commands to match the
1964       SNIA CIFS spec. (Guy)
1965     Reassembly fixes and updates, NT Cancel updates. (Ronnie)
1966     Pipe subtree cleanups. (Guy)
1967     Reassemble transactions if transaction continuations are seen.
1968       (Ronnie)
1969     Handle null si->sip values in smb_trans_defragment(). (Guy)
1970     Mailslot fragmented transaction fixes. (Ronnie)
1971     Rename "msrpc" heuristic dissector table to "smb_transact". (Guy)
1972     Tvbuff length checking fixes. (Guy)
1973     Request/reply tracking fixes. (Guy)
1974     Track FID values between requesta and responses for ReadAndX and
1975       WriteAndX. (Ronnie)
1976     Desegmentation and fragment reassembly updates. (Ronnie)
1977     Add "file already exists" DOS error handler. (Tim)
1978     DCERPC over SMB reassembly. (Ronnie)
1979     Request/response tracking fixes. (Guy)
1980     Memory management fixes. (Guy)
1981     Add context handle dissection support to DCERPC dissectors,
1982       enhance MS Security Account Manager dissector. (Todd Sabin)
1983     Export NT_errors[] to MS Security Account Manager dissector. (Guy)
1984     More NT error codes. (Todd)
1985     NT security descriptor support. (Ronnie)
1986     Even newer, more enhanced reassembly. (Ronnie)
1987     NT ACL structure dissection. (Ronnie)
1988     More MSRPC to DCERPC conversion. (Tim)
1989     Dissect DCERPC LSA RPC stub data. (Tim)
1990     Dissect security descriptor flags. (Ronnie)
1991     ACL list display cleanup. (Guy)
1992     Fragmented NT Transaction response reassembly. (Ronnie)
1993 * packet-wsp.c updates and fixes. (Georg von Zezschwitz)
1994 * Update README.win32 to include local WinPcap mirror. (Gerald)
1995 * Add VMS TCPIPtrace wiretap module. (Marc Milgram)
1996 * IDL compiler backend fixes and updates: (Frank Singleton)
1997     Check for recursive unions or structs.
1998     Handle "short" as a union discriminant type.
1999     Handle case where union discriminant may be a typedef.
2000     Change integer template to long template.
2001     Initial code for \n and \t as  union case labels.
2002     Modify the way unions and structs are referenced.
2003     Fix calling sequence of col_add_str() and col_set_str().
2004 * L2TP Disconnect Cause Information AVP support. (Motonori)
2005 * Add DBS Etherwatch wiretap module. (Marc Milgram)
2006 * iSCSI dissector updates:
2007     Match dissector to the -08 draft. (Mark Burton)
2008     Fix FT_UINTn references. (Guy)
2009     Handle header and data digests, desegmentation, multiple PDUs per
2010       packet, better recognition heuristics, cruft removal. (Mark)
2011     Fix iscsi_desegment and iscsi_port type declarations. (Guy)
2012     Change the short name from "ISCSI" to "iSCSI" (Guy)
2013 * packet-wap.h - Fix Push-traffic port number. (Tom Uijldert)
2014 * packet-mmse.c - Fix date decoding, field name, cosmetic fixes. (Tom)
2015 * Various IPX fixes. (Guy)
2016 * Properly dissect non-SCCP data payload. (Guy)
2017 * Add sort indicators to the main window column headers. (Gerald)
2018 * Sort preference modules alphabetically. (Guy)
2019 * Enhanced icons. (Gordon McKinney, Gerald)
2020 * Many configuration directory-related fixes and updates: (Guy)
2021     Use the proper directory separator for each platform.
2022     On Windows, place config files in "Application Data\Ethereal" in the
2023       user's "profile" directory
2024     On Windows, place "ethers" and "ipxnets" in the Ethereal application
2025       directory.
2026     Other miscellaneous fixes.
2027 * WSP Cache-Control headers updates and fixes. (Georg)
2028 * packet-isakmp.c fixes:
2029     Handle UDP-encapsulated IPSec NAT Keepalive packets. (Yaniv Kaul)
2030     Loop over all SA sub-payloads, check for a payload type of "None",
2031       check payload data length, show raw bytes of SPI.  (Guy)
2032     Enhance protocol ID dissection in dissect_transform(), other dissectors.
2033       (Guy)
2034     IPCOMP transformation and ID_IPV4_ADDR_SUBNET support.
2035       (Andreas Stockmeier)
2036 * Replace get_home_dir() with get_persconffile_dir(). (Guy)
2037 * RADIUS tunnel updates. (Pavel Novotny)
2038 * packet-iua.c - Field name fixes. (Guy)
2039 * Use a case-insensitive sort for the protocol list. (Guy)
2040 * Properly handle ACK-only GRE packets. (Guy)
2041 * Show SCTP parameter types in hex, make enumerated types filterable. (Guy)
2042 * Handle pcap_open_live() succeeding, but with a warning. (Guy)
2043 * Get rid of signed/unsigned comparison warnings in wiretap. (Gilbert)
2044 * Fix iptrace Ethernet interface type. (Gilbert)
2045 * Gnutella updates and fixes: (Gilbert)
2046     Check packet size.
2047     Handle zero-length sub-headers.
2048     Fix improper use of proto_tree_add_item().
2049 * Check length while calculating telnet suboptions. (Gilbert)
2050 * Fix signed/unsigned comparisons in tvbuffs and other places. (Gilbert)
2051 * packet-wsp.c - Handle 1.3 and 1.4 Content-Type values. (Tom)
2052 * Properly handle a zero checksum in packet-ospf.c. (Guy)
2053 * Fix config.h dependency checking on code that uses "ftypes" and "dfilter"
2054     (Guy)
2055 * Add strptime() support on Win32 systems. (Mike Frisch, Guy)
2056 * Fix snprintf()-related signed/unsigned warning. (Guy)
2057 * PPP updates:
2058     CCP and compressed datagram support. (Motonori)
2059     CBCP support. (Motonori)
2060     Add BACP and BAP support. (Motonori)
2061     Van Jacobson decompression support. (Irfan Khan)
2062     VJ enhancements and fixes. (Guy)
2063     Add more filterable fields. (Guy)
2064 * Handle NFSv4 protocol changes. (Mike Frisch)
2065 * Compiler-independent support for FT_UINT64. (Ronnie Sahlberg)
2066 * Convert SOCKS dissector to tvbuffs. (Ronnie Sahlberg)
2067 * 64-bit-related BOOTP fixes. (Guy)
2068 * Other 64-bit-related fixes. (Guy)
2069 * Update packet-pim.c to match draft-ietf-pim-sm-v2-new-03.
2070     (Shinsuke Suzuki)
2071 * Fix GTP IPv4 address byte ordering. (Guy)
2072 * Fix SOCKS IPv4 address ordering, comments, user name, other fixes. (Guy)
2073 * DVMRP and GTP code cleanup. (Guy)
2074 * TCP desegmentation fix. (Ronnie Sahlberg)
2075 * Remove non-tvbuff code. (Guy)
2076 * Add local WinPcap mirror to capture error dialog. (Guy)
2077 * "extern" function fixes. (Guy)
2078 * Mobile IP enhancements and fixes. (David Frascone)
2079 * Update packet-bootp.c to handle RFC 3118 DHCP authentication,
2080     other related enhancements. (Guy)
2081 * Add plugins/plugin_api_defs.h for external function declrations.
2082     (Guy)
2083 * Support Mobile IP ICMP Router Advertisements. (David)
2084 * Display unknown extension types in decimal, not hex. (Guy)
2085 * Add an option to show the File Offset of a frame. (Gilbert)
2086 * Fix some declarations to match the signatures of "tvb_find_guint8()" and
2087     "tvb_pbrk_guint8()". (Guy)
2088 * Load Diameter dissector dictionary as an XML file. (David)
2089 * Check for "iconv.h" on UNIX systems. (Guy)
2090 * Add 64-bit signed integer support, use in Diameter dissector. (Guy)
2091 * Add DLT_CISCO_IOS to wiretap. (Gilbert)
2092 * TFTP enhancements and updates. (Richard, Guy)
2093 * Fix a tvbuff leak. (Sirop Erable, Guy)
2094 * Rename "private" member of the "packet_info" structure to
2095     "private_data". (Guy)
2096 * Properly free "gph_hfinfo" in epan/proto.c. (Guy)
2097 * Include arrow pixmaps in distribution. (Andrew C. Feren)
2098 * Diameter AVP enhancements. (Guy)
2099 * Suport desegmentation of Diameter-over-TCP. (David)
2100 * Add Cooperative Route Filtering Capability support to BGP dissector,
2101     fix Route Refresh Messaging bug. (Motonori)
2102 * Become very displeased if a dissector tries to register more than one
2103     preference with the same name. (Guy)
2104 * Diameter Info column cleanups. (Guy)
2105 * Add support for obsoleted preferences, so Ethereal won't complain
2106   about them when reading the preferences file. (Guy)
2107 * Plugin table and API updates. (Tomas Kukosa, Guy)
2108 * decode_as_dlg.c - Include protocols for TCP conversation dissectors in
2109     the list of protocols that can be used to decode stuff. (Guy)
2110 * SUA dissector, which replaces the SUA Light dissector. (Michael Tuexen)
2111 * Add non-heuristic UCP dissector. (Tom)
2112 * AIX libpcap file heuristic updates. (Guy)
2113 * Add PCNFSD dissector (Uwe Girlich)
2114 * Add EAPOL (802.1x) and PPP/EAPOL support. (Pekka Nikander)
2115 * Nokia libpcap file fixes. (Guy)
2116 * Add IPv4/IPv6 payload support to MPLS. (Hamish Moffatt)
2117 * Allow periods in preference module names. (Gilbert)
2118 * File dialog string fixes. (Andreas)
2119 * Fix math error in packet-clnp.c. (Guy)
2120 * More AIX DLT_ value fixes. (Guy)
2121 * IPSEC AH header and interface list fixes. (Kazushi Sugyo)
2122 * Call request and reply subdissectors in DCE RPC. (Tim)
2123 * SMTP dissector cleanup. (Guy)
2124 * Update Gilbert's email address. (Gilbert)
2125 * Update XAUTH-NEXT-PIN and XAUTH-ANSWER. (Yaniv Kaul)
2126 * packet-radius.c - Better handling of bogus AVPs. (Guy)
2127 * Get rid of remaining non-tvbuff compatibility code. (Guy)
2128 * Add SNA-over-X.25 support, QLLC dissector. (Gilbert)
2129 * Add support for heuristic HTTP subdissectors. (Guy)
2130 * Improved byte view selection behavior. (Guy)
2131 * Improved byte view notebook behavior. (Guy)
2132 * Enhanced capture length reporting and checking. (Guy)
2133 * General code cleanup (remove unused variables, etc). (Guy)
2134 * Update behavior w.r.t. dissectors changing the packet_info
2135     struct. (Guy)
2136 * Remove the global "pi" variable, and update code accordingly. (Guy, Gilbert)
2137 * text2pcap:
2138     Enhanced parsing, getopt() fixes. (Guy)
2139     Support for time stamping of packets. (Gordon McKinney)
2140     Handle colons after the offset field. (Gordon)
2141 * ethereal - Treat extra command line argument as a capture file to be
2142   read. (Guy)
2143 * packet-ipx.c - Add additional SAP values. (Guy)
2144 * Switched dissectors from dissect_data() to call_dissector(). (Guy, Ed)
2145 * Switched dissectors from CHECK_DISPLAY_AS_DATA to CHECK_DISPLAY_AS_X
2146     (Ed)
2147 * Fix a bug in WCCP capability info dissection. (Raghu Angadi)
2148 * Handle multiple LDP PDUs per TCP segment, other fixes. (Guy)
2149 * Enhance conversation dissector calling, other dissector calls. (Guy)
2150 * DCE RPC enhancements. (Todd Sabin, Guy)
2151 * Fix DCE RPC PDU padding. (Guy)
2152 * Add missing terminators to some value_string arrays. (Guy)
2153 * OSPFv3 checksum fix. (Taisuke Sasaki)
2154 * Support for 802.11+Prism II monitor-mode link-layer headers
2155     (Tim Newsham)
2156 * Support OSI CLNP over GRE. (Guy, Mrmcsnoots@aol.com)
2157 * Support LocalTalk LAP, Prism updates. (Guy)
2158 * Various NLPID-releated fixes and enhancements. (Guy)
2159 * Color filter dialog updates and enhancements. (John McDermott)
2160 * X.264, ISO 8602 updates. (Guy)
2161 * dissect_wtp_fromudp() enhancements. (Guy)
2162 * dissector_add(), dissector_delete(), and dissector_change() updates.
2163     (Guy)
2164 * X.25 dissector table updates. (Guy)
2165 * Dissector table updates. (Guy)
2166 * Add SMPP support. (Tom)
2167 * Update M2PA to support draft 3. (Michael)
2168 * TCP/UDP checking fixes. (Guy)
2169 * Add ISO 8473 dissector handle to X.25. (Guy)
2170 * Preference code fixes. (Thomas Wittwer)
2171 * Support for stopping captures for a specific file size or timeout.
2172     (Thomas Wittwer, Matthias Nyffenegger)
2173 * Large capture file size support. (Guy)
2174 * Support for ring buffer capture files. (Thomas, Matthias)
2175 * Ring buffer updates. (Guy)
2176 * Update Ascend/Lucent trace file parser. (Motonori)
2177 * Support for Visual Networks Visual UpTime capture files. (Tom Nisbet)
2178 * MS Netmon fix. (Guy)
2179 * WildPackets Etherpeek fix. (Guy)
2180 * Add a heuristic dissector for protocols running atop X.25. (Guy)
2181 * Capture file support documentation updates. (Guy)
2182 * Fix the handling of the metric and referenced LS type fields in OSPFv3
2183     packets. (Taisuke)
2184 * "Save only marked frames", other UI tweaks. (Guy)
2185 * Protocol tree internals cleanup. (Guy)
2186 * Remove /dev/null hack from Ascend/Lucent scanner. (Motonori)
2187 * Handle null dissector handles in decode_as_dlg.c. (Guy)
2188 * Display WTAP_ENCAP_ values in decimal. (Guy)
2189 * Dfilter enhancements. (Guy)
2190 * Add multipart content support to WSP/MMSE. (Tom)
2191 * MacOS X compiler tweaks. (Guy)
2192 * Update config.guess and config.sub. (Guy)
2193 * Changed BXXP dissector to BEEP. (Darren New)
2194 * Add descriptive name to dissectors. (Guy)
2195 * TCP graphs(!) (Pavel Mores)
2196 * Tweak and otherwise work around libtool file copy behavior. (Guy)
2197 * Add newer 3D icons. Set window icon to the new logo. (Gerald)
2198 * "msrpc" to "dcerpc" name changes. (Tim Potter)
2199 * Disable printing to a printer (but not a file) in Win32. (Guy)
2200 * Make IP over PPP work w/graphing code. (Gordon McKinney)
2201 * capture_dlg.c - Check for invalid maximum packet count values. (Guy)
2202 * frame_data and packet_info data rearrangement. (Guy)
2203 * Don't unnecessarily fill coluumns in tethereal. (Guy)
2204 * Other column-related cleanups. (Guy)
2205 * Remove old-style dissector references from the developer docs. (Guy)
2206 * Enhance TCP graph error reporting. (Guy)
2207 * Ethernet, IP, and TCP header bitfield and alignment fixes. (Guy)
2208 * TCP graph enhancements. (Guy, Motonori)
2209 * Add MTP2 dissector, update MTP3 dissector. (Michael)
2210 * SOCKS response code display and filter field fixes. (Mark S. Allen, Guy)
2211 * Makefile.nmake and .pdb file fixes. (Motonori)
2212 * Work around non-standard UCD/Net-SNMP API changes made by various
2213     Linux distros. (Gerald)
2214 * Windows uninstall updates. (Motonori)
2215 * Add Diameter dictionary to the RPM package. (Guy)
2216 * Fix PPP dump trace file memory leak, other PPP dump fixes. (Gilbert)
2217 * Plug a dfilter memory leak. (Gilbert)
2218 * Fix window/icon title code. (Guy)
2219 * SDP field updates, handle all SDP subfields. (Ed)
2220 * Add KDE Styleguide-compliant icons. (Gerald)
2221 * Support for LOCATION_FORWARD, LOCATION_FORWARD_PERM and
2222     NEEDS_ADDRESSING_MODE replies in GIOP. (Bernd Becker)
2223 * Image documentation and updates. (Gerald, Guy)
2224 * Add a KDE/GNOME .desktop file. (Guy)
2225 * More protocol tree updates. (Guy)
2226 * M2TP support. (Heinz Prantner)
2227 * Fix goto problems in the DCERPC LSA dissector. (Motonori)
2228 * PPP dump reader fixes. (Irfan Khan)
2229 * GIOP protocol string fixes. (Guy)
2230 * DCERPC subdissector fixes. (Guy)
2231 * Get rid of calls to "proto_is_protocol_enabled()" in heuristic
2232     dissectors. (Guy)
2233 * Support per-protocol-tree data, modify dfilter to use this. Other 
2234     protocol tree and dissector enhancements. (Gilbert)
2235 * Print code cleanup. (Gilbert)
2236 * GIOP info column fixes. (Bernd)
2237 * Remove .pdb files from Windows package. (Motonori)
2238 * Add text2pcap and mergecap to Windows package. (Guy)
2239 * Various SCTP updates. (Michael)
2240 * Set PPP direction in Ascend/Lucent module. (Guy)
2241 * ISIS hello, LSP, CSNP, PSNP code rework. (Guy)
2242 * Work around Windows' annoying decision to map 0.0.0.0 to the local host
2243     name in "gethostbyaddr()". (Guy)
2244 * Capture file size test fixes in tethereal, command line argument
2245     parsing fixes. (Guy)
2246 * VMS TCPIPtrace efficiency improvements. (Marc)
2247 * Add Cisco HDLC and frame relay direction reporting. (Tom)
2248
2249 Overview of changes in Ethereal 0.8.20:
2250
2251 * packet-x25.c - Dissect more diagnostic codes. (Olivier)
2252 * More mergecap fixes. (Scott Renfro)
2253 * Fix a typo in packet-ssl.c (Scott)
2254 * Check for localtime() return value (Scott)
2255 * Epan fixes (Guy)
2256 * Add SSL fields to the protocol tree, other SSL fixes. (Guy)
2257 * Correct a pile of proto_tree_add_* calls in  packet-afs-macros.h,
2258     packet-h261.c, packet-iscsi.c packet-ldp.c, packet-mpeg1.c
2259     packet-mrdisc.c, packet-rtp.c, packet-sll.c, packet-yhoo.c,
2260     packet-x11.c, and packet-zebra.c. (Guy)
2261 * Fix a string length check in packet-iscsi.c (Guy)
2262 * README.developer updates (Guy)
2263 * Change ethereal_gen.py to generate plugins instead of static dissectors.
2264     (Olivier)
2265 * Fix typos and formatting in packet-x25.c and packet-ntp.c (Guy)
2266 * Documentation makefile changes (Guy)
2267 * Add "Suppress Unmarked" printing option (Ed)
2268 * Add a "Mark Frame" packet list menu option (Ed)
2269 * CORBA IDL updates (Frank)
2270 * Fix X.25 packet length checking (Olivier)
2271 * GIOP CosNaming support (Frank)
2272 * Simplify the addition of plugins to the toplevel makefile (Ed)
2273 * Many WSP enhancements, add WAP conversation dissection (Guy)
2274 * Remove unused variables in gtk/proto_draw.c, packet-ip.c,
2275     packet-smb-browse.c, mergecap.c (Guy)
2276 * Keep ethereal_gen.py from generating zero-length arrays, remove
2277     zero-length arrays from packet-cosnaming.c (Guy)
2278 * Added CosEventComm dissector. (Frank)
2279 * Fix "inline" call in packet-pgm.c (Guy)
2280 * Update packet-ieee80211.c to handle mishandling of Novell 802.3 packets
2281     (Guy)
2282 * Generalize handling of RFC 1700-style address family numbers. (Guy)
2283 * Many Quakeworld and Quake2 dissector enhancements.  (Uwe)
2284 * Add routines used by GIOP plugins to the plugin address table. (Guy)
2285 * Properly check for GCC version >= 2 when using "__attribute__" (Guy)
2286 * Quake3 Arena dissector, plus many enhancements (Uwe)
2287 * iSCSI updates. (Mark Burton)
2288 * Update preferences error checking and comments, fix a memory leak, 
2289     parser fixes and updates. (Guy)
2290 * Add GMRP dissector (Markus Seehofer)
2291 * Add mergecap.rc.in to distribution. (Guy)
2292 * packet-dcerpc-remact.c fix (Todd Sabin)
2293 * Add description of CIDR support back into man pages. (Guy)
2294 * Add "wlan.addr" field. (Guy)
2295 * Man page white space and emphasis changes. (Guy)
2296 * GIOP module name lookup fixes. (Guy)
2297 * MacOS support updates. (Michael Tuexen)
2298 * Fix premature g_free() in packet-giop.c (Frank)
2299 * Null PLUGIN_DIR fix. (Michael)
2300 * Don't build loadable module support if glib doesn't support it. (Guy)
2301 * Configure-time pcap checking enhancements. (Guy)
2302 * Kazlib exception code updates. (Gilbert)
2303 * GIOP dissector fixes. (Frank)
2304 * Many ethereal_be.py and ethereal_gen.py enhancements. (Frank)
2305 * String length checking fixes in packet-smb-browse.c and packet-wsp.c. (Guy)
2306 * Data display fixes in packet-smb.c. (Guy)
2307 * Update DIAMETER dissector to draft-ietf-aaa-diameter-07. (David Frascone)
2308 * packet-wsp.c fixes. (Alexandre P. Ferreira)
2309 * idl2eth man page. (Frank Singleton)
2310 * Fix port numbers passed by "-u" to text2pcap. (Guy)
2311 * Properly handle packets sent to "\MAILSLOT\LANMAN". (Guy)
2312 * Make dissect_pipe_lanman() local to packet-smb-pipe.c. (Guy)
2313 * Handle missing authentication info in RPC packets. (Guy)
2314 * Conversation matching improvements (Guy)
2315 * Parse PASV mode FTP addresses, many other improvements. (Guy)
2316 * Fix compiler warnings in packet-rtcp.c, packet-snmp.c, and
2317     packet-socks.c. (Guy)
2318 * Alow multiple protocol ID/datum pairs to be attatched to a
2319     conversation. (Guy)
2320 * Get rid of an unsed #define in packet-tcp.c. (Guy)
2321 * Better packet length checking in packet-wsp.c. (Guy)
2322 * Register HTTP dissector by name, so other dissectors can call it.
2323     (Thomas Wittwer)
2324 * Add the function prefs_register_string_preference().  (Thomas)
2325 * Add HMIPv6 support. (Martti Kuparinen).
2326 * First look in $PYTHONPATH/site-packages for ethereal_be.py and
2327     ethereal_gen.py. Update idl2eth man page accordingly. (Frank)
2328 * Properly close the capture file within tethereal before exiting. (Guy)
2329 * Fix a typo in packet-icmpv6.c. (Martti)
2330 * Add OSPFv3 support. (Palle Lyckegaard)
2331 * RTSP and RTP improvements. (Jason Lango)
2332 * Fix the "Save only marked packets" checkbox in the file save dialog. (Guy)
2333 * Fix WAP WTP naming problems and add Transaction Class decoding.
2334     (Olivier Biot)
2335 * Install idl2eth in "/usr/local/bin". (Frank)
2336 * Use correct byte counts in SMB write request packets. (Guy)
2337 * Fix bugs and white space in packet-ospf.c. (Guy)
2338 * GTPv1 support and GTPv0 improvements. (Michal Melerowicz and Nicolas Balkota)
2339 * Scan TPI's to get proper WTP packet length and correct start of
2340     WSP-data. (Tom Uijldert)
2341 * Split RPC dissector into heuristic/non-heuristic forms, improve
2342     conversation handling. (Guy)
2343 * TCP desegmentation support plus ONC RPC and NBSS integration. (Ronnie
2344     Sahlberg and Guy)
2345 * NLM fix, fix for status monitor callback protocol. (Ronnie)
2346 * XoT and RIP protocol field display filters. (Ronnie)
2347 * Straighten out filter and protocol names in packet-stat-notify.c (Guy)
2348 * OSPFv3 fixes (Palle Lyckegaard)
2349 * Fix a signed vs unsigned warning in packet-ranap.c. (Guy)
2350 * Support for dissecting multiple BGP capabilities. (Endoh Akira)
2351 * Fix a signed/unsigned comparison problem, display command in decimal
2352     in packet-rip.c. (Guy)
2353 * Fix stat vs state confusion in packet-nlm.c. (Guy)
2354 * Change the time resolution to nanoseconds and fix signed/unsigned
2355     problems in many dissectors. (Guy)
2356 * Get rid of sys/time.h includes in some epan files. (Guy)
2357 * Show NFS times using absolute and relative fields. (Ronnie)
2358 * Improve directory checking in plugins.c. (Guy)
2359 * Generate idl2eth from idl2eth.sh, add docs to tarball. (Guy)
2360 * Fix the handling of DNS-over-TCP. (Guy)
2361 * Add DNS desegmentation, improve desegmentation default behavior. (Guy)
2362 * Remove extra line in acinclude.m4 (Andy Hood)
2363 * Add make-manuf and manuf.tmpl to the source distribution. (Guy)
2364 * GTP updates and fixes. (Michal Melerowicz)
2365 * CUPS fixes. (Guy)
2366 * Add builtins for gzgetc and gzgets. (Ashok)
2367 * Update ATM on Linux URL in wtap.h, explain ATMoL LLC header behavior
2368     in packet-clip.c. (Guy)
2369 * Fix tagged field length and snprintf() problems in 802.11 dissector. (Guy)
2370 * Fix snprintf() and buffer problems in ICMPv6, ISAKMP, and WSP
2371     dissectors. (Guy)
2372 * Add MMSE support. (Tom Uijldert)
2373 * Make capture errors more verbose under Win32, and add wiretapped.net
2374     libpcap link. (Guy)
2375 * Update Win32 README. (Guy)
2376 * Fix Boolean flag display in GTP dissector. (Guy)
2377 * Fix #define usage in TCP dissector. (Guy)
2378 * Don't checksum short UDP packets. (Guy)
2379 * Hand IP data from the ICMP dissector to the IP dissector.  IPv6
2380     dissector fixes. (Guy)
2381 * Fix SMB interim Transact2 response handling and display.  (Guy)
2382 * Add NT error code support to SMB dissector. (Guy)
2383 * Other SMB dissector fixes. (Guy)
2384 * Fix gzgets(), gzgetc() and gzseek() checking. (Guy)
2385 * Additional Ascend and IETF codes to RADIUS. (Gaeme Hewson)
2386 * WSP/WTLS push-traffic handling. (Tom Uijldert)
2387 * DCE RPC authentication and related SMB dissector improvements. (Todd
2388     Sabin, Guy)
2389 * NBSS continuation fixes in packet-nbns.c (Guy)
2390 * NetBIOS payload handling enhancements. (Guy)
2391 * Initial SMB tvbuffification. (Guy)
2392 * Small RADIUS fix. (Motonori Shindo)
2393 * Add CHAP support to PPP dissector. (Motonori Shindo)
2394 * DCE RPC fixes. (Pasi Eronen)
2395 * Many DCE RPC fixes and updates. (Guy)
2396 * Don't include packet-tcp.h or packet-udp.h in packet-ipv6.c. (Guy)
2397 * NBSS continuation enhancements. (Guy)
2398 * Add more filterable SMB header fields. (Guy)
2399 * Time display improvements. (Guy)
2400 * SMB MID/PID handling improvements. (Guy)
2401 * PGM updates. (Steve Dickson)
2402 * WCCP dissector and documentation updates. (Simharajan Srishylam, Guy)
2403 * Update the data passing mechanism in the AFS and RX dissectors and Epan. (Guy)
2404 * TRANSACTION and TRANSACT2 updates in the SMB dissector. (Guy)
2405 * Fix 64-bit casts in the DIAMETER dissector. (Guy)
2406 * FT_UINT_STRING handling fixes. (Lee Berger)
2407 * SMB mailslot and pipe updates. (Guy)
2408 * Tvbuffify the SMB remote API protocol. (Ronnie, Guy)
2409 * NBDS dissector updates. (Guy)
2410 * Add Shiva PAP and EAP support, update CBCP negotiation and CHAP support
2411     in PPP dissector. (Motonori)
2412 * Tvbuffify the SMB mailslot protocol dissector. (Ronnie)
2413 * Add CORBA IDL union support, and improve generationReply() in
2414     ethereal_gen.py. (Frank)
2415 * SMB pipe transaction continuation fixes and updates. (Guy)
2416 * Update packet-smb.c so that other SMB dissectors can be tvbuffified. (Richard)
2417 * SMB display updates and compiler warning fixes. (Guy)
2418 * Add FT_UCS2_LE field type. (Guy)
2419 * Make spelling of "routing" consistent in ESIS, GTP, and OSI dissectors. (Guy)
2420 * Conversation handler updates. (Jason Lango)
2421 * Add ICAP support. (Simharajan Srishylam)
2422 * Fix Guntella dissector tree organization. (Guy)
2423 * Fix SDES end-marker and end of packet checking in RTCP dissector. (Guy)
2424 * More configure-time zlib-checking fixes. (Guy)
2425 * Plugin directory checking fixes, other plugin fixes for Win32. (Guy)
2426 * RX dissector code cleanup. (Guy)
2427 * Add the GIOP plugins to the NSI installer. (Guy)
2428 * GIOP dissector code cleanup. (Bernd Becker, Guy)
2429 * Code cleanup in gtkclist.c. (Guy)
2430 * Code cleanup in acinclude.m4, ascend-grammar.y, and ascend-scanner.l.
2431     (Albert Chin)
2432 * Win32 data file and plugin directory fixes. (Guy)
2433 * Win32 compilation error fixes. (Guy)
2434 * Fix a memory leak in plugins.c (Guy)
2435 * Add more AVPs and Event-Timestamp support to RADIUS dissector. (Terje Krogdahl)
2436 * ISIS protocol dissector fixes. (Hannes Gredler)
2437 * SIP dissector code cleanup and support for additional methods.
2438     (Jean-francois Mule, Guy)
2439 * Add Shomiti "enhancement" handling to snoop reader. (Guy)
2440 * Code cleanup in libpcap.c, netxray.c, ngsniffer.c, snoop.c, and
2441     wtap-int.h. (Guy)
2442 * Improve handling and data display in SMB dissector. (Guy)
2443 * Fix naming of the Microsoft Windows Lanman Remote API Protocol in
2444     packet-smb-pipe.c. (Guy)
2445 * Use descriptor strings when dissecting remote APIs in SMB dissector. (Guy)
2446 * Better memory allocation and exception handling in the GIOP dissector. (Guy)
2447 * Get rid of proto_tree_add_notext() routine and update documentation. (Guy)
2448 * Add a proto_item_append_text() routine. Use it in the DNS dissector. (Guy)
2449 * UDP encapsulation updates for the IPSec and ISAKMP dissectors. (Yaniv Kaul)
2450 * Properly call ESP dissector from ISAKMP dissector. (Guy)
2451 * Add RPCSEC_GSS fixes to the RPC dissector. (Mike Frisch)
2452 * Update idl2eth man page, and add it to installation. (Frank)
2453 * CORBA IDL dissector generation updates. (Frank)
2454 * Update conversation documentation in README.developer. (Guy)
2455 * Makefile updates for packet-oseventcomm. (Frank, Guy)
2456 * Fix missing #includes in packet-isakmp.c and proto_draw.c. (Frank)
2457 * Changes to better handle dissection of ICMP error data. (Guy)
2458 * More RADIUS dissector updates. (Richard)
2459 * Better non-ASCII label handling in the GTP and X11 dissectors. (Guy)
2460 * Use longs for file offsets. (Guy)
2461 * Use hex notation for X11 keysyms. (Motonori)
2462 * Better SMB mailslot message payload handling. (Guy)
2463 * DCE RPC data representation decoding code cleanup. (Todd)
2464 * Add more packet types to the TNS dissector. (Nathan)
2465 * Other TNS dissector updates. (Nathan)
2466 * WSP and WTP dissector fixes and code cleanup. (Georg von Zezschwitz, Guy)
2467 * Updates for manuf.tmpl and make-manuf. (Joerg Mayer)
2468 * Add UCP dissector and fixes. (Tom Uijldert, Guy)
2469 * IPX dissector updates. (Nathan)
2470 * Add the "manuf" file to the NSI installer, other manuf-related fixes. (Guy)
2471 * Shrink the width of the preferences dialog. (Gerald)
2472 * Add Skinny Client Control Protocol dissector and fixes. (Joerg Mayer, Guy)
2473 * NBNS dissector updates for MaxOS X 10.1 NetBIOS session requests. (Guy)
2474 * More idl2eth updates - allow CORBA IDL enums to be displayed as symbolic
2475     and numeric values. (Frank)
2476 * Quake 3 dissector field name updates. (Guy)
2477 * Preferences dialog fixes. (Guy, Motonori)
2478
2479 Overview of changes in Ethereal 0.8.19:
2480
2481 * Added 'text2pcap', a utility to convert text hexdumps into pcap files. (Ashok, Guy)
2482 * Changed 'tethereal -x' output to match hex dump format of text2pcap, Ethereal and
2483     others. (Ashok)
2484 * Rewrote IGMP dissector.  (Ronnie Sahlberg, Guy)
2485 * packet-smb.c fixes.  (Joerg Mayer, Guy)
2486 * packet-rpc opaque datum display fix. (Guy)
2487 * Fix to LDP prefix FEC dissection for IPv4. (Eran Mann, Guy)
2488 * Cleanups to the "--with-ssl" configuration option, and changes to add
2489     compiler flags on Solaris with GCC to cope with X11 header file inadequacies. (Guy)
2490 * acinclude.m4, configure.in - According to the autoconf documentation, you're not supposed
2491     AC_MSG_RESULT without AC_MSG_CHECKING. (Guy)
2492 * Add tree summary information in packet-ip.c packet-udp.c similar to what's ini
2493     packet-tcp.c. (Gerald)
2494 * packet-isis-lsp.c - Get rid of extra colons, and fix up the display of default metrics.
2495     (Jean-Christian Pennetier, Guy)
2496 * packet-nisplus.c, packet-hclnfsd.c, packet-nlm.c, packet-spray.c - If you put an item
2497     into the protocol tree with "dissect_rpc_data_tvb()", it must be FT_BYTES, not FT_STRING. (Guy)
2498 * acinclude.m4 - Updated SSL tests. (Andy Hood, Guy)
2499 * MTP3 support. (Michael Tuexen, Guy)
2500 * DHCP support for Intel PXEclient DHCP requests. (Joerg Mayer, Guy)
2501 * Appletalk Data Stream Interface (used by AFP-over-TCP) support. (Randy McEoin, Guy)
2502 * Fix to TCP reassembly code for retransmitted data. (Edgar Iglesias, Guy)
2503 * packet-igmp.c - Put in limited support for some messages that appeared in the old
2504     dissector and that appear in tcpdump's IGMP dissector. (Guy)
2505 * packet-bootp.c - Enhancements to the two pass decode system (Guy)
2506 * ISUP support (Martina Obermeier, Guy)
2507 * packet-igmp.c -  Use "col_add_fstr()" to set the Info column. (Guy)
2508 * AUTH_DES support (Mike Frisch, Guy)
2509 * RX and AFS dissectors tvbuffified, and bugs fixed. (Ronnie Sahlberg., Guy)
2510 * Update IPv6 dissector, set Protocol and Info columns before data fetch
2511     so they're set if an exception is throw. )Guy)
2512 * Update packet-clnp.c and packet-icmpv6.c - save/restore current current addresses
2513     when dissecting datagram in an error datagram (Guy)
2514 * Call the SSCOP, AFS, GVRP, Q.931, Q.2931, H.261, LANE dissectors through a
2515     handle. (Guy)
2516 * Create an ILMI dissector and call it through a handle. (Guy)
2517 * Give protocol tree windows a horizontal scrollbar. (Guy)
2518 * Removed "END_OF_FRAME" and "pi" references from tvbuffified dissectors(Guy)
2519 * Plug a memory leak in file.c, didn't free "epan_dissect_t" when new frame selected (Guy)
2520 * Fix for packet-icq.c, don't use static buffer to decrypt ICQ data, with pop-up
2521     packet window there might be multiple frame with ICQ decodes open. (Guy)
2522 * Copyright fixes to reflect that Gerald has overall copyright (Guy)
2523 * Make "ip_to_str()" capable of producing up to four separate address strings. (Guy)
2524 * Tvbuffified NFS dissector, and some registered-field cleanups (Mike Frisch, Guy)
2525 * Remove support for old-style dissectors in RPC code (Guy)
2526 * Remove support for old-style dissectors from dissector_try_port and
2527     heuristic dissector code (Guy)
2528 * Call the Vines IP dissector through a handle, and call the Vines SPP
2529     dissector through a handoff table. (Guy)
2530 * Get rid of some unnecessary settings of "pinfo->current_proto" for dissectors
2531     that are called via a handle or dissector table (Guy)
2532 * MSVC++ doesn't define "uint"; use "guint" in packet-isup.c instead. (Guy)
2533 * iSCSI protocol support (Mark Burton,Guy)
2534 * Fix for improper usage of "pinfo->captured_len" to check the length of the
2535     packet, that's the length of the *entire* frame, not the length of the
2536     current portion. (Johan Jorgensen, Guy)
2537 * Support for filtering on absolute and relative time fields. (Ronnie Sahlberg, Guy)
2538 * Fix capture_dlg.c to free the correct string pointer. (Guy)
2539 * Display all the digits of the microsecond field of an absolute time value. (Guy)
2540 * Check that the microseconds field of an absolute time is valid, if it's present. (Guy)
2541 * In proto.c, added support for "Match Selected" on FT_ABSOLUTE_TIME and
2542     FT_RELATIVE_TIME fields. (Guy)
2543 * Support for "-N" flag enabling selected forms of name resolution, (Joerg Meyer, Guy)
2544 * Support for saving to the preferences file the settings for all types
2545     of name resolution. (Guy)
2546 * Do a case-insensitive check for "true" and "false" in Boolean preferences
2547     settings. (Guy)
2548 * Make the "short name" of MTP Level 3 just "MTP3", matching what we put
2549     in the Protocol column, and make the "filter name" "mtp3", as filter
2550     names are supposed to be all-lower-case. (Guy)
2551 * In packet-iscsi.c, don'tcramallthewordsinapreference'snametogether; 
2552     underscores_are_permitted_in_those_names. (Guy)
2553 * Support for leading LWS in RTSP headers. (Robert Tsai, Guy)
2554 * In packet-ieee80211.c, bug fixes, and WEP support. (Javier Achirica, Guy)
2555 * Update for packet-ranap.c. (Martin Held, Guy)
2556 * Handle packets with OUI of 0000F8 like packets with OUI of 000000, needed because 
2557     of Cisco bridge behavior. (Guy)
2558 * Added draft-draves-ipngwg-router-selection-01 support to IPv6. (Guy)
2559 * Sync some of mobile-ip6 #define symbol names with draft-ietf-ipngwg-2292bis-02. (Guy)
2560 * Create the tree for an ICMPv6 option before putting something in it. (Guy)
2561 * Added strptime routine for Windows and MSVC++ 6.0. (Guy)
2562 * Get rid of NEED_MKSTEMP - nothing uses it. (Guy)
2563 * Changes to structure initializations not to initialize some but not all
2564     members. (Joerg Mayer. Guy)
2565 * Use guint32 in place of u_int32_t, u_int32_t not uspported on all platforms (Guy)
2566 * Patch for min function in packet-iscsi.c. (Guy)  
2567 * Correct the values for sna_rh_ru_category_vals, (Edgar Iglesias, Gilbert)
2568 * Add an "ADDRESSES_EQUAL()" macro (Guy)
2569 * Add a "COPY_ADDRESSES()" macro (Guy)
2570 * Make Ethereal default to promiscuous-mode captures. (Guy)
2571 * Change "ip.fragment.error", "ip.fragment", and "ip.fragments" fields, to FT_NONE
2572     to avoid a possible core dump. (Guy)
2573 * Enable "Match Selected" only if there's a field selected *and* we can do
2574     a "Match Selected" on it. (Guy)
2575 * Correctly compute the OSI checksum. (Guy)
2576 * Compensate better for invalid (at least for IPv4) prefix lengths in FECs. (Guy)
2577 * Juniper Networks vendor ID in RADIUS dissector. (Hannes Gredler, Guy)
2578 * hmac-md5 authentication support for IS-IS. (Hannes Gredler, Guy)
2579 * Gnutella support. (B. Johannessen, Guy)
2580 * Updates for packet-ranap.c. (Martin Held, Guy)
2581 * packet-isis-lsp.[hc]  (Hannes Gredler, Guy)
2582 * Pull the resolve.c hash functions into macros. (Guy)
2583 * Move the fragment reassembly code into "reassemble.[hc]" (Guy)
2584 * Don't display the data portion of an ER NPDU - we dissect it as a CLNP PDU. (Guy)
2585 * Add support for reassemmbling IPv6 fragments, and an option to
2586     control whether to do it or not. (Guy)
2587 * Remove "globals.h" include from many files that don't need to do that. (Guy)
2588 * When printing the contents of a raw-data field, don't use the raw data
2589     of the current frame as the source, use the raw data of the tvbuff
2590     that's the data source of that field. (Guy)
2591 * Fix data type definitions in in_chksum.c. (Guy)
2592 * MP-BGP message support. (Thierry Stagiaire, Guy)
2593 * Clean up the handling of AVPs in packet-l2tp.c. (Guy)
2594 * Clean up the handling of MAC addresses in packet-ieee80211.c. (Guy)
2595 * Rename the arguments and flags for the conversation routines. (Guy)
2596 * Display hex numbers with a leading 0x in packet-ieee80211.c. (Guy)
2597 * DVMRP support. (Ronnie Sahlberg, Guy)
2598 * Only decode the version 2 RTP packets. (Guy)
2599 * Check for a bogus TCP header length, and don't try to do dissection if
2600     it's bogus. (Guy)
2601 * Fix packet-radius.c added Interim-Update Acct-Status-Type value. (Diana Eichert, Guy)
2602 * RFC 2250 MPEG1 support. (Francisco Javier Cabello, Guy)
2603 * LCP-over Ethernet and IPCP-over-Ethernet support. (Laurent Rabret, Guy)
2604 * packet-rtp.c bug fix. (Francisco Javier Cabello, Guy)
2605 * Fix handling of error message from child to parent. (Guy)
2606 * Fix sizeof( *buf) error in packet-bgp.c. (Guy)
2607 * Handle multiple next hop network addresses in BGPTYPE_MP_REACH_NLRI. (Guy)
2608 * PAP support. (Laurent Rabret, Guy)
2609 * Set the Protocol column in dissectors for PPP-specific subprotocols. (Guy)
2610 * Add the PPP Compression Control Protocol to the list of PPP protocols. (Guy)
2611 * In packet-isis-lsp.c, upport for External Reachability TLVs, and assorted output
2612     improvements.  (Hannes Gredler, Guy)
2613 * Define __USE_XOPEN in files that use "strptime()". (Joerg Mayer, Guy)
2614 * signed vs. unsigned variable fixes. (Joerg Mayer, Guy)
2615 * Explicitly fill in all members of a "header_field_info" structure. (Joerg Mayer, Guy)
2616 * Crank up the warning level in GCC. (Joerg Mayer, Guy)
2617 * Support for protocols running atop GIOP. (Frank Singleton, Guy)
2618 * Update the ICQ decryption code. (Guy)
2619 * Changes to handle current versions of RPM, which compress man pages.(Craig Rodrigues, Guy)
2620 * Fix packet-radius.c, don't list the attribute-value pairs there aren't any. (Guy)
2621 * NFS file handle analysing works now for kernel based NFS v3 servers of Linux
2622     2.4.0 too. (Guy)
2623 * Add code generation support for IDL array types in ethereal_gen.py. (Frank Singleton, Guy)
2624 * Many corrections and updates for connection-oriented WSP. (Alexandre P. Ferreira, Guy)
2625 * Fixed problem with labels that didn't have any statements in packet-nfs.c (Guy)
2626 * Capture child process, should ignore promiscuous preference and use flag from parent. (Guy)
2627 * Fix compiler warnings in packet-giop.c (Frank Singleton, Guy)
2628 * Update README.idl2eth. (Frank Singleton, Guy)
2629 * Not all Python scripts generate dissectors; "make-reg-dotc.py" generates
2630     "register.c", and, as such, shouldn't stuff ", HFILL" into its output. (Guy)
2631 * Handle Negotiate Protocol replies with the "extended security"
2632     capability flag set in smb decodes (Guy)
2633 * RTSP fixes. (nuf si,Guy)
2634 * In packet-cdp.c catch TLVs with bogus lengths. (Guy)
2635 * Added the QuakeWorld network protocol dissector. (Ume Girlich)
2636 * Added the Quake II network protocol dissector. (Ume Girlich)
2637 * Added M2PA support. (Jeff Morriss, Guy)
2638 * Support CIDR notation in IPv4 address filtering. (Gilbert)
2639 * Fix "decode_network()" in decode_as_dlg.c. (Guy)
2640 * Use HFILL in packet-isis-hello.c packet-rsvp.c to load structures. (Guy)
2641 * In lemon.c, f length arguments to "%*s" aren't of type "int", cast them to "int",
2642     as that's what C requires them to be. (Guy)
2643 * Update configure to handle non-standard libpcap installs. (Guy)
2644 * MRDISC support. (Ronnie Sahlberg, Guy)
2645 * Improved support for CORBA IDL "fixed" types in ethereal_gen.py. (Frank Singleton, Guy)
2646 * Added NCP types based upon traces from Pete<psailor@uswest.net>. (Gilbert)
2647 * packet-iscsi.c updates. (Mark Burton, Guy)
2648 * Create a routine to do the tvbuff-length-adjusting and
2649     "pinfo->{len,captured_len}"-adjusting for ip, ipv6 and ipx. (Guy)
2650 * MSNIP support. (Ronnie Sahlberg, Guy)
2651 * Fix the AFS macros. (Ronnie Sahlberg, Guy)
2652 * Tvbuffified ISIS dissector. (Ronnie Sahlberg, Guy)
2653 * IS-IS updates (Hannes Gredler, Guy)
2654 * HELLO message support in RSVP. (Hannes Gredler, Guy)
2655 * Fix ISIS dissector to fetch and store values if needed multiple times. (Guy)
2656 * Fetch fields from the ISIS header one at a time. (Guy)
2657 * Tvbuffify the DNS, NBNS, NBDS, and NBSS dissectors. (Guy)
2658 * For DNS-over-TCP, put the length indicator into the tree for the DNS
2659     request/response. (Guy)
2660 * Add PIMv1 support. (Guy)
2661 * Update packet-rpc.c to handle ip de-fragmenting. (Guy)
2662 * Tvbuffify the rlogin dissector and do cleanup. (Guy)
2663 * Fixes tp packet-rx.c. (Ronnie Sahlberg, Guy)
2664 * Dissect FDDI control bit fields and add descriptions. (Guy)
2665 * Update unknow reply status handing in packet-giop.c. (Guy)
2666 * Update packet-icq.c. (Guy)
2667 * Update packet-wsp.c packet-wtls.c packet-wtp.c. (Guy)
2668 * Add subtrees for ServiceContextList and IOR. (Frank Singleton, Guy)
2669 * Improve make files for static linking of ethereal and tethereal. (Ed Warnicke)
2670 * Fix Makefile.am x11 field generation. (Uwe Girlich)
2671 * Fix mgcp plugin for static binaries. (Ed Warnicke)
2672 * Remove wtap_file call from ethereal and tethereal. (Guy)
2673 * Fix empty parameter problem in mgcp code. (Alejandro Vaquero, Ed Warnicke)
2674 * Don't capitalize the names of programs in the summary lines of man pages. (Guy)
2675 * Signed vs. unsigned in packet-x25.c (Olivier Abad)
2676 * Support for ANSI flavor of MTP3. (Jeff Morriss, Guy)
2677 * Tvbuffified SMB NETLOGON dissector and fix bugs, (Ronnie Sahlberg, Guy)
2678 * Fix static binary support in gryphon plugin. (Ed Warnicke)
2679 * Updates to packet-smb-login.c based upon Network Monitor decodes. (Guy)
2680 * Support for draft-rosen-vpn-ospf-bgp-mpls and for additional BGP
2681     extended communities. (Aamer Akhter, Guy)
2682 * Fixed the make dist problem with README.plugins. (Ed Warnicke)
2683 * Put the settings of the flags into the summary line for the TACACS+
2684 *   flags field. (Guy)
2685 * Mark the columns non-writable before dissecting the encapsulated IPv4
2686     packet, so that they reflect the MSDP packet rather than the
2687     encapsulated packet. (Heikki Vatiainen, Guy)
2688 * SSL/TLS support. (Scott Renfro, Guy)
2689 * Support for {Enter,Return} keys toggling expansion of selected protocol
2690     tree item. (Heikki Vatiainen, Guy)
2691 * Autoconf support for glibc IPv6 support. (Pekka Savola, Guy)
2692 * IGMP fixes and multicast traceroute support. (Heikki Vatiainen, Guy)
2693 * Improvements to TACACS/XTACACS/TACACS+ dissector. (Paul Ionescu, Guy)
2694 * MSDP support. (Heikki Vatiainen, Guy)
2695 * Support for dissectors of protocols running atop DCE RPC. (Todd Sabin, Guy)
2696 * Cleaned up "get_column_format_matches()". (Todd Sabin, Guy)
2697 * NCP-over-IP bug fix. Did move past header before passing it on. (David Eisner, Guy)
2698 * "-t" flag for editcap, to adjust timestamps in frames. (Scott Renfro, Guy)
2699 * Fix places that used strlen as a variable name, (Heikki Vatiainen, Guy)
2700 * Fixes to packet-hsrp.c "proto_tree_add_item()" calls. (Heikki Vatiainen, Guy)
2701 * Additional filterable fields added to packet-vrrp.c. (Heikki Vatiainen., Guy)
2702 * Mergecap utility for merging capture files. (Scott Renfro, Guy)
2703 * PGM (Pragmatic General Multicast) support. (Steve Dickson, Guy)
2704 * Include "mergecap.rc" in the list of things to be built. (Edward Meaney, Guy)
2705 * Package mergecap.exe and its HTML documentation. (Gilbert)
2706 * Update NSIS syntax for newest NSIS. (David O'Shea, Gilbert)
2707 * Set config.nmake to get non-cygwin version of Python.exe, (Gilbert)
2708 * Tvbuffified SMB BROWSER dissector. (Ronnie Sahlberg, Guy)
2709 * Add a "time_msecs_to_str()" routine to packet-smb-browse.c. (Guy)
2710 * text2pcap.c, proto.c, dfilter.c and others... gcc warning fixes.  (Joerg Mayer, Guy)
2711 * Check for IPv6 support, and check what type of IPv6 support we have. (Guy)
2712 * Fixes to packet-smb-browse.c and packet-smb-logon.c, add fields, set columns. (Guy)
2713 * Make leading zero in -t optional for editcap.c. (Scott Renfro, Guy)
2714 * Add cleanbld.bat for Windows to remove left overs from unix build. (Guy)
2715 * Update to allow mergecap to merge multiple capture files into one
2716 *   capture file. (Scott Renfro, Guy)
2717 * Remove name-clash of type pgm_t in packet-pgm.[ch]. (Uwe Girlich)
2718
2719
2720 Overview of changes in Ethereal 0.8.18:
2721   
2722 * Improvement of 'make clean' targets. (gilbert)
2723 * Added the ethereal capture preferences to the preference file.  (Jeff, Guy)
2724 * Fix automake packaging of win32-only files. (gilbert)
2725 * Remove "etypes.h" include from  "ipproto.c" (gilbert)
2726 * Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors. (Guy)
2727 * Get rid of an unused variable, and fix a typo in a comment in packet-ldap.c (Guy)
2728 * packet-snmp.c Fix up a pile of NullTVB uses that were left in the previous checkin. (Guy)
2729 * Assorted cleanups in packet-kerberos.c (Guy)
2730 * packet-vines.c, packet-quake.c, packet-snmp.c, check for disabled protocols and set "pinfo->current_proto" (Guy)
2731 * Assorted ISIS enhancements.  (Hannes Gredler)
2732 * When dissecting the ISIS NLPID CLV, use the "nlpid_vals" array to convert NLPID values to protocol names. (Guy)
2733 * In wiretap/buffer.c   Fix "data" member of a Buffer structure g_malloc casting (Guy)
2734 * In wiretap/lanalyzer.c  Removed g_assert_not_reached and return 0; from       lanalyzer_open() loop. (Guy)
2735 * Fix the e-mail address for Joerg Mayer (and remove it from files he wasn't involved with).  (Guy)
2736 * Quarterly (or so) update to manuf (Gerald)
2737 * Move the declaration of "ipprotostr()" out of "epan/packet.h" into a new "ipproto.h" header file.  (Guy)
2738 * Move the declaration of "etype_vals[]" from "epan/packet.h" to "etypes.h". (Guy,Ed Warnicke)
2739 * Fix to a preferences dialog bug, from <inoue@ainet.or.jp>. (Guy)
2740 * Fix to WTP retransmission indicator dissection (Guy,Olivier Biot)
2741 * packet-bgp.c, packet-bgp.h tvbuffified  (Heikki Vatiainen, Guy)
2742 * Add -I/usr/local/include" into CFLAGS because GLib 1.2.9 doesn't any more (Guy)
2743 * WTLS client and trusted key ID handling enhancements (Patrick Wolfe, Guy)
2744 * Tvbuffify packet-yhoo.c (Nathan Neulinger)
2745 * Makefile.nmake pulls in settings from config.nmake (Gram)
2746 * ascend-scanner.l, #define YY_NEVER_INTERACTIVE to avoid reference to isatty() on Win32 (Gram)
2747 * IP fragment reassembly (Ronnie Sahlberg, Guy)
2748 * Fixed problem with nmake compiling lemon.c twice (Gram)
2749 * Check the validity of numbers specified in command-line options. (Guy)
2750 * Add ONC RPC strings to the tree as strings, with a field index (Ronnie Sahlberg, Guy)
2751 * YPPASSWD support (Ronnie Sahlberg, Guy)
2752 * Distribute wtap.def (Gram)
2753 * Include "image/Makefile.nmake" in the distribution tarball.  (Guy)
2754 * Fixed up the messages printed for the SSL checks (Guy)
2755 * Have status bar to display nothing, rather than "Text (text)", when a
2756     "proto_tree_add_text()" field is selected. (Ronnie Sahlberg, Guy)
2757 * Cleanup the text item pseudo-field for the '-G' option (Guy)
2758 * Get rid of the FT_-name-to-description filtering in eproto2sgml (Guy)
2759 * DCE RPC updates (Todd Sabin, Guy)
2760 * Cleanup packet-rsvp.c object class-specific types (Guy)
2761 * Added error messages to proto.c for BASE_NONE in FT_INTn & FT_UINTn (hagbard,Guy)
2762 * Added perl script to generate X11 dissector fields (Guy)
2763 * Include "process-x11-fields.pl" and "x11-fields" in the source distribution (Guy)
2764 * Fix up "process-x11-fields" to allow both a base *and* VALS to be specified (Guy)
2765 * Make the X11 fields that correspond to drawable IDs, masks, and the like
2766     display as hex rather than decimal. (Guy)
2767 * packet-x11.c - Use "%u", not "%d", to print unsigned quantities (Guy)
2768 * Add support for comments in "process-x11-fields.pl", and add a copyright
2769     notice/RCS ID/credit to Christophe to "x11-fields" as a comment. (Guy)
2770 * packet-eigrp.c - Put top-level item for a TLV into the protocol tree with a text
2771     value, for display if an exception occurs (Guy)
2772 * KLM support  (Ronnie Sahlberg, Guy)
2773 * Put an RCS ID/GPL/copyright notice into the "process-x11-fields.pl" script (Guy)
2774 * tethereal.c - Add a "return 0;" at the end of main() to pacify MSVC 5 (Gram)
2775 * Fix Gerald's e-mail address - (Guy)
2776 * dfilter_expr_dlg.c - Treat BASE_BIN like BASE_DEC for numeric value of value_string (Guy) 
2777 * README.developer - Explain BASE_{DEC,HEX,OCT,BIN} a bit more (Guy)
2778 * editcap.c - add return 0; to main routine (Guy)
2779 * TODO - Update the reassembly item to note that IPv4 fragments are now reassembled. (Guy)
2780 * SPRAY support  (Ronnie Sahlberg, Guy)
2781 * rquota support completed (Ronnie Sahlberg, Guy)
2782 * When registering numeric fields, check that a base other than BASE_NONE was specified. (Guy)
2783 * Tvbuffification of the IPv6 and ICMPv6 dissectors, and some bug fixes (Heikki Vatiainen, Guy)
2784 * Get rid of NullTVB references.  (Guy)
2785 * Get rid of END_OF_FRAME, BYTES_ARE_IN_FRAME references in tvbuffified dissectors. (Guy)
2786 * Move the declarations of IP protocol numbers to "ipproto.h" from "packet-ip.h". (Guy)
2787 * Get rid of unnecessary includes. (Guy)  
2788 * Signed vs. unsigned fixes (Joerg Mayer, Guy)
2789 * Tvbuffify the RIPng dissector. (Guy)
2790 * RANAP support  (Martin Held, Guy)
2791 * Modbus/TCP support (Riaan Swart, Guy)
2792 * Tvbuffify the Gryphon dissector. (Guy)
2793 * Undefine "isprint()" before re-defining it, to squelch a compiler warning. (Guy)
2794 * Configure.in - Fail if both UCD and CMU SNMP headers are found because of link problem (Guy)
2795 * If the SNMP headers were found but we failed to find "sprint_objid()", fail SNMP config (Guy)
2796 * Make "col_set_str()" and "tvb_reported_length_remaining()" available in plugins. (Guy)
2797 * Get rid of support for non-tvbuffified plugin dissectors. (Guy)            
2798 * "-l" command-line option to turn on automatic scrolling in "Update list
2799     of captures in real time" captures  (Christian Lacunza, Guy)
2800 * HPUX plugin support using g_module_supported (Guy)  
2801 * Added support for DHCP Authentication extensions specified in
2802     draft-ietf-dhc-authentication-16.txt (Ashokn)
2803 * Added support for RSVP Refresh Reduction Extensions -
2804     draft-ietf-rsvp-refresh-reduct-05. (Ashokn)
2805 * Added one-line summary of each RSVP object in the object line. (Ashokn)
2806 * Additional OSPF LSA types and opaque-options flag  (Michael Rozhavsky, Guy)
2807 * packet-wtls.c updates (Alexandre P. Ferreira, Guy)
2808 * IPX SAP over IPX EIGRP support, and IP EIGRP authentication updates (Paul Ionescu, Guy)
2809 * PIM enhancements and fixes (Heikki Vatiainen, Guy)
2810 * Support for dissecting XDR arrays  (Ronnie Sahlberg, Guy)
2811 * NIS+ support (Ronnie Sahlberg, Guy)
2812 * Additional LDAP checks for invalid packets (Scott Renfro, Guy)
2813 * Better support of timestamps from NetXRay captures (Chris Jepeway, Guy)
2814 * Automake updates for next version of automake (Nathan Neulinger, Guy)
2815 * Updates for the next version of autoconf (Nathan Neulinger, Guy)
2816 * Passive FTP support  (Juan Toledo, Guy)
2817 * Fix a text window, scrollbar bug reported by Christopher McAvaney  (gerald)
2818 * Updates to OSPF for the changes between drafts 3 and 4 of
2819 * Various ISIS improvements (Jean-Christian Pennetier, Guy)
2820 * osi-util.c  Fix postfix error in string generation (Chris Fould, Guy)
2821 * Support for Cisco-proprietary capabilities in BGP (Jian Yu)
2822
2823 Overview of changes in Ethereal 0.8.17:
2824 * Display filter GUI fix (Guy)
2825 * Build fix: use SSL_LIBS if found by configure (Henri Gomez)
2826 * Fix 2 off-by-1 erros in the code that selects a field after
2827         user clicks on a byte in the hex dump (Gilbert)
2828 * Typo fixes to packet-q931.c (Thomas Gimpel)
2829 * Win32 build: create HTML doco (Gilbert)
2830 * Fixes for Lemon compilation (Guy)
2831 * Wiretap file-close fix (Guy)
2832 * Wiretap open() design fix (Guy)
2833 * New dissector: support for CUPS browsing protocol (Charles Levert)
2834 * Wiretap support for Cisco HDLC (Guy)
2835 * New dissector: Cisco HDLC (guy)
2836 * Tvbuffication of MOUNT dissector (Ronnie Sahlberg)
2837 * Tvbuffication of HCLNFSD dissector (Ronnie Sahlberg)
2838 * Memory double-free fix (Guy)
2839 * Change tvb_get_ptr() to return 'const guint8*' (Gilbert, Guy)
2840 * Fix for IEEE 802.11 trying to modify result of tvb_get_ptr() (Guy)
2841 * Update to CUPS (Guy)
2842 * Update to CLNP (Guy)
2843 * Fix for Win32 file renaming (Guy)
2844 * Update to MGCP (Ed Warnicke, Guy)
2845 * Update to STAT dissector (Ronnie Sahlberg)
2846 * Check for NULL in proto_tree_add_* routines (Guy, Jeff)
2847 * Tvbuffication of YPSERV (Ronnie Sahlberg)
2848 * Tvbuffication of BOOTPARAM (Ronnie Sahlberg)
2849 * New dissector: DCE RPC support (Tod Sabin)
2850 * Update to SMB mailslot, browse, pipe (Guy)
2851 * Update to SMB (Guy)
2852 * Add 48.48 PNG of new 3d logo (Gilbert)
2853 * Compiler warning fixes (Guy)
2854 * MS Proxy fix and tvbuffication (Guy, Jeff)
2855 * Move address routines to epan (Ed Warnicke)
2856 * Change "IEE 802.3" Ethernet label (Gilbert)
2857 * New feature: Protocol Hierarchy Statistics (Gilbert, Guy)
2858 * Win32 build: build wiretap as DLL, use WinPcap 2.1 (Gilbert)
2859 * New feature: multiple named data sources (Jeff, Guy)
2860 * Update to Frame Relay (Jeff, Guy)
2861 * New dissector: LMI for frame relay (Jeff)
2862 * New dissector: Wellfleet compression (Jeff)
2863 * Update to WTP (Guy)
2864 * Updates to AFS (Nathan)
2865 * Fix for WCP (Guy, Jeff)
2866 * Back out guint64 handling in wiretap netxray module (Guy)
2867 * Add APi for creating progess dialogues (Guy)
2868 * Tvbuffication of ICQ (Guy)
2869 * GTK-related code fixes (Eduardo Pérez Ureta)
2870 * Update to RX (Nathan)
2871 * Add "-D" flag to tethereal to show list of all network
2872         interfaces (Guy)
2873 * Update to IP: check for small header lengths (Guy)
2874 * Update TPKT (Guy)
2875 * Fix for ICMPv6 crash (Olivier, found by Heikki Vatiainen)
2876 * Fix for "checksum bad" flags in proto_tree in IP, UDP, TCP (Guy)
2877 * Update to PPP (Guy)
2878 * Update to Q.931 (Guy)
2879 * New disector: BACNET (Hartmut Mueller)
2880 * Code movement from dissectors to epan (Ed Warnicke, Guy)
2881 * General code cleaning (Guy)
2882 * Win32: load wpcap.dll at run-time, not load-time (Gilbert)
2883 * Support for "Transparent Ethernet Bridging" (Guy)
2884 * New dissector: GTP (Michal Melerowicz)
2885 * Fix for ISAKMP : check for length of payload (Tim Newsham)
2886 * Win32 build: use NullSoft Installer to provide packaging (Gilbert)
2887 * Win32 build: keep version number in config.nmake, and generate
2888         text files that need that version number (Gilbert)
2889 * Win32 build: wiretap can use zlib (Gilbert)
2890 * Update to SNMP (Guy)
2891 * New dissector: RWALL (Ronnie Sahlberg)
2892 * OSI-over-PPP support, plus fixes to ISIS (Hannes Gredler)
2893 * Updates to SCTP (Michael Tuexen)
2894 * Wiretap: support for Ascend version 7 output (Gerald)
2895 * Fixes to NTP (Joerg Mayer)
2896 * Doco updates (Guy, Gilbert)
2897 * Fix for GTK file selection showing wrong directory in Open/Save As (Gilbert)
2898 * Win32: isprint() hack to keep GTK from not showing characters in hex
2899         dump and follow-tcp-stream window in certain cases (Gilbert)
2900
2901 Overview of changes in Ethereal 0.8.16:
2902 * RTSP fixes (Guy)
2903 * CDP updates and fixes (Kent Engstöm)
2904 * Call capture_sll() during capture (Gilbert)
2905 * dissectory_try_*() cleanups (Guy)
2906 * SCTP updates (Michael Tuexen)
2907 * Many tvbuffications (Guy)
2908 * GRE updates (Guy)
2909 * Bugfix in WCCPv2 IP encapsulation (Guy)
2910 * M3UA update (Michael Tuexen)
2911 * Updates for DEC LANBridge 100 Spanning Tree protocol (Guy)
2912 * Fix for MPLS Multicast PPP type (Guy)
2913 * IUDA updates (Michael Tuexen)
2914 * NBIPX, NetBIOS fixes (Guy)
2915 * Don't anger the Automake God so that she doesn't install man pages (Guy)
2916 * Wiretap ngnsiffer update for type 7 records (Jeff Foster, Guy)
2917 * Completion of NLM dissector (Ronnie Sahlberg)
2918 * WSP fix (Guy)
2919 * Code cleanup (Guy)
2920 * Make Automake 1.4b happy (Guy)
2921 * Improve RPC processing (Guy)
2922 * Ethernet/ethertype() update (Guy)
2923 * NLM update (Guy)
2924 * Look for SSL library for those that have UCD SNMP compiled with
2925         SSL support (Andy Hood)
2926 * GTK dialog box handling cleanup (Guy)
2927 * Support for SUA Light (Micahel Tuexen)
2928 * Mobile IPv6 updates (Borosa Tomislav)
2929 * IEEE 802.11 fix (Johan Jorgensen)
2930 * tru64 doco update (Guy)
2931 * wiretap can write NetMon 2.x files (Guy)
2932 * Dissector registration cleanup (Guy)
2933 * Support for HCLNFSD (Mike Frisch)
2934 * wiretap autoconf cleanup (Guy)
2935 * Enhance registration of ONC RPC-based protocols. (Guy)
2936 * Keep separate cfilters and dfilters lists files. (Guy)
2937 * Remove support for old-style plugins. Goodbye! (Guy)
2938 * Cleanup usage of pcap (Guy)
2939 * SMB update, new error code (Richard)
2940 * SNMPv2u support (Guy)
2941 * Fix bounds problem in invalid SIP packet (Ruud Linders <ruud@lucent.com>,
2942          Gerald)
2943 * WTLS support and WSP fixes (Alexandre P. Ferreira)
2944 * Work around CMU SNMP bug (Guy)
2945 * "Decode As" (David Hampton)
2946 * Modularize field types (FT_*) (Gilbert)
2947 * Re-write display filter code (Gilbert)
2948 * "drange" --- modularized byte slice routines for dfilters (Ed Warnicke)
2949 * Always show scrollbar in tree view panel (Gilbert)
2950 * Fixes for lemon parser generator (Guy)
2951 * Updates for dfilter-creation-GUI re: new dfilter code (Guy)
2952 * Better filter string handling (Guy)
2953 * Support for NLMv3 SHARE and UNSHARE (Guy)
2954 * RSVP fixes (Guy)
2955 * VINES fix (Guy)
2956 * Fix for Token-Ring (Guy, Gilbert)
2957 * Clean up warnings from MSVC (Guy)
2958 * Support for V3 CALLIT and V4 BCAST/INDIRECT in portmap (Guy)
2959 * RTP update (Guy)
2960 * Code movement for 802.3 handling (Guy)
2961 * PIM fixes (Guy)
2962 * WCCP update (Simharajan Srishylam)
2963 * TFTP build fix for Windows (Guy)
2964 * RPC updates (Guy)
2965 * Better error handling during captures, including change in
2966         protocol between parent and child processes (Guy)
2967 * Try to get "drops" info from libpcap (Guy)
2968 * Proper activation/deactivation for "Decode As" menu item (Guy)
2969 * Do proper display filtering on multiple fields registered
2970         to the same name (Guy)
2971 * Properly decode BOOTP option 82 (Greg Kilfoyle)
2972 * WAP/WTLS updates (Neil Hunter)
2973 * NetXray timestamp fixes (Chris Jepeway)
2974 * ISAKAMP update (Yaniv Kaul)
2975 * Add MIP extensions (Stefan, Guy)
2976 * Diameter fixes for handling bad packets (Gilbert)
2977 * Work-around for "line-buffered" not meaning "line-buffered" with
2978         MSVC (Guy)
2979 * Re-write of diameter dissector (David Frascone)
2980 * Win32 Ethereal, if started as GUI w/o a console, will
2981         create a console when necessary to show warnings/errors. (Guy)
2982 * Correct TSIG decoding in DNS (itojun)
2983 * Add support for SRV RRs in DNS (Nathan)
2984 * Add hidden boolean fields designating bad IP or ICMP
2985         checksums (James E. Flemer)
2986 * Add them also for various IP-family protocols (Guy)
2987 * Wiretap support for Etherpeek (v5, 6, and 7) support (Daniel Thompson)
2988 * Display filter doco update (Guy)
2989 * Add cvsdiff-fix.py, for cleaning up the result of "cvs diff" (Gilbert)
2990 * Support for RFC 3024 reverse tunneling support for MIP (Peter Lei)
2991 * Fixes for NBIPX and microsoft-related IPX usage (Guy)
2992 * Support for Rquota protocol (Mike Frisch)
2993 * Code movement for AH dissector (Guy)
2994 * Fix color selection widget in TCP Streams preferences (Gilbert)
2995 * Add "Toggle All", "Enable All" and "Disable All" buttons to
2996         dissector-selection GUI (Gilbert)
2997 * Selection of bytes in GUI hex dump selects the appropriate field
2998         in the GUI protocol tree (Gilbert)
2999 * MGCP updates (Ed Warnicke)
3000
3001 Overview of changes in Ethereal 0.8.15:
3002 * HSRP updates (Heikki)
3003 * MGCP updates (Ed, Gilbert)
3004 * Fix infinite loop problem in ICQ dissector (Gilbert)
3005 * Enable optional building of ethereal/tethereal/editcap (Guy, Gilbert)
3006 * SMB fixes (Jeroen Ruigrok van der Werven)
3007 * More complete 'manuf' file. (Gerald)
3008 * X.25 updates (Olivier, Richard)
3009 * RADIUS updates (Guy)
3010 * AIM updates (Ralf Holzer)
3011 * WCCP 2.0 support
3012 * NG Sniffer file-reading fixes (Guy)
3013 * New dissector: Label Distribution Protocol (Richard)
3014 * tvbuff updates, fixes, additions (Gilbert, Guy)
3015 * New dissector: GVRP (Kevin Shi)
3016 * NVS v4 support (Mike Frisch)
3017 * RTSP updates (Guy)
3018 * Miscellaneous clean-ups (Guy, Gilbert)
3019 * NBIPX update (Guy)
3020 * Fix for improper buffer-overflow check in wiretap's pppdump support
3021         (Daniel Thompson)
3022 * ISAKMP fix (itojun)
3023 * Add TCP segment and UDP datagram checksumming code (Guy)
3024 * Added Router-Alert IP option, RFC 2113 (Ashok)
3025 * PPP updates (Burke Lau)
3026 * Mobile IPv6 support (Martti Kuparinen)
3027 * "Match Selected" works better with FT_STRING types (Ed Warnicke)
3028 * Windows time format bug avoidance (Richard)
3029 * X.25 over TCP support (Paul Ionescu)
3030 * Enable FT_BYTES display filtering (Ed Warnicke)
3031 * Added tethereal_static build target (Nathan)
3032 * Kerberos update (Nathan, Guy)
3033 * DLT_LINUX_SLL capture type support, used with current libpcap captures
3034         on the Linux "any" device. (Guy)
3035 * CLNP update (Guy)
3036 * TFTP update (Guy)
3037 * BGP update (Greg Hankins)
3038 * OSPF update (Guy)
3039 * Capture updates and fixes (Guy)
3040 * LAPBETHER support (Richard, Guy)
3041 * TCP update for TCP MD5 signature (Greg Hankins)
3042 * SMB-PIPE fix (Richard)
3043 * Display filter creation GUI (Guy, based on work by Jeff Foster)
3044 * Updates to HTTP (uPnP and SSDP support) (David Hampton)
3045 * Preferences API updates (Guy)
3046 * DEC LANBridge Spanning Tree Protocol support (Paul Ionescu)
3047 * X.25 over LLC support (Paul Ionescu)
3048 * CDP update for IP Prefix field (Paul Ionescu)
3049 * Tvbuffication of dissectors (Guy, Gilbert)
3050 * Frame Relay and Frame-Relay-over-GRE support (Paul Ionescu)
3051 * Support for NG Sniffer Frame Relay traces (Jeff Foster)
3052 * Conversation/dissector registration updates (Guy)
3053 * MTP3 User Adaptation Layer (M3UA) support (Michael Tuexen)
3054 * Doco updates (Guy)
3055 * SOCKS fix for crashing in a conversation ping-ping (Jeff Foster)
3056 * IEEEE 802.11 fix (Guy)
3057 * Proper (I think) lineheight calculation in proto_draw.c (Gilbert)
3058 * HTTP dissector can accept registration from sub-protocols (Guy)
3059 * make-reg-dotc.py speeds up build on Win32 (Gilbert)
3060 * LLC update (Guy)
3061 * SCTP updates (Michael Tuexen)
3062 * ISDN Q.921-User Adaptation Layer (IUA) support (Michael Tuexen)
3063
3064 Overview of changes in Ethereal 0.8.14:
3065 * Fix time-difference computation in tethereal (Guy)
3066 * SMB LOGON update (Richard)
3067 * Continue capturing if netmask on interface is not found (Guy)
3068 * Add fourth choice of time format: date/time (Guy)
3069 * AFS update (Nathan)
3070 * WAP support (Neil Hunter, Guy)
3071 * SIP support (Heikki Vatiainen)
3072 * FTP update (Richard)
3073 * Plugins can specify several underlying protocols (Olivier)
3074 * Dissector cleanup (Guy)
3075 * AIM/OSCAR support (Ralf Holzer)
3076 * Use preference file field list for summary line in tethereal (Guy)
3077 * GIOP 1.2 support, and other GIOP updates (Craig Rodrigues, Guy)
3078 * Remove carriage returns in getopt.[ch] (Guy)
3079 * SDP handles embedded newlines (Robert Tsai)
3080 * Re-write of EIGRP dissector (Paul Ionescu)
3081 * Tethereal output cleanup (Guy)
3082 * MGCP dissector plugin (Ed Warnicke)
3083 * Tvbuffify: HTTP, NTTP, RSH, RTSP, Telnet, SAP, SDP, FTP, POP, TFTP,
3084          NBIPX, SMTP, 802.1Q VLAN, ATALK, AARP, ARP, IPP, STP,
3085         IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, OSI ESIS,
3086         PPoE, L2TP, X11 (Guy)
3087 * Tvbuffify: NetBIOS (Jeff Foster)
3088 * Add more tvbuff methods (Guy, Gilbert)
3089 * Correct IPv6 router renumbering dissector (Itojun)
3090 * ICMPv6 update (Itojun)
3091 * Re-work of logic in SMTP (Guy)
3092 * ATALK fix (Guy)
3093 * NetBIOS update (Gerald)
3094 * Code movement to libethereal (Guy)
3095 * Column-related fixes in DNS/NBNS (Gilbert)
3096 * Plugin API fix (Guy)
3097 * Documentation update (Guy)
3098 * IEEE 802.11 support (Johan Jorgensen, Axis Communications)
3099 * Dissectors can be registered by name, for later lookup (Guy)
3100 * GIOP update (Frank Singleton)
3101 * Tweak the DATA dissector (Guy)
3102 * NTP update (Phil Techau, Gerald)
3103 * Add #include's to clean compiler warnings (Craig)
3104 * Conversation fix (Guy)
3105 * Wiretap error-reporting fix (Guy)
3106 * Add col_set_str() to save memory-copying when the string is static (Guy)
3107 * Fix for AFS buffer-overrun exploit (Gerald)
3108 * Fix possible buffer overruns in NBNS, NTP, ICQ, resolv.c, pppdump.c (Gerald)
3109 * Tvbuffify: AUTO-RP (Heikki Vatiainen)
3110 * Have tethereal initialize winsock like Ethereal does (Gilbert)
3111
3112 Overview of changes in Ethereal 0.8.13:
3113 * Macro movement to pint.h (Gilbert)
3114 * Keep TVBUFF_SUBSET constructor from dying after a
3115         ReportedBoundsError (Gilbert)
3116 * CWR and ECN flags in TCP (Ulrich Kiermayr <kie@thp.univie.ac.at>)
3117 * Correct startup/shutdown of windows sockets for name resolution (Graham)
3118 * Add "-p" option to control promiscuity of capture, Debian bug #34376 (Guy)
3119 * Wiretap support for Nokia firewall tcpdump, yet another mutant libpcap format
3120         that didn't change the magic number (Guy)
3121 * ECN in IP header (Ulrich Kiermayr <kie@thp.univie.ac.at>)
3122 * Fix for #include of <net/if.h> (Guy)
3123 * Close the handle for the SNMP library after inspecting it on Linux
3124         (Guy, Gilbert)
3125 * EOF check (Guy)
3126 * Wiretap support for Shomiti Surveyor 3.x, aka "unofficial snoop v4" (Guy)
3127 * Wiretap support for reading pppd log files (pppdump format) (Gilbert)
3128 * Add -l option to tethereal to make stdout line-buffered.  (Guy)
3129 * Add "Next Sequence number" field to TCP (Guy)
3130 * Other TCP updates (Guy)
3131 * Add direction flag, if available, to Frame dissection. (Gilbert)
3132 * Rename NCP include file with code in it to packet-ncp2222.inc (Gilbert)
3133 * Dissect WTAP_ENCAP_ATM_RFC1483 with dissect_llc() (Guy)
3134 * Wiretap support for NetXRay ATM captures (Guy)
3135 * Make an "epan" directory, and move core routines to libethereal (Gilbert,
3136         Olivier, Guy)
3137 * Doco updates (Guy)
3138 * Dynamic buffer for format_text() (Guy)
3139 * Telnet update (Guy)
3140 * HTTP update (Guy)
3141 * RTSP update (Guy)
3142 * BXXP update (Richard)
3143 * DNS updates (A6, DNAME, and RFC 2673 bitstring label) (Per Flock)
3144 * ISAKMP check for bad data (Gilbert, Jack Keane)
3145 * ISAKMP update for SHA2 and AES encryption assignments (Yaniv Kaul)
3146 * Move Frame dissection do separate file (Gilbert)
3147 * Add support for modal message boxes (Guy)
3148 * DNS updates (Brian Wellington)
3149 * Add Capture->Stop menu item (Santeri)
3150 * ICMPv6 bad data check (Santeri)
3151 * Check for python executable in autogen.sh (Gilbert)
3152 * On Unix/X, the default font preference matches only ISO 8859/1 fonts (Guy)
3153 * Complete the COPS dissector (Heikki Vatiainen)
3154 * Update for Session Announcement Protocol (Heikki Vatiainen)
3155 * Better heuristic for detecting Linux mangling of token-ring header (Gilbert)
3156 * Fix for DNS A6 RR decoding (Per Flock)
3157 * Support for H.261 and TPKT, replacement of RTP and RTCP dissectors, and
3158         changes to Q.931 dissector (Andreas Sikkema)
3159 * Case-insensitive string checks in HTTP dissector (Isaac Wilcox)
3160 * RTCP band-aid for allegedly-NTP timestamp (Guy, from Jason Lango's
3161         RTCP dissector)
3162 * Diameter updates (David Frascone)
3163 * Capture statistics improvements (Santeri)
3164 * Check the ICMP checksum (Guy)
3165 * Support for conversations with "wildcard" destination addresses
3166         (Jeff Foster, Guy)
3167 * HSRP off-by-one fix (Guy)
3168 * IPX and TCP column-related fixes (Guy)
3169 * make-reg-dotc fix (Guy)
3170 * AFS static-function cleanup (Guy)
3171 * Filter GUI ease-of-use fixes (Santeri)
3172 * Support for Routines for IGRP dissection <Paul Ionescu>
3173
3174 Overview of changes in Ethereal 0.8.12:
3175 * OSPF enhancements (Craig Metz)
3176 * Buffer-overflow protection with snprintf (Gilbert)
3177 * Add "Save As" feature to TCP Follow dialogue (Gilbert)
3178 * NFS update (Guy)
3179 * Show correct IP cksum if cksum in packet is incorrect
3180         (Johannes.Hennecke@elsa.de, Gilbert, Guy)
3181 * Fixes for srvloc (Guy, Peter Kjellerstedt)
3182 * Reorganize Win32 README (Gilbert)
3183 * ICQ updates (Peter Kjellerstedt)
3184 * ICMP proto_tree fix (Guy)
3185 * Filter dialogue GUI fix (Guy)
3186 * Fix rlogin "fd" assumption (Guy)
3187 * Packet-length fixes in various dissectors (Guy)
3188 * Add preferences to OSI CLNP/COTP/CLTP (Laurent)
3189 * Dissector tables allow for tvbuff and non-tvbuff dissectors (Guy)
3190 * Code cleanup (Laurent, Guy)
3191 * SMB fix (Richard)
3192 * Add scripts to turn lists of protocols and filterable fields, as
3193         produced by "ethereal -G", to SGML (Richard)
3194 * RPC updates (Uwe)
3195 * NLM v1 updates (Uwe)
3196 * Add Help window (Laurent)
3197 * Improve add_host_name fill IP host hasthable from DNS answers (Laurent)
3198 * Add doc strings to ncp2222.py (Gilbert)
3199 * Fix display of IPv6 frag header in proto_tree (Santeri Paavolainen)
3200 * Add wiretap support for Cisco Secure Intrusion Detection System IPLog format
3201         (Mike Hall, Gilbert)
3202 * Allow "filtering" in TCP Follow Save As, i.e., save entire conversation, or
3203         either half of the conversation (C->S, S->C) (Gilbert, Laurent)
3204 * Doco update (Guy)
3205 * BOOTP fix (Phil Techau)
3206 * Fix Help|About order (Guy)
3207 * Add #defines to DNS dissector (Guy)
3208 * Fix compilation in non-source directory (Laurent)
3209 * Add ethertypes (Laurent)
3210 * Add routines for fetching little-endian and big-endian 64-bit integral
3211         quantities, if G_HAVE_GINT64 is defined (Guy)
3212 * ISIS CLV fix (Laurent)
3213 * Add proto_tree_add_text_valist (Laurent)
3214 * make-reg-dotc fix (Guy)
3215 * header-file inclusion fixes (Laurent)
3216 * Add Kerberos 5 dissector (Wes Hardaker, Guy, Gilbert)
3217 * Speedup of random access to compressed ngsniffer files (Guy)
3218 * LLC non-SNAP fix (Guy)
3219 * snprintf fixes (Guy)
3220 * "TCP follow" support for TCP over IPv6 (Laurent)
3221 * Add RSH dissector (Robert Tsai)
3222 * Add HPUX doco and patches (Guy)
3223 * Better handling of failing to open capture device (Guy)
3224 * Cope with Linux ISDN packet headers (Guy)
3225 * Enable/disable particular protocols (Laurent, Uwe)
3226 * Small RPC and NFS fix (Uwe)
3227 * Preferences GUI updates (Laurent, Guy, Gilbert)
3228 * Packet deselection fix (Guy)
3229 * Re-organize popup menu (Laurent)
3230 * GUI convenience function updates (Guy)
3231 * DNS A6 records are now RFC 2874, not i-d (itojun)
3232 * Add support for draft-ietf-ipngwg-icmp-name-lookups-06.txt
3233         (ICMP node information query) (itojun)
3234 * Gryphon plugin fix (Laurent)
3235 * Plugin fix (Laurent)
3236 * Add Zebra dissector (Jochen, Guy)
3237 * ICMPv6 dissector alignment fix (itojun)
3238 * Add port type for SCTP ports (Michael Tuexen)
3239 * Potential buffer overflow fixes (Laurent)
3240 * Add info to summary window (Laurent)
3241 * Add initial support for SMTP dissector (Richard, Laurent)
3242 * Choose bold font from normal-weight font name (Guy)
3243 * Font fixes (Laurent)
3244 * BGP display filter fix (Laurent)
3245 * Ascend display filter fix (Laurent)
3246 * Ability to mark frames with middle mouse button. (Laurent)
3247 * Tethereal initialization fix (Guy)
3248 * Turn FT_NSTRING_UINT8 into FT_UINT_STRING (Gilbert)
3249 * NCP fix (Gilbert)
3250 * Remove "Decode IPv4 TOS field as DiffServ field" from display
3251         options (Laurent)
3252 * Add a help context identifier to the status bar (Laurent)
3253 * Fix CLEANUP_* macros in exceptions code (Gilbert)
3254 * LDAP dissector fix (Guy)
3255 * RPC packet-state fix (Guy)
3256 * Name updates to stuff in GSS authentication for ONC RPC (Dug Song)
3257 * Update doco (Guy, Laurent)
3258 * libpcap->wiretap encapsulation type mapping fix for new DLT_ types (Guy)
3259 * LLC fix (Guy)
3260 * pptp fix (Laurent)
3261 * vines fix (Laurent)
3262 * NFS v2 READDIR fix (Guy)
3263 * Add FT_STRINGZ type (Gilbert)
3264 * Move pointer-integer functions (pntohl, et al) to separate file (Gilbert)
3265 * Add initial support for BXXP (Richard)
3266 * Fix method for building list of network interfaces (Uwe, with tip o' hat
3267         to W. Richard Stevens)
3268 * GIOP endianness fix (Gilbert)
3269 * Random character in help dialogue fix (Laurent)
3270 * Change wtap_read() parameter list to avoid hacks in some wiretap
3271         modules (Gilbert)
3272 * g_malloc()/g_free() fixes (Guy)
3273 * New tvbuff routines (Gilbert, Richard)
3274 * libsnmp.so loading fix (Guy)
3275 * Use inverse video instead of boldface in hex dump (Graham Bloice, Guy)
3276 * Ability to choose fixed-width font as a GUI preference (Guy)
3277 * Default to "6x13" rather than Lucida Typewriter, as not all X servers
3278         have Lucida Typewriter (Guy)
3279 * Comment-out Cut/Copy/Paste items in Edit menu (Guy)
3280 * redraw_hex_dump fixes (Guy)
3281 * Negative relative and delta timestamp fixes (Guy)
3282 * Move some string functions out of packet.c and into strutil.c (Gilbert)
3283 * OSPF fixes (Craig Metz)
3284 * Avoid assert in tvbuff when creating packet of bogus reported_length (Gilbert)
3285 * Don't allow hf_text_only to be in the display filter language (Gilbert)
3286 * Win32 .cvsignore additions (Graham)
3287
3288 Overview of changes in Ethereal 0.8.11:
3289 * Set locale in tethereal (Guy)
3290 * Dialog box utility routines (Guy)
3291 * Modal window fixes (Guy)
3292 * GUI cleanups (Guy)
3293 * Add support for preferences (Guy)
3294 * IPv4 DiffServ is a preference (Guy)
3295 * Add strcasecmp.c for those systems that need it, like SINIX-M (Uwe)
3296 * BOOTP magic cookie fix, option-dissection fix (Guy)
3297 * SNMPv3 fix for security model values 1 and 2 (Guy)
3298 * Make AH payload dissection placement a preference (Gilbert)
3299 * Timestamp display fix (Guy)
3300 * CLNP TSAP fix (Guy)
3301 * NFS filehandle dissection for ReliantUNIX and Linux nfsd/knfsd (Uwe)
3302 * TCP summary info in protocol tree is an option (Gilbert)
3303 * OSPF enhancements and fixes (Michael Rozhavsky)
3304 * inet_aton()-related build fixes (Guy)
3305 * UDP has heuristic dissector table, and uses it for RPC (Uwe)
3306 * Dissection of RPCSEC_GSS credentials in ONC RPC (Dug Song)
3307 * DNSSEC additions/name changes (Jakob Schlyter)
3308 * Error message cleanups (Guy)
3309 * DNS support for MS's WINS and WINS-R resource records (Guy)
3310 * tvbuff-ication of H1 dissector, and response identifier display change
3311         (Gerrit Gehnen)
3312 * SCTP dissector (Michael.Tuexen@icn.siemens.de)
3313 * Capture-window titlebar fix (Gilbert)
3314 * Support for building SVR4 binary packages (Gerald)
3315 * proto_tree/dfilter interaction change (Gilbert)
3316 * Fix URL for libpcap (Guy)
3317 * Improved autogen.sh script (Bruce Korb)
3318 * Add "debian" target to Makefile (Olivier)
3319 * Tethereal packet-count and new-line fix (Gilbert)
3320 * SNMP "agent address" trap PDU display fix (Guy)
3321 * Support for many more DHCP options (Jose Pedro Oliveira)
3322 * Compiler-warning fixes in wiretap (Guy)
3323 * Reset "visited" flag when rescanning a file (Gilbert)
3324 * Add RPM and SRPM build targets (Gerald)
3325 * Another shot at the undead libpcap monster fix (i.e., extra info
3326         in headers for ss990915 libpcap) (Guy)
3327 * Add aclocal-flags to fix build headaches (Guy)
3328 * In proto_tree_add_item(), access tvbuff before adding anything to
3329         proto_tree. (Gilbert)
3330 * Add Quake 1 dissector (Uwe)
3331 * GIOP dissector warns about unsupported GIOP versions (Gilbert)
3332 * dfilter2pod build fix (Gilbert)
3333 * Re-write of NCP dissector. Adds python to build. :) (Gilbert)
3334 * Fix Edit->Filters...->Apply (Richard)
3335 * Add DIAMETER dissector (David Frascone)
3336 * Display TCP RST data as text, as per RFC 1122 (Guy, with tip o' hat
3337         to Kevin Steves)
3338 * Support for capturing from a pipe (FIFO or STDIN). (Olivier)
3339 * Cross-platform build fixes (Guy)
3340 * Fix directory-checking routines (Guy)
3341 * Display filters now work on string types (Gilbert)
3342 * Initial templates for decoding all 4 NLM protocol versions (Uwe)
3343
3344 Overview of changes in Ethereal 0.8.10:
3345 * Code cleanup (Gilbert)
3346 * Assign port 1052 to DDTP (Olivier)
3347 * Add syslog dissector (Gerald)
3348 * Build cleanup (Guy)
3349 * X11 dissector (Christophe, Guy)
3350 * RPC cleanup (Guy)
3351 * tvbuffication (Olivier, Gilbert)
3352 * Remove dead tos_str symbol (itojun)
3353 * More manufacturer ether codes (Gaetan Soltesz <gaetan@cisco.com>)
3354 * Support for capturing on Linux ATM interfaces (Mark Clayton)
3355 * NG Sniffer file reading fixes (Joerg, Guy)
3356 * Make 'tethereal -h' look similar to 'ethereal -h' (Joerg)
3357 * Support for "Update list of packets in real time" on Win32 (Graham)
3358 * Win32 makefile dependency fix (Graham)
3359 * Fix for people who don't read the FAQ. I.e., fix for
3360         calling snmp_set_full_objid(0 in packet-snmp.c (Guy)
3361 * OSI fix (Guy)
3362 * ISIS fix (Guy)
3363 * AFS volume name display fix (Guy)
3364 * tvbtest enhancements (Guy)
3365 * Treat TCP follow temp file as binary, for Win32 (Guy)
3366 * Read NetXRay 2.002 files (Joerg, Guy)
3367 * Fix octet string buffer overflow in packet-snmp.c (Guy)
3368 * asn1.c/packet-snmp.c code cleanup (Guy)
3369 * Variable name ("cf"/"cfile") cleanup (Ben Fowler)
3370 * GUI-code enhancements (Guy)
3371 * Wiretap enhancements (Guy)
3372 * Support for OSI CLTP (Guy)
3373 * ISAKMP padding fix (Guy)
3374 * GUI progress bar change (Guy)
3375 * Debian build-file fix (Olivier)
3376
3377 Overview of changes in Ethereal 0.8.9:
3378 * Timestamps in RTP summary column (Jason Lango)
3379 * Fix build warnings (Ron Flory)
3380 * Make our GtkCList sortable (Graham Bloice)
3381 * Use F<> instead of B<> for files in man pages (Guy)
3382 * Fix a type IP packet counter (Gerald)
3383 * Build fixes (Gilbert, Guy)
3384 * Rename "private" to "dump", to avoid C++ reserved word (Guy)
3385 * Add tvbuff class and exceptions module (Gilbert, Guy)
3386 * Convert dissectors to use tvbuffs (Gilbert, Olivier, Guy)
3387 * Support ISAKMP Configuration Method (Yaniv Kaul)
3388 * Fix tethereal/wiretap error-reporting bug (Gilbert)
3389 * Add sample Makefile for regression testing (Gilbert)
3390 * Dissect substring filters in packet-ldap.c (Guy)
3391 * Fix wtap.h typo (Alan Harrison)
3392 * Change usage of 'fd' in file.c (Ben Fowler)
3393 * Fix endian bug in ngsniffer.c (Guy)
3394 * Fix smb-pipe NetServEnum (Guy)
3395 * Fix VTP to correctly add ipv4 address to proto_tree (Guy)
3396 * cf->current_frame fix for correctly displaying GtkCList (Guy)
3397 * SMUX and SNMPv3 support (Jochen Friedrich)
3398 * Fix snmp-less build (Guy)
3399 * Show Ethernet trailer (Gilbert)
3400 * Old-style fixes for bounds checking (Guy, Gilbert)
3401 * Make proto_tree_is_visible false more of the time (Guy)
3402 * Support for GRE over IPX (Paul Ionescu)
3403 * Move psuedo_header out of frame_data structure to save memory. Required
3404         changes in wiretap, too. (Guy)
3405 * Doco fixes (Guy)
3406 * Mark DCHP packets as DHCP, using bootp.dhcp flag. (Paul Ionescu)
3407 * Fix randpkt.c for new wtap_dump() (Gilbert)
3408 * Correctly handle 0-length FT_BYTES (Gilbert)
3409 * Header file fixes (Guy, Gilbert)
3410 * SMUX-related fix (Guy)
3411 * More wiretap zlib fixes (Guy)
3412 * Detect Cisco and Novell type IPX packets (Paul Ionescu)
3413 * Close the capture file descriptor (Mark Burton, Guy)
3414 * More ISAKMP additions (Yaniv Kaul, Guy)
3415 * Support for EIGRP over Appletalk and IPX (Paul Ionescu)
3416 * Fix display of IP fragment (Scott Howard)
3417 * Fix for Linux ISDN ippp devices (Gilbert)
3418 * Change handling of capture_ppp() (Gilbert)
3419 * SMB fixes (Mark Burton)
3420 * Support for reading compressed Sniffer fils (Tim Farley, Joerg, Guy)
3421 * GTK dialogue fixes (Guy)
3422 * Incorporate gtkclist.c from GTK+ 1.2.8 (Guy)
3423 * Initial SCTP support (Michael Tuexen)
3424 * Support for Mobile IP dissection (Stefan Raab, Gilbert, Guy)
3425 * Fix for X.25 dbit (Gilbert)
3426 * Enable more dissector handoff tables (Guy)
3427 * Win32 build enhancements (Graham Bloice)
3428 * X.25 LCN display fix (Olivier)
3429 * C/C++ typedef fixes (Guy, Andreas Sikkema)
3430 * Change proto_tree_add_*() calls to find more errors at compile time (Guy)
3431 * Fix plugin function pointer table (Gilbert)
3432 * Add "Enable name resolution" check box to File Open dialogue (Gilbert)
3433 * Fix RSVP for Resv Tear Confirm message (Gilbert)
3434 * Show ICMP sequence number as two bytes instead of integer of unknown-endianness (Gilbert)
3435 * Add gtk_set_locale() to main (Kaoru Kusunoki)
3436 * Make dissect_ah() use dissector handoff tables (Gilbert)
3437 * Fix L2TP dissector to call dissect_ppp() (Gilbert)
3438 * Support for COPS (Heikki)
3439
3440 Overview of changes in Ethereal 0.8.8:
3441 * Implement dissector tables for various protocols (Gilbert, Guy)
3442 * Add "visited" flag to each frame (Gilbert, Guy)
3443 * Renamed the DHIS protocol to DDTP (Olivier)
3444 * Change win32 port to build as a Windows (non-console) program (Guy)
3445 * Improved display of FTP data (Richard)
3446 * Add icon and resource for Win32 ethereal (Graham Bloice)
3447 * OSI fix (Guy)
3448 * Wiretap code cleanup (Guy)
3449 * Updates to OSI CLNP, CLTP, ISIS. Added OSI ESIS (Ralf Schneider)
3450 * Per-frame data allocation (Richard)
3451 * Update NCP code to use conversation types (Guy)
3452 * Fix checksum option decoding in CC/CR TPDU in CLNP dissector (Laurent)
3453 * Detect compressed A/C PPP fields (Greg Kilfoyle)
3454 * Support for decoding MS Proxy protocol (Jeff Foster)
3455 * Fragmented IPv6 fix (Guy)
3456 * Fixes to LPD dissector (Matthijs Melchior <mmelchior@lucent.com>)
3457 * Support for RTCP and RTP (Jason Lango)
3458 * RTSP fixes (Guy)
3459 * IPv4 dissector and doco fix (Ben Fowler <wapdev@leedsnet.com>)
3460 * Add proto_tree_add_int_format() (Gilbert)
3461 * Support IPv6 name resolution A6 packet (itojun)
3462 * Support AD and CD bit in RFC2535 section 6 (itojun)
3463 * Add "-s" to editcap (Guy)
3464 * Print spaces as spaces in hex dump pane (Gilbert, Guy)
3465 * Don't dissect encrypted payload in ISAKMP packet (Guy)
3466 * SINEC H1 fixes (Gerrit Gehnen)
3467 * Plugin fixes (Gerrit Gehnen)
3468 * Win32 build fixes (Graham Bloice)
3469 * Doco updates (Guy)
3470 * Menu fixes (Guy)
3471 * Dialogue window helper functions (Guy)
3472 * GUI button-creation functions (Guy)
3473 * Speedups in token-ring dissector (Gilbert)
3474 * Registration of lists of "heuristic" dissectors (Guy)
3475 * Ethereal child process error-handling (Guy)
3476 * Fix problems with dialogue windows popping up multiple times (Guy)
3477
3478 Overview of changes in Ethereal 0.8.7:
3479 * Small memleak in "Find Frame" plugged (Guy)
3480 * Correct behavior for stopping frame search (Guy)
3481 * RPM spec file fix (Patrick Higgins <phiggins@transzap.com>)
3482 * Disable "Update list of packets in real time" and
3483         "Automatic scrolling in live capture" for Win32 (Gilbert)
3484 * Avoid using zero-length arrays in packet-rsvp.c (Guy)
3485 * Add wtap_read() func to wtap.c (Richard, Guy)
3486 * Update to SMB Browse (Richard)
3487 * Rlogin dissector (Jeff Foster)
3488 * Re-arrange dissector_add() calls and make some dissectors static
3489         for dissectors under TCP and UDP (Guy)
3490 * Remove unused value_string in packet-llc.c (Guy)
3491 * Add DOCSIS BPDU (Johannes Hennecke <Johannes.Hennecke@elsa.de>)
3492 * Separate variables for "File|Open" and "File|Save [As]" (Guy)
3493 * BGP confederations support (Greg Hankins)
3494 * Correct display of FT_BOOLEANs inside bitfields (Gilbert)
3495 * Catch loops in DNS names. Avoids zlip DNS DoS exploit (Guy)
3496 * Compile tethereal and editcap for Win32 (Gilbert)
3497 * Support CIFS-over-TCP w/o NBSS (Mark Muhlestein)
3498 * .cvsignore updates (Ben Fowler)
3499 * Add SOCKS[45] dissector, plus changes to conversation.c (Jeff Foster)
3500 * Fix int size for I and S LLC frames. (Guy)
3501 * Update packet-osi.c [CLNP] (Guy)
3502 * Update packet-isis.c (Guy)
3503 * Fix typo in packet-h1.c (Guy)
3504 * Update Win32 doco (Guy)
3505 * Fix null filter string display in summary dialogue (Guy)
3506
3507 Overview of changes in Ethereal 0.8.6:
3508 * L2TP spelling fix (Florian)
3509 * RADIUS update (Florian)
3510 * LDAP build fix (Guy)
3511 * Fix for not being able to capture more than once in a session (Guy)
3512 * Developers' doc update (Guy)
3513 * Build fixes (Guy)
3514
3515 Overview of changes in Ethereal 0.8.5:
3516 * Fix for reading Toshiba ISDN router trace files (Gilbert)
3517 * Fix proto_* calls in various dissectors (Guy, Gilbert)
3518 * Fix offset in packet-ipp.c (Guy)
3519 * Documentation updates (Guy, Olivier)
3520 * Another iteration of the frame_data pointer/GtkCList headache (Guy)
3521 * Support for DUMP and EXPORT replies in packet-mount.c (Uwe)
3522 * Support for MPLS (Ashok)
3523 * RSVP fixes (Guy)
3524 * Fix TCP Stream (Guy)
3525 * Break proto_tree_add* functions into many more (Gilbert, Guy)
3526 * Win32 version uses HOMEDRIVE and HOMEPATH instead of HOME (Guy)
3527 * More *BSD zlib fixes (Guy)
3528 * Fix to handle SNMPv2 TRAP PDUs (Dietmar Petras)
3529 * Fix SNMP (Guy)
3530 * Fix "Find Frame"/"Go To Frame" dialogue boxes (Guy)
3531 * Plugin API fixes (Guy)
3532 * LAPB update (Olivier)
3533 * EIGRP update (Guy)
3534 * V120 update (Guy)
3535 * RADIUS changes (Florian Lohoff)
3536 * Add new filterable fields to eth, tr, fddi, isl (Jeff Foster, Gilbert)
3537 * Add Novell option decoding (Fredrik Sorensson <fsn@volvo.se>>
3538 * More proto- and dfilter- assertions (Gilbert, Ben Fowler <wapdev@leedsnet.com>)
3539 * Fix IPv6 fragment handling (Jochen Friedrich)
3540 * DNS update (Guy, Itojun)
3541 * IPv4 udpate (Guy)
3542 * Enable capturing in Win32 (Paul Welchinski)
3543 * Fix for SMB (Andreas Sikkema)
3544 * Wiretap update; fix for Netmon reader (Guy)
3545 * L2TP fixes (Florian Lohoff)
3546 * NFS update (Guy)
3547 * Telnet update (Guy)
3548 * Per-frame proto data (Richard)
3549 * ASN.1 update (Guy)
3550 * PPP over GRE fix (Gilbert)
3551 * ISIS-HELLO fix (Ralf Schneider)
3552 * Display filter string length fix (Ralf Schneider)
3553 * Re-work of LDAP dissector (Doug Nazar)
3554 * Win32 file-save fix (Andreas Sikkema)
3555 * Add getopt routine for Win32 (Gilbert)
3556 * BGP route reflection support (Greg Hankins <gregh@twoguys.org>)
3557 * BOOTP fix (Michael Johnston)
3558 * Lex build fix (Guy)
3559 * Remove extra menu entries for "Find Frame" and "Go To Frame" (Guy)
3560 * Wiretrace's iptrace reader now reads IBM SP switch traces (Jochen Friedrich)
3561 * HP-UX build fix (Guy)
3562 * Plugin update (Olivier)
3563 * Summary dialogue window fix (Guy)
3564 * Ethereal exit logic re-org (Guy)
3565 * Filter dialogue re-org (Guy)
3566 * Use GMemChunk for frame_data structs (Guy)
3567 * Allow registration of protocol handoffs (Jeff Foster, Guy)
3568 * Win32 build fix for new WinPcap library (Guy)
3569
3570 Overview of changes in Ethereal 0.8.4:
3571 * Listen for exception on GDK_INPUT_EXCEPTION on sync pipe (Gilbert)
3572 * Correct timestamp bug in dissect_ipopt_timestamp() (Paul Ionescu, Olivier)
3573 * Win32 fixes (Ed Meaney)
3574 * Fix PLUGIN_DIR scanning (Olivier)
3575 * Support for Cisco Group Management Protocol (Guy)
3576 * Allow filtering on 24-bit integral fields (Guy)
3577 * Support for Cisco's Virtual Trunking Protocol (guy)
3578 * Enable plugins on Win32 (Gilbert)
3579 * Debian packaging changes (Olivier)
3580 * Win32 build fix (Gilbert)
3581 * Fix bug in tftp (Dietmar Petras)
3582 * Support for Time Protocol (Dietmar)
3583 * Support for win32 libpcap (Ed Meaney)
3584 * Typo in Makefile.am (Sean Walmsley <sean.p.walmsley@Hydro.ON.CA>)
3585 * Build fix, plus suport for setuid ethereal [DANGEROUS!]
3586         (Peter Kjellerstedt <peter.kjellerstedt@axis.com>)
3587 * Typo fix in OSPF (Nick Amato)
3588 * Code movement (Guy)
3589 * NetBSD zlib build fix (Itojun, Guy)
3590 * Misc. code fixes (Guy)
3591 * Win32 fixes (Guy)
3592 * Support for SMB Mailslot and Netlogin (Jeff Foster)
3593 * BOOTP fix (Dietmar Petras)
3594 * "A header file for every dissector" (Gilbert)
3595 * Fix NetBIOS name types (Richard)
3596 * Allow for non-"struct timeval" in tethereal (Gilbert)
3597 * Upgrade gtkclist.c to GTK+-1.2.7 (Gilbert)
3598 * Support raw IP nettl captures (Olivier)
3599 * Fix X.25 data structure initialization (Olivier, Guy)
3600 * New WTAP error code: WTAP_ERR_UNSUPPORTED_ENCAP (Guy)
3601 * LanMan fix (Richard)
3602 * Doco updates (Guy)
3603 * Fix for UCD SNMP 4.1.x
3604 * "Resolve Name" item in proto tree popup (Laurent)
3605 * Buffer fix (Guy)
3606 * SMB Logon fix (Richard, Jeff Foster)
3607 * Tethereal fix for multi-arg filters on command line (Guy)
3608 * Fix HTTP request and response (Laurent)
3609 * Support for Dynamic Host Information Services (Olivier)
3610 * Add TCP segment length to TCP packet summary (Fred Reimer)
3611 * Pop up single packet's proto tree in new window (Jeff Foster, Guy)
3612 * Developer's README, finally! (James Coe, Guy, Jeff Foster, Gilbert)
3613 * Support for HP-UX 11 nettl files (Olivier)
3614 * Make scrollbar placement option ubiquitous (Guy)
3615 * Support for Sinec H1 protocol (Gerrit Gehnen)
3616 * Show version number resource in COTP (Gerrit Gehnen)
3617
3618 Overview of changes in Ethereal 0.8.3:
3619 * Win32 path delimiter fixes (Guy)
3620 * clnp fix (Guy)
3621 * tethereal initialization fix (Guy)
3622 * Debian packaging files (Olivier)
3623 * NFS readdir* segfault fix (Uwe)
3624 * file_seek() fix (Guy)
3625 * "struct timeval"/"struct bpf_timeval" fix (Guy)
3626 * TFTP Option Extension (RFC 2347) support (Craig Newell)
3627 * Menu fixes (Gilbert)
3628 * PPP sequence number fix (Gilbert)
3629 * Support for NetXRay WAN traces (Gilbert)
3630 * X.25 fix (Guy)
3631 * TCP Follow EBCDIC toggle fix (Gilbert)
3632 * New get_home_dir() function for HOME env var (Gilbert, Guy)
3633 * Additional NLPIDs (Guy)
3634 * New "ethereal_static" make target (Nathan)
3635 * Capture window close button fix (Nathan)
3636 * Plugin directory symlink scanning fix (Olivier)
3637 * Add SNMP trap port to udp dissector (Guy)
3638
3639 Overview of changes in Ethereal 0.8.2:
3640 * Add editcap as standard install target (Guy)
3641 * Add manpage for editcap (Guy)
3642 * GUI code movement (Guy)
3643 * Read-only Win32 support (Gilbert, Guy)
3644 * L2TP updates (Laurent Cazalet, Thomas Parvais)
3645 * select() workaround for Linux libpcap bug (Guy)
3646 * Cisco CDP fixes (Guy)
3647 * Hex dump option in TCP Stream window (Olivier)
3648 * Assorted frame numbering fixes (Guy)
3649 * Filterable RTSP fields (Jason)
3650 * X.25-over-Ethernet support, perhaps (Guy)
3651 * Export and usage of NLPID values (Guy)
3652 * zlib fix for {Free,Open,Net}BSD (Guy, Itojun)
3653 * Add tethereal and manpage (Guy)
3654 * Doc updates (Guy, Gilbert)
3655 * Fix type in hex printing in netbios (Gerald)
3656 * Work around RedHat 6.1 libpcap filter "feature" (Gerald)
3657 * Fix alignment issues (Guy)
3658 * Tethereal mods (Nathan)
3659 * Use gmodule for dynamic linking instead of libltdl (Gilbert)
3660 * Build fixes (Guy)
3661 * Plugins in tethereal (Olivier)
3662 * Editcap mods (Richard)
3663 * Change code to use strchr() instead of index() (Guy)
3664 * Change code to use strrchr() instead of rindex() (Guy)
3665 * Pop-up menus with right-clicks (Jerry Talkington)
3666 * Packet scrolling option in capture dialogue window (Guy)
3667 * Full NFSv3 support (Uwe)
3668 * Fix byte-order and alignment problems in PPTP
3669         (Thomas Quinot, Debian bug 55347)
3670 * Support for both HP-UX 9.04 and HP-UX 10.20 nettl files (Olivier)
3671 * "Inactive Subset" in ISO 8473 CLNP (Gerrit Gehnen)
3672 * Vines update (Joerg)
3673 * tm_mon fix (Guy)
3674 * New proto_item_set_text() and proto_tree_add_notext() functions (Guy)
3675 * New functionality in dissect_rpc_string() (Guy)
3676 * CDP fixes (Paul Ionescu)
3677 * packet_info and ethernet changes (Guy)
3678 * LLC updates (Guy)
3679 * Flag for IPv4 TOS field/DiffServ field (Heikki Vatiainen)
3680 * Cisco ISL support (Guy)
3681 * Workaround for GTK+-1.2.[3-6] text widget bug (Gerald)
3682 * Menu updates and fixes (Gerald, Gilbert, Guy, henceforth "3G")
3683 * Parse multiple COMMUNITIES value in BGP (Itojun)
3684
3685 Overview of changes in Ethereal 0.8.1:
3686 * Fix mulitiple-selection bug in packet list (Gilbert)
3687 * Check for libtool and libtool version (Guy)
3688 * Toshiba file reader handles relative dates (Gilbert)
3689 * File|Open dialogue box directory hack (Gilbert)
3690 * Modify appearance of lines and expanders in GUI proto tree (Gilbert)
3691 * Make code ANSI-C compliant and other build fixes (Guy)
3692 * Fix side effects of using GtkCTree and GTK_SELECTION_BROWSE (Guy)
3693 * Abstract out some of the menu code from the GUI routines (Guy)
3694 * Re-arrange some GUI code (Guy)
3695 * "Default" button for resetting plugin filter string (Olivier)
3696 * Plugin status save/restore (Olivier)
3697 * Add notes about sniffing VMware connections (Gilbert)
3698 * Add focus for "Find Frame" and "Go to Frame" (Guy)
3699 * Reconcile differences in integer size used for ports
3700         in conversation code and packet_info code (Gilbert)
3701 * Empty string capture filters for libpcap craziness (Gerald, Guy)
3702 * Manpage updates (Guy)
3703 * Print packets as multiple pages of PostScript (Guy)
3704 * Fix "Follow TCP Stream" print function (Guy)
3705 * Avoid segfault in SMB reported by
3706         Aaron Bush <abush@microcenter.com> (Gilbert)
3707 * L2TP support (John Thomes)
3708 * Allow printing during capturing
3709
3710 Overview of changes in Ethereal 0.8.0:
3711 * RPC and NFS updates, complete NFSv2 support (Uwe, Gilbert)
3712 * Initial TNS support (Nathan)
3713 * Documenatation and distribution updates (Gilbert, Guy, Itojun, Gerald)
3714 * SMB fixes (Gilbert, Richard, Olivier, Greg Kilfoyle)
3715 * Color preference fixes and updates (Guy)
3716 * NetBIOS fixes (Guy)
3717 * IPX fixes and updates (Guy, Nathan)
3718 * Capture/file save facility updates (Guy)
3719 * Add IPX stats to capture window (Gilbert)
3720 * Appropriately enable/disable the "follow" menu item (Florian)
3721 * ICQ fixes from Guy and Kojak (Guy)
3722 * Add Christopher McAvaney's format_text() fix (Guy)
3723 * Stream window color prefs (Gerald)
3724 * Myriad GUI fixes and enhancements (Gilbert, Guy)
3725 * RADIUS fixes thanks to Arni Raghu <arni@caip.rutgers.edu> (Gilbert)
3726 * VLAN updates (Nathan)
3727 * Byte view fixes (Nathan)
3728 * Initial TACACS+/XTACACS support (Nathan)
3729 * Multiple file format capability in wiretap and Ethereal (including Snoop,
3730   Netmon 1.x, Sniffer, Netxray, and various flavors of libpcap)
3731   (Guy, Olivier, Nathan)
3732 * Added editcap to the distribution (Richard)
3733 * Enhancements to wiretap's file output capabilities (Guy)
3734 * Add our own SNMP PDU dissector; other SNMP fixes and updates (Guy)
3735 * ASN.1 code added; used by SNMP dissector, and available for other use
3736   by other dissectors (Guy)
3737 * LLC/SNAP fixes and updates (Guy, Nathan)
3738 * NTP fixes (Guy, Gerald)
3739 * ISAKMP updates from Dave Chapeskie (Guy)
3740 * Reduced dependency on "global.h" (Gilbert, Guy)
3741 * HTTP updates from Jerry Talkington (Guy)
3742 * Added IRC dissector (Nathan)
3743 * DNS updates (Nathan)
3744 * Added James Coe's patch(es) to add SRVLOC and NCP-over-IP support (Guy)
3745 * CLI fixes and enhancements (Guy)
3746 * ARP improvements (Nathan)
3747 * Capture length fixes for IRIX (Guy)
3748 * BGP updates from Greg Hankins, and other BGP fixes (Itojun)
3749 * Added Philip Gladstone <philip@raptor.com>'s patch to check IP header
3750   checksum (Gilbert)
3751 * GRE updates, merged code from Jerry Talkington (Guy)
3752 * AppleTalk updates, including NBP and RTMP dissectors (Nathan, Guy)
3753 * Initial LDAP support (Nathan)
3754 * X.25 updates (Olivier)
3755 * Plugin support (Olivier)
3756 * Fixes for packet-ip.c (Guy, Gilbert)
3757 * Jerry Talkington's patch to move filter prefs to their own dialog (Guy)
3758 * Fixes for RedHat's modified version of libpcap (Guy)
3759 * WCCP dissector from Jerry Talkington (Guy)
3760 * rwho/rwhod/ruptime support added (Gilbert)
3761 * Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap module
3762   and V.120 decoder (Gilbert, Guy)
3763 * RSVP fixes (Gilbert)
3764 * NCP fixes and updates, other fixes from James Coe (Nathan, Guy)
3765 * Q.931 updates from Bert Driehuis (Guy)
3766 * ISDN4BSD updates (Guy)
3767 * Support for ISIS thanks to Stuart Stanley (Guy)
3768 * Support for Dearborn Group Technology's Gryphon as a plugin (Gilbert)
3769 * Win32 port updates (Guy)
3770 * LPD segfault fixes reported by Gregor Glomm (Gilbert)
3771 * GUI page added to preferences (Gilbert)
3772 * Libtool integrated with the distribution (Gerald, Guy, Itojun)
3773 * OUI updates (Guy)
3774 * Summary-dialog-on-empty-capture segfault bug squished (Guy)
3775
3776 Overview of changes in Ethereal 0.7.9:
3777 * Compilation warning fix (Guy)
3778 * Updates to Q.931 (Guy)
3779 * Updates to Q.2931 (Guy)
3780 * Display filter widget uses GtkCombo (Gerald)
3781 * Added SNMP over Ethernet (Gilbert)
3782 * Small changes to display filters from tcp follow and match selected (Gilbert)
3783 * Fix problem and update SMB (Richard)
3784 * Update portmap (Uwe)
3785 * Update NFS (Uwe)
3786 * Support for iptrace 1.0 files (Gilbert; thanks to
3787         Florian Lohoff <flo@rfc822.org> for sample trace files)
3788 * Update support for netmon 2.0 files (Guy)
3789 * Updates to ATM (Guy)
3790 * Updates to ARP (Guy)
3791 * Updates to DNS (Guy)
3792 * Support for both PPP and LAPB as WAN links in NG Sniffer files (Guy)
3793 * Colorize TCP streams (Gerald)
3794 * Make autoconf check for correct contents of libz library (Guy)
3795 * Updates to About box (Guy, Gilbert)
3796
3797 Overview of changes in Ethereal 0.7.8:
3798 * Added RPC and NFS (Uwe)
3799 * Added IGRP/EIGRP (Don)
3800 * "Print" button in TCP Follow window (Warren Young)
3801 * BGP enhancemnets (Itojun, Greg)
3802 * Wiretap support for Toshiba ISDN router traces (Gilbert)
3803 * More filterable fields (Guy, Laurent)
3804 * AIX and IBM C compiler fixes (Craig Rodrigues)
3805 * General fixes (Guy)
3806 * LPD dissector segfault fix (Gilbert)
3807 * ICQ update (Kojak)
3808 * VLAN update (Nathan)
3809 * "Find Frame" function (Guy)
3810 * Support for newer libpcaps, and broken RH 6.1 libpcap (Guy)
3811 * DNS update (Brian J. Murrell), and similar NBNS update (Guy)
3812 * More DNS updates (Guy)
3813 * "Go to frame" function (Guy)
3814 * Added IMAP (Nathan)
3815 * Added various RPC stubs (Nathan)
3816 * Added portmap (Nathan)
3817 * Added LAPD (Gilbert, Guy)
3818 * LLC fix (Guy)
3819 * Added Q.931 (Guy)
3820 * SMB updates and segfault fixes (Richard)
3821 * Added bootparams (Nathan)
3822 * Added ypserv (Nathan)
3823 * Conversation code fix (Guy)
3824 * Added mount and stat (Nathan)
3825 * Added MAPI (Nathan)
3826 * IPv4 address comparison and subnet testing in display filters (Gilbert)
3827 * Added NLM (Uwe)
3828 * More IPX SAP types (Nathan)
3829 * Automatic ETT_* enum number registration (Guy)
3830 * Added SAP (Session Announcement Protocol) (Heikki)
3831 * Wiretap support for ATM iptrace files (Guy, Gilbert)
3832 * OSPF fix (Heikki)
3833 * General routines for registration of "init" routines (Guy)
3834 * Added ILMI (SNMP over ATM AAL5) (Guy)
3835 * Added SSCOP (Guy)
3836 * Added Q.2931 (Guy)
3837 * "Match selected" produces display filters with field names (Gilbert)
3838 * IPX packet summary resolves IPX network names and MAC addresses (Gilbert)
3839 * POP fixes (Heikki)
3840 * Added VRRP (Heikki)
3841 * Display filter "Reset" button (Laurent)
3842 * Added HSRP (Heikki)
3843 * SNA packets show hex dump with EBCDIC converted to ASCII (Gilbert)
3844 * Added Cisco Auto-RP (Heikki)
3845
3846 Overview of changes in Ethereal 0.7.7:
3847 * Check header length in IP header (Guy)
3848 * Fix printf formats in packet-rx.c (Guy)
3849 * NTP changes (Tomislav Vujec)
3850 * Add conversation mechanism and generalize net/datalink address storage (Guy)
3851 * Fix ipproto.c bug (Guy)
3852 * Removed erroneous assert in packet-sna.c (Gilbert)
3853 * Support for Appletalk DDP, Banyan Vines, and SNA FID type 4 addresses
3854         in "address" type code (Guy)
3855 * Fixes for Appletalk and Vines (Guy)
3856 * Add ICQ dissector (Kojak)
3857 * Remove compilation warnings in packet-snmp.c (Tomislav)
3858 * Remove compilation warnings from packet-smb.c (Richard)
3859 * Add make-reg-dotc to let non-GNU makes work. (Guy)
3860 * Fix AIX compilation (Guy, Gilbert)
3861 * Fix autoconf weird-path problem (Guy)
3862
3863 Overview of changes in Ethereal 0.7.6:
3864 * Fix xdlc bug (Guy, Gilbert)
3865 * Add name resolution option to GUI. (Laurent)
3866 * Fix LLC bug (Guy)
3867 * Display filter bug fixes
3868         Santeri Paavolainen <santtu@ssh.fi>
3869         Dewi Morgan <dewim@sco.com>
3870         (Gilbert)
3871 * Print changes (Guy)
3872 * NG Sniffer FDDI time unit fix (Guy)
3873 * Fixes for SINIX (Uwe Girlich)
3874 * Lots of fork/sync fixes (Guy)
3875 * Add filename to Capture dialog box (Guy)
3876 * New display filters for many protocols
3877         (Laurent... the man!)
3878 * Check for bad packet lengths in many protocols
3879         (Laurent, Gilbert, Guy)
3880 * More SMB fields and fixes (Richard, Guy)
3881 * NBNS fix (Richard)
3882 * POP fix (Laurent)
3883 * Fix behavior for bad color filters (Gilbert)
3884 * Default colors for color wheel (Santeri Paavolainen <santtu@ssh.fi>)
3885 * ZLIB error messages (Guy)
3886 * Display filter byte-string syntax additions (Gilbert)
3887 * IPv6 proto_tree and display filter support (Lareunt, Jun-ichiro)
3888 * Added info to protocol registration (Gilbert)
3889 * Added signed integer support to display filters (Phil Techau)
3890 * IPv6 fixes (Jun-ichiro)
3891 * ASCII/EBCDIC conversion in TCP Follow window (Gilbert)
3892 * Add DOUBLE filtering to display filters (Gilbert)
3893 * OSPF fix to dissect MD5 field (Tony Hard <thart@avici.com>
3894 * Automated method of finding proto_register functions (Guy)
3895 * Wiretap support for nettl (HP-UX trace tool) (Olivier)
3896 * Added BPDU (Christophe Tronche)
3897 * Added SNA (Gilbert)
3898 * Added RIPng, PIM (Jun-ichiro)
3899 * Added Yahoo messager and pager protocols (Nathan)
3900 * Added NTP (Nathan)
3901 * Added BGP (Jun-ichiro)
3902 * Added AFS, RX (Nathan)
3903 * Addef VLAN (802.1q) (Nathan)
3904
3905 Overview of changes in Ethereal 0.7.5:
3906 * Fixed bug when reading files on FreeBSD (Guy)
3907 * Fixed compilation bug when disabling zlib on FreeBSD (Guy)
3908
3909 Overview of changes in Ethereal 0.7.4:
3910 * Fixed Radcom file reader in wiretap (Olivier)
3911 * Add "--with-ucdsnmp" to autoconf (Bert Driehuis <driehuis@playbeing.org>)
3912 * Fix snoop reader for Solaris seek problem (Guy)
3913 * NetBIOS and NBIPX updates (Guy)
3914 * Capture dialogue changes (Guy, Laurent)
3915 * Movement of GTK files to subdirectory (Gilbert, Guy)
3916 * Wiretap support for Lucent/Ascent WAN router traces (Gerald)
3917 * Added dissector for Internet Cache Protocol (Peter Torvals)
3918 * Added dissector for Internet Printing Protocol (Guy)
3919 * Show the IP flags as 4 bits (Daniel Ryde <ryde@tripnet.se>)
3920 * Changed usage of FT_BOOLEAN (Gilbert)
3921 * Fixed bugs with short packets and eth, tr, and fddi (Gilbert, Guy)
3922 * Fix for IPX SAP types (Mark H. Wood <mwood@IUPUI.edu>)
3923 * TRMAC now uses dfilter variables (Gilbert)
3924 * randpkt added; produces trace file of random packets (Gilbert)
3925 * New helper macros in packet.h (Guy)
3926 * x.25 and lapb fixes (Olivier)
3927 * Wiretap compilation fixes (Laurent)
3928 * OSI fixes; CLNP now uses dfilter variables (Laurent)
3929 * New Collapse/Expand All function (Laurent)
3930 * Enhanced printing options (Guy)
3931 * zlib support for compress trace files (Ashok)
3932 * Fix ICMP timestamp dissection (Dirk Bonne <dirk@out1.mx.skynet.be>)
3933
3934 Overview of changes in Ethereal 0.7.3:
3935 * Fixed bug in RSVP, added RSVP+ support (Ashok)
3936 * Fixed bug in display filter parsing (Gilbert)
3937 * Allow compilation from different directory
3938         (Brad, <brad@openbsd.org>)
3939 * Packet colorization (John)
3940 * Updated RSVP decoder (Ashok)
3941 * Fixed Token-Ring for more Linux 2.0 drivers
3942         (Tom Gallagher <Tom.Gallagher@madge.com>)
3943 * Change to usage of boolean fields in display filters (Gilbert)
3944 * Optimized GTKClist (Guy)
3945 * Optimized wiretap/ethereal interaction (Guy)
3946 * Handle NBNS continuations (Richard)
3947 * Started ATM support (Guy)
3948 * Enhanced user-friendliness via default behaviors and error messages
3949         (Guy, Gilbert)
3950 * Fixed ICMP/IGMP checksums (Richard Jørgensen <ric@tbit.dk>)
3951 * Removed security-related race-condition when capturing (Guy)
3952 * Lots and lots o' misc. fixes (Guy)
3953
3954 Overview of changes in Ethereal 0.7.2:
3955 * Another memory leak fix (Jochen)
3956 * Allow compilation from different directory (Laurent, Gilbert)
3957 * -R flag for on command line, applied when reading a capture file (Jochen)
3958 * Updated docs (Guy)
3959 * Handles ICMP Unreachable|Frag Required (John)
3960 * NetBEUI support (Jeff, Guy)
3961 * Fix for Token-Ring RIF display (Gilbert)
3962 * Dramatically decreased file-load time (Guy)
3963 * Fixed -S option timeout handling (Laurent)
3964
3965 Overview of changes in Ethereal 0.7.1:
3966 * Fixed big memory leaks in dfilter code (Guy)
3967 * Enhanced xdlc, llc, and x25 (Guy, Olivier)
3968 * Made glossary-dump option not initialize X11 (Guy)
3969 * Fixed logical operands in dfilter code (Gilbert)
3970 * Added progress bar to display filter (Gilbert)
3971 * -S option fix (Laurent)
3972
3973 Overview of changes in Ethereal 0.7.0:
3974 * Addition of RTSP and SDP dissectors (Jason)
3975 * New proto_tree and display filter system (Gilbert)
3976 * Updated SMB suport (Richard)
3977 * RADIUS dissector added (Johan)
3978 * Display filter text-entry does auto-reload (Guy)
3979 * Now compiles on Win32 (Gilbert)
3980 * Removed support for GTK+-1.[01].x (Gilbert)
3981 * Column re-sizing changes (Guy)
3982 * Linux ATM Classical IP support (Theirry)
3983 * X.25 support in wiretap iptrace routine (Olivier)
3984 * Wiretap fix for "-S" ethereal option (Laurent)
3985 * LAPB and X.25 dissectors added (Olivier)
3986 * FreeBSD compilation cleanups (Bill Fumerola,
3987         <billf@jade.chc-chimes.com>)
3988 * Ability to print all packets at once (Guy)
3989
3990 Overview of changes in Ethereal 0.6.3:
3991 * Capture dialogue window data bug-fix (Guy)
3992 * PPPoE (PPP over Ethernet) added (Jeff Jahr)
3993 * ISAKMP, GRE, PPTP added (Brad Robel-Forrest)
3994 * RSVP added (Ashok Narayanan)
3995 * Summary dialogue added (Aaron Hillegass)
3996 * Match Selected GUI added (Ashok Narayanan)
3997 * Display Option GUI allows change of Time column (Guy)
3998 * GTK 1.[12] bug fix (Gilbert)
3999 * Code clean up (Guy)
4000 * strerror() added for platforms that don't have it (Guy)
4001
4002 Overview of changes in Ethereal 0.6.2:
4003 * Almost-real-time capture and display (John, Laurent)
4004 * Initial support for SMB (Richard)
4005 * Initial support for SNMP (Didier, Gilbert)
4006 * Wiretap now reads NetMon 2.0 file formats (Guy)
4007
4008 Overview of changes in Ethereal 0.6.1:
4009 * Released because of packaging problem in 0.6.0
4010 * Information about building on Tru64
4011
4012 Overview of changes in Ethereal 0.6.0:
4013 * IPv6 support greatly improved (Jun-ichiro)
4014 * IPsec added (Jun-ichiro)
4015 * NCP code totally re-written (Gilbert)
4016 * GTK dependencies removed from packet-*.c code (Gilbert)
4017 * Captures now saved in temporary files (Gilbert)
4018 * Statistics are more accurate during capture (Guy)
4019 * TCP-follow bug fixed (Laurent)
4020 * ANSI complieant bitfields for TCP and AATALK (Gilbert)
4021 * Various time fields decoded better (Guy)
4022 * NetBIOS Node types added to DHCP (Guy)
4023 * Cisco Discovery Protocol updated (Hannes)
4024 * DNS acronyms converted to English (Guy)
4025 * FTP, TFTP, POP, and Telnet added (Richard)
4026 * NNTP and HTTP added (Guy)
4027 * NetBIOS Sessions over TCP added (Guy)
4028 * NetBIOS Name Servic improved (Guy)
4029 * IP field over-writing bug fixed (Hannes)
4030 * Wiretap does some offline filtering (Gilbert)
4031 * Wiretap now supports NetMon, NetXray, Sniffer Pro (Guy)
4032
4033 Overview of changes in Ethereal 0.5.1:
4034 * Updated Vines support (Joerg Mayer)
4035 * Bitfield decoding support (Guy)
4036 * GTK+ 1.1/1.2 support (Gilbert, Gerald)
4037 * Make TCP info more verbose (Gerald)
4038 * Fix resize problems w/main window (Gerald)
4039 * Fix time output (Gerald)
4040 * Add support for AIX iptrace files to wiretap (Gilbert)
4041
4042 Overview of changes in Ethereal 0.5.0:
4043 * Initial release of wiretap library (Gilbert)
4044 * Sun C compiler fixes (Laurent)
4045 * Enhanced PPP support (Guy)
4046 * OMG CORBA GIOP/IIOP support (Laurent)
4047 * Configurable columns (Gerald)
4048 * Lots of other fixes and enhancements
4049
4050 Overview of changes in Ethereal 0.4.1:
4051 * Copious amount of fixes (Guy)
4052 * Minor fixes to the filter prefs dialog (Gerald)
4053 * About box (Laurent)
4054 * Initial NetBIOS Name Services support (Gilbert, Guy)
4055 * Initial AppleTalk support (Simon Wilkinson)
4056
4057 Overview of changes in Ethereal 0.4.0:
4058
4059 * Lots of fixes from Guy Harris
4060 * Preferences dialog (Gerald)
4061 * OSPF updates (Hannes, Gerald)
4062 * FDDI support (Laurent, Guy)
4063 * Separate display and capture filters (Gerald)
4064
4065 Overview of changes in Ethereal 0.3.17:
4066
4067 * Ethernet manufacturer support (Laurent)
4068 * Netware SAP support (Gilbert)
4069 * Misc Netware/token ring fixes and enhancements (Gilbert)
4070 * PPP fixes (Gerald)
4071 * Null/loopback interface support (Gerald)
4072
4073 Overview of changes in Ethereal 0.3.16:
4074
4075 * Support for ISO/OSI CLNP & COTP (Laurent)
4076 * Support for Banyan Vines (Don)
4077 * TCP reconstruction support (Mike)
4078
4079 Overview of changes in Ethereal 0.3.15:
4080
4081 * OSPF fixes (Hannes)
4082 * Preliminary IPv6 support (Hannes)
4083 * Name resolution (Laurent)
4084 * Font and help option (Laurent)
4085 * Token ring fixes (Gilbert)
4086 * DLT_RAW #define fixes (Laurent, Hannes and a few others)
4087
4088 Overview of changes in Ethereal 0.3.14:
4089
4090 * Added Laurent's fixes to pntoh[sl].
4091 * RIP fixes (Laurent)
4092 * Added Gilbert's BOOTP code.
4093
4094 Overview of changes in Ethereal 0.3.13:
4095
4096 * Made the tree items "sticky"
4097 * Expanded the pntoh[sl] macros, fixed alignment problems with IPX code.
4098 * Changes to packet-ppp and packet-raw
4099
4100 Overview of changes in Ethereal 0.3.12:
4101
4102 * RIP support (Hannes)
4103 * LPR/LPD support (Gilbert)
4104 * Changes to #includes to improve compatibility.
4105
4106 Overview of changes in Ethereal 0.3.11:
4107
4108 * Fixed a file capture bug.
4109
4110 Overview of changes in Ethereal 0.3.10:
4111
4112 * Fixed a Makefile bug with the new snprintf package.
4113
4114 Overview of changes in Ethereal 0.3.9:
4115
4116 * Switched to a different version of snprintf.c.
4117 * Minor bug fixes.
4118 * Fixes to Makefile.am.
4119
4120 Overview of changes in Ethereal 0.3.8:
4121
4122 * PostScript(R) output (Gilbert)
4123 * More OSPF code (Hannes)
4124 * Enhanced DNS (Bobo)
4125
4126 Overview of changes in Ethereal 0.3.7:
4127
4128 * Enhanced OSPF (Hannes)
4129 * Fixed small bug in filter dialog.
4130
4131 Overview of changes in Ethereal 0.3.6:
4132
4133 * Added OSPF support, thanks to Hannes Boehm.
4134 * Added -B, -P, and -T flags.
4135
4136 Overview of changes in Ethereal 0.3.5:
4137
4138 * Command line argument fixes/upgrades.
4139 * Compatibility fixes.
4140 * Initial pod/man page documentation.
4141 * Miscellaneous changes to the way things are done in capture.c.
4142 * Initial support for DNS and IGMP.
4143
4144 Overview of changes in Ethereal 0.3.4:
4145
4146 * Printer preferences dialog added (Gilbert)
4147 * Misc fixes/upgrades.
4148
4149 Overview of changes in Ethereal 0.3.3:
4150
4151 * Added PPP support, thanks to Mike Hall.
4152 * Added dialogs for errors/warnings.
4153 * Support for the -r flag was added.
4154 * Other minor fixes/upgrades.
4155
4156 Overview of changes in Ethereal 0.3.2:
4157
4158 * Misc bug fixes & minor enhancements.
4159 * Added preliminary ICMP support
4160 * Added preliminary printing support (Gilbert)
4161
4162 Overview of changes in Ethereal 0.3.1:
4163
4164 * Fixed bug that prevented capturing with a filter.
4165 * Fixed misc. header problems.
4166
4167 Overview of changes in Ethereal 0.3.0:
4168
4169 * Initial support for filters.
4170 * Fixes/enhancements for IPX and token ring (Gilbert).
4171
4172 Overview of changes in Ethereal 0.2.3:
4173
4174 * Added support for IPX, thanks to Gilbert.
4175
4176 Overview of changes in Ethereal 0.2.2:
4177
4178 * Added support for token ring, thanks to Gilbert Ramirez, Jr.
4179
4180 Overview of changes in Ethereal 0.2.1:
4181
4182 * Internal structs for ARP/RARP, IP, TCP, and UDP were created.  Trying to 
4183   sort out which #includes were needed for each system was just too much of
4184   a hassle.
4185 * Added support for systems that don't have snprintf() and vsnprintf(), thanks
4186   to Theo de Raadt.
4187 * Minor changes to the README file.
4188
4189 Overview of changes in Ethereal 0.2.0:
4190
4191 * Initial public release.
4192 * GNU autoconf-ified distribution
4193 * Runs under Linux 2.0.x and Solaris 2.6.
4194 * Requires GTK+ (1.0.1 tested) and libpcap (0.4a6 tested)
4195 * For optimal results under Linux, the Karpski libpcap should be used.
4196 * General documentation and a minimal web site have been prepared.