120 bool main_toolbar_show;
121 bool filter_toolbar_show;
122 bool wireless_toolbar_show;
123 bool packet_list_show;
126 bool packet_diagram_show;
128 bool packet_list_colorize;
129 bool capture_auto_scroll;
130 ts_type gui_time_format;
131 int gui_time_precision;
132 ts_seconds_type gui_seconds_format;
134 bytes_view_type gui_bytes_view;
135 bytes_encoding_type gui_bytes_encoding;
136 bool gui_packet_diagram_field_values;
137 bool gui_allow_hover_selection;
139 search_in_type gui_search_in;
140 search_char_set_type gui_search_char_set;
141 bool gui_search_case_sensitive;
142 bool gui_search_reverse_dir;
143 bool gui_search_multiple_occurs;
144 search_type_type gui_search_type;
145 bytes_show_type gui_follow_show;
146 follow_delta_type gui_follow_delta;
147 bytes_decode_type gui_show_bytes_decode;
148 bytes_show_type gui_show_bytes_show;
150 int gui_geometry_main_x;
151 int gui_geometry_main_y;
152 int gui_geometry_main_width;
153 int gui_geometry_main_height;
155 bool gui_geometry_main_maximized;
156 bool gui_geometry_leftalign_actions;
158 int gui_geometry_main_upper_pane;
159 int gui_geometry_main_lower_pane;
160 char *gui_geometry_main;
161 char *gui_geometry_main_master_split;
162 char *gui_geometry_main_extra_split;
163 bool privs_warn_if_elevated;
164 bool sys_warn_if_no_capture;
165 GList *col_width_list;
166 GList *conversation_tabs;
167 GList *conversation_tabs_columns;
168 GList *endpoint_tabs;
169 GList *endpoint_tabs_columns;
170 int gui_profile_switch_check_count;
171 char *gui_fileopen_remembered_dir;
172 bool gui_rlc_use_pdus_from_mac;
173 GList *custom_colors;
174 GList *gui_additional_toolbars;
175 GList *interface_toolbars;