Ethereal-dev: Re: [Ethereal-dev] Updates for display filter dialogs for taps

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 19 Dec 2003 15:48:20 -0800

On Dec 19, 2003, at 12:12 PM, Lars Roland wrote:

attached patches contain updates for display filter dialogs for taps and a typo fix for the nsis-script.
The MGCP service response time tap uses the new infrastructure now.

Checked in, with a change to split "tap_dfilter_dlg.h" into a top-level "tap_dfilter_dlg.h" that contains all but the declaration of "gtk_tap_dfilter_dlg_cb()" (i.e., all the GTK+-independent stuff) and a "gtk/tap_dfilter_dlg.h" that declares "gtk_tap_dfilter_dlg_cb()", so that "file.c" can include "tap_dfilter_dlg.h" rather than privately declaring "tap_dfilter_dlg_update()".