aboutsummaryrefslogtreecommitdiffstats
path: root/capture.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-03-28 16:14:34 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-03-28 16:14:34 +0000
commitb64ebb05c29f5362ac8fa8fe182dfbe3c571eead (patch)
treefd47328869577ae2c2e1a7bf8f0ead5dad5b58be /capture.h
parent131ab36a3257aec679019b7877fcf5055f9e3bca (diff)
fix Solaris build (I've removed O_BINARY)
rename sync_mode to real_time_mode, as we using sync_mode all the time now, so the name is misleading svn path=/trunk/; revision=13956
Diffstat (limited to 'capture.h')
-rw-r--r--capture.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/capture.h b/capture.h
index 2acffc4738..dfdc747ec9 100644
--- a/capture.h
+++ b/capture.h
@@ -53,8 +53,7 @@ typedef struct capture_options_tag {
gchar *save_file; /**< the capture file name */
/* GUI related */
- gboolean sync_mode; /**< Fork a child to do the capture,
- and sync between them */
+ gboolean real_time_mode;/**< Update list of packets in real time */
gboolean show_info; /**< show the info dialog */
gboolean quit_after_cap; /** Makes a "capture only mode". Implies -k */