Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk io_stat.c main.c rtp_analysis.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, 2 Dec 2003 15:15:50 -0600 (CST)
guy         2003/12/02 15:15:50 CST

  Modified files:
    gtk                  io_stat.c main.c rtp_analysis.c 
  Log:
  From Didier Gautheron: put an "fvalue_t" structure into a "field_info"
  structure, rather than separately allocating "fvalue_t"s and having the
  "field_info" structure point to them - this appears to speed up protocol
  tree construction a bit.
  
  Revision  Changes    Path
  1.48      +3 -3      ethereal/gtk/io_stat.c
  1.334     +2 -2      ethereal/gtk/main.c
  1.11      +3 -3      ethereal/gtk/rtp_analysis.c