summaryrefslogtreecommitdiff
path: root/asn1
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-08-12 09:26:24 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-08-12 09:26:24 +0000
commit24e7b8aefd51f365d7b0740caf4d515439d8f249 (patch)
tree518a755042e8b9c4d31efb4420260f39aeee5b1d /asn1
parent9ff00164a83e3287fc2258a6a0a85a34c4f68e27 (diff)
downloadwireshark-24e7b8aefd51f365d7b0740caf4d515439d8f249.tar.gz
Fix copy paste error and reinitialize actx->private_data to NULL once used
svn path=/trunk/; revision=51311
Diffstat (limited to 'asn1')
-rw-r--r--asn1/lte-rrc/lte-rrc.cnf1
-rw-r--r--asn1/lte-rrc/packet-lte-rrc-template.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/asn1/lte-rrc/lte-rrc.cnf b/asn1/lte-rrc/lte-rrc.cnf
index 110cde109d..6b7f700e49 100644
--- a/asn1/lte-rrc/lte-rrc.cnf
+++ b/asn1/lte-rrc/lte-rrc.cnf
@@ -1294,3 +1294,4 @@ SoundingRS-UL-ConfigDedicated/setup/duration STRINGS=TFS(&lte_rrc_duration_val)
val_to_str_const(ra_value, lte_rrc_T_numberOfRA_Preambles_vals, "Unknown"));
}
+ actx->private_data = NULL;
diff --git a/asn1/lte-rrc/packet-lte-rrc-template.c b/asn1/lte-rrc/packet-lte-rrc-template.c
index bfa95e3d3c..a50ce558ea 100644
--- a/asn1/lte-rrc/packet-lte-rrc-template.c
+++ b/asn1/lte-rrc/packet-lte-rrc-template.c
@@ -2539,7 +2539,7 @@ void proto_register_lte_rrc(void) {
{ &ei_lte_rrc_commercial_mobile_alert_sys, { "lte_rrc.commercial_mobile_alert_sys", PI_SEQUENCE, PI_WARN, "Commercial Mobile Alert System Indication!", EXPFILL }},
{ &ei_lte_rrc_unexpected_type_value, { "lte_rrc.unexpected_type_value", PI_MALFORMED, PI_ERROR, "Unexpected type value", EXPFILL }},
{ &ei_lte_rrc_unexpected_length_value, { "lte_rrc.unexpected_length_value", PI_MALFORMED, PI_ERROR, "Unexpected type length", EXPFILL }},
- { &ei_lte_rrc_too_many_group_a_rapids, { "lte_rrc.too_many_groupa_rapids", PI_MALFORMED, PI_ERROR, "Unexpected type length", EXPFILL }},
+ { &ei_lte_rrc_too_many_group_a_rapids, { "lte_rrc.too_many_groupa_rapids", PI_MALFORMED, PI_ERROR, "Too many group A RAPIDs", EXPFILL }},
};
expert_module_t* expert_lte_rrc;