CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2024/11/18 19:11:03
Modified files: sys/net : if_pfsync.c Log message: fix tcpdump on pfsync interfaces. after the last rewrite i was showing bpf ip packets, not the pfsync payload like the PFSYNC DLT expected. this also lets bpf see packets being processed by pfsync input handling, so if you want to see only what's being sent you'll need to filter by direction. reported by Marc Boisis