Set default seconds type in rawshark and dftest.

svn path=/trunk/; revision=32709
This commit is contained in:
Stig Bjørlykke 2010-05-07 06:35:17 +00:00
parent 427ce576a7
commit 1bcecb4bcd
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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