diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2005-02-03 22:48:20 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2005-02-03 22:48:20 +0000 |
commit | 9ff19a4c94351adfedb53dab9b6445786827345f (patch) | |
tree | 67db939f06b268e7ecd9e85c3391001fe4c6ef43 /capture.h | |
parent | fc9a0f074463403aca8bf995d125645eb6eb8b3a (diff) | |
download | wireshark-9ff19a4c94351adfedb53dab9b6445786827345f.tar.gz wireshark-9ff19a4c94351adfedb53dab9b6445786827345f.tar.bz2 wireshark-9ff19a4c94351adfedb53dab9b6445786827345f.zip |
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 'capture.h')
-rw-r--r-- | capture.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ typedef struct capture_options_tag { int linktype; /**< Data link type to use, or -1 for "use default" */ gboolean capture_child; /**< True if this is the child for "-S" */ + int save_file_fd; /**< File descriptor for saved file */ /* GUI related */ gboolean sync_mode; /**< Fork a child to do the capture, |