aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ranap.c
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 /epan/dissectors/packet-ranap.c
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 'epan/dissectors/packet-ranap.c')
-rw-r--r--epan/dissectors/packet-ranap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ranap.c b/epan/dissectors/packet-ranap.c
index d26b359785..ab2a3dfca7 100644
--- a/epan/dissectors/packet-ranap.c
+++ b/epan/dissectors/packet-ranap.c
@@ -6458,7 +6458,7 @@ static int
dissect_ranap_PagingCause(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
#line 95 "ranap.cnf"
offset = dissect_per_enumerated(tvb, offset, pinfo, tree, hf_index,
- 0, 4, NULL, NULL, TRUE, 0, 0);
+ 5, NULL, NULL, TRUE, 1, NULL);
@@ -8469,7 +8469,7 @@ static int
dissect_ranap_Event(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
#line 100 "ranap.cnf"
offset = dissect_per_enumerated(tvb, offset, pinfo, tree, hf_index,
- 0, 2, NULL, NULL, TRUE, 0, 0);
+ 3, NULL, NULL, TRUE, 1, NULL);