aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/release-notes.xml
blob: 59b22d7e75f0a2de515916704782127c7e70c37b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
<?xml version="1.0"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [

<!-- $Id$ -->

<!--
DOCUMENT SECTION
-Use this section to encode all document information
-->

<!--
Wireshark Info
-->
  <!ENTITY WiresharkCurrentVersion "0.99.5">

]>

<article>
  <title>Wireshark &WiresharkCurrentVersion; Release Notes</title>

  <section id="WhatIs"><title>What is Wireshark?</title>
    <para>
      Wireshark is the world's most popular network protocol analyzer.  It
      is used for troubleshooting, analysis, development, and education.
    </para>
  </section>

  <section id="WhatsNew"><title>What's New</title>
    <section><title>Bug Fixes</title>
    <para>

      The following vulnerabilities have been fixed.  See the
      <ulink url="http://www.wireshark.org/security/wnpa-sec-2007-01.html">security advisory</ulink> for details and a workaround.

      <itemizedlist>

        <listitem><para>
	  The TCP dissector could hang or crash while reassembling HTTP packets.
	  <!-- Fixed in r19859 -->
	  <!-- Bug IDs: 1200 -->
	  Versions affected: 0.99.2 to 0.99.4
        </para></listitem>

        <listitem><para>
	  The HTTP dissector could crash.
	  <!-- Fixed in 19899 -->
	  <!-- Bug IDs: None -->
	  Versions affected: 0.99.3 to 0.99.4
        </para></listitem>

        <listitem><para>
	  On some systems, the IEEE 802.11 dissector could crash.
	  <!-- Fixed in 20126 -->
	  <!-- Bug IDs: None -->
	  Versions affected: 0.10.14 to 0.99.4
        </para></listitem>

        <listitem><para>
	  On some systems, the LLT dissector could crash.
	  <!-- Fixed in 20007 -->
	  <!-- Bug IDs: None -->
	  Versions affected: 0.99.3 to 0.99.4
        </para></listitem>

      </itemizedlist>

    </para>

    <para>

    The following bugs have been fixed:

      <itemizedlist>

        <para>
          On Windows systems the packet list scroll bar could sometimes
          disappear or become unusable.
          (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=220">Bug
          220</ulink>)
        </para>

        <listitem><para>
          The end of HTTP chunked encoding wasn't being displayed.
          (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=646">Bug
          646</ulink>)
        </para></listitem>

        <listitem><para>
          The Follow TCP Stream window could omit characters.
          (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1043">Bug
          1043</ulink>)
        </para></listitem>

        <listitem><para>
          Opening a flow graph could crash Wireshark.
          (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1117">Bug
          1117</ulink>)
        </para></listitem>

        <listitem><para>
          Follow TCP Stream would sometimes get the direction wrong.
          (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1138">Bug
          1138</ulink>)
        </para></listitem>

        <listitem><para>
          The foreground text in the coloring rules editor was always black..
          (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1164">Bug
          1164</ulink>)
        </para></listitem>

        <listitem><para>
          The CSV export format was incorrect.
          (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1173">Bug
          1173</ulink>)
        </para></listitem>

	<listitem><para>
	  On some Windows systems Wireshark could take a long time to start up.
	</para></listitem>

      </itemizedlist>
    </para>

    </section>

    <section><title>New and Updated Features</title>
    <para>
      The following features are new (or have been significantly updated)
      since the last release:
      <itemizedlist>

        <listitem><para>
        WPA and WPA2 decryption support has been added.  The TDS / MS SQL
        dissector now de-obfuscates passwords.
        </para></listitem>

        <listitem><para>
        64-bit file handling has been improved.
        </para></listitem>

        <listitem><para>
        The <command>Find</command> function now selects the corresponding.
        packet detail item.
        </para></listitem>

        <listitem><para>
        <command>Find</command> functionality has been added to the TCP and
        SSL stream dialogs.
        </para></listitem>

        <listitem><para>
        Main window keyboard navigation has been improved.
        </para></listitem>

        <listitem><para>
        SNMPv3 decryption.
        </para></listitem>

        <listitem><para>
        <ulink url="http://www.cacetech.com/products/airpcap.htm">AirPcap</ulink>
        support (which provides raw mode capture under Windows) has been
        enhanced to allow capturing on multiple AirPcap adapters
        simultaneously using the Multi-Channel Aggregator.
        </para></listitem>

        <listitem><para>
        You can no longer install Wireshark on Windows 95, 98, or ME.  (OK,
        so it's not a <emphasis>feature</emphasis> per se&#2026;)
        </para></listitem>


      </itemizedlist>
    </para>
    </section>

    <section><title>New Protocol Support</title>
    <para>

DMP,
NBD,
OMAPI,
RGMP,
Roofnet,
STUN v2

    </para>
    </section>

    <section><title>Updated Protocol Support</title> <para>

2dparityfec,
ACN,
AIM,
AMR,
ANSI 637,
ANSI A,
ANSI MAP,
ARP,
ASN.1 BER,
ASN.1 PER,
BACapp,
BPDU,
CAMEL,
DCERPC (DCERPC, EFS, EVENTLOG, NSPI, PN-IO, WINREG),
DCOM CBA,
DCP,
DHCP,
DHCPv6,
DMP,
DNS,
EAP,
EPL,
ETSI DCP,
FCP,
GIOP,
GSM A,
H.245,
H.248,
HPSW,
HTTP,
ICMP,
ICMPv6,
IEEE 802.11,
IMAP,
INAP,
IPMI,
IPsec,
IRC,
ISAKMP,
iSCSI,
ISIS LSP,
IuUP,
K12,
Kerberos,
LDAP,
LLDP,
MEGACO,
MGCP,
MIME Multipart,
MMS,
MMSE,
MSRP,
MySQL,
NetFlow,
NFS,
NTLMSSP,
NTP,
OSPF,
PN-PTCP,
PPPoE,
Q.931,
Radiotap,
RADIUS,
RPC,
RSVP,
RTCP,
S4406,
SCCP,
SCSI,
SDP,
SES,
sFlow,
SIGCOMP,
SIP,
SIR,
Skinny,
SMB (SMB, NETLOGON),
SMTP,
SNMP,
SPNEGO,
SSL,
T.38,
TCP,
TDS,
text/media,
TIPC,
UDP Lite,
UDP,
UMA,
UMTS FP,
USB,
VNC,
WBXML,
WLCCP,
WSP,
X.411,
X.420,
XML,
XOT,
YMSG

    </para>
    </section>

    <section><title>New and Updated Capture File Support</title>
    <para>

Catapult DCT2000, Netttl, Windows Sniffer / NetXray

    </para>
    </section>

  </section>

  <section id="GettingWireshark"><title>Getting Wireshark</title>
    <para>
      Wireshark source code and installation packages are available from
      the <ulink url="http://www.wireshark.org/download.html">download
      page</ulink> on the main web site.
    </para>

    <section><title>Vendor-supplied Packages</title>
      <para>
	Most Linux and Unix vendors supply their own Wireshark packages.
	You can usually install or upgrade Wireshark using the package management
	system specific to that platform.  A list of third-party packages
	can be found on the
	<ulink url="http://www.wireshark.org/download.html#otherplat">download page</ulink> on the Wireshark web site.
      </para>
    </section>

  </section>

  <!-- XXX needs to be written
  <section id="RemovingWireshark"><title>Removing Wireshark</title>
    <para>
    </para>
  </section>
  -->

  <section id="FileLocations"><title>File Locations</title>
    <para>
      Wireshark and TShark look in several different locations for
      preference files, plugins, SNMP MIBS, and RADIUS dictionaries.
      These locations vary from platform to platform.  You can use
      About->Folders to find the default locations on your system.
    </para>
  </section>

  <section id="KnownProblems"><title>Known Problems</title>

    <para>
      The <guibutton>Filter</guibutton> button is nonfunctional in the
      file dialogs under Windows.
      (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=942">Bug
      942</ulink>)
    </para>

  </section>

  <section id="GettingHelp"><title>Getting Help</title>
    <para>
    Community support is available on the wireshark-users mailing list.
    Subscription information and archives for all of Wireshark's mailing
    lists can be found on <ulink url="http://www.wireshark.org/lists/">the
    web site</ulink>.
    </para>
    <para>
    Commercial support, training, and development services are available
    from <ulink url="http://www.cacetech.com/">CACE Technologies</ulink>.
    </para>
  </section>

  <section id="FAQ"><title>Frequently Asked Questions</title>
    <para>
    A complete FAQ is available on the
    <ulink url="http://www.wireshark.org/faq.html">Wireshark web site</ulink>.
    </para>
  </section>

</article>