Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan proto.c proto.h

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 24 Aug 2002 14:45:25 -0500 (CDT)
guy         2002/08/24 14:45:25 CDT

  Modified files:
    epan                 proto.c proto.h 
  Log:
  From Ulf Lamping: add a new FT_FLOAT type, for single-precision
  floating-point numbers, and display all the significant digits for both
  single-precision and double-precision floating-point numbers in the
  protocol tree, not just what "%g" does (6 digits).
  
  Put in comments explaining how the length of filter strings is computed,
  and fix some of the computations.
  
  Revision  Changes    Path
  1.73      +184 -12   ethereal/epan/proto.c
  1.35      +21 -1     ethereal/epan/proto.h