summaryrefslogtreecommitdiff
path: root/plugins/mate/mate_runtime.c
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-07-21 23:26:07 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-07-21 23:26:07 +0000
commit1a1360c2e152ffa764b8ceb4779c78fc8b0bbc1c (patch)
tree75ea9eea0e5646560bef491458b021ef5845c541 /plugins/mate/mate_runtime.c
parente7d733b31b253942c5e832032772a79c257045ff (diff)
downloadwireshark-1a1360c2e152ffa764b8ceb4779c78fc8b0bbc1c.tar.gz
Update plugins/ with recent change.
svn path=/trunk/; revision=50774
Diffstat (limited to 'plugins/mate/mate_runtime.c')
-rw-r--r--plugins/mate/mate_runtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mate/mate_runtime.c b/plugins/mate/mate_runtime.c
index 23284c4735..0b9284bd88 100644
--- a/plugins/mate/mate_runtime.c
+++ b/plugins/mate/mate_runtime.c
@@ -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 ) {