Sat Oct 9 07:44:32 2021 UTC ()
wireshark: updated to 3.4.9

Wireshark 3.4.9 Release Notes

Bug Fixes

 The following bugs have been fixed:

   • TShark PDML output embeds "proto" elements within other "proto"
     elements Issue 10588[1].

   • Filter expressions comparing against single-octet hex strings
     where the hex digit string equals a protocol name don’t work
     Issue 12810[2].

   • AMQP 0.9: dissector fails to handle Content-Body frame split
     across TCP packets Issue 14217[3].

   • IEEE 802.15.4: Missing check on "PAN ID Present" bit of the
     Multipurpose Frame Control field Issue 17496[4].

   • Wireshark ignored some character in filename when exporting SMB
     objects. Issue 17530[5].

   • tshark -z credentials: assertion failed: (allocator→in_scope)
     Issue 17576[6].

   • IS-IS Extended IP Reachability Prefix-SID not decoded properly
     Issue 17610[7].

   • Error when reloading lua plugins with a capture file loaded via a
     custom lua file handler Issue 17615[8].

   • Absolute time UTC field filters are constructed incorrectly,
     don’t match the packet Issue 17617[9].

   • GUI freezes when clicking on large (non-capture) file in File
     chooser Issue 17620[10].

   • Crash after selecting a different profile while capturing Issue
     17622[11].

   • BT-DHT reports malformed packets that are actually uTP on same
     connection Issue 17626[12].

New and Updated Features

New Protocol Support

 There are no new protocols in this release.

Updated Protocol Support

 AMQP, Aruba IAP, BGP, BT-DHT, CoAP, DCERPC SPOOLSS, Diameter, EPL,
 GSM A-bis OML, GSM A-I/F COMMON, GSM SIM, IEEE 1905.1a, IEEE
 802.15.4, IMAP, InfiniBand, ISIS LSP, ISObus VT, JPEG, MP2T,
 NORDIC_BLE, QUIC, RTCP, SDP, SMB, TWAMP-Control, USB HID, and VSS
 Monitoring

New and Updated Capture File Support

 CAM Inspector, Ixia IxVeriWave, pcapng, and USBDump


(adam)
diff -r1.257 -r1.258 pkgsrc/net/wireshark/Makefile
diff -r1.63 -r1.64 pkgsrc/net/wireshark/PLIST
diff -r1.147 -r1.148 pkgsrc/net/wireshark/distinfo

cvs diff -r1.257 -r1.258 pkgsrc/net/wireshark/Makefile (expand / switch to unified diff)

--- pkgsrc/net/wireshark/Makefile 2021/09/29 19:01:12 1.257
+++ pkgsrc/net/wireshark/Makefile 2021/10/09 07:44:31 1.258
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.257 2021/09/29 19:01:12 adam Exp $ 1# $NetBSD: Makefile,v 1.258 2021/10/09 07:44:31 adam Exp $
2 2
3DISTNAME= wireshark-3.4.8 3DISTNAME= wireshark-3.4.9
4PKGREVISION= 1 
5CATEGORIES= net 4CATEGORIES= net
6MASTER_SITES= https://www.wireshark.org/download/src/ 5MASTER_SITES= https://www.wireshark.org/download/src/
7EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://www.wireshark.org/ 9HOMEPAGE= https://www.wireshark.org/
11COMMENT= Network protocol analyzer 10COMMENT= Network protocol analyzer
12LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
13 12
14CONFLICTS+= ethereal-[0-9]* 13CONFLICTS+= ethereal-[0-9]*
15 14
16USE_CMAKE= yes 15USE_CMAKE= yes
17CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release 16CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release

cvs diff -r1.63 -r1.64 pkgsrc/net/wireshark/PLIST (expand / switch to unified diff)

--- pkgsrc/net/wireshark/PLIST 2021/08/26 08:22:49 1.63
+++ pkgsrc/net/wireshark/PLIST 2021/10/09 07:44:31 1.64
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.63 2021/08/26 08:22:49 adam Exp $ 1@comment $NetBSD: PLIST,v 1.64 2021/10/09 07:44:31 adam Exp $
2bin/capinfos 2bin/capinfos
3bin/captype 3bin/captype
4bin/dumpcap 4bin/dumpcap
5bin/editcap 5bin/editcap
6bin/idl2wrs 6bin/idl2wrs
7bin/mergecap 7bin/mergecap
8bin/mmdbresolve 8bin/mmdbresolve
9bin/randpkt 9bin/randpkt
10bin/rawshark 10bin/rawshark
11bin/reordercap 11bin/reordercap
12bin/sharkd 12bin/sharkd
13bin/text2pcap 13bin/text2pcap
14bin/tshark 14bin/tshark
@@ -605,30 +605,30 @@ include/wireshark/wsutil/tempfile.h @@ -605,30 +605,30 @@ include/wireshark/wsutil/tempfile.h
605include/wireshark/wsutil/time_util.h 605include/wireshark/wsutil/time_util.h
606include/wireshark/wsutil/type_util.h 606include/wireshark/wsutil/type_util.h
607include/wireshark/wsutil/unicode-utils.h 607include/wireshark/wsutil/unicode-utils.h
608include/wireshark/wsutil/utf8_entities.h 608include/wireshark/wsutil/utf8_entities.h
609include/wireshark/wsutil/ws_cpuid.h 609include/wireshark/wsutil/ws_cpuid.h
610include/wireshark/wsutil/ws_mempbrk.h 610include/wireshark/wsutil/ws_mempbrk.h
611include/wireshark/wsutil/ws_mempbrk_int.h 611include/wireshark/wsutil/ws_mempbrk_int.h
612include/wireshark/wsutil/ws_pipe.h 612include/wireshark/wsutil/ws_pipe.h
613include/wireshark/wsutil/ws_printf.h 613include/wireshark/wsutil/ws_printf.h
614include/wireshark/wsutil/wsjson.h 614include/wireshark/wsutil/wsjson.h
615include/wireshark/wsutil/xtea.h 615include/wireshark/wsutil/xtea.h
616lib/libwireshark.so 616lib/libwireshark.so
617lib/libwireshark.so.14 617lib/libwireshark.so.14
618lib/libwireshark.so.14.0.8 618lib/libwireshark.so.14.0.9
619lib/libwiretap.so 619lib/libwiretap.so
620lib/libwiretap.so.11 620lib/libwiretap.so.11
621lib/libwiretap.so.11.0.8 621lib/libwiretap.so.11.0.9
622lib/libwsutil.so 622lib/libwsutil.so
623lib/libwsutil.so.12 623lib/libwsutil.so.12
624lib/libwsutil.so.12.0.0 624lib/libwsutil.so.12.0.0
625lib/pkgconfig/wireshark.pc 625lib/pkgconfig/wireshark.pc
626lib/wireshark/cmake/FindGLIB2.cmake 626lib/wireshark/cmake/FindGLIB2.cmake
627lib/wireshark/cmake/FindWSLibrary.cmake 627lib/wireshark/cmake/FindWSLibrary.cmake
628lib/wireshark/cmake/FindWSWinLibs.cmake 628lib/wireshark/cmake/FindWSWinLibs.cmake
629lib/wireshark/cmake/LocatePythonModule.cmake 629lib/wireshark/cmake/LocatePythonModule.cmake
630lib/wireshark/cmake/UseAsn2Wrs.cmake 630lib/wireshark/cmake/UseAsn2Wrs.cmake
631lib/wireshark/cmake/UseMakePluginReg.cmake 631lib/wireshark/cmake/UseMakePluginReg.cmake
632lib/wireshark/cmake/WiresharkConfig.cmake 632lib/wireshark/cmake/WiresharkConfig.cmake
633lib/wireshark/cmake/WiresharkConfigVersion.cmake 633lib/wireshark/cmake/WiresharkConfigVersion.cmake
634lib/wireshark/cmake/WiresharkTargets-release.cmake 634lib/wireshark/cmake/WiresharkTargets-release.cmake

cvs diff -r1.147 -r1.148 pkgsrc/net/wireshark/distinfo (expand / switch to unified diff)

--- pkgsrc/net/wireshark/distinfo 2021/10/07 14:43:03 1.147
+++ pkgsrc/net/wireshark/distinfo 2021/10/09 07:44:31 1.148
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.147 2021/10/07 14:43:03 nia Exp $ 1$NetBSD: distinfo,v 1.148 2021/10/09 07:44:31 adam Exp $
2 2
3RMD160 (wireshark-3.4.8.tar.xz) = 573fd48c88c514de5000835c849d88c7df89e39a 3RMD160 (wireshark-3.4.9.tar.xz) = 7fd30ef3b906fa2301b6a77bd4623633d0b46f23
4SHA512 (wireshark-3.4.8.tar.xz) = 962ab4d85ca0686c69470a63e516c0e46fbd8f9eb09e1c5f689f37b5c804c6da3e50b96144adc8e2bff6af67e1c9435db54581c8f1ec5908e27e348691bda1c8 4SHA512 (wireshark-3.4.9.tar.xz) = 479abcf7b44504a269b73201da5aabac0d7770cd779a325df3214b6df5dc37e175f2889165a933c2902001a06c8141768f35cd8ca35cc55fc6cf30a482ea27eb
5Size (wireshark-3.4.8.tar.xz) = 32314976 bytes 5Size (wireshark-3.4.9.tar.xz) = 32335284 bytes
6SHA1 (patch-CMakeLists.txt) = 371f16d57fd6d33c2c1c8cb4f54cf3c16ca2afce 6SHA1 (patch-CMakeLists.txt) = 371f16d57fd6d33c2c1c8cb4f54cf3c16ca2afce