Ethereal-dev: RE: [Ethereal-dev] Protocol tree for filters

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

From: Jeff Foster <jfoste@xxxxxxxxxxxx>
Date: Tue, 2 Jan 2001 13:13:49 -0600
From: Jeff Foster
Sent: Tuesday, January 02, 2001 11:37 AM

> Nice work, this should help beginners to ethereal filters.
> 
> However I have found a bug...
> 
> Select Address Resolution Protocol -> Protocol type -> '>=' -> DEC
LanBridge
> then select 'Sender ATM subaddresstype'.  This will cause a asset error in
> dfilter_expr_dlg.c at line 780, the value_list_sel_cb routine.  
> 
> I will debug this and let you know if I have a patch.  

I think this is caused by selecting a boolean type after the value_list is
displayed, the value_entry_arg is visible in value_list_sel_cb.

I have patched my code by adding the line 

	gtk_widget_hide( value_entry); 

in dfilter_expr_dlg.c at line 356, right before the call to
build_boolean_values.

Jeff Foster
jfoste@xxxxxxxxxxxx