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

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Wed, 30 Jul 2003 22:52:43 -0500 (CDT)
guy         2003/07/30 22:52:43 CDT

  Modified files:
    epan/ftypes          ftype-double.c 
  Log:
  Add val_repr_len and val_to_repr methods for FT_FLOAT and FT_DOUBLE, and
  use them when generating display filters to match field values.  Use
  "%{FLT_DIG}g" rather than "%{FLT_DIG}f" for FT_FLOAT.
  
  Revision  Changes    Path
  1.10      +44 -5     ethereal/epan/ftypes/ftype-double.c