aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.c
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-01 21:55:01 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-01 21:55:01 +0000
commit734b51599ef4981aa341330a5c60a5e52e8807c7 (patch)
treeff46a91b7d856f44d11317046d270906f9b538ef /cfile.c
parent302cfefe80cf784a353238fbbb1692ce461fcb20 (diff)
Keep a copy of the interface description and capture filter around so that
we can use it in the main window title during and after capture. Add a "-X" option for providing a description for stdin. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32357 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'cfile.c')
-rw-r--r--cfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfile.c b/cfile.c
index d7e53298bf..89ab953d40 100644
--- a/cfile.c
+++ b/cfile.c
@@ -41,6 +41,7 @@ cap_file_init(capture_file *cf)
cf->plist_end = NULL;
cf->wth = NULL;
cf->filename = NULL;
+ cf->source = NULL;
cf->user_saved = FALSE;
cf->is_tempfile = FALSE;
cf->rfcode = NULL;