Decode TBCD strings in GSM MAP as per the GSM MAP spec.
authorGuy Harris <guy@alum.mit.edu>
Fri, 13 Jan 2017 07:14:44 +0000 (23:14 -0800)
committerGuy Harris <guy@alum.mit.edu>
Fri, 13 Jan 2017 07:16:30 +0000 (07:16 +0000)
commitc303679d999f38d92a00f0cf99ba0a000a9ff92f
treece0ad01ff144da9e2fae1b409591295093f253c8
parenta4bbd3cc775acbbba7f876816ca0173efb9838ee
Decode TBCD strings in GSM MAP as per the GSM MAP spec.

Hex digits 0xa through 0xe are '*', '#', 'a', 'b', and 'c',
respectively.

Constify the dgt_set_t argument to tvb_bcd_dig_to_wmem_packet_str(),
while we're at it.

Bug: 13316
Change-Id: I7586f35d23fd262453779d99946e7ccad4b6ffab
Reviewed-on: https://code.wireshark.org/review/19620
Reviewed-by: Guy Harris <guy@alum.mit.edu>
epan/dissectors/asn1/gsm_map/gsm_map.cnf
epan/dissectors/packet-gsm_map.c
epan/tvbuff.c
epan/tvbuff.h