Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk filter_prefs.c filter_prefs.h find_dlg.c

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Fri, 27 Feb 2004 22:18:47 -0600 (CST)
guy         2004/02/27 22:18:47 CST

  Modified files:
    gtk                  filter_prefs.c filter_prefs.h find_dlg.c 
  Log:
  The string in the Find Frame dialog box isn't necessarily a display
  filter string; check its syntax appropriately for the type of search
  we're doing when colorizing it.
  
  Searching for an empty text string is a pointless exercise; report that
  as an error.
  
  Revision  Changes    Path
  1.61      +46 -28    ethereal/gtk/filter_prefs.c
  1.18      +5 -2      ethereal/gtk/filter_prefs.h
  1.48      +100 -9    ethereal/gtk/find_dlg.c