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: obiot@xxxxxxxxxxxx (Olivier Biot)
Date: Thu, 8 Jan 2004 20:57:07 -0600 (CST)
obiot       2004/01/08 20:57:07 CST

  Modified files:
    .                    file.c 
  Log:
  Fix the "unmarking a packet matching a color filter does not apply the color
  filter's colors" bug, by storing the pointer to the matching color_filter_t
  structure in the frame_data structure.
  
  Replace "frame" and "frames" by "packet" and "packets" in many places.
  
  Revision  Changes    Path
  1.335     +35 -22    ethereal/file.c