aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
diff options
context:
space:
mode:
authorkanidef <nideff.ru@gmail.com>2019-01-03 10:07:02 +0300
committerGuy Harris <guy@alum.mit.edu>2019-01-04 23:37:17 +0000
commit5fa9257704eae2e768596c9240a9a62bd96e02de (patch)
tree7e848df669a5274e036860e5eb8ee0a335987641 /epan/proto.h
parent340ad1793b08faa4bfe79fcd2bba80ce68513d42 (diff)
add encoding windows 1251, cp855, cp866
Change-Id: I0e8507cf63d89942167ca579ef304bc3d679346e Reviewed-on: https://code.wireshark.org/review/31316 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/proto.h b/epan/proto.h
index afe8dae6e2..2121e4e874 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -472,8 +472,9 @@ void proto_report_dissector_bug(const char *format, ...)
#define ENC_T61 0x00000036
#define ENC_EBCDIC_CP037 0x00000038
#define ENC_ZIGBEE 0x0000003A
-
-
+#define ENC_WINDOWS_1251 0x0000003C
+#define ENC_CP855 0x0000003E
+#define ENC_CP866 0x00000040
/*
* TODO:
*