aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h248/h248v1support.asn
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-03-13 13:26:13 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-03-13 13:26:13 +0000
commitfd19aa7c890996fa9d43440ea5c26433c486f059 (patch)
tree97ef9e04a7bf80c7438f281ab2b1628bff90efef /asn1/h248/h248v1support.asn
parent16a7f0db082224083f55c3266fd7c5682f04d671 (diff)
H.248 Annex E dissector does not properly dissect event parameters
(Update the h.248 dissector's package registration to support v1 packets.) Applying part of the patch from Alex Lindberg in bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6915 by hand. Fixes bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4842 svn path=/trunk/; revision=41526
Diffstat (limited to 'asn1/h248/h248v1support.asn')
-rw-r--r--asn1/h248/h248v1support.asn10
1 files changed, 6 insertions, 4 deletions
diff --git a/asn1/h248/h248v1support.asn b/asn1/h248/h248v1support.asn
index 2ab54f000d..a7b103682b 100644
--- a/asn1/h248/h248v1support.asn
+++ b/asn1/h248/h248v1support.asn
@@ -26,8 +26,8 @@ BEGIN
-- V1
EventParameterV1 ::= SEQUENCE
{
- eventParamterName [0] Name,
- value [1] ValueV1
+ eventParamterName [0] EventParameterName,
+ value [1] EventParamValueV1
}
-- V1
@@ -47,10 +47,12 @@ BEGIN
-- V1
SigParameterV1 ::= SEQUENCE
{
- sigParameterName [0] Name,
- value [1] ValueV1
+ sigParameterName [0] SigParameterName,
+ value [1] SigParamValueV1
}
ValueV1 ::= OCTET STRING
+ EventParamValueV1 ::= OCTET STRING
+ SigParamValueV1 ::= OCTET STRING
END \ No newline at end of file