Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan strutil.c strutil.h tvbuff.c tvbuff.h

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

  Modified files:
    epan                 strutil.c strutil.h tvbuff.c tvbuff.h 
  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.12      +32 -1     ethereal/epan/strutil.c
  1.11      +4 -1      ethereal/epan/strutil.h
  1.49      +31 -1     ethereal/epan/tvbuff.c
  1.34      +8 -1      ethereal/epan/tvbuff.h