aboutsummaryrefslogtreecommitdiffstats
path: root/epan/follow.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-06-02 11:44:11 -0700
committerGerald Combs <gerald@wireshark.org>2016-06-03 16:20:57 +0000
commitbec5fed8b320cdf7c4cc1f1dcdbec0b53ac401d6 (patch)
treed0665ba8e9a99ae3352dd4265d5175aa0ca5e88a /epan/follow.h
parent798360422b596e4d39cfef9ca26cea8b8ef1de3d (diff)
Qt: Add UTF-16 output to Follow Stream.
Add an option to display the "follow" data as UTF-16. Bug: 237 Change-Id: Id95ffc014b8ef718f3b6e9f3415806ada309c3a2 Reviewed-on: https://code.wireshark.org/review/15702 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'epan/follow.h')
-rw-r--r--epan/follow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/follow.h b/epan/follow.h
index 2c9d237b9f..00d26fc763 100644
--- a/epan/follow.h
+++ b/epan/follow.h
@@ -63,7 +63,8 @@ typedef enum {
SHOW_CARRAY,
SHOW_RAW,
SHOW_YAML,
- SHOW_UTF8
+ SHOW_UTF8,
+ SHOW_UTF16
} show_type_t;