Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal colors.c file.c colors.h

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: Mon, 29 Nov 1999 23:33:03 -0600 (CST)
guy         1999/11/29 23:33:01 CST

  Modified files:
    .                    colors.c file.c colors.h 
  Log:
  Stuff in "colors.c" largely need work only on a "colfilter", not on a
  "capture_file" - when handed a "capture_file *", it only cared about the
  "colors" entry.  The only time it cares about a "capture_file" is when
  it's actually filtering the packets, as it needs to hand the
  "capture_file *" to "colorize_packets()".
  
  Make the stuff exported by "colors.c" in "colors.h" take "colfilter *"
  arguments (or return a "colfilter *" to be stuffed into a
  "capture_file").
  
  Revision  Changes    Path
  1.17      +98 -103   ethereal/colors.c
  1.126     +6 -6      ethereal/file.c
  1.7       +5 -8      ethereal/colors.h