diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2005-08-25 21:29:54 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2005-08-25 21:29:54 +0000 |
commit | 723c80ea90a3c56c069a0a99e22edd43b00cf357 (patch) | |
tree | a0bd0c2272cf5b8f96e1364c0e2f7be960df4f69 /wiretap/network_instruments.c | |
parent | bd42437262d885f24cbf0fc96e4b2235aac695a3 (diff) | |
download | wireshark-723c80ea90a3c56c069a0a99e22edd43b00cf357.tar.gz wireshark-723c80ea90a3c56c069a0a99e22edd43b00cf357.tar.bz2 wireshark-723c80ea90a3c56c069a0a99e22edd43b00cf357.zip |
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 'wiretap/network_instruments.c')
-rw-r--r-- | wiretap/network_instruments.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wiretap/network_instruments.c b/wiretap/network_instruments.c index 0e226e6e48..7d723c4804 100644 --- a/wiretap/network_instruments.c +++ b/wiretap/network_instruments.c @@ -178,6 +178,7 @@ int network_instruments_open(wtap *wth, int *err, gchar **err_info) wth->subtype_close = NULL; wth->subtype_sequential_close = NULL; wth->snapshot_length = 0; + wth->tsprecision = WTAP_FILE_TSPREC_USEC; /* reset the pointer to the first packet */ if (file_seek(wth->fh, file_header.offset_to_first_packet, SEEK_SET, |