From e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 22:34:10 +0200 Subject: Adding upstream version 4.2.2. Signed-off-by: Daniel Baumann --- epan/dissectors/asn1/z3950/z3950-oclc.asn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 epan/dissectors/asn1/z3950/z3950-oclc.asn (limited to 'epan/dissectors/asn1/z3950/z3950-oclc.asn') diff --git a/epan/dissectors/asn1/z3950/z3950-oclc.asn b/epan/dissectors/asn1/z3950/z3950-oclc.asn new file mode 100644 index 00000000..e6592405 --- /dev/null +++ b/epan/dissectors/asn1/z3950/z3950-oclc.asn @@ -0,0 +1,14 @@ +Z39-50-OCLC-UserInformation +{z39-50-userInformation local (1000) oclc (17) oclc-1 (1)} DEFINITIONS ::= + +BEGIN +OCLC-UserInformation ::= SEQUENCE { + motd [1] IMPLICIT VisibleString OPTIONAL, + dblist SEQUENCE OF DBName OPTIONAL, + failReason [3] IMPLICIT BOOLEAN OPTIONAL, + text [2] IMPLICIT VisibleString OPTIONAL + } + +DBName ::= [2] IMPLICIT VisibleString +END + -- cgit v1.2.3