Commit 42bcc8f6 authored by Gerald Combs's avatar Gerald Combs
Browse files

Version: 4.2.1 → 4.2.2

[skip ci]
parent cfe37f47
No related merge requests found
Showing with 16 additions and 1373 deletions
+16 -1373
......@@ -57,7 +57,7 @@ endif()
# Updated by tools/make-version.py
set(PROJECT_MAJOR_VERSION 4)
set(PROJECT_MINOR_VERSION 2)
set(PROJECT_PATCH_VERSION 1)
set(PROJECT_PATCH_VERSION 2)
set(PROJECT_BUILD_VERSION 0)
set(PROJECT_VERSION_EXTENSION "")
......
This diff is collapsed.
......@@ -22,65 +22,16 @@ If you or your employer would like to contribute or become a sponsor, please vis
The following vulnerabilities have been fixed:
* wssalink:2024-01[]
GVCP dissector crash.
wsbuglink:19496[].
cveidlink:2024-0208[].
// Fixed in master: a8586fde3a
// Fixed in release-4.2: 9dd7b50c3e
// Fixed in release-4.0: 0a0669c9d4
// Fixed in release-3.6: 4953fa99e7
// CVSS AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
// CWE-674
// * Fuzz job crash output: fuzz-2023-11-23-7156.pcap. wsbuglink:19496[].
* wssalink:2024-02[]
IEEE 1609.2 dissector crash.
wsbuglink:19501[].
cveidlink:2024-0209[].
// Fixed in master: 8f797db63c
// Fixed in release-4.2: c59e392e80
// Fixed in release-4.0: 496679c1c3
// Fixed in release-3.6: 5e94986719
// CVSS AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
// CWE-674
// * OSS-Fuzz bug in fuzzshark: stack overflow in tvb_parse_param and dissect_oer_sequence. wsbuglink:19501[].
* wssalink:2024-03[]
HTTP3 dissector crash.
wsbuglink:19502[].
cveidlink:2024-0207[].
// Fixed in master: 577cc97f32
// Fixed in release-4.2: e9e71ca8c7
// Fixed in release-4.0: xxx
// Fixed in release-3.6: xxx
// CVSS AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
// CWE-125
// * HTTP3 crash in read_qpack_prefixed_integer. wsbuglink:19502[].
* wssalink:2024-04[]
Zigbee TLV dissector crash.
wsbuglink:19504[].
cveidlink:2024-0210[].
// Fixed in master: 98a8a9787b
// Fixed in release-4.2: 649d1398fa
// Fixed in release-4.0: xxx
// Fixed in release-3.6: xxx
// CVSS AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
// CWE-674
// * OSS-Fuzz bug in fuzzshark: stack exhausion for dissect_zbee_tlvs. wsbuglink:19504[].
* wssalink:2024-05[]
DOCSIS dissector crash.
wsbuglink:19557[].
cveidlink:2024-0211[].
// Fixed in master: 77b0583568
// Fixed in release-4.2: 4cac2027e0
// * wssalink:2024-06[]
// Foo dissector {crash,infinite loop,memory leak}.
// wsbuglink:xxx[].
// cveidlink:2024-xxx[].
// Fixed in master: xxx
// Fixed in release-4.2: xxx
// Fixed in release-4.0: xxx
// Fixed in release-3.6: xxx
// CVSS AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
// CWE-125
// * Fuzz job crash output: fuzz-2024-01-01-7166.pcap. wsbuglink:19557[].
The following bugs have been fixed:
......@@ -89,32 +40,6 @@ The following bugs have been fixed:
//* cveidlink:2014-2486[]
//* Wireshark grabs your ID at 3 am, goes to Waffle House, and insults people.
* Capture filters not saved to recently used list. wsbuglink:12918[].
* CFM dissector does not handle Sender ID TLV correctly when Chassis ID Length is zero. wsbuglink:13720[].
* OSS-Fuzz 64290: wireshark:fuzzshark_ip: Global-buffer-overflow in dissect_zcl_read_attr_struct. wsbuglink:19490[].
* Overriding capture options set by preference by command line arguments (like -S) doesn't work. wsbuglink:14549[].
* Segfault when enabling monitor mode on wireless card that falsely claims to support it. wsbuglink:16693[].
* Documented format of temporary file name is out of date in the Wireshark User's Guide. wsbuglink:18464[].
* Selection highlight lost when interface list is sorted. wsbuglink:19133[].
* HTTP3 malformed packets. wsbuglink:19475[].
* Capture filter compilation fails with obscure error message. wsbuglink:19480[].
* XML: Parsing encoding attribute failed when standalone attribute exists. wsbuglink:19485[].
* Display filter expressions where the protocol name starts with digit and contains a hyphen are rejected. wsbuglink:19489[].
* diameter.3GPP-*** display filters not working after upgrade to version 4.2.0. wsbuglink:19493[].
* GigE-vision: Control Protocol shows \"unknown\" as value for ASCII character set. wsbuglink:19494[].
* The HTTP/3 Request Header URI is not correct. wsbuglink:19497[].
* QUIC/TLS not extracting \"h3\" from ALPN in a capture. wsbuglink:19503[].
* Documentation on system requirements should be updated. wsbuglink:19512[].
* 4.2.0: init.lua in subdirectories not loaded anymore. wsbuglink:19516[].
* Malformed SIP/SDP messages: components are not decoded properly. wsbuglink:19518[].
* heuristic_protos do not reset on profile swap. wsbuglink:19520[].
* Wireshark 4.2 crashes on Apply As Column. wsbuglink:19521[].
* NFLOG timestamp is incorrect. wsbuglink:19525[].
* Qt6 Crash (Double Free) When Attempting to Save TCP Stream Graph. wsbuglink:19529[].
* Fixed parsing display filter expressions containing literal OID values, e.g. `snmp.name == 1.3.6.1.2.1.1.3.0`.
=== New and Updated Features
There are no new or updated features in this release.
......@@ -133,7 +58,7 @@ There are no new protocols in this release.
=== Updated Protocol Support
// Add one protocol per line between the -- delimiters.
// ag -A1 '(define PSNAME|proto_register_protocol[^_])' $(git diff --name-only v4.0.11.. | ag packet- | sort -u)
// ag -A1 '(define PSNAME|proto_register_protocol[^_])' $(git diff --name-only v4.2.2.. | ag packet- | sort -u)
[commaize]
--
--
......@@ -142,10 +67,9 @@ There are no new protocols in this release.
There is no new or updated capture file support in this release.
// Add one file type per line between the -- delimiters.
[commaize]
--
pcapng: the if_tsoffset option is now supported.
--
// [commaize]
// --
// --
// === New and Updated Capture Interfaces support
......@@ -158,6 +82,7 @@ pcapng: the if_tsoffset option is now supported.
This document only describes the changes introduced in Wireshark {wireshark-version}.
You can find release notes for prior versions at the following locations:
* https://www.wireshark.org/docs/relnotes/wireshark-4.2.1.html[Wireshark 4.2.1]
* https://www.wireshark.org/docs/relnotes/wireshark-4.2.0.html[Wireshark 4.2.0]
== Getting Wireshark
......
// Common attributes
:wireshark-version: 4.2.1
:wireshark-version: 4.2.2
:logray-version: 0.9.0
// Required for btn, kbd:, and menu: macros.
......
......@@ -314,7 +314,7 @@ add_library(epan
set_target_properties(epan PROPERTIES
COMPILE_DEFINITIONS "WS_BUILD_DLL"
LINK_FLAGS "${WS_LINK_FLAGS}"
VERSION "17.0.1" SOVERSION 17
VERSION "17.0.2" SOVERSION 17
INSTALL_RPATH "${LIBRARY_INSTALL_RPATH}"
# By default the name for a library with target name epan will be libepan,
# but Ethereal is now named Wireshark
......
wireshark (4.2.1) unstable; urgency=low
wireshark (4.2.2) unstable; urgency=low
* Self-made package
......
......@@ -175,7 +175,7 @@ set_target_properties(wiretap PROPERTIES
PREFIX "lib"
COMPILE_DEFINITIONS "WS_BUILD_DLL"
LINK_FLAGS "${WS_LINK_FLAGS}"
VERSION "14.0.1" SOVERSION 14
VERSION "14.0.2" SOVERSION 14
FOLDER "DLLs"
INSTALL_RPATH "${LIBRARY_INSTALL_RPATH}"
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment