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

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 08:16:30 -0600 (CST)
sahlberg    2003/11/25 08:16:30 CST

  Modified files:
    epan                 proto.c 
  Log:
  replace free_node_field_info with a macro since it is only called from one other place in the code and this reduces one unnecessary function call overhead.
  and it makes ethereal ~1% faster.
  
  Revision  Changes    Path
  1.114     +5 -8      ethereal/epan/proto.c