#
473ed62e |
| 29-Dec-2024 |
bluhm <bluhm@openbsd.org> |
scapy 2.4.5 no longer supports send() to OpenBSD loopback interface. With older 2.4.4 it worked with IPv4, but was broken for IPv6. So use the IPv6 workaround also for IPv4. Prepend the address fam
scapy 2.4.5 no longer supports send() to OpenBSD loopback interface. With older 2.4.4 it worked with IPv4, but was broken for IPv6. So use the IPv6 workaround also for IPv4. Prepend the address family in front of the IP packet and use sendp() to insert it into loopback interface.
show more ...
|
#
1a65535d |
| 16-May-2022 |
bluhm <bluhm@openbsd.org> |
The pf IPv4 option and IPv6 extension header filter has stricter checks for IGMP and ICMP6 MLD packets. Use ttl, hlim, link-local, and multicast features in test where necessary.
|