From 3755bc64016ca1cde8e6ba493040e2d6b5c5632c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Sun, 16 Aug 2015 07:35:24 +0100 Subject: Fix IP Destinations stats tree Change-Id: I875ecb05e0919e81e6d8d1d00f802c8d5df5b214 Reviewed-on: https://code.wireshark.org/review/10053 Reviewed-by: Michael Mann Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Hadriel Kaplan --- plugins/stats_tree/pinfo_stats_tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/stats_tree') diff --git a/plugins/stats_tree/pinfo_stats_tree.c b/plugins/stats_tree/pinfo_stats_tree.c index 6308f20650..295c12c7f2 100644 --- a/plugins/stats_tree/pinfo_stats_tree.c +++ b/plugins/stats_tree/pinfo_stats_tree.c @@ -220,7 +220,7 @@ static int dsts_stats_tree_packet(stats_tree *st, packet_info *pinfo, epan_disse tick_stat_node(st, st_str_dsts, 0, FALSE); - ip_dst_node = tick_stat_node(st, address_to_str(pinfo->pool, &pinfo->net_src), st_node_dsts, TRUE); + ip_dst_node = tick_stat_node(st, address_to_str(pinfo->pool, &pinfo->net_dst), st_node_dsts, TRUE); protocol_node = tick_stat_node(st,port_type_to_str(pinfo->ptype),ip_dst_node,TRUE); -- cgit v1.2.1