aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/snoop.c
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/snoop.c')
-rw-r--r--wiretap/snoop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wiretap/snoop.c b/wiretap/snoop.c
index 5dc0c2a27d..c0aa19e0ee 100644
--- a/wiretap/snoop.c
+++ b/wiretap/snoop.c
@@ -398,6 +398,7 @@ int snoop_open(wtap *wth, int *err, gchar **err_info)
wth->subtype_seek_read = snoop_seek_read;
wth->file_encap = file_encap;
wth->snapshot_length = 0; /* not available in header */
+ wth->tsprecision = WTAP_FILE_TSPREC_USEC;
return 1;
}