Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal summary.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: Wed, 29 Dec 1999 15:30:32 -0600 (CST)
guy         1999/12/29 15:30:30 CST

  Modified files:
    .                    summary.c 
  Log:
  If there aren't any packets in the capture (which could be the case if,
  for example, you're doing a live capture with "Update list of packets in
  real time" and none have arrived yet, or if you've read in a capture
  file where there aren't actually any packets), don't look for the start
  or stop time, and don't accumulate the number of captured bytes or the
  number of packets that passed the display filter.
  
  Revision  Changes    Path
  1.16      +24 -22    ethereal/summary.c