Add relative start time, duration, and average data rate (bps) columns
[obnox/wireshark/wip.git] / gtk / conversations_jxta.c
index 12166fc0324620c27d197afc5a35cf526219478d..a6ac37c818c848630579947c9a480191cbcff1a7 100644 (file)
@@ -1,7 +1,7 @@
 /* conversations_jxta.c
  * conversations_jxta  copyright (c) 2005 Mike Duigou <bondolo@jxta.org>
  * copied from conversations_sctp.c
- * 
+ *
  * $Id$
  *
  * Wireshark - Network traffic analyzer
@@ -48,14 +48,15 @@ jxta_conversation_packet(void *pct, packet_info *pinfo _U_, epan_dissect_t *edt
 {
        const jxta_tap_header *jxtahdr = (const jxta_tap_header *) vip;
 
-       add_conversation_table_data((conversations_table *)pct, 
-               &jxtahdr->src_address, 
-               &jxtahdr->dest_address, 
-               0, 
-               0, 
-               1, 
-               jxtahdr->size, 
-               SAT_JXTA, 
+       add_conversation_table_data((conversations_table *)pct,
+               &jxtahdr->src_address,
+               &jxtahdr->dest_address,
+               0,
+               0,
+               1,
+               jxtahdr->size,
+               NULL,
+               SAT_JXTA,
                PT_NONE);