Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Wrap long lines. | 2020-12-25 | 1 | -5/+10 | |
| | |||||
* | Switch to scapy with python 3. | 2020-12-25 | 1 | -13/+13 | |
| | |||||
* | 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. | ||||
* | Do not use privileged or NFS source ports for UDP packets as inetd | 2017-01-18 | 1 | -8/+10 | |
| | | | | | ignores such packets. This should avoid some sporadic failures. While there, use variable names consistently in all tests. | ||||
* | Put all make targets in a loop and print a little more what each | 2016-11-17 | 1 | -2/+2 | |
| | | | | IPv6 fragment header test is doing. | ||||
* | 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 in fragment payload | 2013-07-23 | 1 | -1/+1 | |
| | |||||
* | After overlapping IPv6 fragments have been dropped, new fragments | 2012-01-23 | 1 | -5/+4 | |
| | | | | with the same id get reassembled into a valid packet. Adapt test. | ||||
* | Do not read dstaddr from command line, get it from addr.py. | 2012-01-11 | 1 | -4/+3 | |
| | |||||
* | According to RFC 5722 we drop all IPv6 fragments that belong to a | 2012-01-10 | 1 | -0/+55 | |
packet with overlaps. Adapt existing tests and add one more. |