summaryrefslogtreecommitdiff
path: root/cfile.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-02-04 01:29:29 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-02-04 01:29:29 +0000
commitdd71ad695f08b20a36787b871834cbc21f26904a (patch)
treea6af68fed74eef2c0549138e7309494650469d34 /cfile.c
parent02f8788b4ebb369ef7aabf9e75af37c614cf69a3 (diff)
downloadwireshark-dd71ad695f08b20a36787b871834cbc21f26904a.tar.gz
(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
Diffstat (limited to 'cfile.c')
-rw-r--r--cfile.c1
1 files changed, 0 insertions, 1 deletions
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;