Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | py3-scapy is now scapy | 2020-12-30 | 1 | -3/+3 | |
| | | | | OK bluhm sthen | ||||
* | Missed a python2.7, scapy 2, copyright bump in previous scapy 3 commits. | 2020-12-26 | 1 | -2/+2 | |
| | |||||
* | Switch to scapy with python 3. | 2020-12-25 | 6 | -38/+37 | |
| | |||||
* | Remove echo headlines. | 2020-12-17 | 1 | -3/+1 | |
| | |||||
* | Simplify the detection for installed python and scapy. Refactor | 2019-05-10 | 1 | -16/+8 | |
| | | | | | these tests to make them similar. Use the setup and cleanup variables. | ||||
* | Do not expect an eui64 link-local source address during duplicate | 2018-02-27 | 1 | -1/+1 | |
| | | | | | address detection. The remote side may have soii, so match ICMP6 packets from any fe80::/64 address. | ||||
* | Skip this regress test if no remote test machine is specified as | 2017-12-20 | 1 | -2/+3 | |
| | | | | environment variable. | ||||
* | Remove useless make depend targets. | 2017-07-07 | 1 | -3/+1 | |
| | |||||
* | Use consistent address schema with local and remote machine. Fill | 2017-03-01 | 6 | -79/+102 | |
| | | | | variables with example IPs from my daily test run. | ||||
* | The clean:, cleandir:, and obj: targets of src/Makefile descend into | 2016-10-19 | 1 | -1/+3 | |
| | | | | | | | | regress/ and run python to set the IMPORT_PYTHON variable in several test Makefiles. This results in W^X violations during 'make build'. Avoid doing that. ok bluhm | ||||
* | Print SKIPPED if a regress test cannot be executed for some reason. | 2016-09-02 | 1 | -1/+3 | |
| | | | | This allows to identify such tests by looking at their output. | ||||
* | Replace a sudo with ${SUDO}. | 2015-11-05 | 1 | -2/+2 | |
| | |||||
* | Use a simpler expression to check the ether type in scapy. This | 2014-12-19 | 3 | -3/+3 | |
| | | | | makes the fragment tests work on FreeBSD. From Ilya Bakulin. | ||||
* | Do not fail the regression tests if python or the scapy package is | 2013-10-31 | 1 | -10/+35 | |
| | | | | | | | | not installed. Print a warning, explain the problem and skip the test in this case. Also skip the test if the environment has not been configured for the remote test target machine. Fix the Makefile to run the tests with or without an obj directory. Finally link the netinet6 regression tests into the build. | ||||
* | Add test suite for IPv6 neighbor discovery protocol. Send all kind | 2012-01-31 | 5 | -0/+287 | |
of solicitations to remote host and check responses. This can be used to test both pf neighbor discovery states and the IPv6 stack. |