aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
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 /asn1
parent5c8b92c28b08d439b080232c2c686a11a15a5f39 (diff)
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 'asn1')
-rw-r--r--asn1/ansi_map/packet-ansi_map-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/ansi_map/packet-ansi_map-template.c b/asn1/ansi_map/packet-ansi_map-template.c
index a1420ca59b..ccdb536b2a 100644
--- a/asn1/ansi_map/packet-ansi_map-template.c
+++ b/asn1/ansi_map/packet-ansi_map-template.c
@@ -5435,8 +5435,8 @@ void proto_register_ansi_map(void) {
/* TAP STAT INFO */
static new_stat_tap_ui stat_table = {
- REGISTER_STAT_GROUP_TELEPHONY,
- "ANSI Map Operation Statistics",
+ REGISTER_STAT_GROUP_TELEPHONY_ANSI,
+ "Map Operation Statistics",
"ansi_map",
"ansi_map",
ansi_map_stat_init,