From 30769113302a3e8b8197d14f5d2873020f734bcd Mon Sep 17 00:00:00 2001 From: guy Date: Sat, 19 Dec 2009 03:17:44 +0000 Subject: For fields of type FT_ABSOLUTE_TIME, have the "display" value be one of ABSOLUTE_TIME_LOCAL or ABSOLUTE_TIME_UTC, indicating whether to display the date/time in local time or UTC. (int)ABSOLUTE_TIME_LOCAL == (int)BASE_NONE, so there's no source or binary compatiblity issue, although we might want to eliminate BASE_NONE at some point and have the BASE_ values used with integral types start at 0, so that you can't specify BASE_NONE for an integral field. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31319 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-opsi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-opsi.c') diff --git a/epan/dissectors/packet-opsi.c b/epan/dissectors/packet-opsi.c index 07bb43b2f6..d7fb938677 100644 --- a/epan/dissectors/packet-opsi.c +++ b/epan/dissectors/packet-opsi.c @@ -701,7 +701,7 @@ proto_register_opsi(void) }, { &hf_smc_receive_time_att, { "SMC receive time", "opsi.attr.smc_receive_time", - FT_ABSOLUTE_TIME, BASE_NONE, NULL, 0x00, + FT_ABSOLUTE_TIME, ABSOLUTE_TIME_LOCAL, NULL, 0x00, NULL, HFILL } }, { &hf_smc_stat_time_att, -- cgit v1.2.3