From 2ce22e6bca4a7e90ca201016ed8d408373ac2a60 Mon Sep 17 00:00:00 2001 From: Sake Blok Date: Tue, 30 Sep 2008 15:45:20 +0000 Subject: From jmmikkel@mit.edu (Bug 2895): We might receive new packets while redissecting and don't want to dissect those before the packet-list is fully rebuilt. svn path=/trunk/; revision=26309 --- cfile.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cfile.c') 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; } -- cgit v1.2.1