Wireshark-dev: Re: [Wireshark-dev] compare two capture files and io graph
From: Michele Pedrolli <
michele.pedrolli@xxxxxxxxxxxx>
Date: Wed, 04 Feb 2009 10:28:28 +0100
michele wrote:
I'm interested in other opinions.
What about having a preplotted graph in IOGraph?
Since I need to perform a comparison between two dumps, say A and B, and
the A dump is very small, a solution can be having A automatically
plotted in IOGraph, before starting plotting B.
The (x,y) values for A can be imported from a CSV file, saved as a
structure in io_stat.c and then plotted before starting the plot of B.
Is this reasonable for you?
Thanks