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: Ronnie Sahlberg <sahlberg@xxxxxxxxxxxxxxxxx>
Date: Tue, 25 Nov 2003 02:50:38 -0600 (CST)
sahlberg    2003/11/25 02:50:38 CST

  Modified files:
    epan/ftypes          ftypes.c ftypes.h 
  Log:
  Change the handling of temporary allocation of fvalue_t structures to be faster.
  Use a similar technique as was used in epan/proto.c to speed up the field_info
  allocation/deallocation routines
  
  Revision  Changes    Path
  1.12      +79 -78    ethereal/epan/ftypes/ftypes.c
  1.20      +6 -3      ethereal/epan/ftypes/ftypes.h