I have a tshark capture file capture using the following command:

tshark -i bond0 -t ad > cap.txt

How to open the cap.txt in Wireshark 1.8.0 ?

asked 11 Jul '12, 02:19

Raptor's gravatar image

Raptor
1112
accept rate: 0%

edited 11 Jul '12, 02:44

Kurt%20Knochner's gravatar image

Kurt Knochner
8.0k41673


That's just text output. You cannot read that with Wireshark. Please use this command instead:

tshark -ni bond0 -t ad -w /var/tmp/output.cap

Then open /var/tmp/output.cap in Wireshark OR capture directly with Wireshark (Capture -> Interfaces).

Regards
Kurt

link

answered 11 Jul '12, 02:43

Kurt%20Knochner's gravatar image

Kurt Knochner
8.0k41673
accept rate: 15%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×245

Asked: 11 Jul '12, 02:19

Seen: 886 times

Last updated: 11 Jul '12, 02:44

powered by OSQA