aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.h
diff options
context:
space:
mode:
authorsake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>2008-09-30 15:45:20 +0000
committersake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>2008-09-30 15:45:20 +0000
commit02747a50534502c1ea78fe9f6d43a1d5e56d252f (patch)
treec05822615d1ccfc02e84affb8965374ea33198d6 /cfile.h
parent10536fc002a51e11367f2d6cab7213b9f5d784a7 (diff)
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26309 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'cfile.h')
-rw-r--r--cfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfile.h b/cfile.h
index a5b154158d..138609dcde 100644
--- a/cfile.h
+++ b/cfile.h
@@ -61,6 +61,7 @@ typedef struct _capture_file {
wtap *wth; /* Wiretap session */
dfilter_t *rfcode; /* Compiled read (display) filter program */
gchar *dfilter; /* Display filter string */
+ gboolean redissecting; /* TRUE if currently redissecting (cf_redissect_packets) */
/* search */
gchar *sfilter; /* Search filter string */
gboolean sbackward; /* TRUE if search is backward, FALSE if forward */