summaryrefslogtreecommitdiff
path: root/asn1/h248/h248v3.asn
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-04-24 19:28:12 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-04-24 19:28:12 +0000
commit55507800aa53ab9e8e7d698655171fe64cae5f55 (patch)
treee6a44986f8ec4eae633dad575e8a509b2a8b79d5 /asn1/h248/h248v3.asn
parentfea883ebec7d7e888cbb0df3f8cea82462a0f8ce (diff)
downloadwireshark-55507800aa53ab9e8e7d698655171fe64cae5f55.tar.gz
extraInfo was not propperly tagged causing ber decoding errors.
Fixes Bug 1554 svn path=/trunk/; revision=21557
Diffstat (limited to 'asn1/h248/h248v3.asn')
-rw-r--r--asn1/h248/h248v3.asn4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/h248/h248v3.asn b/asn1/h248/h248v3.asn
index ecf7dc8af4..804ef5da14 100644
--- a/asn1/h248/h248v3.asn
+++ b/asn1/h248/h248v3.asn
@@ -558,7 +558,7 @@ BEGIN
eventParamValue [1] EventParamValues,
-- end
-- For use of extraInfos see the comment related to PropertyParm
- extraInfo CHOICE
+ extraInfo [2] CHOICE
{
relation [0] Relation,
range [1] BOOLEAN,
@@ -679,7 +679,7 @@ BEGIN
propertyName [0] PkgdName,
-- value [1] SEQUENCE OF OCTET STRING,
value [1] SEQUENCE OF PropertyID,
- extraInfo [3] CHOICE
+ extraInfo [2] CHOICE
{
relation [0] Relation,
range [1] BOOLEAN,