aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-04-25 01:31:08 -0700
committerGuy Harris <guy@alum.mit.edu>2014-04-25 08:32:06 +0000
commit6a9c924460c96ac722c3a05e12206a626cdace38 (patch)
tree28105519bfcf0152c99f3dd059c1e2f1372a2bcb /ui
parenta4ff0bc5d2d9296b958ca195e2ecb373c70866fa (diff)
Move the XXX-to-UTF-8 loops to routines in epan/charsets.c.
This moves a bunch of character set knowledge into epan/charsets.c. Change-Id: Ieb79dcaac9753c77703af756b666ad2ca9385d9e Reviewed-on: https://code.wireshark.org/review/1339 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui')
-rw-r--r--ui/gtk/bytes_view.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/gtk/bytes_view.c b/ui/gtk/bytes_view.c
index 828e40dcce..ce636a7b8c 100644
--- a/ui/gtk/bytes_view.c
+++ b/ui/gtk/bytes_view.c
@@ -34,6 +34,7 @@
#include <string.h>
+#include <epan/wmem/wmem.h>
#include <epan/charsets.h>
#include <epan/packet.h>
#include <epan/prefs.h>