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
Next revision
Previous revision
linux:tools:tcpdump [2026/06/16 10:47] titannetlinux:tools:tcpdump [2026/06/16 12:52] (current) titannet
Line 13: Line 13:
 tcpdump -i <interface> -n -w dump.pcap [cf] tcpdump -i <interface> -n -w dump.pcap [cf]
  
-tcpdump -i <interface> -n -w dump.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]]