From 1c842bc1250a941afce1c11edcccf8ac1aa8f2cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Thu, 19 May 2016 14:53:15 +0200 Subject: docs: Update Show Packet Bytes docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib64be403d4c684079f1b15d66ac52566e5ff37d0 Reviewed-on: https://code.wireshark.org/review/15501 Reviewed-by: Stig Bjørlykke --- docbook/wsug_src/WSUG_chapter_advanced.asciidoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'docbook') diff --git a/docbook/wsug_src/WSUG_chapter_advanced.asciidoc b/docbook/wsug_src/WSUG_chapter_advanced.asciidoc index 93e94b6c80..1f396989a7 100644 --- a/docbook/wsug_src/WSUG_chapter_advanced.asciidoc +++ b/docbook/wsug_src/WSUG_chapter_advanced.asciidoc @@ -94,9 +94,9 @@ If a selected packet field does not show all the bytes (i.e. they are truncated when displayed) or if they are shown as bytes rather than string or if they require more formatting because they contain an image or HTML then this dialog can be used. -This dialog can also be used to decode field bytes from base64 or zlib compressed -and show the decoded bytes as configurable output. It's also possible to select -a subset of bytes setting the start byte and end byte. +This dialog can also be used to decode field bytes from base64, zlib compressed +or quoted-printable and show the decoded bytes as configurable output. +It's also possible to select a subset of bytes setting the start byte and end byte. You can choose from the following actions: @@ -122,6 +122,8 @@ You can choose to decode the data from one of the following formats: . __Compressed__: This will decompress the buffer using zlib. +. __Quoted-Printable__: This will decode from a Quoted-Printable string. + ==== Show as You can choose to view the data in one of the following formats: -- cgit v1.2.3