From 3f49e897f674008c27de9833b8ba2d119dc22ef4 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 27 Jun 2016 17:21:24 -0700 Subject: Pull quit_after_cap out of the global capture options. Really, all the GUI-related options should be pulled out, so they're not cluttering up dumpcap and tshark. Change-Id: I0276dee2be48bae3498a819d8c0c2747fe1352e7 Reviewed-on: https://code.wireshark.org/review/16180 Reviewed-by: Guy Harris --- capture_opts.h | 1 - 1 file changed, 1 deletion(-) (limited to 'capture_opts.h') diff --git a/capture_opts.h b/capture_opts.h index 082e189072..4a8bddb1e6 100644 --- a/capture_opts.h +++ b/capture_opts.h @@ -296,7 +296,6 @@ typedef struct capture_options_tag { /* GUI related */ gboolean real_time_mode; /**< Update list of packets in real time */ gboolean show_info; /**< show the info dialog. GTK+ only. */ - gboolean quit_after_cap; /**< Makes a "capture only mode". Implies -k */ gboolean restart; /**< restart after closing is done */ gchar *orig_save_file; /**< the original capture file name (saved for a restart) */ -- cgit v1.2.3