aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_ip.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/hostlist_ip.c')
-rw-r--r--gtk/hostlist_ip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/hostlist_ip.c b/gtk/hostlist_ip.c
index 29923ba63d..a5a18758eb 100644
--- a/gtk/hostlist_ip.c
+++ b/gtk/hostlist_ip.c
@@ -51,7 +51,7 @@ static int
ip_hostlist_packet(void *pit, packet_info *pinfo, epan_dissect_t *edt _U_, const void *vip)
{
hostlist_table *hosts=(hostlist_table *)pit;
- const e_ip *iph=vip;
+ const ws_ip *iph=vip;
/* Take two "add" passes per packet, adding for each direction, ensures that all
packets are counted properly (even if address is sending to itself)