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 01:46:06 -0500 (CDT)
guy         2000/08/24 01:46:01 CDT

  Modified files:
    .                    file.c 
  Log:
  Actually, we do have to clear all the dissector information if we're
  redissecting the packets due to some preference changing, as the
  preference may affect what state information gets constructed as a
  result of some particular frame being dissected.
  
  We don't have to do it when filtering the packets, or colorizing them,
  however.
  
  Revision  Changes    Path
  1.211     +34 -8     ethereal/file.c