aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-uma.c
diff options
context:
space:
mode:
authorGerasimos Dimitriadis <dimeg@intracom.gr>2009-11-27 22:57:50 +0000
committerGerasimos Dimitriadis <dimeg@intracom.gr>2009-11-27 22:57:50 +0000
commitb7261fe2e473db602f73c3b3b12c21fbd4ccdc76 (patch)
tree1735a55435544fcafa2d86bae3f28aabee909421 /epan/dissectors/packet-uma.c
parentadb2890b028276f4d54ce3c322a7727ebb12167f (diff)
Expert info when E.212 MCC/MNC contain non-decimal digits
svn path=/trunk/; revision=31102
Diffstat (limited to 'epan/dissectors/packet-uma.c')
-rw-r--r--epan/dissectors/packet-uma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-uma.c b/epan/dissectors/packet-uma.c
index 295f47295c..a4f6e7be93 100644
--- a/epan/dissectors/packet-uma.c
+++ b/epan/dissectors/packet-uma.c
@@ -1358,7 +1358,7 @@ dissect_uma_IE(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset)
octet = tvb_get_guint8(tvb,ie_offset);
ie_offset++;
if ( octet == 0 ){
- ie_offset = dissect_e212_mcc_mnc(tvb, urr_ie_tree, ie_offset);
+ ie_offset = dissect_e212_mcc_mnc(tvb, pinfo, urr_ie_tree, ie_offset);
proto_tree_add_item(urr_ie_tree, hf_uma_urr_lac, tvb, ie_offset, 2, FALSE);
ie_offset = ie_offset + 2;
/* The octets 9-12 are coded as shown in 3GPP TS 25.331, Table 'Cell identity'.