Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan to_str.c to_str.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: Thu, 12 Jul 2001 19:27:52 -0500 (CDT)
guy         2001/07/12 19:27:52 CDT

  Modified files:
    epan                 to_str.c to_str.h 
  Log:
  Add a "time_msecs_to_str()" routine, to turn a time interval, expressed
  as a 32-bit number of milliseconds, to a descriptive string.
  
  Use that in the MS Browser dissector.
  
  Revision  Changes    Path
  1.9       +61 -1     ethereal/epan/to_str.c
  1.3       +2 -1      ethereal/epan/to_str.h