From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cD7Xz5nhPz30Q7 for ; Fri, 29 Aug 2025 19:26:11 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cD7Xw33SJz30RR for ; Fri, 29 Aug 2025 19:26:08 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4cD7Xq1LK9z5Md; Fri, 29 Aug 2025 19:26:03 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1756495563; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0mc4UsnUPYjoTQo2eWXl9Kukrm/H8r3TS+F3KsQnFW0=; b=olV3nQ8+vydx2bssNk2ozB062kWJTGyNmDWoZGtUdh3lrv1bUWruqJnOqD6iir6ttotZN1 6SVzM1cbsE7p6iCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1756495563; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0mc4UsnUPYjoTQo2eWXl9Kukrm/H8r3TS+F3KsQnFW0=; b=sP4uxaIrF6Aq2Md3JAAO3zVy7xskW4f0N5t2lRC44zq4iAJ5RlhfSAFRdygG8tUy/TiQZ/ VlAhSIMlIjJtH8vorycSdeqUQVHQRMyvZ33MbQwjZVaWT5EzuJAbl1q92rAtypxbuf+ytR YFPhG7sONbYyL5CFcRaMYYpH2BlKGFFNkE9OyGy3WGajJUsn6SrlbABaidhXNc3wElL1RP /OPcYzZJ0gQ61yGU6oS0I01QRU3mGxJ6iZaRWcd4v+M0iGkBDMvpjKKU/M+V/GD23OmWEd iCItPNtC8S6HO6qbqVnfX9A1ep8A26W6AI9QeNVzwljE9L9DSHP7FsVanh4vDQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] tshark: Update to version 4.4.9 Date: Fri, 29 Aug 2025 21:26:00 +0200 Message-ID: <20250829192600.3423603-3-adolf.belka@ipfire.org> In-Reply-To: <20250829192600.3423603-1-adolf.belka@ipfire.org> References: <20250829192600.3423603-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - 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 --- 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.51.0