Hacker News new | ask | show | jobs
by Flocular 1509 days ago
Sadly it's missing a native TCP-reassambly. Was caught by suprise by that recently, but there's always pyshark
1 comments

Unfortunately, in my experience Wireshark sometimes fails to reassemble TCP streams after a retransmission or out-of-order event, despite the presence of a checkbox to do just that...
I wrote a pcap re-orderer (with scapy) just for this bug.