summaryrefslogtreecommitdiff
path: root/crafted-pkt/tls-handshake-fragments.py
AgeCommit message (Collapse)AuthorFilesLines
2019-04-18crafted-pkt/tls-handshake-fragments.py: actual fragment TCPPeter Wu1-3/+7
Actually fragment or coalesce TLS records across TCP segments.
2019-04-18crafted-pkt/tls-handshake-fragments.py: test for bug 3303Peter Wu1-0/+79
Dumb fuzzer for verifying that handshake reassembly works. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3303