aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h248/h248v1support.asn
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-01-21 06:39:25 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-01-21 06:39:25 +0000
commit8a080016783cb1e8e2e153bbd57a5a59cbdc430d (patch)
tree9332cd876f1ec5148b40d0a7fdc5a6e2ae2afb18 /asn1/h248/h248v1support.asn
parent126318400fd329d26a14d1203f0171491c007f8b (diff)
From Alex Lindberg:
resolves all h248V1 differences and provides dissection of V1 instances of Packets, Events, Signals, and Properties. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3999 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31597 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/h248/h248v1support.asn')
-rw-r--r--asn1/h248/h248v1support.asn7
1 files changed, 7 insertions, 0 deletions
diff --git a/asn1/h248/h248v1support.asn b/asn1/h248/h248v1support.asn
index ac38fc0aa7..2ab54f000d 100644
--- a/asn1/h248/h248v1support.asn
+++ b/asn1/h248/h248v1support.asn
@@ -44,6 +44,13 @@ BEGIN
...
}
+ -- V1
+ SigParameterV1 ::= SEQUENCE
+ {
+ sigParameterName [0] Name,
+ value [1] ValueV1
+ }
+
ValueV1 ::= OCTET STRING
END \ No newline at end of file