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.
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
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2021-02-15 04:18:24 +0000
Seen: 587 times
Last updated: Feb 16 '21
Wireshark 2.4.1 GTK Crash on long run
Why redirection of VoIP calls to voicemail fails?
Capture incoming packets from remote web server
How do I get and display packet data information at a specific byte from the first byte?
Client is waiting for FIN flag from server for 30 sec
wifi disconnects as wireshark starts
How do I add "child item" to an item in the subtree?
What is the syntax for wireshark custom column
Getting error MSB4018 when trying to build wireshark sources