This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Start making commands for tshark

0

My PC is running windows 7 and I opened the tshark.exe from the wireshark installation file in my computer folder. The program kept recurring messages. I am a beginner in using tshark and i would like to start making commands. How do i start making commands on tshark?

asked 16 Apr '12, 01:05

misteryuku's gravatar image

misteryuku
20242630
accept rate: 0%

1

MisterYuku, do me a favor and STOP creating new questions that are in the same topic as one you have already started. And do not answer your own questions with answers if it is in fact a comment (I just converted your answer to a comment).

People here will help you, but on their own time. Pushing out new question will not speed up things - more likely it will annoy the others who then will not answer at all. Patience, young padawan.

(16 Apr '12, 03:02) Jasper ♦♦

One Answer:

2

You should open a command prompt first: Press the Window Key and R, and enter "cmd" (enter).

Then change to the Wireshark directory by entering cd \\program files\\wireshark. There, you can now enter "tshark" and work with the additional parameters that usually need to be put behind the command, for example "tshark -r capture.pcap". Entering "tshark -h" will print the command help.

answered 16 Apr '12, 03:07

Jasper's gravatar image

Jasper ♦♦
23.8k551284
accept rate: 18%

edited 16 Apr '12, 08:51