aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h225
diff options
context:
space:
mode:
authorkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2007-02-14 08:08:44 +0000
committerkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2007-02-14 08:08:44 +0000
commit255056934701e3224fb4351b219f83ea5470f955 (patch)
tree3024414970946c1bf98676dc426fb3efc0150a95 /asn1/h225
parent4753c780ab5c0b1b0e206a0414f3592d67ed0065 (diff)
H.225.0 updated to 05/2006, Amendment 1 01/2007
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20807 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/h225')
-rw-r--r--asn1/h225/H323-MESSAGES.asn17
1 files changed, 10 insertions, 7 deletions
diff --git a/asn1/h225/H323-MESSAGES.asn b/asn1/h225/H323-MESSAGES.asn
index 1a6b455835..9833dbc3ab 100644
--- a/asn1/h225/H323-MESSAGES.asn
+++ b/asn1/h225/H323-MESSAGES.asn
@@ -1,12 +1,12 @@
-- H323-MESSAGES.asn
--
-- Taken from ITU ASN.1 database
--- http://www.itu.int/ITU-T/asn1/database/itu-t/h/h225-0/2006/H323-MESSAGES.asn
+-- http://www.itu.int/ITU-T/asn1/database/itu-t/h/h225-0/2006-amd1/H323-MESSAGES.asn
--
-- $Id$
--
--- Module H323-MESSAGES (H.225.0:05/2006)
+-- Module H323-MESSAGES (H.225.0:05/2006, Amendment 1:01/2007)
H323-MESSAGES DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
@@ -439,11 +439,14 @@ SetupAcknowledge-UUIE ::= SEQUENCE {
}
Notify-UUIE ::= SEQUENCE {
- protocolIdentifier ProtocolIdentifier,
- callIdentifier CallIdentifier,
- tokens SEQUENCE OF ClearToken OPTIONAL,
- cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL,
- ...
+ protocolIdentifier ProtocolIdentifier,
+ callIdentifier CallIdentifier,
+ tokens SEQUENCE OF ClearToken OPTIONAL,
+ cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL,
+ ...,
+ connectedAddress SEQUENCE OF AliasAddress OPTIONAL,
+ presentationIndicator PresentationIndicator OPTIONAL,
+ screeningIndicator ScreeningIndicator OPTIONAL
}
-- Beginning of common message elements section