From 77751c94f17e2c110ae9e88b1780e279d610b96b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Sat, 15 Apr 2017 23:30:30 +0200 Subject: Qt: Add interface toolbar support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit An extcap utility can provide configuration for controls to use in a GUI interface toolbar. This controls are bidirectional and can be used to control the extcap utility while capturing. This is useful in scenarios where configuration can be done based on findings in the capture process, setting temporary values or give other inputs without restarting current capture. Todo: - Add support for Windows Change-Id: Ie15fa67f92eb27d8b73df6bb36f66b9a7d81932d Reviewed-on: https://code.wireshark.org/review/19982 Petri-Dish: Stig Bjørlykke Tested-by: Petri Dish Buildbot Reviewed-by: Stig Bjørlykke --- capture_opts.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'capture_opts.h') diff --git a/capture_opts.h b/capture_opts.h index 780bbca526..d9ab3d86ab 100644 --- a/capture_opts.h +++ b/capture_opts.h @@ -226,6 +226,8 @@ typedef struct interface_options_tag { GPid extcap_pid; /* pid of running process or INVALID_EXTCAP_PID */ gpointer extcap_userdata; guint extcap_child_watch; + gchar *extcap_control_in; + gchar *extcap_control_out; #endif #ifdef CAN_SET_CAPTURE_BUFFER_SIZE int buffer_size; -- cgit v1.2.3