Wednesday, May 12, 2010

installing and running wireshark on RHEL

Installing :

if you just want the command line version then

yum install wireshark

if you want to add GUI to it then

yum install wireshark-gnome

Running:

to run the command line version

use tethereal on command prompt with according options

(ex. tethereal -i eth1 -w ~/mycapture.pcap)

to run the GUI version

use wireshark from command line

- Mihir Patel

No comments: