Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to scapy with python 3. | 2020-12-25 | 1 | -8/+8 | |
| | |||||
* | Use consistent address schema with local and remote machine. Fill | 2017-03-01 | 1 | -6/+7 | |
| | | | | variables with example IPs from my daily test run. | ||||
* | IPv6 packets with routing header 0 are dropped by pf, but answered | 2017-02-28 | 1 | -0/+2 | |
| | | | | | with ICMP6 parameter problem by the network stack. This test expects the ICMP6 packets, so disable pf on the remote machine temporarily. | ||||
* | Do not use privileged or NFS source ports for UDP packets as inetd | 2017-01-18 | 1 | -2/+2 | |
| | | | | | ignores such packets. This should avoid some sporadic failures. While there, use variable names consistently in all tests. | ||||
* | Fix tests: Restrict getpid() to lower 16 bit so that it can still | 2016-05-22 | 1 | -1/+1 | |
| | | | | | be used as packet id. Now scapy calls nexthopmtu with this name explicitly in icmp structure. | ||||
* | Use a simpler expression to check the ether type in scapy. This | 2014-12-19 | 1 | -1/+1 | |
| | | | | makes the fragment tests work on FreeBSD. From Ilya Bakulin. | ||||
* | Fix typo prt -> ptr. | 2013-11-13 | 1 | -3/+3 | |
| | |||||
* | Use scapy to test IPv6 packets with routing header type 0. | 2013-10-20 | 1 | -0/+41 | |