Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk main.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:55 -0600 (CST)
obiot       2004/01/08 20:57:55 CST

  Modified files:
    gtk                  main.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.350     +13 -4     ethereal/gtk/main.c