summaryrefslogtreecommitdiff
path: root/cfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'cfile.c')
-rw-r--r--cfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfile.c b/cfile.c
index 8ad55160f7..aa218e607b 100644
--- a/cfile.c
+++ b/cfile.c
@@ -55,4 +55,5 @@ init_cap_file(capture_file *cf)
cf->snap = WTAP_MAX_PACKET_SIZE;
cf->count = 0;
cf->pstats = NULL;
+ cf->redissecting = FALSE;
}