From 645516b0416247e0d7ef207252ce5bef41b8f82a Mon Sep 17 00:00:00 2001 From: Roland Knall Date: Tue, 12 Jan 2016 10:47:19 +0100 Subject: extcap: Sort extcap interfaces alphabetically The interface list is not sorted at all, leading to a very chaotic list. This sorts it alphabetically, as well as correct a type in extcap_init_interfaces. Bug: 11998 Change-Id: Ib5381a1761e8f07f9ba7996b3e6276da063b3932 Reviewed-on: https://code.wireshark.org/review/13220 Petri-Dish: Roland Knall Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall --- capchild/capture_sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capchild/capture_sync.c') diff --git a/capchild/capture_sync.c b/capchild/capture_sync.c index 6f02219d60..5cb3881da8 100644 --- a/capchild/capture_sync.c +++ b/capchild/capture_sync.c @@ -392,7 +392,7 @@ sync_pipe_start(capture_options *capture_opts, capture_session *cap_session, inf cap_session->fork_child = WS_INVALID_PID; #ifdef HAVE_EXTCAP - if (!extcaps_init_initerfaces(capture_opts)) { + if (!extcap_init_interfaces(capture_opts)) { report_failure("Unable to init extcaps. (tmp fifo already exists?)"); return FALSE; } -- cgit v1.2.1