{{{#!highlight sh # Don't resolve hostnames (cleaner output?) tcpdump -n # ICMP (ping) packets only tcpdump icmp # IPv6 traffic tcpdump ip6 }}} * host : only to/from a certain host or port * src : only from a certain host or port * dst : only to a certain host or port * port : only from a port number ---- CategoryCheatSheet