- Update from version 4.2.5 to 4.2.6 - Update of rootfile - Changelog 4.2.6 Bug Fixes A regression in the TCP Stream Graph "Time Sequence (tcptrace)" receive window line behavior introduced in 4.2.5 and 4.0.15 has been fixed. Issue 19846[3] The following vulnerability has been fixed: • wnpa-sec-2024-10[4] SPRT dissector crash. Issue 19559[5]. The following bugs have been fixed: • RADIUS dissector’s dictionary loading broken in many ways. Issue 6466[6]. • 3.4 → 3.6.5 ASCII display is broken on CentOS 7. Issue 18096[7]. • Funnel/Lua: Closing child window disconnects buttons of parent. Issue 18386[8]. • Lua detection fails with Alpine Linux: missing: LUA_LIBRARIES. Issue 19841[9]. • vnd.3gpp.5gnas payloads of type SMS not decoded inside HTTP2 5GC. Issue 19845[10]. • TCP Stream Graphs green sliding window line not displayed correctly. Issue 19846[11]. • Wireshark window doesn’t fully fit on screen on small resolutions and can’t be resized properly on Russian language. Issue 19861[12]. • Wireshark started from command line doesn’t set gui.fileopen_remembered_dir correctly on Windows. Issue 19891[13]. • Wireshark expects wrong length for DHCP Relay Agent Information Source Port Suboption. Issue 19909[14]. • SIP P-Access-Network-Info header not correctly decoded. Issue 19917[15]. Updated Protocol Support DHCP, E.212, MySQL, NAS-5GS, PKT CCC, ProtoBuf, RADIUS, RLC-LTE, RTP, SIP, SPRT, Thrift, and Wi-SUN New and Updated Capture File Support log3gpp
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- 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/tshark index b3a75924d..9f40dbc2e 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.17 -usr/lib/libwireshark.so.17.0.5 +usr/lib/libwireshark.so.17.0.6 #usr/lib/libwiretap.so usr/lib/libwiretap.so.14 -usr/lib/libwiretap.so.14.1.5 +usr/lib/libwiretap.so.14.1.6 #usr/lib/libwsutil.so usr/lib/libwsutil.so.15 usr/lib/libwsutil.so.15.0.0 diff --git a/lfs/tshark b/lfs/tshark index 3d3411eb3..7156476d1 100644 --- a/lfs/tshark +++ b/lfs/tshark @@ -26,7 +26,7 @@ include Config
SUMMARY = A Network Traffic Analyser
-VER = 4.2.5 +VER = 4.2.6
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 = 16 +PAK_VER = 17
SERVICES =
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 536743a7e402f7a511d7612454d9770f0e67a0f2ebc1ab49912b12965e605f2082eff37f41f7642b89859257926ce13d88728194b79cbe5dcf6b15d72516c5fc +$(DL_FILE)_BLAKE2 = 880acf82c7e535b89ce8b41293c90197825ffe1132720337e77b3dcee0eaf476cb3faa6f9b42d3864e9f6892e624d0b286afdaf6bbe7e6b60483296d087a4bc3
install : $(TARGET)