summaryrefslogtreecommitdiff
path: root/cfile.h
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2012-09-27 21:20:27 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2012-09-27 21:20:27 +0000
commitbd26485af1c3b9e6ec9d02e612b20ea9481d3d1e (patch)
tree11ce0145a2c18429d83b4a0fc84d66a7536bebb8 /cfile.h
parent91db653dcae549f3df255a81942cd99e63de6dd6 (diff)
downloadwireshark-bd26485af1c3b9e6ec9d02e612b20ea9481d3d1e.tar.gz
Missing part of r45183
svn path=/trunk/; revision=45184
Diffstat (limited to 'cfile.h')
-rw-r--r--cfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfile.h b/cfile.h
index cc478bd8d0..823cf0f346 100644
--- a/cfile.h
+++ b/cfile.h
@@ -90,7 +90,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) */
+ gboolean rescanning; /* TRUE if currently rescanning (rescan_packets) */
/* search */
gchar *sfilter; /* Filter, hex value, or string being searched */
gboolean hex; /* TRUE if "Hex value" search was last selected */