Wireshark-commits: [Wireshark-commits] master 1b5382c: Qt: Add Show Packet Bytes Dialog

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 8 Feb 2016 16:54:23 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1b5382caa57555bd73601937d9f08afb179f0228
Submitter: Stig Bj?rlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1b5382c by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Add Show Packet Bytes Dialog
    
    Show selected packet bytes as ASCII, HTML, Image, ISO 8859-1, Raw or UTF-8.
    Images supported are what's supported by QImage, and HTML supported
    is what's supported by QTextEdit.
    
    Change-Id: I96fc5c5d222c5389078576463cf78d82cf55528d
    Reviewed-on: https://code.wireshark.org/review/13807
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  56a4184   Revert "Create an extended converstaion hastable taking more address information into consideration. This makes it possible to differentiate between packets on different vlans and can be expanded to handle tunnels."
    adds  1b5382c   Qt: Add Show Packet Bytes Dialog


Summary of changes:
 docbook/release-notes.asciidoc                     |    1 +
 docbook/wsug_src/WSUG_chapter_advanced.asciidoc    |   44 ++-
 ui/help_url.c                                      |    3 +
 ui/help_url.h                                      |    1 +
 ui/qt/CMakeLists.txt                               |    3 +
 ui/qt/Makefile.am                                  |    2 +
 ui/qt/Makefile.common                              |    4 +
 ui/qt/Wireshark.pro                                |    3 +
 ui/qt/main_window.h                                |    2 +
 ui/qt/main_window.ui                               |    5 +
 ui/qt/main_window_slots.cpp                        |    8 +
 ui/qt/proto_tree.cpp                               |    2 +
 ui/qt/show_packet_bytes_dialog.cpp                 |  372 ++++++++++++++++++++
 ui/qt/show_packet_bytes_dialog.h                   |  106 ++++++
 ...tream_dialog.ui => show_packet_bytes_dialog.ui} |   67 +---
 15 files changed, 565 insertions(+), 58 deletions(-)
 create mode 100644 ui/qt/show_packet_bytes_dialog.cpp
 create mode 100644 ui/qt/show_packet_bytes_dialog.h
 copy ui/qt/{follow_stream_dialog.ui => show_packet_bytes_dialog.ui} (54%)