Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal file.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, 12 Jan 2000 18:53:15 -0600 (CST)
guy         2000/01/12 18:53:13 CST

  Modified files:
    .                    file.c 
  Log:
  Assign a frame number to a frame only when reading frame data from a
  file, not when filtering or colorizing packets - filtering shouldn't
  change the frame number of a frame (yes, this means that a filtered
  display won't necessarily have packets numbered contiguously 1 through N
  - that's a feature).
  
  Revision  Changes    Path
  1.152     +2 -3      ethereal/file.c