From 8de5c299f9674cbeb6eff05eaaf696fd03915ce1 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Fri, 29 Aug 2025 21:26:00 +0200 Subject: [PATCH] tshark: Update to version 4.4.9 - Update from version 4.4.8 to 4.4.9 - Update of rootfile - Changelog 4.4.9 Bug Fixes wnpa-sec-2025-03 SSH dissector crash. Issue 20642. RDM Product Detail List ID Disect incorrect. Issue 20612. SCCP LUDT segmentation decoding fails. Issue 20647. Ciscodump fails to start capture on Cisco IOS. Issue 20655. [BACnet] WritePropertyMultiple closing context tag 1 not showing. Issue 20665. Bug in LZ77 decoder; reads a 16-bit length when it should read a 32-bit length. Issue 20671. New and Updated Features New Protocol Support There are no new protocols in this release. Updated Protocol Support BACapp, LIN, MySQL, RDM, SABP, SCCP, sFlow, and SSH New and Updated Capture File Support There is no new or updated capture file support in this release. Updated File Format Decoding Support There is no updated file format support in this release. Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- config/rootfiles/packages/tshark | 4 ++-- lfs/tshark | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/packages/tshark b/config/rootfiles/packages/tshark index 1f0a44458..1778ebb0b 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.8 +usr/lib/libwireshark.so.18.0.9 #usr/lib/libwiretap.so usr/lib/libwiretap.so.15 -usr/lib/libwiretap.so.15.0.8 +usr/lib/libwiretap.so.15.0.9 #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 6d04ca601..6f88045c6 100644 --- a/lfs/tshark +++ b/lfs/tshark @@ -26,7 +26,7 @@ include Config SUMMARY = A Network Traffic Analyser -VER = 4.4.8 +VER = 4.4.9 THISAPP = wireshark-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = d749d39e9aaaefce7fb55a6e8d2bc5122920a3d5b306fe414cf3b8519c094ac896a3684a2d50f2ec6678ffa129c3a8a537ff9d1234e63dc3d4cd055b8dea4618 +$(DL_FILE)_BLAKE2 = e3a9b959087f720d6ea76205d5a3fc69227a484998ce964ce3c0ecfd0dfb974b7035f7f026830e08c5bed38051a3c977717d3dffcdc2169d5bcaf6022f19e9de install : $(TARGET) -- 2.47.3