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