User Tools

Site Tools


wiki:tcpdump_more

This is an old revision of the document!


tcpdump more

Feb 2021




Here are some more great uses for tcpdump.

tcpdump -i eth0 -nn -Q in

Shows only the 'input' traffic on the specified interface

Can also use -Q out for just outgoing traffic



tcpdump -i eth0-nn igmp

Shows only IGMP traffic on the specified interface

Can be combined with -Q in/out

tcpdump -i eth0 -nn igmp -Q in



wiki/tcpdump_more.1614294666.txt.gz · Last modified: 2023/03/09 22:35 (external edit)