Wireshark-commits: [Wireshark-commits] master 2114dba: *Little-endian* UTF-16.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2114dba1effebba50cdb611b2650b0a4a37761e4
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
2114dba by Guy Harris (guy@xxxxxxxxxxxx):
*Little-endian* UTF-16.
ENC_UTF_16 does *not* go with ENC_NA; ENC_NA is for cases where the byte
order is "not applicable", such as a 1-byte number or a character
encoding where every character is encoded in 1 byte, but UTF-16 isn't
one of those cases, as a character is encoded in either 1 or 2 2-byte
values. This being a Windows thing, the byte order is little-endian.
Change-Id: Iab0db3fa2c5d2c25be209e4ed0ebd57827edbcd8
Reviewed-on: https://code.wireshark.org/review/33347
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from cf89939 "OEM Codepage" appears to mean "code page number"; show it in decimal.
add 2114dba *Little-endian* UTF-16.
Summary of changes:
epan/dissectors/packet-tnef.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)