Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal tethereal.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: Sun, 23 Jun 2002 16:58:03 -0500 (CDT)
guy         2002/06/23 16:58:03 CDT

  Modified files:
    .                    tethereal.c 
  Log:
  Count packets that pass the read filter, if we have a read filter, not
  packets that we get from libpcap; if there's a read filter in effect,
  only packets that pass the read filter get saved or printed, so that's
  the number of packets that should be compared against the argument to
  any "-c" flag, and the number that should be printed when we print
  packet counts.
  
  Revision  Changes    Path
  1.143     +25 -15    ethereal/tethereal.c