summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dftest.c1
-rw-r--r--rawshark.c1
2 files changed, 2 insertions, 0 deletions
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
diff --git a/rawshark.c b/rawshark.c
index f2d0e0a966..23cff51cb5 100644
--- a/rawshark.c
+++ b/rawshark.c
@@ -504,6 +504,7 @@ main(int argc, char *argv[])
timestamp_set_type(TS_RELATIVE);
timestamp_set_precision(TS_PREC_AUTO);
+ 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 information registered by the