Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-25 | Switch to scapy with python 3. | Alexander Bluhm | |
2018-07-30 | Replace fork with sniffer thread in Python. Clear the BPF list | Alexander Bluhm | |
before sniffing, Scapy 2.4.0 remembers old packets that confuse the test. | |||
2017-01-19 | Our kernel does not generate IPv6 atomic fragments anymore. Check | Alexander Bluhm | |
that the test does not receive any. | |||
2017-01-18 | Do not use privileged or NFS source ports for UDP packets as inetd | Alexander Bluhm | |
ignores such packets. This should avoid some sporadic failures. While there, use variable names consistently in all tests. | |||
2017-01-18 | Add tests that generate IPv6 atomic fragments for UDP and TCP by | Alexander Bluhm | |
sending an ICMP6 too big packet with MTU 1272. |