meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:tools:tcpdump [2026/06/16 10:41] – created titannetlinux:tools:tcpdump [2026/06/16 12:52] (current) titannet
Line 12: Line 12:
 # -n: no conversion # -n: no conversion
 tcpdump -i <interface> -n -w dump.pcap [cf] tcpdump -i <interface> -n -w dump.pcap [cf]
 +
 +tcpdump -i <interface> -n -w dump_%c.pcap -Z root -C 1000 [cf]
 +# rotate 10 log files
 +tcpdump -i <interface> -n -W 10 -w dump.pcap -Z root -C 1000 [cf]
  
 </code> </code>
 +
 +  * for capture filters see [[soc:tools:wireshark]]