From 860cb393d86fccd01c924b6ea2e565be8ca56698 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Tue, 30 Dec 2014 23:26:19 -0500 Subject: tshark: Add endpoints statistics "stat name" has been official changed to "endpoints" for all dissectors, rather than a mixture of "host"/"endpoints" based on dissector. Change-Id: If34bcb5165b493948e784ba038ab202803a59843 Reviewed-on: https://code.wireshark.org/review/6154 Reviewed-by: Pascal Quantin Reviewed-by: Michael Mann Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- ui/gtk/hostlist_table.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ui/gtk/hostlist_table.c') diff --git a/ui/gtk/hostlist_table.c b/ui/gtk/hostlist_table.c index 98eb2f8ac7..a0c62af529 100644 --- a/ui/gtk/hostlist_table.c +++ b/ui/gtk/hostlist_table.c @@ -1353,8 +1353,7 @@ void hostlist_endpoint_cb(register_ct_t* table) { char cmd_str[50]; - g_snprintf(cmd_str, 50, "%s,%s", (get_hostlist_prefix_func(table) != NULL) ? get_hostlist_prefix_func(table)() : "host", - proto_get_protocol_filter_name(get_conversation_proto_id(table))); + g_snprintf(cmd_str, 50, "%s,%s", HOSTLIST_TAP_PREFIX, proto_get_protocol_filter_name(get_conversation_proto_id(table))); dissector_hostlist_init(cmd_str, table); } -- cgit v1.2.1