3GPP 23.038 7-bit GSM alphabet contains non ASCII characters

It should be displayed with the STR_UNICODE field display parameter

Bug: 12337
Change-Id: I6204909977218f5e19b5eb309595be1d6666ac9a
Reviewed-on: https://code.wireshark.org/review/14896
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Pascal Quantin 2016-04-12 23:26:37 +02:00 committed by Michael Mann
parent 4d5caf316f
commit 36dd5da5d4
3 changed files with 3 additions and 3 deletions

View File

@ -3047,7 +3047,7 @@ void proto_register_gsm_map(void) {
"Service Area Code", HFILL }},
{ &hf_gsm_map_ussd_string,
{ "USSD String", "gsm_map.ussd_string",
FT_STRING, BASE_NONE, NULL, 0,
FT_STRING, STR_UNICODE, NULL, 0,
NULL, HFILL }},

View File

@ -7678,7 +7678,7 @@ proto_register_gsm_a_dtap(void)
},
{ &hf_gsm_a_dtap_text_string,
{ "Text String", "gsm_a.dtap.text_string",
FT_STRING, BASE_NONE, NULL, 0x0,
FT_STRING, STR_UNICODE, NULL, 0x0,
NULL, HFILL }
},
{ &hf_gsm_a_dtap_time_zone_time,

View File

@ -23386,7 +23386,7 @@ void proto_register_gsm_map(void) {
"Service Area Code", HFILL }},
{ &hf_gsm_map_ussd_string,
{ "USSD String", "gsm_map.ussd_string",
FT_STRING, BASE_NONE, NULL, 0,
FT_STRING, STR_UNICODE, NULL, 0,
NULL, HFILL }},