Ethereal-dev: Re: [Ethereal-dev] Some thoughts...

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

From: "Gilbert Ramirez" <gram@xxxxxxxxxx>
Date: Thu, 26 Apr 2001 13:28:06 -0500
> Note also that there is no guarantee that even all future interactive
> versions of Ethereal will use GTK+ - we may do curses-based, or
> Qt/KDE-based, or Windows MFC-based, or...  versions in the future, in
> addition to the current GTK+ one - so even for interactive versions, the
> dissectors should not do any GTK+ stuff, only GLib stuff.
> 
> What would, I suspect, work better would be if the "get_summary"-ish
> routine supplied a list of names and values, with the summary dialog box
> showing
> 

Yes, look at the current separation of "Model" and "View" in

summary.c vs gtk/summary_dlg.c

and

proto_hier_stats.c vs gtk/proto_hier_stats_dlg.c

--gilbert