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

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez Jr. <gram@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 13 Nov 2000 22:33:34 -0600 (CST)
gram        2000/11/13 22:33:34 CST

  Modified files:
    epan                 tvbuff.c tvbuff.h 
  Log:
  Add tvb_set_child_real_data_tvbuff(), which allows you to tell the
  tvbuff routines that a particular TVBUFF_REAL_DATA tvbuff is a "child"
  of another tvbuff. This link is utilized during a tvb_free_chain(), so that
  the child is freed when no longer necessary.
  
  Revision  Changes    Path
  1.9       +19 -7     ethereal/epan/tvbuff.c
  1.7       +13 -2     ethereal/epan/tvbuff.h