STEP04 sq fix add KERB-AD-RESTRICTION-ENTRY
authorStefan Metzmacher <metze@samba.org>
Thu, 19 Feb 2015 10:17:56 +0000 (11:17 +0100)
committerStefan Metzmacher <metze@samba.org>
Sun, 20 Jan 2019 22:14:58 +0000 (23:14 +0100)
Change-Id: I5cda2422b75ec89d8a9f8fe11780753517e6287c

epan/dissectors/asn1/kerberos/k5.asn

index d74ddc20f849edb8fcde9b564c130ed1f30a3c91..98d03b68abcf25edcb0bbb66e6102e8e94b76c9a 100644 (file)
@@ -857,7 +857,8 @@ PA-PAC-OPTIONS ::= SEQUENCE {
 }
 
 -- [MS-KILE]
 }
 
 -- [MS-KILE]
-KERB-AD-RESTRICTION-ENTRY ::= SEQUENCE {
+-- captures show that [UNIVERSAL 16] is required to parse it
+KERB-AD-RESTRICTION-ENTRY ::= [UNIVERSAL 16] SEQUENCE {
        restriction-type        [0] Int32,
        restriction             [1] OCTET STRING -- LSAP_TOKEN_INFO_INTEGRITY structure
 }
        restriction-type        [0] Int32,
        restriction             [1] OCTET STRING -- LSAP_TOKEN_INFO_INTEGRITY structure
 }