aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-07 10:10:03 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-07 10:10:03 +0000
commit113b078a4d80a2aee7dbecb7724aebbec5de2dfc (patch)
treeb44572b78bbcd968ecee6c7c37ebd8f3fdabbbf1 /epan/proto.h
parentb3c93326bc35b35ef5e1923765496289994479e9 (diff)
Add new string proto encoding for windows-1250 (ENC_WINDOWS_1250)
- Move windows-1250 to unicode encoding table to charset.c - Add tvb_get_string_unichar2, tvb_get_stringz_unichar2 functions which recode tvb-string to UTF-8. svn path=/trunk/; revision=53819
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/proto.h b/epan/proto.h
index a9841a9899..d3badde030 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -284,6 +284,7 @@ WS_DLL_PUBLIC WS_MSVC_NORETURN void proto_report_dissector_bug(const char *messa
#define ENC_UTF_16 0x00000004
#define ENC_UCS_2 0x00000006
#define ENC_EBCDIC 0x00000008
+#define ENC_WINDOWS_1250 0x0000000A /* http://en.wikipedia.org/wiki/Windows-1250 */
/*
* TODO: