summaryrefslogtreecommitdiff
path: root/epan/emem.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2012-10-06 14:35:59 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2012-10-06 14:35:59 +0000
commitc80ed42fc65a24ba9cd93d6ff128954fa77841f0 (patch)
treeea10237dba60ff90ae04e6cb7e1e23cd22bd68ba /epan/emem.h
parentdfd86092f2ff4069661b88e0923f7a5a4ed86f33 (diff)
downloadwireshark-c80ed42fc65a24ba9cd93d6ff128954fa77841f0.tar.gz
Vastly improve the debug presentation( of trees)+.
svn path=/trunk/; revision=45340
Diffstat (limited to 'epan/emem.h')
-rw-r--r--epan/emem.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/epan/emem.h b/epan/emem.h
index 8e87f56964..e3b5f37c6f 100644
--- a/epan/emem.h
+++ b/epan/emem.h
@@ -525,6 +525,13 @@ emem_strbuf_t *ep_strbuf_append_unichar(emem_strbuf_t *strbuf, const gunichar c)
*/
emem_strbuf_t *ep_strbuf_truncate(emem_strbuf_t *strbuf, gsize len);
+/**
+ * Dump the whole tree (of trees) to stdout.
+ *
+ * @param emem_tree The tree to dump to standard output.
+ *
+ * @return void
+ */
void emem_print_tree(emem_tree_t* emem_tree);
/* #define DEBUG_INTENSE_CANARY_CHECKS */