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 Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Wed, 29 Oct 2003 17:48:13 -0600 (CST)
guy         2003/10/29 17:48:13 CST

  Modified files:
    epan                 proto.c proto.h 
  Log:
  Make the "fvalue_set" methods for types whose value is allocated free
  any previously-allocated version first, so that they don't leak memory.
  
  From Olivier Biot: add a "proto_item_append_string()" routine, to append
  to the string value a protocol tree item has.
  
  Revision  Changes    Path
  1.101     +26 -1     ethereal/epan/proto.c
  1.42      +4 -1      ethereal/epan/proto.h