Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk io_stat.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Mon, 6 Oct 2003 17:10:42 -0500 (CDT)
guy         2003/10/06 17:10:42 CDT

  Modified files:
    gtk                  io_stat.c 
  Log:
  Make the "needs_redraw" flag a gboolean, as it's a Boolean flag.
  
  Rename "max_count_types and "max_calc_types" to "count_type_names" and
  "calc_type_names", to make it clearer what they are.
  
  For the advanced statistics, give different error messages for the case
  where no field name was specified and where an invalid field name was
  specified.
  
  Give better error messages for the cases where the calculation type
  isn't supported for a particular field.
  
  Initialize the calculation type for a given field.
  
  Revision  Changes    Path
  1.32      +61 -33    ethereal/gtk/io_stat.c