Copyright 1998-2020 Gerald Combs <gerald@wireshark.org> and contributors. License GPLv2+: GNU GPL version 2 or later <https://www.gnu.org/licenses/gpl-2.0.html> This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled (64-bit) with Qt 5.12.6, with libpcap, without POSIX capabilities, with GLib 2.37.6, with zlib 1.2.11, with SMI 0.4.8, with c-ares 1.15.0, with Lua 5.2.4, with GnuTLS 3.4.17, with Gcrypt 1.8.5, with MIT Kerberos, with MaxMind DB resolver, with nghttp2 1.39.2, with brotli, with LZ4, with Zstandard, with Snappy, with libxml2 2.9.9, with QtMultimedia, with automatic updates using Sparkle, with SpeexDSP (using system library), with SBC, with SpanDSP, with bcg729.
This is a simple bug in the SOME/IP dissector. When you use IPv6 the SOME/IP-SD does not correctly register the port to be dissected as SOME/IP. I forgot to return the port into the variable and always register port 0 instead of the correct one. :(Bugfix was already prepared and will be pushed very soon.This bug affects all Wireshark version with SOME/IP; i.e. 3.2.0 and newer.