Wireshark graphs through command line
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.
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
Asked: 2021-02-15 04:18:24 +0000
Seen: 626 times
Last updated: Feb 16 '21