Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan/ftypes ftype-bytes.c ftype-double.c fty

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

From: gram@xxxxxxxxxxxx (Gilbert Ramirez)
Date: Sat, 6 Dec 2003 10:35:21 -0600 (CST)
gram        2003/12/06 10:35:21 CST

  Modified files:
    epan/ftypes          ftype-bytes.c ftype-double.c 
                         ftype-integer.c ftype-ipv4.c ftype-none.c 
                         ftype-string.c ftype-time.c 
                         ftype-tvbuff.c ftypes.c ftypes.h 
  Log:
  From Olivier Biot
  
  New "matches" operater in display filter language. Uses PCRE.
  
  If a "matches" operator is found in a dfilter
  while libpcre has not been used to build the binary, then an
  exception is thrown after using dfilter_fail() to set an apporporiate
  error message.
  
  Revision  Changes    Path
  1.19      +7 -1      ethereal/epan/ftypes/ftype-bytes.c
  1.12      +3 -1      ethereal/epan/ftypes/ftype-double.c
  1.16      +12 -1     ethereal/epan/ftypes/ftype-integer.c
  1.15      +2 -1      ethereal/epan/ftypes/ftype-ipv4.c
  1.8       +8 -7      ethereal/epan/ftypes/ftype-none.c
  1.16      +60 -2     ethereal/epan/ftypes/ftype-string.c
  1.22      +3 -1      ethereal/epan/ftypes/ftype-time.c
  1.13      +9 -8      ethereal/epan/ftypes/ftype-tvbuff.c
  1.19      +18 -1     ethereal/epan/ftypes/ftypes.c
  1.26      +8 -1      ethereal/epan/ftypes/ftypes.h