summaryrefslogtreecommitdiff
path: root/epan/stat_groups.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-07-08 13:54:24 -0700
committerGerald Combs <gerald@wireshark.org>2015-07-08 23:01:49 +0000
commite312d418831c2f1cbb256584550b2c6ff765b7bc (patch)
tree11493db07fb721036c766e02a864cfbc24e0e961 /epan/stat_groups.h
parent5c8b92c28b08d439b080232c2c686a11a15a5f39 (diff)
downloadwireshark-e312d418831c2f1cbb256584550b2c6ff765b7bc.tar.gz
GTK+: Add a Telephony/ANSI menu placeholder.
Add REGISTER_STAT_GROUP_TELEPHONY_ANSI as well, and use it to add recently updated stats. Make sure we properly escape our path separators. Change-Id: I979d5c29a82acddec1a9bcae7e3cb9c5ea3f9d33 Reviewed-on: https://code.wireshark.org/review/9564 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 6f603325fc..c6fcbe2d1d 100644
--- a/epan/stat_groups.h
+++ b/epan/stat_groups.h
@@ -63,6 +63,7 @@ typedef enum {
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_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_SCTP, /* name says it all */