On Sun, Feb 13, 2022 at 12:54:19PM +0100, Otto Moerbeek wrote: > On Sun, Feb 13, 2022 at 01:12:34PM +0300, Mikhail wrote: > > > Running this command on the latest snapshot produces core file for me: > > > > doas tcpdump -i urtwn0 proto ip6
BTW, the proper way to filter ipv6 packets is either
doas tcpdump -i urtwn0 ip6
or
doas tcpdump -i urtwn0 ether proto 0x86dd
The ethernet protocol numbers are defined in /usr/include/net/ethertypes.h
-Otto
