From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] tshark: Update to version 4.4.4 Date: Thu, 20 Feb 2025 21:57:44 +0100 Message-ID: <20250220205744.3272784-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1326138431220441474==" List-Id: --===============1326138431220441474== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 4.4.3 to 4.4.4 - Update of rootfile - Changelog 4.4.4 The following vulnerabilities have been fixed: wnpa-sec-2025-01 Bundle Protocol and CBOR dissector {crash,infinite loop, memory leak}. Issue 20373. The following bugs have been fixed: Crash when sorting columns during capture with display filter active. Is= sue 20263. OSS-Fuzz 384757274: Invalid-bool-value in dissect_tcp. Issue 20300. Test failure in 4.4.2/4.4.3: test_sharkd_req_follow_http2. Issue 20330. Regression in extcap interface toolbar. Issue 20354. Clicking outside columns in TCP tab of Statistics =E2=86=92 Conversation= s window causes crash. Issue 20357. FTBFS with Ubuntu development (25.04) release. Issue 20359. DNS enable_qname_stats crash Wireshark when QDCOUNT =3D=3D 0. Issue 2036= 7. Windows: Android extcap plugin fails with "Broken socket connection" if there are no new packets for 2sec. Issue 20386. TECMP: Calculation of lifecycle start in Status message is wrong. Issue = 20387. MQTT v5.0 properties total length presentation is incorrect. Issue 20389. TShark doesn=E2=80=99t resolve addresses in custom "hosts" files. Issue = 20391. Incorrect JA4 fingerprint with empty ciphers. Issue 20394. New and Updated Features Updated Protocol Support CESoETH, DNS, IEEE 1609.2, ISOBUS, ITS, MPLS, MQTT, PDU Transport, RTP, TCP, TECMP, WebSocket, and WSMP New and Updated Capture File Support CLLog, EMS, and ERF Signed-off-by: Adolf Belka --- config/rootfiles/packages/tshark | 4 ++-- lfs/tshark | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/packages/tshark b/config/rootfiles/packages/tsh= ark index 02e4f47e2..c16bff26e 100644 --- a/config/rootfiles/packages/tshark +++ b/config/rootfiles/packages/tshark @@ -12,10 +12,10 @@ usr/bin/dumpcap usr/bin/tshark #usr/lib/libwireshark.so usr/lib/libwireshark.so.18 -usr/lib/libwireshark.so.18.0.3 +usr/lib/libwireshark.so.18.0.4 #usr/lib/libwiretap.so usr/lib/libwiretap.so.15 -usr/lib/libwiretap.so.15.0.3 +usr/lib/libwiretap.so.15.0.4 #usr/lib/libwsutil.so usr/lib/libwsutil.so.16 usr/lib/libwsutil.so.16.0.0 diff --git a/lfs/tshark b/lfs/tshark index ca451fbe7..4c513f307 100644 --- a/lfs/tshark +++ b/lfs/tshark @@ -26,7 +26,7 @@ include Config =20 SUMMARY =3D A Network Traffic Analyser =20 -VER =3D 4.4.3 +VER =3D 4.4.4 =20 THISAPP =3D wireshark-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -35,7 +35,7 @@ DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D tshark DEPS =3D c-ares -PAK_VER =3D 21 +PAK_VER =3D 22 =20 SERVICES =3D =20 @@ -47,7 +47,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D b6a7348a4da0f6160e325e3345b508ae9e0ca900a2c0d308cb70d3= da216ff90818e0439be3ef5f89dc87166e566d8b7d77f6fff114b5b303a5ad9b72e5665be4 +$(DL_FILE)_BLAKE2 =3D 86c0d2bdb341f291180a021ecdef5d07c4a05e4296207925ca2443= 017a78a8cffdb98ac6890c2968c7bd1e42c9a43cab9770599d715729a4e63b486c73ae2ba9 =20 install : $(TARGET) =20 --=20 2.48.1 --===============1326138431220441474==--