aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ranap
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2006-03-08 13:50:04 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2006-03-08 13:50:04 +0000
commit3b5ed30a0d6f35e2bab312f513c3be4d1005b140 (patch)
tree69e80547838dd729edfbafa6b9b4fa1d13ad5a2e /asn1/ranap
parentae1041e0817f7b6b4788c743106684d5f0426c61 (diff)
better support for ASN.1 Enumerated type in PER decoding
support in asn2eth will follow svn path=/trunk/; revision=17530
Diffstat (limited to 'asn1/ranap')
-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 bab451ea84..145e1d9287 100644
--- a/asn1/ranap/ranap.cnf
+++ b/asn1/ranap/ranap.cnf
@@ -93,12 +93,12 @@ VAL_PTR = &parameter_tvb
#.FN_BODY PagingCause
# Remove once asn2eth is fixed to handle PER Enummeration extensions
offset = dissect_per_enumerated(tvb, offset, pinfo, tree, hf_index,
- 0, 4, NULL, NULL, TRUE, 0, 0);
+ 5, NULL, NULL, TRUE, 1, NULL);
#.FN_BODY Event
# Remove once asn2eth is fixed to handle PER Enummeration extensions
offset = dissect_per_enumerated(tvb, offset, pinfo, tree, hf_index,
- 0, 2, NULL, NULL, TRUE, 0, 0);
+ 3, NULL, NULL, TRUE, 1, NULL);
#.END