aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/release-notes.asciidoc
blob: db6ccf823eabc52f0cc1b7324e4e36984b6ff30f (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
= Wireshark {wireshark-version} Release Notes
// AsciiDoc quick reference: http://powerman.name/doc/asciidoc

== What is Wireshark?

Wireshark is the world's most popular network protocol analyzer. It is
used for troubleshooting, analysis, development and education.

== What's New

=== Bug Fixes

The following vulnerabilities have been fixed:

* ws-salink:2017-01[]
+
The ASTERIX dissector could go into an infinite loop.
(ws-buglink:13344[])
//cve-idlink:2015-XXXX[]
// Fixed in master: 781f035
// Fixed in master-2.2: bb235f1
// Fixed in master-2.0: efdff1f

* ws-salink:2017-02[]
+
The DHCPv6 dissector could go into a large loop.
(ws-buglink:13345[])
//cve-idlink:2015-XXXX[]
// Fixed in master: 57894f7
// Fixed in master-2.2: f291d1f
// Fixed in master-2.0: 12723d7

The following bugs have been fixed:

//* ws-buglink:5000[]
//* ws-buglink:6000[Wireshark bug]
//* cve-idlink:2014-2486[]
//* Wireshark accepted your prom invitation then cancelled at the last minute. (ws-buglink:0000[])
// cp /dev/null /tmp/buglist.txt ; for bugnumber in `git log --stat v2.2.4rc0..| grep ' Bug:' | cut -f2 -d: | sort -n -u ` ; do gen-bugnote $bugnumber; pbpaste >> /tmp/buglist.txt; done

* TCP reassembly: tcp.reassembled_in is not set in first packet. (ws-buglink:3264[])

* Duplicated Interfaces instances while refreshing. (ws-buglink:11553[])

* Time zone name needs to be converted to UTF-8 on Windows. (ws-buglink:11785[])

* Crash on fast local interface changes. (ws-buglink:12263[])

* Please align columns in tshark's output. (ws-buglink:12502[])

* Display data rate fields for VHT rates invalid with BCC modulation. (ws-buglink:12859[])

* plugin_if_get_ws_info causes Access Violation if called during rescan. (ws-buglink:12973[])

* SMTP BDAT dissector not reverting to command-code after DATA. (ws-buglink:13030[])

* Wireshark fails to recognize V6 DBS Etherwatch capture files. (ws-buglink:13093[])

* Runtime Error when try to merge .pcap files (Wireshark crashes). (ws-buglink:13175[])

* PPP BCP BPDU size reports not header size, but all data underneath and its header size in UI. (ws-buglink:13188[])

* In-line UDP checksum bytes in 6LoWPAN IPHC are swapped. (ws-buglink:13233[])

* Uninitialized memcmp on data in daintree-sna.c. (ws-buglink:13246[])

* Crash when dissect WDBRPC Version 2 protocol with 'Dissect unknown program numbers' enabled. (ws-buglink:13266[])

* Contents/Resources/bin directory isn't in the app bundle after installation. (ws-buglink:13270[])

* Regression: IEEE17221 (AVDECC) decoded as IEEE1722 (AVB Transportation Protocol). (ws-buglink:13274[])

* Can't decode packets captured with OpenBSD enc(4) encapsulating. (ws-buglink:13279[])

* UDLD flags are at other end of octet. (ws-buglink:13280[])

* MS-WSP dissector no longer works since commit 8c2fa5b5cf789e6d0d19cd0dd34479d0203d177a. (ws-buglink:13299[])

* TBCD string decoded wrongly in MAP ATI message. (ws-buglink:13316[])

* Filter Documentation: The tilde (~) operator is not documented. (ws-buglink:13320[])

* VoIP Flow Sequence Causes Application Crash. (ws-buglink:13329[])

=== New and Updated Features

There are no new features in this release.

//=== Removed Dissectors

=== New File Format Decoding Support

There are no new file formats in this release.

=== New Protocol Support

There are no new protocols in this release.

=== Updated Protocol Support

--sort-and-group--
6LoWPAN
DVB-CI
ENC
GSM MAP
IEEE 1722
IEEE 1722.1
ISAKMP
MS-WSP
PPP
QUIC
Radiotap
RPC
SMTP
TCP
UCD
UDLD
--sort-and-group--

=== New and Updated Capture File Support

There is no new or updated capture file support in this release.

--sort-and-group--
Daintree SNA
DBS Etherwatch
--sort-and-group--

=== New and Updated Capture Interfaces support

There are no new or updated capture interfaces supported in this release.

=== Major API Changes

There are no major API changes in this release.

== Getting Wireshark

Wireshark source code and installation packages are available from
https://www.wireshark.org/download.html.

=== Vendor-supplied Packages

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 https://www.wireshark.org/download.html#thirdparty[download page]
on the Wireshark web site.

== File Locations

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.

== Known Problems

Dumpcap might not quit if Wireshark or TShark crashes.
(ws-buglink:1419[])

The BER dissector might infinitely loop.
(ws-buglink:1516[])

Capture filters aren't applied when capturing from named pipes.
(ws-buglink:1814[])

Filtering tshark captures with read filters (-R) no longer works.
(ws-buglink:2234[])

Application crash when changing real-time option.
(ws-buglink:4035[])

Wireshark and TShark will display incorrect delta times in some cases.
(ws-buglink:4985[])

Wireshark should let you work with multiple capture files. (ws-buglink:10488[])

Dell Backup and Recovery (DBAR) makes many Windows applications crash,
including Wireshark. (ws-buglink:12036[])

== Getting Help

Community support is available on https://ask.wireshark.org/[Wireshark's
Q&A site] and on the wireshark-users mailing list. Subscription
information and archives for all of Wireshark's mailing lists can be
found on https://www.wireshark.org/lists/[the web site].

Official Wireshark training and certification are available from
http://www.wiresharktraining.com/[Wireshark University].

== Frequently Asked Questions

A complete FAQ is available on the
https://www.wireshark.org/faq.html[Wireshark web site].