Wireshark-commits: [Wireshark-commits] master 2a92943: Add Export PDU Dialog (Wireshark Qt)
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 12 Mar 2014 09:29:46 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2a9294356a36f297153fe255b149e6ab39310e82
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2a92943 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    Add Export PDU Dialog (Wireshark Qt)
    
    Rebase with last change and add Logcat export
    
    Change-Id: Idc9b444b1bf14b95ff60e8466e94f7eecd875b47
    Reviewed-on: https://code.wireshark.org/review/14
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  5af5f16   fix the SSL decryption using the master secret this was broken in 21aa7168c7565445ee544ee78fb6c836a63cd4ed
    adds  2a92943   Add Export PDU Dialog (Wireshark Qt)


Summary of changes:
 ui/qt/CMakeLists.txt                               |    3 +
 ui/qt/Makefile.am                                  |    2 +
 ui/qt/Makefile.common                              |    4 +
 ui/qt/QtShark.pro                                  |    3 +
 ...et_comment_dialog.cpp => export_pdu_dialog.cpp} |   50 +++++----
 ui/qt/{about_dialog.h => export_pdu_dialog.h}      |   24 +++--
 ui/qt/export_pdu_dialog.ui                         |  107 ++++++++++++++++++++
 ui/qt/main_window.cpp                              |    3 +
 ui/qt/main_window.h                                |    1 +
 ui/qt/main_window.ui                               |   88 ++++++++--------
 ui/qt/main_window_slots.cpp                        |   17 ++++
 11 files changed, 231 insertions(+), 71 deletions(-)
 copy ui/qt/{packet_comment_dialog.cpp => export_pdu_dialog.cpp} (51%)
 copy ui/qt/{about_dialog.h => export_pdu_dialog.h} (76%)
 create mode 100644 ui/qt/export_pdu_dialog.ui