TCPDUMP command-line packet analyzer

On September 29, 2011, in Tutorial, by Steve Looi


Tcpdump is a very useful Linux/Unix command-line packet analyzer. Here’s an example of the tcpdump command that writes the output to a file.

tcpdump -s 0 -vv -w /var/log/log_file.pcap

The tcpdump man page is available at the tcpdump official web site.

Tagged with:  

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>