Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan proto.c proto.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:47 -0600 (CST)
guy         2003/12/02 15:15:47 CST

  Modified files:
    epan                 proto.c proto.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.120     +46 -47    ethereal/epan/proto.c
  1.49      +2 -2      ethereal/epan/proto.h