From 2e1952678f0ed2a82e6cb76d82b7d4ef9d397223 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Irene=20R=C3=BCngeler?= Date: Fri, 3 Aug 2012 11:15:40 +0000 Subject: Make the columns of the capture options dialog selectable. Changes are stored in the preferences file. The ordering can be changed by dragging the column. The order is not stored. svn path=/trunk/; revision=44239 --- epan/prefs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'epan/prefs.h') diff --git a/epan/prefs.h b/epan/prefs.h index 0520b830e9..e814248636 100644 --- a/epan/prefs.h +++ b/epan/prefs.h @@ -174,6 +174,7 @@ typedef struct _e_prefs { gboolean capture_real_time; gboolean capture_auto_scroll; gboolean capture_show_info; + GList *capture_columns; guint rtp_player_max_visible; guint tap_update_interval; gboolean display_hidden_proto_items; @@ -496,6 +497,8 @@ extern gboolean prefs_is_capture_device_hidden(const char *name); */ extern gboolean prefs_capture_device_monitor_mode(const char *name); +extern gboolean prefs_capture_options_dialog_column_is_visible(const gchar *column); + #ifdef __cplusplus } #endif /* __cplusplus */ -- cgit v1.2.3