Wireshark reassembly stops working after "TCP previous segment not captured"
I'm analiayze the rtp's packet over TCP by wireshark's dissector.
But i found some problem that the rtp dissector stop to dissection when see the TCP packet of retransmitted. I am sorry i cannot upload the image and pcap file to show the question, because i havent 60 points. but doesn't matter, i upload the file to google drive. this is the image and pcap file.
captured packets file, https://drive.google.com/file/d/1SWz6...
On TCP preferences, i already enabled the "Allow subdissector to reassemble TCP streams", "Reassemble out-of-order segments", "Analyze TCP sequence numbers" options, and disabled the "Try heuristic sub-dissectors first", "Do not call subdissectors for error packets."
This image show the problem. https://drive.google.com/file/d/14e42...
either to use lua dissector, i found the wireshark not called the lua subdissector after the number 860 packet.