Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk dfilter_expr_dlg.c

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

From: Gilbert Ramirez <gram@xxxxxxxxxxxxxxxxx>
Date: Wed, 27 Aug 2003 10:23:11 -0500 (CDT)
gram        2003/08/27 10:23:11 CDT

  Modified files:
    gtk                  dfilter_expr_dlg.c 
  Log:
  Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).
  The search uses a naive approach; more work is required to add a
  Boyer-Moore Search algorithm.
  
  Revision  Changes    Path
  1.36      +14 -3     ethereal/gtk/dfilter_expr_dlg.c