From 2fba8c0f9d923d568dfa9b22ee2c30dbbfa71ab1 Mon Sep 17 00:00:00 2001 From: Evan Huus Date: Sat, 30 Mar 2013 15:38:03 +0000 Subject: 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 --- cfile.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cfile.h') 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 */ -- cgit v1.2.1