>Synopsis: pflog0 logs incorrect timestamp on i386
>Category: system i386
>Environment:
System : OpenBSD 6.8
Details : OpenBSD 6.8-stable (GENERIC) #0: Sat Nov 14 03:57:00
GMT 2020
Architecture: OpenBSD.i386
Machine : i386
>Description:
pflog0 logs incorrect timestamp on i386. The machine in question is
running under QEMU:
hw.vendor=QEMU
>How-To-Repeat:
# tcpdump -c 1 -nl -tt -q -i pflog0
tcpdump: WARNING: snaplen raised from 116 to 160
tcpdump: listening on pflog0, link-type PFLOG
2114522159.012334 51.195.88.92.62841 > xxx.xxx.xxx.xxx.5060: udp 331
# date -r 2114522159
Fri Jan 2 15:15:59 GMT 2037
# date
Wed Dec 9 19:43:55 GMT 2020
>Fix:
Unknown.