CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/04/14 13:34:56
Modified files:
usr.sbin/tcpdump: print-wg.c
Log message:
On powerpc64 tcpdump(8) could not parse wireguard packets.
EXTRACT_LE_32BITS() converts the type from little endian to host
endian. So we need the constants in host endianess. This fixes
regress/sys/net/wg.
OK deraadt@ sthen@
