aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2011-05-13 11:28:51 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2011-05-13 11:28:51 +0000
commitcfe3d2d0dae32c211df261fa3165e2b9b1df9816 (patch)
treec1e4bcf96d3e8c61f4cee05ae7b9cfd8695ec28a /capture_opts.h
parenta7c5d642d5e123b34143cf4ad623c7ced230f831 (diff)
Get -L and -d working with multiple interface. Internally get some functions
using the array of interface data. Improve output of -L by printing the interface name. svn path=/trunk/; revision=37120
Diffstat (limited to 'capture_opts.h')
-rw-r--r--capture_opts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_opts.h b/capture_opts.h
index a6b980e0a2..1e603af95d 100644
--- a/capture_opts.h
+++ b/capture_opts.h
@@ -214,7 +214,7 @@ capture_opts_log(const char *log_domain, GLogLevelFlags log_level, capture_optio
/* print interface capabilities, including link layer types */
extern void
-capture_opts_print_if_capabilities(if_capabilities_t *caps,
+capture_opts_print_if_capabilities(if_capabilities_t *caps, char *name,
gboolean monitor_mode);
/* print list of interfaces */