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

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: Sat, 8 Jan 2000 17:49:56 -0600 (CST)
guy         2000/01/08 17:49:47 CST

  Modified files:
    .                    file.c file.h 
  Log:
  Don't recompute "cf->count" when filtering packets - the recomputation
  will just give it the value it's always had, as packets are counted
  regardless of whether they pass the filter or not (which is what we
  want).
  
  Given that, so there's no need for a separate "cf->unfiltered_count"
  value, so get rid of it and use "cf->count" instead.
  
  Revision  Changes    Path
  1.150     +22 -23    ethereal/file.c
  1.62      +1 -2      ethereal/file.h