Wireshark-commits: [Wireshark-commits] master-3.2 d5399b7: Qt: Fix export of dissection
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 27 Apr 2020 16:41:34 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d5399b7279e38e61e75f7aa266ca7d1aaedbe3c0
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark

Commits:

d5399b7 by Roland Knall (rknall@xxxxxxxxx):

    Qt: Fix export of dissection
    
    Exporting dissected bytes did not consider the
    selection of packets on Windows, if multiple
    packets had been selected
    
    Bug: 16516
    Change-Id: I9d914fe1fed22f842d73caea397a3f37ffc0d523
    Reviewed-on: https://code.wireshark.org/review/36958
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    (cherry picked from commit 7fcac9c955af94f0d046e985278ea41936a3b1a2)
    Reviewed-on: https://code.wireshark.org/review/36959
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  b901168   [Automatic update for 2020-04-26]
     add  d5399b7   Qt: Fix export of dissection


Summary of changes:
 ui/qt/export_dissection_dialog.cpp |  4 +++-
 ui/qt/export_dissection_dialog.h   |  2 ++
 ui/win32/file_dlg_win32.c          | 13 +++++++------
 ui/win32/file_dlg_win32.h          |  3 ++-
 4 files changed, 14 insertions(+), 8 deletions(-)