http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18895
User: sahlberg
Date: 2006/08/14 09:36 AM
Log:
make creation of subtrees used for the _array tree type use the same allocation scope as its parent and thus become allocation scope agnostic
change all accessor functions to be defines to the emem_tree_ functions.
now to create a tree with a different scope we only need to create a new
..._tree_create() function and set up the appropriate defines
(it was a mistake to call the functions se_tree_create and se_tree_create_non_persistent, they should be the other way around i.e. se_tree_create_persistent and se_tree_create )
Directory: /trunk/epan/
Changes Path Action
+35 -15 emem.c Modified
+76 -31 emem.h Modified
+8 -3 libwireshark.def Modified