summaryrefslogtreecommitdiff
path: root/epan/stat_groups.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-08-31 12:24:48 -0700
committerGerald Combs <gerald@wireshark.org>2015-08-31 23:06:09 +0000
commit377d215e0fd1022a093fa44b32f396948e70c119 (patch)
tree4a798c715645ec953e1ae447ddec555c3f509bbb /epan/stat_groups.h
parente9614ad7bad3078876c370a5e2f697fb61664322 (diff)
downloadwireshark-377d215e0fd1022a093fa44b32f396948e70c119.tar.gz
Convert the MTP3 stats to new "generic stat API".
Convert both the MTP3 statistics and summary. As with the GSM stats this is mostly untested. Change-Id: I7af8d5f21c8161dc95f7f2c710f32364b6f6a431 Reviewed-on: https://code.wireshark.org/review/10338 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'epan/stat_groups.h')
-rw-r--r--epan/stat_groups.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/stat_groups.h b/epan/stat_groups.h
index f31eba9c8f..28f5353aa4 100644
--- a/epan/stat_groups.h
+++ b/epan/stat_groups.h
@@ -66,6 +66,7 @@ typedef enum {
REGISTER_STAT_GROUP_TELEPHONY_ANSI, /* name says it all */
REGISTER_STAT_GROUP_TELEPHONY_GSM, /* GSM (and UMTS?) */
REGISTER_STAT_GROUP_TELEPHONY_LTE, /* name says it all */
+ REGISTER_STAT_GROUP_TELEPHONY_MTP3, /* name says it all */
REGISTER_STAT_GROUP_TELEPHONY_SCTP, /* name says it all */
REGISTER_TOOLS_GROUP_UNSORTED /* unsorted tools */
} register_stat_group_t;