Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan tvbuff.c tvbuff.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: Fri, 12 Apr 2002 18:25:25 -0500 (CDT)
guy         2002/04/12 18:25:25 CDT

  Modified files:
    epan                 tvbuff.c tvbuff.h 
  Log:
  Add (untested) routines to fetch IEEE single-precision and
  double-precision floating-point numbers, in big-endian and little-endian
  format (hopefully there aren't any middle-endian formats; if there are,
  we'll have to add them), from a tvbuff, and to return floats (for
  single-precision) and doubles (for double-precision).
  
  Revision  Changes    Path
  1.32      +125 -1    ethereal/epan/tvbuff.c
  1.24      +5 -1      ethereal/epan/tvbuff.h