]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
tshark: Update to version 4.4.8
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 21 Jul 2025 21:26:01 +0000 (23:26 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Jul 2025 09:17:12 +0000 (09:17 +0000)
- Update from version 4.4.7 to 4.4.8
- Update of rootfile
- Changelog
    4.4.8
Bug Fixes
    Renegotiated DTLS session is not being decrypted. Issue 20362.
    Wireshark is completely stuck in initialization because androiddump recv()
     is blocked. Issue 20526.
    Fuzz job UTF-8 encoding issue: fuzz-2025-06-20-7318.pcap. Issue 20585.
    Crash when showing packet in new window after reloading Lua plugins with a
     certain gui.column.format preference. Issue 20588.
    Bug in UDS dissector with Service ReadDataByPeriodicIdentifier Response.
     Issue 20589.
    Packet diagram doesn’t show non-standard field value representations.
     Issue 20590.
    Packet diagram shows representation twice when field type is FT_NONE.
     Issue 20601.
    application/x-www-form-urlencoded key parsed incorrectly following a
     name-value byte sequence with no '=' Issue 20615.
    DNP3 time stamp was unable to work after epoch time(year 2038) Issue 20618.
Updated Protocol Support
ASTERIX, DLT, DNP 3.0, DOF, DTLS, ETSI CAT, Gryphon, IPsec, ISObus VT,
 KRB5, MBIM, RTCP, SLL, STCSIG, TETRA, UDS, and URL Encoded Form Data
New and Updated Capture File Support
pcapng

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 45ccfc7ebc31eaa6a868a3e39aad96d8418b6c2b..1f0a44458ff2a0f2f9c93add1ede9708ff94ead1 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.7
+usr/lib/libwireshark.so.18.0.8
 #usr/lib/libwiretap.so
 usr/lib/libwiretap.so.15
-usr/lib/libwiretap.so.15.0.7
+usr/lib/libwiretap.so.15.0.8
 #usr/lib/libwsutil.so
 usr/lib/libwsutil.so.16
 usr/lib/libwsutil.so.16.0.0
index ad3bfba9bbf851bad4c318943e28080b107e0660..6d04ca6019540c5cbb29083f5cfda3ca8ac1842a 100644 (file)
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = A Network Traffic Analyser
 
-VER        = 4.4.7
+VER        = 4.4.8
 
 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    = 26
+PAK_VER    = 27
 
 SERVICES   =
 
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 9813d67e8e8fb7a8c4fb2bbb7d4a541a0f5a80ef3ea47c097b5488798dcb518bdd6db644438348b1110f15126761fa8fbe3c3f8e0f8fea781cdfa918a84c057d
+$(DL_FILE)_BLAKE2 = d749d39e9aaaefce7fb55a6e8d2bc5122920a3d5b306fe414cf3b8519c094ac896a3684a2d50f2ec6678ffa129c3a8a537ff9d1234e63dc3d4cd055b8dea4618
 
 install : $(TARGET)