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

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Tue, 9 Dec 2003 00:48:40 -0600 (CST)
guy         2003/12/09 00:48:40 CST

  Modified files:
    gtk                  main.c packet_list.c 
  Log:
  Don't automatically size the columns - that's expensive in large
  captures, as it has to compute the width of an auto-resizing column in
  every row.  Just pick fixed widths for the columns (and tune the width
  of the "Protocol" column so that it's not narrower than the column
  title).
  
  Revision  Changes    Path
  1.338     +11 -8     ethereal/gtk/main.c
  1.7       +2 -21     ethereal/gtk/packet_list.c