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.2.6 Date: Thu, 11 Jul 2024 15:41:46 +0200 Message-ID: <20240711134146.3521843-2-adolf.belka@ipfire.org> In-Reply-To: <20240711134146.3521843-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3445737992809879790==" List-Id: --===============3445737992809879790== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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: =E2=80=A2 wnpa-sec-2024-10[4] SPRT dissector crash. Issue 19559[5]. The following bugs have been fixed: =E2=80=A2 RADIUS dissector=E2=80=99s dictionary loading broken in many = ways. Issue 6466[6]. =E2=80=A2 3.4 =E2=86=92 3.6.5 ASCII display is broken on CentOS 7. Issu= e 18096[7]. =E2=80=A2 Funnel/Lua: Closing child window disconnects buttons of paren= t. Issue 18386[8]. =E2=80=A2 Lua detection fails with Alpine Linux: missing: LUA_LIBRARIES. Issue 19841[9]. =E2=80=A2 vnd.3gpp.5gnas payloads of type SMS not decoded inside HTTP2 = 5GC. Issue 19845[10]. =E2=80=A2 TCP Stream Graphs green sliding window line not displayed correctly. Issue 19846[11]. =E2=80=A2 Wireshark window doesn=E2=80=99t fully fit on screen on small= resolutions and can=E2=80=99t be resized properly on Russian language. Issue 19861[12]. =E2=80=A2 Wireshark started from command line doesn=E2=80=99t set gui.fileopen_remembered_dir correctly on Windows. Issue 19891[13]. =E2=80=A2 Wireshark expects wrong length for DHCP Relay Agent Informati= on Source Port Suboption. Issue 19909[14]. =E2=80=A2 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 --- 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 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 =20 SUMMARY =3D A Network Traffic Analyser =20 -VER =3D 4.2.5 +VER =3D 4.2.6 =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 16 +PAK_VER =3D 17 =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 536743a7e402f7a511d7612454d9770f0e67a0f2ebc1ab49912b12= 965e605f2082eff37f41f7642b89859257926ce13d88728194b79cbe5dcf6b15d72516c5fc +$(DL_FILE)_BLAKE2 =3D 880acf82c7e535b89ce8b41293c90197825ffe1132720337e77b3d= cee0eaf476cb3faa6f9b42d3864e9f6892e624d0b286afdaf6bbe7e6b60483296d087a4bc3 =20 install : $(TARGET) =20 --=20 2.45.2 --===============3445737992809879790==--