summaryrefslogtreecommitdiff
path: root/dftest.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-08-25 21:29:54 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-08-25 21:29:54 +0000
commit723c80ea90a3c56c069a0a99e22edd43b00cf357 (patch)
treea0bd0c2272cf5b8f96e1364c0e2f7be960df4f69 /dftest.c
parentbd42437262d885f24cbf0fc96e4b2235aac695a3 (diff)
downloadwireshark-723c80ea90a3c56c069a0a99e22edd43b00cf357.tar.gz
timestamp display precision:
- automatic adjustment depending on file format - manual adjustment through menu items save the setting in the recent file svn path=/trunk/; revision=15534
Diffstat (limited to 'dftest.c')
-rw-r--r--dftest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dftest.c b/dftest.c
index b567685ce6..75fa9aa82e 100644
--- a/dftest.c
+++ b/dftest.c
@@ -65,7 +65,7 @@ main(int argc, char **argv)
e_prefs *prefs;
dfilter_t *df;
- set_timestamp_setting(TS_RELATIVE);
+ timestamp_set_type(TS_RELATIVE);
/* register all dissectors; we must do this before checking for the
"-g" flag, as the "-g" flag dumps a list of fields registered