Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap 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: Mon, 6 Jan 2003 14:30:39 -0600 (CST)
guy         2003/01/06 14:30:39 CST

  Modified files:
    wiretap              netmon.c 
  Log:
  Cast "secs" to "double" before multiplying by 1000000, so that we don't
  get an overflow if secs*1000000 doesn't fit in 31 bits.
  
  Revision  Changes    Path
  1.63      +2 -2      ethereal/wiretap/netmon.c