Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | py3-scapy is now scapy | 2020-12-30 | 1 | -3/+3 | |
| | | | | OK bluhm sthen | ||||
* | Wrap long lines. | 2020-12-26 | 1 | -2/+2 | |
| | |||||
* | Send fragment that reaches beyond max packet length. pf ignores | 2020-12-25 | 2 | -1/+60 | |
| | | | | it, but stack somehow puts it into the fragment queue. | ||||
* | Switch to scapy with python 3. | 2020-12-25 | 24 | -263/+263 | |
| | |||||
* | Remove echo headlines. | 2020-12-17 | 1 | -11/+1 | |
| | |||||
* | Do not create files as dependency of .BEGIN rule. Noticed by | 2020-01-15 | 1 | -3/+3 | |
| | | | | deraadt@ with make obj in regress. | ||||
* | Make checksum comparison more robust. 0xffff is the same as 0. | 2019-09-19 | 1 | -1/+1 | |
| | |||||
* | Simplify the detection for installed python and scapy. Refactor | 2019-05-10 | 1 | -30/+23 | |
| | | | | | these tests to make them similar. Use the setup and cleanup variables. | ||||
* | Send many small fragments that exceed the pf reassembly queue limit. | 2018-09-10 | 2 | -1/+77 | |
| | |||||
* | Fragment one large 64k IP ping packet into 155 fragments, each with | 2018-09-07 | 1 | -0/+62 | |
| | | | | | 424 bytes payload. Send them in random order. Expect a fragment with matching echo reply header. | ||||
* | Use correct environment variable to access remote machine. | 2018-08-30 | 1 | -3/+3 | |
| | |||||
* | Clean up pf rules and states on remote machine so that they do not | 2017-09-15 | 2 | -4/+13 | |
| | | | | interfere with later tests. | ||||
* | Link regress/sys/netinet/frag to build. Get IPv4 and IPv6 fragment | 2017-09-07 | 18 | -74/+186 | |
| | | | | tests into common shape. Add some missing test cases. | ||||
* | Copy IPv6 fragment test cases to IPv4 and adapt to the different | 2017-09-07 | 21 | -0/+1195 | |
behavior. All tests are run once with pf fragment reassembly and once with pf disabled and IP input reassembly. Three sub tests are currently disabled as the IP stack behaves differently than pf. |