summaryrefslogtreecommitdiff
path: root/ui/gtk/conversations_ipx.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/conversations_ipx.c')
-rw-r--r--ui/gtk/conversations_ipx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/conversations_ipx.c b/ui/gtk/conversations_ipx.c
index f0751feffc..9664f88c48 100644
--- a/ui/gtk/conversations_ipx.c
+++ b/ui/gtk/conversations_ipx.c
@@ -42,7 +42,7 @@
static int
ipx_conversation_packet(void *pct, packet_info *pinfo, epan_dissect_t *edt _U_, const void *vip)
{
- const ipxhdr_t *ipxh=vip;
+ const ipxhdr_t *ipxh=(ipxhdr_t *)vip;
add_conversation_table_data((conversations_table *)pct, &ipxh->ipx_src, &ipxh->ipx_dst, 0, 0, 1, pinfo->fd->pkt_len, &pinfo->fd->rel_ts, SAT_NONE, PT_NONE);