Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal colors.c colors.h 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: Sun, 19 Dec 1999 01:28:43 -0600 (CST)
guy         1999/12/19 01:28:40 CST

  Modified files:
    .                    colors.c colors.h file.c 
  Log:
  Make the color filter list global, and have the code that applies
  color filters check whether it's null to decide if there are any color
  filters to apply.
  
  Make "color_filter()" act on that list - there really aren't multiple
  lists of color filters, there's only one list ("read_filters()" and
  "write_filters()" acts only on one global list - and always has, as they
  handled only one file).
  
  Revision  Changes    Path
  1.21      +19 -19    ethereal/colors.c
  1.9       +5 -2      ethereal/colors.h
  1.140     +6 -6      ethereal/file.c