aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/release-notes.xml
blob: 5d0e6f7900abe42515e740b2365641f42a609fe4 (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
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
<?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.7">

]>

<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-02.html">security advisory</ulink> for details and a workaround.

      <itemizedlist>

        <listitem>
          <para>
            Wireshark could crash when reading an MP3 file.
            <!-- Fixed in r22261 -->
            <!-- (Bug <ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=???">???</ulink>) -->
          </para>
          <para>Versions affected: 0.99.6</para>
          <para>
            <!-- <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-????">CVE-2007-????</ulink> -->
          </para>
        </listitem>

        <listitem>
          <para>
	    Beyond Security discovered that Wireshark could loop
	    excessively while reading a malformed DNP packet.
            <!-- Fixed in r22811 -->
          </para>
          <para>Versions affected: 0.10.12 to 0.99.6</para>
          <para>
            <!-- <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-????">CVE-2007-????</ulink> -->
          </para>
        </listitem>

        <listitem>
          <para>
            Stefan Esser discovered a buffer overflow in the SSL dissector.
            <!-- Fixed in r22883 -->
          </para>
          <para>Versions affected: 0.99.0 to 0.99.6</para>
          <para>
            <!-- <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-????">CVE-2007-????</ulink> -->
          </para>
        </listitem>

        <listitem>
          <para>
            The ANSI MAP dissector could be susceptible to a buffer overflow on some platforms.
            <!-- Fixed in r22892 -->
            <!-- (Bug <ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1844">1844</ulink>) -->
          </para>
          <para>Versions affected: 0.99.5 to 0.99.6</para>
          <para>
            <!-- <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-????">CVE-2007-????</ulink> -->
          </para>
        </listitem>

        <listitem>
          <para>
            The Firebird/Interbase dissector could go into an infinite loop or crash.
            <!-- Fixed in r23251 -->
            <!-- (Bug <ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1931">1931</ulink>) -->
            <!-- (Bug <ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1932">1932</ulink>) -->
          </para>
          <para>Versions affected: 0.99.6</para>
          <para>
            <!-- <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-????">CVE-2007-????</ulink> -->
          </para>
        </listitem>

        <listitem>
          <para>
            The NCP dissector could cause a crash.
            <!-- Fixed in r23398 -->
          </para>
          <para>Versions affected: 0.99.6</para>
          <para>
            <!-- <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-????">CVE-2007-????</ulink> -->
          </para>
        </listitem>

        <listitem>
          <para>
            The HTTP dissector could crash on some systems while decoding
            chunked messages.
            <!-- Fixed in r23415 -->
          </para>
          <para>Versions affected: 0.10.14 to 0.99.6</para>
          <para>
            <!-- <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-????">CVE-2007-????</ulink> -->
          </para>
        </listitem>

        <listitem>
          <para>
            The MEGACO dissector could enter a large loop and consume
            system resources.
            <!-- Fixed in r23449 -->
          </para>
          <para>Versions affected: 0.9.14 to 0.99.6</para>
          <para>
            <!-- <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-????">CVE-2007-????</ulink> -->
          </para>
        </listitem>

        <listitem>
          <para>
            The DCP ETSI dissector could enter a large loop and consume
            system resources.
            <!-- Fixed in r23463 -->
          </para>
          <para>Versions affected: 0.99.6</para>
          <para>
            <!-- <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-????">CVE-2007-????</ulink> -->
          </para>
        </listitem>

        <listitem>
          <para>
            Fabiodds discovered a buffer overflow in the iSeries (OS/400) Communication trace file parser.
            <!-- Fixed in r23232 -->
            <!-- (Bug <ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1926">1926</ulink>) -->
          </para>
          <para>Versions affected: 0.99.0 to 0.99.6</para>
          <para>
            <!-- <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-????">CVE-2007-????</ulink> -->
          </para>
        </listitem>

        <!-- rtsp? -->
      </itemizedlist>

    </para>

    <para>

    The following bugs have been fixed:

      <itemizedlist>

        <listitem><para>
            Wireshark could crash while editing a coloring rule.
        </para></listitem>

        <listitem><para>
            The display filter code could crash while bitwise ANDing an IPv4 address.
        </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>
            Most of the capture code has been moved out of the GUI, which
            means that Wireshark no longer needs to be run as root.
          </para>
        </listitem>

        <listitem>
          <para>
            Many display filter names have been cleaned up.  If your favorite display filter just went missing, please consult the <ulink url="http://www.wireshark.org/docs/dfref/">display filter reference</ulink> to find out where it ended up.
          </para>
        </listitem>

        <listitem>
          <para>
            You can now filter directly on SNMP OIDs.
          </para>
        </listitem>

        <listitem>
          <para>
            IO graphs have more display options, and you can now export graphs.
          </para>
        </listitem>

        <listitem>
          <para>
            You can now follow UDP streams in addition to TCP and SSL streams.
          </para>
        </listitem>

        <listitem>
          <para>
            You can now disable coloring rules without deleting them.
          </para>
        </listitem>

        <listitem>
          <para>
            Main window toolbar buttons are now available even when the window is small.
          </para>
        </listitem>

        <listitem>
          <para>
            The version of WinPcap that ships with the Windows installers has been updated to 4.0.2.
          </para>
        </listitem>

        <listitem>
          <para>
            The Windows installers now include a "services" file, which maps port numbers to names.
          </para>
        </listitem>

        <listitem>
          <para>
            The Windows installer now enables npf.sys by default under Vista.
            Wireshark will print a warning at startup if npf.sys isn't loaded
            under Vista.
          </para>
        </listitem>

        <listitem>
          <para>
            Optimizations have been applied in some places to make Wireshark start up and run faster.
          </para>
        </listitem>

      </itemizedlist>

    </para>
    </section>

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

ANSI TCAP,
application/xcap-error (MIME type),
CFM,
DPNSS,
EtherCAT,
ETSI e2/e4,
H.282,
H.460,
H.501,
IEEE 802.1ad and 802.1ah,
IMF (RFC 2822),
RSL,
SABP,
T.125,
TNEF,
TPNCP,
UNISTIM,
Wake on LAN,
WiMAX ASN Control Plane,
X.224,

    </para>
    </section>

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

3Com XNS,
3G A11,
ACN,
ACP123,
ACSE,
AIM,
ANSI IS-637-A,
ANSI MAP,
Armagetronad,
BACapp,
BACnet,
BER,
BFD,
BGP,
Bluetooth,
CAMEL,
CDT,
CFM,
CIP,
Cisco ERSPAN,
CLNP,
CMIP,
CMS,
COPS,
CTDB,
DCCP,
DCERPC ATSVC,
DCERPC PNIO,
DCERPC SAMR,
DCERPC,
DCOM CBA-ACCO,
DCP ETSI,
DEC DNA,
DFS,
DHCP/BOOTP,
DHCPv6,
DIAMETER,
DISP,
DMP,
DNP,
DNS,
DOP,
DTLS,
DUA,
eDonkey,
ELSM,
ESL,
Ethernet,
FC ELS,
FC,
FCOE,
FTAM,
FTP,
GDSDB,
GIOP,
GPRS-LLC,
GSM A,
GSM MAP,
GTP,
HSRP,
HTTP,
IAX2,
ICMPv6,
IEEE 802.11,
INAP,
IP,
IPMI,
IPv6,
ISAKMP,
ISIS,
iSNS,
ISUP,
IUUP,
JXTA,
K12,
Kerberos,
L2TP,
LAPD,
LDAP,
LINX,
LPD,
LWAPP,
MEGACO,
MIKEY,
MIME Multipart,
MMS,
MP2T,
MPEG PES,
MPEG,
MTP2,
MySQL,
NBAP,
NetFlow,
nettl,
NFS,
NSIP,
OSPF,
P_MUL,
PANA,
PER,
PKCS#12,
PMIPv6,
PN-PTCP,
PN-RT,
PPI,
PPPoE,
PRES,
PROFINET,
PTP,
Q.932 ROS,
Q.932,
QSIG,
Radiotap,
RADIUS,
RANAP,
RNSAP,
ROS,
RTCP,
RTP,
RTSE,
RTSP,
SCCP,
SCTP,
SDP,
SIGCOMP,
SIP,
Slow Protocols,
SMB,
SMPP,
SMTP,
SNDCP,
SNMP,
SRP,
SSL,
STANAG 4406,
STUN2,
TCAP,
TCP,
text/media,
TIPC,
ULP,
UMA,
UMTS FP,
V5UA,
VNC,
WiMAX M2M,
WiMAX,
WLCCP,
X.411,
X.420,
X.509 SAT,
XML,

    </para>
    </section>

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

Catapult DCT 2000, Endace ERF, Juniper NetScreen snoop, Visual Networks, 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>