Add relative start time, duration, and average data rate (bps) columns
[obnox/wireshark/wip.git] / gtk / conversations_fc.c
index 66ad8f77ef5a243e8ec9d66a57ed0e8a8edd3609..cf34e91ba98fcae2c3067091d8f9b4b8517baf5b 100644 (file)
@@ -49,7 +49,7 @@ fc_conversation_packet(void *pct, packet_info *pinfo, epan_dissect_t *edt _U_, c
 {
        const fc_hdr *fchdr=vip;
 
-       add_conversation_table_data((conversations_table *)pct, &fchdr->s_id, &fchdr->d_id, 0, 0, 1, pinfo->fd->pkt_len, SAT_NONE, PT_NONE);
+       add_conversation_table_data((conversations_table *)pct, &fchdr->s_id, &fchdr->d_id, 0, 0, 1, pinfo->fd->pkt_len, &pinfo->fd->rel_ts, SAT_NONE, PT_NONE);
 
        return 1;
 }