Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/tools dfilter-test.py

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:12 -0500 (CDT)
gram        2003/08/27 10:23:12 CDT

  Modified files:
    tools                dfilter-test.py 
  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.3       +74 -1     ethereal/tools/dfilter-test.py