Copyright 1998-2019 Gerald Combs <gerald@wireshark.org> and contributors.
License GPLv2+: GNU GPL version 2 or later <http://www.gnu.org/licenses/old-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 libpcap, without POSIX capabilities, with GLib 2.37.6,
with zlib 1.2.8, with SMI 0.4.8, with c-ares 1.15.0, with Lua 5.2.4, with GnuTLS
3.4.17, with Gcrypt 1.7.7, with MIT Kerberos, with MaxMind DB resolver, with
nghttp2 1.21.0, with LZ4, with Snappy, with libxml2 2.9.9.
Running on Mac OS X 10.14.3, build 18D109 (Darwin 18.2.0), with Intel(R)
Core(TM) i7-6920HQ CPU @ 2.90GHz (with SSE4.2), with 16384 MB of physical
memory, with locale
en_US.UTF-8/en_US.UTF-8/de_DE.UTF-8/en_US.UTF-8/de_DE.UTF-8/en_US.UTF-8, with
libpcap version 1.8.1 -- Apple version 79.200.4, with GnuTLS 3.4.17, with Gcrypt
1.7.7, with zlib 1.2.11, binary plugins supported (0 loaded).
Built using clang 4.2.1 Compatible Apple LLVM 10.0.0 (clang-1000.11.45.5).
When I runtshark -Tek -r FILEI encounter errors like this:** (process:74115): ERROR **: Bad json_dumper state: illegal transition; change=2 type=0 depth=3 prev/curr/next state=0a 00 01It does not happen for all files, but for example, for several files in the test/captures directory of the Wireshark source code. I don't remember encountering the issue with 2.6, but have not tested the same file on both versions.In the Wireshark source directory (commit 5f4cb695984916c90649fadd550830c8dceb7fdf): the following files lead to the error$ for i in test/captures/*; do tshark -Tek -r $i > /dev/null || echo $i; done 2>/dev/nulltest/captures/c1222_std_example8.pcaptest/captures/dhe1.pcapng.gztest/captures/dmgr.pcapngtest/captures/dns-ooo.pcaptest/captures/dtls12-aes128ccm8-dsb.pcapngtest/captures/dtls12-aes128ccm8.pcaptest/captures/http-ooo.pcaptest/captures/http-ooo2.pcaptest/captures/http.pcaptest/captures/http2-data-reassembly.pcaptest/captures/ikev1-bug-12610.pcapng.gztest/captures/ikev1-bug-12620.pcapng.gztest/captures/ikev1-certs.pcaptest/captures/ikev2-decrypt-3des-sha1_160.pcaptest/captures/ikev2-decrypt-aes128ccm12-2.pcaptest/captures/ikev2-decrypt-aes128ccm12.pcaptest/captures/ikev2-decrypt-aes192ctr.pcaptest/captures/ikev2-decrypt-aes256cbc.pcapngtest/captures/ikev2-decrypt-aes256ccm16.pcapngtest/captures/ikev2-decrypt-aes256gcm16.pcaptest/captures/ikev2-decrypt-aes256gcm8.pcaptest/captures/knxip_SecureWrapper.pcaptest/captures/knxip_TimerNotify.pcaptest/captures/krb-816.pcap.gztest/captures/many_interfaces.pcapng.1test/captures/many_interfaces.pcapng.2test/captures/packet-h2-14_headers.pcapngtest/captures/retrans-tls.pcaptest/captures/rsa-p-lt-q.pcaptest/captures/rsasnakeoil2.pcaptest/captures/sample_control4_2012-03-24.pcaptest/captures/segmented_fpm.pcaptest/captures/sip.pcapngtest/captures/sipmsg.logtest/captures/smb300-aes-128-ccm.pcap.gztest/captures/smb311-aes-128-ccm.pcap.gztest/captures/snakeoil-dtls.pcaptest/captures/tcp-badsegments.pcaptest/captures/text2pcap_hash_eol.txttest/captures/tls-renegotiation.pcaptest/captures/tls12-aes128ccm.pcaptest/captures/tls12-aes256gcm.pcaptest/captures/tls12-chacha20poly1305.pcaptest/captures/tls12-dsb.pcapngtest/captures/tls13-20-chacha20poly1305.pcaptest/captures/tls13-rfc8446.pcaptest/captures/udt-dtls.pcapng.gztest/captures/wireguard-ping-tcp.pcaptest/captures/wireguard-psk.pcaptest/captures/wpa-Induction.pcap.gztest/captures/wpa-eap-tls.pcap.gztest/captures/wpa-test-decode-mgmt.pcap.gztest/captures/wpa-test-decode-tdls.pcap.gztest/captures/wpa-test-decode.pcap.gztest/captures/wpa3-sae.pcapng.gz