Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk tcp_graph.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: Wed, 18 Dec 2002 17:08:21 -0600 (CST)
guy         2002/12/18 17:08:21 CST

  Modified files:
    gtk                  tcp_graph.c 
  Log:
  Don't assume that the time stamp of the last frame is the largest time
  stamp in the packet; bugs in the OS kernel or the WinPcap driver, or
  just forcibly setting the system time backwards, can cause time stamps
  in packet traces not to monotonously increase.  That can cause infinite
  loops when picking the scale for the graph.
  
  Revision  Changes    Path
  1.25      +10 -5     ethereal/gtk/tcp_graph.c