Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to scapy with python 3. | 2020-12-25 | 1 | -12/+12 | |
| | |||||
* | Set promiscuous mode during srp1() to receive the arp reply directed | 2016-12-12 | 1 | -1/+1 | |
| | | | | | | to the ethernet multicast address. This fixes the test on my hardware setup, it was only passing in qemu before. At least scapy 2.3.3p1 is needed to support the promisc=1 parameter here. | ||||
* | Add regression tests for the ARP implementation in the kernel. Send | 2015-11-05 | 1 | -0/+50 | |
multiple ARP packets to a remote machine with Scapy. Check ARP replies, table entries and log messages. All log messages in in_arpinput() are generated. Proxy ARP is also tested. |