What’s New

Bug Fixes

The following vulnerabilities have been fixed:

The following bugs have been fixed:

  • Wireshark appears in German when the system language is Dutch. Issue 20347.

  • Qt: Capture filter combo box does not enforce minimum size or expanding size policy. Issue 21080.

  • BACapp: Error parsing you-are request. Issue 21260.

  • Use-After-Free in Ethernet POWERLINK (EPL) Dissector during profile loading error path. Issue 21267.

  • Sponsor slides are not properly shown. Issue 21268.

  • Buffer overlow/segfault in Catapult DCT2000 dissector via not check no_ddi_entries in header. Issue 21270.

  • Fuzz job issue: fuzz-2026-05-24-14517548985.pcap. Issue 21272.

  • Fuzz job UTF-8 encoding issue: fuzz-2026-06-07-14732586286.pcap. Issue 21331.

  • Memory leak in alp-sample1.pcap. Issue 21343.

  • Memory leak in nspi.pcap. Issue 21344.

  • Heap-Buffer-Overflow in Wireshark Logcat Parser. Issue 21346.

  • IPv6 Ping from Debian (among others) is dissected as "HiPerConTracer" Issue 21349.

  • HEVC (H.265) dissector: bit_offset not advanced after sub_layer_hrd_parameters() causes false Malformed Packet. Issue 21362.

  • dfilter_compile_full: heap-buffer-overflow READ in ws_strptime on a time literal. Issue 21376.

  • Wireshark crashes with a HEAP_CORRUPTION error when using the last saved recent_common file. Issue 21379.

  • Fuzz job issue: fuzz-2026-06-30-15106674620.pcap. Issue 21381.

New and Updated Features

  • The Windows installers are now built with Visual Studio 2026.

New Protocol Support

There are no new protocols in this release.

Updated Protocol Support

ALC, BACapp, C2P, Catapult DCT2000, COTP, CSN.1, DCERPC, DCERPC MAPI, DCERPC NSPI, DNS, DVB-S2-TABLE, eDonkey, EPL, FC ELS, FMP/NOTIFY, H.265, HiPerConTracer, IEEE 802.11, LLS, MEGACO, MIH, MPEG DSM-CC, MS-WSP, RELOAD, SGP.32, SSH, STANAG 4607, UMTS FP, WOWW, and Z39.50

New and Updated Capture File Support

Android Logcat, BLF, DBS Etherwatch, Netlog, and pcapng

New and Updated File Format Decoding Support

There is no new or updated file format support in this release.

Plugin Development Changes

On UN*X systems (excluding macOS when running from an app bundle, as with the official installer) extcap binaries are now searched for under the libexec directory by default, e.g., /usr/libexec/wireshark/extcap instead of /usr/lib64/wireshark/extcap or similar. This is the customary place for helper binaries, which as opposed to libraries do not need multiarch support. The location can be overridden via the environment variable WIRESHARK_EXTCAP_DIR. The extcap binaries shipped with Wireshark are installed in the new location, but third party extcaps may need packaging changes. This change was effective in version 4.6.0, but was not explicitly noted in the release notes previously. Note that some distributions do not use a libexec directory, such as Alpine Linux, which does not have multilib support. On such systems extcap binaries should be in the same location as before.