Q931: Fix Q931_ISO_IEC_STANDARDIZED_CODING value

It's typically masked with 0x60 without any bit shifting,
so make the value reflect it

Bug: 14116
Change-Id: I677c609a8e19a66ee557ac24c721ecb2312131a5
Reviewed-on: https://code.wireshark.org/review/24123
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Michael Mann 2017-10-27 20:09:19 -04:00
parent ce181cbc87
commit c6c709490c
1 changed files with 1 additions and 1 deletions

View File

@ -609,7 +609,7 @@ static const value_string q931_repeat_indication_vals[] = {
* ITU-standardized coding.
*/
#define Q931_ITU_STANDARDIZED_CODING 0x00
#define Q931_ISO_IEC_STANDARDIZED_CODING 0x01
#define Q931_ISO_IEC_STANDARDIZED_CODING 0x20
/*
* Dissect a Segmented message information element.