Tcpdump and wireshark

From Hawk Wiki
Revision as of 04:27, 28 July 2016 by Hall (Talk | contribs) (Created page with "==tcpdump== <pre> tcpdump -i <interface> -s 65535 -w <some-file> </pre> -s means packet size -i is the interface name example <pre> tcpdump -i en0 -s 65535 -w dump.bin </pre>")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

tcpdump

tcpdump -i <interface> -s 65535 -w <some-file>

-s means packet size -i is the interface name

example

tcpdump -i en0 -s 65535 -w dump.bin