aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stat_groups.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-07-08 15:44:04 -0700
committerGerald Combs <gerald@wireshark.org>2015-07-09 00:05:51 +0000
commita8faa04234a5ac07c37da41d42ed943e8ebf5406 (patch)
treeb661f5ab0244abf0bb8a7d9ec712b25a7000b2d2 /epan/stat_groups.h
parent131e0ab7ea461d519f0fbe80b03aa6bc99b9d452 (diff)
Qt: Add dynamic menu support.
Generalize the dynamic menu code and make it possible to connect multiple types of actions to their corresponding slots. Change-Id: Ib915ad5a666310e2a6e366fada006336820d1653 Reviewed-on: https://code.wireshark.org/review/9568 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'epan/stat_groups.h')
-rw-r--r--epan/stat_groups.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/stat_groups.h b/epan/stat_groups.h
index c6fcbe2d1d..f31eba9c8f 100644
--- a/epan/stat_groups.h
+++ b/epan/stat_groups.h
@@ -56,7 +56,7 @@ extern "C" {
/** The group this stat should be registered in. */
typedef enum {
REGISTER_ANALYZE_GROUP_UNSORTED, /* unsorted analyze stuff */
- REGISTER_ANALYZE_GROUP_CONVERSATION_FILTER, /* conversation filters */
+ REGISTER_ANALYZE_GROUP_CONVERSATION_FILTER, /* conversation filters. Unused? */
REGISTER_STAT_GROUP_UNSORTED, /* unsorted statistic function */
REGISTER_STAT_GROUP_GENERIC, /* generic statistic function, not specific to a protocol */
REGISTER_STAT_GROUP_CONVERSATION_LIST, /* member of the conversation list */