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/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/proto.h') diff --git a/epan/proto.h b/epan/proto.h index f1f998709f..bfc7ded50b 100644 --- a/epan/proto.h +++ b/epan/proto.h @@ -429,6 +429,7 @@ WS_DLL_PUBLIC WS_NORETURN void proto_report_dissector_bug(const char *message); #define ENC_MAC_ROMAN 0x00000030 #define ENC_CP437 0x00000032 #define ENC_ASCII_7BITS 0x00000034 +#define ENC_T61 0x00000036 /* * TODO: -- cgit v1.2.3