From 06926aed88eaf2d17b589beb999b079366c22380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Mo=C5=84?= Date: Thu, 2 Oct 2014 18:35:07 +0200 Subject: Wait for extcap to connect to pipe on Windows. This prevents dumpcap from failing with timeout exceeded error message with some extcaps (especially those that display UAC screen) by making sure that extcap connects to pipe before dumpcap is even started. Change-Id: I549da9217c7f4ae89509330ca4fa613a119a9523 Reviewed-on: https://code.wireshark.org/review/4428 Petri-Dish: Alexis La Goutte Reviewed-by: Roland Knall Reviewed-by: Pascal Quantin --- capture_opts.h | 1 + 1 file changed, 1 insertion(+) (limited to 'capture_opts.h') diff --git a/capture_opts.h b/capture_opts.h index 9410db280c..ca87b18112 100644 --- a/capture_opts.h +++ b/capture_opts.h @@ -221,6 +221,7 @@ typedef struct interface_options_tag { gchar *extcap_fifo; GHashTable *extcap_args; GPid extcap_pid; + guint extcap_child_watch; #endif #if defined(_WIN32) || defined(HAVE_PCAP_CREATE) int buffer_size; -- cgit v1.2.3