Wireshark-commits: [Wireshark-commits] master 970524e: Qt: Export profiles
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 25 Jul 2019 18:00:32 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=970524e3291eecab8ce2d7291fe4468685ca59e3
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

970524e by Roland Knall (rknall@xxxxxxxxx):

    Qt: Export profiles
    
    Allow for the export of profiles. The currently selected profile may be
    selected, as well as all user-defined profiles
    
    Fixes: Bug, where invalid data has been written into the profiles not
    present inside the original file
    
    Change-Id: I7c6310920a1f3a064cfcedc7774b742ff01c9b9e
    Reviewed-on: https://code.wireshark.org/review/34077
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  edd5eaa5  Don't format printable non-ASCII Unicode characters as escape sequences.
     add  970524e   Qt: Export profiles


Summary of changes:
 ui/qt/main_status_bar.cpp            |  11 +++
 ui/qt/models/profile_model.cpp       |  48 ++++++++++++
 ui/qt/models/profile_model.h         |   2 +
 ui/qt/profile_dialog.cpp             |  64 +++++++++++++++-
 ui/qt/profile_dialog.h               |  10 ++-
 ui/qt/utils/wireshark_zip_helper.cpp | 137 +++++++++++++++++++++++++++++++++--
 ui/qt/utils/wireshark_zip_helper.h   |   7 ++
 7 files changed, 272 insertions(+), 7 deletions(-)