aboutsummaryrefslogtreecommitdiffstats
path: root/ui/util.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-07-16 09:14:07 -0700
committerGerald Combs <gerald@wireshark.org>2015-07-16 16:17:33 +0000
commit6d33c124d55c1fdbe8225e82256b77e8f0a13e3c (patch)
treea9d579439c752f04154b1394b948c72e4d3938c0 /ui/util.h
parent78bc3dd93a562ca1b1c5dbc8f71d2967008be7ed (diff)
Add display_is_remote.
Add a display_is_remote function and use it instead of get_conn_cfilter to check for remoteness. Change-Id: Ia93d113afec36ede55daf7dc8394b2dc0d8c9abf Reviewed-on: https://code.wireshark.org/review/9659 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/util.h')
-rw-r--r--ui/util.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/util.h b/ui/util.h
index 5e88428907..22898fd0af 100644
--- a/ui/util.h
+++ b/ui/util.h
@@ -50,6 +50,11 @@ void compute_timestamp_diff(gint *diffsec, gint *diffusec,
*/
const char *get_conn_cfilter(void);
+/** Check if we're running on a remote connection.
+ * @return TRUE if we're running remotely, FALSE if local.
+ */
+gboolean display_is_remote(void);
+
/** Set the latest opened directory.
* Will already be done when using file_selection_new().
*