summaryrefslogtreecommitdiff
path: root/reordertcp.py
AgeCommit message (Collapse)AuthorFilesLines
2020-06-23reordertcp.py: quick utility to sort a TCP stream in a capturePeter Wu1-0/+58
There is a known issue where out-of-order TCP segments breaks HTTP/2 dissection and TLS reassembly, even with the TCP Reassemble out-of-order segments preference enabled. This utility works around that issue by sorting TCP segments within a capture. Requires scapy, install with: pip3 install scapy