summaryrefslogtreecommitdiff
path: root/asn1/ranap/ranap.cnf
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 /asn1/ranap/ranap.cnf
parentadb2890b028276f4d54ce3c322a7727ebb12167f (diff)
downloadwireshark-b7261fe2e473db602f73c3b3b12c21fbd4ccdc76.tar.gz
Expert info when E.212 MCC/MNC contain non-decimal digits
svn path=/trunk/; revision=31102
Diffstat (limited to 'asn1/ranap/ranap.cnf')
-rw-r--r--asn1/ranap/ranap.cnf4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/ranap/ranap.cnf b/asn1/ranap/ranap.cnf
index 24e4baf83f..7f6d929888 100644
--- a/asn1/ranap/ranap.cnf
+++ b/asn1/ranap/ranap.cnf
@@ -245,7 +245,7 @@ MAX_VAL = asn1_param_get_integer(%(ACTX)s,"upperBound")
if (!parameter_tvb)
return offset;
- dissect_e212_mcc_mnc(parameter_tvb, tree, 0);
+ dissect_e212_mcc_mnc(parameter_tvb, actx->pinfo, tree, 0);
#.END
# FN_BODY MBMSSessionDuration VAL_PTR = &parameter_tvb
@@ -922,4 +922,4 @@ RANAP-EnhancedRelocationInformationResponse N ranap.proc.sout id-RANAPenhancedRe
SRVCC-CSKeysRequest N ranap.proc.imsg id-SRVCCPreparation
SRVCC-CSKeysResponse N ranap.proc.out id-SRVCCPreparation
-#.END \ No newline at end of file
+#.END