Capturing Packets#

$ tcpdump -s 0 -i <interface> -w <file>

Viewing Captured Packets#

$ tcpdump -r <file>

References#