Ethereal-dev: Re: [Ethereal-dev] patch to docs and to mgcp-stat

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Sun, 27 Apr 2003 14:55:35 -0700
On Sun, Apr 27, 2003 at 05:09:45PM +0200, Lars Roland wrote:
> Attached are patches to docu and to mgcp-stat.

Checked in.

> "init_stat_table" makes the settings for a GtkCList including the 
> scrolling. This may be useful, when changing the other statistic windows 
> to a GtkCList

I changed it to "create_stat_table()", and made it create the GtkCList
and return a pointer to it, in order to make it possible for more code
to be shared.

It might be worth having it create the scrolled window as well.