Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap AUTHORS netxray.c wtap-int.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: Mon, 12 Feb 2001 18:50:05 -0600 (CST)
guy         2001/02/12 18:50:05 CST

  Modified files:
    wiretap              AUTHORS netxray.c wtap-int.h 
  Log:
  Changes from Chris Jepeway to
  
  	in some places use "guint64", on plaforms where it's available,
  	rather than floating point (we don't yet use it universally, as
  	we'd have to provide code to do 64-bit arithmetic on
  	platforms/compilers where 64-bit integral types aren't
  	supported);
  
  	use .838096 microseconds rather than 1 microseconds as the time
  	stamp units for NetXRay 2.x format, as those capture files seem
  	to use that time stamp (that's the Sniffer "PC" time stamp;
  	perhaps when Network Associates assimilated Cinco, they changed
  	the time stamp units).
  
  Revision  Changes    Path
  1.13      +1 -1      ethereal/wiretap/AUTHORS
  1.35      +42 -21    ethereal/wiretap/netxray.c
  1.11      +68 -19    ethereal/wiretap/wtap-int.h