]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
tshark: Update to version 4.4.4
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 20 Feb 2025 20:57:44 +0000 (21:57 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 22 Feb 2025 13:58:33 +0000 (13:58 +0000)
- 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. Issue
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 → Conversations window
causes crash. Issue 20357.
    FTBFS with Ubuntu development (25.04) release. Issue 20359.
    DNS enable_qname_stats crash Wireshark when QDCOUNT == 0. Issue 20367.
    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’t 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 <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/tshark
lfs/tshark

index 02e4f47e2ab4415cd14c9ebbb34c19a7f4e9a81a..c16bff26e58ccb9c5312e574d1ec509046c44764 100644 (file)
@@ -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
index ca451fbe7fb2a3729cab42a3039e7f5909d1f332..4c513f3070340f848982fd550542dbafe14c5c65 100644 (file)
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = A Network Traffic Analyser
 
-VER        = 4.4.3
+VER        = 4.4.4
 
 THISAPP    = wireshark-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -35,7 +35,7 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = tshark
 DEPS       = c-ares
-PAK_VER    = 21
+PAK_VER    = 22
 
 SERVICES   =
 
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = b6a7348a4da0f6160e325e3345b508ae9e0ca900a2c0d308cb70d3da216ff90818e0439be3ef5f89dc87166e566d8b7d77f6fff114b5b303a5ad9b72e5665be4
+$(DL_FILE)_BLAKE2 = 86c0d2bdb341f291180a021ecdef5d07c4a05e4296207925ca2443017a78a8cffdb98ac6890c2968c7bd1e42c9a43cab9770599d715729a4e63b486c73ae2ba9
 
 install : $(TARGET)