Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal file.c packet.c packet.h tethereal.c util.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sun, 10 Sep 2000 01:44:49 -0500 (CDT)
guy         2000/09/10 01:44:46 CDT

  Modified files:
    .                    file.c packet.c packet.h tethereal.c 
                         util.c util.h 
  Log:
  Compute and display negative relative and delta time stamps correctly,
  just in case time goes backwards (yes, it sometimes does happen in
  captures).
  
  Revision  Changes    Path
  1.217     +14 -19    ethereal/file.c
  1.104     +30 -9     ethereal/packet.c
  1.200     +5 -5      ethereal/packet.h
  1.45      +14 -18    ethereal/tethereal.c
  1.44      +45 -1     ethereal/util.c
  1.21      +4 -1      ethereal/util.h