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

Export data to text in real time?

0

Hello,

I am trying to export data in real time to either text or C array. Suggestions as to how?

Thanks!

Ess Tee

asked 09 Nov '14, 16:33

Ess%20Tee's gravatar image

Ess Tee
11112
accept rate: 0%


2 Answers:

0

File >> export packet Dissections >> "plain text" then mark "Packet summary line" and unmark all other

update !!

Only now I noticed that in real time.

There is no way to do this in real time.

answered 10 Nov '14, 08:13

shlomig's gravatar image

shlomig
11113
accept rate: 0%

edited 10 Nov '14, 08:23

0

Try using tshark.

tshark -ni eth0 -xV -R "port 80"

Then parse the output of that command with a script.

Regards
Kurt

answered 11 Nov '14, 14:40

Kurt%20Knochner's gravatar image

Kurt Knochner ♦
24.8k1039237
accept rate: 15%

edited 11 Nov '14, 14:41