From cc5d7670bde3072fdc4aa738c7643e50133c2cb2 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 1 Apr 2010 21:55:01 +0000 Subject: 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. svn path=/trunk/; revision=32357 --- cfile.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cfile.c') 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; -- cgit v1.2.1