Replace "svn" with "git" all over the place.
[metze/wireshark/wip.git] / stat_menu.h
index f17ffa54122b759053cb8386f74c80fe1a9ffc8f..c69c94abcaf049bc105104ef5957617e686ba6ff 100644 (file)
@@ -35,7 +35,7 @@ extern "C" {
 
 /*
  * XXX - defines stuff usable regardless of the GUI toolkit.  Right now,
- * that's only the menu group, which is used by tap_dfilter_dlg.h.
+ * that's only the menu group, which is used by tap_param_dlg.h.
  *
  * XXX - stats should be able to register additional menu groups, although
  * the question then would be "in what order should they appear in the menu?"
@@ -43,15 +43,18 @@ extern "C" {
 
 /** The menu 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_UNSORTED,            /* unsorted analyze stuff */
+    REGISTER_ANALYZE_GROUP_CONVERSATION_FILTER, /* conversation filters */
     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 */
     REGISTER_STAT_GROUP_ENDPOINT_LIST,          /* member of the endpoint list */
     REGISTER_STAT_GROUP_RESPONSE_TIME,          /* member of the service response time list */
     REGISTER_STAT_GROUP_TELEPHONY,              /* telephony specific */
-       REGISTER_TOOLS_GROUP_UNSORTED               /* unsorted tools */
+    REGISTER_STAT_GROUP_TELEPHONY_GSM,          /* GSM (and UMTS?) */
+    REGISTER_STAT_GROUP_TELEPHONY_LTE,          /* name says it all */
+    REGISTER_STAT_GROUP_TELEPHONY_SCTP,         /* name says it all */
+    REGISTER_TOOLS_GROUP_UNSORTED               /* unsorted tools */
 } register_stat_group_t;
 
 #ifdef __cplusplus