URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9b4f325132091c053131b352df914f378286809a
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
9b4f325 by Michael Mann (mmann78@xxxxxxxxxxxx):
Add wmem_tree_count.
There are cases where wmem_tree needs to know its number of nodes.
Change-Id: I6411cf4275fd4d85a1d76382e1922d236be3b176
Reviewed-on: https://code.wireshark.org/review/20005
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 3cc1d1c packet-hp-erm.c: Add is_tagged flag
adds 9b4f325 Add wmem_tree_count.
Summary of changes:
epan/wmem/wmem_test.c | 4 ++++
epan/wmem/wmem_tree.c | 21 +++++++++++++++++++++
epan/wmem/wmem_tree.h | 5 +++++
3 files changed, 30 insertions(+)