summaryrefslogtreecommitdiff
path: root/tshark.c
diff options
context:
space:
mode:
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tshark.c b/tshark.c
index 83e066f1f3..fe964fefe2 100644
--- a/tshark.c
+++ b/tshark.c
@@ -1494,7 +1494,7 @@ main(int argc, char *argv[])
capture_opts.has_autostop_packets ? capture_opts.autostop_packets : 0,
capture_opts.has_autostop_filesize ? capture_opts.autostop_filesize : 0);
#else
- err = load_cap_file(&cfile, NULL, out_file_type);
+ err = load_cap_file(&cfile, NULL, out_file_type, 0, 0);
#endif
if (err != 0) {
epan_cleanup();