Return to Snippet

Revision: 4794
at January 21, 2008 11:20 by alti


Initial Code
tcpdump -n -e -ttt -r /var/log/pflog |grep match | awk '{print $10}' | grep -v '\:\:' | cut -f '1 2 3 4' -d .  | sort -u

Initial URL


Initial Description


Initial Title
display all IPs which matched a pf rule

Initial Tags


Initial Language
Bash