Difference between revisions of "Tcpdump and wireshark"
From Hawk Wiki
(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>") |
(No difference)
|
Latest revision as of 04:27, 28 July 2016
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