Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan proto.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:42 -0500 (CDT)
guy         2003/07/30 22:52:42 CDT

  Modified files:
    epan                 proto.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.97      +3 -35     ethereal/epan/proto.c