aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dis-fields.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2008-08-20 06:32:08 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2008-08-20 06:32:08 +0000
commit45705aadc3d97462af794e780413053c37300c24 (patch)
tree0fcc03c9ee335b0b0bf05920e1ba6af0e26ca443 /epan/dissectors/packet-dis-fields.h
parent90af2cb097582f97cd139a0daa0e24d53f4dd56d (diff)
From Scott Bailey:
It takes a calculator to decode the timestamps. But no more! Timestamps using the attached patch are displayed as follows: Timestamp = MM:SS mmm absolute (UTM) or Timestamp = MM:SS mmm relative where M is minutes, S is seconds, and m is milliseconds. This is in accord with 'IEEE Std 1278.1-1995' section 5.2.31. svn path=/trunk/; revision=26047
Diffstat (limited to 'epan/dissectors/packet-dis-fields.h')
-rw-r--r--epan/dissectors/packet-dis-fields.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dis-fields.h b/epan/dissectors/packet-dis-fields.h
index 52f0752495..998d32bfe2 100644
--- a/epan/dissectors/packet-dis-fields.h
+++ b/epan/dissectors/packet-dis-fields.h
@@ -161,6 +161,8 @@ gint parseField_Float(tvbuff_t *tvb, proto_tree *tree, gint offset, DIS_ParserNo
gint parseField_Double(tvbuff_t *tvb, proto_tree *tree, gint offset, DIS_ParserNode parserNode);
+gint parseField_Timestamp(tvbuff_t *tvb, proto_tree *tree, gint offset, DIS_ParserNode parserNode);
+
extern guint32 pduType;
extern guint32 entityKind;
extern guint32 entityDomain;