epan/dissectors/pidl/ C99 drsuapi
[wireshark-sm.git] / epan / dissectors / asn1 / p772 / p772.cnf
blobd2da78e3b646f2bb86dd300e0db85732df784d23
1 # p772.cnf
2 # p772 conformation file
4 #.IMPORT ../p1/p1-exp.cnf
5 #.IMPORT ../p22/p22-exp.cnf
7 #.OMIT_ASSIGNMENT
8 ID
9 MM
11 MRN
12 MNRN
13 MON
14 OriginateProbeArgument
15 OriginateProbeResult
16 OriginateMMArgument
17 OriginateMMResult
18 OriginateMRNArgument
19 OriginateMRNResult
20 ReceiveReportArgument
21 ReceiveMMArgument
22 ReceiveMRNArgument
23 ReceiveMNRNArgument
24 ReceiveMONArgument
25 ChangeAutoDiscardArgument
26 ChangeAutoAcknowledgementArgument
27 ChangeAutoForwardingArgument
28 SubscriptionErrorParameter
29 SubscriptionProblem
31 #.NO_EMIT ONLY_VALS
32 InformationObject
34 #.TYPE_RENAME
35 AddressListDesignator/type      AddressListType
36 OtherRecipientDesignator/type   OtherRecipientType
38 #.FIELD_RENAME
39 AddressListDesignator/type      address_list_type
40 MessageType/type                message_type_type
41 OtherRecipientDesignator/type   other_recipient_type
43 #.PDU
44 PrimaryPrecedence
45 CopyPrecedence
46 MessageType
47 #AddressListDesignator
48 #ExemptedAddress
49 ExtendedAuthorisationInfo
50 DistributionCodes
51 HandlingInstructions
52 MessageInstructions
53 CodressMessage
54 OriginatorReference
55 #OtherRecipientDesignator
56 #PilotInformation
57 Acp127MessageIdentifier
58 OriginatorPlad
59 Acp127NotificationType
60 SecurityInformationLabels
62 #.REGISTER
63 PrimaryPrecedence                       B "1.3.26.0.4406.0.2.0" "primary-precedence"
64 CopyPrecedence                          B "1.3.26.0.4406.0.2.1" "copy-precedence"
65 MessageType                             B "1.3.26.0.4406.0.2.2" "message-type"
66 AddressListDesignatorSeq        B "1.3.26.0.4406.0.2.3" "address-list-indicator"
67 ExemptedAddressSeq                      B "1.3.26.0.4406.0.2.4" "exempted-address"
68 ExtendedAuthorisationInfo       B "1.3.26.0.4406.0.2.5" "extended-authorisation-info"
69 DistributionCodes                       B "1.3.26.0.4406.0.2.6" "distribution-codes"
70 HandlingInstructions            B "1.3.26.0.4406.0.2.7" "handling-instructions"
71 MessageInstructions             B "1.3.26.0.4406.0.2.8" "message-instructions"
72 CodressMessage                          B "1.3.26.0.4406.0.2.9" "codress-message"
73 OriginatorReference             B "1.3.26.0.4406.0.2.10" "originator-reference"
74 OtherRecipientDesignatorSeq B "1.3.26.0.4406.0.2.11" "other-recipients-indicator"
75 PilotInformationSeq             B "1.3.26.0.4406.0.2.12" "pilot-forwarding-info"
76 Acp127MessageIdentifier         B "1.3.26.0.4406.0.2.13" "acp127-message-identifier"
77 OriginatorPlad                          B "1.3.26.0.4406.0.2.14" "originator-plad"
78 Acp127NotificationType          B "1.3.26.0.4406.0.2.15" "acp127-notification-request"
79 Acp127NotificationResponse      B "1.3.26.0.4406.0.2.16" "acp127-notification-response"
80 SecurityInformationLabels       B "1.3.26.0.4406.0.2.17" "information-labels"
82 PriorityLevelQualifier          B "1.3.26.0.4406.0.8.0"  "priority-level-qualifier"
85 ADatP3Data                      B id_nato_mmhs_et_adatp3 "adatp3"
86 ADatP3Parameters                B id_nato_mmhs_et_adatp3_parameters "adatp3-parameters"
87 CorrectionsData                 B id_nato_mmhs_et_corrections "corrections"
88 CorrectionsParameters           B id_nato_mmhs_et_corrections_parameters "corrections-parameters"
89 ForwardedEncryptedData          B id_nato_mmhs_et_forwarded_encrypted "forwarded-encrypted"
90 ForwardedEncryptedParameters    B id_nato_mmhs_et_forwarded_encrypted_parameters "forwarded-encrypted-parameters"
91 MMMessageData                   B id_nato_mmhs_et_mm_message "mm-message"
92 MMMessageParameters             B id_nato_mmhs_et_mm_message_parameters "mm-message-parameters"
93 ACP127DataData                  B id_nato_mmhs_et_mm_acp127data "acp127-data"
94 ACP127DataParameters            B id_nato_mmhs_et_mm_acp127data_parameters "acp127-data-parameters"
96 InformationObject               B "2.6.1.4.17.1.3.26.0.4406.0.4.1"      "id-et-content-p772"
99 #.FN_BODY DistributionExtensionField/dist-value
100 /* XXX: not implemented */
101   offset = dissect_unknown_ber(actx->pinfo, tvb, offset, tree);
103 #.FN_PARS PrimaryPrecedence
104   VAL_PTR=&precedence
105 #.FN_BODY PrimaryPrecedence
106   int precedence = -1;
107   %(DEFAULT_BODY)s
108   if(precedence != -1)
109    col_append_fstr(actx->pinfo->cinfo, COL_INFO, " (primary=%%s)", val_to_str(precedence, p772_PrimaryPrecedence_vals, "precedence(%%d)"));
111 #.FN_PARS CopyPrecedence
112   VAL_PTR=&precedence
113 #.FN_BODY CopyPrecedence
114   int precedence = -1;
115   %(DEFAULT_BODY)s
116   if(precedence != -1)
117    col_append_fstr(actx->pinfo->cinfo, COL_INFO, " (copy=%%s)", val_to_str(precedence, p772_CopyPrecedence_vals, "precedence(%%d)"));