CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/10/09 02:22:26
Modified files:
usr.sbin/tcpdump: print-pflog.c
Log message:
Do not use BPF_WORDALIGN when computing pflog header length as it aligns
to 8-byte boundary on 64-bit architectures. Instead explicitly round up
to a 4-byte boundary. Reported and tested by sthen@
