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