aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2007-07-20 21:43:07 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2007-07-20 21:43:07 +0000
commite6bc685f19494dc1a46fdf437bd61e224f77c88d (patch)
treea705612afd4276c7aa9f43738667b6b8a7da2520 /capture_opts.h
parentdcdeebf9b08509cf7f3d1f60a128bd81131abb6a (diff)
Remove the "-I" flag from dumpcap, and add a "-M" flag used to specify
that "-D" and "-L" should produce machine-readable output. Use this to move an indirect get_pcap_linktype() call from the GUI to dumpcap. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22367 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture_opts.h')
-rw-r--r--capture_opts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/capture_opts.h b/capture_opts.h
index 4cb76eb1a3..df5a6ef9cb 100644
--- a/capture_opts.h
+++ b/capture_opts.h
@@ -114,11 +114,11 @@ capture_opts_log(const char *log_domain, GLogLevelFlags log_level, capture_optio
/* list link layer types */
extern int
-capture_opts_list_link_layer_types(capture_options *capture_opts);
+capture_opts_list_link_layer_types(capture_options *capture_opts, gboolean machine_readable);
/* list interfaces */
extern int
-capture_opts_list_interfaces(gboolean verbose);
+capture_opts_list_interfaces(gboolean machine_readable);
/* trim the snaplen entry */
extern void