Break proto_tree_add_item_format() into multiple functions:
[obnox/wireshark/wip.git] / NEWS
1 Overview of changes in Ethereal 0.8.4:
2 * Listen for exception on GDK_INPUT_EXCEPTION on sync pipe (Gilbert)
3 * Correct timestamp bug in dissect_ipopt_timestamp() (Paul Ionescu, Olivier)
4 * Win32 fixes (Ed Meaney)
5 * Fix PLUGIN_DIR scanning (Olivier)
6 * Support for Cisco Group Management Protocol (Guy)
7 * Allow filtering on 24-bit integral fields (Guy)
8 * Support for Cisco's Virtual Trunking Protocol (guy)
9 * Enable plugins on Win32 (Gilbert)
10 * Debian packaging changes (Olivier)
11 * Win32 build fix (Gilbert)
12 * Fix bug in tftp (Dietmar Petras)
13 * Support for Time Protocol (Dietmar)
14 * Support for win32 libpcap (Ed Meaney)
15 * Typo in Makefile.am (Sean Walmsley <sean.p.walmsley@Hydro.ON.CA>)
16 * Build fix, plus suport for setuid ethereal [DANGEROUS!]
17         (Peter Kjellerstedt <peter.kjellerstedt@axis.com>)
18 * Typo fix in OSPF (Nick Amato)
19 * Code movement (Guy)
20 * NetBSD zlib build fix (Itojun, Guy)
21 * Misc. code fixes (Guy)
22 * Win32 fixes (Guy)
23 * Support for SMB Mailslot and Netlogin (Jeff Foster)
24 * BOOTP fix (Dietmar Petras)
25 * "A header file for every dissector" (Gilbert)
26 * Fix NetBIOS name types (Richard)
27 * Allow for non-"struct timeval" in tethereal (Gilbert)
28 * Upgrade gtkclist.c to GTK+-1.2.7 (Gilbert)
29 * Support raw IP nettl captures (Olivier)
30 * Fix X.25 data structure initialization (Olivier, Guy)
31 * New WTAP error code: WTAP_ERR_UNSUPPORTED_ENCAP (Guy)
32 * LanMan fix (Richard)
33 * Doco updates (Guy)
34 * Fix for UCD SNMP 4.1.x
35 * "Resolve Name" item in proto tree popup (Laurent)
36 * Buffer fix (Guy)
37 * SMB Logon fix (Richard, Jeff Foster)
38 * Tethereal fix for multi-arg filters on command line (Guy)
39 * Fix HTTP request and response (Laurent)
40 * Support for Dynamic Host Information Services (Olivier)
41 * Add TCP segment length to TCP packet summary (Fred Reimer)
42 * Pop up single packet's proto tree in new window (Jeff Foster, Guy)
43 * Developer's README, finally! (James Coe, Guy, Jeff Foster, Gilbert)
44 * Support for HP-UX 11 nettl files (Olivier)
45 * Make scrollbar placement option ubiquitous (Guy)
46 * Support for Sinec H1 protocol (Gerrit Gehnen)
47 * Show version number resource in COTP (Gerrit Gehnen)
48
49 Overview of changes in Ethereal 0.8.3:
50 * Win32 path delimiter fixes (Guy)
51 * clnp fix (Guy)
52 * tethereal initialization fix (Guy)
53 * Debian packaging files (Olivier)
54 * NFS readdir* segfault fix (Uwe)
55 * file_seek() fix (Guy)
56 * "struct timeval"/"struct bpf_timeval" fix (Guy)
57 * TFTP Option Extension (RFC 2347) support (Craig Newell)
58 * Menu fixes (Gilbert)
59 * PPP sequence number fix (Gilbert)
60 * Support for NetXRay WAN traces (Gilbert)
61 * X.25 fix (Guy)
62 * TCP Follow EBCDIC toggle fix (Gilbert)
63 * New get_home_dir() function for HOME env var (Gilbert, Guy)
64 * Additional NLPIDs (Guy)
65 * New "ethereal_static" make target (Nathan)
66 * Capture window close button fix (Nathan)
67 * Plugin directory symlink scanning fix (Olivier)
68 * Add SNMP trap port to udp dissector (Guy)
69
70 Overview of changes in Ethereal 0.8.2:
71 * Add editcap as standard install target (Guy)
72 * Add manpage for editcap (Guy)
73 * GUI code movement (Guy)
74 * Read-only Win32 support (Gilbert, Guy)
75 * L2TP updates (Laurent Cazalet, Thomas Parvais)
76 * select() workaround for Linux libpcap bug (Guy)
77 * Cisco CDP fixes (Guy)
78 * Hex dump option in TCP Stream window (Olivier)
79 * Assorted frame numbering fixes (Guy)
80 * Filterable RTSP fields (Jason)
81 * X.25-over-Ethernet support, perhaps (Guy)
82 * Export and usage of NLPID values (Guy)
83 * zlib fix for {Free,Open,Net}BSD (Guy, Itojun)
84 * Add tethereal and manpage (Guy)
85 * Doc updates (Guy, Gilbert)
86 * Fix type in hex printing in netbios (Gerald)
87 * Work around RedHat 6.1 libpcap filter "feature" (Gerald)
88 * Fix alignment issues (Guy)
89 * Tethereal mods (Nathan)
90 * Use gmodule for dynamic linking instead of libltdl (Gilbert)
91 * Build fixes (Guy)
92 * Plugins in tethereal (Olivier)
93 * Editcap mods (Richard)
94 * Change code to use strchr() instead of index() (Guy)
95 * Change code to use strrchr() instead of rindex() (Guy)
96 * Pop-up menus with right-clicks (Jerry Talkington)
97 * Packet scrolling option in capture dialogue window (Guy)
98 * Full NFSv3 support (Uwe)
99 * Fix byte-order and alignment problems in PPTP
100         (Thomas Quinot, Debian bug 55347)
101 * Support for both HP-UX 9.04 and HP-UX 10.20 nettl files (Olivier)
102 * "Inactive Subset" in ISO 8473 CLNP (Gerrit Gehnen)
103 * Vines update (Joerg)
104 * tm_mon fix (Guy)
105 * New proto_item_set_text() and proto_tree_add_notext() functions (Guy)
106 * New functionality in dissect_rpc_string() (Guy)
107 * CDP fixes (Paul Ionescu)
108 * packet_info and ethernet changes (Guy)
109 * LLC updates (Guy)
110 * Flag for IPv4 TOS field/DiffServ field (Heikki Vatiainen)
111 * Cisco ISL support (Guy)
112 * Workaround for GTK+-1.2.[3-6] text widget bug (Gerald)
113 * Menu updates and fixes (Gerald, Gilbert, Guy, henceforth "3G")
114 * Parse multiple COMMUNITIES value in BGP (Itojun)
115
116 Overview of changes in Ethereal 0.8.1:
117 * Fix mulitiple-selection bug in packet list (Gilbert)
118 * Check for libtool and libtool version (Guy)
119 * Toshiba file reader handles relative dates (Gilbert)
120 * File|Open dialogue box directory hack (Gilbert)
121 * Modify appearance of lines and expanders in GUI proto tree (Gilbert)
122 * Make code ANSI-C compliant and other build fixes (Guy)
123 * Fix side effects of using GtkCTree and GTK_SELECTION_BROWSE (Guy)
124 * Abstract out some of the menu code from the GUI routines (Guy)
125 * Re-arrange some GUI code (Guy)
126 * "Default" button for resetting plugin filter string (Olivier)
127 * Plugin status save/restore (Olivier)
128 * Add notes about sniffing VMware connections (Gilbert)
129 * Add focus for "Find Frame" and "Go to Frame" (Guy)
130 * Reconcile differences in integer size used for ports
131         in conversation code and packet_info code (Gilbert)
132 * Empty string capture filters for libpcap craziness (Gerald, Guy)
133 * Manpage updates (Guy)
134 * Print packets as multiple pages of PostScript (Guy)
135 * Fix "Follow TCP Stream" print function (Guy)
136 * Avoid segfault in SMB reported by
137         Aaron Bush <abush@microcenter.com> (Gilbert)
138 * L2TP support (John Thomes)
139 * Allow printing during capturing
140
141 Overview of changes in Ethereal 0.8.0:
142 * RPC and NFS updates, complete NFSv2 support (Uwe, Gilbert)
143 * Initial TNS support (Nathan)
144 * Documenatation and distribution updates (Gilbert, Guy, Itojun, Gerald)
145 * SMB fixes (Gilbert, Richard, Olivier, Greg Kilfoyle)
146 * Color preference fixes and updates (Guy)
147 * NetBIOS fixes (Guy)
148 * IPX fixes and updates (Guy, Nathan)
149 * Capture/file save facility updates (Guy)
150 * Add IPX stats to capture window (Gilbert)
151 * Appropriately enable/disable the "follow" menu item (Florian)
152 * ICQ fixes from Guy and Kojak (Guy)
153 * Add Christopher McAvaney's format_text() fix (Guy)
154 * Stream window color prefs (Gerald)
155 * Myriad GUI fixes and enhancements (Gilbert, Guy)
156 * RADIUS fixes thanks to Arni Raghu <arni@caip.rutgers.edu> (Gilbert)
157 * VLAN updates (Nathan)
158 * Byte view fixes (Nathan)
159 * Initial TACACS+/XTACACS support (Nathan)
160 * Multiple file format capability in wiretap and Ethereal (including Snoop,
161   Netmon 1.x, Sniffer, Netxray, and various flavors of libpcap)
162   (Guy, Olivier, Nathan)
163 * Added editcap to the distribution (Richard)
164 * Enhancements to wiretap's file output capabilities (Guy)
165 * Add our own SNMP PDU dissector; other SNMP fixes and updates (Guy)
166 * ASN.1 code added; used by SNMP dissector, and available for other use
167   by other dissectors (Guy)
168 * LLC/SNAP fixes and updates (Guy, Nathan)
169 * NTP fixes (Guy, Gerald)
170 * ISAKMP updates from Dave Chapeskie (Guy)
171 * Reduced dependency on "global.h" (Gilbert, Guy)
172 * HTTP updates from Jerry Talkington (Guy)
173 * Added IRC dissector (Nathan)
174 * DNS updates (Nathan)
175 * Added James Coe's patch(es) to add SRVLOC and NCP-over-IP support (Guy)
176 * CLI fixes and enhancements (Guy)
177 * ARP improvements (Nathan)
178 * Capture length fixes for IRIX (Guy)
179 * BGP updates from Greg Hankins, and other BGP fixes (Itojun)
180 * Added Philip Gladstone <philip@raptor.com>'s patch to check IP header
181   checksum (Gilbert)
182 * GRE updates, merged code from Jerry Talkington (Guy)
183 * AppleTalk updates, including NBP and RTMP dissectors (Nathan, Guy)
184 * Initial LDAP support (Nathan)
185 * X.25 updates (Olivier)
186 * Plugin support (Olivier)
187 * Fixes for packet-ip.c (Guy, Gilbert)
188 * Jerry Talkington's patch to move filter prefs to their own dialog (Guy)
189 * Fixes for RedHat's modified version of libpcap (Guy)
190 * WCCP dissector from Jerry Talkington (Guy)
191 * rwho/rwhod/ruptime support added (Gilbert)
192 * Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap module
193   and V.120 decoder (Gilbert, Guy)
194 * RSVP fixes (Gilbert)
195 * NCP fixes and updates, other fixes from James Coe (Nathan, Guy)
196 * Q.931 updates from Bert Driehuis (Guy)
197 * ISDN4BSD updates (Guy)
198 * Support for ISIS thanks to Stuart Stanley (Guy)
199 * Support for Dearborn Group Technology's Gryphon as a plugin (Gilbert)
200 * Win32 port updates (Guy)
201 * LPD segfault fixes reported by Gregor Glomm (Gilbert)
202 * GUI page added to preferences (Gilbert)
203 * Libtool integrated with the distribution (Gerald, Guy, Itojun)
204 * OUI updates (Guy)
205 * Summary-dialog-on-empty-capture segfault bug squished (Guy)
206
207 Overview of changes in Ethereal 0.7.9:
208 * Compilation warning fix (Guy)
209 * Updates to Q.931 (Guy)
210 * Updates to Q.2931 (Guy)
211 * Display filter widget uses GtkCombo (Gerald)
212 * Added SNMP over Ethernet (Gilbert)
213 * Small changes to display filters from tcp follow and match selected (Gilbert)
214 * Fix problem and update SMB (Richard)
215 * Update portmap (Uwe)
216 * Update NFS (Uwe)
217 * Support for iptrace 1.0 files (Gilbert; thanks to
218         Florian Lohoff <flo@rfc822.org> for sample trace files)
219 * Update support for netmon 2.0 files (Guy)
220 * Updates to ATM (Guy)
221 * Updates to ARP (Guy)
222 * Updates to DNS (Guy)
223 * Support for both PPP and LAPB as WAN links in NG Sniffer files (Guy)
224 * Colorize TCP streams (Gerald)
225 * Make autoconf check for correct contents of libz library (Guy)
226 * Updates to About box (Guy, Gilbert)
227
228 Overview of changes in Ethereal 0.7.8:
229 * Added RPC and NFS (Uwe)
230 * Added IGRP/EIGRP (Don)
231 * "Print" button in TCP Follow window (Warren Young)
232 * BGP enhancemnets (Itojun, Greg)
233 * Wiretap support for Toshiba ISDN router traces (Gilbert)
234 * More filterable fields (Guy, Laurent)
235 * AIX and IBM C compiler fixes (Craig Rodrigues)
236 * General fixes (Guy)
237 * LPD dissector segfault fix (Gilbert)
238 * ICQ update (Kojak)
239 * VLAN update (Nathan)
240 * "Find Frame" function (Guy)
241 * Support for newer libpcaps, and broken RH 6.1 libpcap (Guy)
242 * DNS update (Brian J. Murrell), and similar NBNS update (Guy)
243 * More DNS updates (Guy)
244 * "Go to frame" function (Guy)
245 * Added IMAP (Nathan)
246 * Added various RPC stubs (Nathan)
247 * Added portmap (Nathan)
248 * Added LAPD (Gilbert, Guy)
249 * LLC fix (Guy)
250 * Added Q.931 (Guy)
251 * SMB updates and segfault fixes (Richard)
252 * Added bootparams (Nathan)
253 * Added ypserv (Nathan)
254 * Conversation code fix (Guy)
255 * Added mount and stat (Nathan)
256 * Added MAPI (Nathan)
257 * IPv4 address comparison and subnet testing in display filters (Gilbert)
258 * Added NLM (Uwe)
259 * More IPX SAP types (Nathan)
260 * Automatic ETT_* enum number registration (Guy)
261 * Added SAP (Session Announcement Protocol) (Heikki)
262 * Wiretap support for ATM iptrace files (Guy, Gilbert)
263 * OSPF fix (Heikki)
264 * General routines for registration of "init" routines (Guy)
265 * Added ILMI (SNMP over ATM AAL5) (Guy)
266 * Added SSCOP (Guy)
267 * Added Q.2931 (Guy)
268 * "Match selected" produces display filters with field names (Gilbert)
269 * IPX packet summary resolves IPX network names and MAC addresses (Gilbert)
270 * POP fixes (Heikki)
271 * Added VRRP (Heikki)
272 * Display filter "Reset" button (Laurent)
273 * Added HSRP (Heikki)
274 * SNA packets show hex dump with EBCDIC converted to ASCII (Gilbert)
275 * Added Cisco Auto-RP (Heikki)
276
277 Overview of changes in Ethereal 0.7.7:
278 * Check header length in IP header (Guy)
279 * Fix printf formats in packet-rx.c (Guy)
280 * NTP changes (Tomislav Vujec)
281 * Add conversation mechanism and generalize net/datalink address storage (Guy)
282 * Fix ipproto.c bug (Guy)
283 * Removed erroneous assert in packet-sna.c (Gilbert)
284 * Support for Appletalk DDP, Banyan Vines, and SNA FID type 4 addresses
285         in "address" type code (Guy)
286 * Fixes for Appletalk and Vines (Guy)
287 * Add ICQ dissector (Kojak)
288 * Remove compilation warnings in packet-snmp.c (Tomislav)
289 * Remove compilation warnings from packet-smb.c (Richard)
290 * Add make-reg-dotc to let non-GNU makes work. (Guy)
291 * Fix AIX compilation (Guy, Gilbert)
292 * Fix autoconf weird-path problem (Guy)
293
294 Overview of changes in Ethereal 0.7.6:
295 * Fix xdlc bug (Guy, Gilbert)
296 * Add name resolution option to GUI. (Laurent)
297 * Fix LLC bug (Guy)
298 * Display filter bug fixes
299         Santeri Paavolainen <santtu@ssh.fi>
300         Dewi Morgan <dewim@sco.com>
301         (Gilbert)
302 * Print changes (Guy)
303 * NG Sniffer FDDI time unit fix (Guy)
304 * Fixes for SINIX (Uwe Girlich)
305 * Lots of fork/sync fixes (Guy)
306 * Add filename to Capture dialog box (Guy)
307 * New display filters for many protocols
308         (Laurent... the man!)
309 * Check for bad packet lengths in many protocols
310         (Laurent, Gilbert, Guy)
311 * More SMB fields and fixes (Richard, Guy)
312 * NBNS fix (Richard)
313 * POP fix (Laurent)
314 * Fix behavior for bad color filters (Gilbert)
315 * Default colors for color wheel (Santeri Paavolainen <santtu@ssh.fi>)
316 * ZLIB error messages (Guy)
317 * Display filter byte-string syntax additions (Gilbert)
318 * IPv6 proto_tree and display filter support (Lareunt, Jun-ichiro)
319 * Added info to protocol registration (Gilbert)
320 * Added signed integer support to display filters (Phil Techau)
321 * IPv6 fixes (Jun-ichiro)
322 * ASCII/EBCDIC conversion in TCP Follow window (Gilbert)
323 * Add DOUBLE filtering to display filters (Gilbert)
324 * OSPF fix to dissect MD5 field (Tony Hard <thart@avici.com>
325 * Automated method of finding proto_register functions (Guy)
326 * Wiretap support for nettl (HP-UX trace tool) (Olivier)
327 * Added BPDU (Christophe Tronche)
328 * Added SNA (Gilbert)
329 * Added RIPng, PIM (Jun-ichiro)
330 * Added Yahoo messager and pager protocols (Nathan)
331 * Added NTP (Nathan)
332 * Added BGP (Jun-ichiro)
333 * Added AFS, RX (Nathan)
334 * Addef VLAN (802.1q) (Nathan)
335
336 Overview of changes in Ethereal 0.7.5:
337 * Fixed bug when reading files on FreeBSD (Guy)
338 * Fixed compilation bug when disabling zlib on FreeBSD (Guy)
339
340 Overview of changes in Ethereal 0.7.4:
341 * Fixed Radcom file reader in wiretap (Olivier)
342 * Add "--with-ucdsnmp" to autoconf (Bert Driehuis <driehuis@playbeing.org>)
343 * Fix snoop reader for Solaris seek problem (Guy)
344 * NetBIOS and NBIPX updates (Guy)
345 * Capture dialogue changes (Guy, Laurent)
346 * Movement of GTK files to subdirectory (Gilbert, Guy)
347 * Wiretap support for Lucent/Ascent WAN router traces (Gerald)
348 * Added dissector for Internet Cache Protocol (Peter Torvals)
349 * Added dissector for Internet Printing Protocol (Guy)
350 * Show the IP flags as 4 bits (Daniel Ryde <ryde@tripnet.se>)
351 * Changed usage of FT_BOOLEAN (Gilbert)
352 * Fixed bugs with short packets and eth, tr, and fddi (Gilbert, Guy)
353 * Fix for IPX SAP types (Mark H. Wood <mwood@IUPUI.edu>)
354 * TRMAC now uses dfilter variables (Gilbert)
355 * randpkt added; produces trace file of random packets (Gilbert)
356 * New helper macros in packet.h (Guy)
357 * x.25 and lapb fixes (Olivier)
358 * Wiretap compilation fixes (Laurent)
359 * OSI fixes; CLNP now uses dfilter variables (Laurent)
360 * New Collapse/Expand All function (Laurent)
361 * Enhanced printing options (Guy)
362 * zlib support for compress trace files (Ashok)
363 * Fix ICMP timestamp dissection (Dirk Bonne <dirk@out1.mx.skynet.be>)
364
365 Overview of changes in Ethereal 0.7.3:
366 * Fixed bug in RSVP, added RSVP+ support (Ashok)
367 * Fixed bug in display filter parsing (Gilbert)
368 * Allow compilation from different directory
369         (Brad, <brad@openbsd.org>)
370 * Packet colorization (John)
371 * Updated RSVP decoder (Ashok)
372 * Fixed Token-Ring for more Linux 2.0 drivers
373         (Tom Gallagher <Tom.Gallagher@madge.com>)
374 * Change to usage of boolean fields in display filters (Gilbert)
375 * Optimized GTKClist (Guy)
376 * Optimized wiretap/ethereal interaction (Guy)
377 * Handle NBNS continuations (Richard)
378 * Started ATM support (Guy)
379 * Enhanced user-friendliness via default behaviors and error messages
380         (Guy, Gilbert)
381 * Fixed ICMP/IGMP checksums (Richard Jørgensen <ric@tbit.dk>)
382 * Removed security-related race-condition when capturing (Guy)
383 * Lots and lots o' misc. fixes (Guy)
384
385 Overview of changes in Ethereal 0.7.2:
386 * Another memory leak fix (Jochen)
387 * Allow compilation from different directory (Laurent, Gilbert)
388 * -R flag for on command line, applied when reading a capture file (Jochen)
389 * Updated docs (Guy)
390 * Handles ICMP Unreachable|Frag Required (John)
391 * NetBEUI support (Jeff, Guy)
392 * Fix for Token-Ring RIF display (Gilbert)
393 * Dramatically decreased file-load time (Guy)
394 * Fixed -S option timeout handling (Laurent)
395
396 Overview of changes in Ethereal 0.7.1:
397 * Fixed big memory leaks in dfilter code (Guy)
398 * Enhanced xdlc, llc, and x25 (Guy, Olivier)
399 * Made glossary-dump option not initialize X11 (Guy)
400 * Fixed logical operands in dfilter code (Gilbert)
401 * Added progress bar to display filter (Gilbert)
402 * -S option fix (Laurent)
403
404 Overview of changes in Ethereal 0.7.0:
405 * Addition of RTSP and SDP dissectors (Jason)
406 * New proto_tree and display filter system (Gilbert)
407 * Updated SMB suport (Richard)
408 * RADIUS dissector added (Johan)
409 * Display filter text-entry does auto-reload (Guy)
410 * Now compiles on Win32 (Gilbert)
411 * Removed support for GTK+-1.[01].x (Gilbert)
412 * Column re-sizing changes (Guy)
413 * Linux ATM Classical IP support (Theirry)
414 * X.25 support in wiretap iptrace routine (Olivier)
415 * Wiretap fix for "-S" ethereal option (Laurent)
416 * LAPB and X.25 dissectors added (Olivier)
417 * FreeBSD compilation cleanups (Bill Fumerola,
418         <billf@jade.chc-chimes.com>)
419 * Ability to print all packets at once (Guy)
420
421 Overview of changes in Ethereal 0.6.3:
422 * Capture dialogue window data bug-fix (Guy)
423 * PPPoE (PPP over Ethernet) added (Jeff Jahr)
424 * ISAKMP, GRE, PPTP added (Brad Robel-Forrest)
425 * RSVP added (Ashok Narayanan)
426 * Summary dialogue added (Aaron Hillegass)
427 * Match Selected GUI added (Ashok Narayanan)
428 * Display Option GUI allows change of Time column (Guy)
429 * GTK 1.[12] bug fix (Gilbert)
430 * Code clean up (Guy)
431 * strerror() added for platforms that don't have it (Guy)
432
433 Overview of changes in Ethereal 0.6.2:
434 * Almost-real-time capture and display (John, Laurent)
435 * Initial support for SMB (Richard)
436 * Initial support for SNMP (Didier, Gilbert)
437 * Wiretap now reads NetMon 2.0 file formats (Guy)
438
439 Overview of changes in Ethereal 0.6.1:
440 * Released because of packaging problem in 0.6.0
441 * Information about building on Tru64
442
443 Overview of changes in Ethereal 0.6.0:
444 * IPv6 support greatly improved (Jun-ichiro)
445 * IPsec added (Jun-ichiro)
446 * NCP code totally re-written (Gilbert)
447 * GTK dependencies removed from packet-*.c code (Gilbert)
448 * Captures now saved in temporary files (Gilbert)
449 * Statistics are more accurate during capture (Guy)
450 * TCP-follow bug fixed (Laurent)
451 * ANSI complieant bitfields for TCP and AATALK (Gilbert)
452 * Various time fields decoded better (Guy)
453 * NetBIOS Node types added to DHCP (Guy)
454 * Cisco Discovery Protocol updated (Hannes)
455 * DNS acronyms converted to English (Guy)
456 * FTP, TFTP, POP, and Telnet added (Richard)
457 * NNTP and HTTP added (Guy)
458 * NetBIOS Sessions over TCP added (Guy)
459 * NetBIOS Name Servic improved (Guy)
460 * IP field over-writing bug fixed (Hannes)
461 * Wiretap does some offline filtering (Gilbert)
462 * Wiretap now supports NetMon, NetXray, Sniffer Pro (Guy)
463
464 Overview of changes in Ethereal 0.5.1:
465 * Updated Vines support (Joerg Mayer)
466 * Bitfield decoding support (Guy)
467 * GTK+ 1.1/1.2 support (Gilbert, Gerald)
468 * Make TCP info more verbose (Gerald)
469 * Fix resize problems w/main window (Gerald)
470 * Fix time output (Gerald)
471 * Add support for AIX iptrace files to wiretap (Gilbert)
472
473 Overview of changes in Ethereal 0.5.0:
474 * Initial release of wiretap library (Gilbert)
475 * Sun C compiler fixes (Laurent)
476 * Enhanced PPP support (Guy)
477 * OMG CORBA GIOP/IIOP support (Laurent)
478 * Configurable columns (Gerald)
479 * Lots of other fixes and enhancements
480
481 Overview of changes in Ethereal 0.4.1:
482 * Copious amount of fixes (Guy)
483 * Minor fixes to the filter prefs dialog (Gerald)
484 * About box (Laurent)
485 * Initial NetBIOS Name Services support (Gilbert, Guy)
486 * Initial AppleTalk support (Simon Wilkinson)
487
488 Overview of changes in Ethereal 0.4.0:
489
490 * Lots of fixes from Guy Harris
491 * Preferences dialog (Gerald)
492 * OSPF updates (Hannes, Gerald)
493 * FDDI support (Laurent, Guy)
494 * Separate display and capture filters (Gerald)
495
496 Overview of changes in Ethereal 0.3.17:
497
498 * Ethernet manufacturer support (Laurent)
499 * Netware SAP support (Gilbert)
500 * Misc Netware/token ring fixes and enhancements (Gilbert)
501 * PPP fixes (Gerald)
502 * Null/loopback interface support (Gerald)
503
504 Overview of changes in Ethereal 0.3.16:
505
506 * Support for ISO/OSI CLNP & COTP (Laurent)
507 * Support for Banyan Vines (Don)
508 * TCP reconstruction support (Mike)
509
510 Overview of changes in Ethereal 0.3.15:
511
512 * OSPF fixes (Hannes)
513 * Preliminary IPv6 support (Hannes)
514 * Name resolution (Laurent)
515 * Font and help option (Laurent)
516 * Token ring fixes (Gilbert)
517 * DLT_RAW #define fixes (Laurent, Hannes and a few others)
518
519 Overview of changes in Ethereal 0.3.14:
520
521 * Added Laurent's fixes to pntoh[sl].
522 * RIP fixes (Laurent)
523 * Added Gilbert's BOOTP code.
524
525 Overview of changes in Ethereal 0.3.13:
526
527 * Made the tree items "sticky"
528 * Expanded the pntoh[sl] macros, fixed alignment problems with IPX code.
529 * Changes to packet-ppp and packet-raw
530
531 Overview of changes in Ethereal 0.3.12:
532
533 * RIP support (Hannes)
534 * LPR/LPD support (Gilbert)
535 * Changes to #includes to improve compatibility.
536
537 Overview of changes in Ethereal 0.3.11:
538
539 * Fixed a file capture bug.
540
541 Overview of changes in Ethereal 0.3.10:
542
543 * Fixed a Makefile bug with the new snprintf package.
544
545 Overview of changes in Ethereal 0.3.9:
546
547 * Switched to a different version of snprintf.c.
548 * Minor bug fixes.
549 * Fixes to Makefile.am.
550
551 Overview of changes in Ethereal 0.3.8:
552
553 * PostScript(R) output (Gilbert)
554 * More OSPF code (Hannes)
555 * Enhanced DNS (Bobo)
556
557 Overview of changes in Ethereal 0.3.7:
558
559 * Enhanced OSPF (Hannes)
560 * Fixed small bug in filter dialog.
561
562 Overview of changes in Ethereal 0.3.6:
563
564 * Added OSPF support, thanks to Hannes Boehm.
565 * Added -B, -P, and -T flags.
566
567 Overview of changes in Ethereal 0.3.5:
568
569 * Command line argument fixes/upgrades.
570 * Compatibility fixes.
571 * Initial pod/man page documentation.
572 * Miscellaneous changes to the way things are done in capture.c.
573 * Initial support for DNS and IGMP.
574
575 Overview of changes in Ethereal 0.3.4:
576
577 * Printer preferences dialog added (Gilbert)
578 * Misc fixes/upgrades.
579
580 Overview of changes in Ethereal 0.3.3:
581
582 * Added PPP support, thanks to Mike Hall.
583 * Added dialogs for errors/warnings.
584 * Support for the -r flag was added.
585 * Other minor fixes/upgrades.
586
587 Overview of changes in Ethereal 0.3.2:
588
589 * Misc bug fixes & minor enhancements.
590 * Added preliminary ICMP support
591 * Added preliminary printing support (Gilbert)
592
593 Overview of changes in Ethereal 0.3.1:
594
595 * Fixed bug that prevented capturing with a filter.
596 * Fixed misc. header problems.
597
598 Overview of changes in Ethereal 0.3.0:
599
600 * Initial support for filters.
601 * Fixes/enhancements for IPX and token ring (Gilbert).
602
603 Overview of changes in Ethereal 0.2.3:
604
605 * Added support for IPX, thanks to Gilbert.
606
607 Overview of changes in Ethereal 0.2.2:
608
609 * Added support for token ring, thanks to Gilbert Ramirez, Jr.
610
611 Overview of changes in Ethereal 0.2.1:
612
613 * Internal structs for ARP/RARP, IP, TCP, and UDP were created.  Trying to 
614   sort out which #includes were needed for each system was just too much of
615   a hassle.
616 * Added support for systems that don't have snprintf() and vsnprintf(), thanks
617   to Theo de Raadt.
618 * Minor changes to the README file.
619
620 Overview of changes in Ethereal 0.2.0:
621
622 * Initial public release.
623 * GNU autoconf-ified distribution
624 * Runs under Linux 2.0.x and Solaris 2.6.
625 * Requires GTK+ (1.0.1 tested) and libpcap (0.4a6 tested)
626 * For optimal results under Linux, the Karpski libpcap should be used.
627 * General documentation and a minimal web site have been prepared.