aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-05-24 17:39:54 -0700
committerGuy Harris <guy@alum.mit.edu>2019-05-25 01:07:36 +0000
commit03c5da8d8930c0456888a4d13ed2648513565d5c (patch)
treedf40e79374047bd27689152c619ced55d977610a /epan/proto.h
parent1fd3003a6d445047e99d13f6804b5b84425a7a46 (diff)
Add Windows code page 1252.
While we're at it, add the Euro to code page 1251, expand the comments for 1250 and 1251 and some DOS code pages, and add support for code page 1251 to tvb_get_stringz_enc(). Change-Id: I053d58f87cac26ad7c109e2f1cd8807ffec0622d Reviewed-on: https://code.wireshark.org/review/33342 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/proto.h b/epan/proto.h
index 5974df9b32..8e5f5fe10e 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -483,7 +483,7 @@ void proto_report_dissector_bug(const char *format, ...)
#define ENC_ASCII_7BITS 0x00000034
#define ENC_T61 0x00000036
#define ENC_EBCDIC_CP037 0x00000038
-/* reserved 0x0000003A */
+#define ENC_WINDOWS_1252 0x0000003A
#define ENC_WINDOWS_1251 0x0000003C
#define ENC_CP855 0x0000003E
#define ENC_CP866 0x00000040