From c7b45d0a7ddeb5a416992fcd7c35062213a688f5 Mon Sep 17 00:00:00 2001 From: Irene Ruengeler Date: Wed, 9 Jul 2014 13:50:11 +0200 Subject: GTK Remote Capturing Move the GTK files necessary for managing the recnet remote host from capture_dlg.c to recent.c in order to use them in QT, too. Change-Id: I3f3fd31ce928162de08c6db7309ef2a9b1e97760 Reviewed-on: https://code.wireshark.org/review/2955 Reviewed-by: Anders Broman --- capture_opts.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'capture_opts.h') diff --git a/capture_opts.h b/capture_opts.h index 50894f5469..69f4d2d7bd 100644 --- a/capture_opts.h +++ b/capture_opts.h @@ -147,6 +147,14 @@ struct remote_host_info { gboolean nocap_local; }; +struct remote_host { + gchar *r_host; /**< Host name or network address for remote capturing */ + gchar *remote_port; /**< TCP port of remote RPCAP server */ + gint auth_type; /**< Authentication type */ + gchar *auth_username; /**< Remote authentication parameters */ + gchar *auth_password; /**< Remote authentication parameters */ +}; + typedef struct remote_options_tag { capture_source src_type; struct remote_host_info remote_host_opts; -- cgit v1.2.3