From f3c5f14bc440f4f8d8c680c4834a59ef5ba606a4 Mon Sep 17 00:00:00 2001 From: Irene Ruengeler Date: Tue, 24 Jun 2014 11:36:51 +0200 Subject: Manage Interfaces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add dialog to manage interfaces - Add and delete pipes - Hide local interfaces Change-Id: I08323c306c2ea736f99e57c28e2fe3170a0c2216 Reviewed-on: https://code.wireshark.org/review/2613 Tested-by: Anders Broman Reviewed-by: Anders Broman Reviewed-by: Alexis La Goutte Reviewed-by: Michael Tüxen --- capchild/capture_session.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'capchild/capture_session.h') diff --git a/capchild/capture_session.h b/capchild/capture_session.h index 6189590b0d..951b51e499 100644 --- a/capchild/capture_session.h +++ b/capchild/capture_session.h @@ -27,6 +27,12 @@ extern "C" { #endif /* __cplusplus */ +#ifndef _WIN32 +#include +#endif + +#include "capture_opts.h" + #ifdef HAVE_LIBPCAP /* Current state of capture engine. XXX - differentiate states */ typedef enum { -- cgit v1.2.3