aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/h460/SIGNALLING-TRAVERSAL.asn
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/asn1/h460/SIGNALLING-TRAVERSAL.asn')
-rw-r--r--epan/dissectors/asn1/h460/SIGNALLING-TRAVERSAL.asn28
1 files changed, 28 insertions, 0 deletions
diff --git a/epan/dissectors/asn1/h460/SIGNALLING-TRAVERSAL.asn b/epan/dissectors/asn1/h460/SIGNALLING-TRAVERSAL.asn
new file mode 100644
index 0000000000..33fbbab51e
--- /dev/null
+++ b/epan/dissectors/asn1/h460/SIGNALLING-TRAVERSAL.asn
@@ -0,0 +1,28 @@
+-- SIGNALLING-TRAVERSAL.asn
+--
+-- Taken from ITU ASN.1 database
+-- http://www.itu.int/ITU-T/asn1/database/itu-t/h/h460.18/2005/SIGNALLING-TRAVERSAL.asn
+--
+
+-- Module SIGNALLING-TRAVERSAL (H.460.18:09/2005)
+SIGNALLING-TRAVERSAL {itu-t(0) recommendation(0) h(8) 460 18 version(0) 1}
+DEFINITIONS AUTOMATIC TAGS ::=
+BEGIN
+
+IMPORTS CallIdentifier, TimeToLive, TransportAddress
+ FROM H323-MESSAGES;
+
+IncomingCallIndication ::= SEQUENCE {
+ callSignallingAddress TransportAddress,
+ callID CallIdentifier,
+ ...
+}
+
+LRQKeepAliveData ::= SEQUENCE {
+ lrqKeepAliveInterval TimeToLive, -- keep-alive interval (seconds)
+ ...
+}
+
+END
+
+-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D