CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/14 14:47:31
Modified files:
usr.sbin/tcpdump: privsep.c
Log message:
only try BIOCLOCK against bpf if tcpdump is using bpf.
fixes tcpdump -r pcapfile, which is getting packets from a file,
not the kernel via bpf.
problem found by bluhm@ and regress tests
ok deraadt@
