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: Thu, 24 Aug 2000 04:16:53 -0500 (CDT)
guy         2000/08/24 04:16:49 CDT

  Modified files:
    .                    file.c 
  Log:
  If we've thrown away saved state before a rescan of the frames in a
  capture, clear the per-frame data pointers of all frames in the capture,
  as those pointers now refer to data that's been freed.
  
  Do that to all frames even if the user stops the rescan in the middle -
  and clear the "visited" flag for all frames as well.
  
  Revision  Changes    Path
  1.212     +21 -2     ethereal/file.c