Ask Your Question
0

Wireshark graphs through command line

asked 2021-02-15 04:18:24 +0000

CHRR gravatar image

I need Wireshark graphs(Sequence/RTT/Throughput, I/O graphs) through Command line. Please suggest how to achieve this

Current tshark doesn't have this option.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-02-16 06:18:24 +0000

JasMan gravatar image

updated 2021-02-16 06:24:33 +0000

As far as I know there's no way to export any graphs directly out of the capture by using Wiresharks cmd tools.

The most common way would be an CSV export and creating the graphs in e.g. Excel.

Here's an example for exporting the names and IP addresses of the source hosts in a capture: tshark -r Capture.pcapng -T fields -e ip.src_host -e ip.src -E header=yes -E separator=; > test.csv

https://www.wireshark.org/docs/wsug_h...

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2021-02-15 04:18:24 +0000

Seen: 500 times

Last updated: Feb 16 '21