Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan/ftypes ftype-pcre.c ftype-string.c Make

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

From: obiot@xxxxxxxxxxxx (Olivier Biot)
Date: Tue, 9 Dec 2003 17:02:40 -0600 (CST)
obiot       2003/12/09 17:02:40 CST

  Modified files:
    epan/ftypes          ftype-string.c Makefile.am ftypes.c 
                         ftypes.h 
  Added files:
    epan/ftypes          ftype-pcre.c 
  Log:
  Internal PCRE field type for efficient RE parsing in dfilters.
  
  Revision  Changes    Path
  1.17      +17 -31    ethereal/epan/ftypes/ftype-string.c
  1.5       +2 -1      ethereal/epan/ftypes/Makefile.am
  1.20      +3 -1      ethereal/epan/ftypes/ftypes.c
  1.27      +17 -1     ethereal/epan/ftypes/ftypes.h