aboutsummaryrefslogtreecommitdiffstats
path: root/epan/charsets.h
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2016-10-21 10:10:06 +0200
committerMichael Mann <mmann78@netscape.net>2016-10-22 03:16:11 +0000
commit321b756dc41f9bc26cc0eb8b08f90a73158dc75a (patch)
tree5df4f3a53a47dbbf7933106a486143a3cda9fe96 /epan/charsets.h
parent53d3e3c25ef7037ba28b93dd684f5de4c015767f (diff)
Add T.61 character set support
Bug: 13032 Change-Id: I6bf2cc2c43a6262d899a304df6576d9831115966 Reviewed-on: https://code.wireshark.org/review/18350 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/charsets.h')
-rw-r--r--epan/charsets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/charsets.h b/epan/charsets.h
index 07456fdac2..407d0726be 100644
--- a/epan/charsets.h
+++ b/epan/charsets.h
@@ -97,6 +97,9 @@ get_ascii_7bits_string(wmem_allocator_t *scope, const guint8 *ptr,
WS_DLL_PUBLIC guint8 *
get_ebcdic_string(wmem_allocator_t *scope, const guint8 *ptr, gint length);
+WS_DLL_PUBLIC guint8 *
+get_t61_string(wmem_allocator_t *scope, const guint8 *ptr, gint length);
+
#if 0
void ASCII_to_EBCDIC(guint8 *buf, guint bytes);
guint8 ASCII_to_EBCDIC1(guint8 c);