Wireshark-commits: [Wireshark-commits] master ae1c81d: Qt: Add switch between Capture and FileForma

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 17 Oct 2015 09:20:56 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ae1c81d6bb4d267aa3f12afdd7ff5d5d0747e4c0
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ae1c81d by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    Qt: Add switch between Capture and FileFormat
    
    You can switch now between Capture mode and FileFormat of it.
    This works only if there is MIME FileFormat dissector of opened file.
    
    Change-Id: I9e98e972775561cfbe731ee1a1b99300d119efc6
    Reviewed-on: https://code.wireshark.org/review/10090
    Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    

Actions performed:

    from  5f3370a   Make incomplete dissectors bytes more visible
    adds  ae1c81d   Qt: Add switch between Capture and FileFormat


Summary of changes:
 docbook/release-notes.asciidoc |    4 ++++
 ui/qt/main_window.cpp          |    2 ++
 ui/qt/main_window.h            |    1 +
 ui/qt/main_window.ui           |    9 +++++++++
 ui/qt/main_window_slots.cpp    |   13 +++++++++++++
 5 files changed, 29 insertions(+)