GSM SMS: fix dissection of alphanumeric address

Change-Id: I5d6f3c78b99979376243f722161b3ae25adad230
Reviewed-on: https://code.wireshark.org/review/13830
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
This commit is contained in:
Pascal Quantin 2016-02-08 19:55:38 +01:00
parent 477769b823
commit 2e6d7805ed
1 changed files with 4 additions and 4 deletions

View File

@ -2756,22 +2756,22 @@ proto_register_gsm_sms(void)
},
{ &hf_gsm_sms_tp_oa,
{ "TP-OA Digits", "gsm_sms.tp-oa",
FT_STRING, BASE_NONE, NULL, 0x00,
FT_STRING, STR_UNICODE, NULL, 0x00,
"TP-Originating-Address Digits", HFILL }
},
{ &hf_gsm_sms_tp_da,
{ "TP-DA Digits", "gsm_sms.tp-da",
FT_STRING, BASE_NONE, NULL, 0x00,
FT_STRING, STR_UNICODE, NULL, 0x00,
"TP-Destination-Address Digits", HFILL }
},
{ &hf_gsm_sms_tp_ra,
{ "TP-RA Digits", "gsm_sms.tp-ra",
FT_STRING, BASE_NONE, NULL, 0x00,
FT_STRING, STR_UNICODE, NULL, 0x00,
"TP-Recipient-Address Digits", HFILL }
},
{ &hf_gsm_sms_tp_digits,
{ "Digits", "gsm_sms.tp-digits",
FT_STRING, BASE_NONE, NULL, 0x00,
FT_STRING, STR_UNICODE, NULL, 0x00,
"TP (Unknown) Digits", HFILL }
},
{ &hf_gsm_sms_tp_pid,