Get rid of an unused variable.
[obnox/wireshark/wip.git] / NEWS
1 Overview of changes in Ethereal 0.9.3:
2 * Initial SCCP support. (Jeff Morriss)
3 * SCCP-over-M3UA support. (Michael Tuexen)
4 * NASREQ command code dictionary fixes for DIAMETER. (David Frascone)
5 * Fix pathname of DIAMETER directory file. (David Frascone)
6 * Cut down the vertical spacing in the "Capture Options" dialog box.
7   (Guy)
8 * Rename "h225_cs" to "h225" in Q.931 dissector. (Guy)
9 * Improve return-time error handling of wtap_seek_read(), update
10   routines that call it. (Guy)
11 * Improve buffer handling in TCP graphing code. (Guy)
12 * Better error checking in text-based capture file readers. (Guy)
13 * Better stream handling in CSIDS reader. (Guy)
14 * Add wtap_seek_read() error indication, add error checks to Sniffer
15   reader. (Guy)
16 * Fix 0-length g_malloc() in ASN.1 parser. (Guy)
17 * Fix typos in comments in STAT dissector. (Adam Sulmicki)
18 * Use "_U_" to flag unused arguments in many files. (Joerg)
19 * Remove unused variables. (Joerg)
20 * Fix TPKT packet length calculation. (Guy)
21 * Add ability to pull packet from add_packet_to_packet_list() frame
22   to pkt-from-core.py. (Gilbert)
23 * Check the length of SNMP_IPADDR and SNMP_COUNTER64 items. (Guy)
24 * Remove debug printf()s from NFS. (Mike Frisch)
25 * Use the gdb "x" (examine memory) command instead of "print" to obtain
26   the packet data in pkt-from-core.py. (Gilbert)
27 * VRRPv3 support (IPv6). (sumikawa@kame.net)
28 * Back out to a previous version of aclocal-flags. (Itojun)
29 * Fixed bug in dissect_ndr_pointer(). (Ronnie)
30 * Moved UNICODE_STRING dissector. (Ronnie)
31 * Rename function and variables for dissecting an NT service Account
32   Control bitmap and make the function not static. (Ronnie)
33 * Replace incorrect ?: expression in SCCP. (Gilbert)
34 * Fix null termination behavior of tvb_get_nstringz() and
35   tvb_get_nstringz0(). (Gilbert)
36 * Change the version/about box wording to read "without SNMP MIB
37   support". (Guy)
38 * NFS updates. (Mike Frisch)
39 * VMS TCPIPTRACE parser updates. (Marc Milgram)
40 * Fix the definition of IFT_ISO88025 in libpcap parser. (Guy)
41 * Remove redundant Info colum setting in SMB. (Guy)
42 * Fix bugs in 802.11 authentication frame dissection. (Jouni Malinen)
43 * Fix subtree creation in packet-dcerpc-nt.c. (Guy)
44 * Fix proto_tree_add_uint() and proto_tree_add_uint_hidden() calls in
45   packet-l2tp.c. (Guy)
46 * Make the "socks.command" field an FT_UINT8, as it's one byte. (Guy)
47 * Avoid setting snapshot length to zero in the libpcap writer. (Guy)
48 * Correctly set addresses when printing RARP info. (Guy, Andreas Sikkema)
49 * Properly initialize tm_isdst in SMPP and UCP. (Guy)
50 * Register the heuristic SMPP dissector with X.25. (Guy)
51 * Fix spacing when printing "(NULL pointer)" in packet-dcerpc.c. (Guy)
52 * Subtree creation and other fixes for DCERPC NT and SAMR. (Guy)
53 * Use UCD SNMP 4.2.2+'s sprint_realloc_ routines.  Remove code and
54   cruft for older routines. (Guy)
55 * Fix absolute and relative time swappage in SMB. (Ronnie)
56 * Fix SNMP suffix printing. (Guy)
57 * Remove leftover CMU SNMP version printing code. (Guy)
58 * Move dissect_ndr_nt_NTTIME() from packet-dcerpc-samr.c to
59   packet-dcerpc-nt.c. (Ronnie)
60 * Rename samr_dissect_LOGON_HOURS() to dissect_ndr_nt_LOGON_HOURS().
61   (Ronnie)
62 * Move the STRING dissector to packet-dcerpc-nt.c. (Ronnie)
63 * Prepped DCERPC code for NETLOGON dissector. (Ronnie)
64 * Correctly set "val_len" in "struct variable_list" in SNMP. (Guy)
65 * Put "extern" in front of a function declaration in SNMP. (Guy)
66 * Fix printing of OIDs in SNMP and COPS.  Remove CMU SNMP code from
67   COPS. (Guy)
68 * Free SNMP's format_var() generated strings with malloc() instead of
69   g_malloc(). (Guy)
70 * Update documentation to reflect UCD SNMP 4.2.2 requirement. (Guy)
71 * Change configuration message to read "UCD SNMP". (Guy)
72 * Treat EAPOL's hf_eapol_keydes_key_index_indexnum as a uint8 instead
73   of a boolean. (Adam)
74 * Fix a netlogon crash bug.  Add full NETLOGON support. (Ronnie)
75 * Change "--with-snmp" configure option to "--with-ucdsnmp". (Guy)
76 * Get rid of unnecessary #defines in packet-cops.c. (Guy)
77 * Get rid of include of "dlfcn.h" in packet-snmp.c. (Guy)
78 * Get rid of unnecessary includes in packet-cops.c. (Guy)
79 * Initial dissection of a variable-length CDB in packet-scsi.c.
80   (Dinesh Dutt)
81 * Correct "prevent/allow medium removal" command name in packet-scsi.c.
82   (Guy)
83 * Update dissect_ndr_nt_STRING so it can also accept FT_BYTES. (Ronnie)
84 * Update netlogon so that nt and lm challenge response bytes are displayed
85   in hexadecimal. (Ronnie)
86 * Fixed bug in SAMDELTAS_request in packet-dcerpc-netlogon.c. (Ronnie)
87 * Add mockups for LSA_SECRET and LSA_SECURITY_DESCRIPTOR in
88   packet-dcerpc-netlocon.c. (Ronnie)
89 * Improve display of LSA_SECURITY_DESCRIPTOR in netlogon. (Ronnie)
90 * Correctly define struct select_item in editcap.c. (Gilbert)
91 * Boost the maximum amount of indentation put into text output. (Guy)
92 * Clean up the display of the top-level item for the NT ACE Flags in
93   packet-smb.c. (Guy)
94 * Fix a typo in packet-dcerpc-netlogon.c. (Guy)
95 * Add an hf_[] entry to hf_netlogon_code, clean up some cruft in 
96   packet-dcerpc-netlogon.c. (Guy)
97 * Add a value_string for the countries which have their MS country code
98   listed at www.unicode.org.  Make samr and netlogon use it. (Ronnie)
99 * Fix a cut-and-paste error in make-mauf. (Andrew Feren)
100 * Put all of Cisco's OUIs into manuf.tmpl. (Andrew)
101 * Add error messages for invalid name and invalid form size to SMB. (Tim)
102 * Move the value_string for MS country codes from packet-dcerpc-nt.c to
103   packet-smb.c. (Ronnie)
104 * Pretty up the SID dissector in packet-smb.c. (Richard)
105 * Pretty up Policy Handles in packet-dcerpc-nt.c. (Richard)
106 * Fix a couple of incorrect calls to proto_tree_add_boolean() to call
107   proto_tree_add_item() instead in packet-ldp.c. (Guy)
108 * Initial XDMCP support. (Pasi Eronen)
109 * Add support for a new type of DCERPC over SMB transport. (Ronnie)
110 * Improved handling of TreeConnectAndX in SMB. (Ronnie)
111 * Initial support to detect IPC share read/write calls in SMB. (Ronnie)
112 * Update developer docs. (Guy)
113 * Check whether si->sip is null before using it in packet-smb.c. (Guy)
114 * Fix double-click behavior in filter list dialog. (Guy)
115 * Correct DCERPC-related padding handling in SMB. (Guy)
116 * Don't treat the traffic as DCERPC traffic unless it's to the IPC$ share.
117   (Guy)
118 * Fix IPC/IPC$ confusion in packet-smb.c. (Guy)
119 * Put an item into the protocol tree for the secondary address in a bind
120   ack PDU in packet-dcerpc.c. (Guy)
121 * LDP support for draft-martini-l2circuit-trans-mpls, LDP status code
122   updates, and small LDP cleanups. (Aamer Akhter)
123 * Minor bugfixes for netlogon. (Ronnie)
124 * Updates for NT QUOTA in packet-smb.c. (Ronnie)
125 * SMB Quota updates. (Ronnie)
126 * Partial dissection of NT Set User Quota data block. (Ronnie)
127 * Partial NTGetUserQuota support in packet-smb.c. (Ronnie)
128 * Add information about 64-bit integral field support to developer docs.
129   Fix some items on the tvbuff accessors for integers. (Guy)
130 * Cisco LEAP support. (Adam)
131 * Skinny Client Control Protocol enhancements. (Paul Erkkila)
132 * Don't show a secondary address if the secondary address length is 0
133   in packet-dcerpc.c. (Guy)
134 * Add dissection of one more bit in Quota FS Flags bitmask in
135   packet-smb.c. (Ronnie)
136 * More Quota updates, GetUserQuota implemented and support for list of
137   userquota structures in SMB. (Ronnie)
138 * LDP support for draft-martini-l2circuit-encap-mpls for
139   Ethernet-over-MPLS. (Aamer)
140 * Add desegmentation support, proto tree fixes to Skinny. (Guy)
141 * Allow "proto_item_append_text()" to an item that doesn't have a
142   representation string. (Guy)
143 * Make all DEC spanning tree items filterable, improve data display. (Guy)
144 * Correct DEC spanning tree protocol ID parsing. (Guy)
145 * Make all IEEE spanning tree items filterable, improve data display,
146   other dissector improvements. (Guy)
147 * Better DEC spanning tree packet length handling and data display. (Guy)
148 * Better IEEE spanning tree packet length handling. (Guy)
149 * More SMB quota updates. (Ronnie)
150 * Treat DCE RPC secondary addresses are NUL-terminated strings. (Guy)
151 * Skinny updates. (Paul)
152 * Add all known EAP types, better binary data display. (Adam, Guy)
153 * Display EAP_TYPE_ID as a string. (Guy, Adam)
154 * Add support for NOTIFY and NAK EAP types, fix the entry for the ID EAP
155   type, and do some miscellaneous cleanups. (Adam)
156 * Better tvb_get_ptr() buffer alignment handling in DCE RPC dissectors. 
157   (Guy)
158 * Treat WriteAndX operations on IPC trees as containing DCERPC call
159   information, just as is done for Write in SMB. (Guy)
160 * Express the RID separately of more than 4 sub-authorities. It is always
161   the last sub-authority in SMB. (Guy)
162 * In packet-smb.c handle Read operations on IPC trees as DCE RPC. (Guy)
163 * Improve buffer allocation in packet-dcerpc-nt.c's fake_unicode(). (Guy)
164 * When dissecting an SID with more than 4 authorities, increment the
165   offset to go past the last authority (the RID) in SMB. (Guy)
166 * Fix fake_unicode() call in packet-dcerpc-spoolss.c. (Guy)
167 * Change NSIS packager to produce ethereal-setup-$VERSION.exe instead of
168   ethereal-setup.exe. (Andrew Feren)
169 * More Skinny updates. (Paul)
170 * Update iSCSI to draft 11. (Mark Burton)
171 * Add MESSAGE, QAUTH and DO methods to SIP. (Jakob Schlyter, Gerald)
172 * Correctly set DCE RPC stub data tvbuff length. (Todd Sabin)
173 * DCE RPC authentication protocol dissection and display enhancements.
174   (Guy)
175 * Use somewhat nicer names for Skinny media payload types. (Guy)
176 * Add more Skinny media payload names and improve existing ones. (Guy)
177 * Add Issani vendor codes and VSA support to RADIUS. (Jim Sienicki)
178 * Better DCE RPC request and reply tree display, add connectionless PDU
179   authentication data to the tree. (Guy)
180 * Plug a SPOOLSS memory leak, get rid of an unused variable. (Guy)
181 * Add names for additional SPOOLSS calls. (Steven French)
182 * Better LEAP state tracking. (Guy)
183 * Add a "-q" flag to Tethereal to suppress packet count display.
184   (Diana Eichert)
185 * Make flag and menu descriptions in man pages more consistent, improve
186   description of "-N" flag. (Guy)
187 * Re-disable linking to UCD SNMP library by default. (Guy)
188 * LEAP state tracking and display improvements. (Adam)
189 * Make LEAP state tracking per-conversation, #include cleanups. (Guy)
190 * CGMP over Ethernet II support. (Heikki Vatiainen)
191 * Fix the test for IS-IS virtual links. (Heikki)
192 * Improve string/tree behavior in DCE RPC NETLOGON, NT, and SAMR 
193   dissectors. (Guy)
194 * Add a generic reply handler for unimplemented spoolss dissectors. (Tim)
195 * #include <string.h> to quieten compiler warning in packet-dcerpc-samr.c
196   (Tim)
197 * Some refactoring of the spoolss dissector. (Tim)
198 * Treat country code of 0 in "winnls.h" as the "default" in SMB. (Guy)
199 * Keep TPKT information out of the Info column where needed. (Andreas)
200 * Put the H.225 stuff at the top level of the Q.931 protocol tree. 
201   (Andreas)
202 * Properly handle VMS TCPIPTRACE fragmented packets. (Marc Milgram)
203 * Added dissectors for get/set/delete form to packet-dcerpc-spoolss.c.
204   (Tim)
205 * Use dcerpc_call_value structure to fetch request/response frame numbers
206   and storage of private data. Fix memory leaks in form dissectors. (Tim)
207 * Improve (remove, actually) link tags in pod documentation. (Andrew)
208 * Make the UCD SNMP library read its configuration files. (Guy)
209 * Fix errors in the Unicode Consortium's table in packet-smb.c. (Guy)
210 * Enhanced Cisco support, Microsoft vendor ID, and #define typo fixes
211   for RADIUS. (Adam)
212 * Better protocol tree display for fragmented/segmented data. (Guy)
213 * Add EAP-TLS reassembly. (Adam, Guy)
214 * Put a tree with information about the WTP fragments into the tree if
215   we've reassembled a message. (Guy)
216 * EAP cleanups. (Adam)
217 * Cisco updates for RADIUS. (Adam)
218 * Update Adam's entry in AUTHORS. (Guy)
219 * More Skinny updates. (Paul Erkkila)
220 * Update the country code table to match the Unicode Consortium's, now
221   that it's correct. (Guy)
222 * Correct a VRRPv3 checksum bug. (kazuyoshi.tomita@itg.hitachi.co.jp)
223 * Properly initialize the fields in edt->pi in packet.c. (Guy)
224 * Better tvbuff length handling, record header split handling, and column
225   updating in packet-ssl.c. (Guy)
226 * Fix a typo, use better reassembly keys in packet-eap.c. (Guy)
227 * Update packet-m2pa.c to match draft-ietf-sigtran-m2pa-04. (Michael)
228 * Update packet-m3ua.c to match draft-ietf-sigtran-m3ua-12. (Michael)
229 * Changed TBA GMPLS object numbers to proposed IETF numbers in RSVP.
230   (Ashok)
231 * Add "PRACK" and "SPRACK" methods to SIP. (Jakob)
232 * Improve unkown method handling in SIP. (Gerald)
233 * Periodic manuf file update. (Gerald)
234 * Fix len and max_len swappage in packet-dcerpc-nt.c's UNICODE_STRING
235   dissector. (Ronnie)
236 * Fix a signed/unsigned variable issue in packet-smb.c. (Ronnie)
237
238 Overview of changes in Ethereal 0.9.2:
239 * SCTP checksum update to the current Internet draft. (Michael Tuexen)
240 * Properly display tabs characters in SDP dissector. (Guy)
241 * Add more rx decodes to the AFS dissector. (Nathan)
242 * Add flag for slow start / jumbo datagram support to RX. (Nathan)
243 * Fix rx string parsing issues in AFS dissector. (Nathan)
244 * Flag update and vldb fixes for AFS. (Nathan)
245 * Fix variable declaration in packet-afs-macros.h (Nathan)
246 * Better NDMP bounds error handling. (Guy)
247 * Fix typo in packet-tcp.c. (Guy)
248 * TCP reassembly improvements. (Ricardo Barroetaveña)
249 * packet-raw.c: Parse IP version number, better packet type handling.
250   (Guy)
251 * pflog improvements: Improved field display, signed value fix, protocol
252   name fix. (Guy)
253 * Fix configure to check for pod2man. (Gilbert)
254 * Add idle RX ack value. (Nathan)
255 * Fix _value_string struct declarations in epan/proto.h. (Guy)
256 * Fix "log" namespace collision problems. (Guy)
257 * SAMR fixes. (Ronnie)
258 * Better zlib version checking. (Guy)
259 * Get rid of "old_dissector_t" typedef. (Guy)
260 * Better EAP code and type value display. (Guy)
261 * NFS variable renaming to fix AIX compile errors. (Guy)
262 * Additional SSL cipher suite names. (Nathan, Scott Renfro)
263 * Add HiPath HDLC support. (Tomas Kukosa)
264 * Complete SAMR decoding. (Ronnie)
265 * Improved snapshot length handling, better capture dialog 
266   defaults and layout. (Guy, Ulf Lamping)
267 * Fix AFS macros, add more vldb dissection. (Nathan)
268 * Add ISIS restart TLV support. (Hannes Gredler)
269 * More AFS cleanup. (Guy)
270 * Display SAMR "Account Control" field in hex. (Ronnie)
271 * SMB mailslot header fix. (Ronnie)
272 * ARP address display and handling fixes. (Guy)
273 * AARP address display and handling fixes. (Guy)
274 * Fix DCE RPC UDP reply handling and SamrLookupDomain handling.
275   (Todd Sabin)
276 * DCE RPC LookupRids and protocol tree display fixes. (Ronnie)
277 * Catch bounds errors when dissecting a frame. (Gilbert)
278 * Fixes and enhancements for dissect_ndr_pointer() in the DCE RPC
279   dissector. (Ronnie)
280 * Display DCE RPC fragment length and ordinal number in decimal. (Guy)
281 * Clean up support for Q.931 over TPKT, other updates. (Guy)
282 * Move more data structures from packet-iscsi.c to packet-scsi.c. (Guy)
283 * Add "execute CDB" support to NDMP dissector, clean up whitespace. (Guy)
284 * Improved SCSI/NDMP conversation support. (Guy)
285 * Handle infinite filetimes in SMB. (Ronnie)
286 * Display DCE RPC opnum in reply packets. (Ronnie)
287 * DCE RPC SAMR alignment and display updates. (Ronnie)
288 * Add GMPLS extensions for OSPF Opaque LSAs. (Ashok)
289 * Fix long value printing in OSPF. (Guy)
290 * Fix BGP Update Extended Communities attribute display. (Laurent Rabret)
291 * SMB display and SID version number improvements. (Tim Potter)
292 * Add additional SAMR Account-Control bit handling. (Ronnie)
293 * Fix "Protocol Preferences" pop-up menu bug. (Gilbert)
294 * Better UCP data display. (Gilbert)
295 * Add ncp2222 support to randpkt. (Gilbert)
296 * Removed unused ftype declarations. (Gilbert)
297 * Fix byte/string handling buglet in UCP. (Guy)
298 * Fix AiroPeek file reader bug. (Guy)
299 * AiroPeek header padding and data rate fixes. (Guy)
300 * Remove trailing spaces in hex dump output. (Joerg Mayer)
301 * Add support for SNA over Ethernet. (Guy)
302 * Packet length passing updates in several dissectors. (Guy)
303 * Improved data source naming structure. (Guy)
304 * Field information allocation length fix. (Guy)
305 * Add RPC-over-TCP fragment reassembly support to RPC and NDMP,  including
306   bounds error handling.  Desegmentation memory handling improvements.
307   (Guy)
308 * Place TCP segment data in the TCP tree on the final frame of a
309   reassembly. (Guy)
310 * Fix addr_tvb_new_real_data declaration in plugin_table.h. (Guy)
311 * Add return value type to rpc_defrag.h's rec_dissector_t. (Guy)
312 * Translate enterprise OIDs in SNMP traps to strings. (Andrew Hood)
313 * Fix small bug in translation of IXCD in OSPF GMPLS LSA. (Ashok)
314 * Export "conversation_set_dissector()" in the plugin API table. (Guy)
315 * Fix yp.x argument and ALL call handling in YPServ dissector. (Guy)
316 * SMB request/response tracking improvements. (Ronnie)
317 * Bogus ASN.1 string length checking. (Guy)
318 * Add pkt-from-core.py utility. (Gilbert)
319 * Export the SMB NT security dissector so that other dissectors can call
320   it. (Tim Potter)
321 * Improved 802.11 tagged parameter handling. (Guy)
322 * SMB val_to_str fix. (Guy)
323 * SMB quota support. (Ronnie)
324 * Add COPS TCP port preference setting. (Ed)
325 * Degunkify AiroPeek packet trailers. (Guy)
326 * Handle 802.11 "no data" frames. (Guy)
327 * Add Openwave WSP headers, field names, and content types along with
328   new language values to WSP dissector. (Dermot Bradley)
329 * DNS-over-TCP desegmentation improvements. (Guy)
330 * Properly set the length of the top-level item in packet-lapd.c. (Guy)
331 * Better TPKT desegmentation. (Guy)
332 * Add additional EAP type values, EAP dissector fixes. (Adam Sulmicki, Guy)
333 * Add additional AVPs to RADIUS, fix RD_TP_CONNECT_INFO display. (Adam)
334 * COPS-PR extension support, COPS desegmentation support. 
335   (Kari Tiirikainen, Guy)
336 * Better bounds error exception handling in DNS, COPS and TPKT. (Guy)
337 * Snapshot length preference improvements. (Guy)
338 * Fixed up value_string for SMBE_unknownlevel error in SMB. (Tim)
339 * Dissect EAP messages inside RADIUS. (Adam)
340 * Various EAP and EAPOL code improvements. (Guy)
341 * COPS, DNS, and TPKT "volatile" declaration fix. (Guy)
342 * Dissect EAPOL Key messages payloads, message type display improvments, 
343   code comments. (Guy)
344 * Put missing initializations of table entries in "plugins.c".
345   (John Mackenzie)
346 * Remve offset argument from "is_tpkt()". (Guy)
347 * TPKT stream reassembly improvements. (Guy)
348 * Proper "getopt()" handling in editcpap, mergecap, randpkt, tethereal,
349   and ethereal. (Peter Valchev, Guy)
350 * TCP desegmentation memory management improvements. (Guy)
351 * Capture file size, duration, and count code updates. (Guy)
352 * Fix "get_positive_int()" in tethereal.c. (Guy)
353 * Run-time protocol dissector initialization updates. (Guy)
354 * EAP header and protocol dissection updates. (Guy)
355 * Put all the capture options into a structure, including ringbuffer
356   options. (Guy)
357 * Fix a RADIUS typo. (Adam)
358 * ICQ variable initialization and other code fixes. (Guy)
359 * Fix an an off-by-2 problem in RADIUS. (Adam)
360 * Fix RADIUS/EAP column information printing. (Guy)
361 * More RADIUS/EAP display improvements, add SSL data support to 
362   EAP dissector. (Guy, Adam)
363 * M3UA editorial fixes. (Michael)
364 * EAP/SSL display fixes. (Guy, Adam)
365 * More RADIUS/EAP improvements. (Guy)
366 * Support for another M3UA message type. (Michael)
367 * Add support for old- and new-style dissectors.  Make EAP a new-style
368   dissector. (Guy)
369 * Improved DCE RPC SAMR alias and group name display. (Ronnie)
370 * Fix pluralization in DCE RPC SAMR dissector. (Guy)
371 * Use the SNMP library to print the names of COPS PIB OIDs. (Kari)
372 * Fix "create_dissector_handle()" to properly create a handle for an
373   old-style dissector. (Guy)
374 * Register GIOP dissector as a UDP heuristic dissector. (John)
375 * Display a different message in the COL_INFO field for SMB anonymous
376   session setup packets. (Tim)
377 * Properly label the source of reassembled CLNP, IPv4, IPv6, and WTP data
378   along with uncompressed WCP data. (Guy)
379 * Remove unused variables and declarations of non-existent functions,
380   other code cleanup. (Joerg, Guy)
381 * Use "-D_U_" to mark unused arguments, RCS ID additions. (Joerg, Guy)
382 * Support for IEEE 802.1w RST BPDUs. (Alex Ruzin)
383 * Remove unused variables, structure definitions, and functions from 
384   epan/proto.c and epan/dfilter/semcheck.c. (Joerg)
385 * Fix the declaration of "addr_call_dissector" to match the function
386   signature of "call_dissector()" in plugins/plugin_table.h. (Guy)
387 * Declare osinl_subdissector_table as 'extern' in packet-osi.h. (Gilbert)
388 * "Follow TCP Stream" code improvements. (Gilbert)
389 * Handle NBSS messages where the NBSS header is split across TCP segment
390   boundaries. (Guy)
391 * README.developer subtree text updating updates. (Guy)
392 * Add better ASN.1 error reporting to LDAP and SNMP dissectors. (Guy)
393 * Don't link with the SNMP library by default. (Gerald)
394 * Better Python checking in Makefile.nmake. (Andrew Feren)
395 * In README.developer, fix two references to "proto_item_set_text()" and
396   "proto_item_append_text()" to use the right names. (Guy)
397 * Add support for the Administrative Status object to RSVP. (Ashok)
398 * NFS updates. (Mike Frisch)
399 * Fix data type and initialization of an unsigned integer in RSVP. (Guy)
400 * Fix a typo in the M3UA dissector. (Michael)
401 * Update the SCTP CRC32 checksum code to match
402   draft-ietf-tsvwg-sctpcsum-03. (Michael)
403 * Warn people against using "ulong" or "ushort" in README.developer. (Guy)
404 * Unused variable identification and clean up. (Joerg)
405 * Treat LDAP_REQ_UNBIND as a request with nothing in it, order request
406   types in the code. (Guy)
407 * Properly handle unknown message types in the LDAP dissector. (Guy)
408 * LDAP_REQ_UNBIND and Bind reply fixes. (Guy)
409 * Add better ASN.1 BER error reporting to the LDAP dissector. (Guy)
410 * Make "get_host_ipaddr()" require dotted-quad IP addresses to really be
411   quads. (Heikki Vatiainen)
412 * Report the type of an unrecognized SCTP parameter. (Michael)
413 * Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s, fix memory
414   leaks, other fixes in wiretap code.  (Guy)
415 * Update README.win32 to reflect Andrew's Python changes in config.nmake.
416   (Guy)
417
418 Overview of changes in Ethereal 0.9.1:
419 * Initial DLSw support. (Paul Ionescu, Guy)
420 * IS-IS system ID and IS type value fixes. (Hannes Gredler)
421 * Add Generalized MPLS support to RSVP. (Ashok)
422 * SliMP3 data protocol support. (Ashok)
423 * Data fetching and padding fixes in BOOTP dissector. (Guy)
424 * ONC RPC time reporting enhancements. (Ronnie)
425 * Nanosecond time field fix. (Guy)
426 * RSVP TSpec, Flowspec, Compression Hint, and Null Service updates.
427   (Ashok)
428 * IP dissector code cleanup. (Guy)
429 * Add dissection of ypbind calls. (Ronnie)
430 * Add window geometry prefs. (Gerald)
431 * Fix protocol hierarchy stats bug. (Gilbert, Gerald)
432 * Register a protocol for raw packet data. (Gilbert, Guy)
433 * Remove gcc dependency in TCP graphing code. (Albert Chin)
434 * Autoconf simplification. (Albert)
435 * PPP multiplexing support. (Jayaram V.R.)
436 * Add SPOOLS RPC, more DOS error codes. (Tim Potter)
437 * Capture data structure fix. (Guy)
438 * Better capture error checking and handling. (Graeme Hewson)
439 * Column display time formatting fix. (Guy)
440 * MacOS X capture timeout bug fix. (Michael Tuexen, Guy)
441 * Better tvbuff length checking. (Gilbert)
442 * Windows build environment fixes. (Hamish Moffatt)
443 * TCP desegmentation support in SSL. (Scott Renfro)
444 * proto_tree_is_visible declaration cleanup. (Guy)
445 * Greatly expanded NDMP support. (Ronnie)
446 * Add WTP reassembly. (Tom Uijldert)
447 * More Windows Makefile and VC++ build environment fixes. (Hamish)
448 * Windows drive letter stat()ing fix. (Guy)
449 * More NDMP fixes and updates. (Ronnie)
450 * NCP request/reply matching fixes. (Gilbert)
451 * Fix a ypbind typo. (Guy)
452 * MIP tvbuff and tree field fixes. (Guy)
453 * Runt NBSS message fix for NBNS. (Guy)
454 * RPC-over-TCP exception handling improvements. (Guy)
455 * DIAMETER vendor ID lookup fix. (David Frascone)
456 * SMB/CIFS request/response matching fix. (Guy)
457 * Signed/unsigned display fixes in DIAMETER, ICMPv6, CLNP, IP, TCP,
458   NDMP, and SMB dissectors. (Guy)
459 * Fix malformed packet reporting typo. (Guy)
460 * Capture child process handling fixes. (Guy)
461 * SMB tree item addition fix. (Guy)
462 * MMSE protocol tree and tvbuff fixes. (Tom, Guy)
463 * Attribute 00:B0:D0 in manuf to Dell. (M.C. van den Bovenkamp)
464 * Color filter fixes. (Guy)
465 * DBS Etherwatch and VMS TCPIPtrace encapsulation handling fixes. 
466   (Marc Milgram)
467 * Add DHCPv6 dissector. (Jun-ichiro itojun Hagino)
468 * HMIPv6 fix. (Martti Kuparinen)
469 * Add --disable-usr-local flag to configure. (Gilbert)
470 * Add SCSI dissector, change iSCSI dissector to use it. (Dinesh Dutt)
471 * Add bitfield support to NCP dissector. (Gilbert)
472 * Add capture prefs page.
473 * RPC exception handling fixes. (Guy)
474 * Libpcap-less tethereal build fixes. (Guy)
475 * Real-time update and automatic scrolling prefs fixes. (Guy)
476 * Remove bitfields from VJ dissector. (Irfan Khan)
477 * RTCP BYE packet fix. (Nagarjuna Venna)
478 * FDDI bit-swap policy adjustment. (Guy)
479 * Make GtkCTree line and expander style consistent, scrolled window
480   updates. (Guy)
481 * Display filter expression generation enhancements. (Jirka Novak)
482 * Rename Capture->Start window (Guy)
483 * Add internet draft pointers to ICMPv6 comments. (Guy)
484 * Fix capture() delcaration in tethereal.c. (Guy)
485 * DHCPv6 code cleanup. (Guy)
486 * ncp2222.py arrray generation fixes. (Guy, Gilbert)
487 * Add BSD Compress, MVRCA, and Deflate support to PPP CCP. 
488   (Motonori Shindo)
489 * Auto-scroll preference fixes. (Guy)
490 * Add file handle to file name resolution to NFS, etc. (Ronnie)
491 * Preference check box label rearrangement. (Guy)
492 * Add a name resolution preference page, other prefs updates. (Guy)
493 * Add TCP desegmentation support to LDAP dissector. (Guy)
494 * LDAP protocol tree updates. (Guy)
495 * NFSv3 fsstat label enhancements. (Guy)
496 * NFSv2 name snooping bug fix. (Ronnie)
497 * DCERPC-over-SMB reassembly fix. (Guy)
498 * Preference fixes for DIAMETER, NDMP, and SMB dissectors. (Guy)
499 * BGP attribute fixes. (Guy)
500 * Header include fix for prefs.c. (Guy)
501 * Updated HMIPv6 support. (Martti Kuparinen)
502 * VMS TCPIPtrace file recognition fix. (Marc)
503 * SCTP CRC, preference and IP address fixes and updates. (Michael, Guy)
504 * Array allocation fix for tethereal. (Gilbert)
505 * Digest handling and payload fixes in SCSI and iSCSI dissectors. (Mark)
506 * Add SCTP support to text2pcap. (Michael, Guy)
507 * Better fragmentation reporting for CLNP, frame, IP, IPv6, SMP, and WTP
508   dissectors. (Guy)
509 * SSL desegmentation fixes. (Guy)
510 * Add desegmentation support to BGP dissector, other updates and fixes. (Guy)
511 * TCP fragmentation/reassembly fixes. (Guy)
512 * TNS packet length fix. (Guy)
513 * EtherPeek file reader, name capitalization, and time handling cleanup. (Guy)
514 * Enhanced TCP stream hex dump display. (Jirka)
515 * Memory freeing fix in main.c. (Jirka)
516 * Better gzseek() checking. (Guy)
517 * Fix a compiler warning in follow_dlg.c. (Guy)
518 * Make NDMP desgmentation TRUE by default. (Guy)
519 * AFS parsing improvements, get-entry-by-name-u updates. (Nathan)
520 * Add option to disable TCP checksum checking. (Guy)
521 * Better NDMP PDU handling. (Guy)
522 * RPC data length handling fix. (Guy)
523 * DNS and NBNS length checking fixes. (Guy)
524 * IP, IPv6, and CLNP reassembly fixes and updates. (Guy)
525 * Clean up code in RPC's dissect_rpc_opaque_data(). (Guy)
526 * Make the blurbs for protocol preference items into tooltips. (Guy)
527 * Various protocol tree and tvbuff enhancements. (Guy)
528 * SCTP editorial change. (Michael)
529 * Add SCTP checksum and "-S" option to text2pcap. (Michael)
530 * Revapmped RPM build process. (Gerald)
531 * Fix protocol preference blurbs for LDP and PGM. (Guy)
532 * AIM family and subtype field display fix. (Guy)
533 * .cvsignore updates. (Guy)
534 * "epan/" subdirectory include fixes. (Guy)
535 * Recursive struct and readability improvements for ethereal_gen.py 
536   (Frank Singleton)
537 * Update LDP to support RFC 3036. (Ricardo Barroetaveña)
538 * Update iSCSI to support draft-09 of the spec, other fixes. (Mark)
539 * Convert some "col_add_str()" calls to "col_set_str()". (Guy)
540 * EtherPeek file reader fixes. (Alan Harrison)
541 * SVR4 packaging fixes and updates. (Andrew Feren)
542 * Fix spelling error in UDP dissector. (Nathan)
543 * EtherPeek file reader fix. (Alan Harrison)
544 * LDP-over-UDP PDU fix. (Ricardo Barroetaveña)
545 * Product name and description updates. (Guy)
546 * DCE RPC response/request matching.
547 * Format reference, physMedium, and mediaType fixes for EtherPeek
548   reader. (Guy)
549 * Date-related fixes for text2pcap. (Hamish)
550 * Code and spelling error cleanup in ethereal_gen.py. (Frank)
551 * ES-IS typo fix. (Greg Franks)
552 * Replace many tvb_length() and tvb_length_remaining() calls. (Guy)
553 * Add ATM support to NetMon reader. (Guy)
554 * Add NT SID support to SMB dissectors. (Tim)
555 * NDR pointer handling in DCE RPC, SAMR updates (Ronnie)
556 * 64-bit integer- and time-related updates for SMB dissectors. (Guy)
557 * Fix <netinet/in.h> inclusion in netmon.c. (Motonori)
558 * Various fixes for smb-pipe.c. (Guy)
559 * NT FILETIME and SMB field name hierarchy fixes for SMB dissectors.
560   (Guy)
561 * Add support for fixed-length link-layer headers to 802.11 dissector.
562   (Guy)
563 * Ring buffer file format fixes for tethereal. (Guy)
564 * OpenBSD firewall virtual interface capture support. (Mike Frantzen)
565 * Support a libpcap link-layer type of 17 as DLT_PFLOG unless DLT_LANE8023
566   is defined as 17. (Guy)
567 * DCE RPC enhancements, and SAMR improvements. (Ronnie)
568 * Add AiroPeek capture support. (Guy)
569 * Fix a pflog typo. (Guy)
570 * H.261 fixes. (Joe Litman)
571 * NULL pointer/integer comparison fix in SMB dissector. (Guy)
572 * _XOPEN_SOURCE / __USE_XOPEN declaration fixes for strptime(). (Guy)
573 * More accurate reporting for old zlibs in acinclude.m4. (Guy)
574 * Work around "sed"-related impariments. (Guy, Heikki)
575 * IPv6 name resolution support on Solaris 8. (Heikki Vatiainen)
576 * Updated GIOP plugins. (Frank Singleton)
577 * VMS TCPIPtrace fixes. (Marc)
578 * Periodic manuf/manuf.tmpl update. (Gerald)
579 * Link libwiretap to dftest. (Alex Huetter)
580 * Fix up some type/size problems in lemon.c. (Guy)
581 * Make some variables volatile to fix GCC-on-Digital-Unix complaints.
582   (Guy)
583 * Add a "--without-gcc" option to configure.in. (Guy)
584 * BGP community name printing fixes. (Guy)
585 * String-related inclusion, printing, and conversion fixes for DIAMETER,
586   pcnfsd, pflog, and WCCP dissectors, plus tcp_graph.c. (Guy)
587 * Remove the "--without-gcc" option. (Guy)
588 * Update draft-09 compatibility, change the default port number to 3260,
589   and add extra info to COL_INFO for iSCSI dissector. (Mark)
590 * Update M3UA dissector to support SIGTRAN draft versions 6 and 10, and
591   to register all protocol fields. (Michael)
592 * Update ISUP to work with the M3UA dissector. (Michael)
593 * Remove "inet_v6defs.h" inclusion and calls to alloca() from
594   column-utils.c. (Guy)
595 * AVP- and time-related fixes for DIAMETER. (Guy)
596 * Add TSP dissector. (Uwe)
597 * String buffer fix in column-utils.c. (Guy)
598 * GTP updates and fixes. (Michal Melerowicz, Guy)
599 * Update INSTALL document, including configure switches. (Guy)
600 * Add LSP-TUNNEL support to RSVP along with code cleanup. (Ashok)
601 * Add tvb_ensure_length_remaining() call, and modify dissectors to use
602   it. (Gilbert, Guy)
603 * Remove extra whitespace in protocol tree for SMB dissector. 
604   (Gilbert, Tim)
605 * Fix a gcc warning in tvbuff.c. (Guy)
606 * Tvbuff and struct size fixes in PIM, RPC, WSP, and yhoo dissectors. (Guy)
607 * FID display enhancements for SMB dissector. (Tim)
608 * Use igmp_checksum() in other dissectors. (Guy)
609 * Fix "checksum is bad" flag. (Guy)
610 * Packet length checking fix for Auto-RP dissector. (Guy)
611 * Add dissection of abort packets to RX dissector. (Nathan)
612 * Clean up Q.931 heuristic code, update is_tpkt(), export TPKT support
613   routines to plugins. (Guy)
614 * Protocol tree, tvbuff length checking and offset fixes for SDP, SIP,
615   and SliMP3 dissectors. (Guy)
616 * STAT and ypserv subtree creation fixes. (Guy)
617 * Syslog parsing and length checking fixes. (Guy)
618 * iSCSI updates. (Mark)
619 * Add routines to the plugin table, include fixes. (Charlie Duke)
620 * Add ports for SSL POP, IMAP, and LDAP to SSL dissector. (Nathan)
621 * Switch statement fix in packet-rsvp.c. (Guy)
622 * Initial IAPP support. (Alfred Arnold)
623 * Small MTP3 fix. (Michael)
624 * SCTP protocol tree updates. (Michael)
625 * SDP string termination fix. (Guy)
626
627 Overview of changes in Ethereal 0.9.0:
628
629 * Initial NDMPv3 support. (Ronnie)
630 * packet-l2tp.c - Vendor-specific attribute fixes. (Motonori)
631 * Fix timestamp processing in packet-ucp.c, other UCP fixes. (Steffen
632     Weinreich)
633 * README.developer updates. (Guy)
634 * Dump file creation fixes and updates in wiretap/file.c. (Guy)
635 * packet-ssl.c - Add FIPS Cipher Suite ID support. (Scott Renfro)
636 * prefs.c - Quake3-related changes. (Guy)
637 * Enable coseventcomm plugin on Win32. (Frank Singleton, Guy)
638 * SMB rewrite:
639     Fix bug in dissect_transact_data in packet-smb-pipe.c. (Guy)
640     Properly handle the andX command in a LockingAndX message. (Guy)
641     Fix text termination in get_pointer_value(), fix offsets in 
642       add_pointer_param(), fix null values in item lists, properly
643       handle shortened response data. (Guy)
644     Tvbuffification changes. (Ronnie)
645     Flags and Flags2 field cleanup. (Guy)
646     Check for a zero word count in LogoffandX requests and replies. (Guy)
647     Date conversion fixes. (Guy)
648     AndX-related tvbuffification updates. (Ronnie)
649     Various code cleanup and timeout display enhancements. (Guy)
650     Put andX commands at the same level as the first command. (Guy)
651     Byte parameter dissection and bitfield fixes. (Guy)
652     Properly use dissect_open_print_file_smb(). (Guy)
653     NT Transact dissection. (Ronnie)
654     File data, Write Raw, Write Multiplexed, Open and X, and
655       NT Create and X fixes and additions. (Guy)
656     Print create flags properly, fixes for
657       get_unicode_or_ascii_string_tvb(). (Guy)
658     Tvbuffification of SMB print commands. (Ronnie)
659     NT Create and X support. (Ronnie)
660     Display NT create options in hex. (Guy)
661     Change "DFS" references to "Dfs". (Guy)
662     Show error status in Info column. (Tim Potter)
663     Dissect NT create option bits. (Guy)
664     Tvbuffify Transaction2. (Ronnie)
665     Add DCE RPC over SMB support, plus several MS DCE RPC services.
666       (Tim)
667     Include the sync I/O alert and nonalert bits. (Guy)
668     Tvbuffifiy Transaction. (Ronnie)
669     Add support for Write And X. (Guy)
670     Stream size, information, and name fixes. (Guy)
671     Clean up request/response matching. (Ronnie)
672     Update LANMAN dissector w.r.t "Response to", add support for
673       unknown SMBs. (Guy)
674     Request/reply hash table cleanup. (Guy)
675     Update Write AndX according to the MS docs, connectionless mode
676       testing fixes. (Guy)
677     NT Transaction, Transaction2, Transaction reply fixes,
678       dissect_pipe_smb() and dissect_mailslot_smb() display fixes,
679       more hash table fixes. (Guy)
680     "smb_saved_info_t" structure updates, mailslot reply length
681       checking fixes. (Guy)
682     NT Create And X display updates, other display updates. (Tim)
683     Add open/create FID to Info colum. (Guy)
684     DCE RPC-over-SMB conversation matching enhancements. (Tim)
685     dissect_mailslot_smb(), dissect_pipe_smb(), MSRPC, LANMAN, other
686       SMB updates. (Guy)
687     SMB dissector registration updates. (Guy)
688     MSRPC-over-SMB tree rearrangements. (Guy)
689     Put pipe function codes in Info data. (Guy)
690     Better pipe request/response tracking. (Guy)
691     Fully dissect named pipe protocol, set naming according to SNIA
692       CIFS spec.  (Guy)
693     Better transaction continuation handling. (Ronnie)
694     Update proto_tree_add* routines to allow for zero/null tvbuffs,
695       put this to use in SMB Pipe dissector. (Guy)
696     Transaction Secondary and Transaction2 Secondary. (Ronnie)
697     General cleanup, update names of SMB commands to match the
698       SNIA CIFS spec. (Guy)
699     Reassembly fixes and updates, NT Cancel updates. (Ronnie)
700     Pipe subtree cleanups. (Guy)
701     Reassemble transactions if transaction continuations are seen.
702       (Ronnie)
703     Handle null si->sip values in smb_trans_defragment(). (Guy)
704     Mailslot fragmented transaction fixes. (Ronnie)
705     Rename "msrpc" heuristic dissector table to "smb_transact". (Guy)
706     Tvbuff length checking fixes. (Guy)
707     Request/reply tracking fixes. (Guy)
708     Track FID values between requesta and responses for ReadAndX and
709       WriteAndX. (Ronnie)
710     Desegmentation and fragment reassembly updates. (Ronnie)
711     Add "file already exists" DOS error handler. (Tim)
712     DCERPC over SMB reassembly. (Ronnie)
713     Request/response tracking fixes. (Guy)
714     Memory management fixes. (Guy)
715     Add context handle dissection support to DCERPC dissectors,
716       enhance MS Security Account Manager dissector. (Todd Sabin)
717     Export NT_errors[] to MS Security Account Manager dissector. (Guy)
718     More NT error codes. (Todd)
719     NT security descriptor support. (Ronnie)
720     Even newer, more enhanced reassembly. (Ronnie)
721     NT ACL structure dissection. (Ronnie)
722     More MSRPC to DCERPC conversion. (Tim)
723     Dissect DCERPC LSA RPC stub data. (Tim)
724     Dissect security descriptor flags. (Ronnie)
725     ACL list display cleanup. (Guy)
726     Fragmented NT Transaction response reassembly. (Ronnie)
727 * packet-wsp.c updates and fixes. (Georg von Zezschwitz)
728 * Update README.win32 to include local WinPcap mirror. (Gerald)
729 * Add VMS TCPIPtrace wiretap module. (Marc Milgram)
730 * IDL compiler backend fixes and updates: (Frank Singleton)
731     Check for recursive unions or structs.
732     Handle "short" as a union discriminant type.
733     Handle case where union discriminant may be a typedef.
734     Change integer template to long template.
735     Initial code for \n and \t as  union case labels.
736     Modify the way unions and structs are referenced.
737     Fix calling sequence of col_add_str() and col_set_str().
738 * L2TP Disconnect Cause Information AVP support. (Motonori)
739 * Add DBS Etherwatch wiretap module. (Marc Milgram)
740 * iSCSI dissector updates:
741     Match dissector to the -08 draft. (Mark Burton)
742     Fix FT_UINTn references. (Guy)
743     Handle header and data digests, desegmentation, multiple PDUs per
744       packet, better recognition heuristics, cruft removal. (Mark)
745     Fix iscsi_desegment and iscsi_port type declarations. (Guy)
746     Change the short name from "ISCSI" to "iSCSI" (Guy)
747 * packet-wap.h - Fix Push-traffic port number. (Tom Uijldert)
748 * packet-mmse.c - Fix date decoding, field name, cosmetic fixes. (Tom)
749 * Various IPX fixes. (Guy)
750 * Properly dissect non-SCCP data payload. (Guy)
751 * Add sort indicators to the main window column headers. (Gerald)
752 * Sort preference modules alphabetically. (Guy)
753 * Enhanced icons. (Gordon McKinney, Gerald)
754 * Many configuration directory-related fixes and updates: (Guy)
755     Use the proper directory separator for each platform.
756     On Windows, place config files in "Application Data\Ethereal" in the
757       user's "profile" directory
758     On Windows, place "ethers" and "ipxnets" in the Ethereal application
759       directory.
760     Other miscellaneous fixes.
761 * WSP Cache-Control headers updates and fixes. (Georg)
762 * packet-isakmp.c fixes:
763     Handle UDP-encapsulated IPSec NAT Keepalive packets. (Yaniv Kaul)
764     Loop over all SA sub-payloads, check for a payload type of "None",
765       check payload data length, show raw bytes of SPI.  (Guy)
766     Enhance protocol ID dissection in dissect_transform(), other dissectors.
767       (Guy)
768     IPCOMP transformation and ID_IPV4_ADDR_SUBNET support.
769       (Andreas Stockmeier)
770 * Replace get_home_dir() with get_persconffile_dir(). (Guy)
771 * RADIUS tunnel updates. (Pavel Novotny)
772 * packet-iua.c - Field name fixes. (Guy)
773 * Use a case-insensitive sort for the protocol list. (Guy)
774 * Properly handle ACK-only GRE packets. (Guy)
775 * Show SCTP parameter types in hex, make enumerated types filterable. (Guy)
776 * Handle pcap_open_live() succeeding, but with a warning. (Guy)
777 * Get rid of signed/unsigned comparison warnings in wiretap. (Gilbert)
778 * Fix iptrace Ethernet interface type. (Gilbert)
779 * Gnutella updates and fixes: (Gilbert)
780     Check packet size.
781     Handle zero-length sub-headers.
782     Fix improper use of proto_tree_add_item().
783 * Check length while calculating telnet suboptions. (Gilbert)
784 * Fix signed/unsigned comparisons in tvbuffs and other places. (Gilbert)
785 * packet-wsp.c - Handle 1.3 and 1.4 Content-Type values. (Tom)
786 * Properly handle a zero checksum in packet-ospf.c. (Guy)
787 * Fix config.h dependency checking on code that uses "ftypes" and "dfilter"
788     (Guy)
789 * Add strptime() support on Win32 systems. (Mike Frisch, Guy)
790 * Fix snprintf()-related signed/unsigned warning. (Guy)
791 * PPP updates:
792     CCP and compressed datagram support. (Motonori)
793     CBCP support. (Motonori)
794     Add BACP and BAP support. (Motonori)
795     Van Jacobson decompression support. (Irfan Khan)
796     VJ enhancements and fixes. (Guy)
797     Add more filterable fields. (Guy)
798 * Handle NFSv4 protocol changes. (Mike Frisch)
799 * Compiler-independent support for FT_UINT64. (Ronnie Sahlberg)
800 * Convert SOCKS dissector to tvbuffs. (Ronnie Sahlberg)
801 * 64-bit-related BOOTP fixes. (Guy)
802 * Other 64-bit-related fixes. (Guy)
803 * Update packet-pim.c to match draft-ietf-pim-sm-v2-new-03.
804     (Shinsuke Suzuki)
805 * Fix GTP IPv4 address byte ordering. (Guy)
806 * Fix SOCKS IPv4 address ordering, comments, user name, other fixes. (Guy)
807 * DVMRP and GTP code cleanup. (Guy)
808 * TCP desegmentation fix. (Ronnie Sahlberg)
809 * Remove non-tvbuff code. (Guy)
810 * Add local WinPcap mirror to capture error dialog. (Guy)
811 * "extern" function fixes. (Guy)
812 * Mobile IP enhancements and fixes. (David Frascone)
813 * Update packet-bootp.c to handle RFC 3118 DHCP authentication,
814     other related enhancements. (Guy)
815 * Add plugins/plugin_api_defs.h for external function declrations.
816     (Guy)
817 * Support Mobile IP ICMP Router Advertisements. (David)
818 * Display unknown extension types in decimal, not hex. (Guy)
819 * Add an option to show the File Offset of a frame. (Gilbert)
820 * Fix some declarations to match the signatures of "tvb_find_guint8()" and
821     "tvb_pbrk_guint8()". (Guy)
822 * Load Diameter dissector dictionary as an XML file. (David)
823 * Check for "iconv.h" on UNIX systems. (Guy)
824 * Add 64-bit signed integer support, use in Diameter dissector. (Guy)
825 * Add DLT_CISCO_IOS to wiretap. (Gilbert)
826 * TFTP enhancements and updates. (Richard, Guy)
827 * Fix a tvbuff leak. (Sirop Erable, Guy)
828 * Rename "private" member of the "packet_info" structure to
829     "private_data". (Guy)
830 * Properly free "gph_hfinfo" in epan/proto.c. (Guy)
831 * Include arrow pixmaps in distribution. (Andrew C. Feren)
832 * Diameter AVP enhancements. (Guy)
833 * Suport desegmentation of Diameter-over-TCP. (David)
834 * Add Cooperative Route Filtering Capability support to BGP dissector,
835     fix Route Refresh Messaging bug. (Motonori)
836 * Become very displeased if a dissector tries to register more than one
837     preference with the same name. (Guy)
838 * Diameter Info column cleanups. (Guy)
839 * Add support for obsoleted preferences, so Ethereal won't complain
840   about them when reading the preferences file. (Guy)
841 * Plugin table and API updates. (Tomas Kukosa, Guy)
842 * decode_as_dlg.c - Include protocols for TCP conversation dissectors in
843     the list of protocols that can be used to decode stuff. (Guy)
844 * SUA dissector, which replaces the SUA Light dissector. (Michael Tuexen)
845 * Add non-heuristic UCP dissector. (Tom)
846 * AIX libpcap file heuristic updates. (Guy)
847 * Add PCNFSD dissector (Uwe Girlich)
848 * Add EAPOL (802.1x) and PPP/EAPOL support. (Pekka Nikander)
849 * Nokia libpcap file fixes. (Guy)
850 * Add IPv4/IPv6 payload support to MPLS. (Hamish Moffatt)
851 * Allow periods in preference module names. (Gilbert)
852 * File dialog string fixes. (Andreas)
853 * Fix math error in packet-clnp.c. (Guy)
854 * More AIX DLT_ value fixes. (Guy)
855 * IPSEC AH header and interface list fixes. (Kazushi Sugyo)
856 * Call request and reply subdissectors in DCE RPC. (Tim)
857 * SMTP dissector cleanup. (Guy)
858 * Update Gilbert's email address. (Gilbert)
859 * Update XAUTH-NEXT-PIN and XAUTH-ANSWER. (Yaniv Kaul)
860 * packet-radius.c - Better handling of bogus AVPs. (Guy)
861 * Get rid of remaining non-tvbuff compatibility code. (Guy)
862 * Add SNA-over-X.25 support, QLLC dissector. (Gilbert)
863 * Add support for heuristic HTTP subdissectors. (Guy)
864 * Improved byte view selection behavior. (Guy)
865 * Improved byte view notebook behavior. (Guy)
866 * Enhanced capture length reporting and checking. (Guy)
867 * General code cleanup (remove unused variables, etc). (Guy)
868 * Update behavior w.r.t. dissectors changing the packet_info
869     struct. (Guy)
870 * Remove the global "pi" variable, and update code accordingly. (Guy, Gilbert)
871 * text2pcap:
872     Enhanced parsing, getopt() fixes. (Guy)
873     Support for time stamping of packets. (Gordon McKinney)
874     Handle colons after the offset field. (Gordon)
875 * ethereal - Treat extra command line argument as a capture file to be
876   read. (Guy)
877 * packet-ipx.c - Add additional SAP values. (Guy)
878 * Switched dissectors from dissect_data() to call_dissector(). (Guy, Ed)
879 * Switched dissectors from CHECK_DISPLAY_AS_DATA to CHECK_DISPLAY_AS_X
880     (Ed)
881 * Fix a bug in WCCP capability info dissection. (Raghu Angadi)
882 * Handle multiple LDP PDUs per TCP segment, other fixes. (Guy)
883 * Enhance conversation dissector calling, other dissector calls. (Guy)
884 * DCE RPC enhancements. (Todd Sabin, Guy)
885 * Fix DCE RPC PDU padding. (Guy)
886 * Add missing terminators to some value_string arrays. (Guy)
887 * OSPFv3 checksum fix. (Taisuke Sasaki)
888 * Support for 802.11+Prism II monitor-mode link-layer headers
889     (Tim Newsham)
890 * Support OSI CLNP over GRE. (Guy, Mrmcsnoots@aol.com)
891 * Support LocalTalk LAP, Prism updates. (Guy)
892 * Various NLPID-releated fixes and enhancements. (Guy)
893 * Color filter dialog updates and enhancements. (John McDermott)
894 * X.264, ISO 8602 updates. (Guy)
895 * dissect_wtp_fromudp() enhancements. (Guy)
896 * dissector_add(), dissector_delete(), and dissector_change() updates.
897     (Guy)
898 * X.25 dissector table updates. (Guy)
899 * Dissector table updates. (Guy)
900 * Add SMPP support. (Tom)
901 * Update M2PA to support draft 3. (Michael)
902 * TCP/UDP checking fixes. (Guy)
903 * Add ISO 8473 dissector handle to X.25. (Guy)
904 * Preference code fixes. (Thomas Wittwer)
905 * Support for stopping captures for a specific file size or timeout.
906     (Thomas Wittwer, Matthias Nyffenegger)
907 * Large capture file size support. (Guy)
908 * Support for ring buffer capture files. (Thomas, Matthias)
909 * Ring buffer updates. (Guy)
910 * Update Ascend/Lucent trace file parser. (Motonori)
911 * Support for Visual Networks Visual UpTime capture files. (Tom Nisbet)
912 * MS Netmon fix. (Guy)
913 * WildPackets Etherpeek fix. (Guy)
914 * Add a heuristic dissector for protocols running atop X.25. (Guy)
915 * Capture file support documentation updates. (Guy)
916 * Fix the handling of the metric and referenced LS type fields in OSPFv3
917     packets. (Taisuke)
918 * "Save only marked frames", other UI tweaks. (Guy)
919 * Protocol tree internals cleanup. (Guy)
920 * Remove /dev/null hack from Ascend/Lucent scanner. (Motonori)
921 * Handle null dissector handles in decode_as_dlg.c. (Guy)
922 * Display WTAP_ENCAP_ values in decimal. (Guy)
923 * Dfilter enhancements. (Guy)
924 * Add multipart content support to WSP/MMSE. (Tom)
925 * MacOS X compiler tweaks. (Guy)
926 * Update config.guess and config.sub. (Guy)
927 * Changed BXXP dissector to BEEP. (Darren New)
928 * Add descriptive name to dissectors. (Guy)
929 * TCP graphs(!) (Pavel Mores)
930 * Tweak and otherwise work around libtool file copy behavior. (Guy)
931 * Add newer 3D icons. Set window icon to the new logo. (Gerald)
932 * "msrpc" to "dcerpc" name changes. (Tim Potter)
933 * Disable printing to a printer (but not a file) in Win32. (Guy)
934 * Make IP over PPP work w/graphing code. (Gordon McKinney)
935 * capture_dlg.c - Check for invalid maximum packet count values. (Guy)
936 * frame_data and packet_info data rearrangement. (Guy)
937 * Don't unnecessarily fill coluumns in tethereal. (Guy)
938 * Other column-related cleanups. (Guy)
939 * Remove old-style dissector references from the developer docs. (Guy)
940 * Enhance TCP graph error reporting. (Guy)
941 * Ethernet, IP, and TCP header bitfield and alignment fixes. (Guy)
942 * TCP graph enhancements. (Guy, Motonori)
943 * Add MTP2 dissector, update MTP3 dissector. (Michael)
944 * SOCKS response code display and filter field fixes. (Mark S. Allen, Guy)
945 * Makefile.nmake and .pdb file fixes. (Motonori)
946 * Work around non-standard UCD/Net-SNMP API changes made by various
947     Linux distros. (Gerald)
948 * Windows uninstall updates. (Motonori)
949 * Add Diameter dictionary to the RPM package. (Guy)
950 * Fix PPP dump trace file memory leak, other PPP dump fixes. (Gilbert)
951 * Plug a dfilter memory leak. (Gilbert)
952 * Fix window/icon title code. (Guy)
953 * SDP field updates, handle all SDP subfields. (Ed)
954 * Add KDE Styleguide-compliant icons. (Gerald)
955 * Support for LOCATION_FORWARD, LOCATION_FORWARD_PERM and
956     NEEDS_ADDRESSING_MODE replies in GIOP. (Bernd Becker)
957 * Image documentation and updates. (Gerald, Guy)
958 * Add a KDE/GNOME .desktop file. (Guy)
959 * More protocol tree updates. (Guy)
960 * M2TP support. (Heinz Prantner)
961 * Fix goto problems in the DCERPC LSA dissector. (Motonori)
962 * PPP dump reader fixes. (Irfan Khan)
963 * GIOP protocol string fixes. (Guy)
964 * DCERPC subdissector fixes. (Guy)
965 * Get rid of calls to "proto_is_protocol_enabled()" in heuristic
966     dissectors. (Guy)
967 * Support per-protocol-tree data, modify dfilter to use this. Other 
968     protocol tree and dissector enhancements. (Gilbert)
969 * Print code cleanup. (Gilbert)
970 * GIOP info column fixes. (Bernd)
971 * Remove .pdb files from Windows package. (Motonori)
972 * Add text2pcap and mergecap to Windows package. (Guy)
973 * Various SCTP updates. (Michael)
974 * Set PPP direction in Ascend/Lucent module. (Guy)
975 * ISIS hello, LSP, CSNP, PSNP code rework. (Guy)
976 * Work around Windows' annoying decision to map 0.0.0.0 to the local host
977     name in "gethostbyaddr()". (Guy)
978 * Capture file size test fixes in tethereal, command line argument
979     parsing fixes. (Guy)
980 * VMS TCPIPtrace efficiency improvements. (Marc)
981 * Add Cisco HDLC and frame relay direction reporting. (Tom)
982
983 Overview of changes in Ethereal 0.8.20:
984
985 * packet-x25.c - Dissect more diagnostic codes. (Olivier)
986 * More mergecap fixes. (Scott Renfro)
987 * Fix a typo in packet-ssl.c (Scott)
988 * Check for localtime() return value (Scott)
989 * Epan fixes (Guy)
990 * Add SSL fields to the protocol tree, other SSL fixes. (Guy)
991 * Correct a pile of proto_tree_add_* calls in  packet-afs-macros.h,
992     packet-h261.c, packet-iscsi.c packet-ldp.c, packet-mpeg1.c
993     packet-mrdisc.c, packet-rtp.c, packet-sll.c, packet-yhoo.c,
994     packet-x11.c, and packet-zebra.c. (Guy)
995 * Fix a string length check in packet-iscsi.c (Guy)
996 * README.developer updates (Guy)
997 * Change ethereal_gen.py to generate plugins instead of static dissectors.
998     (Olivier)
999 * Fix typos and formatting in packet-x25.c and packet-ntp.c (Guy)
1000 * Documentation makefile changes (Guy)
1001 * Add "Suppress Unmarked" printing option (Ed)
1002 * Add a "Mark Frame" packet list menu option (Ed)
1003 * CORBA IDL updates (Frank)
1004 * Fix X.25 packet length checking (Olivier)
1005 * GIOP CosNaming support (Frank)
1006 * Simplify the addition of plugins to the toplevel makefile (Ed)
1007 * Many WSP enhancements, add WAP conversation dissection (Guy)
1008 * Remove unused variables in gtk/proto_draw.c, packet-ip.c,
1009     packet-smb-browse.c, mergecap.c (Guy)
1010 * Keep ethereal_gen.py from generating zero-length arrays, remove
1011     zero-length arrays from packet-cosnaming.c (Guy)
1012 * Added CosEventComm dissector. (Frank)
1013 * Fix "inline" call in packet-pgm.c (Guy)
1014 * Update packet-ieee80211.c to handle mishandling of Novell 802.3 packets
1015     (Guy)
1016 * Generalize handling of RFC 1700-style address family numbers. (Guy)
1017 * Many Quakeworld and Quake2 dissector enhancements.  (Uwe)
1018 * Add routines used by GIOP plugins to the plugin address table. (Guy)
1019 * Properly check for GCC version >= 2 when using "__attribute__" (Guy)
1020 * Quake3 Arena dissector, plus many enhancements (Uwe)
1021 * iSCSI updates. (Mark Burton)
1022 * Update preferences error checking and comments, fix a memory leak, 
1023     parser fixes and updates. (Guy)
1024 * Add GMRP dissector (Markus Seehofer)
1025 * Add mergecap.rc.in to distribution. (Guy)
1026 * packet-dcerpc-remact.c fix (Todd Sabin)
1027 * Add description of CIDR support back into man pages. (Guy)
1028 * Add "wlan.addr" field. (Guy)
1029 * Man page white space and emphasis changes. (Guy)
1030 * GIOP module name lookup fixes. (Guy)
1031 * MacOS support updates. (Michael Tuexen)
1032 * Fix premature g_free() in packet-giop.c (Frank)
1033 * Null PLUGIN_DIR fix. (Michael)
1034 * Don't build loadable module support if glib doesn't support it. (Guy)
1035 * Configure-time pcap checking enhancements. (Guy)
1036 * Kazlib exception code updates. (Gilbert)
1037 * GIOP dissector fixes. (Frank)
1038 * Many ethereal_be.py and ethereal_gen.py enhancements. (Frank)
1039 * String length checking fixes in packet-smb-browse.c and packet-wsp.c. (Guy)
1040 * Data display fixes in packet-smb.c. (Guy)
1041 * Update DIAMETER dissector to draft-ietf-aaa-diameter-07. (David Frascone)
1042 * packet-wsp.c fixes. (Alexandre P. Ferreira)
1043 * idl2eth man page. (Frank Singleton)
1044 * Fix port numbers passed by "-u" to text2pcap. (Guy)
1045 * Properly handle packets sent to "\MAILSLOT\LANMAN". (Guy)
1046 * Make dissect_pipe_lanman() local to packet-smb-pipe.c. (Guy)
1047 * Handle missing authentication info in RPC packets. (Guy)
1048 * Conversation matching improvements (Guy)
1049 * Parse PASV mode FTP addresses, many other improvements. (Guy)
1050 * Fix compiler warnings in packet-rtcp.c, packet-snmp.c, and
1051     packet-socks.c. (Guy)
1052 * Alow multiple protocol ID/datum pairs to be attatched to a
1053     conversation. (Guy)
1054 * Get rid of an unsed #define in packet-tcp.c. (Guy)
1055 * Better packet length checking in packet-wsp.c. (Guy)
1056 * Register HTTP dissector by name, so other dissectors can call it.
1057     (Thomas Wittwer)
1058 * Add the function prefs_register_string_preference().  (Thomas)
1059 * Add HMIPv6 support. (Martti Kuparinen).
1060 * First look in $PYTHONPATH/site-packages for ethereal_be.py and
1061     ethereal_gen.py. Update idl2eth man page accordingly. (Frank)
1062 * Properly close the capture file within tethereal before exiting. (Guy)
1063 * Fix a typo in packet-icmpv6.c. (Martti)
1064 * Add OSPFv3 support. (Palle Lyckegaard)
1065 * RTSP and RTP improvements. (Jason Lango)
1066 * Fix the "Save only marked packets" checkbox in the file save dialog. (Guy)
1067 * Fix WAP WTP naming problems and add Transaction Class decoding.
1068     (Olivier Biot)
1069 * Install idl2eth in "/usr/local/bin". (Frank)
1070 * Use correct byte counts in SMB write request packets. (Guy)
1071 * Fix bugs and white space in packet-ospf.c. (Guy)
1072 * GTPv1 support and GTPv0 improvements. (Michal Melerowicz and Nicolas Balkota)
1073 * Scan TPI's to get proper WTP packet length and correct start of
1074     WSP-data. (Tom Uijldert)
1075 * Split RPC dissector into heuristic/non-heuristic forms, improve
1076     conversation handling. (Guy)
1077 * TCP desegmentation support plus ONC RPC and NBSS integration. (Ronnie
1078     Sahlberg and Guy)
1079 * NLM fix, fix for status monitor callback protocol. (Ronnie)
1080 * XoT and RIP protocol field display filters. (Ronnie)
1081 * Straighten out filter and protocol names in packet-stat-notify.c (Guy)
1082 * OSPFv3 fixes (Palle Lyckegaard)
1083 * Fix a signed vs unsigned warning in packet-ranap.c. (Guy)
1084 * Support for dissecting multiple BGP capabilities. (Endoh Akira)
1085 * Fix a signed/unsigned comparison problem, display command in decimal
1086     in packet-rip.c. (Guy)
1087 * Fix stat vs state confusion in packet-nlm.c. (Guy)
1088 * Change the time resolution to nanoseconds and fix signed/unsigned
1089     problems in many dissectors. (Guy)
1090 * Get rid of sys/time.h includes in some epan files. (Guy)
1091 * Show NFS times using absolute and relative fields. (Ronnie)
1092 * Improve directory checking in plugins.c. (Guy)
1093 * Generate idl2eth from idl2eth.sh, add docs to tarball. (Guy)
1094 * Fix the handling of DNS-over-TCP. (Guy)
1095 * Add DNS desegmentation, improve desegmentation default behavior. (Guy)
1096 * Remove extra line in acinclude.m4 (Andy Hood)
1097 * Add make-manuf and manuf.tmpl to the source distribution. (Guy)
1098 * GTP updates and fixes. (Michal Melerowicz)
1099 * CUPS fixes. (Guy)
1100 * Add builtins for gzgetc and gzgets. (Ashok)
1101 * Update ATM on Linux URL in wtap.h, explain ATMoL LLC header behavior
1102     in packet-clip.c. (Guy)
1103 * Fix tagged field length and snprintf() problems in 802.11 dissector. (Guy)
1104 * Fix snprintf() and buffer problems in ICMPv6, ISAKMP, and WSP
1105     dissectors. (Guy)
1106 * Add MMSE support. (Tom Uijldert)
1107 * Make capture errors more verbose under Win32, and add wiretapped.net
1108     libpcap link. (Guy)
1109 * Update Win32 README. (Guy)
1110 * Fix Boolean flag display in GTP dissector. (Guy)
1111 * Fix #define usage in TCP dissector. (Guy)
1112 * Don't checksum short UDP packets. (Guy)
1113 * Hand IP data from the ICMP dissector to the IP dissector.  IPv6
1114     dissector fixes. (Guy)
1115 * Fix SMB interim Transact2 response handling and display.  (Guy)
1116 * Add NT error code support to SMB dissector. (Guy)
1117 * Other SMB dissector fixes. (Guy)
1118 * Fix gzgets(), gzgetc() and gzseek() checking. (Guy)
1119 * Additional Ascend and IETF codes to RADIUS. (Gaeme Hewson)
1120 * WSP/WTLS push-traffic handling. (Tom Uijldert)
1121 * DCE RPC authentication and related SMB dissector improvements. (Todd
1122     Sabin, Guy)
1123 * NBSS continuation fixes in packet-nbns.c (Guy)
1124 * NetBIOS payload handling enhancements. (Guy)
1125 * Initial SMB tvbuffification. (Guy)
1126 * Small RADIUS fix. (Motonori Shindo)
1127 * Add CHAP support to PPP dissector. (Motonori Shindo)
1128 * DCE RPC fixes. (Pasi Eronen)
1129 * Many DCE RPC fixes and updates. (Guy)
1130 * Don't include packet-tcp.h or packet-udp.h in packet-ipv6.c. (Guy)
1131 * NBSS continuation enhancements. (Guy)
1132 * Add more filterable SMB header fields. (Guy)
1133 * Time display improvements. (Guy)
1134 * SMB MID/PID handling improvements. (Guy)
1135 * PGM updates. (Steve Dickson)
1136 * WCCP dissector and documentation updates. (Simharajan Srishylam, Guy)
1137 * Update the data passing mechanism in the AFS and RX dissectors and Epan. (Guy)
1138 * TRANSACTION and TRANSACT2 updates in the SMB dissector. (Guy)
1139 * Fix 64-bit casts in the DIAMETER dissector. (Guy)
1140 * FT_UINT_STRING handling fixes. (Lee Berger)
1141 * SMB mailslot and pipe updates. (Guy)
1142 * Tvbuffify the SMB remote API protocol. (Ronnie, Guy)
1143 * NBDS dissector updates. (Guy)
1144 * Add Shiva PAP and EAP support, update CBCP negotiation and CHAP support
1145     in PPP dissector. (Motonori)
1146 * Tvbuffify the SMB mailslot protocol dissector. (Ronnie)
1147 * Add CORBA IDL union support, and improve generationReply() in
1148     ethereal_gen.py. (Frank)
1149 * SMB pipe transaction continuation fixes and updates. (Guy)
1150 * Update packet-smb.c so that other SMB dissectors can be tvbuffified. (Richard)
1151 * SMB display updates and compiler warning fixes. (Guy)
1152 * Add FT_UCS2_LE field type. (Guy)
1153 * Make spelling of "routing" consistent in ESIS, GTP, and OSI dissectors. (Guy)
1154 * Conversation handler updates. (Jason Lango)
1155 * Add ICAP support. (Simharajan Srishylam)
1156 * Fix Guntella dissector tree organization. (Guy)
1157 * Fix SDES end-marker and end of packet checking in RTCP dissector. (Guy)
1158 * More configure-time zlib-checking fixes. (Guy)
1159 * Plugin directory checking fixes, other plugin fixes for Win32. (Guy)
1160 * RX dissector code cleanup. (Guy)
1161 * Add the GIOP plugins to the NSI installer. (Guy)
1162 * GIOP dissector code cleanup. (Bernd Becker, Guy)
1163 * Code cleanup in gtkclist.c. (Guy)
1164 * Code cleanup in acinclude.m4, ascend-grammar.y, and ascend-scanner.l.
1165     (Albert Chin)
1166 * Win32 data file and plugin directory fixes. (Guy)
1167 * Win32 compilation error fixes. (Guy)
1168 * Fix a memory leak in plugins.c (Guy)
1169 * Add more AVPs and Event-Timestamp support to RADIUS dissector. (Terje Krogdahl)
1170 * ISIS protocol dissector fixes. (Hannes Gredler)
1171 * SIP dissector code cleanup and support for additional methods.
1172     (Jean-francois Mule, Guy)
1173 * Add Shomiti "enhancement" handling to snoop reader. (Guy)
1174 * Code cleanup in libpcap.c, netxray.c, ngsniffer.c, snoop.c, and
1175     wtap-int.h. (Guy)
1176 * Improve handling and data display in SMB dissector. (Guy)
1177 * Fix naming of the Microsoft Windows Lanman Remote API Protocol in
1178     packet-smb-pipe.c. (Guy)
1179 * Use descriptor strings when dissecting remote APIs in SMB dissector. (Guy)
1180 * Better memory allocation and exception handling in the GIOP dissector. (Guy)
1181 * Get rid of proto_tree_add_notext() routine and update documentation. (Guy)
1182 * Add a proto_item_append_text() routine. Use it in the DNS dissector. (Guy)
1183 * UDP encapsulation updates for the IPSec and ISAKMP dissectors. (Yaniv Kaul)
1184 * Properly call ESP dissector from ISAKMP dissector. (Guy)
1185 * Add RPCSEC_GSS fixes to the RPC dissector. (Mike Frisch)
1186 * Update idl2eth man page, and add it to installation. (Frank)
1187 * CORBA IDL dissector generation updates. (Frank)
1188 * Update conversation documentation in README.developer. (Guy)
1189 * Makefile updates for packet-oseventcomm. (Frank, Guy)
1190 * Fix missing #includes in packet-isakmp.c and proto_draw.c. (Frank)
1191 * Changes to better handle dissection of ICMP error data. (Guy)
1192 * More RADIUS dissector updates. (Richard)
1193 * Better non-ASCII label handling in the GTP and X11 dissectors. (Guy)
1194 * Use longs for file offsets. (Guy)
1195 * Use hex notation for X11 keysyms. (Motonori)
1196 * Better SMB mailslot message payload handling. (Guy)
1197 * DCE RPC data representation decoding code cleanup. (Todd)
1198 * Add more packet types to the TNS dissector. (Nathan)
1199 * Other TNS dissector updates. (Nathan)
1200 * WSP and WTP dissector fixes and code cleanup. (Georg von Zezschwitz, Guy)
1201 * Updates for manuf.tmpl and make-manuf. (Joerg Mayer)
1202 * Add UCP dissector and fixes. (Tom Uijldert, Guy)
1203 * IPX dissector updates. (Nathan)
1204 * Add the "manuf" file to the NSI installer, other manuf-related fixes. (Guy)
1205 * Shrink the width of the preferences dialog. (Gerald)
1206 * Add Skinny Client Control Protocol dissector and fixes. (Joerg Mayer, Guy)
1207 * NBNS dissector updates for MaxOS X 10.1 NetBIOS session requests. (Guy)
1208 * More idl2eth updates - allow CORBA IDL enums to be displayed as symbolic
1209     and numeric values. (Frank)
1210 * Quake 3 dissector field name updates. (Guy)
1211 * Preferences dialog fixes. (Guy, Motonori)
1212
1213 Overview of changes in Ethereal 0.8.19:
1214
1215 * Added 'text2pcap', a utility to convert text hexdumps into pcap files. (Ashok, Guy)
1216 * Changed 'tethereal -x' output to match hex dump format of text2pcap, Ethereal and
1217     others. (Ashok)
1218 * Rewrote IGMP dissector.  (Ronnie Sahlberg, Guy)
1219 * packet-smb.c fixes.  (Joerg Mayer, Guy)
1220 * packet-rpc opaque datum display fix. (Guy)
1221 * Fix to LDP prefix FEC dissection for IPv4. (Eran Mann, Guy)
1222 * Cleanups to the "--with-ssl" configuration option, and changes to add
1223     compiler flags on Solaris with GCC to cope with X11 header file inadequacies. (Guy)
1224 * acinclude.m4, configure.in - According to the autoconf documentation, you're not supposed
1225     AC_MSG_RESULT without AC_MSG_CHECKING. (Guy)
1226 * Add tree summary information in packet-ip.c packet-udp.c similar to what's ini
1227     packet-tcp.c. (Gerald)
1228 * packet-isis-lsp.c - Get rid of extra colons, and fix up the display of default metrics.
1229     (Jean-Christian Pennetier, Guy)
1230 * packet-nisplus.c, packet-hclnfsd.c, packet-nlm.c, packet-spray.c - If you put an item
1231     into the protocol tree with "dissect_rpc_data_tvb()", it must be FT_BYTES, not FT_STRING. (Guy)
1232 * acinclude.m4 - Updated SSL tests. (Andy Hood, Guy)
1233 * MTP3 support. (Michael Tuexen, Guy)
1234 * DHCP support for Intel PXEclient DHCP requests. (Joerg Mayer, Guy)
1235 * Appletalk Data Stream Interface (used by AFP-over-TCP) support. (Randy McEoin, Guy)
1236 * Fix to TCP reassembly code for retransmitted data. (Edgar Iglesias, Guy)
1237 * packet-igmp.c - Put in limited support for some messages that appeared in the old
1238     dissector and that appear in tcpdump's IGMP dissector. (Guy)
1239 * packet-bootp.c - Enhancements to the two pass decode system (Guy)
1240 * ISUP support (Martina Obermeier, Guy)
1241 * packet-igmp.c -  Use "col_add_fstr()" to set the Info column. (Guy)
1242 * AUTH_DES support (Mike Frisch, Guy)
1243 * RX and AFS dissectors tvbuffified, and bugs fixed. (Ronnie Sahlberg., Guy)
1244 * Update IPv6 dissector, set Protocol and Info columns before data fetch
1245     so they're set if an exception is throw. )Guy)
1246 * Update packet-clnp.c and packet-icmpv6.c - save/restore current current addresses
1247     when dissecting datagram in an error datagram (Guy)
1248 * Call the SSCOP, AFS, GVRP, Q.931, Q.2931, H.261, LANE dissectors through a
1249     handle. (Guy)
1250 * Create an ILMI dissector and call it through a handle. (Guy)
1251 * Give protocol tree windows a horizontal scrollbar. (Guy)
1252 * Removed "END_OF_FRAME" and "pi" references from tvbuffified dissectors(Guy)
1253 * Plug a memory leak in file.c, didn't free "epan_dissect_t" when new frame selected (Guy)
1254 * Fix for packet-icq.c, don't use static buffer to decrypt ICQ data, with pop-up
1255     packet window there might be multiple frame with ICQ decodes open. (Guy)
1256 * Copyright fixes to reflect that Gerald has overall copyright (Guy)
1257 * Make "ip_to_str()" capable of producing up to four separate address strings. (Guy)
1258 * Tvbuffified NFS dissector, and some registered-field cleanups (Mike Frisch, Guy)
1259 * Remove support for old-style dissectors in RPC code (Guy)
1260 * Remove support for old-style dissectors from dissector_try_port and
1261     heuristic dissector code (Guy)
1262 * Call the Vines IP dissector through a handle, and call the Vines SPP
1263     dissector through a handoff table. (Guy)
1264 * Get rid of some unnecessary settings of "pinfo->current_proto" for dissectors
1265     that are called via a handle or dissector table (Guy)
1266 * MSVC++ doesn't define "uint"; use "guint" in packet-isup.c instead. (Guy)
1267 * iSCSI protocol support (Mark Burton,Guy)
1268 * Fix for improper usage of "pinfo->captured_len" to check the length of the
1269     packet, that's the length of the *entire* frame, not the length of the
1270     current portion. (Johan Jorgensen, Guy)
1271 * Support for filtering on absolute and relative time fields. (Ronnie Sahlberg, Guy)
1272 * Fix capture_dlg.c to free the correct string pointer. (Guy)
1273 * Display all the digits of the microsecond field of an absolute time value. (Guy)
1274 * Check that the microseconds field of an absolute time is valid, if it's present. (Guy)
1275 * In proto.c, added support for "Match Selected" on FT_ABSOLUTE_TIME and
1276     FT_RELATIVE_TIME fields. (Guy)
1277 * Support for "-N" flag enabling selected forms of name resolution, (Joerg Meyer, Guy)
1278 * Support for saving to the preferences file the settings for all types
1279     of name resolution. (Guy)
1280 * Do a case-insensitive check for "true" and "false" in Boolean preferences
1281     settings. (Guy)
1282 * Make the "short name" of MTP Level 3 just "MTP3", matching what we put
1283     in the Protocol column, and make the "filter name" "mtp3", as filter
1284     names are supposed to be all-lower-case. (Guy)
1285 * In packet-iscsi.c, don'tcramallthewordsinapreference'snametogether; 
1286     underscores_are_permitted_in_those_names. (Guy)
1287 * Support for leading LWS in RTSP headers. (Robert Tsai, Guy)
1288 * In packet-ieee80211.c, bug fixes, and WEP support. (Javier Achirica, Guy)
1289 * Update for packet-ranap.c. (Martin Held, Guy)
1290 * Handle packets with OUI of 0000F8 like packets with OUI of 000000, needed because 
1291     of Cisco bridge behavior. (Guy)
1292 * Added draft-draves-ipngwg-router-selection-01 support to IPv6. (Guy)
1293 * Sync some of mobile-ip6 #define symbol names with draft-ietf-ipngwg-2292bis-02. (Guy)
1294 * Create the tree for an ICMPv6 option before putting something in it. (Guy)
1295 * Added strptime routine for Windows and MSVC++ 6.0. (Guy)
1296 * Get rid of NEED_MKSTEMP - nothing uses it. (Guy)
1297 * Changes to structure initializations not to initialize some but not all
1298     members. (Joerg Mayer. Guy)
1299 * Use guint32 in place of u_int32_t, u_int32_t not uspported on all platforms (Guy)
1300 * Patch for min function in packet-iscsi.c. (Guy)  
1301 * Correct the values for sna_rh_ru_category_vals, (Edgar Iglesias, Gilbert)
1302 * Add an "ADDRESSES_EQUAL()" macro (Guy)
1303 * Add a "COPY_ADDRESSES()" macro (Guy)
1304 * Make Ethereal default to promiscuous-mode captures. (Guy)
1305 * Change "ip.fragment.error", "ip.fragment", and "ip.fragments" fields, to FT_NONE
1306     to avoid a possible core dump. (Guy)
1307 * Enable "Match Selected" only if there's a field selected *and* we can do
1308     a "Match Selected" on it. (Guy)
1309 * Correctly compute the OSI checksum. (Guy)
1310 * Compensate better for invalid (at least for IPv4) prefix lengths in FECs. (Guy)
1311 * Juniper Networks vendor ID in RADIUS dissector. (Hannes Gredler, Guy)
1312 * hmac-md5 authentication support for IS-IS. (Hannes Gredler, Guy)
1313 * Gnutella support. (B. Johannessen, Guy)
1314 * Updates for packet-ranap.c. (Martin Held, Guy)
1315 * packet-isis-lsp.[hc]  (Hannes Gredler, Guy)
1316 * Pull the resolve.c hash functions into macros. (Guy)
1317 * Move the fragment reassembly code into "reassemble.[hc]" (Guy)
1318 * Don't display the data portion of an ER NPDU - we dissect it as a CLNP PDU. (Guy)
1319 * Add support for reassemmbling IPv6 fragments, and an option to
1320     control whether to do it or not. (Guy)
1321 * Remove "globals.h" include from many files that don't need to do that. (Guy)
1322 * When printing the contents of a raw-data field, don't use the raw data
1323     of the current frame as the source, use the raw data of the tvbuff
1324     that's the data source of that field. (Guy)
1325 * Fix data type definitions in in_chksum.c. (Guy)
1326 * MP-BGP message support. (Thierry Stagiaire, Guy)
1327 * Clean up the handling of AVPs in packet-l2tp.c. (Guy)
1328 * Clean up the handling of MAC addresses in packet-ieee80211.c. (Guy)
1329 * Rename the arguments and flags for the conversation routines. (Guy)
1330 * Display hex numbers with a leading 0x in packet-ieee80211.c. (Guy)
1331 * DVMRP support. (Ronnie Sahlberg, Guy)
1332 * Only decode the version 2 RTP packets. (Guy)
1333 * Check for a bogus TCP header length, and don't try to do dissection if
1334     it's bogus. (Guy)
1335 * Fix packet-radius.c added Interim-Update Acct-Status-Type value. (Diana Eichert, Guy)
1336 * RFC 2250 MPEG1 support. (Francisco Javier Cabello, Guy)
1337 * LCP-over Ethernet and IPCP-over-Ethernet support. (Laurent Rabret, Guy)
1338 * packet-rtp.c bug fix. (Francisco Javier Cabello, Guy)
1339 * Fix handling of error message from child to parent. (Guy)
1340 * Fix sizeof( *buf) error in packet-bgp.c. (Guy)
1341 * Handle multiple next hop network addresses in BGPTYPE_MP_REACH_NLRI. (Guy)
1342 * PAP support. (Laurent Rabret, Guy)
1343 * Set the Protocol column in dissectors for PPP-specific subprotocols. (Guy)
1344 * Add the PPP Compression Control Protocol to the list of PPP protocols. (Guy)
1345 * In packet-isis-lsp.c, upport for External Reachability TLVs, and assorted output
1346     improvements.  (Hannes Gredler, Guy)
1347 * Define __USE_XOPEN in files that use "strptime()". (Joerg Mayer, Guy)
1348 * signed vs. unsigned variable fixes. (Joerg Mayer, Guy)
1349 * Explicitly fill in all members of a "header_field_info" structure. (Joerg Mayer, Guy)
1350 * Crank up the warning level in GCC. (Joerg Mayer, Guy)
1351 * Support for protocols running atop GIOP. (Frank Singleton, Guy)
1352 * Update the ICQ decryption code. (Guy)
1353 * Changes to handle current versions of RPM, which compress man pages.(Craig Rodrigues, Guy)
1354 * Fix packet-radius.c, don't list the attribute-value pairs there aren't any. (Guy)
1355 * NFS file handle analysing works now for kernel based NFS v3 servers of Linux
1356     2.4.0 too. (Guy)
1357 * Add code generation support for IDL array types in ethereal_gen.py. (Frank Singleton, Guy)
1358 * Many corrections and updates for connection-oriented WSP. (Alexandre P. Ferreira, Guy)
1359 * Fixed problem with labels that didn't have any statements in packet-nfs.c (Guy)
1360 * Capture child process, should ignore promiscuous preference and use flag from parent. (Guy)
1361 * Fix compiler warnings in packet-giop.c (Frank Singleton, Guy)
1362 * Update README.idl2eth. (Frank Singleton, Guy)
1363 * Not all Python scripts generate dissectors; "make-reg-dotc.py" generates
1364     "register.c", and, as such, shouldn't stuff ", HFILL" into its output. (Guy)
1365 * Handle Negotiate Protocol replies with the "extended security"
1366     capability flag set in smb decodes (Guy)
1367 * RTSP fixes. (nuf si,Guy)
1368 * In packet-cdp.c catch TLVs with bogus lengths. (Guy)
1369 * Added the QuakeWorld network protocol dissector. (Ume Girlich)
1370 * Added the Quake II network protocol dissector. (Ume Girlich)
1371 * Added M2PA support. (Jeff Morriss, Guy)
1372 * Support CIDR notation in IPv4 address filtering. (Gilbert)
1373 * Fix "decode_network()" in decode_as_dlg.c. (Guy)
1374 * Use HFILL in packet-isis-hello.c packet-rsvp.c to load structures. (Guy)
1375 * In lemon.c, f length arguments to "%*s" aren't of type "int", cast them to "int",
1376     as that's what C requires them to be. (Guy)
1377 * Update configure to handle non-standard libpcap installs. (Guy)
1378 * MRDISC support. (Ronnie Sahlberg, Guy)
1379 * Improved support for CORBA IDL "fixed" types in ethereal_gen.py. (Frank Singleton, Guy)
1380 * Added NCP types based upon traces from Pete<psailor@uswest.net>. (Gilbert)
1381 * packet-iscsi.c updates. (Mark Burton, Guy)
1382 * Create a routine to do the tvbuff-length-adjusting and
1383     "pinfo->{len,captured_len}"-adjusting for ip, ipv6 and ipx. (Guy)
1384 * MSNIP support. (Ronnie Sahlberg, Guy)
1385 * Fix the AFS macros. (Ronnie Sahlberg, Guy)
1386 * Tvbuffified ISIS dissector. (Ronnie Sahlberg, Guy)
1387 * IS-IS updates (Hannes Gredler, Guy)
1388 * HELLO message support in RSVP. (Hannes Gredler, Guy)
1389 * Fix ISIS dissector to fetch and store values if needed multiple times. (Guy)
1390 * Fetch fields from the ISIS header one at a time. (Guy)
1391 * Tvbuffify the DNS, NBNS, NBDS, and NBSS dissectors. (Guy)
1392 * For DNS-over-TCP, put the length indicator into the tree for the DNS
1393     request/response. (Guy)
1394 * Add PIMv1 support. (Guy)
1395 * Update packet-rpc.c to handle ip de-fragmenting. (Guy)
1396 * Tvbuffify the rlogin dissector and do cleanup. (Guy)
1397 * Fixes tp packet-rx.c. (Ronnie Sahlberg, Guy)
1398 * Dissect FDDI control bit fields and add descriptions. (Guy)
1399 * Update unknow reply status handing in packet-giop.c. (Guy)
1400 * Update packet-icq.c. (Guy)
1401 * Update packet-wsp.c packet-wtls.c packet-wtp.c. (Guy)
1402 * Add subtrees for ServiceContextList and IOR. (Frank Singleton, Guy)
1403 * Improve make files for static linking of ethereal and tethereal. (Ed Warnicke)
1404 * Fix Makefile.am x11 field generation. (Uwe Girlich)
1405 * Fix mgcp plugin for static binaries. (Ed Warnicke)
1406 * Remove wtap_file call from ethereal and tethereal. (Guy)
1407 * Fix empty parameter problem in mgcp code. (Alejandro Vaquero, Ed Warnicke)
1408 * Don't capitalize the names of programs in the summary lines of man pages. (Guy)
1409 * Signed vs. unsigned in packet-x25.c (Olivier Abad)
1410 * Support for ANSI flavor of MTP3. (Jeff Morriss, Guy)
1411 * Tvbuffified SMB NETLOGON dissector and fix bugs, (Ronnie Sahlberg, Guy)
1412 * Fix static binary support in gryphon plugin. (Ed Warnicke)
1413 * Updates to packet-smb-login.c based upon Network Monitor decodes. (Guy)
1414 * Support for draft-rosen-vpn-ospf-bgp-mpls and for additional BGP
1415     extended communities. (Aamer Akhter, Guy)
1416 * Fixed the make dist problem with README.plugins. (Ed Warnicke)
1417 * Put the settings of the flags into the summary line for the TACACS+
1418 *   flags field. (Guy)
1419 * Mark the columns non-writable before dissecting the encapsulated IPv4
1420     packet, so that they reflect the MSDP packet rather than the
1421     encapsulated packet. (Heikki Vatiainen, Guy)
1422 * SSL/TLS support. (Scott Renfro, Guy)
1423 * Support for {Enter,Return} keys toggling expansion of selected protocol
1424     tree item. (Heikki Vatiainen, Guy)
1425 * Autoconf support for glibc IPv6 support. (Pekka Savola, Guy)
1426 * IGMP fixes and multicast traceroute support. (Heikki Vatiainen, Guy)
1427 * Improvements to TACACS/XTACACS/TACACS+ dissector. (Paul Ionescu, Guy)
1428 * MSDP support. (Heikki Vatiainen, Guy)
1429 * Support for dissectors of protocols running atop DCE RPC. (Todd Sabin, Guy)
1430 * Cleaned up "get_column_format_matches()". (Todd Sabin, Guy)
1431 * NCP-over-IP bug fix. Did move past header before passing it on. (David Eisner, Guy)
1432 * "-t" flag for editcap, to adjust timestamps in frames. (Scott Renfro, Guy)
1433 * Fix places that used strlen as a variable name, (Heikki Vatiainen, Guy)
1434 * Fixes to packet-hsrp.c "proto_tree_add_item()" calls. (Heikki Vatiainen, Guy)
1435 * Additional filterable fields added to packet-vrrp.c. (Heikki Vatiainen., Guy)
1436 * Mergecap utility for merging capture files. (Scott Renfro, Guy)
1437 * PGM (Pragmatic General Multicast) support. (Steve Dickson, Guy)
1438 * Include "mergecap.rc" in the list of things to be built. (Edward Meaney, Guy)
1439 * Package mergecap.exe and its HTML documentation. (Gilbert)
1440 * Update NSIS syntax for newest NSIS. (David O'Shea, Gilbert)
1441 * Set config.nmake to get non-cygwin version of Python.exe, (Gilbert)
1442 * Tvbuffified SMB BROWSER dissector. (Ronnie Sahlberg, Guy)
1443 * Add a "time_msecs_to_str()" routine to packet-smb-browse.c. (Guy)
1444 * text2pcap.c, proto.c, dfilter.c and others... gcc warning fixes.  (Joerg Mayer, Guy)
1445 * Check for IPv6 support, and check what type of IPv6 support we have. (Guy)
1446 * Fixes to packet-smb-browse.c and packet-smb-logon.c, add fields, set columns. (Guy)
1447 * Make leading zero in -t optional for editcap.c. (Scott Renfro, Guy)
1448 * Add cleanbld.bat for Windows to remove left overs from unix build. (Guy)
1449 * Update to allow mergecap to merge multiple capture files into one
1450 *   capture file. (Scott Renfro, Guy)
1451 * Remove name-clash of type pgm_t in packet-pgm.[ch]. (Uwe Girlich)
1452
1453
1454 Overview of changes in Ethereal 0.8.18:
1455   
1456 * Improvement of 'make clean' targets. (gilbert)
1457 * Added the ethereal capture preferences to the preference file.  (Jeff, Guy)
1458 * Fix automake packaging of win32-only files. (gilbert)
1459 * Remove "etypes.h" include from  "ipproto.c" (gilbert)
1460 * Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors. (Guy)
1461 * Get rid of an unused variable, and fix a typo in a comment in packet-ldap.c (Guy)
1462 * packet-snmp.c Fix up a pile of NullTVB uses that were left in the previous checkin. (Guy)
1463 * Assorted cleanups in packet-kerberos.c (Guy)
1464 * packet-vines.c, packet-quake.c, packet-snmp.c, check for disabled protocols and set "pinfo->current_proto" (Guy)
1465 * Assorted ISIS enhancements.  (Hannes Gredler)
1466 * When dissecting the ISIS NLPID CLV, use the "nlpid_vals" array to convert NLPID values to protocol names. (Guy)
1467 * In wiretap/buffer.c   Fix "data" member of a Buffer structure g_malloc casting (Guy)
1468 * In wiretap/lanalyzer.c  Removed g_assert_not_reached and return 0; from       lanalyzer_open() loop. (Guy)
1469 * Fix the e-mail address for Joerg Mayer (and remove it from files he wasn't involved with).  (Guy)
1470 * Quarterly (or so) update to manuf (Gerald)
1471 * Move the declaration of "ipprotostr()" out of "epan/packet.h" into a new "ipproto.h" header file.  (Guy)
1472 * Move the declaration of "etype_vals[]" from "epan/packet.h" to "etypes.h". (Guy,Ed Warnicke)
1473 * Fix to a preferences dialog bug, from <inoue@ainet.or.jp>. (Guy)
1474 * Fix to WTP retransmission indicator dissection (Guy,Olivier Biot)
1475 * packet-bgp.c, packet-bgp.h tvbuffified  (Heikki Vatiainen, Guy)
1476 * Add -I/usr/local/include" into CFLAGS because GLib 1.2.9 doesn't any more (Guy)
1477 * WTLS client and trusted key ID handling enhancements (Patrick Wolfe, Guy)
1478 * Tvbuffify packet-yhoo.c (Nathan Neulinger)
1479 * Makefile.nmake pulls in settings from config.nmake (Gram)
1480 * ascend-scanner.l, #define YY_NEVER_INTERACTIVE to avoid reference to isatty() on Win32 (Gram)
1481 * IP fragment reassembly (Ronnie Sahlberg, Guy)
1482 * Fixed problem with nmake compiling lemon.c twice (Gram)
1483 * Check the validity of numbers specified in command-line options. (Guy)
1484 * Add ONC RPC strings to the tree as strings, with a field index (Ronnie Sahlberg, Guy)
1485 * YPPASSWD support (Ronnie Sahlberg, Guy)
1486 * Distribute wtap.def (Gram)
1487 * Include "image/Makefile.nmake" in the distribution tarball.  (Guy)
1488 * Fixed up the messages printed for the SSL checks (Guy)
1489 * Have status bar to display nothing, rather than "Text (text)", when a
1490     "proto_tree_add_text()" field is selected. (Ronnie Sahlberg, Guy)
1491 * Cleanup the text item pseudo-field for the '-G' option (Guy)
1492 * Get rid of the FT_-name-to-description filtering in eproto2sgml (Guy)
1493 * DCE RPC updates (Todd Sabin, Guy)
1494 * Cleanup packet-rsvp.c object class-specific types (Guy)
1495 * Added error messages to proto.c for BASE_NONE in FT_INTn & FT_UINTn (hagbard,Guy)
1496 * Added perl script to generate X11 dissector fields (Guy)
1497 * Include "process-x11-fields.pl" and "x11-fields" in the source distribution (Guy)
1498 * Fix up "process-x11-fields" to allow both a base *and* VALS to be specified (Guy)
1499 * Make the X11 fields that correspond to drawable IDs, masks, and the like
1500     display as hex rather than decimal. (Guy)
1501 * packet-x11.c - Use "%u", not "%d", to print unsigned quantities (Guy)
1502 * Add support for comments in "process-x11-fields.pl", and add a copyright
1503     notice/RCS ID/credit to Christophe to "x11-fields" as a comment. (Guy)
1504 * packet-eigrp.c - Put top-level item for a TLV into the protocol tree with a text
1505     value, for display if an exception occurs (Guy)
1506 * KLM support  (Ronnie Sahlberg, Guy)
1507 * Put an RCS ID/GPL/copyright notice into the "process-x11-fields.pl" script (Guy)
1508 * tethereal.c - Add a "return 0;" at the end of main() to pacify MSVC 5 (Gram)
1509 * Fix Gerald's e-mail address - (Guy)
1510 * dfilter_expr_dlg.c - Treat BASE_BIN like BASE_DEC for numeric value of value_string (Guy) 
1511 * README.developer - Explain BASE_{DEC,HEX,OCT,BIN} a bit more (Guy)
1512 * editcap.c - add return 0; to main routine (Guy)
1513 * TODO - Update the reassembly item to note that IPv4 fragments are now reassembled. (Guy)
1514 * SPRAY support  (Ronnie Sahlberg, Guy)
1515 * rquota support completed (Ronnie Sahlberg, Guy)
1516 * When registering numeric fields, check that a base other than BASE_NONE was specified. (Guy)
1517 * Tvbuffification of the IPv6 and ICMPv6 dissectors, and some bug fixes (Heikki Vatiainen, Guy)
1518 * Get rid of NullTVB references.  (Guy)
1519 * Get rid of END_OF_FRAME, BYTES_ARE_IN_FRAME references in tvbuffified dissectors. (Guy)
1520 * Move the declarations of IP protocol numbers to "ipproto.h" from "packet-ip.h". (Guy)
1521 * Get rid of unnecessary includes. (Guy)  
1522 * Signed vs. unsigned fixes (Joerg Mayer, Guy)
1523 * Tvbuffify the RIPng dissector. (Guy)
1524 * RANAP support  (Martin Held, Guy)
1525 * Modbus/TCP support (Riaan Swart, Guy)
1526 * Tvbuffify the Gryphon dissector. (Guy)
1527 * Undefine "isprint()" before re-defining it, to squelch a compiler warning. (Guy)
1528 * Configure.in - Fail if both UCD and CMU SNMP headers are found because of link problem (Guy)
1529 * If the SNMP headers were found but we failed to find "sprint_objid()", fail SNMP config (Guy)
1530 * Make "col_set_str()" and "tvb_reported_length_remaining()" available in plugins. (Guy)
1531 * Get rid of support for non-tvbuffified plugin dissectors. (Guy)            
1532 * "-l" command-line option to turn on automatic scrolling in "Update list
1533     of captures in real time" captures  (Christian Lacunza, Guy)
1534 * HPUX plugin support using g_module_supported (Guy)  
1535 * Added support for DHCP Authentication extensions specified in
1536     draft-ietf-dhc-authentication-16.txt (Ashokn)
1537 * Added support for RSVP Refresh Reduction Extensions -
1538     draft-ietf-rsvp-refresh-reduct-05. (Ashokn)
1539 * Added one-line summary of each RSVP object in the object line. (Ashokn)
1540 * Additional OSPF LSA types and opaque-options flag  (Michael Rozhavsky, Guy)
1541 * packet-wtls.c updates (Alexandre P. Ferreira, Guy)
1542 * IPX SAP over IPX EIGRP support, and IP EIGRP authentication updates (Paul Ionescu, Guy)
1543 * PIM enhancements and fixes (Heikki Vatiainen, Guy)
1544 * Support for dissecting XDR arrays  (Ronnie Sahlberg, Guy)
1545 * NIS+ support (Ronnie Sahlberg, Guy)
1546 * Additional LDAP checks for invalid packets (Scott Renfro, Guy)
1547 * Better support of timestamps from NetXRay captures (Chris Jepeway, Guy)
1548 * Automake updates for next version of automake (Nathan Neulinger, Guy)
1549 * Updates for the next version of autoconf (Nathan Neulinger, Guy)
1550 * Passive FTP support  (Juan Toledo, Guy)
1551 * Fix a text window, scrollbar bug reported by Christopher McAvaney  (gerald)
1552 * Updates to OSPF for the changes between drafts 3 and 4 of
1553 * Various ISIS improvements (Jean-Christian Pennetier, Guy)
1554 * osi-util.c  Fix postfix error in string generation (Chris Fould, Guy)
1555 * Support for Cisco-proprietary capabilities in BGP (Jian Yu)
1556
1557 Overview of changes in Ethereal 0.8.17:
1558 * Display filter GUI fix (Guy)
1559 * Build fix: use SSL_LIBS if found by configure (Henri Gomez)
1560 * Fix 2 off-by-1 erros in the code that selects a field after
1561         user clicks on a byte in the hex dump (Gilbert)
1562 * Typo fixes to packet-q931.c (Thomas Gimpel)
1563 * Win32 build: create HTML doco (Gilbert)
1564 * Fixes for Lemon compilation (Guy)
1565 * Wiretap file-close fix (Guy)
1566 * Wiretap open() design fix (Guy)
1567 * New dissector: support for CUPS browsing protocol (Charles Levert)
1568 * Wiretap support for Cisco HDLC (Guy)
1569 * New dissector: Cisco HDLC (guy)
1570 * Tvbuffication of MOUNT dissector (Ronnie Sahlberg)
1571 * Tvbuffication of HCLNFSD dissector (Ronnie Sahlberg)
1572 * Memory double-free fix (Guy)
1573 * Change tvb_get_ptr() to return 'const guint8*' (Gilbert, Guy)
1574 * Fix for IEEE 802.11 trying to modify result of tvb_get_ptr() (Guy)
1575 * Update to CUPS (Guy)
1576 * Update to CLNP (Guy)
1577 * Fix for Win32 file renaming (Guy)
1578 * Update to MGCP (Ed Warnicke, Guy)
1579 * Update to STAT dissector (Ronnie Sahlberg)
1580 * Check for NULL in proto_tree_add_* routines (Guy, Jeff)
1581 * Tvbuffication of YPSERV (Ronnie Sahlberg)
1582 * Tvbuffication of BOOTPARAM (Ronnie Sahlberg)
1583 * New dissector: DCE RPC support (Tod Sabin)
1584 * Update to SMB mailslot, browse, pipe (Guy)
1585 * Update to SMB (Guy)
1586 * Add 48.48 PNG of new 3d logo (Gilbert)
1587 * Compiler warning fixes (Guy)
1588 * MS Proxy fix and tvbuffication (Guy, Jeff)
1589 * Move address routines to epan (Ed Warnicke)
1590 * Change "IEE 802.3" Ethernet label (Gilbert)
1591 * New feature: Protocol Hierarchy Statistics (Gilbert, Guy)
1592 * Win32 build: build wiretap as DLL, use WinPcap 2.1 (Gilbert)
1593 * New feature: multiple named data sources (Jeff, Guy)
1594 * Update to Frame Relay (Jeff, Guy)
1595 * New dissector: LMI for frame relay (Jeff)
1596 * New dissector: Wellfleet compression (Jeff)
1597 * Update to WTP (Guy)
1598 * Updates to AFS (Nathan)
1599 * Fix for WCP (Guy, Jeff)
1600 * Back out guint64 handling in wiretap netxray module (Guy)
1601 * Add APi for creating progess dialogues (Guy)
1602 * Tvbuffication of ICQ (Guy)
1603 * GTK-related code fixes (Eduardo Pérez Ureta)
1604 * Update to RX (Nathan)
1605 * Add "-D" flag to tethereal to show list of all network
1606         interfaces (Guy)
1607 * Update to IP: check for small header lengths (Guy)
1608 * Update TPKT (Guy)
1609 * Fix for ICMPv6 crash (Olivier, found by Heikki Vatiainen)
1610 * Fix for "checksum bad" flags in proto_tree in IP, UDP, TCP (Guy)
1611 * Update to PPP (Guy)
1612 * Update to Q.931 (Guy)
1613 * New disector: BACNET (Hartmut Mueller)
1614 * Code movement from dissectors to epan (Ed Warnicke, Guy)
1615 * General code cleaning (Guy)
1616 * Win32: load wpcap.dll at run-time, not load-time (Gilbert)
1617 * Support for "Transparent Ethernet Bridging" (Guy)
1618 * New dissector: GTP (Michal Melerowicz)
1619 * Fix for ISAKMP : check for length of payload (Tim Newsham)
1620 * Win32 build: use NullSoft Installer to provide packaging (Gilbert)
1621 * Win32 build: keep version number in config.nmake, and generate
1622         text files that need that version number (Gilbert)
1623 * Win32 build: wiretap can use zlib (Gilbert)
1624 * Update to SNMP (Guy)
1625 * New dissector: RWALL (Ronnie Sahlberg)
1626 * OSI-over-PPP support, plus fixes to ISIS (Hannes Gredler)
1627 * Updates to SCTP (Michael Tuexen)
1628 * Wiretap: support for Ascend version 7 output (Gerald)
1629 * Fixes to NTP (Joerg Mayer)
1630 * Doco updates (Guy, Gilbert)
1631 * Fix for GTK file selection showing wrong directory in Open/Save As (Gilbert)
1632 * Win32: isprint() hack to keep GTK from not showing characters in hex
1633         dump and follow-tcp-stream window in certain cases (Gilbert)
1634
1635 Overview of changes in Ethereal 0.8.16:
1636 * RTSP fixes (Guy)
1637 * CDP updates and fixes (Kent Engstöm)
1638 * Call capture_sll() during capture (Gilbert)
1639 * dissectory_try_*() cleanups (Guy)
1640 * SCTP updates (Michael Tuexen)
1641 * Many tvbuffications (Guy)
1642 * GRE updates (Guy)
1643 * Bugfix in WCCPv2 IP encapsulation (Guy)
1644 * M3UA update (Michael Tuexen)
1645 * Updates for DEC LANBridge 100 Spanning Tree protocol (Guy)
1646 * Fix for MPLS Multicast PPP type (Guy)
1647 * IUDA updates (Michael Tuexen)
1648 * NBIPX, NetBIOS fixes (Guy)
1649 * Don't anger the Automake God so that she doesn't install man pages (Guy)
1650 * Wiretap ngnsiffer update for type 7 records (Jeff Foster, Guy)
1651 * Completion of NLM dissector (Ronnie Sahlberg)
1652 * WSP fix (Guy)
1653 * Code cleanup (Guy)
1654 * Make Automake 1.4b happy (Guy)
1655 * Improve RPC processing (Guy)
1656 * Ethernet/ethertype() update (Guy)
1657 * NLM update (Guy)
1658 * Look for SSL library for those that have UCD SNMP compiled with
1659         SSL support (Andy Hood)
1660 * GTK dialog box handling cleanup (Guy)
1661 * Support for SUA Light (Micahel Tuexen)
1662 * Mobile IPv6 updates (Borosa Tomislav)
1663 * IEEE 802.11 fix (Johan Jorgensen)
1664 * tru64 doco update (Guy)
1665 * wiretap can write NetMon 2.x files (Guy)
1666 * Dissector registration cleanup (Guy)
1667 * Support for HCLNFSD (Mike Frisch)
1668 * wiretap autoconf cleanup (Guy)
1669 * Enhance registration of ONC RPC-based protocols. (Guy)
1670 * Keep separate cfilters and dfilters lists files. (Guy)
1671 * Remove support for old-style plugins. Goodbye! (Guy)
1672 * Cleanup usage of pcap (Guy)
1673 * SMB update, new error code (Richard)
1674 * SNMPv2u support (Guy)
1675 * Fix bounds problem in invalid SIP packet (Ruud Linders <ruud@lucent.com>,
1676          Gerald)
1677 * WTLS support and WSP fixes (Alexandre P. Ferreira)
1678 * Work around CMU SNMP bug (Guy)
1679 * "Decode As" (David Hampton)
1680 * Modularize field types (FT_*) (Gilbert)
1681 * Re-write display filter code (Gilbert)
1682 * "drange" --- modularized byte slice routines for dfilters (Ed Warnicke)
1683 * Always show scrollbar in tree view panel (Gilbert)
1684 * Fixes for lemon parser generator (Guy)
1685 * Updates for dfilter-creation-GUI re: new dfilter code (Guy)
1686 * Better filter string handling (Guy)
1687 * Support for NLMv3 SHARE and UNSHARE (Guy)
1688 * RSVP fixes (Guy)
1689 * VINES fix (Guy)
1690 * Fix for Token-Ring (Guy, Gilbert)
1691 * Clean up warnings from MSVC (Guy)
1692 * Support for V3 CALLIT and V4 BCAST/INDIRECT in portmap (Guy)
1693 * RTP update (Guy)
1694 * Code movement for 802.3 handling (Guy)
1695 * PIM fixes (Guy)
1696 * WCCP update (Simharajan Srishylam)
1697 * TFTP build fix for Windows (Guy)
1698 * RPC updates (Guy)
1699 * Better error handling during captures, including change in
1700         protocol between parent and child processes (Guy)
1701 * Try to get "drops" info from libpcap (Guy)
1702 * Proper activation/deactivation for "Decode As" menu item (Guy)
1703 * Do proper display filtering on multiple fields registered
1704         to the same name (Guy)
1705 * Properly decode BOOTP option 82 (Greg Kilfoyle)
1706 * WAP/WTLS updates (Neil Hunter)
1707 * NetXray timestamp fixes (Chris Jepeway)
1708 * ISAKAMP update (Yaniv Kaul)
1709 * Add MIP extensions (Stefan, Guy)
1710 * Diameter fixes for handling bad packets (Gilbert)
1711 * Work-around for "line-buffered" not meaning "line-buffered" with
1712         MSVC (Guy)
1713 * Re-write of diameter dissector (David Frascone)
1714 * Win32 Ethereal, if started as GUI w/o a console, will
1715         create a console when necessary to show warnings/errors. (Guy)
1716 * Correct TSIG decoding in DNS (itojun)
1717 * Add support for SRV RRs in DNS (Nathan)
1718 * Add hidden boolean fields designating bad IP or ICMP
1719         checksums (James E. Flemer)
1720 * Add them also for various IP-family protocols (Guy)
1721 * Wiretap support for Etherpeek (v5, 6, and 7) support (Daniel Thompson)
1722 * Display filter doco update (Guy)
1723 * Add cvsdiff-fix.py, for cleaning up the result of "cvs diff" (Gilbert)
1724 * Support for RFC 3024 reverse tunneling support for MIP (Peter Lei)
1725 * Fixes for NBIPX and microsoft-related IPX usage (Guy)
1726 * Support for Rquota protocol (Mike Frisch)
1727 * Code movement for AH dissector (Guy)
1728 * Fix color selection widget in TCP Streams preferences (Gilbert)
1729 * Add "Toggle All", "Enable All" and "Disable All" buttons to
1730         dissector-selection GUI (Gilbert)
1731 * Selection of bytes in GUI hex dump selects the appropriate field
1732         in the GUI protocol tree (Gilbert)
1733 * MGCP updates (Ed Warnicke)
1734
1735 Overview of changes in Ethereal 0.8.15:
1736 * HSRP updates (Heikki)
1737 * MGCP updates (Ed, Gilbert)
1738 * Fix infinite loop problem in ICQ dissector (Gilbert)
1739 * Enable optional building of ethereal/tethereal/editcap (Guy, Gilbert)
1740 * SMB fixes (Jeroen Ruigrok van der Werven)
1741 * More complete 'manuf' file. (Gerald)
1742 * X.25 updates (Olivier, Richard)
1743 * RADIUS updates (Guy)
1744 * AIM updates (Ralf Holzer)
1745 * WCCP 2.0 support
1746 * NG Sniffer file-reading fixes (Guy)
1747 * New dissector: Label Distribution Protocol (Richard)
1748 * tvbuff updates, fixes, additions (Gilbert, Guy)
1749 * New dissector: GVRP (Kevin Shi)
1750 * NVS v4 support (Mike Frisch)
1751 * RTSP updates (Guy)
1752 * Miscellaneous clean-ups (Guy, Gilbert)
1753 * NBIPX update (Guy)
1754 * Fix for improper buffer-overflow check in wiretap's pppdump support
1755         (Daniel Thompson)
1756 * ISAKMP fix (itojun)
1757 * Add TCP segment and UDP datagram checksumming code (Guy)
1758 * Added Router-Alert IP option, RFC 2113 (Ashok)
1759 * PPP updates (Burke Lau)
1760 * Mobile IPv6 support (Martti Kuparinen)
1761 * "Match Selected" works better with FT_STRING types (Ed Warnicke)
1762 * Windows time format bug avoidance (Richard)
1763 * X.25 over TCP support (Paul Ionescu)
1764 * Enable FT_BYTES display filtering (Ed Warnicke)
1765 * Added tethereal_static build target (Nathan)
1766 * Kerberos update (Nathan, Guy)
1767 * DLT_LINUX_SLL capture type support, used with current libpcap captures
1768         on the Linux "any" device. (Guy)
1769 * CLNP update (Guy)
1770 * TFTP update (Guy)
1771 * BGP update (Greg Hankins)
1772 * OSPF update (Guy)
1773 * Capture updates and fixes (Guy)
1774 * LAPBETHER support (Richard, Guy)
1775 * TCP update for TCP MD5 signature (Greg Hankins)
1776 * SMB-PIPE fix (Richard)
1777 * Display filter creation GUI (Guy, based on work by Jeff Foster)
1778 * Updates to HTTP (uPnP and SSDP support) (David Hampton)
1779 * Preferences API updates (Guy)
1780 * DEC LANBridge Spanning Tree Protocol support (Paul Ionescu)
1781 * X.25 over LLC support (Paul Ionescu)
1782 * CDP update for IP Prefix field (Paul Ionescu)
1783 * Tvbuffication of dissectors (Guy, Gilbert)
1784 * Frame Relay and Frame-Relay-over-GRE support (Paul Ionescu)
1785 * Support for NG Sniffer Frame Relay traces (Jeff Foster)
1786 * Conversation/dissector registration updates (Guy)
1787 * MTP3 User Adaptation Layer (M3UA) support (Michael Tuexen)
1788 * Doco updates (Guy)
1789 * SOCKS fix for crashing in a conversation ping-ping (Jeff Foster)
1790 * IEEEE 802.11 fix (Guy)
1791 * Proper (I think) lineheight calculation in proto_draw.c (Gilbert)
1792 * HTTP dissector can accept registration from sub-protocols (Guy)
1793 * make-reg-dotc.py speeds up build on Win32 (Gilbert)
1794 * LLC update (Guy)
1795 * SCTP updates (Michael Tuexen)
1796 * ISDN Q.921-User Adaptation Layer (IUA) support (Michael Tuexen)
1797
1798 Overview of changes in Ethereal 0.8.14:
1799 * Fix time-difference computation in tethereal (Guy)
1800 * SMB LOGON update (Richard)
1801 * Continue capturing if netmask on interface is not found (Guy)
1802 * Add fourth choice of time format: date/time (Guy)
1803 * AFS update (Nathan)
1804 * WAP support (Neil Hunter, Guy)
1805 * SIP support (Heikki Vatiainen)
1806 * FTP update (Richard)
1807 * Plugins can specify several underlying protocols (Olivier)
1808 * Dissector cleanup (Guy)
1809 * AIM/OSCAR support (Ralf Holzer)
1810 * Use preference file field list for summary line in tethereal (Guy)
1811 * GIOP 1.2 support, and other GIOP updates (Craig Rodrigues, Guy)
1812 * Remove carriage returns in getopt.[ch] (Guy)
1813 * SDP handles embedded newlines (Robert Tsai)
1814 * Re-write of EIGRP dissector (Paul Ionescu)
1815 * Tethereal output cleanup (Guy)
1816 * MGCP dissector plugin (Ed Warnicke)
1817 * Tvbuffify: HTTP, NTTP, RSH, RTSP, Telnet, SAP, SDP, FTP, POP, TFTP,
1818          NBIPX, SMTP, 802.1Q VLAN, ATALK, AARP, ARP, IPP, STP,
1819         IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, OSI ESIS,
1820         PPoE, L2TP, X11 (Guy)
1821 * Tvbuffify: NetBIOS (Jeff Foster)
1822 * Add more tvbuff methods (Guy, Gilbert)
1823 * Correct IPv6 router renumbering dissector (Itojun)
1824 * ICMPv6 update (Itojun)
1825 * Re-work of logic in SMTP (Guy)
1826 * ATALK fix (Guy)
1827 * NetBIOS update (Gerald)
1828 * Code movement to libethereal (Guy)
1829 * Column-related fixes in DNS/NBNS (Gilbert)
1830 * Plugin API fix (Guy)
1831 * Documentation update (Guy)
1832 * IEEE 802.11 support (Johan Jorgensen, Axis Communications)
1833 * Dissectors can be registered by name, for later lookup (Guy)
1834 * GIOP update (Frank Singleton)
1835 * Tweak the DATA dissector (Guy)
1836 * NTP update (Phil Techau, Gerald)
1837 * Add #include's to clean compiler warnings (Craig)
1838 * Conversation fix (Guy)
1839 * Wiretap error-reporting fix (Guy)
1840 * Add col_set_str() to save memory-copying when the string is static (Guy)
1841 * Fix for AFS buffer-overrun exploit (Gerald)
1842 * Fix possible buffer overruns in NBNS, NTP, ICQ, resolv.c, pppdump.c (Gerald)
1843 * Tvbuffify: AUTO-RP (Heikki Vatiainen)
1844 * Have tethereal initialize winsock like Ethereal does (Gilbert)
1845
1846 Overview of changes in Ethereal 0.8.13:
1847 * Macro movement to pint.h (Gilbert)
1848 * Keep TVBUFF_SUBSET constructor from dying after a
1849         ReportedBoundsError (Gilbert)
1850 * CWR and ECN flags in TCP (Ulrich Kiermayr <kie@thp.univie.ac.at>)
1851 * Correct startup/shutdown of windows sockets for name resolution (Graham)
1852 * Add "-p" option to control promiscuity of capture, Debian bug #34376 (Guy)
1853 * Wiretap support for Nokia firewall tcpdump, yet another mutant libpcap format
1854         that didn't change the magic number (Guy)
1855 * ECN in IP header (Ulrich Kiermayr <kie@thp.univie.ac.at>)
1856 * Fix for #include of <net/if.h> (Guy)
1857 * Close the handle for the SNMP library after inspecting it on Linux
1858         (Guy, Gilbert)
1859 * EOF check (Guy)
1860 * Wiretap support for Shomiti Surveyor 3.x, aka "unofficial snoop v4" (Guy)
1861 * Wiretap support for reading pppd log files (pppdump format) (Gilbert)
1862 * Add -l option to tethereal to make stdout line-buffered.  (Guy)
1863 * Add "Next Sequence number" field to TCP (Guy)
1864 * Other TCP updates (Guy)
1865 * Add direction flag, if available, to Frame dissection. (Gilbert)
1866 * Rename NCP include file with code in it to packet-ncp2222.inc (Gilbert)
1867 * Dissect WTAP_ENCAP_ATM_RFC1483 with dissect_llc() (Guy)
1868 * Wiretap support for NetXRay ATM captures (Guy)
1869 * Make an "epan" directory, and move core routines to libethereal (Gilbert,
1870         Olivier, Guy)
1871 * Doco updates (Guy)
1872 * Dynamic buffer for format_text() (Guy)
1873 * Telnet update (Guy)
1874 * HTTP update (Guy)
1875 * RTSP update (Guy)
1876 * BXXP update (Richard)
1877 * DNS updates (A6, DNAME, and RFC 2673 bitstring label) (Per Flock)
1878 * ISAKMP check for bad data (Gilbert, Jack Keane)
1879 * ISAKMP update for SHA2 and AES encryption assignments (Yaniv Kaul)
1880 * Move Frame dissection do separate file (Gilbert)
1881 * Add support for modal message boxes (Guy)
1882 * DNS updates (Brian Wellington)
1883 * Add Capture->Stop menu item (Santeri)
1884 * ICMPv6 bad data check (Santeri)
1885 * Check for python executable in autogen.sh (Gilbert)
1886 * On Unix/X, the default font preference matches only ISO 8859/1 fonts (Guy)
1887 * Complete the COPS dissector (Heikki Vatiainen)
1888 * Update for Session Announcement Protocol (Heikki Vatiainen)
1889 * Better heuristic for detecting Linux mangling of token-ring header (Gilbert)
1890 * Fix for DNS A6 RR decoding (Per Flock)
1891 * Support for H.261 and TPKT, replacement of RTP and RTCP dissectors, and
1892         changes to Q.931 dissector (Andreas Sikkema)
1893 * Case-insensitive string checks in HTTP dissector (Isaac Wilcox)
1894 * RTCP band-aid for allegedly-NTP timestamp (Guy, from Jason Lango's
1895         RTCP dissector)
1896 * Diameter updates (David Frascone)
1897 * Capture statistics improvements (Santeri)
1898 * Check the ICMP checksum (Guy)
1899 * Support for conversations with "wildcard" destination addresses
1900         (Jeff Foster, Guy)
1901 * HSRP off-by-one fix (Guy)
1902 * IPX and TCP column-related fixes (Guy)
1903 * make-reg-dotc fix (Guy)
1904 * AFS static-function cleanup (Guy)
1905 * Filter GUI ease-of-use fixes (Santeri)
1906 * Support for Routines for IGRP dissection <Paul Ionescu>
1907
1908 Overview of changes in Ethereal 0.8.12:
1909 * OSPF enhancements (Craig Metz)
1910 * Buffer-overflow protection with snprintf (Gilbert)
1911 * Add "Save As" feature to TCP Follow dialogue (Gilbert)
1912 * NFS update (Guy)
1913 * Show correct IP cksum if cksum in packet is incorrect
1914         (Johannes.Hennecke@elsa.de, Gilbert, Guy)
1915 * Fixes for srvloc (Guy, Peter Kjellerstedt)
1916 * Reorganize Win32 README (Gilbert)
1917 * ICQ updates (Peter Kjellerstedt)
1918 * ICMP proto_tree fix (Guy)
1919 * Filter dialogue GUI fix (Guy)
1920 * Fix rlogin "fd" assumption (Guy)
1921 * Packet-length fixes in various dissectors (Guy)
1922 * Add preferences to OSI CLNP/COTP/CLTP (Laurent)
1923 * Dissector tables allow for tvbuff and non-tvbuff dissectors (Guy)
1924 * Code cleanup (Laurent, Guy)
1925 * SMB fix (Richard)
1926 * Add scripts to turn lists of protocols and filterable fields, as
1927         produced by "ethereal -G", to SGML (Richard)
1928 * RPC updates (Uwe)
1929 * NLM v1 updates (Uwe)
1930 * Add Help window (Laurent)
1931 * Improve add_host_name fill IP host hasthable from DNS answers (Laurent)
1932 * Add doc strings to ncp2222.py (Gilbert)
1933 * Fix display of IPv6 frag header in proto_tree (Santeri Paavolainen)
1934 * Add wiretap support for Cisco Secure Intrusion Detection System IPLog format
1935         (Mike Hall, Gilbert)
1936 * Allow "filtering" in TCP Follow Save As, i.e., save entire conversation, or
1937         either half of the conversation (C->S, S->C) (Gilbert, Laurent)
1938 * Doco update (Guy)
1939 * BOOTP fix (Phil Techau)
1940 * Fix Help|About order (Guy)
1941 * Add #defines to DNS dissector (Guy)
1942 * Fix compilation in non-source directory (Laurent)
1943 * Add ethertypes (Laurent)
1944 * Add routines for fetching little-endian and big-endian 64-bit integral
1945         quantities, if G_HAVE_GINT64 is defined (Guy)
1946 * ISIS CLV fix (Laurent)
1947 * Add proto_tree_add_text_valist (Laurent)
1948 * make-reg-dotc fix (Guy)
1949 * header-file inclusion fixes (Laurent)
1950 * Add Kerberos 5 dissector (Wes Hardaker, Guy, Gilbert)
1951 * Speedup of random access to compressed ngsniffer files (Guy)
1952 * LLC non-SNAP fix (Guy)
1953 * snprintf fixes (Guy)
1954 * "TCP follow" support for TCP over IPv6 (Laurent)
1955 * Add RSH dissector (Robert Tsai)
1956 * Add HPUX doco and patches (Guy)
1957 * Better handling of failing to open capture device (Guy)
1958 * Cope with Linux ISDN packet headers (Guy)
1959 * Enable/disable particular protocols (Laurent, Uwe)
1960 * Small RPC and NFS fix (Uwe)
1961 * Preferences GUI updates (Laurent, Guy, Gilbert)
1962 * Packet deselection fix (Guy)
1963 * Re-organize popup menu (Laurent)
1964 * GUI convenience function updates (Guy)
1965 * DNS A6 records are now RFC 2874, not i-d (itojun)
1966 * Add support for draft-ietf-ipngwg-icmp-name-lookups-06.txt
1967         (ICMP node information query) (itojun)
1968 * Gryphon plugin fix (Laurent)
1969 * Plugin fix (Laurent)
1970 * Add Zebra dissector (Jochen, Guy)
1971 * ICMPv6 dissector alignment fix (itojun)
1972 * Add port type for SCTP ports (Michael Tuexen)
1973 * Potential buffer overflow fixes (Laurent)
1974 * Add info to summary window (Laurent)
1975 * Add initial support for SMTP dissector (Richard, Laurent)
1976 * Choose bold font from normal-weight font name (Guy)
1977 * Font fixes (Laurent)
1978 * BGP display filter fix (Laurent)
1979 * Ascend display filter fix (Laurent)
1980 * Ability to mark frames with middle mouse button. (Laurent)
1981 * Tethereal initialization fix (Guy)
1982 * Turn FT_NSTRING_UINT8 into FT_UINT_STRING (Gilbert)
1983 * NCP fix (Gilbert)
1984 * Remove "Decode IPv4 TOS field as DiffServ field" from display
1985         options (Laurent)
1986 * Add a help context identifier to the status bar (Laurent)
1987 * Fix CLEANUP_* macros in exceptions code (Gilbert)
1988 * LDAP dissector fix (Guy)
1989 * RPC packet-state fix (Guy)
1990 * Name updates to stuff in GSS authentication for ONC RPC (Dug Song)
1991 * Update doco (Guy, Laurent)
1992 * libpcap->wiretap encapsulation type mapping fix for new DLT_ types (Guy)
1993 * LLC fix (Guy)
1994 * pptp fix (Laurent)
1995 * vines fix (Laurent)
1996 * NFS v2 READDIR fix (Guy)
1997 * Add FT_STRINGZ type (Gilbert)
1998 * Move pointer-integer functions (pntohl, et al) to separate file (Gilbert)
1999 * Add initial support for BXXP (Richard)
2000 * Fix method for building list of network interfaces (Uwe, with tip o' hat
2001         to W. Richard Stevens)
2002 * GIOP endianness fix (Gilbert)
2003 * Random character in help dialogue fix (Laurent)
2004 * Change wtap_read() parameter list to avoid hacks in some wiretap
2005         modules (Gilbert)
2006 * g_malloc()/g_free() fixes (Guy)
2007 * New tvbuff routines (Gilbert, Richard)
2008 * libsnmp.so loading fix (Guy)
2009 * Use inverse video instead of boldface in hex dump (Graham Bloice, Guy)
2010 * Ability to choose fixed-width font as a GUI preference (Guy)
2011 * Default to "6x13" rather than Lucida Typewriter, as not all X servers
2012         have Lucida Typewriter (Guy)
2013 * Comment-out Cut/Copy/Paste items in Edit menu (Guy)
2014 * redraw_hex_dump fixes (Guy)
2015 * Negative relative and delta timestamp fixes (Guy)
2016 * Move some string functions out of packet.c and into strutil.c (Gilbert)
2017 * OSPF fixes (Craig Metz)
2018 * Avoid assert in tvbuff when creating packet of bogus reported_length (Gilbert)
2019 * Don't allow hf_text_only to be in the display filter language (Gilbert)
2020 * Win32 .cvsignore additions (Graham)
2021
2022 Overview of changes in Ethereal 0.8.11:
2023 * Set locale in tethereal (Guy)
2024 * Dialog box utility routines (Guy)
2025 * Modal window fixes (Guy)
2026 * GUI cleanups (Guy)
2027 * Add support for preferences (Guy)
2028 * IPv4 DiffServ is a preference (Guy)
2029 * Add strcasecmp.c for those systems that need it, like SINIX-M (Uwe)
2030 * BOOTP magic cookie fix, option-dissection fix (Guy)
2031 * SNMPv3 fix for security model values 1 and 2 (Guy)
2032 * Make AH payload dissection placement a preference (Gilbert)
2033 * Timestamp display fix (Guy)
2034 * CLNP TSAP fix (Guy)
2035 * NFS filehandle dissection for ReliantUNIX and Linux nfsd/knfsd (Uwe)
2036 * TCP summary info in protocol tree is an option (Gilbert)
2037 * OSPF enhancements and fixes (Michael Rozhavsky)
2038 * inet_aton()-related build fixes (Guy)
2039 * UDP has heuristic dissector table, and uses it for RPC (Uwe)
2040 * Dissection of RPCSEC_GSS credentials in ONC RPC (Dug Song)
2041 * DNSSEC additions/name changes (Jakob Schlyter)
2042 * Error message cleanups (Guy)
2043 * DNS support for MS's WINS and WINS-R resource records (Guy)
2044 * tvbuff-ication of H1 dissector, and response identifier display change
2045         (Gerrit Gehnen)
2046 * SCTP dissector (Michael.Tuexen@icn.siemens.de)
2047 * Capture-window titlebar fix (Gilbert)
2048 * Support for building SVR4 binary packages (Gerald)
2049 * proto_tree/dfilter interaction change (Gilbert)
2050 * Fix URL for libpcap (Guy)
2051 * Improved autogen.sh script (Bruce Korb)
2052 * Add "debian" target to Makefile (Olivier)
2053 * Tethereal packet-count and new-line fix (Gilbert)
2054 * SNMP "agent address" trap PDU display fix (Guy)
2055 * Support for many more DHCP options (Jose Pedro Oliveira)
2056 * Compiler-warning fixes in wiretap (Guy)
2057 * Reset "visited" flag when rescanning a file (Gilbert)
2058 * Add RPM and SRPM build targets (Gerald)
2059 * Another shot at the undead libpcap monster fix (i.e., extra info
2060         in headers for ss990915 libpcap) (Guy)
2061 * Add aclocal-flags to fix build headaches (Guy)
2062 * In proto_tree_add_item(), access tvbuff before adding anything to
2063         proto_tree. (Gilbert)
2064 * Add Quake 1 dissector (Uwe)
2065 * GIOP dissector warns about unsupported GIOP versions (Gilbert)
2066 * dfilter2pod build fix (Gilbert)
2067 * Re-write of NCP dissector. Adds python to build. :) (Gilbert)
2068 * Fix Edit->Filters...->Apply (Richard)
2069 * Add DIAMETER dissector (David Frascone)
2070 * Display TCP RST data as text, as per RFC 1122 (Guy, with tip o' hat
2071         to Kevin Steves)
2072 * Support for capturing from a pipe (FIFO or STDIN). (Olivier)
2073 * Cross-platform build fixes (Guy)
2074 * Fix directory-checking routines (Guy)
2075 * Display filters now work on string types (Gilbert)
2076 * Initial templates for decoding all 4 NLM protocol versions (Uwe)
2077
2078 Overview of changes in Ethereal 0.8.10:
2079 * Code cleanup (Gilbert)
2080 * Assign port 1052 to DDTP (Olivier)
2081 * Add syslog dissector (Gerald)
2082 * Build cleanup (Guy)
2083 * X11 dissector (Christophe, Guy)
2084 * RPC cleanup (Guy)
2085 * tvbuffication (Olivier, Gilbert)
2086 * Remove dead tos_str symbol (itojun)
2087 * More manufacturer ether codes (Gaetan Soltesz <gaetan@cisco.com>)
2088 * Support for capturing on Linux ATM interfaces (Mark Clayton)
2089 * NG Sniffer file reading fixes (Joerg, Guy)
2090 * Make 'tethereal -h' look similar to 'ethereal -h' (Joerg)
2091 * Support for "Update list of packets in real time" on Win32 (Graham)
2092 * Win32 makefile dependency fix (Graham)
2093 * Fix for people who don't read the FAQ. I.e., fix for
2094         calling snmp_set_full_objid(0 in packet-snmp.c (Guy)
2095 * OSI fix (Guy)
2096 * ISIS fix (Guy)
2097 * AFS volume name display fix (Guy)
2098 * tvbtest enhancements (Guy)
2099 * Treat TCP follow temp file as binary, for Win32 (Guy)
2100 * Read NetXRay 2.002 files (Joerg, Guy)
2101 * Fix octet string buffer overflow in packet-snmp.c (Guy)
2102 * asn1.c/packet-snmp.c code cleanup (Guy)
2103 * Variable name ("cf"/"cfile") cleanup (Ben Fowler)
2104 * GUI-code enhancements (Guy)
2105 * Wiretap enhancements (Guy)
2106 * Support for OSI CLTP (Guy)
2107 * ISAKMP padding fix (Guy)
2108 * GUI progress bar change (Guy)
2109 * Debian build-file fix (Olivier)
2110
2111 Overview of changes in Ethereal 0.8.9:
2112 * Timestamps in RTP summary column (Jason Lango)
2113 * Fix build warnings (Ron Flory)
2114 * Make our GtkCList sortable (Graham Bloice)
2115 * Use F<> instead of B<> for files in man pages (Guy)
2116 * Fix a type IP packet counter (Gerald)
2117 * Build fixes (Gilbert, Guy)
2118 * Rename "private" to "dump", to avoid C++ reserved word (Guy)
2119 * Add tvbuff class and exceptions module (Gilbert, Guy)
2120 * Convert dissectors to use tvbuffs (Gilbert, Olivier, Guy)
2121 * Support ISAKMP Configuration Method (Yaniv Kaul)
2122 * Fix tethereal/wiretap error-reporting bug (Gilbert)
2123 * Add sample Makefile for regression testing (Gilbert)
2124 * Dissect substring filters in packet-ldap.c (Guy)
2125 * Fix wtap.h typo (Alan Harrison)
2126 * Change usage of 'fd' in file.c (Ben Fowler)
2127 * Fix endian bug in ngsniffer.c (Guy)
2128 * Fix smb-pipe NetServEnum (Guy)
2129 * Fix VTP to correctly add ipv4 address to proto_tree (Guy)
2130 * cf->current_frame fix for correctly displaying GtkCList (Guy)
2131 * SMUX and SNMPv3 support (Jochen Friedrich)
2132 * Fix snmp-less build (Guy)
2133 * Show Ethernet trailer (Gilbert)
2134 * Old-style fixes for bounds checking (Guy, Gilbert)
2135 * Make proto_tree_is_visible false more of the time (Guy)
2136 * Support for GRE over IPX (Paul Ionescu)
2137 * Move psuedo_header out of frame_data structure to save memory. Required
2138         changes in wiretap, too. (Guy)
2139 * Doco fixes (Guy)
2140 * Mark DCHP packets as DHCP, using bootp.dhcp flag. (Paul Ionescu)
2141 * Fix randpkt.c for new wtap_dump() (Gilbert)
2142 * Correctly handle 0-length FT_BYTES (Gilbert)
2143 * Header file fixes (Guy, Gilbert)
2144 * SMUX-related fix (Guy)
2145 * More wiretap zlib fixes (Guy)
2146 * Detect Cisco and Novell type IPX packets (Paul Ionescu)
2147 * Close the capture file descriptor (Mark Burton, Guy)
2148 * More ISAKMP additions (Yaniv Kaul, Guy)
2149 * Support for EIGRP over Appletalk and IPX (Paul Ionescu)
2150 * Fix display of IP fragment (Scott Howard)
2151 * Fix for Linux ISDN ippp devices (Gilbert)
2152 * Change handling of capture_ppp() (Gilbert)
2153 * SMB fixes (Mark Burton)
2154 * Support for reading compressed Sniffer fils (Tim Farley, Joerg, Guy)
2155 * GTK dialogue fixes (Guy)
2156 * Incorporate gtkclist.c from GTK+ 1.2.8 (Guy)
2157 * Initial SCTP support (Michael Tuexen)
2158 * Support for Mobile IP dissection (Stefan Raab, Gilbert, Guy)
2159 * Fix for X.25 dbit (Gilbert)
2160 * Enable more dissector handoff tables (Guy)
2161 * Win32 build enhancements (Graham Bloice)
2162 * X.25 LCN display fix (Olivier)
2163 * C/C++ typedef fixes (Guy, Andreas Sikkema)
2164 * Change proto_tree_add_*() calls to find more errors at compile time (Guy)
2165 * Fix plugin function pointer table (Gilbert)
2166 * Add "Enable name resolution" check box to File Open dialogue (Gilbert)
2167 * Fix RSVP for Resv Tear Confirm message (Gilbert)
2168 * Show ICMP sequence number as two bytes instead of integer of unknown-endianness (Gilbert)
2169 * Add gtk_set_locale() to main (Kaoru Kusunoki)
2170 * Make dissect_ah() use dissector handoff tables (Gilbert)
2171 * Fix L2TP dissector to call dissect_ppp() (Gilbert)
2172 * Support for COPS (Heikki)
2173
2174 Overview of changes in Ethereal 0.8.8:
2175 * Implement dissector tables for various protocols (Gilbert, Guy)
2176 * Add "visited" flag to each frame (Gilbert, Guy)
2177 * Renamed the DHIS protocol to DDTP (Olivier)
2178 * Change win32 port to build as a Windows (non-console) program (Guy)
2179 * Improved display of FTP data (Richard)
2180 * Add icon and resource for Win32 ethereal (Graham Bloice)
2181 * OSI fix (Guy)
2182 * Wiretap code cleanup (Guy)
2183 * Updates to OSI CLNP, CLTP, ISIS. Added OSI ESIS (Ralf Schneider)
2184 * Per-frame data allocation (Richard)
2185 * Update NCP code to use conversation types (Guy)
2186 * Fix checksum option decoding in CC/CR TPDU in CLNP dissector (Laurent)
2187 * Detect compressed A/C PPP fields (Greg Kilfoyle)
2188 * Support for decoding MS Proxy protocol (Jeff Foster)
2189 * Fragmented IPv6 fix (Guy)
2190 * Fixes to LPD dissector (Matthijs Melchior <mmelchior@lucent.com>)
2191 * Support for RTCP and RTP (Jason Lango)
2192 * RTSP fixes (Guy)
2193 * IPv4 dissector and doco fix (Ben Fowler <wapdev@leedsnet.com>)
2194 * Add proto_tree_add_int_format() (Gilbert)
2195 * Support IPv6 name resolution A6 packet (itojun)
2196 * Support AD and CD bit in RFC2535 section 6 (itojun)
2197 * Add "-s" to editcap (Guy)
2198 * Print spaces as spaces in hex dump pane (Gilbert, Guy)
2199 * Don't dissect encrypted payload in ISAKMP packet (Guy)
2200 * SINEC H1 fixes (Gerrit Gehnen)
2201 * Plugin fixes (Gerrit Gehnen)
2202 * Win32 build fixes (Graham Bloice)
2203 * Doco updates (Guy)
2204 * Menu fixes (Guy)
2205 * Dialogue window helper functions (Guy)
2206 * GUI button-creation functions (Guy)
2207 * Speedups in token-ring dissector (Gilbert)
2208 * Registration of lists of "heuristic" dissectors (Guy)
2209 * Ethereal child process error-handling (Guy)
2210 * Fix problems with dialogue windows popping up multiple times (Guy)
2211
2212 Overview of changes in Ethereal 0.8.7:
2213 * Small memleak in "Find Frame" plugged (Guy)
2214 * Correct behavior for stopping frame search (Guy)
2215 * RPM spec file fix (Patrick Higgins <phiggins@transzap.com>)
2216 * Disable "Update list of packets in real time" and
2217         "Automatic scrolling in live capture" for Win32 (Gilbert)
2218 * Avoid using zero-length arrays in packet-rsvp.c (Guy)
2219 * Add wtap_read() func to wtap.c (Richard, Guy)
2220 * Update to SMB Browse (Richard)
2221 * Rlogin dissector (Jeff Foster)
2222 * Re-arrange dissector_add() calls and make some dissectors static
2223         for dissectors under TCP and UDP (Guy)
2224 * Remove unused value_string in packet-llc.c (Guy)
2225 * Add DOCSIS BPDU (Johannes Hennecke <Johannes.Hennecke@elsa.de>)
2226 * Separate variables for "File|Open" and "File|Save [As]" (Guy)
2227 * BGP confederations support (Greg Hankins)
2228 * Correct display of FT_BOOLEANs inside bitfields (Gilbert)
2229 * Catch loops in DNS names. Avoids zlip DNS DoS exploit (Guy)
2230 * Compile tethereal and editcap for Win32 (Gilbert)
2231 * Support CIFS-over-TCP w/o NBSS (Mark Muhlestein)
2232 * .cvsignore updates (Ben Fowler)
2233 * Add SOCKS[45] dissector, plus changes to conversation.c (Jeff Foster)
2234 * Fix int size for I and S LLC frames. (Guy)
2235 * Update packet-osi.c [CLNP] (Guy)
2236 * Update packet-isis.c (Guy)
2237 * Fix typo in packet-h1.c (Guy)
2238 * Update Win32 doco (Guy)
2239 * Fix null filter string display in summary dialogue (Guy)
2240
2241 Overview of changes in Ethereal 0.8.6:
2242 * L2TP spelling fix (Florian)
2243 * RADIUS update (Florian)
2244 * LDAP build fix (Guy)
2245 * Fix for not being able to capture more than once in a session (Guy)
2246 * Developers' doc update (Guy)
2247 * Build fixes (Guy)
2248
2249 Overview of changes in Ethereal 0.8.5:
2250 * Fix for reading Toshiba ISDN router trace files (Gilbert)
2251 * Fix proto_* calls in various dissectors (Guy, Gilbert)
2252 * Fix offset in packet-ipp.c (Guy)
2253 * Documentation updates (Guy, Olivier)
2254 * Another iteration of the frame_data pointer/GtkCList headache (Guy)
2255 * Support for DUMP and EXPORT replies in packet-mount.c (Uwe)
2256 * Support for MPLS (Ashok)
2257 * RSVP fixes (Guy)
2258 * Fix TCP Stream (Guy)
2259 * Break proto_tree_add* functions into many more (Gilbert, Guy)
2260 * Win32 version uses HOMEDRIVE and HOMEPATH instead of HOME (Guy)
2261 * More *BSD zlib fixes (Guy)
2262 * Fix to handle SNMPv2 TRAP PDUs (Dietmar Petras)
2263 * Fix SNMP (Guy)
2264 * Fix "Find Frame"/"Go To Frame" dialogue boxes (Guy)
2265 * Plugin API fixes (Guy)
2266 * LAPB update (Olivier)
2267 * EIGRP update (Guy)
2268 * V120 update (Guy)
2269 * RADIUS changes (Florian Lohoff)
2270 * Add new filterable fields to eth, tr, fddi, isl (Jeff Foster, Gilbert)
2271 * Add Novell option decoding (Fredrik Sorensson <fsn@volvo.se>>
2272 * More proto- and dfilter- assertions (Gilbert, Ben Fowler <wapdev@leedsnet.com>)
2273 * Fix IPv6 fragment handling (Jochen Friedrich)
2274 * DNS update (Guy, Itojun)
2275 * IPv4 udpate (Guy)
2276 * Enable capturing in Win32 (Paul Welchinski)
2277 * Fix for SMB (Andreas Sikkema)
2278 * Wiretap update; fix for Netmon reader (Guy)
2279 * L2TP fixes (Florian Lohoff)
2280 * NFS update (Guy)
2281 * Telnet update (Guy)
2282 * Per-frame proto data (Richard)
2283 * ASN.1 update (Guy)
2284 * PPP over GRE fix (Gilbert)
2285 * ISIS-HELLO fix (Ralf Schneider)
2286 * Display filter string length fix (Ralf Schneider)
2287 * Re-work of LDAP dissector (Doug Nazar)
2288 * Win32 file-save fix (Andreas Sikkema)
2289 * Add getopt routine for Win32 (Gilbert)
2290 * BGP route reflection support (Greg Hankins <gregh@twoguys.org>)
2291 * BOOTP fix (Michael Johnston)
2292 * Lex build fix (Guy)
2293 * Remove extra menu entries for "Find Frame" and "Go To Frame" (Guy)
2294 * Wiretrace's iptrace reader now reads IBM SP switch traces (Jochen Friedrich)
2295 * HP-UX build fix (Guy)
2296 * Plugin update (Olivier)
2297 * Summary dialogue window fix (Guy)
2298 * Ethereal exit logic re-org (Guy)
2299 * Filter dialogue re-org (Guy)
2300 * Use GMemChunk for frame_data structs (Guy)
2301 * Allow registration of protocol handoffs (Jeff Foster, Guy)
2302 * Win32 build fix for new WinPcap library (Guy)
2303
2304 Overview of changes in Ethereal 0.8.4:
2305 * Listen for exception on GDK_INPUT_EXCEPTION on sync pipe (Gilbert)
2306 * Correct timestamp bug in dissect_ipopt_timestamp() (Paul Ionescu, Olivier)
2307 * Win32 fixes (Ed Meaney)
2308 * Fix PLUGIN_DIR scanning (Olivier)
2309 * Support for Cisco Group Management Protocol (Guy)
2310 * Allow filtering on 24-bit integral fields (Guy)
2311 * Support for Cisco's Virtual Trunking Protocol (guy)
2312 * Enable plugins on Win32 (Gilbert)
2313 * Debian packaging changes (Olivier)
2314 * Win32 build fix (Gilbert)
2315 * Fix bug in tftp (Dietmar Petras)
2316 * Support for Time Protocol (Dietmar)
2317 * Support for win32 libpcap (Ed Meaney)
2318 * Typo in Makefile.am (Sean Walmsley <sean.p.walmsley@Hydro.ON.CA>)
2319 * Build fix, plus suport for setuid ethereal [DANGEROUS!]
2320         (Peter Kjellerstedt <peter.kjellerstedt@axis.com>)
2321 * Typo fix in OSPF (Nick Amato)
2322 * Code movement (Guy)
2323 * NetBSD zlib build fix (Itojun, Guy)
2324 * Misc. code fixes (Guy)
2325 * Win32 fixes (Guy)
2326 * Support for SMB Mailslot and Netlogin (Jeff Foster)
2327 * BOOTP fix (Dietmar Petras)
2328 * "A header file for every dissector" (Gilbert)
2329 * Fix NetBIOS name types (Richard)
2330 * Allow for non-"struct timeval" in tethereal (Gilbert)
2331 * Upgrade gtkclist.c to GTK+-1.2.7 (Gilbert)
2332 * Support raw IP nettl captures (Olivier)
2333 * Fix X.25 data structure initialization (Olivier, Guy)
2334 * New WTAP error code: WTAP_ERR_UNSUPPORTED_ENCAP (Guy)
2335 * LanMan fix (Richard)
2336 * Doco updates (Guy)
2337 * Fix for UCD SNMP 4.1.x
2338 * "Resolve Name" item in proto tree popup (Laurent)
2339 * Buffer fix (Guy)
2340 * SMB Logon fix (Richard, Jeff Foster)
2341 * Tethereal fix for multi-arg filters on command line (Guy)
2342 * Fix HTTP request and response (Laurent)
2343 * Support for Dynamic Host Information Services (Olivier)
2344 * Add TCP segment length to TCP packet summary (Fred Reimer)
2345 * Pop up single packet's proto tree in new window (Jeff Foster, Guy)
2346 * Developer's README, finally! (James Coe, Guy, Jeff Foster, Gilbert)
2347 * Support for HP-UX 11 nettl files (Olivier)
2348 * Make scrollbar placement option ubiquitous (Guy)
2349 * Support for Sinec H1 protocol (Gerrit Gehnen)
2350 * Show version number resource in COTP (Gerrit Gehnen)
2351
2352 Overview of changes in Ethereal 0.8.3:
2353 * Win32 path delimiter fixes (Guy)
2354 * clnp fix (Guy)
2355 * tethereal initialization fix (Guy)
2356 * Debian packaging files (Olivier)
2357 * NFS readdir* segfault fix (Uwe)
2358 * file_seek() fix (Guy)
2359 * "struct timeval"/"struct bpf_timeval" fix (Guy)
2360 * TFTP Option Extension (RFC 2347) support (Craig Newell)
2361 * Menu fixes (Gilbert)
2362 * PPP sequence number fix (Gilbert)
2363 * Support for NetXRay WAN traces (Gilbert)
2364 * X.25 fix (Guy)
2365 * TCP Follow EBCDIC toggle fix (Gilbert)
2366 * New get_home_dir() function for HOME env var (Gilbert, Guy)
2367 * Additional NLPIDs (Guy)
2368 * New "ethereal_static" make target (Nathan)
2369 * Capture window close button fix (Nathan)
2370 * Plugin directory symlink scanning fix (Olivier)
2371 * Add SNMP trap port to udp dissector (Guy)
2372
2373 Overview of changes in Ethereal 0.8.2:
2374 * Add editcap as standard install target (Guy)
2375 * Add manpage for editcap (Guy)
2376 * GUI code movement (Guy)
2377 * Read-only Win32 support (Gilbert, Guy)
2378 * L2TP updates (Laurent Cazalet, Thomas Parvais)
2379 * select() workaround for Linux libpcap bug (Guy)
2380 * Cisco CDP fixes (Guy)
2381 * Hex dump option in TCP Stream window (Olivier)
2382 * Assorted frame numbering fixes (Guy)
2383 * Filterable RTSP fields (Jason)
2384 * X.25-over-Ethernet support, perhaps (Guy)
2385 * Export and usage of NLPID values (Guy)
2386 * zlib fix for {Free,Open,Net}BSD (Guy, Itojun)
2387 * Add tethereal and manpage (Guy)
2388 * Doc updates (Guy, Gilbert)
2389 * Fix type in hex printing in netbios (Gerald)
2390 * Work around RedHat 6.1 libpcap filter "feature" (Gerald)
2391 * Fix alignment issues (Guy)
2392 * Tethereal mods (Nathan)
2393 * Use gmodule for dynamic linking instead of libltdl (Gilbert)
2394 * Build fixes (Guy)
2395 * Plugins in tethereal (Olivier)
2396 * Editcap mods (Richard)
2397 * Change code to use strchr() instead of index() (Guy)
2398 * Change code to use strrchr() instead of rindex() (Guy)
2399 * Pop-up menus with right-clicks (Jerry Talkington)
2400 * Packet scrolling option in capture dialogue window (Guy)
2401 * Full NFSv3 support (Uwe)
2402 * Fix byte-order and alignment problems in PPTP
2403         (Thomas Quinot, Debian bug 55347)
2404 * Support for both HP-UX 9.04 and HP-UX 10.20 nettl files (Olivier)
2405 * "Inactive Subset" in ISO 8473 CLNP (Gerrit Gehnen)
2406 * Vines update (Joerg)
2407 * tm_mon fix (Guy)
2408 * New proto_item_set_text() and proto_tree_add_notext() functions (Guy)
2409 * New functionality in dissect_rpc_string() (Guy)
2410 * CDP fixes (Paul Ionescu)
2411 * packet_info and ethernet changes (Guy)
2412 * LLC updates (Guy)
2413 * Flag for IPv4 TOS field/DiffServ field (Heikki Vatiainen)
2414 * Cisco ISL support (Guy)
2415 * Workaround for GTK+-1.2.[3-6] text widget bug (Gerald)
2416 * Menu updates and fixes (Gerald, Gilbert, Guy, henceforth "3G")
2417 * Parse multiple COMMUNITIES value in BGP (Itojun)
2418
2419 Overview of changes in Ethereal 0.8.1:
2420 * Fix mulitiple-selection bug in packet list (Gilbert)
2421 * Check for libtool and libtool version (Guy)
2422 * Toshiba file reader handles relative dates (Gilbert)
2423 * File|Open dialogue box directory hack (Gilbert)
2424 * Modify appearance of lines and expanders in GUI proto tree (Gilbert)
2425 * Make code ANSI-C compliant and other build fixes (Guy)
2426 * Fix side effects of using GtkCTree and GTK_SELECTION_BROWSE (Guy)
2427 * Abstract out some of the menu code from the GUI routines (Guy)
2428 * Re-arrange some GUI code (Guy)
2429 * "Default" button for resetting plugin filter string (Olivier)
2430 * Plugin status save/restore (Olivier)
2431 * Add notes about sniffing VMware connections (Gilbert)
2432 * Add focus for "Find Frame" and "Go to Frame" (Guy)
2433 * Reconcile differences in integer size used for ports
2434         in conversation code and packet_info code (Gilbert)
2435 * Empty string capture filters for libpcap craziness (Gerald, Guy)
2436 * Manpage updates (Guy)
2437 * Print packets as multiple pages of PostScript (Guy)
2438 * Fix "Follow TCP Stream" print function (Guy)
2439 * Avoid segfault in SMB reported by
2440         Aaron Bush <abush@microcenter.com> (Gilbert)
2441 * L2TP support (John Thomes)
2442 * Allow printing during capturing
2443
2444 Overview of changes in Ethereal 0.8.0:
2445 * RPC and NFS updates, complete NFSv2 support (Uwe, Gilbert)
2446 * Initial TNS support (Nathan)
2447 * Documenatation and distribution updates (Gilbert, Guy, Itojun, Gerald)
2448 * SMB fixes (Gilbert, Richard, Olivier, Greg Kilfoyle)
2449 * Color preference fixes and updates (Guy)
2450 * NetBIOS fixes (Guy)
2451 * IPX fixes and updates (Guy, Nathan)
2452 * Capture/file save facility updates (Guy)
2453 * Add IPX stats to capture window (Gilbert)
2454 * Appropriately enable/disable the "follow" menu item (Florian)
2455 * ICQ fixes from Guy and Kojak (Guy)
2456 * Add Christopher McAvaney's format_text() fix (Guy)
2457 * Stream window color prefs (Gerald)
2458 * Myriad GUI fixes and enhancements (Gilbert, Guy)
2459 * RADIUS fixes thanks to Arni Raghu <arni@caip.rutgers.edu> (Gilbert)
2460 * VLAN updates (Nathan)
2461 * Byte view fixes (Nathan)
2462 * Initial TACACS+/XTACACS support (Nathan)
2463 * Multiple file format capability in wiretap and Ethereal (including Snoop,
2464   Netmon 1.x, Sniffer, Netxray, and various flavors of libpcap)
2465   (Guy, Olivier, Nathan)
2466 * Added editcap to the distribution (Richard)
2467 * Enhancements to wiretap's file output capabilities (Guy)
2468 * Add our own SNMP PDU dissector; other SNMP fixes and updates (Guy)
2469 * ASN.1 code added; used by SNMP dissector, and available for other use
2470   by other dissectors (Guy)
2471 * LLC/SNAP fixes and updates (Guy, Nathan)
2472 * NTP fixes (Guy, Gerald)
2473 * ISAKMP updates from Dave Chapeskie (Guy)
2474 * Reduced dependency on "global.h" (Gilbert, Guy)
2475 * HTTP updates from Jerry Talkington (Guy)
2476 * Added IRC dissector (Nathan)
2477 * DNS updates (Nathan)
2478 * Added James Coe's patch(es) to add SRVLOC and NCP-over-IP support (Guy)
2479 * CLI fixes and enhancements (Guy)
2480 * ARP improvements (Nathan)
2481 * Capture length fixes for IRIX (Guy)
2482 * BGP updates from Greg Hankins, and other BGP fixes (Itojun)
2483 * Added Philip Gladstone <philip@raptor.com>'s patch to check IP header
2484   checksum (Gilbert)
2485 * GRE updates, merged code from Jerry Talkington (Guy)
2486 * AppleTalk updates, including NBP and RTMP dissectors (Nathan, Guy)
2487 * Initial LDAP support (Nathan)
2488 * X.25 updates (Olivier)
2489 * Plugin support (Olivier)
2490 * Fixes for packet-ip.c (Guy, Gilbert)
2491 * Jerry Talkington's patch to move filter prefs to their own dialog (Guy)
2492 * Fixes for RedHat's modified version of libpcap (Guy)
2493 * WCCP dissector from Jerry Talkington (Guy)
2494 * rwho/rwhod/ruptime support added (Gilbert)
2495 * Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap module
2496   and V.120 decoder (Gilbert, Guy)
2497 * RSVP fixes (Gilbert)
2498 * NCP fixes and updates, other fixes from James Coe (Nathan, Guy)
2499 * Q.931 updates from Bert Driehuis (Guy)
2500 * ISDN4BSD updates (Guy)
2501 * Support for ISIS thanks to Stuart Stanley (Guy)
2502 * Support for Dearborn Group Technology's Gryphon as a plugin (Gilbert)
2503 * Win32 port updates (Guy)
2504 * LPD segfault fixes reported by Gregor Glomm (Gilbert)
2505 * GUI page added to preferences (Gilbert)
2506 * Libtool integrated with the distribution (Gerald, Guy, Itojun)
2507 * OUI updates (Guy)
2508 * Summary-dialog-on-empty-capture segfault bug squished (Guy)
2509
2510 Overview of changes in Ethereal 0.7.9:
2511 * Compilation warning fix (Guy)
2512 * Updates to Q.931 (Guy)
2513 * Updates to Q.2931 (Guy)
2514 * Display filter widget uses GtkCombo (Gerald)
2515 * Added SNMP over Ethernet (Gilbert)
2516 * Small changes to display filters from tcp follow and match selected (Gilbert)
2517 * Fix problem and update SMB (Richard)
2518 * Update portmap (Uwe)
2519 * Update NFS (Uwe)
2520 * Support for iptrace 1.0 files (Gilbert; thanks to
2521         Florian Lohoff <flo@rfc822.org> for sample trace files)
2522 * Update support for netmon 2.0 files (Guy)
2523 * Updates to ATM (Guy)
2524 * Updates to ARP (Guy)
2525 * Updates to DNS (Guy)
2526 * Support for both PPP and LAPB as WAN links in NG Sniffer files (Guy)
2527 * Colorize TCP streams (Gerald)
2528 * Make autoconf check for correct contents of libz library (Guy)
2529 * Updates to About box (Guy, Gilbert)
2530
2531 Overview of changes in Ethereal 0.7.8:
2532 * Added RPC and NFS (Uwe)
2533 * Added IGRP/EIGRP (Don)
2534 * "Print" button in TCP Follow window (Warren Young)
2535 * BGP enhancemnets (Itojun, Greg)
2536 * Wiretap support for Toshiba ISDN router traces (Gilbert)
2537 * More filterable fields (Guy, Laurent)
2538 * AIX and IBM C compiler fixes (Craig Rodrigues)
2539 * General fixes (Guy)
2540 * LPD dissector segfault fix (Gilbert)
2541 * ICQ update (Kojak)
2542 * VLAN update (Nathan)
2543 * "Find Frame" function (Guy)
2544 * Support for newer libpcaps, and broken RH 6.1 libpcap (Guy)
2545 * DNS update (Brian J. Murrell), and similar NBNS update (Guy)
2546 * More DNS updates (Guy)
2547 * "Go to frame" function (Guy)
2548 * Added IMAP (Nathan)
2549 * Added various RPC stubs (Nathan)
2550 * Added portmap (Nathan)
2551 * Added LAPD (Gilbert, Guy)
2552 * LLC fix (Guy)
2553 * Added Q.931 (Guy)
2554 * SMB updates and segfault fixes (Richard)
2555 * Added bootparams (Nathan)
2556 * Added ypserv (Nathan)
2557 * Conversation code fix (Guy)
2558 * Added mount and stat (Nathan)
2559 * Added MAPI (Nathan)
2560 * IPv4 address comparison and subnet testing in display filters (Gilbert)
2561 * Added NLM (Uwe)
2562 * More IPX SAP types (Nathan)
2563 * Automatic ETT_* enum number registration (Guy)
2564 * Added SAP (Session Announcement Protocol) (Heikki)
2565 * Wiretap support for ATM iptrace files (Guy, Gilbert)
2566 * OSPF fix (Heikki)
2567 * General routines for registration of "init" routines (Guy)
2568 * Added ILMI (SNMP over ATM AAL5) (Guy)
2569 * Added SSCOP (Guy)
2570 * Added Q.2931 (Guy)
2571 * "Match selected" produces display filters with field names (Gilbert)
2572 * IPX packet summary resolves IPX network names and MAC addresses (Gilbert)
2573 * POP fixes (Heikki)
2574 * Added VRRP (Heikki)
2575 * Display filter "Reset" button (Laurent)
2576 * Added HSRP (Heikki)
2577 * SNA packets show hex dump with EBCDIC converted to ASCII (Gilbert)
2578 * Added Cisco Auto-RP (Heikki)
2579
2580 Overview of changes in Ethereal 0.7.7:
2581 * Check header length in IP header (Guy)
2582 * Fix printf formats in packet-rx.c (Guy)
2583 * NTP changes (Tomislav Vujec)
2584 * Add conversation mechanism and generalize net/datalink address storage (Guy)
2585 * Fix ipproto.c bug (Guy)
2586 * Removed erroneous assert in packet-sna.c (Gilbert)
2587 * Support for Appletalk DDP, Banyan Vines, and SNA FID type 4 addresses
2588         in "address" type code (Guy)
2589 * Fixes for Appletalk and Vines (Guy)
2590 * Add ICQ dissector (Kojak)
2591 * Remove compilation warnings in packet-snmp.c (Tomislav)
2592 * Remove compilation warnings from packet-smb.c (Richard)
2593 * Add make-reg-dotc to let non-GNU makes work. (Guy)
2594 * Fix AIX compilation (Guy, Gilbert)
2595 * Fix autoconf weird-path problem (Guy)
2596
2597 Overview of changes in Ethereal 0.7.6:
2598 * Fix xdlc bug (Guy, Gilbert)
2599 * Add name resolution option to GUI. (Laurent)
2600 * Fix LLC bug (Guy)
2601 * Display filter bug fixes
2602         Santeri Paavolainen <santtu@ssh.fi>
2603         Dewi Morgan <dewim@sco.com>
2604         (Gilbert)
2605 * Print changes (Guy)
2606 * NG Sniffer FDDI time unit fix (Guy)
2607 * Fixes for SINIX (Uwe Girlich)
2608 * Lots of fork/sync fixes (Guy)
2609 * Add filename to Capture dialog box (Guy)
2610 * New display filters for many protocols
2611         (Laurent... the man!)
2612 * Check for bad packet lengths in many protocols
2613         (Laurent, Gilbert, Guy)
2614 * More SMB fields and fixes (Richard, Guy)
2615 * NBNS fix (Richard)
2616 * POP fix (Laurent)
2617 * Fix behavior for bad color filters (Gilbert)
2618 * Default colors for color wheel (Santeri Paavolainen <santtu@ssh.fi>)
2619 * ZLIB error messages (Guy)
2620 * Display filter byte-string syntax additions (Gilbert)
2621 * IPv6 proto_tree and display filter support (Lareunt, Jun-ichiro)
2622 * Added info to protocol registration (Gilbert)
2623 * Added signed integer support to display filters (Phil Techau)
2624 * IPv6 fixes (Jun-ichiro)
2625 * ASCII/EBCDIC conversion in TCP Follow window (Gilbert)
2626 * Add DOUBLE filtering to display filters (Gilbert)
2627 * OSPF fix to dissect MD5 field (Tony Hard <thart@avici.com>
2628 * Automated method of finding proto_register functions (Guy)
2629 * Wiretap support for nettl (HP-UX trace tool) (Olivier)
2630 * Added BPDU (Christophe Tronche)
2631 * Added SNA (Gilbert)
2632 * Added RIPng, PIM (Jun-ichiro)
2633 * Added Yahoo messager and pager protocols (Nathan)
2634 * Added NTP (Nathan)
2635 * Added BGP (Jun-ichiro)
2636 * Added AFS, RX (Nathan)
2637 * Addef VLAN (802.1q) (Nathan)
2638
2639 Overview of changes in Ethereal 0.7.5:
2640 * Fixed bug when reading files on FreeBSD (Guy)
2641 * Fixed compilation bug when disabling zlib on FreeBSD (Guy)
2642
2643 Overview of changes in Ethereal 0.7.4:
2644 * Fixed Radcom file reader in wiretap (Olivier)
2645 * Add "--with-ucdsnmp" to autoconf (Bert Driehuis <driehuis@playbeing.org>)
2646 * Fix snoop reader for Solaris seek problem (Guy)
2647 * NetBIOS and NBIPX updates (Guy)
2648 * Capture dialogue changes (Guy, Laurent)
2649 * Movement of GTK files to subdirectory (Gilbert, Guy)
2650 * Wiretap support for Lucent/Ascent WAN router traces (Gerald)
2651 * Added dissector for Internet Cache Protocol (Peter Torvals)
2652 * Added dissector for Internet Printing Protocol (Guy)
2653 * Show the IP flags as 4 bits (Daniel Ryde <ryde@tripnet.se>)
2654 * Changed usage of FT_BOOLEAN (Gilbert)
2655 * Fixed bugs with short packets and eth, tr, and fddi (Gilbert, Guy)
2656 * Fix for IPX SAP types (Mark H. Wood <mwood@IUPUI.edu>)
2657 * TRMAC now uses dfilter variables (Gilbert)
2658 * randpkt added; produces trace file of random packets (Gilbert)
2659 * New helper macros in packet.h (Guy)
2660 * x.25 and lapb fixes (Olivier)
2661 * Wiretap compilation fixes (Laurent)
2662 * OSI fixes; CLNP now uses dfilter variables (Laurent)
2663 * New Collapse/Expand All function (Laurent)
2664 * Enhanced printing options (Guy)
2665 * zlib support for compress trace files (Ashok)
2666 * Fix ICMP timestamp dissection (Dirk Bonne <dirk@out1.mx.skynet.be>)
2667
2668 Overview of changes in Ethereal 0.7.3:
2669 * Fixed bug in RSVP, added RSVP+ support (Ashok)
2670 * Fixed bug in display filter parsing (Gilbert)
2671 * Allow compilation from different directory
2672         (Brad, <brad@openbsd.org>)
2673 * Packet colorization (John)
2674 * Updated RSVP decoder (Ashok)
2675 * Fixed Token-Ring for more Linux 2.0 drivers
2676         (Tom Gallagher <Tom.Gallagher@madge.com>)
2677 * Change to usage of boolean fields in display filters (Gilbert)
2678 * Optimized GTKClist (Guy)
2679 * Optimized wiretap/ethereal interaction (Guy)
2680 * Handle NBNS continuations (Richard)
2681 * Started ATM support (Guy)
2682 * Enhanced user-friendliness via default behaviors and error messages
2683         (Guy, Gilbert)
2684 * Fixed ICMP/IGMP checksums (Richard Jørgensen <ric@tbit.dk>)
2685 * Removed security-related race-condition when capturing (Guy)
2686 * Lots and lots o' misc. fixes (Guy)
2687
2688 Overview of changes in Ethereal 0.7.2:
2689 * Another memory leak fix (Jochen)
2690 * Allow compilation from different directory (Laurent, Gilbert)
2691 * -R flag for on command line, applied when reading a capture file (Jochen)
2692 * Updated docs (Guy)
2693 * Handles ICMP Unreachable|Frag Required (John)
2694 * NetBEUI support (Jeff, Guy)
2695 * Fix for Token-Ring RIF display (Gilbert)
2696 * Dramatically decreased file-load time (Guy)
2697 * Fixed -S option timeout handling (Laurent)
2698
2699 Overview of changes in Ethereal 0.7.1:
2700 * Fixed big memory leaks in dfilter code (Guy)
2701 * Enhanced xdlc, llc, and x25 (Guy, Olivier)
2702 * Made glossary-dump option not initialize X11 (Guy)
2703 * Fixed logical operands in dfilter code (Gilbert)
2704 * Added progress bar to display filter (Gilbert)
2705 * -S option fix (Laurent)
2706
2707 Overview of changes in Ethereal 0.7.0:
2708 * Addition of RTSP and SDP dissectors (Jason)
2709 * New proto_tree and display filter system (Gilbert)
2710 * Updated SMB suport (Richard)
2711 * RADIUS dissector added (Johan)
2712 * Display filter text-entry does auto-reload (Guy)
2713 * Now compiles on Win32 (Gilbert)
2714 * Removed support for GTK+-1.[01].x (Gilbert)
2715 * Column re-sizing changes (Guy)
2716 * Linux ATM Classical IP support (Theirry)
2717 * X.25 support in wiretap iptrace routine (Olivier)
2718 * Wiretap fix for "-S" ethereal option (Laurent)
2719 * LAPB and X.25 dissectors added (Olivier)
2720 * FreeBSD compilation cleanups (Bill Fumerola,
2721         <billf@jade.chc-chimes.com>)
2722 * Ability to print all packets at once (Guy)
2723
2724 Overview of changes in Ethereal 0.6.3:
2725 * Capture dialogue window data bug-fix (Guy)
2726 * PPPoE (PPP over Ethernet) added (Jeff Jahr)
2727 * ISAKMP, GRE, PPTP added (Brad Robel-Forrest)
2728 * RSVP added (Ashok Narayanan)
2729 * Summary dialogue added (Aaron Hillegass)
2730 * Match Selected GUI added (Ashok Narayanan)
2731 * Display Option GUI allows change of Time column (Guy)
2732 * GTK 1.[12] bug fix (Gilbert)
2733 * Code clean up (Guy)
2734 * strerror() added for platforms that don't have it (Guy)
2735
2736 Overview of changes in Ethereal 0.6.2:
2737 * Almost-real-time capture and display (John, Laurent)
2738 * Initial support for SMB (Richard)
2739 * Initial support for SNMP (Didier, Gilbert)
2740 * Wiretap now reads NetMon 2.0 file formats (Guy)
2741
2742 Overview of changes in Ethereal 0.6.1:
2743 * Released because of packaging problem in 0.6.0
2744 * Information about building on Tru64
2745
2746 Overview of changes in Ethereal 0.6.0:
2747 * IPv6 support greatly improved (Jun-ichiro)
2748 * IPsec added (Jun-ichiro)
2749 * NCP code totally re-written (Gilbert)
2750 * GTK dependencies removed from packet-*.c code (Gilbert)
2751 * Captures now saved in temporary files (Gilbert)
2752 * Statistics are more accurate during capture (Guy)
2753 * TCP-follow bug fixed (Laurent)
2754 * ANSI complieant bitfields for TCP and AATALK (Gilbert)
2755 * Various time fields decoded better (Guy)
2756 * NetBIOS Node types added to DHCP (Guy)
2757 * Cisco Discovery Protocol updated (Hannes)
2758 * DNS acronyms converted to English (Guy)
2759 * FTP, TFTP, POP, and Telnet added (Richard)
2760 * NNTP and HTTP added (Guy)
2761 * NetBIOS Sessions over TCP added (Guy)
2762 * NetBIOS Name Servic improved (Guy)
2763 * IP field over-writing bug fixed (Hannes)
2764 * Wiretap does some offline filtering (Gilbert)
2765 * Wiretap now supports NetMon, NetXray, Sniffer Pro (Guy)
2766
2767 Overview of changes in Ethereal 0.5.1:
2768 * Updated Vines support (Joerg Mayer)
2769 * Bitfield decoding support (Guy)
2770 * GTK+ 1.1/1.2 support (Gilbert, Gerald)
2771 * Make TCP info more verbose (Gerald)
2772 * Fix resize problems w/main window (Gerald)
2773 * Fix time output (Gerald)
2774 * Add support for AIX iptrace files to wiretap (Gilbert)
2775
2776 Overview of changes in Ethereal 0.5.0:
2777 * Initial release of wiretap library (Gilbert)
2778 * Sun C compiler fixes (Laurent)
2779 * Enhanced PPP support (Guy)
2780 * OMG CORBA GIOP/IIOP support (Laurent)
2781 * Configurable columns (Gerald)
2782 * Lots of other fixes and enhancements
2783
2784 Overview of changes in Ethereal 0.4.1:
2785 * Copious amount of fixes (Guy)
2786 * Minor fixes to the filter prefs dialog (Gerald)
2787 * About box (Laurent)
2788 * Initial NetBIOS Name Services support (Gilbert, Guy)
2789 * Initial AppleTalk support (Simon Wilkinson)
2790
2791 Overview of changes in Ethereal 0.4.0:
2792
2793 * Lots of fixes from Guy Harris
2794 * Preferences dialog (Gerald)
2795 * OSPF updates (Hannes, Gerald)
2796 * FDDI support (Laurent, Guy)
2797 * Separate display and capture filters (Gerald)
2798
2799 Overview of changes in Ethereal 0.3.17:
2800
2801 * Ethernet manufacturer support (Laurent)
2802 * Netware SAP support (Gilbert)
2803 * Misc Netware/token ring fixes and enhancements (Gilbert)
2804 * PPP fixes (Gerald)
2805 * Null/loopback interface support (Gerald)
2806
2807 Overview of changes in Ethereal 0.3.16:
2808
2809 * Support for ISO/OSI CLNP & COTP (Laurent)
2810 * Support for Banyan Vines (Don)
2811 * TCP reconstruction support (Mike)
2812
2813 Overview of changes in Ethereal 0.3.15:
2814
2815 * OSPF fixes (Hannes)
2816 * Preliminary IPv6 support (Hannes)
2817 * Name resolution (Laurent)
2818 * Font and help option (Laurent)
2819 * Token ring fixes (Gilbert)
2820 * DLT_RAW #define fixes (Laurent, Hannes and a few others)
2821
2822 Overview of changes in Ethereal 0.3.14:
2823
2824 * Added Laurent's fixes to pntoh[sl].
2825 * RIP fixes (Laurent)
2826 * Added Gilbert's BOOTP code.
2827
2828 Overview of changes in Ethereal 0.3.13:
2829
2830 * Made the tree items "sticky"
2831 * Expanded the pntoh[sl] macros, fixed alignment problems with IPX code.
2832 * Changes to packet-ppp and packet-raw
2833
2834 Overview of changes in Ethereal 0.3.12:
2835
2836 * RIP support (Hannes)
2837 * LPR/LPD support (Gilbert)
2838 * Changes to #includes to improve compatibility.
2839
2840 Overview of changes in Ethereal 0.3.11:
2841
2842 * Fixed a file capture bug.
2843
2844 Overview of changes in Ethereal 0.3.10:
2845
2846 * Fixed a Makefile bug with the new snprintf package.
2847
2848 Overview of changes in Ethereal 0.3.9:
2849
2850 * Switched to a different version of snprintf.c.
2851 * Minor bug fixes.
2852 * Fixes to Makefile.am.
2853
2854 Overview of changes in Ethereal 0.3.8:
2855
2856 * PostScript(R) output (Gilbert)
2857 * More OSPF code (Hannes)
2858 * Enhanced DNS (Bobo)
2859
2860 Overview of changes in Ethereal 0.3.7:
2861
2862 * Enhanced OSPF (Hannes)
2863 * Fixed small bug in filter dialog.
2864
2865 Overview of changes in Ethereal 0.3.6:
2866
2867 * Added OSPF support, thanks to Hannes Boehm.
2868 * Added -B, -P, and -T flags.
2869
2870 Overview of changes in Ethereal 0.3.5:
2871
2872 * Command line argument fixes/upgrades.
2873 * Compatibility fixes.
2874 * Initial pod/man page documentation.
2875 * Miscellaneous changes to the way things are done in capture.c.
2876 * Initial support for DNS and IGMP.
2877
2878 Overview of changes in Ethereal 0.3.4:
2879
2880 * Printer preferences dialog added (Gilbert)
2881 * Misc fixes/upgrades.
2882
2883 Overview of changes in Ethereal 0.3.3:
2884
2885 * Added PPP support, thanks to Mike Hall.
2886 * Added dialogs for errors/warnings.
2887 * Support for the -r flag was added.
2888 * Other minor fixes/upgrades.
2889
2890 Overview of changes in Ethereal 0.3.2:
2891
2892 * Misc bug fixes & minor enhancements.
2893 * Added preliminary ICMP support
2894 * Added preliminary printing support (Gilbert)
2895
2896 Overview of changes in Ethereal 0.3.1:
2897
2898 * Fixed bug that prevented capturing with a filter.
2899 * Fixed misc. header problems.
2900
2901 Overview of changes in Ethereal 0.3.0:
2902
2903 * Initial support for filters.
2904 * Fixes/enhancements for IPX and token ring (Gilbert).
2905
2906 Overview of changes in Ethereal 0.2.3:
2907
2908 * Added support for IPX, thanks to Gilbert.
2909
2910 Overview of changes in Ethereal 0.2.2:
2911
2912 * Added support for token ring, thanks to Gilbert Ramirez, Jr.
2913
2914 Overview of changes in Ethereal 0.2.1:
2915
2916 * Internal structs for ARP/RARP, IP, TCP, and UDP were created.  Trying to 
2917   sort out which #includes were needed for each system was just too much of
2918   a hassle.
2919 * Added support for systems that don't have snprintf() and vsnprintf(), thanks
2920   to Theo de Raadt.
2921 * Minor changes to the README file.
2922
2923 Overview of changes in Ethereal 0.2.0:
2924
2925 * Initial public release.
2926 * GNU autoconf-ified distribution
2927 * Runs under Linux 2.0.x and Solaris 2.6.
2928 * Requires GTK+ (1.0.1 tested) and libpcap (0.4a6 tested)
2929 * For optimal results under Linux, the Karpski libpcap should be used.
2930 * General documentation and a minimal web site have been prepared.