aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
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 /ui/gtk
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 'ui/gtk')
-rw-r--r--ui/gtk/follow_stream.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/gtk/follow_stream.c b/ui/gtk/follow_stream.c
index d68f15ebb6..d12a6234c0 100644
--- a/ui/gtk/follow_stream.c
+++ b/ui/gtk/follow_stream.c
@@ -1194,6 +1194,7 @@ follow_show(follow_info_t *follow_info,
case SHOW_YAML:
case SHOW_UTF8:
+ case SHOW_UTF16:
g_assert_not_reached();
break;
}