summaryrefslogtreecommitdiff
path: root/asn1/pcap/PCAP-Containers.asn
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-01-02 23:06:02 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-01-02 23:06:02 +0000
commit07abd85b140cbb24325eb597bb712b4d4e31a107 (patch)
treebfa86a53c0582b1d7a1a5a40f4bbb51e0807769e /asn1/pcap/PCAP-Containers.asn
parent0aabfbf3f8bfb21b19ed85360f4fe4327a3491c2 (diff)
downloadwireshark-07abd85b140cbb24325eb597bb712b4d4e31a107.tar.gz
Update to V9.0.0 (2009-12)
svn path=/trunk/; revision=31414
Diffstat (limited to 'asn1/pcap/PCAP-Containers.asn')
-rw-r--r--asn1/pcap/PCAP-Containers.asn6
1 files changed, 3 insertions, 3 deletions
diff --git a/asn1/pcap/PCAP-Containers.asn b/asn1/pcap/PCAP-Containers.asn
index 5fa2aca5c6..d107ed349f 100644
--- a/asn1/pcap/PCAP-Containers.asn
+++ b/asn1/pcap/PCAP-Containers.asn
@@ -1,6 +1,6 @@
-- $Id$
--
--- 3GPP TS 25.453 V7.9.0 (2007-12)
+-- 3GPP TS 25.453 V9.0.0 (2009-12)
--
-- 9.3.7 Container Definitions
-- **************************************************************
@@ -40,7 +40,7 @@ FROM PCAP-CommonDataTypes;
-- **************************************************************
PCAP-PROTOCOL-IES ::= CLASS {
- &id ProtocolIE-ID UNIQUE,
+ &id ProtocolIE-ID UNIQUE,
&criticality Criticality,
&Value,
&presence Presence
@@ -106,7 +106,7 @@ ProtocolIE-Single-Container {PCAP-PROTOCOL-IES : IEsSetParam} ::=
ProtocolIE-Field {PCAP-PROTOCOL-IES : IEsSetParam} ::= SEQUENCE {
id PCAP-PROTOCOL-IES.&id ({IEsSetParam}),
criticality PCAP-PROTOCOL-IES.&criticality ({IEsSetParam}{@id}),
- value PCAP-PROTOCOL-IES.&Value ({IEsSetParam}{@id})
+ value PCAP-PROTOCOL-IES.&Value ({IEsSetParam}{@id})
}
-- **************************************************************