#
527238f8 |
| 25-Dec-2020 |
bluhm <bluhm@openbsd.org> |
Switch to scapy with python 3.
|
#
7b3475a7 |
| 01-Mar-2017 |
bluhm <bluhm@openbsd.org> |
Use consistent address schema with local and remote machine. Fill variables with example IPs from my daily test run.
|
#
9ae5678b |
| 18-Jan-2017 |
bluhm <bluhm@openbsd.org> |
Do not use privileged or NFS source ports for UDP packets as inetd ignores such packets. This should avoid some sporadic failures. While there, use variable names consistently in all tests.
|
#
233b170e |
| 17-Nov-2016 |
bluhm <bluhm@openbsd.org> |
Put all make targets in a loop and print a little more what each IPv6 fragment header test is doing.
|
#
7553dc43 |
| 22-May-2016 |
bluhm <bluhm@openbsd.org> |
Fix tests: Restrict getpid() to lower 16 bit so that it can still be used as packet id. Now scapy calls nexthopmtu with this name explicitly in icmp structure.
|
#
9c70e3bf |
| 19-Dec-2014 |
bluhm <bluhm@openbsd.org> |
Use a simpler expression to check the ether type in scapy. This makes the fragment tests work on FreeBSD. From Ilya Bakulin.
|
#
6de4c68b |
| 23-Jul-2013 |
bluhm <bluhm@openbsd.org> |
fix typo in fragment payload
|
#
46dd4a5a |
| 11-Jan-2012 |
bluhm <bluhm@openbsd.org> |
Do not read dstaddr from command line, get it from addr.py.
|
#
741f9993 |
| 06-Jan-2012 |
bluhm <bluhm@openbsd.org> |
Add tests for IPv6 fragment reassembly. Hand-crafted ping6 echo-request fragments are sent by scapy to the target machine. There they get reassembled and a echo-reply comes back. The ping6 payload
Add tests for IPv6 fragment reassembly. Hand-crafted ping6 echo-request fragments are sent by scapy to the target machine. There they get reassembled and a echo-reply comes back. The ping6 payload is checked.
show more ...
|