wireshark on Centos5.x, installation and running
November 15th, 2009 Posted in Centos
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