Wireshark-commits: [Wireshark-commits] master 3361109: QT/CLI: Remove limit for object export files
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 05 Nov 2019 22:40:33 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3361109b15ad0acd2fc4e3db93ab8358aae5ea78
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

3361109 by Uli Heilmeier (uh@xxxxxxxxxxxx):

    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@xxxxxxxxx>
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  152e011   Qt: Fix CPU usage for DisplayFilterEdit
     add  3361109   QT/CLI: Remove limit for object export files


Summary of changes:
 epan/prefs.c                          | 8 ++++++++
 epan/prefs.h                          | 1 +
 ui/cli/tap-exportobject.c             | 4 ++--
 ui/qt/models/export_objects_model.cpp | 6 ++++--
 4 files changed, 15 insertions(+), 4 deletions(-)