From 1bcecb4bcd77d8ae938f7d92993a3586a576c65b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Fri, 7 May 2010 06:35:17 +0000 Subject: Set default seconds type in rawshark and dftest. svn path=/trunk/; revision=32709 --- dftest.c | 1 + 1 file changed, 1 insertion(+) (limited to 'dftest.c') diff --git a/dftest.c b/dftest.c index 2f3ced581a..03e884b8a3 100644 --- a/dftest.c +++ b/dftest.c @@ -80,6 +80,7 @@ main(int argc, char **argv) } timestamp_set_type(TS_RELATIVE); + timestamp_set_seconds_type(TS_SECONDS_DEFAULT); /* Register all dissectors; we must do this before checking for the "-g" flag, as the "-g" flag dumps a list of fields registered -- cgit v1.2.1