#
e265db8e |
| 12-Dec-2016 |
bluhm <bluhm@openbsd.org> |
Set promiscuous mode during srp1() to receive the arp reply directed to the ethernet multicast address. This fixes the test on my hardware setup, it was only passing in qemu before. At least scapy
Set promiscuous mode during srp1() to receive the arp reply directed 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.
show more ...
|
#
a13597fa |
| 05-Nov-2015 |
bluhm <bluhm@openbsd.org> |
Add regression tests for the ARP implementation in the kernel. Send multiple ARP packets to a remote machine with Scapy. Check ARP replies, table entries and log messages. All log messages in in
Add regression tests for the ARP implementation in the kernel. Send 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.
show more ...
|