From bec5fed8b320cdf7c4cc1f1dcdbec0b53ac401d6 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 2 Jun 2016 11:44:11 -0700 Subject: 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 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte Reviewed-by: Gerald Combs --- epan/follow.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'epan/follow.h') 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; -- cgit v1.2.3