From 723c80ea90a3c56c069a0a99e22edd43b00cf357 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Thu, 25 Aug 2005 21:29:54 +0000 Subject: 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 --- wiretap/nettl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'wiretap/nettl.c') diff --git a/wiretap/nettl.c b/wiretap/nettl.c index 75ffb9e1ca..e24e30ec7f 100644 --- a/wiretap/nettl.c +++ b/wiretap/nettl.c @@ -263,6 +263,7 @@ int nettl_open(wtap *wth, int *err, gchar **err_info _U_) return -1; } wth->data_offset = FILE_HDR_SIZE; + wth->tsprecision = WTAP_FILE_TSPREC_USEC; return 1; } -- cgit v1.2.1