From 9f8d00c1741604ae6ad53e2f27e2686e1df10cc3 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 27 Oct 2015 15:04:44 -0700 Subject: Add preferences for related packets and the scroll bar minimap. Add gui.packet_list_show_related and gui.packet_list_show_minimap. Show_related enables and disables the related packet delegate. Show_minimap enables and disables the minimap. Start calling it the "intelligent scroll bar" since that's the best suggestion for a name I've seen so far. Leave them out of the Appearance preference pane for now. Change-Id: I5869c446fda5c8e62d6b1e49a74d63ba3b117b0f Reviewed-on: https://code.wireshark.org/review/11332 Petri-Dish: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs --- epan/prefs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'epan/prefs.h') diff --git a/epan/prefs.h b/epan/prefs.h index ec4e0c4f1f..3ffc5313ee 100644 --- a/epan/prefs.h +++ b/epan/prefs.h @@ -223,6 +223,8 @@ typedef struct _e_prefs { gboolean gui_qt_packet_list_separator; gboolean gui_packet_editor; /* Enable Packet Editor */ elide_mode_e gui_packet_list_elide_mode; + gboolean gui_packet_list_show_related; + gboolean gui_packet_list_show_minimap; gboolean st_enable_burstinfo; gboolean st_burst_showcount; gint st_burst_resolution; -- cgit v1.2.3