Revert removed line in r50774, we can update pinfo->rel_ts not sure if it makes sense...
authordarkjames <darkjames@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 22 Jul 2013 19:49:03 +0000 (19:49 +0000)
committerdarkjames <darkjames@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 22 Jul 2013 19:49:03 +0000 (19:49 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@50795 f5534014-38df-0310-8fa8-9805f1628bb7

plugins/ethercat/packet-esl.c

index 0e48bf5f27d4c2640b24b69262d1ee3175203b50..e454ef659f3e7f4c06a3ab78dcc88a28566e7ffe 100644 (file)
@@ -251,6 +251,7 @@ 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->rel_ts, &ts_delta);
     }
 }