Ethereal-cvs: [Ethereal-cvs] rev 13881: /trunk/epan/: packet.c packet.h /trunk/: file.c

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

Date: Wed, 23 Mar 2005 12:59:16 -0000
User: guy
Date: 2005/03/23 06:59 AM

Log:
 Add a "cleanup_dissection()" routine, intended to free up data
 structures allocated by a dissection.  Currently, it's the same as
 "init_dissection()", but they should be split with "init_dissection()"
 allocating the initial data structures and "cleanup_dissection()"
 freeing them and *not* reallocating the initial data structures.
 
 Use "cleanup_dissection()" in "cf_close()" to make it easier to find leaks.

Directory: /trunk/epan/
  Changes    Path          Action
  +14 -0     packet.c      Modified
  +3 -0      packet.h      Modified

Directory: /trunk/
  Changes    Path          Action
  +2 -0      file.c        Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=13881&view=rev