diff options
author | Luis Ontanon <luis.ontanon@gmail.com> | 2005-02-25 03:56:12 +0000 |
---|---|---|
committer | Luis Ontanon <luis.ontanon@gmail.com> | 2005-02-25 03:56:12 +0000 |
commit | ca67abe52456fe85443345e722fd77c6130a0299 (patch) | |
tree | 8a286253ed26dea6d3df0608116c5619a5f4beb3 /epan/stats_tree_priv.h | |
parent | 3d0fbb8c63f287bd972e125032a2b70527c77808 (diff) | |
download | wireshark-ca67abe52456fe85443345e722fd77c6130a0299.tar.gz wireshark-ca67abe52456fe85443345e722fd77c6130a0299.tar.bz2 wireshark-ca67abe52456fe85443345e722fd77c6130a0299.zip |
some more work for
- beautify the text output
- make gtk1 textbox implementation usable (I hope)
svn path=/trunk/; revision=13506
Diffstat (limited to 'epan/stats_tree_priv.h')
-rw-r--r-- | epan/stats_tree_priv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/stats_tree_priv.h b/epan/stats_tree_priv.h index 3c0904bf93..11472f6cd3 100644 --- a/epan/stats_tree_priv.h +++ b/epan/stats_tree_priv.h @@ -172,6 +172,9 @@ extern void stat_branch_to_str(const stat_node* node, GString* s, guint indent); +/* used to calcuate the size of the indentation and the longest string */ +extern guint stats_branch_max_name_len(const stat_node* node, guint indent); + /* a text representation of a node, if buffer is NULL returns a newly allocated string */ extern guint8* stat_node_to_str(const stat_node* node, |