diff options
author | Gerald Combs <gerald@wireshark.org> | 2016-06-30 09:24:57 -0700 |
---|---|---|
committer | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2016-07-01 06:02:31 +0000 |
commit | 250f248fd917eb556f6e6838cf9a45385e00e358 (patch) | |
tree | 3059104a8fa18ebc114907d930230b6a11e51ecc /docbook | |
parent | 5cf7fcdf0f62cf0d8617428141a26e6f280a45d0 (diff) | |
download | wireshark-250f248fd917eb556f6e6838cf9a45385e00e358.tar.gz wireshark-250f248fd917eb556f6e6838cf9a45385e00e358.tar.bz2 wireshark-250f248fd917eb556f6e6838cf9a45385e00e358.zip |
Qt: Add ASCII+EBCDIC actions to the byte view context menu.
Add actions to switch between ASCII and EBCDIC, similar to the hex and
bits items.
Bug: 5298
Change-Id: Ib601ac6e89411e6482f3e4172726e16a08fdbd2b
Reviewed-on: https://code.wireshark.org/review/16225
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'docbook')
-rw-r--r-- | docbook/release-notes.asciidoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docbook/release-notes.asciidoc b/docbook/release-notes.asciidoc index 43a09df9ed..c472fb7a79 100644 --- a/docbook/release-notes.asciidoc +++ b/docbook/release-notes.asciidoc @@ -36,6 +36,7 @@ since version 2.1.0: * The Conversations and Endpoints dialogs are more responsive when viewing large numbers of items. * The RTP player now allows up to 30 minutes of silence frames. +* Packet bytes can now be displayed as EBCDIC. The following features are new (or have been significantly updated) since version 2.0.0: |