aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.h
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-03-30 15:38:03 +0000
committerEvan Huus <eapache@gmail.com>2013-03-30 15:38:03 +0000
commit2fba8c0f9d923d568dfa9b22ee2c30dbbfa71ab1 (patch)
tree0c91121555fd8dee28e9323fea70828ee9622a42 /cfile.h
parent6fa584b0dbda49a36760d5274ed26de4c17b0db9 (diff)
Update -2, -R and -Y to behave consistently as per the concensus reached on
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8223 Mention the new -Y flag and associated changes in the release notes. svn path=/trunk/; revision=48654
Diffstat (limited to 'cfile.h')
-rw-r--r--cfile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cfile.h b/cfile.h
index a23e6febd8..58129e287f 100644
--- a/cfile.h
+++ b/cfile.h
@@ -90,7 +90,8 @@ typedef struct _capture_file {
gboolean has_snap; /* TRUE if maximum capture packet length is known */
int snap; /* Maximum captured packet length */
wtap *wth; /* Wiretap session */
- dfilter_t *rfcode; /* Compiled read (display) filter program */
+ dfilter_t *rfcode; /* Compiled read filter program */
+ dfilter_t *dfcode; /* Compiled display filter program */
gchar *dfilter; /* Display filter string */
gboolean redissecting; /* TRUE if currently redissecting (cf_redissect_packets) */
/* search */