ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] compare two capture files and io graph

From: "michele" <michele@xxxxxxxxx>
Date: Wed, 04 Feb 2009 10:31:30 +0100
On Mon, 02 Feb 2009 14:42 +0100, "michele" <michele@xxxxxxxxx> 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