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