summaryrefslogtreecommitdiff
path: root/ui/gtk
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk')
-rw-r--r--ui/gtk/dcerpc_stat.c2
-rw-r--r--ui/gtk/rpc_stat.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ui/gtk/dcerpc_stat.c b/ui/gtk/dcerpc_stat.c
index 6241334186..e1fff8a179 100644
--- a/ui/gtk/dcerpc_stat.c
+++ b/ui/gtk/dcerpc_stat.c
@@ -717,7 +717,7 @@ void gtk_dcerpcstat_cb(GtkAction *action _U_, gpointer user_data _U_)
static stat_tap_ui dcerpcstat_ui = {
REGISTER_STAT_GROUP_GENERIC,
NULL,
- "dcerpc,srt,",
+ "dcerpc,srt",
gtk_dcerpcstat_init,
-1,
0,
diff --git a/ui/gtk/rpc_stat.c b/ui/gtk/rpc_stat.c
index 553a6c5433..feb15809ee 100644
--- a/ui/gtk/rpc_stat.c
+++ b/ui/gtk/rpc_stat.c
@@ -526,7 +526,7 @@ gtk_rpcstat_cb(GtkAction *action _U_, gpointer user_data _U_)
static stat_tap_ui rpcstat_ui = {
REGISTER_STAT_GROUP_GENERIC,
NULL,
- "rpc,srt,",
+ "rpc,srt",
gtk_rpcstat_init,
-1,
0,