aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rrc.c
diff options
context:
space:
mode:
authorpascal <pascal@localhost>2012-04-15 12:07:47 +0000
committerpascal <pascal@localhost>2012-04-15 12:07:47 +0000
commit24559a876cdfca965652f298f1c680e068a50ec3 (patch)
tree64ba42319ade12ec964136742dfae778e01e46a9 /epan/dissectors/packet-rrc.c
parent1e2f3bb55a31fa2f9e281b051ed3957efa89e678 (diff)
Fix compilation error under Windows
svn path=/trunk/; revision=42082
Diffstat (limited to 'epan/dissectors/packet-rrc.c')
-rw-r--r--epan/dissectors/packet-rrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rrc.c b/epan/dissectors/packet-rrc.c
index 4d4261c950..e0d502b490 100644
--- a/epan/dissectors/packet-rrc.c
+++ b/epan/dissectors/packet-rrc.c
@@ -15248,7 +15248,7 @@ static int
dissect_rrc_CN_DomainIdentity(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
#line 566 "../../asn1/rrc/rrc.cnf"
offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
- 2, &rrc_nas_sys_info_gsm_map_type, FALSE, 0, NULL);
+ 2, (guint32*)(&rrc_nas_sys_info_gsm_map_type), FALSE, 0, NULL);