Update plugins/ with recent change.
authordarkjames <darkjames@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 21 Jul 2013 23:26:07 +0000 (23:26 +0000)
committerdarkjames <darkjames@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 21 Jul 2013 23:26:07 +0000 (23:26 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@50774 f5534014-38df-0310-8fa8-9805f1628bb7

plugins/ethercat/packet-esl.c
plugins/mate/mate_runtime.c

index 34e6dfdfd8a01bae0349bbd92a4a788a835d67ae..0e48bf5f27d4c2640b24b69262d1ee3175203b50 100644 (file)
@@ -251,7 +251,6 @@ void modify_times(tvbuff_t *tvb, gint offset, packet_info *pinfo)
         nstime_delta(&ts_delta, &ts, &pinfo->fd->abs_ts);
 
         pinfo->fd->abs_ts = ts;
-        nstime_add(&pinfo->fd->rel_ts, &ts_delta);
     }
 }
 
index 23284c4735a92efafd6a1481c9114b81c29eaa36..0b9284bd886625140574e40e33850915e59e43a1 100644 (file)
@@ -846,7 +846,7 @@ extern void mate_analyze_frame(packet_info *pinfo, proto_tree* tree) {
        mate_pdu* pdu = NULL;
        mate_pdu* last = NULL;
 
-       rd->now = (float) nstime_to_sec(&pinfo->fd->rel_ts);
+       rd->now = (float) nstime_to_sec(&pinfo->rel_ts);
 
        if ( proto_tracking_interesting_fields(tree)
                 && rd->highest_analyzed_frame < pinfo->fd->num ) {