Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap file.c netmon.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: Thu, 25 Jan 2001 15:47:24 -0600 (CST)
guy         2001/01/25 15:47:24 CST

  Modified files:
    wiretap              file.c netmon.c 
  Log:
  Finish up support for writing NetMon 2.x capture files.
  
  (We really need to put in some rudimentary 64-bit integer support, for
  the benefit of platforms+compilers that don't support it; the
  floating-point calculations we're doing now appear not to get exactly
  the right answer, from an experiment at reading a NetMon 2.x file and
  writing it back out as NetMon 2.x with editcap.)
  
  Revision  Changes    Path
  1.63      +3 -3      ethereal/wiretap/file.c
  1.36      +19 -4     ethereal/wiretap/netmon.c