Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap netxray.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: Fri, 23 Mar 2001 17:16:30 -0600 (CST)
guy         2001/03/23 17:16:30 CST

  Modified files:
    wiretap              netxray.c 
  Log:
  Back out the guint64 stuff - it's not clear it's the right way to handle
  this, as
  
  	1) we still need to handle platforms that don't support 64-bit
  	   integral data types, so we still needed the old stuff in some
  	   fashion anyway
  
  and
  
  	2) MSVC appears to treat structures as requiring 8-byte
  	   alignment in some cases, and "guint64"s require 8-byte
  	   alignment on at least some platforms, forcing structures
  	   containing those 64-bit time stamps to have a size that's a
  	   multiple of 8 bytes, which *isn't* the correct size for the
  	   data record header.
  
  Revision  Changes    Path
  1.38      +20 -41    ethereal/wiretap/netxray.c