diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2005-02-04 01:29:29 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2005-02-04 01:29:29 +0000 |
commit | dd71ad695f08b20a36787b871834cbc21f26904a (patch) | |
tree | a6af68fed74eef2c0549138e7309494650469d34 /cfile.h | |
parent | 02f8788b4ebb369ef7aabf9e75af37c614cf69a3 (diff) | |
download | wireshark-dd71ad695f08b20a36787b871834cbc21f26904a.tar.gz wireshark-dd71ad695f08b20a36787b871834cbc21f26904a.tar.bz2 wireshark-dd71ad695f08b20a36787b871834cbc21f26904a.zip |
(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.h')
-rw-r--r-- | cfile.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -61,7 +61,6 @@ typedef struct _capture_file { gboolean has_snap; /* TRUE if maximum capture packet length is known */ int snap; /* Maximum captured packet length */ gchar *iface; /* Interface */ - gchar *save_file; /* File that user saved capture to */ wtap *wth; /* Wiretap session */ dfilter_t *rfcode; /* Compiled read filter program */ gchar *dfilter; /* Display filter string */ |