aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stats_tree.h
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2014-12-30 12:31:46 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2015-01-05 09:06:32 +0000
commit696fcdba218c1c63537425149b63811ef8d9d73c (patch)
tree3a0a1d3d52e2a9975225b1e1047786f623f858e1 /epan/stats_tree.h
parent087723adb064f23e32849c3d2c0f851717ee8b28 (diff)
Added DNS statistics support
This affects both the dissector (that has been added with a tap interface and a stats generator) and the UI (to recall the stats menu). Change-Id: I90658f7aa6707aa39bdd787a51b20fed4dbddc53 Reviewed-on: https://code.wireshark.org/review/6236 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/stats_tree.h')
-rw-r--r--epan/stats_tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/stats_tree.h b/epan/stats_tree.h
index 15a150e6d3..ce0beeb098 100644
--- a/epan/stats_tree.h
+++ b/epan/stats_tree.h
@@ -33,7 +33,7 @@
#define STAT_TREE_ROOT "root"
-#define ST_FLG_AVERAGE 0x10000000 /* Calculate overages for nodes, rather than totals */
+#define ST_FLG_AVERAGE 0x10000000 /* Calculate averages for nodes, rather than totals */
#define ST_FLG_ROOTCHILD 0x20000000 /* This node is a direct child of the root node */
#define ST_FLG_DEF_NOEXPAND 0x01000000 /* This node should not be expanded by default */
#define ST_FLG_SORT_DESC 0x00800000 /* When sorting, sort ascending instead of decending */