wireshark on Centos5.x, installation and running

November 15th, 2009 Posted in CentosShare/Bookmark

Installation of wireshark is very easy on centos

yum install wireshark

Run a capture

tethereal -i eth1 -w ~/mycapture.pcap

This command will run Wireshark/Ethereal, capture on the eth1 interface and output the data to /yourhomedir/mycapture.pcap

Tags: , , , ,

Leave a Reply