summaryrefslogtreecommitdiff
path: root/ui/gtk/gsm_map_stat.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-11-14 10:42:26 -0800
committerGuy Harris <guy@alum.mit.edu>2014-11-14 18:42:50 +0000
commita21436eaeddb4979950e569f8004d84680af8075 (patch)
tree34b127324573aafc11d7a8bab6bbf5e84e8ed8de /ui/gtk/gsm_map_stat.c
parent0e64efc81a2ee96bcfa8ba43c4aab2e1b0a2d95f (diff)
downloadwireshark-a21436eaeddb4979950e569f8004d84680af8075.tar.gz
tap_ui -> stat_tap_ui.
The old routine had stat_ in the name, as the expectation was that they were for statistics taps; that's still the expectation, so have stat_ in the data structure and routine names. Change-Id: Ic98d011012b8641173d41fa0ec4f4e625614370a Reviewed-on: https://code.wireshark.org/review/5303 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui/gtk/gsm_map_stat.c')
-rw-r--r--ui/gtk/gsm_map_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gtk/gsm_map_stat.c b/ui/gtk/gsm_map_stat.c
index 7a8d0d9be7..c18423ca5d 100644
--- a/ui/gtk/gsm_map_stat.c
+++ b/ui/gtk/gsm_map_stat.c
@@ -451,7 +451,7 @@ gsm_map_stat_gtk_init(const char *opt_arg _U_,
}
-static tap_ui gsm_map_stat_ui = {
+static stat_tap_ui gsm_map_stat_ui = {
REGISTER_STAT_GROUP_GENERIC,
NULL,
"gsm_map",
@@ -483,5 +483,5 @@ register_tap_listener_gtkgsm_map_stat(void)
exit(1);
}
- register_tap_ui(&gsm_map_stat_ui, NULL);
+ register_stat_tap_ui(&gsm_map_stat_ui, NULL);
}