From Gerasimos Dimitriadis:

DTAP: Wrong decoding of ITC in Bearer Capability IE.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4108

svn path=/trunk/; revision=30426
This commit is contained in:
Anders Broman 2009-10-09 10:14:00 +00:00
parent 4bd41da307
commit 330b2ce091
1 changed files with 2 additions and 2 deletions

View File

@ -1049,8 +1049,8 @@ static const value_string gsm_a_itc_values[] = {
{ 0x1, "Unrestricted digital information" },
{ 0x2, "3.1 kHz audio, ex PLMN" },
{ 0x3, "Facsimile group 3" },
{ 0x4, "Other ITC (See Octet 5a)" },
{ 0x5, "Reserved,(In Network alternate speech/facsimile group 3)" },
{ 0x5, "Other ITC (See Octet 5a)" },
{ 0x7, "Reserved,(In Network alternate speech/facsimile group 3)" },
{ 0, NULL }
};