aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.h
diff options
context:
space:
mode:
authorUli Heilmeier <uh@heilmeier.eu>2019-08-22 06:13:47 +0200
committerRoland Knall <rknall@gmail.com>2019-11-05 22:40:27 +0000
commit3361109b15ad0acd2fc4e3db93ab8358aae5ea78 (patch)
tree010ceea5b63e44017497abb5f9f741e96a6e0fa8 /epan/prefs.h
parent152e0114c127d39415f2a7a634a0c42fc1730d22 (diff)
QT/CLI: Remove limit for object export files
Removes the limit to export more than 1000 files with the same name when exporting objects. For this a preference name gui.max_export_objects is used. Bug: 16010 Change-Id: Iefc138ac2617491aad3b6ad5827c9058aed112c7 Reviewed-on: https://code.wireshark.org/review/34339 Reviewed-by: Anders Broman <a.broman58@gmail.com> Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'epan/prefs.h')
-rw-r--r--epan/prefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/prefs.h b/epan/prefs.h
index 5411d857e6..138d2fdf60 100644
--- a/epan/prefs.h
+++ b/epan/prefs.h
@@ -171,6 +171,7 @@ typedef struct _e_prefs {
gchar *gui_prepend_window_title;
gchar *gui_start_title;
version_info_e gui_version_placement;
+ guint gui_max_export_objects;
layout_type_e gui_layout_type;
layout_pane_content_e gui_layout_content_1;
layout_pane_content_e gui_layout_content_2;