Qt: Add Show Packet Bytes Dialog
authorStig Bjørlykke <stig@bjorlykke.org>
Sun, 7 Feb 2016 21:15:12 +0000 (22:15 +0100)
committerStig Bjørlykke <stig@bjorlykke.org>
Mon, 8 Feb 2016 16:54:12 +0000 (16:54 +0000)
commit1b5382caa57555bd73601937d9f08afb179f0228
treed8fc81a86a6975afb3dd3c1b0d43c0a90f6448f9
parent56a41845e7aada1655553a50abaa64df6817d8d2
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@bjorlykke.org>
Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
15 files changed:
docbook/release-notes.asciidoc
docbook/wsug_src/WSUG_chapter_advanced.asciidoc
ui/help_url.c
ui/help_url.h
ui/qt/CMakeLists.txt
ui/qt/Makefile.am
ui/qt/Makefile.common
ui/qt/Wireshark.pro
ui/qt/main_window.h
ui/qt/main_window.ui
ui/qt/main_window_slots.cpp
ui/qt/proto_tree.cpp
ui/qt/show_packet_bytes_dialog.cpp [new file with mode: 0644]
ui/qt/show_packet_bytes_dialog.h [new file with mode: 0644]
ui/qt/show_packet_bytes_dialog.ui [new file with mode: 0644]