Second step in introducing asn context to BER dissectors just like in PER.
[obnox/wireshark/wip.git] / asn1 / pkixcmp / cmp.cnf
1 # CMP.cnf
2 # CMP conformation file
3
4 # $Id$
5
6 #.MODULE_IMPORT
7 PKIX1Explicit88 pkix1explicit
8 PKIX1Implicit88 pkix1implicit
9 PKIXCRMF        crmf
10                 
11 #.INCLUDE ../pkix1explicit/pkix1explicit_exp.cnf
12 #.INCLUDE ../pkix1implicit/pkix1implicit_exp.cnf
13 #.INCLUDE ../pkixcrmf/crmf-exp.cnf
14
15 #.EXPORTS
16 CAKeyUpdAnnContent
17 CertAnnContent
18 CertifiedKeyPair
19 CertOrEncCert
20 CertRepMessage
21 CertResponse
22 Challenge
23 CRLAnnContent
24 DHBasedMac
25 DHBMParameter
26 ErrorMsgContent
27 GenMsgContent
28 GenRepContent
29 InfoTypeAndValue
30 KeyRecRepContent
31 NestedMessageContent
32 OOBCert
33 OOBCertHash
34 PasswordBasedMac
35 PBMParameter
36 PKIBody
37 PKIConfirmContent
38 PKIFailureInfo
39 PKIFreeText
40 PKIHeader
41 PKIMessage
42 PKIProtection
43 PKIStatus
44 PKIStatusInfo
45 POPODecKeyChallContent
46 POPODecKeyRespContent
47 ProtectedPart
48 RevAnnContent
49 RevDetails
50 RevRepContent
51 RevReqContent
52
53 #.REGISTER
54
55 #.NO_EMIT
56
57 #.TYPE_RENAME
58
59 #.FIELD_RENAME
60
61
62 #.FN_PARS InfoTypeAndValue/infoType
63   FN_VARIANT = _str  HF_INDEX = hf_cmp_type_oid  VAL_PTR = &object_identifier_id
64
65 #.FN_BODY InfoTypeAndValue/infoValue
66   offset=call_ber_oid_callback(object_identifier_id, tvb, offset, actx->pinfo, tree);
67
68 #.END
69
70