From 321b756dc41f9bc26cc0eb8b08f90a73158dc75a Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Fri, 21 Oct 2016 10:10:06 +0200 Subject: Add T.61 character set support Bug: 13032 Change-Id: I6bf2cc2c43a6262d899a304df6576d9831115966 Reviewed-on: https://code.wireshark.org/review/18350 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- epan/charsets.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'epan/charsets.h') 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); -- cgit v1.2.3