Ethereal-dev: Re: [Ethereal-dev] API for registering "-z" args and "Statistics" menu item spli

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: Fri, 19 Aug 2005 03:01:09 -0700
Guy Harris wrote:
I moved the APIs for registering and processing "-z" command-line
arguments and "Statistics" menu items into "stat.h" and "stat.c", and
renamed them to use "stat" instead of "tap", to separate them
from the core tapping APIs.

Moved to <epan/stat.h> and <epan/stat.c>, so it's in libethereal and plugins could use it (although currently plugins directly using GTK+ would cause problems, as Tethereal would try to load them).

I also renamed gtk/tap_menu.h to gtk/stat_menu.h.