Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan/ftypes ftype-string.c ftype-tvbuff.c ft

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: Thu, 18 Dec 2003 07:02:19 -0600 (CST)
obiot       2003/12/18 07:02:19 CST

  Modified files:
    epan/ftypes          ftype-string.c ftype-tvbuff.c 
                         ftype-bytes.c 
  Log:
  Add support of the "matches" operator to FT_BYTES and FT_ETHER. I don't think
  it would make sense to add PCRE support for byte arrays containing an integer
  or an IP address.
  
  Avoid lengthy pointer constructs in cmp_matches().
  
  Revision  Changes    Path
  1.18      +8 -6      ethereal/epan/ftypes/ftype-string.c
  1.15      +10 -8     ethereal/epan/ftypes/ftype-tvbuff.c
  1.20      +47 -3     ethereal/epan/ftypes/ftype-bytes.c