Build: 3.4.5

[skip ci]
This commit is contained in:
Gerald Combs 2021-04-21 10:14:36 -07:00
parent 6548abd191
commit 7db1feb42c
4 changed files with 759 additions and 441 deletions

1127
ChangeLog

File diff suppressed because it is too large Load Diff

68
NEWS
View File

@ -9,8 +9,37 @@ Wireshark 3.4.5 Release Notes
Bug Fixes
The following vulnerabilities have been fixed:
• wnpa-sec-2021-04[1] MS-WSP dissector excessive memory
consumption. Issue 17331[2].
The following bugs have been fixed:
• TShark does not print GeoIP information Issue 14691[3].
• TShark error when piping to "head" Issue 16192[4].
• Parts of ASCII representation in Packet Bytes pane are missing
Issue 17087[5].
• Buildbot crash output: fuzz-2021-02-22-1012761.pcap Issue
17254[6].
• NDPE attribute of NAN packet is not dissected Issue 17278[7].
• TECMP: reserved flag interpreted as part of timestamp Issue
17279[8].
• Master branch does not compile at least with gcc-11 Issue
17281[9].
• DNS IXFR/AXFR multiple response Issue 17293[10].
• File too large Issue 17301[11].
• Build fails with CMake 3.20 Issue 17314[12].
New and Updated Features
New Protocol Support
@ -19,9 +48,12 @@ Wireshark 3.4.5 Release Notes
Updated Protocol Support
DECT, DNS, EAP, Kerberos, LDAP, MS-WSP, SMB2, Sysdig, TECMP, and WiFi
NAN
New and Updated Capture File Support
There is no new or updated capture file support in this release.
pcapng
Getting Wireshark
@ -33,7 +65,7 @@ Wireshark 3.4.5 Release Notes
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 download page[1] on the Wireshark web site.
be found on the download page[13] on the Wireshark web site.
File Locations
@ -47,22 +79,34 @@ Wireshark 3.4.5 Release Notes
The Users Guide, manual pages and various other documentation can be
found at https://www.wireshark.org/docs/
Community support is available on Wiresharks Q&A site[2] and on the
Community support is available on Wiresharks Q&A site[14] and on the
wireshark-users mailing list. Subscription information and archives
for all of Wiresharks mailing lists can be found on the web site[3].
for all of Wiresharks mailing lists can be found on the web site[15].
Issues and feature requests can be reported on the issue tracker[4].
Issues and feature requests can be reported on the issue tracker[16].
Frequently Asked Questions
A complete FAQ is available on the Wireshark web site[5].
A complete FAQ is available on the Wireshark web site[17].
Last updated 2021-04-18 09:30:57 UTC
Last updated 2021-04-21 17:09:57 UTC
References
1. https://www.wireshark.org/download.html#thirdparty
2. https://ask.wireshark.org/
3. https://www.wireshark.org/lists/
4. https://gitlab.com/wireshark/wireshark/-/issues
5. https://www.wireshark.org/faq.html
1. https://www.wireshark.org/security/wnpa-sec-2021-04
2. https://gitlab.com/wireshark/wireshark/-/issues/17331
3. https://gitlab.com/wireshark/wireshark/-/issues/14691
4. https://gitlab.com/wireshark/wireshark/-/issues/16192
5. https://gitlab.com/wireshark/wireshark/-/issues/17087
6. https://gitlab.com/wireshark/wireshark/-/issues/17254
7. https://gitlab.com/wireshark/wireshark/-/issues/17278
8. https://gitlab.com/wireshark/wireshark/-/issues/17279
9. https://gitlab.com/wireshark/wireshark/-/issues/17281
10. https://gitlab.com/wireshark/wireshark/-/issues/17293
11. https://gitlab.com/wireshark/wireshark/-/issues/17301
12. https://gitlab.com/wireshark/wireshark/-/issues/17314
13. https://www.wireshark.org/download.html#thirdparty
14. https://ask.wireshark.org/
15. https://www.wireshark.org/lists/
16. https://gitlab.com/wireshark/wireshark/-/issues
17. https://www.wireshark.org/faq.html

View File

@ -33,7 +33,7 @@ wsbuglink:17331[].
// Fixed in master: b7a0650e06
// Fixed in release-3.4: 04f9d3e097
// Fixed in master-3.2: 01c31e7a14
// CVSS AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L
// CVSS AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
The following bugs have been fixed:

View File

@ -48,6 +48,9 @@
</screenshots>
<update_contact>wireshark-dev_at_wireshark.org</update_contact>
<releases>
<release version="3.4.5" date="2021-04-21">
<url>https://www.wireshark.org/docs/relnotes/wireshark-3.4.5.html</url>
</release>
<release version="3.4.4" date="2021-03-10">
<url>https://www.wireshark.org/docs/relnotes/wireshark-3.4.4.html</url>
</release>