Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk 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: Wed, 28 Jan 2004 03:53:09 -0600 (CST)
guy         2004/01/28 03:53:09 CST

  Modified files:
    gtk                  packet_list.c 
  Log:
  For columns whose data comes from the frame_data structure for a packet,
  sort the columns based on that data, rather than on the raw text of the
  column - that's probably faster, and also doesn't get rudely surprised
  by "atof()" being locale-dependent.
  
  Revision  Changes    Path
  1.12      +130 -9    ethereal/gtk/packet_list.c