Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan/ftypes ftypes.c ftypes.h

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:49 -0600 (CST)
guy         2003/12/02 15:15:49 CST

  Modified files:
    epan/ftypes          ftypes.c ftypes.h 
  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.16      +16 -1     ethereal/epan/ftypes/ftypes.c
  1.23      +12 -4     ethereal/epan/ftypes/ftypes.h