aboutsummaryrefslogtreecommitdiffstats
path: root/epan/timestamp.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-07-04 21:43:34 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-07-04 21:43:34 +0000
commit2f05cf4dcfbecb970713c564fdbe8d0fa40d6ffb (patch)
tree48ae1991be5f20fc1b47e42036a09bc0a79f2717 /epan/timestamp.h
parent78d22ed8ee61de8e350b6228b07fa43f3384d489 (diff)
From Michael Mann:
Added ability to display UTC time or UTC time with date. I liked having the difference between UTC and local time, not just setting local=UTC. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2629 svn path=/trunk/; revision=37898
Diffstat (limited to 'epan/timestamp.h')
-rw-r--r--epan/timestamp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/timestamp.h b/epan/timestamp.h
index bdc9ab0d62..9282ac5216 100644
--- a/epan/timestamp.h
+++ b/epan/timestamp.h
@@ -35,6 +35,8 @@ typedef enum {
TS_DELTA, /* Since previous captured packet */
TS_DELTA_DIS, /* Since previous displayed packet */
TS_EPOCH, /* Seconds (and fractions) since epoch */
+ TS_UTC,
+ TS_UTC_WITH_DATE,
/*
* Special value used for the command-line setting in Wireshark, to indicate