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