Move to version 0.8.11
[obnox/wireshark/wip.git] / NEWS
1 Overview of changes in Ethereal 0.8.11:
2 * Set locale in tethereal (Guy)
3 * Dialog box utility routines (Guy)
4 * Modal window fixes (Guy)
5 * GUI cleanups (Guy)
6 * Add support for preferences (Guy)
7 * IPv4 DiffServ is a preference (Guy)
8 * Add strcasecmp.c for those systems that need it, like SINIX-M (Uwe)
9 * BOOTP magic cookie fix, option-dissection fix (Guy)
10 * SNMPv3 fix for security model values 1 and 2 (Guy)
11 * Make AH payload dissection placement a preference (Gilbert)
12 * Timestamp display fix (Guy)
13 * CLNP TSAP fix (Guy)
14 * NFS filehandle dissection for ReliantUNIX and Linux nfsd/knfsd (Uwe)
15 * TCP summary info in protocol tree is an option (Gilbert)
16 * OSPF enhancements and fixes (Michael Rozhavsky)
17 * inet_aton()-related build fixes (Guy)
18 * UDP has heuristic dissector table, and uses it for RPC (Uwe)
19 * Dissection of RPCSEC_GSS credentials in ONC RPC (Dug Song)
20 * DNSSEC additions/name changes (Jakob Schlyter)
21 * Error message cleanups (Guy)
22 * DNS support for MS's WINS and WINS-R resource records (Guy)
23 * tvbuff-ication of H1 dissector, and response identifier display change
24         (Gerrit Gehnen)
25 * SCTP dissector (Michael.Tuexen@icn.siemens.de)
26 * Capture-window titlebar fix (Gilbert)
27 * Support for building SVR4 binary packages (Gerald)
28 * proto_tree/dfilter interaction change (Gilbert)
29 * Fix URL for libpcap (Guy)
30 * Improved autogen.sh script (Bruce Korb)
31 * Add "debian" target to Makefile (Olivier)
32 * Tethereal packet-count and new-line fix (Gilbert)
33 * SNMP "agent address" trap PDU display fix (Guy)
34 * Support for many more DHCP options (Jose Pedro Oliveira)
35 * Compiler-warning fixes in wiretap (Guy)
36 * Reset "visited" flag when rescanning a file (Gilbert)
37 * Add RPM and SRPM build targets (Gerald)
38 * Another shot at the undead libpcap monster fix (i.e., extra info
39         in headers for ss990915 libpcap) (Guy)
40 * Add aclocal-flags to fix build headaches (Guy)
41 * In proto_tree_add_item(), access tvbuff before adding anything to
42         proto_tree. (Gilbert)
43 * Add Quake 1 dissector (Uwe)
44 * GIOP dissector warns about unsupported GIOP versions (Gilbert)
45 * dfilter2pod build fix (Gilbert)
46 * Re-write of NCP dissector. Adds python to build. :) (Gilbert)
47 * Fix Edit->Filters...->Apply (Richard)
48 * Add DIAMETER dissector (David Frascone)
49 * Display TCP RST data as text, as per RFC 1122 (Guy, with tip o' hat
50         to Kevin Steves)
51 * Support for capturing from a pipe (FIFO or STDIN). (Olivier)
52 * Cross-platform build fixes (Guy)
53 * Fix directory-checking routines (Guy)
54 * Display filters now work on string types (Gilbert)
55 * Initial templates for decoding all 4 NLM protocol versions (Uwe)
56
57 Overview of changes in Ethereal 0.8.10:
58 * Code cleanup (Gilbert)
59 * Assign port 1052 to DDTP (Olivier)
60 * Add syslog dissector (Gerald)
61 * Build cleanup (Guy)
62 * X11 dissector (Christophe, Guy)
63 * RPC cleanup (Guy)
64 * tvbuffication (Olivier, Gilbert)
65 * Remove dead tos_str symbol (itojun)
66 * More manufacturer ether codes (Gaetan Soltesz <gaetan@cisco.com>)
67 * Support for capturing on Linux ATM interfaces (Mark Clayton)
68 * NG Sniffer file reading fixes (Joerg, Guy)
69 * Make 'tethereal -h' look similar to 'ethereal -h' (Joerg)
70 * Support for "Update list of packets in real time" on Win32 (Graham)
71 * Win32 makefile dependency fix (Graham)
72 * Fix for people who don't read the FAQ. I.e., fix for
73         calling snmp_set_full_objid(0 in packet-snmp.c (Guy)
74 * OSI fix (Guy)
75 * ISIS fix (Guy)
76 * AFS volume name display fix (Guy)
77 * tvbtest enhancements (Guy)
78 * Treat TCP follow temp file as binary, for Win32 (Guy)
79 * Read NetXRay 2.002 files (Joerg, Guy)
80 * Fix octet string buffer overflow in packet-snmp.c (Guy)
81 * asn1.c/packet-snmp.c code cleanup (Guy)
82 * Variable name ("cf"/"cfile") cleanup (Ben Fowler)
83 * GUI-code enhancements (Guy)
84 * Wiretap enhancements (Guy)
85 * Support for OSI CLTP (Guy)
86 * ISAKMP padding fix (Guy)
87 * GUI progress bar change (Guy)
88 * Debian build-file fix (Olivier)
89
90 Overview of changes in Ethereal 0.8.9:
91 * Timestamps in RTP summary column (Jason Lango)
92 * Fix build warnings (Ron Flory)
93 * Make our GtkCList sortable (Graham Bloice)
94 * Use F<> instead of B<> for files in man pages (Guy)
95 * Fix a type IP packet counter (Gerald)
96 * Build fixes (Gilbert, Guy)
97 * Rename "private" to "dump", to avoid C++ reserved word (Guy)
98 * Add tvbuff class and exceptions module (Gilbert, Guy)
99 * Convert dissectors to use tvbuffs (Gilbert, Olivier, Guy)
100 * Support ISAKMP Configuration Method (Yaniv Kaul)
101 * Fix tethereal/wiretap error-reporting bug (Gilbert)
102 * Add sample Makefile for regression testing (Gilbert)
103 * Dissect substring filters in packet-ldap.c (Guy)
104 * Fix wtap.h typo (Alan Harrison)
105 * Change usage of 'fd' in file.c (Ben Fowler)
106 * Fix endian bug in ngsniffer.c (Guy)
107 * Fix smb-pipe NetServEnum (Guy)
108 * Fix VTP to correctly add ipv4 address to proto_tree (Guy)
109 * cf->current_frame fix for correctly displaying GtkCList (Guy)
110 * SMUX and SNMPv3 support (Jochen Friedrich)
111 * Fix snmp-less build (Guy)
112 * Show Ethernet trailer (Gilbert)
113 * Old-style fixes for bounds checking (Guy, Gilbert)
114 * Make proto_tree_is_visible false more of the time (Guy)
115 * Support for GRE over IPX (Paul Ionescu)
116 * Move psuedo_header out of frame_data structure to save memory. Required
117         changes in wiretap, too. (Guy)
118 * Doco fixes (Guy)
119 * Mark DCHP packets as DHCP, using bootp.dhcp flag. (Paul Ionescu)
120 * Fix randpkt.c for new wtap_dump() (Gilbert)
121 * Correctly handle 0-length FT_BYTES (Gilbert)
122 * Header file fixes (Guy, Gilbert)
123 * SMUX-related fix (Guy)
124 * More wiretap zlib fixes (Guy)
125 * Detect Cisco and Novell type IPX packets (Paul Ionescu)
126 * Close the capture file descriptor (Mark Burton, Guy)
127 * More ISAKMP additions (Yaniv Kaul, Guy)
128 * Support for EIGRP over Appletalk and IPX (Paul Ionescu)
129 * Fix display of IP fragment (Scott Howard)
130 * Fix for Linux ISDN ippp devices (Gilbert)
131 * Change handling of capture_ppp() (Gilbert)
132 * SMB fixes (Mark Burton)
133 * Support for reading compressed Sniffer fils (Tim Farley, Joerg, Guy)
134 * GTK dialogue fixes (Guy)
135 * Incorporate gtkclist.c from GTK+ 1.2.8 (Guy)
136 * Initial SCTP support (Michael Tuexen)
137 * Support for Mobile IP dissection (Stefan Raab, Gilbert, Guy)
138 * Fix for X.25 dbit (Gilbert)
139 * Enable more dissector handoff tables (Guy)
140 * Win32 build enhancements (Graham Bloice)
141 * X.25 LCN display fix (Olivier)
142 * C/C++ typedef fixes (Guy, Andreas Sikkema)
143 * Change proto_tree_add_*() calls to find more errors at compile time (Guy)
144 * Fix plugin function pointer table (Gilbert)
145 * Add "Enable name resolution" check box to File Open dialogue (Gilbert)
146 * Fix RSVP for Resv Tear Confirm message (Gilbert)
147 * Show ICMP sequence number as two bytes instead of integer of unknown-endianness (Gilbert)
148 * Add gtk_set_locale() to main (Kaoru Kusunoki)
149 * Make dissect_ah() use dissector handoff tables (Gilbert)
150 * Fix L2TP dissector to call dissect_ppp() (Gilbert)
151 * Support for COPS (Heikki)
152
153 Overview of changes in Ethereal 0.8.8:
154 * Implement dissector tables for various protocols (Gilbert, Guy)
155 * Add "visited" flag to each frame (Gilbert, Guy)
156 * Renamed the DHIS protocol to DDTP (Olivier)
157 * Change win32 port to build as a Windows (non-console) program (Guy)
158 * Improved display of FTP data (Richard)
159 * Add icon and resource for Win32 ethereal (Graham Bloice)
160 * OSI fix (Guy)
161 * Wiretap code cleanup (Guy)
162 * Updates to OSI CLNP, CLTP, ISIS. Added OSI ESIS (Ralf Schneider)
163 * Per-frame data allocation (Richard)
164 * Update NCP code to use conversation types (Guy)
165 * Fix checksum option decoding in CC/CR TPDU in CLNP dissector (Laurent)
166 * Detect compressed A/C PPP fields (Greg Kilfoyle)
167 * Support for decoding MS Proxy protocol (Jeff Foster)
168 * Fragmented IPv6 fix (Guy)
169 * Fixes to LPD dissector (Matthijs Melchior <mmelchior@lucent.com>)
170 * Support for RTCP and RTP (Jason Lango)
171 * RTSP fixes (Guy)
172 * IPv4 dissector and doco fix (Ben Fowler <wapdev@leedsnet.com>)
173 * Add proto_tree_add_int_format() (Gilbert)
174 * Support IPv6 name resolution A6 packet (itojun)
175 * Support AD and CD bit in RFC2535 section 6 (itojun)
176 * Add "-s" to editcap (Guy)
177 * Print spaces as spaces in hex dump pane (Gilbert, Guy)
178 * Don't dissect encrypted payload in ISAKMP packet (Guy)
179 * SINEC H1 fixes (Gerrit Gehnen)
180 * Plugin fixes (Gerrit Gehnen)
181 * Win32 build fixes (Graham Bloice)
182 * Doco updates (Guy)
183 * Menu fixes (Guy)
184 * Dialogue window helper functions (Guy)
185 * GUI button-creation functions (Guy)
186 * Speedups in token-ring dissector (Gilbert)
187 * Registration of lists of "heuristic" dissectors (Guy)
188 * Ethereal child process error-handling (Guy)
189 * Fix problems with dialogue windows popping up multiple times (Guy)
190
191 Overview of changes in Ethereal 0.8.7:
192 * Small memleak in "Find Frame" plugged (Guy)
193 * Correct behavior for stopping frame search (Guy)
194 * RPM spec file fix (Patrick Higgins <phiggins@transzap.com>)
195 * Disable "Update list of packets in real time" and
196         "Automatic scrolling in live capture" for Win32 (Gilbert)
197 * Avoid using zero-length arrays in packet-rsvp.c (Guy)
198 * Add wtap_read() func to wtap.c (Richard, Guy)
199 * Update to SMB Browse (Richard)
200 * Rlogin dissector (Jeff Foster)
201 * Re-arrange dissector_add() calls and make some dissectors static
202         for dissectors under TCP and UDP (Guy)
203 * Remove unused value_string in packet-llc.c (Guy)
204 * Add DOCSIS BPDU (Johannes Hennecke <Johannes.Hennecke@elsa.de>)
205 * Separate variables for "File|Open" and "File|Save [As]" (Guy)
206 * BGP confederations support (Greg Hankins)
207 * Correct display of FT_BOOLEANs inside bitfields (Gilbert)
208 * Catch loops in DNS names. Avoids zlip DNS DoS exploit (Guy)
209 * Compile tethereal and editcap for Win32 (Gilbert)
210 * Support CIFS-over-TCP w/o NBSS (Mark Muhlestein)
211 * .cvsignore updates (Ben Fowler)
212 * Add SOCKS[45] dissector, plus changes to conversation.c (Jeff Foster)
213 * Fix int size for I and S LLC frames. (Guy)
214 * Update packet-osi.c [CLNP] (Guy)
215 * Update packet-isis.c (Guy)
216 * Fix typo in packet-h1.c (Guy)
217 * Update Win32 doco (Guy)
218 * Fix null filter string display in summary dialogue (Guy)
219
220 Overview of changes in Ethereal 0.8.6:
221 * L2TP spelling fix (Florian)
222 * RADIUS update (Florian)
223 * LDAP build fix (Guy)
224 * Fix for not being able to capture more than once in a session (Guy)
225 * Developers' doc update (Guy)
226 * Build fixes (Guy)
227
228 Overview of changes in Ethereal 0.8.5:
229 * Fix for reading Toshiba ISDN router trace files (Gilbert)
230 * Fix proto_* calls in various dissectors (Guy, Gilbert)
231 * Fix offset in packet-ipp.c (Guy)
232 * Documentation updates (Guy, Olivier)
233 * Another iteration of the frame_data pointer/GtkCList headache (Guy)
234 * Support for DUMP and EXPORT replies in packet-mount.c (Uwe)
235 * Support for MPLS (Ashok)
236 * RSVP fixes (Guy)
237 * Fix TCP Stream (Guy)
238 * Break proto_tree_add* functions into many more (Gilbert, Guy)
239 * Win32 version uses HOMEDRIVE and HOMEPATH instead of HOME (Guy)
240 * More *BSD zlib fixes (Guy)
241 * Fix to handle SNMPv2 TRAP PDUs (Dietmar Petras)
242 * Fix SNMP (Guy)
243 * Fix "Find Frame"/"Go To Frame" dialogue boxes (Guy)
244 * Plugin API fixes (Guy)
245 * LAPB update (Olivier)
246 * EIGRP update (Guy)
247 * V120 update (Guy)
248 * RADIUS changes (Florian Lohoff)
249 * Add new filterable fields to eth, tr, fddi, isl (Jeff Foster, Gilbert)
250 * Add Novell option decoding (Fredrik Sorensson <fsn@volvo.se>>
251 * More proto- and dfilter- assertions (Gilbert, Ben Fowler <wapdev@leedsnet.com>)
252 * Fix IPv6 fragment handling (Jochen Friedrich)
253 * DNS update (Guy, Itojun)
254 * IPv4 udpate (Guy)
255 * Enable capturing in Win32 (Paul Welchinski)
256 * Fix for SMB (Andreas Sikkema)
257 * Wiretap update; fix for Netmon reader (Guy)
258 * L2TP fixes (Florian Lohoff)
259 * NFS update (Guy)
260 * Telnet update (Guy)
261 * Per-frame proto data (Richard)
262 * ASN.1 update (Guy)
263 * PPP over GRE fix (Gilbert)
264 * ISIS-HELLO fix (Ralf Schneider)
265 * Display filter string length fix (Ralf Schneider)
266 * Re-work of LDAP dissector (Doug Nazar)
267 * Win32 file-save fix (Andreas Sikkema)
268 * Add getopt routine for Win32 (Gilbert)
269 * BGP route reflection support (Greg Hankins <gregh@twoguys.org>)
270 * BOOTP fix (Michael Johnston)
271 * Lex build fix (Guy)
272 * Remove extra menu entries for "Find Frame" and "Go To Frame" (Guy)
273 * Wiretrace's iptrace reader now reads IBM SP switch traces (Jochen Friedrich)
274 * HP-UX build fix (Guy)
275 * Plugin update (Olivier)
276 * Summary dialogue window fix (Guy)
277 * Ethereal exit logic re-org (Guy)
278 * Filter dialogue re-org (Guy)
279 * Use GMemChunk for frame_data structs (Guy)
280 * Allow registration of protocol handoffs (Jeff Foster, Guy)
281 * Win32 build fix for new WinPcap library (Guy)
282
283 Overview of changes in Ethereal 0.8.4:
284 * Listen for exception on GDK_INPUT_EXCEPTION on sync pipe (Gilbert)
285 * Correct timestamp bug in dissect_ipopt_timestamp() (Paul Ionescu, Olivier)
286 * Win32 fixes (Ed Meaney)
287 * Fix PLUGIN_DIR scanning (Olivier)
288 * Support for Cisco Group Management Protocol (Guy)
289 * Allow filtering on 24-bit integral fields (Guy)
290 * Support for Cisco's Virtual Trunking Protocol (guy)
291 * Enable plugins on Win32 (Gilbert)
292 * Debian packaging changes (Olivier)
293 * Win32 build fix (Gilbert)
294 * Fix bug in tftp (Dietmar Petras)
295 * Support for Time Protocol (Dietmar)
296 * Support for win32 libpcap (Ed Meaney)
297 * Typo in Makefile.am (Sean Walmsley <sean.p.walmsley@Hydro.ON.CA>)
298 * Build fix, plus suport for setuid ethereal [DANGEROUS!]
299         (Peter Kjellerstedt <peter.kjellerstedt@axis.com>)
300 * Typo fix in OSPF (Nick Amato)
301 * Code movement (Guy)
302 * NetBSD zlib build fix (Itojun, Guy)
303 * Misc. code fixes (Guy)
304 * Win32 fixes (Guy)
305 * Support for SMB Mailslot and Netlogin (Jeff Foster)
306 * BOOTP fix (Dietmar Petras)
307 * "A header file for every dissector" (Gilbert)
308 * Fix NetBIOS name types (Richard)
309 * Allow for non-"struct timeval" in tethereal (Gilbert)
310 * Upgrade gtkclist.c to GTK+-1.2.7 (Gilbert)
311 * Support raw IP nettl captures (Olivier)
312 * Fix X.25 data structure initialization (Olivier, Guy)
313 * New WTAP error code: WTAP_ERR_UNSUPPORTED_ENCAP (Guy)
314 * LanMan fix (Richard)
315 * Doco updates (Guy)
316 * Fix for UCD SNMP 4.1.x
317 * "Resolve Name" item in proto tree popup (Laurent)
318 * Buffer fix (Guy)
319 * SMB Logon fix (Richard, Jeff Foster)
320 * Tethereal fix for multi-arg filters on command line (Guy)
321 * Fix HTTP request and response (Laurent)
322 * Support for Dynamic Host Information Services (Olivier)
323 * Add TCP segment length to TCP packet summary (Fred Reimer)
324 * Pop up single packet's proto tree in new window (Jeff Foster, Guy)
325 * Developer's README, finally! (James Coe, Guy, Jeff Foster, Gilbert)
326 * Support for HP-UX 11 nettl files (Olivier)
327 * Make scrollbar placement option ubiquitous (Guy)
328 * Support for Sinec H1 protocol (Gerrit Gehnen)
329 * Show version number resource in COTP (Gerrit Gehnen)
330
331 Overview of changes in Ethereal 0.8.3:
332 * Win32 path delimiter fixes (Guy)
333 * clnp fix (Guy)
334 * tethereal initialization fix (Guy)
335 * Debian packaging files (Olivier)
336 * NFS readdir* segfault fix (Uwe)
337 * file_seek() fix (Guy)
338 * "struct timeval"/"struct bpf_timeval" fix (Guy)
339 * TFTP Option Extension (RFC 2347) support (Craig Newell)
340 * Menu fixes (Gilbert)
341 * PPP sequence number fix (Gilbert)
342 * Support for NetXRay WAN traces (Gilbert)
343 * X.25 fix (Guy)
344 * TCP Follow EBCDIC toggle fix (Gilbert)
345 * New get_home_dir() function for HOME env var (Gilbert, Guy)
346 * Additional NLPIDs (Guy)
347 * New "ethereal_static" make target (Nathan)
348 * Capture window close button fix (Nathan)
349 * Plugin directory symlink scanning fix (Olivier)
350 * Add SNMP trap port to udp dissector (Guy)
351
352 Overview of changes in Ethereal 0.8.2:
353 * Add editcap as standard install target (Guy)
354 * Add manpage for editcap (Guy)
355 * GUI code movement (Guy)
356 * Read-only Win32 support (Gilbert, Guy)
357 * L2TP updates (Laurent Cazalet, Thomas Parvais)
358 * select() workaround for Linux libpcap bug (Guy)
359 * Cisco CDP fixes (Guy)
360 * Hex dump option in TCP Stream window (Olivier)
361 * Assorted frame numbering fixes (Guy)
362 * Filterable RTSP fields (Jason)
363 * X.25-over-Ethernet support, perhaps (Guy)
364 * Export and usage of NLPID values (Guy)
365 * zlib fix for {Free,Open,Net}BSD (Guy, Itojun)
366 * Add tethereal and manpage (Guy)
367 * Doc updates (Guy, Gilbert)
368 * Fix type in hex printing in netbios (Gerald)
369 * Work around RedHat 6.1 libpcap filter "feature" (Gerald)
370 * Fix alignment issues (Guy)
371 * Tethereal mods (Nathan)
372 * Use gmodule for dynamic linking instead of libltdl (Gilbert)
373 * Build fixes (Guy)
374 * Plugins in tethereal (Olivier)
375 * Editcap mods (Richard)
376 * Change code to use strchr() instead of index() (Guy)
377 * Change code to use strrchr() instead of rindex() (Guy)
378 * Pop-up menus with right-clicks (Jerry Talkington)
379 * Packet scrolling option in capture dialogue window (Guy)
380 * Full NFSv3 support (Uwe)
381 * Fix byte-order and alignment problems in PPTP
382         (Thomas Quinot, Debian bug 55347)
383 * Support for both HP-UX 9.04 and HP-UX 10.20 nettl files (Olivier)
384 * "Inactive Subset" in ISO 8473 CLNP (Gerrit Gehnen)
385 * Vines update (Joerg)
386 * tm_mon fix (Guy)
387 * New proto_item_set_text() and proto_tree_add_notext() functions (Guy)
388 * New functionality in dissect_rpc_string() (Guy)
389 * CDP fixes (Paul Ionescu)
390 * packet_info and ethernet changes (Guy)
391 * LLC updates (Guy)
392 * Flag for IPv4 TOS field/DiffServ field (Heikki Vatiainen)
393 * Cisco ISL support (Guy)
394 * Workaround for GTK+-1.2.[3-6] text widget bug (Gerald)
395 * Menu updates and fixes (Gerald, Gilbert, Guy, henceforth "3G")
396 * Parse multiple COMMUNITIES value in BGP (Itojun)
397
398 Overview of changes in Ethereal 0.8.1:
399 * Fix mulitiple-selection bug in packet list (Gilbert)
400 * Check for libtool and libtool version (Guy)
401 * Toshiba file reader handles relative dates (Gilbert)
402 * File|Open dialogue box directory hack (Gilbert)
403 * Modify appearance of lines and expanders in GUI proto tree (Gilbert)
404 * Make code ANSI-C compliant and other build fixes (Guy)
405 * Fix side effects of using GtkCTree and GTK_SELECTION_BROWSE (Guy)
406 * Abstract out some of the menu code from the GUI routines (Guy)
407 * Re-arrange some GUI code (Guy)
408 * "Default" button for resetting plugin filter string (Olivier)
409 * Plugin status save/restore (Olivier)
410 * Add notes about sniffing VMware connections (Gilbert)
411 * Add focus for "Find Frame" and "Go to Frame" (Guy)
412 * Reconcile differences in integer size used for ports
413         in conversation code and packet_info code (Gilbert)
414 * Empty string capture filters for libpcap craziness (Gerald, Guy)
415 * Manpage updates (Guy)
416 * Print packets as multiple pages of PostScript (Guy)
417 * Fix "Follow TCP Stream" print function (Guy)
418 * Avoid segfault in SMB reported by
419         Aaron Bush <abush@microcenter.com> (Gilbert)
420 * L2TP support (John Thomes)
421 * Allow printing during capturing
422
423 Overview of changes in Ethereal 0.8.0:
424 * RPC and NFS updates, complete NFSv2 support (Uwe, Gilbert)
425 * Initial TNS support (Nathan)
426 * Documenatation and distribution updates (Gilbert, Guy, Itojun, Gerald)
427 * SMB fixes (Gilbert, Richard, Olivier, Greg Kilfoyle)
428 * Color preference fixes and updates (Guy)
429 * NetBIOS fixes (Guy)
430 * IPX fixes and updates (Guy, Nathan)
431 * Capture/file save facility updates (Guy)
432 * Add IPX stats to capture window (Gilbert)
433 * Appropriately enable/disable the "follow" menu item (Florian)
434 * ICQ fixes from Guy and Kojak (Guy)
435 * Add Christopher McAvaney's format_text() fix (Guy)
436 * Stream window color prefs (Gerald)
437 * Myriad GUI fixes and enhancements (Gilbert, Guy)
438 * RADIUS fixes thanks to Arni Raghu <arni@caip.rutgers.edu> (Gilbert)
439 * VLAN updates (Nathan)
440 * Byte view fixes (Nathan)
441 * Initial TACACS+/XTACACS support (Nathan)
442 * Multiple file format capability in wiretap and Ethereal (including Snoop,
443   Netmon 1.x, Sniffer, Netxray, and various flavors of libpcap)
444   (Guy, Olivier, Nathan)
445 * Added editcap to the distribution (Richard)
446 * Enhancements to wiretap's file output capabilities (Guy)
447 * Add our own SNMP PDU dissector; other SNMP fixes and updates (Guy)
448 * ASN.1 code added; used by SNMP dissector, and available for other use
449   by other dissectors (Guy)
450 * LLC/SNAP fixes and updates (Guy, Nathan)
451 * NTP fixes (Guy, Gerald)
452 * ISAKMP updates from Dave Chapeskie (Guy)
453 * Reduced dependency on "global.h" (Gilbert, Guy)
454 * HTTP updates from Jerry Talkington (Guy)
455 * Added IRC dissector (Nathan)
456 * DNS updates (Nathan)
457 * Added James Coe's patch(es) to add SRVLOC and NCP-over-IP support (Guy)
458 * CLI fixes and enhancements (Guy)
459 * ARP improvements (Nathan)
460 * Capture length fixes for IRIX (Guy)
461 * BGP updates from Greg Hankins, and other BGP fixes (Itojun)
462 * Added Philip Gladstone <philip@raptor.com>'s patch to check IP header
463   checksum (Gilbert)
464 * GRE updates, merged code from Jerry Talkington (Guy)
465 * AppleTalk updates, including NBP and RTMP dissectors (Nathan, Guy)
466 * Initial LDAP support (Nathan)
467 * X.25 updates (Olivier)
468 * Plugin support (Olivier)
469 * Fixes for packet-ip.c (Guy, Gilbert)
470 * Jerry Talkington's patch to move filter prefs to their own dialog (Guy)
471 * Fixes for RedHat's modified version of libpcap (Guy)
472 * WCCP dissector from Jerry Talkington (Guy)
473 * rwho/rwhod/ruptime support added (Gilbert)
474 * Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap module
475   and V.120 decoder (Gilbert, Guy)
476 * RSVP fixes (Gilbert)
477 * NCP fixes and updates, other fixes from James Coe (Nathan, Guy)
478 * Q.931 updates from Bert Driehuis (Guy)
479 * ISDN4BSD updates (Guy)
480 * Support for ISIS thanks to Stuart Stanley (Guy)
481 * Support for Dearborn Group Technology's Gryphon as a plugin (Gilbert)
482 * Win32 port updates (Guy)
483 * LPD segfault fixes reported by Gregor Glomm (Gilbert)
484 * GUI page added to preferences (Gilbert)
485 * Libtool integrated with the distribution (Gerald, Guy, Itojun)
486 * OUI updates (Guy)
487 * Summary-dialog-on-empty-capture segfault bug squished (Guy)
488
489 Overview of changes in Ethereal 0.7.9:
490 * Compilation warning fix (Guy)
491 * Updates to Q.931 (Guy)
492 * Updates to Q.2931 (Guy)
493 * Display filter widget uses GtkCombo (Gerald)
494 * Added SNMP over Ethernet (Gilbert)
495 * Small changes to display filters from tcp follow and match selected (Gilbert)
496 * Fix problem and update SMB (Richard)
497 * Update portmap (Uwe)
498 * Update NFS (Uwe)
499 * Support for iptrace 1.0 files (Gilbert; thanks to
500         Florian Lohoff <flo@rfc822.org> for sample trace files)
501 * Update support for netmon 2.0 files (Guy)
502 * Updates to ATM (Guy)
503 * Updates to ARP (Guy)
504 * Updates to DNS (Guy)
505 * Support for both PPP and LAPB as WAN links in NG Sniffer files (Guy)
506 * Colorize TCP streams (Gerald)
507 * Make autoconf check for correct contents of libz library (Guy)
508 * Updates to About box (Guy, Gilbert)
509
510 Overview of changes in Ethereal 0.7.8:
511 * Added RPC and NFS (Uwe)
512 * Added IGRP/EIGRP (Don)
513 * "Print" button in TCP Follow window (Warren Young)
514 * BGP enhancemnets (Itojun, Greg)
515 * Wiretap support for Toshiba ISDN router traces (Gilbert)
516 * More filterable fields (Guy, Laurent)
517 * AIX and IBM C compiler fixes (Craig Rodrigues)
518 * General fixes (Guy)
519 * LPD dissector segfault fix (Gilbert)
520 * ICQ update (Kojak)
521 * VLAN update (Nathan)
522 * "Find Frame" function (Guy)
523 * Support for newer libpcaps, and broken RH 6.1 libpcap (Guy)
524 * DNS update (Brian J. Murrell), and similar NBNS update (Guy)
525 * More DNS updates (Guy)
526 * "Go to frame" function (Guy)
527 * Added IMAP (Nathan)
528 * Added various RPC stubs (Nathan)
529 * Added portmap (Nathan)
530 * Added LAPD (Gilbert, Guy)
531 * LLC fix (Guy)
532 * Added Q.931 (Guy)
533 * SMB updates and segfault fixes (Richard)
534 * Added bootparams (Nathan)
535 * Added ypserv (Nathan)
536 * Conversation code fix (Guy)
537 * Added mount and stat (Nathan)
538 * Added MAPI (Nathan)
539 * IPv4 address comparison and subnet testing in display filters (Gilbert)
540 * Added NLM (Uwe)
541 * More IPX SAP types (Nathan)
542 * Automatic ETT_* enum number registration (Guy)
543 * Added SAP (Session Announcement Protocol) (Heikki)
544 * Wiretap support for ATM iptrace files (Guy, Gilbert)
545 * OSPF fix (Heikki)
546 * General routines for registration of "init" routines (Guy)
547 * Added ILMI (SNMP over ATM AAL5) (Guy)
548 * Added SSCOP (Guy)
549 * Added Q.2931 (Guy)
550 * "Match selected" produces display filters with field names (Gilbert)
551 * IPX packet summary resolves IPX network names and MAC addresses (Gilbert)
552 * POP fixes (Heikki)
553 * Added VRRP (Heikki)
554 * Display filter "Reset" button (Laurent)
555 * Added HSRP (Heikki)
556 * SNA packets show hex dump with EBCDIC converted to ASCII (Gilbert)
557 * Added Cisco Auto-RP (Heikki)
558
559 Overview of changes in Ethereal 0.7.7:
560 * Check header length in IP header (Guy)
561 * Fix printf formats in packet-rx.c (Guy)
562 * NTP changes (Tomislav Vujec)
563 * Add conversation mechanism and generalize net/datalink address storage (Guy)
564 * Fix ipproto.c bug (Guy)
565 * Removed erroneous assert in packet-sna.c (Gilbert)
566 * Support for Appletalk DDP, Banyan Vines, and SNA FID type 4 addresses
567         in "address" type code (Guy)
568 * Fixes for Appletalk and Vines (Guy)
569 * Add ICQ dissector (Kojak)
570 * Remove compilation warnings in packet-snmp.c (Tomislav)
571 * Remove compilation warnings from packet-smb.c (Richard)
572 * Add make-reg-dotc to let non-GNU makes work. (Guy)
573 * Fix AIX compilation (Guy, Gilbert)
574 * Fix autoconf weird-path problem (Guy)
575
576 Overview of changes in Ethereal 0.7.6:
577 * Fix xdlc bug (Guy, Gilbert)
578 * Add name resolution option to GUI. (Laurent)
579 * Fix LLC bug (Guy)
580 * Display filter bug fixes
581         Santeri Paavolainen <santtu@ssh.fi>
582         Dewi Morgan <dewim@sco.com>
583         (Gilbert)
584 * Print changes (Guy)
585 * NG Sniffer FDDI time unit fix (Guy)
586 * Fixes for SINIX (Uwe Girlich)
587 * Lots of fork/sync fixes (Guy)
588 * Add filename to Capture dialog box (Guy)
589 * New display filters for many protocols
590         (Laurent... the man!)
591 * Check for bad packet lengths in many protocols
592         (Laurent, Gilbert, Guy)
593 * More SMB fields and fixes (Richard, Guy)
594 * NBNS fix (Richard)
595 * POP fix (Laurent)
596 * Fix behavior for bad color filters (Gilbert)
597 * Default colors for color wheel (Santeri Paavolainen <santtu@ssh.fi>)
598 * ZLIB error messages (Guy)
599 * Display filter byte-string syntax additions (Gilbert)
600 * IPv6 proto_tree and display filter support (Lareunt, Jun-ichiro)
601 * Added info to protocol registration (Gilbert)
602 * Added signed integer support to display filters (Phil Techau)
603 * IPv6 fixes (Jun-ichiro)
604 * ASCII/EBCDIC conversion in TCP Follow window (Gilbert)
605 * Add DOUBLE filtering to display filters (Gilbert)
606 * OSPF fix to dissect MD5 field (Tony Hard <thart@avici.com>
607 * Automated method of finding proto_register functions (Guy)
608 * Wiretap support for nettl (HP-UX trace tool) (Olivier)
609 * Added BPDU (Christophe Tronche)
610 * Added SNA (Gilbert)
611 * Added RIPng, PIM (Jun-ichiro)
612 * Added Yahoo messager and pager protocols (Nathan)
613 * Added NTP (Nathan)
614 * Added BGP (Jun-ichiro)
615 * Added AFS, RX (Nathan)
616 * Addef VLAN (802.1q) (Nathan)
617
618 Overview of changes in Ethereal 0.7.5:
619 * Fixed bug when reading files on FreeBSD (Guy)
620 * Fixed compilation bug when disabling zlib on FreeBSD (Guy)
621
622 Overview of changes in Ethereal 0.7.4:
623 * Fixed Radcom file reader in wiretap (Olivier)
624 * Add "--with-ucdsnmp" to autoconf (Bert Driehuis <driehuis@playbeing.org>)
625 * Fix snoop reader for Solaris seek problem (Guy)
626 * NetBIOS and NBIPX updates (Guy)
627 * Capture dialogue changes (Guy, Laurent)
628 * Movement of GTK files to subdirectory (Gilbert, Guy)
629 * Wiretap support for Lucent/Ascent WAN router traces (Gerald)
630 * Added dissector for Internet Cache Protocol (Peter Torvals)
631 * Added dissector for Internet Printing Protocol (Guy)
632 * Show the IP flags as 4 bits (Daniel Ryde <ryde@tripnet.se>)
633 * Changed usage of FT_BOOLEAN (Gilbert)
634 * Fixed bugs with short packets and eth, tr, and fddi (Gilbert, Guy)
635 * Fix for IPX SAP types (Mark H. Wood <mwood@IUPUI.edu>)
636 * TRMAC now uses dfilter variables (Gilbert)
637 * randpkt added; produces trace file of random packets (Gilbert)
638 * New helper macros in packet.h (Guy)
639 * x.25 and lapb fixes (Olivier)
640 * Wiretap compilation fixes (Laurent)
641 * OSI fixes; CLNP now uses dfilter variables (Laurent)
642 * New Collapse/Expand All function (Laurent)
643 * Enhanced printing options (Guy)
644 * zlib support for compress trace files (Ashok)
645 * Fix ICMP timestamp dissection (Dirk Bonne <dirk@out1.mx.skynet.be>)
646
647 Overview of changes in Ethereal 0.7.3:
648 * Fixed bug in RSVP, added RSVP+ support (Ashok)
649 * Fixed bug in display filter parsing (Gilbert)
650 * Allow compilation from different directory
651         (Brad, <brad@openbsd.org>)
652 * Packet colorization (John)
653 * Updated RSVP decoder (Ashok)
654 * Fixed Token-Ring for more Linux 2.0 drivers
655         (Tom Gallagher <Tom.Gallagher@madge.com>)
656 * Change to usage of boolean fields in display filters (Gilbert)
657 * Optimized GTKClist (Guy)
658 * Optimized wiretap/ethereal interaction (Guy)
659 * Handle NBNS continuations (Richard)
660 * Started ATM support (Guy)
661 * Enhanced user-friendliness via default behaviors and error messages
662         (Guy, Gilbert)
663 * Fixed ICMP/IGMP checksums (Richard Jørgensen <ric@tbit.dk>)
664 * Removed security-related race-condition when capturing (Guy)
665 * Lots and lots o' misc. fixes (Guy)
666
667 Overview of changes in Ethereal 0.7.2:
668 * Another memory leak fix (Jochen)
669 * Allow compilation from different directory (Laurent, Gilbert)
670 * -R flag for on command line, applied when reading a capture file (Jochen)
671 * Updated docs (Guy)
672 * Handles ICMP Unreachable|Frag Required (John)
673 * NetBEUI support (Jeff, Guy)
674 * Fix for Token-Ring RIF display (Gilbert)
675 * Dramatically decreased file-load time (Guy)
676 * Fixed -S option timeout handling (Laurent)
677
678 Overview of changes in Ethereal 0.7.1:
679 * Fixed big memory leaks in dfilter code (Guy)
680 * Enhanced xdlc, llc, and x25 (Guy, Olivier)
681 * Made glossary-dump option not initialize X11 (Guy)
682 * Fixed logical operands in dfilter code (Gilbert)
683 * Added progress bar to display filter (Gilbert)
684 * -S option fix (Laurent)
685
686 Overview of changes in Ethereal 0.7.0:
687 * Addition of RTSP and SDP dissectors (Jason)
688 * New proto_tree and display filter system (Gilbert)
689 * Updated SMB suport (Richard)
690 * RADIUS dissector added (Johan)
691 * Display filter text-entry does auto-reload (Guy)
692 * Now compiles on Win32 (Gilbert)
693 * Removed support for GTK+-1.[01].x (Gilbert)
694 * Column re-sizing changes (Guy)
695 * Linux ATM Classical IP support (Theirry)
696 * X.25 support in wiretap iptrace routine (Olivier)
697 * Wiretap fix for "-S" ethereal option (Laurent)
698 * LAPB and X.25 dissectors added (Olivier)
699 * FreeBSD compilation cleanups (Bill Fumerola,
700         <billf@jade.chc-chimes.com>)
701 * Ability to print all packets at once (Guy)
702
703 Overview of changes in Ethereal 0.6.3:
704 * Capture dialogue window data bug-fix (Guy)
705 * PPPoE (PPP over Ethernet) added (Jeff Jahr)
706 * ISAKMP, GRE, PPTP added (Brad Robel-Forrest)
707 * RSVP added (Ashok Narayanan)
708 * Summary dialogue added (Aaron Hillegass)
709 * Match Selected GUI added (Ashok Narayanan)
710 * Display Option GUI allows change of Time column (Guy)
711 * GTK 1.[12] bug fix (Gilbert)
712 * Code clean up (Guy)
713 * strerror() added for platforms that don't have it (Guy)
714
715 Overview of changes in Ethereal 0.6.2:
716 * Almost-real-time capture and display (John, Laurent)
717 * Initial support for SMB (Richard)
718 * Initial support for SNMP (Didier, Gilbert)
719 * Wiretap now reads NetMon 2.0 file formats (Guy)
720
721 Overview of changes in Ethereal 0.6.1:
722 * Released because of packaging problem in 0.6.0
723 * Information about building on Tru64
724
725 Overview of changes in Ethereal 0.6.0:
726 * IPv6 support greatly improved (Jun-ichiro)
727 * IPsec added (Jun-ichiro)
728 * NCP code totally re-written (Gilbert)
729 * GTK dependencies removed from packet-*.c code (Gilbert)
730 * Captures now saved in temporary files (Gilbert)
731 * Statistics are more accurate during capture (Guy)
732 * TCP-follow bug fixed (Laurent)
733 * ANSI complieant bitfields for TCP and AATALK (Gilbert)
734 * Various time fields decoded better (Guy)
735 * NetBIOS Node types added to DHCP (Guy)
736 * Cisco Discovery Protocol updated (Hannes)
737 * DNS acronyms converted to English (Guy)
738 * FTP, TFTP, POP, and Telnet added (Richard)
739 * NNTP and HTTP added (Guy)
740 * NetBIOS Sessions over TCP added (Guy)
741 * NetBIOS Name Servic improved (Guy)
742 * IP field over-writing bug fixed (Hannes)
743 * Wiretap does some offline filtering (Gilbert)
744 * Wiretap now supports NetMon, NetXray, Sniffer Pro (Guy)
745
746 Overview of changes in Ethereal 0.5.1:
747 * Updated Vines support (Joerg Mayer)
748 * Bitfield decoding support (Guy)
749 * GTK+ 1.1/1.2 support (Gilbert, Gerald)
750 * Make TCP info more verbose (Gerald)
751 * Fix resize problems w/main window (Gerald)
752 * Fix time output (Gerald)
753 * Add support for AIX iptrace files to wiretap (Gilbert)
754
755 Overview of changes in Ethereal 0.5.0:
756 * Initial release of wiretap library (Gilbert)
757 * Sun C compiler fixes (Laurent)
758 * Enhanced PPP support (Guy)
759 * OMG CORBA GIOP/IIOP support (Laurent)
760 * Configurable columns (Gerald)
761 * Lots of other fixes and enhancements
762
763 Overview of changes in Ethereal 0.4.1:
764 * Copious amount of fixes (Guy)
765 * Minor fixes to the filter prefs dialog (Gerald)
766 * About box (Laurent)
767 * Initial NetBIOS Name Services support (Gilbert, Guy)
768 * Initial AppleTalk support (Simon Wilkinson)
769
770 Overview of changes in Ethereal 0.4.0:
771
772 * Lots of fixes from Guy Harris
773 * Preferences dialog (Gerald)
774 * OSPF updates (Hannes, Gerald)
775 * FDDI support (Laurent, Guy)
776 * Separate display and capture filters (Gerald)
777
778 Overview of changes in Ethereal 0.3.17:
779
780 * Ethernet manufacturer support (Laurent)
781 * Netware SAP support (Gilbert)
782 * Misc Netware/token ring fixes and enhancements (Gilbert)
783 * PPP fixes (Gerald)
784 * Null/loopback interface support (Gerald)
785
786 Overview of changes in Ethereal 0.3.16:
787
788 * Support for ISO/OSI CLNP & COTP (Laurent)
789 * Support for Banyan Vines (Don)
790 * TCP reconstruction support (Mike)
791
792 Overview of changes in Ethereal 0.3.15:
793
794 * OSPF fixes (Hannes)
795 * Preliminary IPv6 support (Hannes)
796 * Name resolution (Laurent)
797 * Font and help option (Laurent)
798 * Token ring fixes (Gilbert)
799 * DLT_RAW #define fixes (Laurent, Hannes and a few others)
800
801 Overview of changes in Ethereal 0.3.14:
802
803 * Added Laurent's fixes to pntoh[sl].
804 * RIP fixes (Laurent)
805 * Added Gilbert's BOOTP code.
806
807 Overview of changes in Ethereal 0.3.13:
808
809 * Made the tree items "sticky"
810 * Expanded the pntoh[sl] macros, fixed alignment problems with IPX code.
811 * Changes to packet-ppp and packet-raw
812
813 Overview of changes in Ethereal 0.3.12:
814
815 * RIP support (Hannes)
816 * LPR/LPD support (Gilbert)
817 * Changes to #includes to improve compatibility.
818
819 Overview of changes in Ethereal 0.3.11:
820
821 * Fixed a file capture bug.
822
823 Overview of changes in Ethereal 0.3.10:
824
825 * Fixed a Makefile bug with the new snprintf package.
826
827 Overview of changes in Ethereal 0.3.9:
828
829 * Switched to a different version of snprintf.c.
830 * Minor bug fixes.
831 * Fixes to Makefile.am.
832
833 Overview of changes in Ethereal 0.3.8:
834
835 * PostScript(R) output (Gilbert)
836 * More OSPF code (Hannes)
837 * Enhanced DNS (Bobo)
838
839 Overview of changes in Ethereal 0.3.7:
840
841 * Enhanced OSPF (Hannes)
842 * Fixed small bug in filter dialog.
843
844 Overview of changes in Ethereal 0.3.6:
845
846 * Added OSPF support, thanks to Hannes Boehm.
847 * Added -B, -P, and -T flags.
848
849 Overview of changes in Ethereal 0.3.5:
850
851 * Command line argument fixes/upgrades.
852 * Compatibility fixes.
853 * Initial pod/man page documentation.
854 * Miscellaneous changes to the way things are done in capture.c.
855 * Initial support for DNS and IGMP.
856
857 Overview of changes in Ethereal 0.3.4:
858
859 * Printer preferences dialog added (Gilbert)
860 * Misc fixes/upgrades.
861
862 Overview of changes in Ethereal 0.3.3:
863
864 * Added PPP support, thanks to Mike Hall.
865 * Added dialogs for errors/warnings.
866 * Support for the -r flag was added.
867 * Other minor fixes/upgrades.
868
869 Overview of changes in Ethereal 0.3.2:
870
871 * Misc bug fixes & minor enhancements.
872 * Added preliminary ICMP support
873 * Added preliminary printing support (Gilbert)
874
875 Overview of changes in Ethereal 0.3.1:
876
877 * Fixed bug that prevented capturing with a filter.
878 * Fixed misc. header problems.
879
880 Overview of changes in Ethereal 0.3.0:
881
882 * Initial support for filters.
883 * Fixes/enhancements for IPX and token ring (Gilbert).
884
885 Overview of changes in Ethereal 0.2.3:
886
887 * Added support for IPX, thanks to Gilbert.
888
889 Overview of changes in Ethereal 0.2.2:
890
891 * Added support for token ring, thanks to Gilbert Ramirez, Jr.
892
893 Overview of changes in Ethereal 0.2.1:
894
895 * Internal structs for ARP/RARP, IP, TCP, and UDP were created.  Trying to 
896   sort out which #includes were needed for each system was just too much of
897   a hassle.
898 * Added support for systems that don't have snprintf() and vsnprintf(), thanks
899   to Theo de Raadt.
900 * Minor changes to the README file.
901
902 Overview of changes in Ethereal 0.2.0:
903
904 * Initial public release.
905 * GNU autoconf-ified distribution
906 * Runs under Linux 2.0.x and Solaris 2.6.
907 * Requires GTK+ (1.0.1 tested) and libpcap (0.4a6 tested)
908 * For optimal results under Linux, the Karpski libpcap should be used.
909 * General documentation and a minimal web site have been prepared.