Free the string you "g_strdup()"ed, rather than handing "g_free()" the
[obnox/wireshark/wip.git] / NEWS
1 Overview of changes in Ethereal 0.8.18:
2   
3 * Improvement of 'make clean' targets. (gilbert)
4 * Added the ethereal capture preferences to the preference file.  (Jeff, Guy)
5 * Fix automake packaging of win32-only files. (gilbert)
6 * Remove "etypes.h" include from  "ipproto.c" (gilbert)
7 * Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors. (Guy)
8 * Get rid of an unused variable, and fix a typo in a comment in packet-ldap.c (Guy)
9 * packet-snmp.c Fix up a pile of NullTVB uses that were left in the previous checkin. (Guy)
10 * Assorted cleanups in packet-kerberos.c (Guy)
11 * packet-vines.c, packet-quake.c, packet-snmp.c, check for disabled protocols and set "pinfo->current_proto" (Guy)
12 * Assorted ISIS enhancements.  (Hannes Gredler)
13 * When dissecting the ISIS NLPID CLV, use the "nlpid_vals" array to convert NLPID values to protocol names. (Guy)
14 * In wiretap/buffer.c   Fix "data" member of a Buffer structure g_malloc casting (Guy)
15 * In wiretap/lanalyzer.c  Removed g_assert_not_reached and return 0; from       lanalyzer_open() loop. (Guy)
16 * Fix the e-mail address for Joerg Mayer (and remove it from files he wasn't involved with).  (Guy)
17 * Quarterly (or so) update to manuf (Gerald)
18 * Move the declaration of "ipprotostr()" out of "epan/packet.h" into a new "ipproto.h" header file.  (Guy)
19 * Move the declaration of "etype_vals[]" from "epan/packet.h" to "etypes.h". (Guy,Ed Warnicke)
20 * Fix to a preferences dialog bug, from <inoue@ainet.or.jp>. (Guy)
21 * Fix to WTP retransmission indicator dissection (Guy,Olivier Biot)
22 * packet-bgp.c, packet-bgp.h tvbuffified  (Heikki Vatiainen, Guy)
23 * Add -I/usr/local/include" into CFLAGS because GLib 1.2.9 doesn't any more (Guy)
24 * WTLS client and trusted key ID handling enhancements (Patrick Wolfe, Guy)
25 * Tvbuffify packet-yhoo.c (Nathan Neulinger)
26 * Makefile.nmake pulls in settings from config.nmake (Gram)
27 * ascend-scanner.l, #define YY_NEVER_INTERACTIVE to avoid reference to isatty() on Win32 (Gram)
28 * IP fragment reassembly (Ronnie Sahlberg, Guy)
29 * Fixed problem with nmake compiling lemon.c twice (Gram)
30 * Check the validity of numbers specified in command-line options. (Guy)
31 * Add ONC RPC strings to the tree as strings, with a field index (Ronnie Sahlberg, Guy)
32 * YPPASSWD support (Ronnie Sahlberg, Guy)
33 * Distribute wtap.def (Gram)
34 * Include "image/Makefile.nmake" in the distribution tarball.  (Guy)
35 * Fixed up the messages printed for the SSL checks (Guy)
36 * Have status bar to display nothing, rather than "Text (text)", when a
37     "proto_tree_add_text()" field is selected. (Ronnie Sahlberg, Guy)
38 * Cleanup the text item pseudo-field for the '-G' option (Guy)
39 * Get rid of the FT_-name-to-description filtering in eproto2sgml (Guy)
40 * DCE RPC updates (Todd Sabin, Guy)
41 * Cleanup packet-rsvp.c object class-specific types (Guy)
42 * Added error messages to proto.c for BASE_NONE in FT_INTn & FT_UINTn (hagbard,Guy)
43 * Added perl script to generate X11 dissector fields (Guy)
44 * Include "process-x11-fields.pl" and "x11-fields" in the source distribution (Guy)
45 * Fix up "process-x11-fields" to allow both a base *and* VALS to be specified (Guy)
46 * Make the X11 fields that correspond to drawable IDs, masks, and the like
47     display as hex rather than decimal. (Guy)
48 * packet-x11.c - Use "%u", not "%d", to print unsigned quantities (Guy)
49 * Add support for comments in "process-x11-fields.pl", and add a copyright
50     notice/RCS ID/credit to Christophe to "x11-fields" as a comment. (Guy)
51 * packet-eigrp.c - Put top-level item for a TLV into the protocol tree with a text
52     value, for display if an exception occurs (Guy)
53 * KLM support  (Ronnie Sahlberg, Guy)
54 * Put an RCS ID/GPL/copyright notice into the "process-x11-fields.pl" script (Guy)
55 * tethereal.c - Add a "return 0;" at the end of main() to pacify MSVC 5 (Gram)
56 * Fix Gerald's e-mail address - (Guy)
57 * dfilter_expr_dlg.c - Treat BASE_BIN like BASE_DEC for numeric value of value_string (Guy) 
58 * README.developer - Explain BASE_{DEC,HEX,OCT,BIN} a bit more (Guy)
59 * editcap.c - add return 0; to main routine (Guy)
60 * TODO - Update the reassembly item to note that IPv4 fragments are now reassembled. (Guy)
61 * SPRAY support  (Ronnie Sahlberg, Guy)
62 * rquota support completed (Ronnie Sahlberg, Guy)
63 * When registering numeric fields, check that a base other than BASE_NONE was specified. (Guy)
64 * Tvbuffification of the IPv6 and ICMPv6 dissectors, and some bug fixes (Heikki Vatiainen, Guy)
65 * Get rid of NullTVB references.  (Guy)
66 * Get rid of END_OF_FRAME, BYTES_ARE_IN_FRAME references in tvbuffified dissectors. (Guy)
67 * Move the declarations of IP protocol numbers to "ipproto.h" from "packet-ip.h". (Guy)
68 * Get rid of unnecessary includes. (Guy)  
69 * Signed vs. unsigned fixes (Joerg Mayer, Guy)
70 * Tvbuffify the RIPng dissector. (Guy)
71 * RANAP support  (Martin Held, Guy)
72 * Modbus/TCP support (Riaan Swart, Guy)
73 * Tvbuffify the Gryphon dissector. (Guy)
74 * Undefine "isprint()" before re-defining it, to squelch a compiler warning. (Guy)
75 * Configure.in - Fail if both UCD and CMU SNMP headers are found because of link problem (Guy)
76 * If the SNMP headers were found but we failed to find "sprint_objid()", fail SNMP config (Guy)
77 * Make "col_set_str()" and "tvb_reported_length_remaining()" available in plugins. (Guy)
78 * Get rid of support for non-tvbuffified plugin dissectors. (Guy)            
79 * "-l" command-line option to turn on automatic scrolling in "Update list
80     of captures in real time" captures  (Christian Lacunza, Guy)
81 * HPUX plugin support using g_module_supported (Guy)  
82 * Added support for DHCP Authentication extensions specified in
83     draft-ietf-dhc-authentication-16.txt (Ashokn)
84 * Added support for RSVP Refresh Reduction Extensions -
85     draft-ietf-rsvp-refresh-reduct-05. (Ashokn)
86 * Added one-line summary of each RSVP object in the object line. (Ashokn)
87 * Additional OSPF LSA types and opaque-options flag  (Michael Rozhavsky, Guy)
88 * packet-wtls.c updates (Alexandre P. Ferreira, Guy)
89 * IPX SAP over IPX EIGRP support, and IP EIGRP authentication updates (Paul Ionescu, Guy)
90 * PIM enhancements and fixes (Heikki Vatiainen, Guy)
91 * Support for dissecting XDR arrays  (Ronnie Sahlberg, Guy)
92 * NIS+ support (Ronnie Sahlberg, Guy)
93 * Additional LDAP checks for invalid packets (Scott Renfro, Guy)
94 * Better support of timestamps from NetXRay captures (Chris Jepeway, Guy)
95 * Automake updates for next version of automake (Nathan Neulinger, Guy)
96 * Updates for the next version of autoconf (Nathan Neulinger, Guy)
97 * Passive FTP support  (Juan Toledo, Guy)
98 * Fix a text window, scrollbar bug reported by Christopher McAvaney  (gerald)
99 * Updates to OSPF for the changes between drafts 3 and 4 of
100 * Various ISIS improvements (Jean-Christian Pennetier, Guy)
101 * osi-util.c  Fix postfix error in string generation (Chris Fould, Guy)
102 * Support for Cisco-proprietary capabilities in BGP (Jian Yu)
103
104 Overview of changes in Ethereal 0.8.17:
105 * Display filter GUI fix (Guy)
106 * Build fix: use SSL_LIBS if found by configure (Henri Gomez)
107 * Fix 2 off-by-1 erros in the code that selects a field after
108         user clicks on a byte in the hex dump (Gilbert)
109 * Typo fixes to packet-q931.c (Thomas Gimpel)
110 * Win32 build: create HTML doco (Gilbert)
111 * Fixes for Lemon compilation (Guy)
112 * Wiretap file-close fix (Guy)
113 * Wiretap open() design fix (Guy)
114 * New dissector: support for CUPS browsing protocol (Charles Levert)
115 * Wiretap support for Cisco HDLC (Guy)
116 * New dissector: Cisco HDLC (guy)
117 * Tvbuffication of MOUNT dissector (Ronnie Sahlberg)
118 * Tvbuffication of HCLNFSD dissector (Ronnie Sahlberg)
119 * Memory double-free fix (Guy)
120 * Change tvb_get_ptr() to return 'const guint8*' (Gilbert, Guy)
121 * Fix for IEEE 802.11 trying to modify result of tvb_get_ptr() (Guy)
122 * Update to CUPS (Guy)
123 * Update to CLNP (Guy)
124 * Fix for Win32 file renaming (Guy)
125 * Update to MGCP (Ed Warnicke, Guy)
126 * Update to STAT dissector (Ronnie Sahlberg)
127 * Check for NULL in proto_tree_add_* routines (Guy, Jeff)
128 * Tvbuffication of YPSERV (Ronnie Sahlberg)
129 * Tvbuffication of BOOTPARAM (Ronnie Sahlberg)
130 * New dissector: DCE RPC support (Tod Sabin)
131 * Update to SMB mailslot, browse, pipe (Guy)
132 * Update to SMB (Guy)
133 * Add 48.48 PNG of new 3d logo (Gilbert)
134 * Compiler warning fixes (Guy)
135 * MS Proxy fix and tvbuffication (Guy, Jeff)
136 * Move address routines to epan (Ed Warnicke)
137 * Change "IEE 802.3" Ethernet label (Gilbert)
138 * New feature: Protocol Hierarchy Statistics (Gilbert, Guy)
139 * Win32 build: build wiretap as DLL, use WinPcap 2.1 (Gilbert)
140 * New feature: multiple named data sources (Jeff, Guy)
141 * Update to Frame Relay (Jeff, Guy)
142 * New dissector: LMI for frame relay (Jeff)
143 * New dissector: Wellfleet compression (Jeff)
144 * Update to WTP (Guy)
145 * Updates to AFS (Nathan)
146 * Fix for WCP (Guy, Jeff)
147 * Back out guint64 handling in wiretap netxray module (Guy)
148 * Add APi for creating progess dialogues (Guy)
149 * Tvbuffication of ICQ (Guy)
150 * GTK-related code fixes (Eduardo Pérez Ureta)
151 * Update to RX (Nathan)
152 * Add "-D" flag to tethereal to show list of all network
153         interfaces (Guy)
154 * Update to IP: check for small header lengths (Guy)
155 * Update TPKT (Guy)
156 * Fix for ICMPv6 crash (Olivier, found by Heikki Vatiainen)
157 * Fix for "checksum bad" flags in proto_tree in IP, UDP, TCP (Guy)
158 * Update to PPP (Guy)
159 * Update to Q.931 (Guy)
160 * New disector: BACNET (Hartmut Mueller)
161 * Code movement from dissectors to epan (Ed Warnicke, Guy)
162 * General code cleaning (Guy)
163 * Win32: load wpcap.dll at run-time, not load-time (Gilbert)
164 * Support for "Transparent Ethernet Bridging" (Guy)
165 * New dissector: GTP (Michal Melerowicz)
166 * Fix for ISAKMP : check for length of payload (Tim Newsham)
167 * Win32 build: use NullSoft Installer to provide packaging (Gilbert)
168 * Win32 build: keep version number in config.nmake, and generate
169         text files that need that version number (Gilbert)
170 * Win32 build: wiretap can use zlib (Gilbert)
171 * Update to SNMP (Guy)
172 * New dissector: RWALL (Ronnie Sahlberg)
173 * OSI-over-PPP support, plus fixes to ISIS (Hannes Gredler)
174 * Updates to SCTP (Michael Tuexen)
175 * Wiretap: support for Ascend version 7 output (Gerald)
176 * Fixes to NTP (Joerg Mayer)
177 * Doco updates (Guy, Gilbert)
178 * Fix for GTK file selection showing wrong directory in Open/Save As (Gilbert)
179 * Win32: isprint() hack to keep GTK from not showing characters in hex
180         dump and follow-tcp-stream window in certain cases (Gilbert)
181
182 Overview of changes in Ethereal 0.8.16:
183 * RTSP fixes (Guy)
184 * CDP updates and fixes (Kent Engstöm)
185 * Call capture_sll() during capture (Gilbert)
186 * dissectory_try_*() cleanups (Guy)
187 * SCTP updates (Michael Tuexen)
188 * Many tvbuffications (Guy)
189 * GRE updates (Guy)
190 * Bugfix in WCCPv2 IP encapsulation (Guy)
191 * M3UA update (Michael Tuexen)
192 * Updates for DEC LANBridge 100 Spanning Tree protocol (Guy)
193 * Fix for MPLS Multicast PPP type (Guy)
194 * IUDA updates (Michael Tuexen)
195 * NBIPX, NetBIOS fixes (Guy)
196 * Don't anger the Automake God so that she doesn't install man pages (Guy)
197 * Wiretap ngnsiffer update for type 7 records (Jeff Foster, Guy)
198 * Completion of NLM dissector (Ronnie Sahlberg)
199 * WSP fix (Guy)
200 * Code cleanup (Guy)
201 * Make Automake 1.4b happy (Guy)
202 * Improve RPC processing (Guy)
203 * Ethernet/ethertype() update (Guy)
204 * NLM update (Guy)
205 * Look for SSL library for those that have UCD SNMP compiled with
206         SSL support (Andy Hood)
207 * GTK dialog box handling cleanup (Guy)
208 * Support for SUA Light (Micahel Tuexen)
209 * Mobile IPv6 updates (Borosa Tomislav)
210 * IEEE 802.11 fix (Johan Jorgensen)
211 * tru64 doco update (Guy)
212 * wiretap can write NetMon 2.x files (Guy)
213 * Dissector registration cleanup (Guy)
214 * Support for HCLNFSD (Mike Frisch)
215 * wiretap autoconf cleanup (Guy)
216 * Enhance registration of ONC RPC-based protocols. (Guy)
217 * Keep separate cfilters and dfilters lists files. (Guy)
218 * Remove support for old-style plugins. Goodbye! (Guy)
219 * Cleanup usage of pcap (Guy)
220 * SMB update, new error code (Richard)
221 * SNMPv2u support (Guy)
222 * Fix bounds problem in invalid SIP packet (Ruud Linders <ruud@lucent.com>,
223          Gerald)
224 * WTLS support and WSP fixes (Alexandre P. Ferreira)
225 * Work around CMU SNMP bug (Guy)
226 * "Decode As" (David Hampton)
227 * Modularize field types (FT_*) (Gilbert)
228 * Re-write display filter code (Gilbert)
229 * "drange" --- modularized byte slice routines for dfilters (Ed Warnicke)
230 * Always show scrollbar in tree view panel (Gilbert)
231 * Fixes for lemon parser generator (Guy)
232 * Updates for dfilter-creation-GUI re: new dfilter code (Guy)
233 * Better filter string handling (Guy)
234 * Support for NLMv3 SHARE and UNSHARE (Guy)
235 * RSVP fixes (Guy)
236 * VINES fix (Guy)
237 * Fix for Token-Ring (Guy, Gilbert)
238 * Clean up warnings from MSVC (Guy)
239 * Support for V3 CALLIT and V4 BCAST/INDIRECT in portmap (Guy)
240 * RTP update (Guy)
241 * Code movement for 802.3 handling (Guy)
242 * PIM fixes (Guy)
243 * WCCP update (Simharajan Srishylam)
244 * TFTP build fix for Windows (Guy)
245 * RPC updates (Guy)
246 * Better error handling during captures, including change in
247         protocol between parent and child processes (Guy)
248 * Try to get "drops" info from libpcap (Guy)
249 * Proper activation/deactivation for "Decode As" menu item (Guy)
250 * Do proper display filtering on multiple fields registered
251         to the same name (Guy)
252 * Properly decode BOOTP option 82 (Greg Kilfoyle)
253 * WAP/WTLS updates (Neil Hunter)
254 * NetXray timestamp fixes (Chris Jepeway)
255 * ISAKAMP update (Yaniv Kaul)
256 * Add MIP extensions (Stefan, Guy)
257 * Diameter fixes for handling bad packets (Gilbert)
258 * Work-around for "line-buffered" not meaning "line-buffered" with
259         MSVC (Guy)
260 * Re-write of diameter dissector (David Frascone)
261 * Win32 Ethereal, if started as GUI w/o a console, will
262         create a console when necessary to show warnings/errors. (Guy)
263 * Correct TSIG decoding in DNS (itojun)
264 * Add support for SRV RRs in DNS (Nathan)
265 * Add hidden boolean fields designating bad IP or ICMP
266         checksums (James E. Flemer)
267 * Add them also for various IP-family protocols (Guy)
268 * Wiretap support for Etherpeek (v5, 6, and 7) support (Daniel Thompson)
269 * Display filter doco update (Guy)
270 * Add cvsdiff-fix.py, for cleaning up the result of "cvs diff" (Gilbert)
271 * Support for RFC 3024 reverse tunneling support for MIP (Peter Lei)
272 * Fixes for NBIPX and microsoft-related IPX usage (Guy)
273 * Support for Rquota protocol (Mike Frisch)
274 * Code movement for AH dissector (Guy)
275 * Fix color selection widget in TCP Streams preferences (Gilbert)
276 * Add "Toggle All", "Enable All" and "Disable All" buttons to
277         dissector-selection GUI (Gilbert)
278 * Selection of bytes in GUI hex dump selects the appropriate field
279         in the GUI protocol tree (Gilbert)
280 * MGCP updates (Ed Warnicke)
281
282 Overview of changes in Ethereal 0.8.15:
283 * HSRP updates (Heikki)
284 * MGCP updates (Ed, Gilbert)
285 * Fix infinite loop problem in ICQ dissector (Gilbert)
286 * Enable optional building of ethereal/tethereal/editcap (Guy, Gilbert)
287 * SMB fixes (Jeroen Ruigrok van der Werven)
288 * More complete 'manuf' file. (Gerald)
289 * X.25 updates (Olivier, Richard)
290 * RADIUS updates (Guy)
291 * AIM updates (Ralf Holzer)
292 * WCCP 2.0 support
293 * NG Sniffer file-reading fixes (Guy)
294 * New dissector: Label Distribution Protocol (Richard)
295 * tvbuff updates, fixes, additions (Gilbert, Guy)
296 * New dissector: GVRP (Kevin Shi)
297 * NVS v4 support (Mike Frisch)
298 * RTSP updates (Guy)
299 * Miscellaneous clean-ups (Guy, Gilbert)
300 * NBIPX update (Guy)
301 * Fix for improper buffer-overflow check in wiretap's pppdump support
302         (Daniel Thompson)
303 * ISAKMP fix (itojun)
304 * Add TCP segment and UDP datagram checksumming code (Guy)
305 * Added Router-Alert IP option, RFC 2113 (Ashok)
306 * PPP updates (Burke Lau)
307 * Mobile IPv6 support (Martti Kuparinen)
308 * "Match Selected" works better with FT_STRING types (Ed Warnicke)
309 * Windows time format bug avoidance (Richard)
310 * X.25 over TCP support (Paul Ionescu)
311 * Enable FT_BYTES display filtering (Ed Warnicke)
312 * Added tethereal_static build target (Nathan)
313 * Kerberos update (Nathan, Guy)
314 * DLT_LINUX_SLL capture type support, used with current libpcap captures
315         on the Linux "any" device. (Guy)
316 * CLNP update (Guy)
317 * TFTP update (Guy)
318 * BGP update (Greg Hankins)
319 * OSPF update (Guy)
320 * Capture updates and fixes (Guy)
321 * LAPBETHER support (Richard, Guy)
322 * TCP update for TCP MD5 signature (Greg Hankins)
323 * SMB-PIPE fix (Richard)
324 * Display filter creation GUI (Guy, based on work by Jeff Foster)
325 * Updates to HTTP (uPnP and SSDP support) (David Hampton)
326 * Preferences API updates (Guy)
327 * DEC LANBridge Spanning Tree Protocol support (Paul Ionescu)
328 * X.25 over LLC support (Paul Ionescu)
329 * CDP update for IP Prefix field (Paul Ionescu)
330 * Tvbuffication of dissectors (Guy, Gilbert)
331 * Frame Relay and Frame-Relay-over-GRE support (Paul Ionescu)
332 * Support for NG Sniffer Frame Relay traces (Jeff Foster)
333 * Conversation/dissector registration updates (Guy)
334 * MTP3 User Adaptation Layer (M3UA) support (Michael Tuexen)
335 * Doco updates (Guy)
336 * SOCKS fix for crashing in a conversation ping-ping (Jeff Foster)
337 * IEEEE 802.11 fix (Guy)
338 * Proper (I think) lineheight calculation in proto_draw.c (Gilbert)
339 * HTTP dissector can accept registration from sub-protocols (Guy)
340 * make-reg-dotc.py speeds up build on Win32 (Gilbert)
341 * LLC update (Guy)
342 * SCTP updates (Michael Tuexen)
343 * ISDN Q.921-User Adaptation Layer (IUA) support (Michael Tuexen)
344
345 Overview of changes in Ethereal 0.8.14:
346 * Fix time-difference computation in tethereal (Guy)
347 * SMB LOGON update (Richard)
348 * Continue capturing if netmask on interface is not found (Guy)
349 * Add fourth choice of time format: date/time (Guy)
350 * AFS update (Nathan)
351 * WAP support (Neil Hunter, Guy)
352 * SIP support (Heikki Vatiainen)
353 * FTP update (Richard)
354 * Plugins can specify several underlying protocols (Olivier)
355 * Dissector cleanup (Guy)
356 * AIM/OSCAR support (Ralf Holzer)
357 * Use preference file field list for summary line in tethereal (Guy)
358 * GIOP 1.2 support, and other GIOP updates (Craig Rodrigues, Guy)
359 * Remove carriage returns in getopt.[ch] (Guy)
360 * SDP handles embedded newlines (Robert Tsai)
361 * Re-write of EIGRP dissector (Paul Ionescu)
362 * Tethereal output cleanup (Guy)
363 * MGCP dissector plugin (Ed Warnicke)
364 * Tvbuffify: HTTP, NTTP, RSH, RTSP, Telnet, SAP, SDP, FTP, POP, TFTP,
365          NBIPX, SMTP, 802.1Q VLAN, ATALK, AARP, ARP, IPP, STP,
366         IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, OSI ESIS,
367         PPoE, L2TP, X11 (Guy)
368 * Tvbuffify: NetBIOS (Jeff Foster)
369 * Add more tvbuff methods (Guy, Gilbert)
370 * Correct IPv6 router renumbering dissector (Itojun)
371 * ICMPv6 update (Itojun)
372 * Re-work of logic in SMTP (Guy)
373 * ATALK fix (Guy)
374 * NetBIOS update (Gerald)
375 * Code movement to libethereal (Guy)
376 * Column-related fixes in DNS/NBNS (Gilbert)
377 * Plugin API fix (Guy)
378 * Documentation update (Guy)
379 * IEEE 802.11 support (Johan Jorgensen, Axis Communications)
380 * Dissectors can be registered by name, for later lookup (Guy)
381 * GIOP update (Frank Singleton)
382 * Tweak the DATA dissector (Guy)
383 * NTP update (Phil Techau, Gerald)
384 * Add #include's to clean compiler warnings (Craig)
385 * Conversation fix (Guy)
386 * Wiretap error-reporting fix (Guy)
387 * Add col_set_str() to save memory-copying when the string is static (Guy)
388 * Fix for AFS buffer-overrun exploit (Gerald)
389 * Fix possible buffer overruns in NBNS, NTP, ICQ, resolv.c, pppdump.c (Gerald)
390 * Tvbuffify: AUTO-RP (Heikki Vatiainen)
391 * Have tethereal initialize winsock like Ethereal does (Gilbert)
392
393 Overview of changes in Ethereal 0.8.13:
394 * Macro movement to pint.h (Gilbert)
395 * Keep TVBUFF_SUBSET constructor from dying after a
396         ReportedBoundsError (Gilbert)
397 * CWR and ECN flags in TCP (Ulrich Kiermayr <kie@thp.univie.ac.at>)
398 * Correct startup/shutdown of windows sockets for name resolution (Graham)
399 * Add "-p" option to control promiscuity of capture, Debian bug #34376 (Guy)
400 * Wiretap support for Nokia firewall tcpdump, yet another mutant libpcap format
401         that didn't change the magic number (Guy)
402 * ECN in IP header (Ulrich Kiermayr <kie@thp.univie.ac.at>)
403 * Fix for #include of <net/if.h> (Guy)
404 * Close the handle for the SNMP library after inspecting it on Linux
405         (Guy, Gilbert)
406 * EOF check (Guy)
407 * Wiretap support for Shomiti Surveyor 3.x, aka "unofficial snoop v4" (Guy)
408 * Wiretap support for reading pppd log files (pppdump format) (Gilbert)
409 * Add -l option to tethereal to make stdout line-buffered.  (Guy)
410 * Add "Next Sequence number" field to TCP (Guy)
411 * Other TCP updates (Guy)
412 * Add direction flag, if available, to Frame dissection. (Gilbert)
413 * Rename NCP include file with code in it to packet-ncp2222.inc (Gilbert)
414 * Dissect WTAP_ENCAP_ATM_RFC1483 with dissect_llc() (Guy)
415 * Wiretap support for NetXRay ATM captures (Guy)
416 * Make an "epan" directory, and move core routines to libethereal (Gilbert,
417         Olivier, Guy)
418 * Doco updates (Guy)
419 * Dynamic buffer for format_text() (Guy)
420 * Telnet update (Guy)
421 * HTTP update (Guy)
422 * RTSP update (Guy)
423 * BXXP update (Richard)
424 * DNS updates (A6, DNAME, and RFC 2673 bitstring label) (Per Flock)
425 * ISAKMP check for bad data (Gilbert, Jack Keane)
426 * ISAKMP update for SHA2 and AES encryption assignments (Yaniv Kaul)
427 * Move Frame dissection do separate file (Gilbert)
428 * Add support for modal message boxes (Guy)
429 * DNS updates (Brian Wellington)
430 * Add Capture->Stop menu item (Santeri)
431 * ICMPv6 bad data check (Santeri)
432 * Check for python executable in autogen.sh (Gilbert)
433 * On Unix/X, the default font preference matches only ISO 8859/1 fonts (Guy)
434 * Complete the COPS dissector (Heikki Vatiainen)
435 * Update for Session Announcement Protocol (Heikki Vatiainen)
436 * Better heuristic for detecting Linux mangling of token-ring header (Gilbert)
437 * Fix for DNS A6 RR decoding (Per Flock)
438 * Support for H.261 and TPKT, replacement of RTP and RTCP dissectors, and
439         changes to Q.931 dissector (Andreas Sikkema)
440 * Case-insensitive string checks in HTTP dissector (Isaac Wilcox)
441 * RTCP band-aid for allegedly-NTP timestamp (Guy, from Jason Lango's
442         RTCP dissector)
443 * Diameter updates (David Frascone)
444 * Capture statistics improvements (Santeri)
445 * Check the ICMP checksum (Guy)
446 * Support for conversations with "wildcard" destination addresses
447         (Jeff Foster, Guy)
448 * HSRP off-by-one fix (Guy)
449 * IPX and TCP column-related fixes (Guy)
450 * make-reg-dotc fix (Guy)
451 * AFS static-function cleanup (Guy)
452 * Filter GUI ease-of-use fixes (Santeri)
453 * Support for Routines for IGRP dissection <Paul Ionescu>
454
455 Overview of changes in Ethereal 0.8.12:
456 * OSPF enhancements (Craig Metz)
457 * Buffer-overflow protection with snprintf (Gilbert)
458 * Add "Save As" feature to TCP Follow dialogue (Gilbert)
459 * NFS update (Guy)
460 * Show correct IP cksum if cksum in packet is incorrect
461         (Johannes.Hennecke@elsa.de, Gilbert, Guy)
462 * Fixes for srvloc (Guy, Peter Kjellerstedt)
463 * Reorganize Win32 README (Gilbert)
464 * ICQ updates (Peter Kjellerstedt)
465 * ICMP proto_tree fix (Guy)
466 * Filter dialogue GUI fix (Guy)
467 * Fix rlogin "fd" assumption (Guy)
468 * Packet-length fixes in various dissectors (Guy)
469 * Add preferences to OSI CLNP/COTP/CLTP (Laurent)
470 * Dissector tables allow for tvbuff and non-tvbuff dissectors (Guy)
471 * Code cleanup (Laurent, Guy)
472 * SMB fix (Richard)
473 * Add scripts to turn lists of protocols and filterable fields, as
474         produced by "ethereal -G", to SGML (Richard)
475 * RPC updates (Uwe)
476 * NLM v1 updates (Uwe)
477 * Add Help window (Laurent)
478 * Improve add_host_name fill IP host hasthable from DNS answers (Laurent)
479 * Add doc strings to ncp2222.py (Gilbert)
480 * Fix display of IPv6 frag header in proto_tree (Santeri Paavolainen)
481 * Add wiretap support for Cisco Secure Intrusion Detection System IPLog format
482         (Mike Hall, Gilbert)
483 * Allow "filtering" in TCP Follow Save As, i.e., save entire conversation, or
484         either half of the conversation (C->S, S->C) (Gilbert, Laurent)
485 * Doco update (Guy)
486 * BOOTP fix (Phil Techau)
487 * Fix Help|About order (Guy)
488 * Add #defines to DNS dissector (Guy)
489 * Fix compilation in non-source directory (Laurent)
490 * Add ethertypes (Laurent)
491 * Add routines for fetching little-endian and big-endian 64-bit integral
492         quantities, if G_HAVE_GINT64 is defined (Guy)
493 * ISIS CLV fix (Laurent)
494 * Add proto_tree_add_text_valist (Laurent)
495 * make-reg-dotc fix (Guy)
496 * header-file inclusion fixes (Laurent)
497 * Add Kerberos 5 dissector (Wes Hardaker, Guy, Gilbert)
498 * Speedup of random access to compressed ngsniffer files (Guy)
499 * LLC non-SNAP fix (Guy)
500 * snprintf fixes (Guy)
501 * "TCP follow" support for TCP over IPv6 (Laurent)
502 * Add RSH dissector (Robert Tsai)
503 * Add HPUX doco and patches (Guy)
504 * Better handling of failing to open capture device (Guy)
505 * Cope with Linux ISDN packet headers (Guy)
506 * Enable/disable particular protocols (Laurent, Uwe)
507 * Small RPC and NFS fix (Uwe)
508 * Preferences GUI updates (Laurent, Guy, Gilbert)
509 * Packet deselection fix (Guy)
510 * Re-organize popup menu (Laurent)
511 * GUI convenience function updates (Guy)
512 * DNS A6 records are now RFC 2874, not i-d (itojun)
513 * Add support for draft-ietf-ipngwg-icmp-name-lookups-06.txt
514         (ICMP node information query) (itojun)
515 * Gryphon plugin fix (Laurent)
516 * Plugin fix (Laurent)
517 * Add Zebra dissector (Jochen, Guy)
518 * ICMPv6 dissector alignment fix (itojun)
519 * Add port type for SCTP ports (Michael Tuexen)
520 * Potential buffer overflow fixes (Laurent)
521 * Add info to summary window (Laurent)
522 * Add initial support for SMTP dissector (Richard, Laurent)
523 * Choose bold font from normal-weight font name (Guy)
524 * Font fixes (Laurent)
525 * BGP display filter fix (Laurent)
526 * Ascend display filter fix (Laurent)
527 * Ability to mark frames with middle mouse button. (Laurent)
528 * Tethereal initialization fix (Guy)
529 * Turn FT_NSTRING_UINT8 into FT_UINT_STRING (Gilbert)
530 * NCP fix (Gilbert)
531 * Remove "Decode IPv4 TOS field as DiffServ field" from display
532         options (Laurent)
533 * Add a help context identifier to the status bar (Laurent)
534 * Fix CLEANUP_* macros in exceptions code (Gilbert)
535 * LDAP dissector fix (Guy)
536 * RPC packet-state fix (Guy)
537 * Name updates to stuff in GSS authentication for ONC RPC (Dug Song)
538 * Update doco (Guy, Laurent)
539 * libpcap->wiretap encapsulation type mapping fix for new DLT_ types (Guy)
540 * LLC fix (Guy)
541 * pptp fix (Laurent)
542 * vines fix (Laurent)
543 * NFS v2 READDIR fix (Guy)
544 * Add FT_STRINGZ type (Gilbert)
545 * Move pointer-integer functions (pntohl, et al) to separate file (Gilbert)
546 * Add initial support for BXXP (Richard)
547 * Fix method for building list of network interfaces (Uwe, with tip o' hat
548         to W. Richard Stevens)
549 * GIOP endianness fix (Gilbert)
550 * Random character in help dialogue fix (Laurent)
551 * Change wtap_read() parameter list to avoid hacks in some wiretap
552         modules (Gilbert)
553 * g_malloc()/g_free() fixes (Guy)
554 * New tvbuff routines (Gilbert, Richard)
555 * libsnmp.so loading fix (Guy)
556 * Use inverse video instead of boldface in hex dump (Graham Bloice, Guy)
557 * Ability to choose fixed-width font as a GUI preference (Guy)
558 * Default to "6x13" rather than Lucida Typewriter, as not all X servers
559         have Lucida Typewriter (Guy)
560 * Comment-out Cut/Copy/Paste items in Edit menu (Guy)
561 * redraw_hex_dump fixes (Guy)
562 * Negative relative and delta timestamp fixes (Guy)
563 * Move some string functions out of packet.c and into strutil.c (Gilbert)
564 * OSPF fixes (Craig Metz)
565 * Avoid assert in tvbuff when creating packet of bogus reported_length (Gilbert)
566 * Don't allow hf_text_only to be in the display filter language (Gilbert)
567 * Win32 .cvsignore additions (Graham)
568
569 Overview of changes in Ethereal 0.8.11:
570 * Set locale in tethereal (Guy)
571 * Dialog box utility routines (Guy)
572 * Modal window fixes (Guy)
573 * GUI cleanups (Guy)
574 * Add support for preferences (Guy)
575 * IPv4 DiffServ is a preference (Guy)
576 * Add strcasecmp.c for those systems that need it, like SINIX-M (Uwe)
577 * BOOTP magic cookie fix, option-dissection fix (Guy)
578 * SNMPv3 fix for security model values 1 and 2 (Guy)
579 * Make AH payload dissection placement a preference (Gilbert)
580 * Timestamp display fix (Guy)
581 * CLNP TSAP fix (Guy)
582 * NFS filehandle dissection for ReliantUNIX and Linux nfsd/knfsd (Uwe)
583 * TCP summary info in protocol tree is an option (Gilbert)
584 * OSPF enhancements and fixes (Michael Rozhavsky)
585 * inet_aton()-related build fixes (Guy)
586 * UDP has heuristic dissector table, and uses it for RPC (Uwe)
587 * Dissection of RPCSEC_GSS credentials in ONC RPC (Dug Song)
588 * DNSSEC additions/name changes (Jakob Schlyter)
589 * Error message cleanups (Guy)
590 * DNS support for MS's WINS and WINS-R resource records (Guy)
591 * tvbuff-ication of H1 dissector, and response identifier display change
592         (Gerrit Gehnen)
593 * SCTP dissector (Michael.Tuexen@icn.siemens.de)
594 * Capture-window titlebar fix (Gilbert)
595 * Support for building SVR4 binary packages (Gerald)
596 * proto_tree/dfilter interaction change (Gilbert)
597 * Fix URL for libpcap (Guy)
598 * Improved autogen.sh script (Bruce Korb)
599 * Add "debian" target to Makefile (Olivier)
600 * Tethereal packet-count and new-line fix (Gilbert)
601 * SNMP "agent address" trap PDU display fix (Guy)
602 * Support for many more DHCP options (Jose Pedro Oliveira)
603 * Compiler-warning fixes in wiretap (Guy)
604 * Reset "visited" flag when rescanning a file (Gilbert)
605 * Add RPM and SRPM build targets (Gerald)
606 * Another shot at the undead libpcap monster fix (i.e., extra info
607         in headers for ss990915 libpcap) (Guy)
608 * Add aclocal-flags to fix build headaches (Guy)
609 * In proto_tree_add_item(), access tvbuff before adding anything to
610         proto_tree. (Gilbert)
611 * Add Quake 1 dissector (Uwe)
612 * GIOP dissector warns about unsupported GIOP versions (Gilbert)
613 * dfilter2pod build fix (Gilbert)
614 * Re-write of NCP dissector. Adds python to build. :) (Gilbert)
615 * Fix Edit->Filters...->Apply (Richard)
616 * Add DIAMETER dissector (David Frascone)
617 * Display TCP RST data as text, as per RFC 1122 (Guy, with tip o' hat
618         to Kevin Steves)
619 * Support for capturing from a pipe (FIFO or STDIN). (Olivier)
620 * Cross-platform build fixes (Guy)
621 * Fix directory-checking routines (Guy)
622 * Display filters now work on string types (Gilbert)
623 * Initial templates for decoding all 4 NLM protocol versions (Uwe)
624
625 Overview of changes in Ethereal 0.8.10:
626 * Code cleanup (Gilbert)
627 * Assign port 1052 to DDTP (Olivier)
628 * Add syslog dissector (Gerald)
629 * Build cleanup (Guy)
630 * X11 dissector (Christophe, Guy)
631 * RPC cleanup (Guy)
632 * tvbuffication (Olivier, Gilbert)
633 * Remove dead tos_str symbol (itojun)
634 * More manufacturer ether codes (Gaetan Soltesz <gaetan@cisco.com>)
635 * Support for capturing on Linux ATM interfaces (Mark Clayton)
636 * NG Sniffer file reading fixes (Joerg, Guy)
637 * Make 'tethereal -h' look similar to 'ethereal -h' (Joerg)
638 * Support for "Update list of packets in real time" on Win32 (Graham)
639 * Win32 makefile dependency fix (Graham)
640 * Fix for people who don't read the FAQ. I.e., fix for
641         calling snmp_set_full_objid(0 in packet-snmp.c (Guy)
642 * OSI fix (Guy)
643 * ISIS fix (Guy)
644 * AFS volume name display fix (Guy)
645 * tvbtest enhancements (Guy)
646 * Treat TCP follow temp file as binary, for Win32 (Guy)
647 * Read NetXRay 2.002 files (Joerg, Guy)
648 * Fix octet string buffer overflow in packet-snmp.c (Guy)
649 * asn1.c/packet-snmp.c code cleanup (Guy)
650 * Variable name ("cf"/"cfile") cleanup (Ben Fowler)
651 * GUI-code enhancements (Guy)
652 * Wiretap enhancements (Guy)
653 * Support for OSI CLTP (Guy)
654 * ISAKMP padding fix (Guy)
655 * GUI progress bar change (Guy)
656 * Debian build-file fix (Olivier)
657
658 Overview of changes in Ethereal 0.8.9:
659 * Timestamps in RTP summary column (Jason Lango)
660 * Fix build warnings (Ron Flory)
661 * Make our GtkCList sortable (Graham Bloice)
662 * Use F<> instead of B<> for files in man pages (Guy)
663 * Fix a type IP packet counter (Gerald)
664 * Build fixes (Gilbert, Guy)
665 * Rename "private" to "dump", to avoid C++ reserved word (Guy)
666 * Add tvbuff class and exceptions module (Gilbert, Guy)
667 * Convert dissectors to use tvbuffs (Gilbert, Olivier, Guy)
668 * Support ISAKMP Configuration Method (Yaniv Kaul)
669 * Fix tethereal/wiretap error-reporting bug (Gilbert)
670 * Add sample Makefile for regression testing (Gilbert)
671 * Dissect substring filters in packet-ldap.c (Guy)
672 * Fix wtap.h typo (Alan Harrison)
673 * Change usage of 'fd' in file.c (Ben Fowler)
674 * Fix endian bug in ngsniffer.c (Guy)
675 * Fix smb-pipe NetServEnum (Guy)
676 * Fix VTP to correctly add ipv4 address to proto_tree (Guy)
677 * cf->current_frame fix for correctly displaying GtkCList (Guy)
678 * SMUX and SNMPv3 support (Jochen Friedrich)
679 * Fix snmp-less build (Guy)
680 * Show Ethernet trailer (Gilbert)
681 * Old-style fixes for bounds checking (Guy, Gilbert)
682 * Make proto_tree_is_visible false more of the time (Guy)
683 * Support for GRE over IPX (Paul Ionescu)
684 * Move psuedo_header out of frame_data structure to save memory. Required
685         changes in wiretap, too. (Guy)
686 * Doco fixes (Guy)
687 * Mark DCHP packets as DHCP, using bootp.dhcp flag. (Paul Ionescu)
688 * Fix randpkt.c for new wtap_dump() (Gilbert)
689 * Correctly handle 0-length FT_BYTES (Gilbert)
690 * Header file fixes (Guy, Gilbert)
691 * SMUX-related fix (Guy)
692 * More wiretap zlib fixes (Guy)
693 * Detect Cisco and Novell type IPX packets (Paul Ionescu)
694 * Close the capture file descriptor (Mark Burton, Guy)
695 * More ISAKMP additions (Yaniv Kaul, Guy)
696 * Support for EIGRP over Appletalk and IPX (Paul Ionescu)
697 * Fix display of IP fragment (Scott Howard)
698 * Fix for Linux ISDN ippp devices (Gilbert)
699 * Change handling of capture_ppp() (Gilbert)
700 * SMB fixes (Mark Burton)
701 * Support for reading compressed Sniffer fils (Tim Farley, Joerg, Guy)
702 * GTK dialogue fixes (Guy)
703 * Incorporate gtkclist.c from GTK+ 1.2.8 (Guy)
704 * Initial SCTP support (Michael Tuexen)
705 * Support for Mobile IP dissection (Stefan Raab, Gilbert, Guy)
706 * Fix for X.25 dbit (Gilbert)
707 * Enable more dissector handoff tables (Guy)
708 * Win32 build enhancements (Graham Bloice)
709 * X.25 LCN display fix (Olivier)
710 * C/C++ typedef fixes (Guy, Andreas Sikkema)
711 * Change proto_tree_add_*() calls to find more errors at compile time (Guy)
712 * Fix plugin function pointer table (Gilbert)
713 * Add "Enable name resolution" check box to File Open dialogue (Gilbert)
714 * Fix RSVP for Resv Tear Confirm message (Gilbert)
715 * Show ICMP sequence number as two bytes instead of integer of unknown-endianness (Gilbert)
716 * Add gtk_set_locale() to main (Kaoru Kusunoki)
717 * Make dissect_ah() use dissector handoff tables (Gilbert)
718 * Fix L2TP dissector to call dissect_ppp() (Gilbert)
719 * Support for COPS (Heikki)
720
721 Overview of changes in Ethereal 0.8.8:
722 * Implement dissector tables for various protocols (Gilbert, Guy)
723 * Add "visited" flag to each frame (Gilbert, Guy)
724 * Renamed the DHIS protocol to DDTP (Olivier)
725 * Change win32 port to build as a Windows (non-console) program (Guy)
726 * Improved display of FTP data (Richard)
727 * Add icon and resource for Win32 ethereal (Graham Bloice)
728 * OSI fix (Guy)
729 * Wiretap code cleanup (Guy)
730 * Updates to OSI CLNP, CLTP, ISIS. Added OSI ESIS (Ralf Schneider)
731 * Per-frame data allocation (Richard)
732 * Update NCP code to use conversation types (Guy)
733 * Fix checksum option decoding in CC/CR TPDU in CLNP dissector (Laurent)
734 * Detect compressed A/C PPP fields (Greg Kilfoyle)
735 * Support for decoding MS Proxy protocol (Jeff Foster)
736 * Fragmented IPv6 fix (Guy)
737 * Fixes to LPD dissector (Matthijs Melchior <mmelchior@lucent.com>)
738 * Support for RTCP and RTP (Jason Lango)
739 * RTSP fixes (Guy)
740 * IPv4 dissector and doco fix (Ben Fowler <wapdev@leedsnet.com>)
741 * Add proto_tree_add_int_format() (Gilbert)
742 * Support IPv6 name resolution A6 packet (itojun)
743 * Support AD and CD bit in RFC2535 section 6 (itojun)
744 * Add "-s" to editcap (Guy)
745 * Print spaces as spaces in hex dump pane (Gilbert, Guy)
746 * Don't dissect encrypted payload in ISAKMP packet (Guy)
747 * SINEC H1 fixes (Gerrit Gehnen)
748 * Plugin fixes (Gerrit Gehnen)
749 * Win32 build fixes (Graham Bloice)
750 * Doco updates (Guy)
751 * Menu fixes (Guy)
752 * Dialogue window helper functions (Guy)
753 * GUI button-creation functions (Guy)
754 * Speedups in token-ring dissector (Gilbert)
755 * Registration of lists of "heuristic" dissectors (Guy)
756 * Ethereal child process error-handling (Guy)
757 * Fix problems with dialogue windows popping up multiple times (Guy)
758
759 Overview of changes in Ethereal 0.8.7:
760 * Small memleak in "Find Frame" plugged (Guy)
761 * Correct behavior for stopping frame search (Guy)
762 * RPM spec file fix (Patrick Higgins <phiggins@transzap.com>)
763 * Disable "Update list of packets in real time" and
764         "Automatic scrolling in live capture" for Win32 (Gilbert)
765 * Avoid using zero-length arrays in packet-rsvp.c (Guy)
766 * Add wtap_read() func to wtap.c (Richard, Guy)
767 * Update to SMB Browse (Richard)
768 * Rlogin dissector (Jeff Foster)
769 * Re-arrange dissector_add() calls and make some dissectors static
770         for dissectors under TCP and UDP (Guy)
771 * Remove unused value_string in packet-llc.c (Guy)
772 * Add DOCSIS BPDU (Johannes Hennecke <Johannes.Hennecke@elsa.de>)
773 * Separate variables for "File|Open" and "File|Save [As]" (Guy)
774 * BGP confederations support (Greg Hankins)
775 * Correct display of FT_BOOLEANs inside bitfields (Gilbert)
776 * Catch loops in DNS names. Avoids zlip DNS DoS exploit (Guy)
777 * Compile tethereal and editcap for Win32 (Gilbert)
778 * Support CIFS-over-TCP w/o NBSS (Mark Muhlestein)
779 * .cvsignore updates (Ben Fowler)
780 * Add SOCKS[45] dissector, plus changes to conversation.c (Jeff Foster)
781 * Fix int size for I and S LLC frames. (Guy)
782 * Update packet-osi.c [CLNP] (Guy)
783 * Update packet-isis.c (Guy)
784 * Fix typo in packet-h1.c (Guy)
785 * Update Win32 doco (Guy)
786 * Fix null filter string display in summary dialogue (Guy)
787
788 Overview of changes in Ethereal 0.8.6:
789 * L2TP spelling fix (Florian)
790 * RADIUS update (Florian)
791 * LDAP build fix (Guy)
792 * Fix for not being able to capture more than once in a session (Guy)
793 * Developers' doc update (Guy)
794 * Build fixes (Guy)
795
796 Overview of changes in Ethereal 0.8.5:
797 * Fix for reading Toshiba ISDN router trace files (Gilbert)
798 * Fix proto_* calls in various dissectors (Guy, Gilbert)
799 * Fix offset in packet-ipp.c (Guy)
800 * Documentation updates (Guy, Olivier)
801 * Another iteration of the frame_data pointer/GtkCList headache (Guy)
802 * Support for DUMP and EXPORT replies in packet-mount.c (Uwe)
803 * Support for MPLS (Ashok)
804 * RSVP fixes (Guy)
805 * Fix TCP Stream (Guy)
806 * Break proto_tree_add* functions into many more (Gilbert, Guy)
807 * Win32 version uses HOMEDRIVE and HOMEPATH instead of HOME (Guy)
808 * More *BSD zlib fixes (Guy)
809 * Fix to handle SNMPv2 TRAP PDUs (Dietmar Petras)
810 * Fix SNMP (Guy)
811 * Fix "Find Frame"/"Go To Frame" dialogue boxes (Guy)
812 * Plugin API fixes (Guy)
813 * LAPB update (Olivier)
814 * EIGRP update (Guy)
815 * V120 update (Guy)
816 * RADIUS changes (Florian Lohoff)
817 * Add new filterable fields to eth, tr, fddi, isl (Jeff Foster, Gilbert)
818 * Add Novell option decoding (Fredrik Sorensson <fsn@volvo.se>>
819 * More proto- and dfilter- assertions (Gilbert, Ben Fowler <wapdev@leedsnet.com>)
820 * Fix IPv6 fragment handling (Jochen Friedrich)
821 * DNS update (Guy, Itojun)
822 * IPv4 udpate (Guy)
823 * Enable capturing in Win32 (Paul Welchinski)
824 * Fix for SMB (Andreas Sikkema)
825 * Wiretap update; fix for Netmon reader (Guy)
826 * L2TP fixes (Florian Lohoff)
827 * NFS update (Guy)
828 * Telnet update (Guy)
829 * Per-frame proto data (Richard)
830 * ASN.1 update (Guy)
831 * PPP over GRE fix (Gilbert)
832 * ISIS-HELLO fix (Ralf Schneider)
833 * Display filter string length fix (Ralf Schneider)
834 * Re-work of LDAP dissector (Doug Nazar)
835 * Win32 file-save fix (Andreas Sikkema)
836 * Add getopt routine for Win32 (Gilbert)
837 * BGP route reflection support (Greg Hankins <gregh@twoguys.org>)
838 * BOOTP fix (Michael Johnston)
839 * Lex build fix (Guy)
840 * Remove extra menu entries for "Find Frame" and "Go To Frame" (Guy)
841 * Wiretrace's iptrace reader now reads IBM SP switch traces (Jochen Friedrich)
842 * HP-UX build fix (Guy)
843 * Plugin update (Olivier)
844 * Summary dialogue window fix (Guy)
845 * Ethereal exit logic re-org (Guy)
846 * Filter dialogue re-org (Guy)
847 * Use GMemChunk for frame_data structs (Guy)
848 * Allow registration of protocol handoffs (Jeff Foster, Guy)
849 * Win32 build fix for new WinPcap library (Guy)
850
851 Overview of changes in Ethereal 0.8.4:
852 * Listen for exception on GDK_INPUT_EXCEPTION on sync pipe (Gilbert)
853 * Correct timestamp bug in dissect_ipopt_timestamp() (Paul Ionescu, Olivier)
854 * Win32 fixes (Ed Meaney)
855 * Fix PLUGIN_DIR scanning (Olivier)
856 * Support for Cisco Group Management Protocol (Guy)
857 * Allow filtering on 24-bit integral fields (Guy)
858 * Support for Cisco's Virtual Trunking Protocol (guy)
859 * Enable plugins on Win32 (Gilbert)
860 * Debian packaging changes (Olivier)
861 * Win32 build fix (Gilbert)
862 * Fix bug in tftp (Dietmar Petras)
863 * Support for Time Protocol (Dietmar)
864 * Support for win32 libpcap (Ed Meaney)
865 * Typo in Makefile.am (Sean Walmsley <sean.p.walmsley@Hydro.ON.CA>)
866 * Build fix, plus suport for setuid ethereal [DANGEROUS!]
867         (Peter Kjellerstedt <peter.kjellerstedt@axis.com>)
868 * Typo fix in OSPF (Nick Amato)
869 * Code movement (Guy)
870 * NetBSD zlib build fix (Itojun, Guy)
871 * Misc. code fixes (Guy)
872 * Win32 fixes (Guy)
873 * Support for SMB Mailslot and Netlogin (Jeff Foster)
874 * BOOTP fix (Dietmar Petras)
875 * "A header file for every dissector" (Gilbert)
876 * Fix NetBIOS name types (Richard)
877 * Allow for non-"struct timeval" in tethereal (Gilbert)
878 * Upgrade gtkclist.c to GTK+-1.2.7 (Gilbert)
879 * Support raw IP nettl captures (Olivier)
880 * Fix X.25 data structure initialization (Olivier, Guy)
881 * New WTAP error code: WTAP_ERR_UNSUPPORTED_ENCAP (Guy)
882 * LanMan fix (Richard)
883 * Doco updates (Guy)
884 * Fix for UCD SNMP 4.1.x
885 * "Resolve Name" item in proto tree popup (Laurent)
886 * Buffer fix (Guy)
887 * SMB Logon fix (Richard, Jeff Foster)
888 * Tethereal fix for multi-arg filters on command line (Guy)
889 * Fix HTTP request and response (Laurent)
890 * Support for Dynamic Host Information Services (Olivier)
891 * Add TCP segment length to TCP packet summary (Fred Reimer)
892 * Pop up single packet's proto tree in new window (Jeff Foster, Guy)
893 * Developer's README, finally! (James Coe, Guy, Jeff Foster, Gilbert)
894 * Support for HP-UX 11 nettl files (Olivier)
895 * Make scrollbar placement option ubiquitous (Guy)
896 * Support for Sinec H1 protocol (Gerrit Gehnen)
897 * Show version number resource in COTP (Gerrit Gehnen)
898
899 Overview of changes in Ethereal 0.8.3:
900 * Win32 path delimiter fixes (Guy)
901 * clnp fix (Guy)
902 * tethereal initialization fix (Guy)
903 * Debian packaging files (Olivier)
904 * NFS readdir* segfault fix (Uwe)
905 * file_seek() fix (Guy)
906 * "struct timeval"/"struct bpf_timeval" fix (Guy)
907 * TFTP Option Extension (RFC 2347) support (Craig Newell)
908 * Menu fixes (Gilbert)
909 * PPP sequence number fix (Gilbert)
910 * Support for NetXRay WAN traces (Gilbert)
911 * X.25 fix (Guy)
912 * TCP Follow EBCDIC toggle fix (Gilbert)
913 * New get_home_dir() function for HOME env var (Gilbert, Guy)
914 * Additional NLPIDs (Guy)
915 * New "ethereal_static" make target (Nathan)
916 * Capture window close button fix (Nathan)
917 * Plugin directory symlink scanning fix (Olivier)
918 * Add SNMP trap port to udp dissector (Guy)
919
920 Overview of changes in Ethereal 0.8.2:
921 * Add editcap as standard install target (Guy)
922 * Add manpage for editcap (Guy)
923 * GUI code movement (Guy)
924 * Read-only Win32 support (Gilbert, Guy)
925 * L2TP updates (Laurent Cazalet, Thomas Parvais)
926 * select() workaround for Linux libpcap bug (Guy)
927 * Cisco CDP fixes (Guy)
928 * Hex dump option in TCP Stream window (Olivier)
929 * Assorted frame numbering fixes (Guy)
930 * Filterable RTSP fields (Jason)
931 * X.25-over-Ethernet support, perhaps (Guy)
932 * Export and usage of NLPID values (Guy)
933 * zlib fix for {Free,Open,Net}BSD (Guy, Itojun)
934 * Add tethereal and manpage (Guy)
935 * Doc updates (Guy, Gilbert)
936 * Fix type in hex printing in netbios (Gerald)
937 * Work around RedHat 6.1 libpcap filter "feature" (Gerald)
938 * Fix alignment issues (Guy)
939 * Tethereal mods (Nathan)
940 * Use gmodule for dynamic linking instead of libltdl (Gilbert)
941 * Build fixes (Guy)
942 * Plugins in tethereal (Olivier)
943 * Editcap mods (Richard)
944 * Change code to use strchr() instead of index() (Guy)
945 * Change code to use strrchr() instead of rindex() (Guy)
946 * Pop-up menus with right-clicks (Jerry Talkington)
947 * Packet scrolling option in capture dialogue window (Guy)
948 * Full NFSv3 support (Uwe)
949 * Fix byte-order and alignment problems in PPTP
950         (Thomas Quinot, Debian bug 55347)
951 * Support for both HP-UX 9.04 and HP-UX 10.20 nettl files (Olivier)
952 * "Inactive Subset" in ISO 8473 CLNP (Gerrit Gehnen)
953 * Vines update (Joerg)
954 * tm_mon fix (Guy)
955 * New proto_item_set_text() and proto_tree_add_notext() functions (Guy)
956 * New functionality in dissect_rpc_string() (Guy)
957 * CDP fixes (Paul Ionescu)
958 * packet_info and ethernet changes (Guy)
959 * LLC updates (Guy)
960 * Flag for IPv4 TOS field/DiffServ field (Heikki Vatiainen)
961 * Cisco ISL support (Guy)
962 * Workaround for GTK+-1.2.[3-6] text widget bug (Gerald)
963 * Menu updates and fixes (Gerald, Gilbert, Guy, henceforth "3G")
964 * Parse multiple COMMUNITIES value in BGP (Itojun)
965
966 Overview of changes in Ethereal 0.8.1:
967 * Fix mulitiple-selection bug in packet list (Gilbert)
968 * Check for libtool and libtool version (Guy)
969 * Toshiba file reader handles relative dates (Gilbert)
970 * File|Open dialogue box directory hack (Gilbert)
971 * Modify appearance of lines and expanders in GUI proto tree (Gilbert)
972 * Make code ANSI-C compliant and other build fixes (Guy)
973 * Fix side effects of using GtkCTree and GTK_SELECTION_BROWSE (Guy)
974 * Abstract out some of the menu code from the GUI routines (Guy)
975 * Re-arrange some GUI code (Guy)
976 * "Default" button for resetting plugin filter string (Olivier)
977 * Plugin status save/restore (Olivier)
978 * Add notes about sniffing VMware connections (Gilbert)
979 * Add focus for "Find Frame" and "Go to Frame" (Guy)
980 * Reconcile differences in integer size used for ports
981         in conversation code and packet_info code (Gilbert)
982 * Empty string capture filters for libpcap craziness (Gerald, Guy)
983 * Manpage updates (Guy)
984 * Print packets as multiple pages of PostScript (Guy)
985 * Fix "Follow TCP Stream" print function (Guy)
986 * Avoid segfault in SMB reported by
987         Aaron Bush <abush@microcenter.com> (Gilbert)
988 * L2TP support (John Thomes)
989 * Allow printing during capturing
990
991 Overview of changes in Ethereal 0.8.0:
992 * RPC and NFS updates, complete NFSv2 support (Uwe, Gilbert)
993 * Initial TNS support (Nathan)
994 * Documenatation and distribution updates (Gilbert, Guy, Itojun, Gerald)
995 * SMB fixes (Gilbert, Richard, Olivier, Greg Kilfoyle)
996 * Color preference fixes and updates (Guy)
997 * NetBIOS fixes (Guy)
998 * IPX fixes and updates (Guy, Nathan)
999 * Capture/file save facility updates (Guy)
1000 * Add IPX stats to capture window (Gilbert)
1001 * Appropriately enable/disable the "follow" menu item (Florian)
1002 * ICQ fixes from Guy and Kojak (Guy)
1003 * Add Christopher McAvaney's format_text() fix (Guy)
1004 * Stream window color prefs (Gerald)
1005 * Myriad GUI fixes and enhancements (Gilbert, Guy)
1006 * RADIUS fixes thanks to Arni Raghu <arni@caip.rutgers.edu> (Gilbert)
1007 * VLAN updates (Nathan)
1008 * Byte view fixes (Nathan)
1009 * Initial TACACS+/XTACACS support (Nathan)
1010 * Multiple file format capability in wiretap and Ethereal (including Snoop,
1011   Netmon 1.x, Sniffer, Netxray, and various flavors of libpcap)
1012   (Guy, Olivier, Nathan)
1013 * Added editcap to the distribution (Richard)
1014 * Enhancements to wiretap's file output capabilities (Guy)
1015 * Add our own SNMP PDU dissector; other SNMP fixes and updates (Guy)
1016 * ASN.1 code added; used by SNMP dissector, and available for other use
1017   by other dissectors (Guy)
1018 * LLC/SNAP fixes and updates (Guy, Nathan)
1019 * NTP fixes (Guy, Gerald)
1020 * ISAKMP updates from Dave Chapeskie (Guy)
1021 * Reduced dependency on "global.h" (Gilbert, Guy)
1022 * HTTP updates from Jerry Talkington (Guy)
1023 * Added IRC dissector (Nathan)
1024 * DNS updates (Nathan)
1025 * Added James Coe's patch(es) to add SRVLOC and NCP-over-IP support (Guy)
1026 * CLI fixes and enhancements (Guy)
1027 * ARP improvements (Nathan)
1028 * Capture length fixes for IRIX (Guy)
1029 * BGP updates from Greg Hankins, and other BGP fixes (Itojun)
1030 * Added Philip Gladstone <philip@raptor.com>'s patch to check IP header
1031   checksum (Gilbert)
1032 * GRE updates, merged code from Jerry Talkington (Guy)
1033 * AppleTalk updates, including NBP and RTMP dissectors (Nathan, Guy)
1034 * Initial LDAP support (Nathan)
1035 * X.25 updates (Olivier)
1036 * Plugin support (Olivier)
1037 * Fixes for packet-ip.c (Guy, Gilbert)
1038 * Jerry Talkington's patch to move filter prefs to their own dialog (Guy)
1039 * Fixes for RedHat's modified version of libpcap (Guy)
1040 * WCCP dissector from Jerry Talkington (Guy)
1041 * rwho/rwhod/ruptime support added (Gilbert)
1042 * Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap module
1043   and V.120 decoder (Gilbert, Guy)
1044 * RSVP fixes (Gilbert)
1045 * NCP fixes and updates, other fixes from James Coe (Nathan, Guy)
1046 * Q.931 updates from Bert Driehuis (Guy)
1047 * ISDN4BSD updates (Guy)
1048 * Support for ISIS thanks to Stuart Stanley (Guy)
1049 * Support for Dearborn Group Technology's Gryphon as a plugin (Gilbert)
1050 * Win32 port updates (Guy)
1051 * LPD segfault fixes reported by Gregor Glomm (Gilbert)
1052 * GUI page added to preferences (Gilbert)
1053 * Libtool integrated with the distribution (Gerald, Guy, Itojun)
1054 * OUI updates (Guy)
1055 * Summary-dialog-on-empty-capture segfault bug squished (Guy)
1056
1057 Overview of changes in Ethereal 0.7.9:
1058 * Compilation warning fix (Guy)
1059 * Updates to Q.931 (Guy)
1060 * Updates to Q.2931 (Guy)
1061 * Display filter widget uses GtkCombo (Gerald)
1062 * Added SNMP over Ethernet (Gilbert)
1063 * Small changes to display filters from tcp follow and match selected (Gilbert)
1064 * Fix problem and update SMB (Richard)
1065 * Update portmap (Uwe)
1066 * Update NFS (Uwe)
1067 * Support for iptrace 1.0 files (Gilbert; thanks to
1068         Florian Lohoff <flo@rfc822.org> for sample trace files)
1069 * Update support for netmon 2.0 files (Guy)
1070 * Updates to ATM (Guy)
1071 * Updates to ARP (Guy)
1072 * Updates to DNS (Guy)
1073 * Support for both PPP and LAPB as WAN links in NG Sniffer files (Guy)
1074 * Colorize TCP streams (Gerald)
1075 * Make autoconf check for correct contents of libz library (Guy)
1076 * Updates to About box (Guy, Gilbert)
1077
1078 Overview of changes in Ethereal 0.7.8:
1079 * Added RPC and NFS (Uwe)
1080 * Added IGRP/EIGRP (Don)
1081 * "Print" button in TCP Follow window (Warren Young)
1082 * BGP enhancemnets (Itojun, Greg)
1083 * Wiretap support for Toshiba ISDN router traces (Gilbert)
1084 * More filterable fields (Guy, Laurent)
1085 * AIX and IBM C compiler fixes (Craig Rodrigues)
1086 * General fixes (Guy)
1087 * LPD dissector segfault fix (Gilbert)
1088 * ICQ update (Kojak)
1089 * VLAN update (Nathan)
1090 * "Find Frame" function (Guy)
1091 * Support for newer libpcaps, and broken RH 6.1 libpcap (Guy)
1092 * DNS update (Brian J. Murrell), and similar NBNS update (Guy)
1093 * More DNS updates (Guy)
1094 * "Go to frame" function (Guy)
1095 * Added IMAP (Nathan)
1096 * Added various RPC stubs (Nathan)
1097 * Added portmap (Nathan)
1098 * Added LAPD (Gilbert, Guy)
1099 * LLC fix (Guy)
1100 * Added Q.931 (Guy)
1101 * SMB updates and segfault fixes (Richard)
1102 * Added bootparams (Nathan)
1103 * Added ypserv (Nathan)
1104 * Conversation code fix (Guy)
1105 * Added mount and stat (Nathan)
1106 * Added MAPI (Nathan)
1107 * IPv4 address comparison and subnet testing in display filters (Gilbert)
1108 * Added NLM (Uwe)
1109 * More IPX SAP types (Nathan)
1110 * Automatic ETT_* enum number registration (Guy)
1111 * Added SAP (Session Announcement Protocol) (Heikki)
1112 * Wiretap support for ATM iptrace files (Guy, Gilbert)
1113 * OSPF fix (Heikki)
1114 * General routines for registration of "init" routines (Guy)
1115 * Added ILMI (SNMP over ATM AAL5) (Guy)
1116 * Added SSCOP (Guy)
1117 * Added Q.2931 (Guy)
1118 * "Match selected" produces display filters with field names (Gilbert)
1119 * IPX packet summary resolves IPX network names and MAC addresses (Gilbert)
1120 * POP fixes (Heikki)
1121 * Added VRRP (Heikki)
1122 * Display filter "Reset" button (Laurent)
1123 * Added HSRP (Heikki)
1124 * SNA packets show hex dump with EBCDIC converted to ASCII (Gilbert)
1125 * Added Cisco Auto-RP (Heikki)
1126
1127 Overview of changes in Ethereal 0.7.7:
1128 * Check header length in IP header (Guy)
1129 * Fix printf formats in packet-rx.c (Guy)
1130 * NTP changes (Tomislav Vujec)
1131 * Add conversation mechanism and generalize net/datalink address storage (Guy)
1132 * Fix ipproto.c bug (Guy)
1133 * Removed erroneous assert in packet-sna.c (Gilbert)
1134 * Support for Appletalk DDP, Banyan Vines, and SNA FID type 4 addresses
1135         in "address" type code (Guy)
1136 * Fixes for Appletalk and Vines (Guy)
1137 * Add ICQ dissector (Kojak)
1138 * Remove compilation warnings in packet-snmp.c (Tomislav)
1139 * Remove compilation warnings from packet-smb.c (Richard)
1140 * Add make-reg-dotc to let non-GNU makes work. (Guy)
1141 * Fix AIX compilation (Guy, Gilbert)
1142 * Fix autoconf weird-path problem (Guy)
1143
1144 Overview of changes in Ethereal 0.7.6:
1145 * Fix xdlc bug (Guy, Gilbert)
1146 * Add name resolution option to GUI. (Laurent)
1147 * Fix LLC bug (Guy)
1148 * Display filter bug fixes
1149         Santeri Paavolainen <santtu@ssh.fi>
1150         Dewi Morgan <dewim@sco.com>
1151         (Gilbert)
1152 * Print changes (Guy)
1153 * NG Sniffer FDDI time unit fix (Guy)
1154 * Fixes for SINIX (Uwe Girlich)
1155 * Lots of fork/sync fixes (Guy)
1156 * Add filename to Capture dialog box (Guy)
1157 * New display filters for many protocols
1158         (Laurent... the man!)
1159 * Check for bad packet lengths in many protocols
1160         (Laurent, Gilbert, Guy)
1161 * More SMB fields and fixes (Richard, Guy)
1162 * NBNS fix (Richard)
1163 * POP fix (Laurent)
1164 * Fix behavior for bad color filters (Gilbert)
1165 * Default colors for color wheel (Santeri Paavolainen <santtu@ssh.fi>)
1166 * ZLIB error messages (Guy)
1167 * Display filter byte-string syntax additions (Gilbert)
1168 * IPv6 proto_tree and display filter support (Lareunt, Jun-ichiro)
1169 * Added info to protocol registration (Gilbert)
1170 * Added signed integer support to display filters (Phil Techau)
1171 * IPv6 fixes (Jun-ichiro)
1172 * ASCII/EBCDIC conversion in TCP Follow window (Gilbert)
1173 * Add DOUBLE filtering to display filters (Gilbert)
1174 * OSPF fix to dissect MD5 field (Tony Hard <thart@avici.com>
1175 * Automated method of finding proto_register functions (Guy)
1176 * Wiretap support for nettl (HP-UX trace tool) (Olivier)
1177 * Added BPDU (Christophe Tronche)
1178 * Added SNA (Gilbert)
1179 * Added RIPng, PIM (Jun-ichiro)
1180 * Added Yahoo messager and pager protocols (Nathan)
1181 * Added NTP (Nathan)
1182 * Added BGP (Jun-ichiro)
1183 * Added AFS, RX (Nathan)
1184 * Addef VLAN (802.1q) (Nathan)
1185
1186 Overview of changes in Ethereal 0.7.5:
1187 * Fixed bug when reading files on FreeBSD (Guy)
1188 * Fixed compilation bug when disabling zlib on FreeBSD (Guy)
1189
1190 Overview of changes in Ethereal 0.7.4:
1191 * Fixed Radcom file reader in wiretap (Olivier)
1192 * Add "--with-ucdsnmp" to autoconf (Bert Driehuis <driehuis@playbeing.org>)
1193 * Fix snoop reader for Solaris seek problem (Guy)
1194 * NetBIOS and NBIPX updates (Guy)
1195 * Capture dialogue changes (Guy, Laurent)
1196 * Movement of GTK files to subdirectory (Gilbert, Guy)
1197 * Wiretap support for Lucent/Ascent WAN router traces (Gerald)
1198 * Added dissector for Internet Cache Protocol (Peter Torvals)
1199 * Added dissector for Internet Printing Protocol (Guy)
1200 * Show the IP flags as 4 bits (Daniel Ryde <ryde@tripnet.se>)
1201 * Changed usage of FT_BOOLEAN (Gilbert)
1202 * Fixed bugs with short packets and eth, tr, and fddi (Gilbert, Guy)
1203 * Fix for IPX SAP types (Mark H. Wood <mwood@IUPUI.edu>)
1204 * TRMAC now uses dfilter variables (Gilbert)
1205 * randpkt added; produces trace file of random packets (Gilbert)
1206 * New helper macros in packet.h (Guy)
1207 * x.25 and lapb fixes (Olivier)
1208 * Wiretap compilation fixes (Laurent)
1209 * OSI fixes; CLNP now uses dfilter variables (Laurent)
1210 * New Collapse/Expand All function (Laurent)
1211 * Enhanced printing options (Guy)
1212 * zlib support for compress trace files (Ashok)
1213 * Fix ICMP timestamp dissection (Dirk Bonne <dirk@out1.mx.skynet.be>)
1214
1215 Overview of changes in Ethereal 0.7.3:
1216 * Fixed bug in RSVP, added RSVP+ support (Ashok)
1217 * Fixed bug in display filter parsing (Gilbert)
1218 * Allow compilation from different directory
1219         (Brad, <brad@openbsd.org>)
1220 * Packet colorization (John)
1221 * Updated RSVP decoder (Ashok)
1222 * Fixed Token-Ring for more Linux 2.0 drivers
1223         (Tom Gallagher <Tom.Gallagher@madge.com>)
1224 * Change to usage of boolean fields in display filters (Gilbert)
1225 * Optimized GTKClist (Guy)
1226 * Optimized wiretap/ethereal interaction (Guy)
1227 * Handle NBNS continuations (Richard)
1228 * Started ATM support (Guy)
1229 * Enhanced user-friendliness via default behaviors and error messages
1230         (Guy, Gilbert)
1231 * Fixed ICMP/IGMP checksums (Richard Jørgensen <ric@tbit.dk>)
1232 * Removed security-related race-condition when capturing (Guy)
1233 * Lots and lots o' misc. fixes (Guy)
1234
1235 Overview of changes in Ethereal 0.7.2:
1236 * Another memory leak fix (Jochen)
1237 * Allow compilation from different directory (Laurent, Gilbert)
1238 * -R flag for on command line, applied when reading a capture file (Jochen)
1239 * Updated docs (Guy)
1240 * Handles ICMP Unreachable|Frag Required (John)
1241 * NetBEUI support (Jeff, Guy)
1242 * Fix for Token-Ring RIF display (Gilbert)
1243 * Dramatically decreased file-load time (Guy)
1244 * Fixed -S option timeout handling (Laurent)
1245
1246 Overview of changes in Ethereal 0.7.1:
1247 * Fixed big memory leaks in dfilter code (Guy)
1248 * Enhanced xdlc, llc, and x25 (Guy, Olivier)
1249 * Made glossary-dump option not initialize X11 (Guy)
1250 * Fixed logical operands in dfilter code (Gilbert)
1251 * Added progress bar to display filter (Gilbert)
1252 * -S option fix (Laurent)
1253
1254 Overview of changes in Ethereal 0.7.0:
1255 * Addition of RTSP and SDP dissectors (Jason)
1256 * New proto_tree and display filter system (Gilbert)
1257 * Updated SMB suport (Richard)
1258 * RADIUS dissector added (Johan)
1259 * Display filter text-entry does auto-reload (Guy)
1260 * Now compiles on Win32 (Gilbert)
1261 * Removed support for GTK+-1.[01].x (Gilbert)
1262 * Column re-sizing changes (Guy)
1263 * Linux ATM Classical IP support (Theirry)
1264 * X.25 support in wiretap iptrace routine (Olivier)
1265 * Wiretap fix for "-S" ethereal option (Laurent)
1266 * LAPB and X.25 dissectors added (Olivier)
1267 * FreeBSD compilation cleanups (Bill Fumerola,
1268         <billf@jade.chc-chimes.com>)
1269 * Ability to print all packets at once (Guy)
1270
1271 Overview of changes in Ethereal 0.6.3:
1272 * Capture dialogue window data bug-fix (Guy)
1273 * PPPoE (PPP over Ethernet) added (Jeff Jahr)
1274 * ISAKMP, GRE, PPTP added (Brad Robel-Forrest)
1275 * RSVP added (Ashok Narayanan)
1276 * Summary dialogue added (Aaron Hillegass)
1277 * Match Selected GUI added (Ashok Narayanan)
1278 * Display Option GUI allows change of Time column (Guy)
1279 * GTK 1.[12] bug fix (Gilbert)
1280 * Code clean up (Guy)
1281 * strerror() added for platforms that don't have it (Guy)
1282
1283 Overview of changes in Ethereal 0.6.2:
1284 * Almost-real-time capture and display (John, Laurent)
1285 * Initial support for SMB (Richard)
1286 * Initial support for SNMP (Didier, Gilbert)
1287 * Wiretap now reads NetMon 2.0 file formats (Guy)
1288
1289 Overview of changes in Ethereal 0.6.1:
1290 * Released because of packaging problem in 0.6.0
1291 * Information about building on Tru64
1292
1293 Overview of changes in Ethereal 0.6.0:
1294 * IPv6 support greatly improved (Jun-ichiro)
1295 * IPsec added (Jun-ichiro)
1296 * NCP code totally re-written (Gilbert)
1297 * GTK dependencies removed from packet-*.c code (Gilbert)
1298 * Captures now saved in temporary files (Gilbert)
1299 * Statistics are more accurate during capture (Guy)
1300 * TCP-follow bug fixed (Laurent)
1301 * ANSI complieant bitfields for TCP and AATALK (Gilbert)
1302 * Various time fields decoded better (Guy)
1303 * NetBIOS Node types added to DHCP (Guy)
1304 * Cisco Discovery Protocol updated (Hannes)
1305 * DNS acronyms converted to English (Guy)
1306 * FTP, TFTP, POP, and Telnet added (Richard)
1307 * NNTP and HTTP added (Guy)
1308 * NetBIOS Sessions over TCP added (Guy)
1309 * NetBIOS Name Servic improved (Guy)
1310 * IP field over-writing bug fixed (Hannes)
1311 * Wiretap does some offline filtering (Gilbert)
1312 * Wiretap now supports NetMon, NetXray, Sniffer Pro (Guy)
1313
1314 Overview of changes in Ethereal 0.5.1:
1315 * Updated Vines support (Joerg Mayer)
1316 * Bitfield decoding support (Guy)
1317 * GTK+ 1.1/1.2 support (Gilbert, Gerald)
1318 * Make TCP info more verbose (Gerald)
1319 * Fix resize problems w/main window (Gerald)
1320 * Fix time output (Gerald)
1321 * Add support for AIX iptrace files to wiretap (Gilbert)
1322
1323 Overview of changes in Ethereal 0.5.0:
1324 * Initial release of wiretap library (Gilbert)
1325 * Sun C compiler fixes (Laurent)
1326 * Enhanced PPP support (Guy)
1327 * OMG CORBA GIOP/IIOP support (Laurent)
1328 * Configurable columns (Gerald)
1329 * Lots of other fixes and enhancements
1330
1331 Overview of changes in Ethereal 0.4.1:
1332 * Copious amount of fixes (Guy)
1333 * Minor fixes to the filter prefs dialog (Gerald)
1334 * About box (Laurent)
1335 * Initial NetBIOS Name Services support (Gilbert, Guy)
1336 * Initial AppleTalk support (Simon Wilkinson)
1337
1338 Overview of changes in Ethereal 0.4.0:
1339
1340 * Lots of fixes from Guy Harris
1341 * Preferences dialog (Gerald)
1342 * OSPF updates (Hannes, Gerald)
1343 * FDDI support (Laurent, Guy)
1344 * Separate display and capture filters (Gerald)
1345
1346 Overview of changes in Ethereal 0.3.17:
1347
1348 * Ethernet manufacturer support (Laurent)
1349 * Netware SAP support (Gilbert)
1350 * Misc Netware/token ring fixes and enhancements (Gilbert)
1351 * PPP fixes (Gerald)
1352 * Null/loopback interface support (Gerald)
1353
1354 Overview of changes in Ethereal 0.3.16:
1355
1356 * Support for ISO/OSI CLNP & COTP (Laurent)
1357 * Support for Banyan Vines (Don)
1358 * TCP reconstruction support (Mike)
1359
1360 Overview of changes in Ethereal 0.3.15:
1361
1362 * OSPF fixes (Hannes)
1363 * Preliminary IPv6 support (Hannes)
1364 * Name resolution (Laurent)
1365 * Font and help option (Laurent)
1366 * Token ring fixes (Gilbert)
1367 * DLT_RAW #define fixes (Laurent, Hannes and a few others)
1368
1369 Overview of changes in Ethereal 0.3.14:
1370
1371 * Added Laurent's fixes to pntoh[sl].
1372 * RIP fixes (Laurent)
1373 * Added Gilbert's BOOTP code.
1374
1375 Overview of changes in Ethereal 0.3.13:
1376
1377 * Made the tree items "sticky"
1378 * Expanded the pntoh[sl] macros, fixed alignment problems with IPX code.
1379 * Changes to packet-ppp and packet-raw
1380
1381 Overview of changes in Ethereal 0.3.12:
1382
1383 * RIP support (Hannes)
1384 * LPR/LPD support (Gilbert)
1385 * Changes to #includes to improve compatibility.
1386
1387 Overview of changes in Ethereal 0.3.11:
1388
1389 * Fixed a file capture bug.
1390
1391 Overview of changes in Ethereal 0.3.10:
1392
1393 * Fixed a Makefile bug with the new snprintf package.
1394
1395 Overview of changes in Ethereal 0.3.9:
1396
1397 * Switched to a different version of snprintf.c.
1398 * Minor bug fixes.
1399 * Fixes to Makefile.am.
1400
1401 Overview of changes in Ethereal 0.3.8:
1402
1403 * PostScript(R) output (Gilbert)
1404 * More OSPF code (Hannes)
1405 * Enhanced DNS (Bobo)
1406
1407 Overview of changes in Ethereal 0.3.7:
1408
1409 * Enhanced OSPF (Hannes)
1410 * Fixed small bug in filter dialog.
1411
1412 Overview of changes in Ethereal 0.3.6:
1413
1414 * Added OSPF support, thanks to Hannes Boehm.
1415 * Added -B, -P, and -T flags.
1416
1417 Overview of changes in Ethereal 0.3.5:
1418
1419 * Command line argument fixes/upgrades.
1420 * Compatibility fixes.
1421 * Initial pod/man page documentation.
1422 * Miscellaneous changes to the way things are done in capture.c.
1423 * Initial support for DNS and IGMP.
1424
1425 Overview of changes in Ethereal 0.3.4:
1426
1427 * Printer preferences dialog added (Gilbert)
1428 * Misc fixes/upgrades.
1429
1430 Overview of changes in Ethereal 0.3.3:
1431
1432 * Added PPP support, thanks to Mike Hall.
1433 * Added dialogs for errors/warnings.
1434 * Support for the -r flag was added.
1435 * Other minor fixes/upgrades.
1436
1437 Overview of changes in Ethereal 0.3.2:
1438
1439 * Misc bug fixes & minor enhancements.
1440 * Added preliminary ICMP support
1441 * Added preliminary printing support (Gilbert)
1442
1443 Overview of changes in Ethereal 0.3.1:
1444
1445 * Fixed bug that prevented capturing with a filter.
1446 * Fixed misc. header problems.
1447
1448 Overview of changes in Ethereal 0.3.0:
1449
1450 * Initial support for filters.
1451 * Fixes/enhancements for IPX and token ring (Gilbert).
1452
1453 Overview of changes in Ethereal 0.2.3:
1454
1455 * Added support for IPX, thanks to Gilbert.
1456
1457 Overview of changes in Ethereal 0.2.2:
1458
1459 * Added support for token ring, thanks to Gilbert Ramirez, Jr.
1460
1461 Overview of changes in Ethereal 0.2.1:
1462
1463 * Internal structs for ARP/RARP, IP, TCP, and UDP were created.  Trying to 
1464   sort out which #includes were needed for each system was just too much of
1465   a hassle.
1466 * Added support for systems that don't have snprintf() and vsnprintf(), thanks
1467   to Theo de Raadt.
1468 * Minor changes to the README file.
1469
1470 Overview of changes in Ethereal 0.2.0:
1471
1472 * Initial public release.
1473 * GNU autoconf-ified distribution
1474 * Runs under Linux 2.0.x and Solaris 2.6.
1475 * Requires GTK+ (1.0.1 tested) and libpcap (0.4a6 tested)
1476 * For optimal results under Linux, the Karpski libpcap should be used.
1477 * General documentation and a minimal web site have been prepared.