From d72fe013b234035c97d805d17275ebb94ad3b40a Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 21 May 2010 06:33:25 +0000 Subject: Have abs_time_to_str() and abs_time_to_str_secs() take an additional argument indicating whether to include the time zone in the string. If we're constructing a display filter, don't include the time zone, otherwise do. Fixes bug 4756. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32913 f5534014-38df-0310-8fa8-9805f1628bb7 --- asn1/goose/goose.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asn1/goose/goose.cnf') diff --git a/asn1/goose/goose.cnf b/asn1/goose/goose.cnf index 2c9f92b226..cfbba59470 100644 --- a/asn1/goose/goose.cnf +++ b/asn1/goose/goose.cnf @@ -47,7 +47,7 @@ ts.secs = seconds; ts.nsecs = nanoseconds; - ptime = abs_time_to_str(&ts, ABSOLUTE_TIME_UTC); + ptime = abs_time_to_str(&ts, ABSOLUTE_TIME_UTC, TRUE); if(hf_index >= 0) { -- cgit v1.2.3