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: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 29 Nov 1999 23:33:15 -0600 (CST)
guy         1999/11/29 23:33:10 CST

  Modified files:
    gtk                  main.c 
  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.56      +2 -2      ethereal/gtk/main.c