From 330b2ce091f621604e01c33e76e1c85d23c465ad Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Fri, 9 Oct 2009 10:14:00 +0000 Subject: [PATCH] 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 --- epan/dissectors/packet-gsm_a_dtap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epan/dissectors/packet-gsm_a_dtap.c b/epan/dissectors/packet-gsm_a_dtap.c index d2b00b7786..655a62a703 100644 --- a/epan/dissectors/packet-gsm_a_dtap.c +++ b/epan/dissectors/packet-gsm_a_dtap.c @@ -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 } };