summaryrefslogtreecommitdiff
path: root/epan/dissectors/asn1/rrc
diff options
context:
space:
mode:
authorDarien Spencer <cusneud@mail.com>2017-06-17 19:03:11 -0700
committerPascal Quantin <pascal.quantin@gmail.com>2017-06-19 13:43:20 +0000
commit31ffb58eb0db57df45f1f8e45afb759251982793 (patch)
treeb0a9a80556436459b7a4a1c9332880581347423f /epan/dissectors/asn1/rrc
parent9634710cdb58456376ca17a299b7e7b99c307e4d (diff)
downloadwireshark-31ffb58eb0db57df45f1f8e45afb759251982793.tar.gz
[UMTS RLC] Rename proto variable
To match the recently renamed file name. Change-Id: Id784b955ec96a52a5f380d415094dce81e1774d5 Reviewed-on: https://code.wireshark.org/review/22222 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan/dissectors/asn1/rrc')
-rw-r--r--epan/dissectors/asn1/rrc/packet-rrc-template.c2
-rw-r--r--epan/dissectors/asn1/rrc/rrc.cnf2
2 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/asn1/rrc/packet-rrc-template.c b/epan/dissectors/asn1/rrc/packet-rrc-template.c
index a4f0254535..7e3d81189c 100644
--- a/epan/dissectors/asn1/rrc/packet-rrc-template.c
+++ b/epan/dissectors/asn1/rrc/packet-rrc-template.c
@@ -61,7 +61,7 @@
extern int proto_fp; /*Handler to FP*/
extern int proto_umts_mac; /*Handler to MAC*/
-extern int proto_rlc; /*Handler to RLC*/
+extern int proto_umts_rlc; /*Handler to RLC*/
GTree * hsdsch_muxed_flows = NULL;
GTree * rrc_ciph_inf = NULL;
diff --git a/epan/dissectors/asn1/rrc/rrc.cnf b/epan/dissectors/asn1/rrc/rrc.cnf
index 1f471f7850..7bd44dd5ea 100644
--- a/epan/dissectors/asn1/rrc/rrc.cnf
+++ b/epan/dissectors/asn1/rrc/rrc.cnf
@@ -825,7 +825,7 @@ HNBName TYPE=FT_STRING DISPLAY=STR_UNICODE
/* Trying to figure where to get the U-RNTI from Either from an ASN.1 field (if this is CCCH) or RLC's attached info (if this is DCCH) */
fpinf = (fp_info *)p_get_proto_data(wmem_file_scope(), actx->pinfo, proto_fp, 0);
macinf = (umts_mac_info *)p_get_proto_data(wmem_file_scope(), actx->pinfo, proto_umts_mac, 0);
- rlcinf = (rlc_info *)p_get_proto_data(wmem_file_scope(), actx->pinfo, proto_rlc, 0);
+ rlcinf = (rlc_info *)p_get_proto_data(wmem_file_scope(), actx->pinfo, proto_umts_rlc, 0);
if (fpinf && macinf && rlcinf) {
switch(macinf->content[fpinf->cur_tb]){
case MAC_DCCH: