aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-c1222.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-09-26 21:15:44 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-09-26 21:15:44 +0000
commit408ba7badeb3740fb478b3e80bb8aba3dec62a27 (patch)
tree4d4cd782500cbadce090508f3d7771184f2845c7 /epan/dissectors/packet-c1222.c
parent578ead425bdbf4048ba80ad2f41b4e80905eb860 (diff)
From beroset@mindspring.com:
c1222 dissector has wrong tag value for BER-encoding of calling_AE_qualifier https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9193 svn path=/trunk/; revision=52225
Diffstat (limited to 'epan/dissectors/packet-c1222.c')
-rw-r--r--epan/dissectors/packet-c1222.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-c1222.c b/epan/dissectors/packet-c1222.c
index 961818bcff..51e02834d3 100644
--- a/epan/dissectors/packet-c1222.c
+++ b/epan/dissectors/packet-c1222.c
@@ -687,7 +687,7 @@ static const TOP_ELEMENT_CONTROL canonifyTable[] = {
{ FALSE, FALSE, 0xA1, TRUE, &aSO_context, &aSO_context_len },
{ TRUE , FALSE, 0xA2, TRUE, &called_AP_title, &called_AP_title_len },
{ FALSE, FALSE, 0xA4, TRUE, &called_AP_invocation_id, &called_AP_invocation_id_len },
- { FALSE, FALSE, 0xA3, TRUE, &calling_AE_qualifier, &calling_AE_qualifier_len },
+ { FALSE, FALSE, 0xA7, TRUE, &calling_AE_qualifier, &calling_AE_qualifier_len },
{ TRUE, FALSE, 0xA8, TRUE, &calling_AP_invocation_id, &calling_AP_invocation_id_len },
{ FALSE, FALSE, 0x8B, TRUE, &mechanism_name, &mechanism_name_len },
{ FALSE, FALSE, 0xAC, TRUE, &calling_authentication_value, &calling_authentication_value_len },