Ethereal-dev: Re: [Ethereal-dev] Newbie: live rate graph

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Pavel Mores <pvl@xxxxx>
Date: Tue, 18 Jun 2002 13:50:21 +0200
On Fri, Jun 14, 2002 at 06:05:50PM +0200, Francesco Fondelli wrote:

> Hi,
> I'm a newbie of gtk and ethereal. For my work I has to view (live) the rate
> of 2 or 3 different traffic flows (e.g. Best Effort Vs Expedited Forwarding) and I made
> a stupid/little extention to ethereal to do it.
> 
> snapshots:
> http://netserv.iet.unipi.it/~fondelli/ethereal/rate1.jpeg
> http://netserv.iet.unipi.it/~fondelli/ethereal/rate2.jpeg
> http://netserv.iet.unipi.it/~fondelli/ethereal/rate3.jpeg
> 
> If you think it's a good idea you can use it but apologize me for the source code, it is
> bad and incomplete.
> 
> source:
> http://netserv.iet.unipi.it/~fondelli/ethereal/rate_graph.c
> 
> Any comments are welcome.


Francesco,

I'd really love to check it out as the screenshots look promising but
you should release a proper, complete patch.  rate_graph.c is not enough
to make it work, you had to edit Makefile, probably menu.c or other
files - please release a standard diff so that we can do something like
"patch -p1 <rate_graph.diff" as usually.

	pvl