aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/dap
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-12-18 17:43:54 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-12-18 17:43:54 +0000
commit112fa32d0b4e865b957fc52e1686592178da4de8 (patch)
tree41e605ddadb0e5b45e52dd7c8b124ddf39655853 /asn1/dap
parent71e627342ca0369b574588563b9e855a52cf6d35 (diff)
Fixed some OPTIONAL vs. DEFAULT issues.
Regenerate the DOP dissector. svn path=/trunk/; revision=31313
Diffstat (limited to 'asn1/dap')
-rw-r--r--asn1/dap/dap.asn4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/dap/dap.asn b/asn1/dap/dap.asn
index 15986401f9..068fe378fd 100644
--- a/asn1/dap/dap.asn
+++ b/asn1/dap/dap.asn
@@ -134,7 +134,7 @@ EntryInformationSelection ::= SET {
CHOICE {allUserAttributes [0] NULL,
select [1] SET OF AttributeType
-- empty set implies no attributes are requested
- } OPTIONAL --DEFAULT allUserAttributes:NULL--,
+ } DEFAULT allUserAttributes:NULL,
infoTypes
[2] INTEGER {attributeTypesOnly(0), attributeTypesAndValues(1)}
DEFAULT attributeTypesAndValues,
@@ -683,7 +683,7 @@ SearchArgumentData ::=
subset
[1] INTEGER {baseObject(0), oneLevel(1), wholeSubtree(2)}
DEFAULT baseObject,
- filter [2] Filter OPTIONAL --DEFAULT and:{}--,
+ filter [2] Filter DEFAULT and:{},
searchAliases [3] BOOLEAN DEFAULT TRUE,
selection [4] EntryInformationSelection DEFAULT {},
pagedResults [5] PagedResultsRequest OPTIONAL,