From cfe3d2d0dae32c211df261fa3165e2b9b1df9816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=BCxen?= Date: Fri, 13 May 2011 11:28:51 +0000 Subject: 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 --- capture_opts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capture_opts.h') 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 */ -- cgit v1.2.1