Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to scapy with python 3. | 2020-12-25 | 1 | -28/+28 | |
| | |||||
* | New scapy 2.4.0 buffers packets at the bfp layer. Call sniff() to | 2018-07-29 | 1 | -1/+15 | |
| | | | | | | | 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. | ||||
* | I am trying to find a bug that seems to be triggered by a combination | 2017-10-27 | 1 | -0/+127 | |
of TCP timing and socket splicing. Add tests that use Scapy scripts as client and server. That allows to drop, delay and retransmit single TCP packets to execute various code paths in the remote OpenBSD stack. |