Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 209 Bytes

tcpdump.md

File metadata and controls

13 lines (9 loc) · 209 Bytes

tcpdump

Capture all traffic (including packet payload)

tcpdump -nnvvXSs 1514 -i <device> <filters>

Capture all traffic and save for Wireshark

tcpdump -nnvvXSs 65535 -w traffic.pcap