From 8e236e55defb5555eb3dde620d49e3a67f74ad4b Mon Sep 17 00:00:00 2001 From: Guy Harris 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. svn path=/trunk/; revision=31319 --- asn1/cmp/packet-cmp-template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asn1/cmp') diff --git a/asn1/cmp/packet-cmp-template.c b/asn1/cmp/packet-cmp-template.c index 96ed98cfbf..cbe4290987 100644 --- a/asn1/cmp/packet-cmp-template.c +++ b/asn1/cmp/packet-cmp-template.c @@ -329,7 +329,7 @@ void proto_register_cmp(void) { "TCP transport Next Polling Reference", HFILL }}, { &hf_cmp_tcptrans_ttcb, { "Time to check Back", "cmp.tcptrans.ttcb", - FT_ABSOLUTE_TIME, BASE_NONE, NULL, 0, + FT_ABSOLUTE_TIME, ABSOLUTE_TIME_LOCAL, NULL, 0, "TCP transport Time to check Back", HFILL }}, { &hf_cmp_tcptrans10_version, { "Version", "cmp.tcptrans10.version", -- cgit v1.2.1