In ipfw2, I can use:
# ipfw -t show 3
and I'll get a timestamp next to each rule that's been hit, which helps
keep track of hits and can be used for other reporting.
In PF, I am trying to determine how to accomplish similiarly. The command:
pf -vvs Tables
Provides summaries only. I don't see a way to accomplish the above.
Thanks.