aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-02-03 22:48:20 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-02-03 22:48:20 +0000
commit9ff19a4c94351adfedb53dab9b6445786827345f (patch)
tree67db939f06b268e7ecd9e85c3391001fe4c6ef43 /cfile.h
parentfc9a0f074463403aca8bf995d125645eb6eb8b3a (diff)
move capture_file_fd field from capture_file to capture_opts type, as this is the place where it should be
svn path=/trunk/; revision=13268
Diffstat (limited to 'cfile.h')
-rw-r--r--cfile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cfile.h b/cfile.h
index bcb5938e96..13c8548940 100644
--- a/cfile.h
+++ b/cfile.h
@@ -62,7 +62,6 @@ typedef struct _capture_file {
int snap; /* Maximum captured packet length */
gchar *iface; /* Interface */
gchar *save_file; /* File that user saved capture to */
- int save_file_fd; /* File descriptor for saved file */
wtap *wth; /* Wiretap session */
dfilter_t *rfcode; /* Compiled read filter program */
gchar *dfilter; /* Display filter string */