aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/conversations_ncp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/conversations_ncp.c')
-rw-r--r--gtk/conversations_ncp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/conversations_ncp.c b/gtk/conversations_ncp.c
index 8c1475c4e1..5479f57f13 100644
--- a/gtk/conversations_ncp.c
+++ b/gtk/conversations_ncp.c
@@ -50,7 +50,7 @@ ncp_conversation_packet(void *pct, packet_info *pinfo, epan_dissect_t *edt _U_,
connection = (ncph->conn_high * 256)+ncph->conn_low;
if (connection < 65535) {
- add_conversation_table_data((conversations_table *)pct, &pinfo->src, &pinfo->dst, connection, connection, 1, pinfo->fd->pkt_len, SAT_NONE, PT_NCP);
+ add_conversation_table_data((conversations_table *)pct, &pinfo->src, &pinfo->dst, connection, connection, 1, pinfo->fd->pkt_len, &pinfo->fd->rel_ts, SAT_NONE, PT_NCP);
}
return 1;