Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to scapy with python 3. | 2020-12-25 | 1 | -21/+21 | |
| | |||||
* | New scapy 2.4.0 buffers packets at the bfp layer. Call sniff() to | 2018-07-29 | 1 | -0/+4 | |
| | | | | | | | clear this list when starting the sniffer thread. The TCP sequence number check in sr1() became more strict. Use the sniffer thread to capture retransmitted packetes which the new TCP answers() check ignores now. | ||||
* | Wait for the splicing syscall by grepping it in the relay log. This | 2017-11-08 | 1 | -0/+13 | |
| | | | | ensures that scapy's SYN+ACK packet hits the TCP stack when it hurts. | ||||
* | Test more variations of TCP packets in the scapy splicing tests. | 2017-11-07 | 1 | -0/+106 | |
Delay connect and SYN+ACK to splice data into a connecting socket. |