summaryrefslogtreecommitdiff
path: root/epan/time_fmt.h
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-07 10:41:42 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-07 10:41:42 +0000
commitc67d38cf15be33536de6da517221cf7ce7285f8e (patch)
tree04c4ab87fa58c5c3258c2936a93a43a5b0c366a5 /epan/time_fmt.h
parent113b078a4d80a2aee7dbecb7724aebbec5de2dfc (diff)
downloadwireshark-c67d38cf15be33536de6da517221cf7ce7285f8e.tar.gz
Rename base_display_* to field_display
This is preparation to support ->display for FT_STRING values. svn path=/trunk/; revision=53820
Diffstat (limited to 'epan/time_fmt.h')
-rw-r--r--epan/time_fmt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/time_fmt.h b/epan/time_fmt.h
index 3684e1e9be..3516e19296 100644
--- a/epan/time_fmt.h
+++ b/epan/time_fmt.h
@@ -41,7 +41,7 @@ typedef enum {
* Display format of an absolute-time time stamp.
*/
typedef enum {
- /* Start at 1000 to avoid duplicating the values used in base_display_e */
+ /* Start at 1000 to avoid duplicating the values used in field_display_e */
ABSOLUTE_TIME_LOCAL = 1000, /* local time in our time zone, with month and day */
ABSOLUTE_TIME_UTC, /* UTC, with month and day */
ABSOLUTE_TIME_DOY_UTC /* UTC, with 1-origin day-of-year */