URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=989739c4fcb229f51389997e0a5e2947b97c68d2
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
989739c by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
Qt: Add Decode as in Show Packet Bytes
Add an option to decode the packet bytes from base64 or zlib compressed.
Also add configurable start byte and end byte to make it possible to
decode a subset of bytes. It's also possible to select a range in ASCII
view and select "Show selected" from the context menu to make a subset.
In ASCII view a null terminator is replaced by UTF8 symbol for NULL,
and a CR is replaced by UTF8 symbol for carriage return. This is done
to make it possible to "Show selected" from the context menu.
Change-Id: Ie03c9912c304c121af6ca9e998a6e8445b5382c5
Reviewed-on: https://code.wireshark.org/review/13958
Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from a611899 Add packet-usbip.h to epan/dissectors/Makefile.common file
adds 989739c Qt: Add Decode as in Show Packet Bytes
Summary of changes:
docbook/wsug_src/WSUG_chapter_advanced.asciidoc | 32 ++-
ui/qt/show_packet_bytes_dialog.cpp | 262 ++++++++++++++++++++---
ui/qt/show_packet_bytes_dialog.h | 51 ++++-
ui/qt/show_packet_bytes_dialog.ui | 41 +++-
ui/qt/wireshark_en.qm | Bin 1992 -> 2152 bytes
ui/qt/wireshark_en.ts | 159 ++++++++++----
wsutil/utf8_entities.h | 3 +
7 files changed, 468 insertions(+), 80 deletions(-)