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