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

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: Wed, 24 Apr 2002 16:19:39 -0500 (CDT)
guy         2002/04/24 16:19:39 CDT

  Modified files:
    epan                 tvbuff.c 
  Log:
  Use Ashok's IEEE-float-to-long code as the basis for
  IEEE-float-to-native-float code, and use that as the basis for
  IEEE-double-to-native-double code.  Use that code on VAXes.
  
  Eliminate "ieee-float.h", as we no longer use it; instead, we use the
  tvbuff routines for extracting IEEE floating-point numbers.
  
  Revision  Changes    Path
  1.33      +170 -29   ethereal/epan/tvbuff.c