dissector bug protocol http,saved_layers_len < 500
I created a pcap
file with the following command:
tshark -r my_orig_pcap_file -Y 'ip.src=213.217.45.97 and tcp.srcport==2160 and ip.dst==213.217.45.97 and tcpdstport==443' -w my_output file.pcap
Then I get the following output:
** (process:2067): WARNING **: Dissector bug, protocl HTTP, in packet 8482211, /build/wireshark-rkutmk/wireshark3.2.4/epan/packet.c:761: failed assertion "saved_layers_len < 500"
Can you load the PCAP file in a current Wireshark version, i.e. Wireshark 3.6.3. Does that show the same?