packet printing is not supported for link type PFLOG
PF is up and running:
>sudo /sbin/pfctl -s info
No ALTQ support in kernel
ALTQ related functions disabled
Status: Disabled for 1 days 01:03:24 Debug: Urgent
Interface Stats for pflog0 IPv4 IPv6
Bytes In 0 0
Bytes Out 0 0
Packets In
Passed 0 0
Blocked 0 0
Packets Out
Passed 0 0
Blocked 0 0
...
How to monitor its packets, according to the current manual:
> man pflog
[...]
<EXAMPLES
< Create a pflog interface and monitor all packets logged on it:
<
< # ifconfig pflog1 create
< # tcpdump -n -e -ttt -i pflog1
In practice, it does not work:
> sudo ifconfig pflog1 create
> sudo tcpdump -n -e -ttt -i pflog1
tcpdump: packet printing is not supported for link type PFLOG: use -w
I did not have this problem with the previous version.
What is wrong with macOS 10.12.4?
MacBook Pro, macOS Sierra (10.12.4)