aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2014-04-13 18:53:29 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2014-04-13 20:02:52 +0000
commitcfe11b1097a53d5d62f1b7b9de3b816378527dae (patch)
tree77da630251ba4947d28290828b86da383c452b64 /doc
parent63ed4745a2c3abef00ec69fa1b6832674fa17605 (diff)
Add ENC_ASCII_7BITS encoding
Change-Id: I01ec87ff4181afb5b2de487fd5f5200f8d62f17d Reviewed-on: https://code.wireshark.org/review/1088 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.dissector6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/README.dissector b/doc/README.dissector
index a693284381..1ca8107cc0 100644
--- a/doc/README.dissector
+++ b/doc/README.dissector
@@ -1389,7 +1389,6 @@ currently supported are:
ENC_UCS_2 - UCS-2-encoded subset of Unicode, with no surrogate pairs
and thus no code points above 0xFFFF
ENC_UCS_4 - UCS-4-encoded Unicode
- ENC_EBCDIC - EBCDIC
ENC_WINDOWS_1250 - Windows-1250 code page
ENC_ISO_8859_1 - ISO 8859-1
ENC_ISO_8859_2 - ISO 8859-2
@@ -1406,8 +1405,13 @@ currently supported are:
ENC_ISO_8859_14 - ISO 8859-14
ENC_ISO_8859_15 - ISO 8859-15
ENC_ISO_8859_16 - ISO 8859-16
+ ENC_WINDOWS_1250 - Windows-1250
ENC_3GPP_TS_23_038_7BITS - GSM 7 bits alphabet as described
in 3GPP TS 23.038
+ ENC_EBCDIC - EBCDIC
+ ENC_MAC_ROMAN - MAC ROMAN
+ ENC_CP437 - DOS CP437
+ ENC_ASCII_7BITS - 7 bits ASCII
Other encodings will be added in the future.