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: obiot@xxxxxxxxxxxx (Olivier Biot)
Date: Fri, 27 Feb 2004 06:00:32 -0600 (CST)
obiot       2004/02/27 06:00:32 CST

  Modified files:
    epan/ftypes          ftype-bytes.c ftype-double.c 
                         ftype-integer.c ftype-ipv4.c ftype-none.c 
                         ftype-pcre.c ftype-string.c ftype-time.c 
                         ftype-tvbuff.c ftypes.c ftypes.h 
  Log:
  First attempt at "bitwise AND" display filter operator.
  
  Document how a display operator can be added.
  
  Revision  Changes    Path
  1.25      +28 -1     ethereal/epan/ftypes/ftype-bytes.c
  1.13      +3 -1      ethereal/epan/ftypes/ftype-double.c
  1.17      +18 -1     ethereal/epan/ftypes/ftype-integer.c
  1.16      +23 -1     ethereal/epan/ftypes/ftype-ipv4.c
  1.9       +2 -1      ethereal/epan/ftypes/ftype-none.c
  1.3       +3 -1      ethereal/epan/ftypes/ftype-pcre.c
  1.20      +4 -1      ethereal/epan/ftypes/ftype-string.c
  1.23      +3 -1      ethereal/epan/ftypes/ftype-time.c
  1.18      +2 -1      ethereal/epan/ftypes/ftype-tvbuff.c
  1.21      +18 -1     ethereal/epan/ftypes/ftypes.c
  1.31      +8 -1      ethereal/epan/ftypes/ftypes.h