TCPDump

description: Network Analyzer - Commandline tool

lang: ENG

List available interfaces

tcpdump -D

Run TCPDump on a specific interface

tcpdump -i <if>

Run TCPDump and display brut ASCII

tcpdump -A

Limit the number of captured packets

tcpdump -c <number>
tcpdump -l

Read from a file

tcpdump -r <file>

Export to a file

tcpdump -w <file>