aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column_info.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/column_info.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/column_info.h')
-rw-r--r--epan/column_info.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/epan/column_info.h b/epan/column_info.h
index 8bf4c05191..74d22575b2 100644
--- a/epan/column_info.h
+++ b/epan/column_info.h
@@ -132,8 +132,10 @@ enum {
COL_RES_SRC_PORT, /**< 55) Resolved source port */
COL_UNRES_SRC_PORT, /**< 56) Unresolved source port */
COL_TEI, /**< 57) Q.921 TEI */
- COL_CLS_TIME, /**< 58) Command line-specified time (default relative) */
- NUM_COL_FMTS /**< 59) Should always be last */
+ COL_UTC_DATE_TIME, /**< 58) UTC date and time */
+ COL_UTC_TIME, /**< 59) UTC time */
+ COL_CLS_TIME, /**< 60) Command line-specified time (default relative) */
+ NUM_COL_FMTS /**< 61) Should always be last */
};
#ifdef __cplusplus