summaryrefslogtreecommitdiff
path: root/wiretap/pppdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/pppdump.c')
-rw-r--r--wiretap/pppdump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wiretap/pppdump.c b/wiretap/pppdump.c
index 8913cd8c4a..9513d6ab8f 100644
--- a/wiretap/pppdump.c
+++ b/wiretap/pppdump.c
@@ -295,6 +295,7 @@ pppdump_open(wtap *wth, int *err, gchar **err_info _U_)
wth->subtype_read = pppdump_read;
wth->subtype_seek_read = pppdump_seek_read;
wth->subtype_close = pppdump_close;
+ wth->tsprecision = WTAP_FILE_TSPREC_DSEC;
state->seek_state = g_malloc(sizeof(pppdump_t));