meta data for this page
  •  

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
linux:tools:tcpdump [2026/06/16 10:49] titannetlinux:tools:tcpdump [2026/06/16 12:52] (current) titannet
Line 14: Line 14:
  
 tcpdump -i <interface> -n -w dump_%c.pcap -Z root -C 1000 [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]]