From dd71ad695f08b20a36787b871834cbc21f26904a Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Fri, 4 Feb 2005 01:29:29 +0000 Subject: (some) redesign of capture data structures. don't use global cfile at all but only an untpyed handle to call the cf_... functions in file.c move the save_file member from capture_file to capture_opts, as it's only used while capturing and while preparing it svn path=/trunk/; revision=13276 --- cfile.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cfile.c') diff --git a/cfile.c b/cfile.c index 5b958f3252..225d88b863 100644 --- a/cfile.c +++ b/cfile.c @@ -56,7 +56,6 @@ init_cap_file(capture_file *cf) cf->cfilter = g_strdup(""); #endif cf->iface = NULL; - cf->save_file = NULL; cf->has_snap = FALSE; cf->snap = WTAP_MAX_PACKET_SIZE; cf->count = 0; -- cgit v1.2.1