Tcpdump

From wiki
Revision as of 21:18, 25 March 2018 by Hdridder (talk | contribs) (Created page with ";tcpdump :Trace network traffic, all packets send are reported to standard output (terminal). ;:-w <filename> -C 10 :::Dump raw data to <filename>, create new file after 10 m...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
tcpdump
Trace network traffic, all packets send are reported to standard output (terminal).
-w <filename> -C 10
Dump raw data to <filename>, create new file after 10 million (not 10MB) bytes are written
-r <filename> -tttt -X
Read packets from <filename>, give absolute time and all data
-n port 53 and ip6 and host <address>
1 Do not lookup host or port-names, select only packets from port 53, IPv6 protocol and specified host(address)