* Modified Makefile.am and configure.in so that wiretap isn't built unless
[obnox/wireshark/wip.git] / NEWS
1 Overview of changes in Ethereal 0.5.1:
2 * Updated Vines support (Joerg Mayer)
3 * Bitfield decoding support (Guy)
4 * GTK+ 1.1/1.2 support (Gilbert, Gerald)
5 * Make TCP info more verbose (Gerald)
6 * Fix resize problems w/main window (Gerald)
7 * Fix time output (Gerald)
8 * Add support for AIX iptrace files to wiretap (Gilbert)
9
10 Overview of changes in Ethereal 0.5.0:
11 * Initial release of wiretap library (Gilbert)
12 * Sun C compiler fixes (Laurent)
13 * Enhanced PPP support (Guy)
14 * OMG CORBA GIOP/IIOP support (Laurent)
15 * Configurable columns (Gerald)
16 * Lots of other fixes and enhancements
17
18 Overview of changes in Ethereal 0.4.1:
19 * Copious amount of fixes (Guy)
20 * Minor fixes to the filter prefs dialog (Gerald)
21 * About box (Laurent)
22 * Initial NetBIOS Name Services support (Gilbert, Guy)
23 * Initial AppleTalk support (Simon Wilkinson)
24
25 Overview of changes in Ethereal 0.4.0:
26
27 * Lots of fixes from Guy Harris
28 * Preferences dialog (Gerald)
29 * OSPF updates (Hannes, Gerald)
30 * FDDI support (Laurent, Guy)
31 * Separate display and capture filters (Gerald)
32
33 Overview of changes in Ethereal 0.3.17:
34
35 * Ethernet manufacturer support (Laurent)
36 * Netware SAP support (Gilbert)
37 * Misc Netware/token ring fixes and enhancements (Gilbert)
38 * PPP fixes (Gerald)
39 * Null/loopback interface support (Gerald)
40
41 Overview of changes in Ethereal 0.3.16:
42
43 * Support for ISO/OSI CLNP & COTP (Laurent)
44 * Support for Banyan Vines (Don)
45 * TCP reconstruction support (Mike)
46
47 Overview of changes in Ethereal 0.3.15:
48
49 * OSPF fixes (Hannes)
50 * Preliminary IPv6 support (Hannes)
51 * Name resolution (Laurent)
52 * Font and help option (Laurent)
53 * Token ring fixes (Gilbert)
54 * DLT_RAW #define fixes (Laurent, Hannes and a few others)
55
56 Overview of changes in Ethereal 0.3.14:
57
58 * Added Laurent's fixes to pntoh[sl].
59 * RIP fixes (Laurent)
60 * Added Gilbert's BOOTP code.
61
62 Overview of changes in Ethereal 0.3.13:
63
64 * Made the tree items "sticky"
65 * Expanded the pntoh[sl] macros, fixed alignment problems with IPX code.
66 * Changes to packet-ppp and packet-raw
67
68 Overview of changes in Ethereal 0.3.12:
69
70 * RIP support (Hannes)
71 * LPR/LPD support (Gilbert)
72 * Changes to #includes to improve compatibility.
73
74 Overview of changes in Ethereal 0.3.11:
75
76 * Fixed a file capture bug.
77
78 Overview of changes in Ethereal 0.3.10:
79
80 * Fixed a Makefile bug with the new snprintf package.
81
82 Overview of changes in Ethereal 0.3.9:
83
84 * Switched to a different version of snprintf.c.
85 * Minor bug fixes.
86 * Fixes to Makefile.am.
87
88 Overview of changes in Ethereal 0.3.8:
89
90 * PostScript(R) output (Gilbert)
91 * More OSPF code (Hannes)
92 * Enhanced DNS (Bobo)
93
94 Overview of changes in Ethereal 0.3.7:
95
96 * Enhanced OSPF (Hannes)
97 * Fixed small bug in filter dialog.
98
99 Overview of changes in Ethereal 0.3.6:
100
101 * Added OSPF support, thanks to Hannes Boehm.
102 * Added -B, -P, and -T flags.
103
104 Overview of changes in Ethereal 0.3.5:
105
106 * Command line argument fixes/upgrades.
107 * Compatibility fixes.
108 * Initial pod/man page documentation.
109 * Miscellaneous changes to the way things are done in capture.c.
110 * Initial support for DNS and IGMP.
111
112 Overview of changes in Ethereal 0.3.4:
113
114 * Printer preferences dialog added (Gilbert)
115 * Misc fixes/upgrades.
116
117 Overview of changes in Ethereal 0.3.3:
118
119 * Added PPP support, thanks to Mike Hall.
120 * Added dialogs for errors/warnings.
121 * Support for the -r flag was added.
122 * Other minor fixes/upgrades.
123
124 Overview of changes in Ethereal 0.3.2:
125
126 * Misc bug fixes & minor enhancements.
127 * Added preliminary ICMP support
128 * Added preliminary printing support (Gilbert)
129
130 Overview of changes in Ethereal 0.3.1:
131
132 * Fixed bug that prevented capturing with a filter.
133 * Fixed misc. header problems.
134
135 Overview of changes in Ethereal 0.3.0:
136
137 * Initial support for filters.
138 * Fixes/enhancements for IPX and token ring (Gilbert).
139
140 Overview of changes in Ethereal 0.2.3:
141
142 * Added support for IPX, thanks to Gilbert.
143
144 Overview of changes in Ethereal 0.2.2:
145
146 * Added support for token ring, thanks to Gilbert Ramirez, Jr.
147
148 Overview of changes in Ethereal 0.2.1:
149
150 * Internal structs for ARP/RARP, IP, TCP, and UDP were created.  Trying to 
151   sort out which #includes were needed for each system was just too much of
152   a hassle.
153 * Added support for systems that don't have snprintf() and vsnprintf(), thanks
154   to Theo de Raadt.
155 * Minor changes to the README file.
156
157 Overview of changes in Ethereal 0.2.0:
158
159 * Initial public release.
160 * GNU autoconf-ified distribution
161 * Runs under Linux 2.0.x and Solaris 2.6.
162 * Requires GTK+ (1.0.1 tested) and libpcap (0.4a6 tested)
163 * For optimal results under Linux, the Karpski libpcap should be used.
164 * General documentation and a minimal web site have been prepared.