1 /* packet-parlay.c
2  *
3  * Routines for IDL dissection
4  *
5  * Autogenerated from idl2wrs
6  * Copyright 2001 Frank Singleton <frank.singleton@ericsson.com>
7  */
8 
9 
10 /*
11  * Wireshark - Network traffic analyzer
12  * By Gerald Combs <gerald@wireshark.org>
13  * Copyright 1998 Gerald Combs
14  */
15 
16 /*
17  * SPDX-License-Identifier: GPL-2.0-or-later
18  */
19 
20 
21 #include "config.h"
22 
23 #include <string.h>
24 #include <epan/packet.h>
25 #include <epan/proto.h>
26 #include <epan/dissectors/packet-giop.h>
27 #include <epan/expert.h>
28 
29 #include "ws_diag_control.h"
30 #include "ws_compiler_tests.h"
31 
32 #ifdef _MSC_VER
33 /* disable warning: "unreference local variable" */
34 #pragma warning(disable:4101)
35 #endif
36 
37 /* XXX this should be autogenerated, or the warnings fixed in the generator */
38 DIAG_OFF(unused-function)
39 DIAG_OFF(unused-variable)
40 #if WS_IS_AT_LEAST_GNUC_VERSION(6,0)
41 DIAG_OFF(unused-const-variable)
42 #endif
43 
44 void proto_register_giop_parlay(void);
45 void proto_reg_handoff_giop_parlay(void);
46 
47 /* Initialise the protocol and subtree pointers */
48 static int proto_parlay = -1;
49 static gint ett_parlay = -1;
50 
51 
52 /* Initialise the initial Alignment */
53 static guint32  boundary = GIOP_HEADER_SIZE;  /* initial value */
54 
55 static int hf_operationrequest = -1;/* Request_Operation field */
56 
57         /* Operation filters */
58 static int hf_org_csapi_IpService_setCallbackWithSessionID_sessionID = -1;
59 static int hf_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthentication_authType = -1;
60 static int hf_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticationWithVersion_authType = -1;
61 static int hf_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticationWithVersion_frameworkVersion = -1;
62 static int hf_org_csapi_fw_fw_access_trust_and_security_IpAuthentication_requestAccess_accessType = -1;
63 static int hf_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_terminationText = -1;
64 static int hf_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_signingAlgorithm = -1;
65 static int hf_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature_loop = -1;
66 static int hf_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature = -1;
67 static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterface_interfaceName = -1;
68 static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterfaceWithCallback_interfaceName = -1;
69 static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess_endAccessProperties_loop = -1;
70 static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return_loop = -1;
71 static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return = -1;
72 static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_releaseInterface_interfaceName = -1;
73 static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_selectSigningAlgorithm_return = -1;
74 static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_selectSigningAlgorithm_signingAlgorithmCaps = -1;
75 static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_terminationText = -1;
76 static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature_loop = -1;
77 static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature = -1;
78 static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_interfaceName = -1;
79 static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_terminationText = -1;
80 static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature_loop = -1;
81 static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature = -1;
82 static int hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return_loop = -1;
83 static int hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return = -1;
84 static int hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge_loop = -1;
85 static int hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge = -1;
86 static int hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return_loop = -1;
87 static int hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return = -1;
88 static int hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge_loop = -1;
89 static int hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge = -1;
90 static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectEncryptionMethod_return = -1;
91 static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectEncryptionMethod_encryptionCaps = -1;
92 static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return_loop = -1;
93 static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return = -1;
94 static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge_loop = -1;
95 static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge = -1;
96 static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectAuthenticationMechanism_return = -1;
97 static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectAuthenticationMechanism_authMechanismList = -1;
98 static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return_loop = -1;
99 static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return = -1;
100 static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge_loop = -1;
101 static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge = -1;
102 static int hf_org_csapi_fw_fw_application_notification_IpAppEventNotification_reportNotification_assignmentID = -1;
103 static int hf_org_csapi_fw_fw_application_notification_IpEventNotification_createNotification_return = -1;
104 static int hf_org_csapi_fw_fw_application_notification_IpEventNotification_destroyNotification_assignmentID = -1;
105 static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestRes_activityTestID = -1;
106 static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestRes_activityTestResult = -1;
107 static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appActivityTestReq_activityTestID = -1;
108 static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultReportInd_fault = -1;
109 static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultRecoveryInd_fault = -1;
110 static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUnavailableInd_serviceID = -1;
111 static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUnavailableInd_reason = -1;
112 static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs_loop = -1;
113 static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs = -1;
114 static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwUnavailableInd_reason = -1;
115 static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestErr_activityTestID = -1;
116 static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_faultStatisticsError = -1;
117 static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs_loop = -1;
118 static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs = -1;
119 static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appUnavailableInd_serviceID = -1;
120 static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAvailStatusInd_serviceID = -1;
121 static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAvailStatusInd_reason = -1;
122 static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID = -1;
123 static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs_loop = -1;
124 static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs = -1;
125 static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatsReqID = -1;
126 static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics_loop = -1;
127 static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics = -1;
128 static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs_loop = -1;
129 static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs = -1;
130 static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordReq_faultStatsReqID = -1;
131 static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwAvailStatusInd_reason = -1;
132 static int hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes_loadStatistics_loop = -1;
133 static int hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadErr_loadStatisticsError = -1;
134 static int hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification_loadStatistics_loop = -1;
135 static int hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadStatsReq_loadStatsReqID = -1;
136 static int hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_loadStatsReqID = -1;
137 static int hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_loadStatistics_loop = -1;
138 static int hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsErr_loadStatsReqID = -1;
139 static int hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsErr_loadStatisticsError = -1;
140 static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_reportLoad_loadLevel = -1;
141 static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs_loop = -1;
142 static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs = -1;
143 static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes_loadStatistics_loop = -1;
144 static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadErr_loadStatisticsError = -1;
145 static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs_loop = -1;
146 static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs = -1;
147 static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs_loop = -1;
148 static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs = -1;
149 static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs_loop = -1;
150 static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs = -1;
151 static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs_loop = -1;
152 static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs = -1;
153 static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_loadStatsReqID = -1;
154 static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs_loop = -1;
155 static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs = -1;
156 static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatsReqID = -1;
157 static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatistics_loop = -1;
158 static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsErr_loadStatsReqID = -1;
159 static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsErr_loadStatisticsError = -1;
160 static int hf_org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery_return = -1;
161 static int hf_org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery_systemDateAndTime = -1;
162 static int hf_org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery_return = -1;
163 static int hf_org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery_clientDateAndTime = -1;
164 static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_activityTestReq_activityTestID = -1;
165 static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_activityTestReq_svcID = -1;
166 static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestRes_activityTestID = -1;
167 static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestRes_activityTestResult = -1;
168 static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_svcUnavailableInd_serviceID = -1;
169 static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs_loop = -1;
170 static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs = -1;
171 static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestErr_activityTestID = -1;
172 static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appUnavailableInd_serviceID = -1;
173 static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordErr_faultStatisticsError = -1;
174 static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appAvailStatusInd_reason = -1;
175 static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_faultStatsReqID = -1;
176 static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs_loop = -1;
177 static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs = -1;
178 static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID = -1;
179 static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordErr_faultStatsReqID = -1;
180 static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordErr_faultStatisticsError = -1;
181 static int hf_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_enableHeartBeat_interval = -1;
182 static int hf_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_changeInterval_interval = -1;
183 static int hf_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_enableAppHeartBeat_interval = -1;
184 static int hf_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_changeInterval_interval = -1;
185 static int hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return_loop = -1;
186 static int hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return = -1;
187 static int hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_describeServiceType_name = -1;
188 static int hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_return_loop = -1;
189 static int hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_serviceTypeName = -1;
190 static int hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_desiredPropertyList_loop = -1;
191 static int hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_max = -1;
192 static int hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices_return_loop = -1;
193 static int hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return_loop = -1;
194 static int hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return = -1;
195 static int hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_serviceToken = -1;
196 static int hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_agreementText = -1;
197 static int hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_signingAlgorithm = -1;
198 static int hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_serviceToken = -1;
199 static int hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_terminationText = -1;
200 static int hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature_loop = -1;
201 static int hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature = -1;
202 static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement_serviceToken = -1;
203 static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement_agreementText = -1;
204 static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement_signingAlgorithm = -1;
205 static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_serviceToken = -1;
206 static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_terminationText = -1;
207 static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature_loop = -1;
208 static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature = -1;
209 static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_selectService_return = -1;
210 static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_selectService_serviceID = -1;
211 static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_initiateSignServiceAgreement_serviceToken = -1;
212 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_createServiceProfile_return = -1;
213 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deleteServiceProfile_serviceProfileID = -1;
214 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_assign_sagID = -1;
215 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_assign_serviceProfileID = -1;
216 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deassign_sagID = -1;
217 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deassign_serviceProfileID = -1;
218 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo_return_loop = -1;
219 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return_loop = -1;
220 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return = -1;
221 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_describeServiceProfile_serviceProfileID = -1;
222 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return_loop = -1;
223 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return = -1;
224 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_serviceProfileID = -1;
225 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_createServiceContract_return = -1;
226 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_deleteServiceContract_serviceContractID = -1;
227 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_describeServiceContract_serviceContractID = -1;
228 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return_loop = -1;
229 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return = -1;
230 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return_loop = -1;
231 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return = -1;
232 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_serviceContractID = -1;
233 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount_enterpriseOperatorProperties_loop = -1;
234 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteClientApp_clientAppID = -1;
235 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs_loop = -1;
236 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs = -1;
237 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteSAG_sagID = -1;
238 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_sagID = -1;
239 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs_loop = -1;
240 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs = -1;
241 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_sagID = -1;
242 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList_loop = -1;
243 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList = -1;
244 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo_return_loop = -1;
245 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeClientApp_clientAppID = -1;
246 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return_loop = -1;
247 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return = -1;
248 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeSAG_return = -1;
249 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeSAG_sagID = -1;
250 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return_loop = -1;
251 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return = -1;
252 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return_loop = -1;
253 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return = -1;
254 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_sagID = -1;
255 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return_loop = -1;
256 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return = -1;
257 static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_clientAppID = -1;
258 static int hf_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_reportNotification_assignmentID = -1;
259 static int hf_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_createNotification_return = -1;
260 static int hf_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_destroyNotification_assignmentID = -1;
261 static int hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return_loop = -1;
262 static int hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return = -1;
263 static int hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_describeServiceType_name = -1;
264 static int hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_return_loop = -1;
265 static int hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_serviceTypeName = -1;
266 static int hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_desiredPropertyList_loop = -1;
267 static int hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_max = -1;
268 static int hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices_return_loop = -1;
269 static int hf_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_application = -1;
270 static int hf_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceProperties_loop = -1;
271 static int hf_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceInstanceID = -1;
272 static int hf_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_destroyServiceManager_serviceInstance = -1;
273 static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_return = -1;
274 static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_serviceTypeName = -1;
275 static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_servicePropertyList_loop = -1;
276 static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_announceServiceAvailability_serviceID = -1;
277 static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unregisterService_serviceID = -1;
278 static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_describeService_serviceID = -1;
279 static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unannounceService_serviceID = -1;
280 static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_return = -1;
281 static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_serviceTypeName = -1;
282 static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_servicePropertyList_loop = -1;
283 static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_extendedServicePropertyList_loop = -1;
284 static int hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes_loadStatistics_loop = -1;
285 static int hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadErr_loadStatisticsError = -1;
286 static int hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification_loadStatistics_loop = -1;
287 static int hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadStatsReq_loadStatsReqID = -1;
288 static int hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_loadStatsReqID = -1;
289 static int hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_loadStatistics_loop = -1;
290 static int hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsErr_loadStatsReqID = -1;
291 static int hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsErr_loadStatisticsError = -1;
292 static int hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_reportLoad_loadLevel = -1;
293 static int hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadReq_querySubject = -1;
294 static int hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes_loadStatistics_loop = -1;
295 static int hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadErr_loadStatisticError = -1;
296 static int hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_createLoadLevelNotification_notificationSubject = -1;
297 static int hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_destroyLoadLevelNotification_notificationSubject = -1;
298 static int hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_suspendNotification_notificationSubject = -1;
299 static int hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_resumeNotification_notificationSubject = -1;
300 static int hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadStatsReq_loadStatsReqID = -1;
301 static int hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadStatsReq_querySubject = -1;
302 static int hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_loadStatsReqID = -1;
303 static int hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_loadStatistics_loop = -1;
304 static int hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsErr_loadStatsReqID = -1;
305 static int hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsErr_loadStatisticError = -1;
306 static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestRes_activityTestID = -1;
307 static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestRes_activityTestResult = -1;
308 static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcActivityTestReq_activityTestID = -1;
309 static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultReportInd_fault = -1;
310 static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultRecoveryInd_fault = -1;
311 static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwUnavailableInd_reason = -1;
312 static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordRes_recordSubject = -1;
313 static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestErr_activityTestID = -1;
314 static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordErr_faultStatisticsError = -1;
315 static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordErr_recordSubject = -1;
316 static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs_loop = -1;
317 static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs = -1;
318 static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appAvailStatusInd_reason = -1;
319 static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID = -1;
320 static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordRes_recordSubject = -1;
321 static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordErr_faultStatsReqID = -1;
322 static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordErr_faultStatisticsError = -1;
323 static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordErr_recordSubject = -1;
324 static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordReq_faultStatsReqID = -1;
325 static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwAvailStatusInd_reason = -1;
326 static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_activityTestReq_activityTestID = -1;
327 static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_activityTestReq_testSubject = -1;
328 static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestRes_activityTestID = -1;
329 static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestRes_activityTestResult = -1;
330 static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordReq_recordSubject = -1;
331 static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcUnavailableInd_reason = -1;
332 static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestErr_activityTestID = -1;
333 static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs_loop = -1;
334 static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs = -1;
335 static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_faultStatisticsError = -1;
336 static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs_loop = -1;
337 static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs = -1;
338 static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordErr_faultStatisticsError = -1;
339 static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcAvailStatusInd_reason = -1;
340 static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordReq_faultStatsReqID = -1;
341 static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordReq_recordSubject = -1;
342 static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID = -1;
343 static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordErr_faultStatsReqID = -1;
344 static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordErr_faultStatisticsError = -1;
345 static int hf_org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery_return = -1;
346 static int hf_org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery_systemDateAndTime = -1;
347 static int hf_org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery_return = -1;
348 static int hf_org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery_clientDateAndTime = -1;
349 static int hf_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_enableHeartBeat_interval = -1;
350 static int hf_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_changeInterval_interval = -1;
351 static int hf_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_enableSvcHeartBeat_interval = -1;
352 static int hf_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_changeInterval_interval = -1;
353 static int hf_org_csapi_fw_fw_service_notification_IpFwEventNotification_createNotification_return = -1;
354 static int hf_org_csapi_fw_fw_service_notification_IpFwEventNotification_destroyNotification_assignmentID = -1;
355 static int hf_org_csapi_fw_fw_service_notification_IpSvcEventNotification_reportNotification_assignmentID = -1;
356 static int hf_org_csapi_cc_gccs_IpAppCall_routeRes_callSessionID = -1;
357 static int hf_org_csapi_cc_gccs_IpAppCall_routeRes_callLegSessionID = -1;
358 static int hf_org_csapi_cc_gccs_IpAppCall_routeErr_callSessionID = -1;
359 static int hf_org_csapi_cc_gccs_IpAppCall_routeErr_callLegSessionID = -1;
360 static int hf_org_csapi_cc_gccs_IpAppCall_getCallInfoRes_callSessionID = -1;
361 static int hf_org_csapi_cc_gccs_IpAppCall_getCallInfoErr_callSessionID = -1;
362 static int hf_org_csapi_cc_gccs_IpAppCall_superviseCallRes_callSessionID = -1;
363 static int hf_org_csapi_cc_gccs_IpAppCall_superviseCallRes_report = -1;
364 static int hf_org_csapi_cc_gccs_IpAppCall_superviseCallRes_usedTime = -1;
365 static int hf_org_csapi_cc_gccs_IpAppCall_superviseCallErr_callSessionID = -1;
366 static int hf_org_csapi_cc_gccs_IpAppCall_callFaultDetected_callSessionID = -1;
367 static int hf_org_csapi_cc_gccs_IpAppCall_callFaultDetected_fault = -1;
368 static int hf_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsRes_callSessionID = -1;
369 static int hf_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsRes_digits = -1;
370 static int hf_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsErr_callSessionID = -1;
371 static int hf_org_csapi_cc_gccs_IpAppCall_callEnded_callSessionID = -1;
372 static int hf_org_csapi_cc_gccs_IpCall_routeReq_return = -1;
373 static int hf_org_csapi_cc_gccs_IpCall_routeReq_callSessionID = -1;
374 static int hf_org_csapi_cc_gccs_IpCall_routeReq_responseRequested_loop = -1;
375 static int hf_org_csapi_cc_gccs_IpCall_routeReq_appInfo_loop = -1;
376 static int hf_org_csapi_cc_gccs_IpCall_release_callSessionID = -1;
377 static int hf_org_csapi_cc_gccs_IpCall_deassignCall_callSessionID = -1;
378 static int hf_org_csapi_cc_gccs_IpCall_getCallInfoReq_callSessionID = -1;
379 static int hf_org_csapi_cc_gccs_IpCall_getCallInfoReq_callInfoRequested = -1;
380 static int hf_org_csapi_cc_gccs_IpCall_setCallChargePlan_callSessionID = -1;
381 static int hf_org_csapi_cc_gccs_IpCall_setAdviceOfCharge_callSessionID = -1;
382 static int hf_org_csapi_cc_gccs_IpCall_setAdviceOfCharge_tariffSwitch = -1;
383 static int hf_org_csapi_cc_gccs_IpCall_getMoreDialledDigitsReq_callSessionID = -1;
384 static int hf_org_csapi_cc_gccs_IpCall_getMoreDialledDigitsReq_length = -1;
385 static int hf_org_csapi_cc_gccs_IpCall_superviseCallReq_callSessionID = -1;
386 static int hf_org_csapi_cc_gccs_IpCall_superviseCallReq_time = -1;
387 static int hf_org_csapi_cc_gccs_IpCall_superviseCallReq_treatment = -1;
388 static int hf_org_csapi_cc_gccs_IpCall_continueProcessing_callSessionID = -1;
389 static int hf_org_csapi_cc_gccs_IpAppCallControlManager_callAborted_callReference = -1;
390 static int hf_org_csapi_cc_gccs_IpAppCallControlManager_callEventNotify_assignmentID = -1;
391 static int hf_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadEncountered_assignmentID = -1;
392 static int hf_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadCeased_assignmentID = -1;
393 static int hf_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet_loop = -1;
394 static int hf_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet = -1;
395 static int hf_org_csapi_cc_gccs_IpCallControlManager_enableCallNotification_return = -1;
396 static int hf_org_csapi_cc_gccs_IpCallControlManager_disableCallNotification_assignmentID = -1;
397 static int hf_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl_return = -1;
398 static int hf_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl_duration = -1;
399 static int hf_org_csapi_cc_gccs_IpCallControlManager_changeCallNotification_assignmentID = -1;
400 static int hf_org_csapi_cc_gccs_IpCallControlManager_getCriteria_return_loop = -1;
401 static int hf_org_csapi_cc_mpccs_IpAppCallLeg_eventReportRes_callLegSessionID = -1;
402 static int hf_org_csapi_cc_mpccs_IpAppCallLeg_eventReportErr_callLegSessionID = -1;
403 static int hf_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaRes_callLegSessionID = -1;
404 static int hf_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaErr_callLegSessionID = -1;
405 static int hf_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaRes_callLegSessionID = -1;
406 static int hf_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaErr_callLegSessionID = -1;
407 static int hf_org_csapi_cc_mpccs_IpAppCallLeg_getInfoRes_callLegSessionID = -1;
408 static int hf_org_csapi_cc_mpccs_IpAppCallLeg_getInfoErr_callLegSessionID = -1;
409 static int hf_org_csapi_cc_mpccs_IpAppCallLeg_routeErr_callLegSessionID = -1;
410 static int hf_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes_callLegSessionID = -1;
411 static int hf_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes_report = -1;
412 static int hf_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes_usedTime = -1;
413 static int hf_org_csapi_cc_mpccs_IpAppCallLeg_superviseErr_callLegSessionID = -1;
414 static int hf_org_csapi_cc_mpccs_IpAppCallLeg_callLegEnded_callLegSessionID = -1;
415 static int hf_org_csapi_cc_mpccs_IpAppCallLeg_callLegEnded_cause = -1;
416 static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createNotification_return = -1;
417 static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_destroyNotification_assignmentID = -1;
418 static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_changeNotification_assignmentID = -1;
419 static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification_return_loop = -1;
420 static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl_return = -1;
421 static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl_duration = -1;
422 static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_enableNotifications_return = -1;
423 static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNextNotification_reset = -1;
424 static int hf_org_csapi_cc_mpccs_IpCallLeg_routeReq_callLegSessionID = -1;
425 static int hf_org_csapi_cc_mpccs_IpCallLeg_routeReq_appInfo_loop = -1;
426 static int hf_org_csapi_cc_mpccs_IpCallLeg_eventReportReq_callLegSessionID = -1;
427 static int hf_org_csapi_cc_mpccs_IpCallLeg_eventReportReq_eventsRequested_loop = -1;
428 static int hf_org_csapi_cc_mpccs_IpCallLeg_release_callLegSessionID = -1;
429 static int hf_org_csapi_cc_mpccs_IpCallLeg_release_cause = -1;
430 static int hf_org_csapi_cc_mpccs_IpCallLeg_getInfoReq_callLegSessionID = -1;
431 static int hf_org_csapi_cc_mpccs_IpCallLeg_getInfoReq_callLegInfoRequested = -1;
432 static int hf_org_csapi_cc_mpccs_IpCallLeg_getCall_callLegSessionID = -1;
433 static int hf_org_csapi_cc_mpccs_IpCallLeg_attachMediaReq_callLegSessionID = -1;
434 static int hf_org_csapi_cc_mpccs_IpCallLeg_detachMediaReq_callLegSessionID = -1;
435 static int hf_org_csapi_cc_mpccs_IpCallLeg_getCurrentDestinationAddress_callLegSessionID = -1;
436 static int hf_org_csapi_cc_mpccs_IpCallLeg_continueProcessing_callLegSessionID = -1;
437 static int hf_org_csapi_cc_mpccs_IpCallLeg_setChargePlan_callLegSessionID = -1;
438 static int hf_org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge_callLegSessionID = -1;
439 static int hf_org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge_tariffSwitch = -1;
440 static int hf_org_csapi_cc_mpccs_IpCallLeg_superviseReq_callLegSessionID = -1;
441 static int hf_org_csapi_cc_mpccs_IpCallLeg_superviseReq_time = -1;
442 static int hf_org_csapi_cc_mpccs_IpCallLeg_superviseReq_treatment = -1;
443 static int hf_org_csapi_cc_mpccs_IpCallLeg_deassign_callLegSessionID = -1;
444 static int hf_org_csapi_cc_mpccs_IpCallLeg_getProperties_return_loop = -1;
445 static int hf_org_csapi_cc_mpccs_IpCallLeg_getProperties_callLegSessionID = -1;
446 static int hf_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames_loop = -1;
447 static int hf_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames = -1;
448 static int hf_org_csapi_cc_mpccs_IpCallLeg_setProperties_callLegSessionID = -1;
449 static int hf_org_csapi_cc_mpccs_IpCallLeg_setProperties_properties_loop = -1;
450 static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoRes_callSessionID = -1;
451 static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoErr_callSessionID = -1;
452 static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes_callSessionID = -1;
453 static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes_report = -1;
454 static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes_usedTime = -1;
455 static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseErr_callSessionID = -1;
456 static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_callEnded_callSessionID = -1;
457 static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_createAndRouteCallLegErr_callSessionID = -1;
458 static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_return_loop = -1;
459 static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_callSessionID = -1;
460 static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_createCallLeg_callSessionID = -1;
461 static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_callSessionID = -1;
462 static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_eventsRequested_loop = -1;
463 static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_appInfo_loop = -1;
464 static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_release_callSessionID = -1;
465 static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_release_cause = -1;
466 static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_deassignCall_callSessionID = -1;
467 static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_getInfoReq_callSessionID = -1;
468 static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_getInfoReq_callInfoRequested = -1;
469 static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_setChargePlan_callSessionID = -1;
470 static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge_callSessionID = -1;
471 static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge_tariffSwitch = -1;
472 static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq_callSessionID = -1;
473 static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq_time = -1;
474 static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq_treatment = -1;
475 static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_callLegReferenceSet_loop = -1;
476 static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_assignmentID = -1;
477 static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callAborted_callReference = -1;
478 static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadEncountered_assignmentID = -1;
479 static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadCeased_assignmentID = -1;
480 static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet_loop = -1;
481 static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet = -1;
482 static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes_callSessionID = -1;
483 static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes_report = -1;
484 static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes_qualityOfService = -1;
485 static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeErr_callSessionID = -1;
486 static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_callLegSessionID = -1;
487 static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_streams_loop = -1;
488 static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_type = -1;
489 static int hf_org_csapi_cc_mmccs_IpMultiMediaStream_subtract_mediaStreamSessionID = -1;
490 static int hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_callLegSessionID = -1;
491 static int hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList_loop = -1;
492 static int hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList = -1;
493 static int hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_callLegSessionID = -1;
494 static int hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_mediaStreamEventCriteria_loop = -1;
495 static int hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_return_loop = -1;
496 static int hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_callLegSessionID = -1;
497 static int hf_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq_callSessionID = -1;
498 static int hf_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq_treatment = -1;
499 static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_callLegReferenceSet_loop = -1;
500 static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_mediaStreams_loop = -1;
501 static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_type = -1;
502 static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_qualityOfService = -1;
503 static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_assignmentID = -1;
504 static int hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_createMediaNotification_return = -1;
505 static int hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_destroyMediaNotification_assignmentID = -1;
506 static int hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_changeMediaNotification_assignmentID = -1;
507 static int hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification_return_loop = -1;
508 static int hf_org_csapi_cc_cccs_IpAppSubConfCall_chairSelection_subConferenceSessionID = -1;
509 static int hf_org_csapi_cc_cccs_IpAppSubConfCall_chairSelection_callLegSessionID = -1;
510 static int hf_org_csapi_cc_cccs_IpAppSubConfCall_floorRequest_subConferenceSessionID = -1;
511 static int hf_org_csapi_cc_cccs_IpAppSubConfCall_floorRequest_callLegSessionID = -1;
512 static int hf_org_csapi_cc_cccs_IpAppConfCall_partyJoined_conferenceSessionID = -1;
513 static int hf_org_csapi_cc_cccs_IpAppConfCall_leaveMonitorRes_conferenceSessionID = -1;
514 static int hf_org_csapi_cc_cccs_IpAppConfCall_leaveMonitorRes_callLeg = -1;
515 static int hf_org_csapi_cc_cccs_IpConfCallControlManager_createConference_numberOfSubConferences = -1;
516 static int hf_org_csapi_cc_cccs_IpConfCallControlManager_createConference_numberOfParticipants = -1;
517 static int hf_org_csapi_cc_cccs_IpConfCallControlManager_createConference_duration = -1;
518 static int hf_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources_startTime = -1;
519 static int hf_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources_numberOfParticipants = -1;
520 static int hf_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources_duration = -1;
521 static int hf_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_subConferenceSessionID = -1;
522 static int hf_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList_loop = -1;
523 static int hf_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList = -1;
524 static int hf_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference_subConferenceCallSessionID = -1;
525 static int hf_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference_targetSubConferenceCall = -1;
526 static int hf_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg_subConferenceCallSessionID = -1;
527 static int hf_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg_targetSubConferenceCall = -1;
528 static int hf_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg_callLeg = -1;
529 static int hf_org_csapi_cc_cccs_IpSubConfCall_inspectVideo_subConferenceSessionID = -1;
530 static int hf_org_csapi_cc_cccs_IpSubConfCall_inspectVideo_inspectedCallLeg = -1;
531 static int hf_org_csapi_cc_cccs_IpSubConfCall_inspectVideoCancel_subConferenceSessionID = -1;
532 static int hf_org_csapi_cc_cccs_IpSubConfCall_appointSpeaker_subConferenceSessionID = -1;
533 static int hf_org_csapi_cc_cccs_IpSubConfCall_appointSpeaker_speakerCallLeg = -1;
534 static int hf_org_csapi_cc_cccs_IpSubConfCall_chairSelection_subConferenceSessionID = -1;
535 static int hf_org_csapi_cc_cccs_IpSubConfCall_chairSelection_chairCallLeg = -1;
536 static int hf_org_csapi_cc_cccs_IpSubConfCall_changeConferencePolicy_subConferenceSessionID = -1;
537 static int hf_org_csapi_cc_cccs_IpConfCall_getSubConferences_return_loop = -1;
538 static int hf_org_csapi_cc_cccs_IpConfCall_getSubConferences_conferenceSessionID = -1;
539 static int hf_org_csapi_cc_cccs_IpConfCall_createSubConference_conferenceSessionID = -1;
540 static int hf_org_csapi_cc_cccs_IpConfCall_leaveMonitorReq_conferenceSessionID = -1;
541 static int hf_org_csapi_cc_cccs_IpConfCall_getConferenceAddress_conferenceSessionID = -1;
542 static int hf_org_csapi_ui_IpAppUI_sendInfoRes_userInteractionSessionID = -1;
543 static int hf_org_csapi_ui_IpAppUI_sendInfoRes_assignmentID = -1;
544 static int hf_org_csapi_ui_IpAppUI_sendInfoRes_response = -1;
545 static int hf_org_csapi_ui_IpAppUI_sendInfoErr_userInteractionSessionID = -1;
546 static int hf_org_csapi_ui_IpAppUI_sendInfoErr_assignmentID = -1;
547 static int hf_org_csapi_ui_IpAppUI_sendInfoErr_error = -1;
548 static int hf_org_csapi_ui_IpAppUI_sendInfoAndCollectRes_userInteractionSessionID = -1;
549 static int hf_org_csapi_ui_IpAppUI_sendInfoAndCollectRes_assignmentID = -1;
550 static int hf_org_csapi_ui_IpAppUI_sendInfoAndCollectRes_response = -1;
551 static int hf_org_csapi_ui_IpAppUI_sendInfoAndCollectRes_collectedInfo = -1;
552 static int hf_org_csapi_ui_IpAppUI_sendInfoAndCollectErr_userInteractionSessionID = -1;
553 static int hf_org_csapi_ui_IpAppUI_sendInfoAndCollectErr_assignmentID = -1;
554 static int hf_org_csapi_ui_IpAppUI_sendInfoAndCollectErr_error = -1;
555 static int hf_org_csapi_ui_IpAppUI_userInteractionFaultDetected_userInteractionSessionID = -1;
556 static int hf_org_csapi_ui_IpAppUI_userInteractionFaultDetected_fault = -1;
557 static int hf_org_csapi_ui_IpAppUICall_recordMessageRes_userInteractionSessionID = -1;
558 static int hf_org_csapi_ui_IpAppUICall_recordMessageRes_assignmentID = -1;
559 static int hf_org_csapi_ui_IpAppUICall_recordMessageRes_response = -1;
560 static int hf_org_csapi_ui_IpAppUICall_recordMessageRes_messageID = -1;
561 static int hf_org_csapi_ui_IpAppUICall_recordMessageErr_userInteractionSessionID = -1;
562 static int hf_org_csapi_ui_IpAppUICall_recordMessageErr_assignmentID = -1;
563 static int hf_org_csapi_ui_IpAppUICall_recordMessageErr_error = -1;
564 static int hf_org_csapi_ui_IpAppUICall_deleteMessageRes_usrInteractionSessionID = -1;
565 static int hf_org_csapi_ui_IpAppUICall_deleteMessageRes_response = -1;
566 static int hf_org_csapi_ui_IpAppUICall_deleteMessageRes_assignmentID = -1;
567 static int hf_org_csapi_ui_IpAppUICall_deleteMessageErr_usrInteractionSessionID = -1;
568 static int hf_org_csapi_ui_IpAppUICall_deleteMessageErr_error = -1;
569 static int hf_org_csapi_ui_IpAppUICall_deleteMessageErr_assignmentID = -1;
570 static int hf_org_csapi_ui_IpAppUICall_abortActionRes_userInteractionSessionID = -1;
571 static int hf_org_csapi_ui_IpAppUICall_abortActionRes_assignmentID = -1;
572 static int hf_org_csapi_ui_IpAppUICall_abortActionErr_userInteractionSessionID = -1;
573 static int hf_org_csapi_ui_IpAppUICall_abortActionErr_assignmentID = -1;
574 static int hf_org_csapi_ui_IpAppUICall_abortActionErr_error = -1;
575 static int hf_org_csapi_ui_IpAppUICall_getMessageRes_userInteractionSessionID = -1;
576 static int hf_org_csapi_ui_IpAppUICall_getMessageRes_assignmentID = -1;
577 static int hf_org_csapi_ui_IpAppUICall_getMessageErr_userInteractionSessionID = -1;
578 static int hf_org_csapi_ui_IpAppUICall_getMessageErr_assignmentID = -1;
579 static int hf_org_csapi_ui_IpAppUICall_getMessageErr_error = -1;
580 static int hf_org_csapi_ui_IpAppUIManager_reportEventNotification_assignmentID = -1;
581 static int hf_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions_userInteractionSet_loop = -1;
582 static int hf_org_csapi_ui_IpUI_sendInfoReq_return = -1;
583 static int hf_org_csapi_ui_IpUI_sendInfoReq_userInteractionSessionID = -1;
584 static int hf_org_csapi_ui_IpUI_sendInfoReq_language = -1;
585 static int hf_org_csapi_ui_IpUI_sendInfoReq_variableInfo_loop = -1;
586 static int hf_org_csapi_ui_IpUI_sendInfoReq_repeatIndicator = -1;
587 static int hf_org_csapi_ui_IpUI_sendInfoReq_responseRequested = -1;
588 static int hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_return = -1;
589 static int hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_userInteractionSessionID = -1;
590 static int hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_language = -1;
591 static int hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_variableInfo_loop = -1;
592 static int hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_responseRequested = -1;
593 static int hf_org_csapi_ui_IpUI_release_userInteractionSessionID = -1;
594 static int hf_org_csapi_ui_IpUI_setOriginatingAddress_userInteractionSessionID = -1;
595 static int hf_org_csapi_ui_IpUI_setOriginatingAddress_origin = -1;
596 static int hf_org_csapi_ui_IpUI_getOriginatingAddress_return = -1;
597 static int hf_org_csapi_ui_IpUI_getOriginatingAddress_userInteractionSessionID = -1;
598 static int hf_org_csapi_ui_IpUICall_recordMessageReq_return = -1;
599 static int hf_org_csapi_ui_IpUICall_recordMessageReq_userInteractionSessionID = -1;
600 static int hf_org_csapi_ui_IpUICall_deleteMessageReq_return = -1;
601 static int hf_org_csapi_ui_IpUICall_deleteMessageReq_usrInteractionSessionID = -1;
602 static int hf_org_csapi_ui_IpUICall_deleteMessageReq_messageID = -1;
603 static int hf_org_csapi_ui_IpUICall_abortActionReq_userInteractionSessionID = -1;
604 static int hf_org_csapi_ui_IpUICall_abortActionReq_assignmentID = -1;
605 static int hf_org_csapi_ui_IpUICall_getMessageReq_return = -1;
606 static int hf_org_csapi_ui_IpUICall_getMessageReq_userInteractionSessionID = -1;
607 static int hf_org_csapi_ui_IpUICall_getMessageReq_messageID = -1;
608 static int hf_org_csapi_ui_IpUIManager_createNotification_return = -1;
609 static int hf_org_csapi_ui_IpUIManager_destroyNotification_assignmentID = -1;
610 static int hf_org_csapi_ui_IpUIManager_changeNotification_assignmentID = -1;
611 static int hf_org_csapi_ui_IpUIManager_getNotification_return_loop = -1;
612 static int hf_org_csapi_ui_IpUIManager_enableNotifications_return = -1;
613 static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageRes_usrInteractionSessionID = -1;
614 static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageRes_assignmentID = -1;
615 static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageErr_usrInteractionSessionID = -1;
616 static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageErr_assignmentID = -1;
617 static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageErr_error = -1;
618 static int hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes_usrInteractionSessionID = -1;
619 static int hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes_response = -1;
620 static int hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes_assignmentID = -1;
621 static int hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr_usrInteractionSessionID = -1;
622 static int hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr_error = -1;
623 static int hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr_assignmentID = -1;
624 static int hf_org_csapi_ui_IpAppUIAdminManager_putMessageRes_usrInteractionSessionID = -1;
625 static int hf_org_csapi_ui_IpAppUIAdminManager_putMessageRes_assignmentID = -1;
626 static int hf_org_csapi_ui_IpAppUIAdminManager_putMessageRes_messageID = -1;
627 static int hf_org_csapi_ui_IpAppUIAdminManager_putMessageErr_usrInteractionSessionID = -1;
628 static int hf_org_csapi_ui_IpAppUIAdminManager_putMessageErr_assignmentID = -1;
629 static int hf_org_csapi_ui_IpAppUIAdminManager_putMessageErr_error = -1;
630 static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_usrInteractionSessionID = -1;
631 static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_assignmentID = -1;
632 static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList_loop = -1;
633 static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList = -1;
634 static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_final = -1;
635 static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageListErr_usrInteractionSessionID = -1;
636 static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageListErr_assignmentID = -1;
637 static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageListErr_error = -1;
638 static int hf_org_csapi_ui_IpUIAdminManager_getMessageReq_return = -1;
639 static int hf_org_csapi_ui_IpUIAdminManager_getMessageReq_usrInteractionSessionID = -1;
640 static int hf_org_csapi_ui_IpUIAdminManager_getMessageReq_messageID = -1;
641 static int hf_org_csapi_ui_IpUIAdminManager_putMessageReq_return = -1;
642 static int hf_org_csapi_ui_IpUIAdminManager_putMessageReq_usrInteractionSessionID = -1;
643 static int hf_org_csapi_ui_IpUIAdminManager_deleteMessageReq_return = -1;
644 static int hf_org_csapi_ui_IpUIAdminManager_deleteMessageReq_usrInteractionSessionID = -1;
645 static int hf_org_csapi_ui_IpUIAdminManager_deleteMessageReq_messageID = -1;
646 static int hf_org_csapi_ui_IpUIAdminManager_getMessageListReq_return = -1;
647 static int hf_org_csapi_ui_IpUIAdminManager_getMessageListReq_usrInteractionSessionID = -1;
648 static int hf_org_csapi_ui_IpUIAdminManager_getMessageListReq_reset = -1;
649 static int hf_org_csapi_mm_ul_IpAppUserLocation_locationReportRes_assignmentId = -1;
650 static int hf_org_csapi_mm_ul_IpAppUserLocation_locationReportRes_locations_loop = -1;
651 static int hf_org_csapi_mm_ul_IpAppUserLocation_locationReportErr_assignmentId = -1;
652 static int hf_org_csapi_mm_ul_IpAppUserLocation_locationReportErr_cause = -1;
653 static int hf_org_csapi_mm_ul_IpAppUserLocation_locationReportErr_diagnostic = -1;
654 static int hf_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_assignmentId = -1;
655 static int hf_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_locations_loop = -1;
656 static int hf_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr_assignmentId = -1;
657 static int hf_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr_cause = -1;
658 static int hf_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr_diagnostic = -1;
659 static int hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_assignmentId = -1;
660 static int hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_locations_loop = -1;
661 static int hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr_assignmentId = -1;
662 static int hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr_cause = -1;
663 static int hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr_diagnostic = -1;
664 static int hf_org_csapi_mm_ul_IpUserLocation_locationReportReq_return = -1;
665 static int hf_org_csapi_mm_ul_IpUserLocation_locationReportReq_users_loop = -1;
666 static int hf_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_return = -1;
667 static int hf_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_users_loop = -1;
668 static int hf_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_return = -1;
669 static int hf_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_users_loop = -1;
670 static int hf_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_reportingInterval = -1;
671 static int hf_org_csapi_mm_ul_IpUserLocation_getNextPeriodicLocationRequest_reset = -1;
672 static int hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReport_assignmentId = -1;
673 static int hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReport_criterion = -1;
674 static int hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr_assignmentId = -1;
675 static int hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr_cause = -1;
676 static int hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr_diagnostic = -1;
677 static int hf_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_return = -1;
678 static int hf_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_users_loop = -1;
679 static int hf_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_triggers_loop = -1;
680 static int hf_org_csapi_mm_ul_IpTriggeredUserLocation_getNextTriggeredLocationRequest_reset = -1;
681 static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_assignmentId = -1;
682 static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_locations_loop = -1;
683 static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr_assignmentId = -1;
684 static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr_cause = -1;
685 static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr_diagnostic = -1;
686 static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_assignmentId = -1;
687 static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_locations_loop = -1;
688 static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr_assignmentId = -1;
689 static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr_cause = -1;
690 static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr_diagnostic = -1;
691 static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReport_assignmentId = -1;
692 static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr_assignmentId = -1;
693 static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr_cause = -1;
694 static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr_diagnostic = -1;
695 static int hf_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_return = -1;
696 static int hf_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_users_loop = -1;
697 static int hf_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_return = -1;
698 static int hf_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_users_loop = -1;
699 static int hf_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_reportingInterval = -1;
700 static int hf_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_return = -1;
701 static int hf_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_users_loop = -1;
702 static int hf_org_csapi_mm_ulc_IpUserLocationCamel_getNextPeriodicLocationRequest_reset = -1;
703 static int hf_org_csapi_mm_ulc_IpUserLocationCamel_getNextTriggeredLocationRequest_reset = -1;
704 static int hf_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReport_assignmentId = -1;
705 static int hf_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr_assignmentId = -1;
706 static int hf_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr_cause = -1;
707 static int hf_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr_diagnostic = -1;
708 static int hf_org_csapi_mm_ule_IpUserLocationEmergency_emergencyLocationReportReq_return = -1;
709 static int hf_org_csapi_mm_ule_IpUserLocationEmergency_subscribeEmergencyLocationReports_return = -1;
710 static int hf_org_csapi_mm_ule_IpUserLocationEmergency_unSubscribeEmergencyLocationReports_assignmentId = -1;
711 static int hf_org_csapi_mm_us_IpAppUserStatus_statusReportRes_assignmentId = -1;
712 static int hf_org_csapi_mm_us_IpAppUserStatus_statusReportRes_status_loop = -1;
713 static int hf_org_csapi_mm_us_IpAppUserStatus_statusReportErr_assignmentId = -1;
714 static int hf_org_csapi_mm_us_IpAppUserStatus_statusReportErr_cause = -1;
715 static int hf_org_csapi_mm_us_IpAppUserStatus_statusReportErr_diagnostic = -1;
716 static int hf_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReport_assignmentId = -1;
717 static int hf_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr_assignmentId = -1;
718 static int hf_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr_cause = -1;
719 static int hf_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr_diagnostic = -1;
720 static int hf_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_assignmentId = -1;
721 static int hf_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_status_loop = -1;
722 static int hf_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr_assignmentId = -1;
723 static int hf_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr_cause = -1;
724 static int hf_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr_diagnostic = -1;
725 static int hf_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReport_assignmentId = -1;
726 static int hf_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr_assignmentId = -1;
727 static int hf_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr_cause = -1;
728 static int hf_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr_diagnostic = -1;
729 static int hf_org_csapi_mm_us_IpUserStatus_statusReportReq_return = -1;
730 static int hf_org_csapi_mm_us_IpUserStatus_statusReportReq_users_loop = -1;
731 static int hf_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_return = -1;
732 static int hf_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_users_loop = -1;
733 static int hf_org_csapi_mm_us_IpUserStatus_getNextTriggeredStatusRequest_reset = -1;
734 static int hf_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_return = -1;
735 static int hf_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_users_loop = -1;
736 static int hf_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_return = -1;
737 static int hf_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_users_loop = -1;
738 static int hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return_loop = -1;
739 static int hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_assignmentId = -1;
740 static int hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation_loop = -1;
741 static int hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr_assignmentId = -1;
742 static int hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr_cause = -1;
743 static int hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr_diagnostic = -1;
744 static int hf_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_return = -1;
745 static int hf_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_users_loop = -1;
746 static int hf_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_criteria_loop = -1;
747 static int hf_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStop_assignmentId = -1;
748 static int hf_org_csapi_termcap_IpTerminalCapabilities_getTerminalCapabilities_terminalIdentity = -1;
749 static int hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_assignmentID = -1;
750 static int hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_terminals_loop = -1;
751 static int hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_criteria = -1;
752 static int hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_assignmentId = -1;
753 static int hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_terminals_loop = -1;
754 static int hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_cause = -1;
755 static int hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_return = -1;
756 static int hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_terminals_loop = -1;
757 static int hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_criteria = -1;
758 static int hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStop_assignmentID = -1;
759 static int hf_org_csapi_dsc_IpAppDataSession_connectRes_dataSessionID = -1;
760 static int hf_org_csapi_dsc_IpAppDataSession_connectRes_assignmentID = -1;
761 static int hf_org_csapi_dsc_IpAppDataSession_connectErr_dataSessionID = -1;
762 static int hf_org_csapi_dsc_IpAppDataSession_connectErr_assignmentID = -1;
763 static int hf_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes_dataSessionID = -1;
764 static int hf_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes_report = -1;
765 static int hf_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes_qualityOfService = -1;
766 static int hf_org_csapi_dsc_IpAppDataSession_superviseDataSessionErr_dataSessionID = -1;
767 static int hf_org_csapi_dsc_IpAppDataSession_dataSessionFaultDetected_dataSessionID = -1;
768 static int hf_org_csapi_dsc_IpAppDataSession_dataSessionFaultDetected_fault = -1;
769 static int hf_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionAborted_dataSession = -1;
770 static int hf_org_csapi_dsc_IpAppDataSessionControlManager_reportNotification_assignmentID = -1;
771 static int hf_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet_loop = -1;
772 static int hf_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet = -1;
773 static int hf_org_csapi_dsc_IpDataSession_connectReq_return = -1;
774 static int hf_org_csapi_dsc_IpDataSession_connectReq_dataSessionID = -1;
775 static int hf_org_csapi_dsc_IpDataSession_connectReq_responseRequested_loop = -1;
776 static int hf_org_csapi_dsc_IpDataSession_release_dataSessionID = -1;
777 static int hf_org_csapi_dsc_IpDataSession_superviseDataSessionReq_dataSessionID = -1;
778 static int hf_org_csapi_dsc_IpDataSession_superviseDataSessionReq_treatment = -1;
779 static int hf_org_csapi_dsc_IpDataSession_setDataSessionChargePlan_dataSessionID = -1;
780 static int hf_org_csapi_dsc_IpDataSession_setAdviceOfCharge_dataSessionID = -1;
781 static int hf_org_csapi_dsc_IpDataSession_setAdviceOfCharge_tariffSwitch = -1;
782 static int hf_org_csapi_dsc_IpDataSession_deassignDataSession_dataSessionID = -1;
783 static int hf_org_csapi_dsc_IpDataSession_continueProcessing_dataSessionID = -1;
784 static int hf_org_csapi_dsc_IpDataSessionControlManager_createNotification_return = -1;
785 static int hf_org_csapi_dsc_IpDataSessionControlManager_destroyNotification_assignmentID = -1;
786 static int hf_org_csapi_dsc_IpDataSessionControlManager_changeNotification_assignmentID = -1;
787 static int hf_org_csapi_dsc_IpDataSessionControlManager_enableNotifications_return = -1;
788 static int hf_org_csapi_dsc_IpDataSessionControlManager_getNotifications_return_loop = -1;
789 static int hf_org_csapi_dsc_IpDataSessionControlManager_createNotifications_return = -1;
790 static int hf_org_csapi_gms_IpMessagingManager_openMailbox_authenticationInfo = -1;
791 static int hf_org_csapi_gms_IpMessagingManager_enableMessagingNotification_return = -1;
792 static int hf_org_csapi_gms_IpMessagingManager_disableMessagingNotification_assignmentID = -1;
793 static int hf_org_csapi_gms_IpAppMessagingManager_mailboxTerminated_mailboxSessionID = -1;
794 static int hf_org_csapi_gms_IpAppMessagingManager_mailboxFaultDetected_mailboxSessionID = -1;
795 static int hf_org_csapi_gms_IpAppMessagingManager_mailboxFaultDetected_fault = -1;
796 static int hf_org_csapi_gms_IpAppMessagingManager_messagingEventNotify_assignmentID = -1;
797 static int hf_org_csapi_gms_IpMailbox_close_mailboxSessionID = -1;
798 static int hf_org_csapi_gms_IpMailbox_lock_mailboxSessionID = -1;
799 static int hf_org_csapi_gms_IpMailbox_unlock_mailboxSessionID = -1;
800 static int hf_org_csapi_gms_IpMailbox_getInfoAmount_return = -1;
801 static int hf_org_csapi_gms_IpMailbox_getInfoAmount_mailboxSessionID = -1;
802 static int hf_org_csapi_gms_IpMailbox_getInfoProperties_return_loop = -1;
803 static int hf_org_csapi_gms_IpMailbox_getInfoProperties_mailboxSessionID = -1;
804 static int hf_org_csapi_gms_IpMailbox_getInfoProperties_firstProperty = -1;
805 static int hf_org_csapi_gms_IpMailbox_getInfoProperties_numberOfProperties = -1;
806 static int hf_org_csapi_gms_IpMailbox_setInfoProperties_mailboxSessionID = -1;
807 static int hf_org_csapi_gms_IpMailbox_setInfoProperties_firstProperty = -1;
808 static int hf_org_csapi_gms_IpMailbox_setInfoProperties_mailboxInfoProperties_loop = -1;
809 static int hf_org_csapi_gms_IpMailbox_openFolder_mailboxSessionID = -1;
810 static int hf_org_csapi_gms_IpMailbox_openFolder_folderID = -1;
811 static int hf_org_csapi_gms_IpMailbox_createFolder_mailboxSessionID = -1;
812 static int hf_org_csapi_gms_IpMailbox_createFolder_folderID = -1;
813 static int hf_org_csapi_gms_IpMailbox_remove_authenticationInfo = -1;
814 static int hf_org_csapi_gms_IpMessage_getInfoAmount_return = -1;
815 static int hf_org_csapi_gms_IpMessage_getInfoAmount_folderSessionID = -1;
816 static int hf_org_csapi_gms_IpMessage_getInfoAmount_messageID = -1;
817 static int hf_org_csapi_gms_IpMessage_getInfoProperties_return_loop = -1;
818 static int hf_org_csapi_gms_IpMessage_getInfoProperties_folderSessionID = -1;
819 static int hf_org_csapi_gms_IpMessage_getInfoProperties_messageID = -1;
820 static int hf_org_csapi_gms_IpMessage_getInfoProperties_firstProperty = -1;
821 static int hf_org_csapi_gms_IpMessage_getInfoProperties_numberOfProperties = -1;
822 static int hf_org_csapi_gms_IpMessage_setInfoProperties_folderSessionID = -1;
823 static int hf_org_csapi_gms_IpMessage_setInfoProperties_messageID = -1;
824 static int hf_org_csapi_gms_IpMessage_setInfoProperties_firstProperty = -1;
825 static int hf_org_csapi_gms_IpMessage_setInfoProperties_messageInfoProperties_loop = -1;
826 static int hf_org_csapi_gms_IpMessage_remove_folderSessionID = -1;
827 static int hf_org_csapi_gms_IpMessage_remove_messageID = -1;
828 static int hf_org_csapi_gms_IpMessage_getContent_return = -1;
829 static int hf_org_csapi_gms_IpMessage_getContent_folderSessionID = -1;
830 static int hf_org_csapi_gms_IpMessage_getContent_messageID = -1;
831 static int hf_org_csapi_gms_IpMailboxFolder_getInfoAmount_return = -1;
832 static int hf_org_csapi_gms_IpMailboxFolder_getInfoAmount_folderSessionID = -1;
833 static int hf_org_csapi_gms_IpMailboxFolder_getInfoProperties_return_loop = -1;
834 static int hf_org_csapi_gms_IpMailboxFolder_getInfoProperties_folderSessionID = -1;
835 static int hf_org_csapi_gms_IpMailboxFolder_getInfoProperties_firstProperty = -1;
836 static int hf_org_csapi_gms_IpMailboxFolder_getInfoProperties_numberOfProperties = -1;
837 static int hf_org_csapi_gms_IpMailboxFolder_setInfoProperties_folderSessionID = -1;
838 static int hf_org_csapi_gms_IpMailboxFolder_setInfoProperties_firstProperty = -1;
839 static int hf_org_csapi_gms_IpMailboxFolder_setInfoProperties_folderInfoProperties_loop = -1;
840 static int hf_org_csapi_gms_IpMailboxFolder_putMessage_folderSessionID = -1;
841 static int hf_org_csapi_gms_IpMailboxFolder_putMessage_message = -1;
842 static int hf_org_csapi_gms_IpMailboxFolder_putMessage_messageInfoProperties_loop = -1;
843 static int hf_org_csapi_gms_IpMailboxFolder_getMessage_folderSessionID = -1;
844 static int hf_org_csapi_gms_IpMailboxFolder_getMessage_messageID = -1;
845 static int hf_org_csapi_gms_IpMailboxFolder_close_mailboxSessionID = -1;
846 static int hf_org_csapi_gms_IpMailboxFolder_close_folderSessionID = -1;
847 static int hf_org_csapi_gms_IpMailboxFolder_remove_mailboxSessionID = -1;
848 static int hf_org_csapi_gms_IpMailboxFolder_remove_folderID = -1;
849 static int hf_org_csapi_cm_IpVPrP_getVPrPID_return = -1;
850 static int hf_org_csapi_cm_IpVPrP_getSlaID_return = -1;
851 static int hf_org_csapi_cm_IpVPrP_getStatus_return = -1;
852 static int hf_org_csapi_cm_IpVPrN_getVPrPList_return_loop = -1;
853 static int hf_org_csapi_cm_IpVPrN_getVPrPList_return = -1;
854 static int hf_org_csapi_cm_IpVPrN_getVPrP_vPrPID = -1;
855 static int hf_org_csapi_cm_IpVPrN_deleteVPrP_vPrPID = -1;
856 static int hf_org_csapi_cm_IpQoSMenu_getTemplate_templateType = -1;
857 static int hf_org_csapi_cm_IpQoSMenu_getTemplateList_return_loop = -1;
858 static int hf_org_csapi_cm_IpQoSMenu_getTemplateList_return = -1;
859 static int hf_org_csapi_cm_IpQoSTemplate_getTemplateType_return = -1;
860 static int hf_org_csapi_cm_IpQoSTemplate_getDescription_return = -1;
861 static int hf_org_csapi_cm_IpQoSTemplate_setSlaID_slaID = -1;
862 static int hf_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return_loop = -1;
863 static int hf_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return = -1;
864 static int hf_org_csapi_cm_IpEnterpriseNetwork_getSite_siteID = -1;
865 static int hf_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return_loop = -1;
866 static int hf_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return = -1;
867 static int hf_org_csapi_cm_IpEnterpriseNetworkSite_getSiteID_return = -1;
868 static int hf_org_csapi_cm_IpEnterpriseNetworkSite_getSiteLocation_return = -1;
869 static int hf_org_csapi_cm_IpEnterpriseNetworkSite_getSiteDescription_return = -1;
870 static int hf_org_csapi_cm_IpEnterpriseNetworkSite_getSAPIPSubnet_sapID = -1;
871 static int hf_org_csapi_am_IpAppAccountManager_reportNotification_assignmentId = -1;
872 static int hf_org_csapi_am_IpAppAccountManager_queryBalanceRes_queryId = -1;
873 static int hf_org_csapi_am_IpAppAccountManager_queryBalanceRes_balances_loop = -1;
874 static int hf_org_csapi_am_IpAppAccountManager_queryBalanceErr_queryId = -1;
875 static int hf_org_csapi_am_IpAppAccountManager_queryBalanceErr_cause = -1;
876 static int hf_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_retrievalID = -1;
877 static int hf_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_transactionHistory_loop = -1;
878 static int hf_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryErr_retrievalID = -1;
879 static int hf_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryErr_transactionHistoryError = -1;
880 static int hf_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_queryId = -1;
881 static int hf_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_dates_loop = -1;
882 static int hf_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateErr_queryId = -1;
883 static int hf_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateErr_cause = -1;
884 static int hf_org_csapi_am_IpAppAccountManager_updateBalanceRes_requestId = -1;
885 static int hf_org_csapi_am_IpAppAccountManager_updateBalanceErr_requestId = -1;
886 static int hf_org_csapi_am_IpAppAccountManager_updateBalanceErr_cause = -1;
887 static int hf_org_csapi_am_IpAppAccountManager_createVoucherRes_requestId = -1;
888 static int hf_org_csapi_am_IpAppAccountManager_createVoucherRes_voucherId = -1;
889 static int hf_org_csapi_am_IpAppAccountManager_createVoucherErr_requestId = -1;
890 static int hf_org_csapi_am_IpAppAccountManager_createVoucherErr_cause = -1;
891 static int hf_org_csapi_am_IpAppAccountManager_destroyVoucherRes_requestId = -1;
892 static int hf_org_csapi_am_IpAppAccountManager_destroyVoucherRes_voucherId = -1;
893 static int hf_org_csapi_am_IpAppAccountManager_destroyVoucherErr_requestId = -1;
894 static int hf_org_csapi_am_IpAppAccountManager_destroyVoucherErr_voucherId = -1;
895 static int hf_org_csapi_am_IpAppAccountManager_destroyVoucherErr_cause = -1;
896 static int hf_org_csapi_am_IpAppAccountManager_queryVoucherRes_queryId = -1;
897 static int hf_org_csapi_am_IpAppAccountManager_queryVoucherErr_queryId = -1;
898 static int hf_org_csapi_am_IpAppAccountManager_queryVoucherErr_voucherId = -1;
899 static int hf_org_csapi_am_IpAppAccountManager_queryVoucherErr_cause = -1;
900 static int hf_org_csapi_am_IpAppAccountManager_queryUserVouchersRes_queryId = -1;
901 static int hf_org_csapi_am_IpAppAccountManager_queryUserVouchersRes_vouchers_loop = -1;
902 static int hf_org_csapi_am_IpAppAccountManager_queryUserVouchersErr_queryId = -1;
903 static int hf_org_csapi_am_IpAppAccountManager_queryUserVouchersErr_cause = -1;
904 static int hf_org_csapi_am_IpAccountManager_createNotification_return = -1;
905 static int hf_org_csapi_am_IpAccountManager_destroyNotification_assignmentId = -1;
906 static int hf_org_csapi_am_IpAccountManager_queryBalanceReq_return = -1;
907 static int hf_org_csapi_am_IpAccountManager_queryBalanceReq_users_loop = -1;
908 static int hf_org_csapi_am_IpAccountManager_changeNotification_assignmentID = -1;
909 static int hf_org_csapi_am_IpAccountManager_getNotification_return_loop = -1;
910 static int hf_org_csapi_am_IpAccountManager_retrieveTransactionHistoryReq_return = -1;
911 static int hf_org_csapi_am_IpAccountManager_enableNotifications_return = -1;
912 static int hf_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_return = -1;
913 static int hf_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_users_loop = -1;
914 static int hf_org_csapi_am_IpAccountManager_updateBalanceReq_return = -1;
915 static int hf_org_csapi_am_IpAccountManager_updateBalanceReq_debit = -1;
916 static int hf_org_csapi_am_IpAccountManager_updateBalanceReq_period = -1;
917 static int hf_org_csapi_am_IpAccountManager_createVoucherReq_return = -1;
918 static int hf_org_csapi_am_IpAccountManager_destroyVoucherReq_return = -1;
919 static int hf_org_csapi_am_IpAccountManager_destroyVoucherReq_voucherId = -1;
920 static int hf_org_csapi_am_IpAccountManager_queryVoucherReq_return = -1;
921 static int hf_org_csapi_am_IpAccountManager_queryVoucherReq_voucherId = -1;
922 static int hf_org_csapi_am_IpAccountManager_queryUserVouchersReq_return = -1;
923 static int hf_org_csapi_cs_IpAppChargingSession_creditAmountErr_sessionID = -1;
924 static int hf_org_csapi_cs_IpAppChargingSession_creditAmountErr_requestNumber = -1;
925 static int hf_org_csapi_cs_IpAppChargingSession_creditAmountErr_error = -1;
926 static int hf_org_csapi_cs_IpAppChargingSession_creditAmountErr_requestNumberNextRequest = -1;
927 static int hf_org_csapi_cs_IpAppChargingSession_creditAmountRes_sessionID = -1;
928 static int hf_org_csapi_cs_IpAppChargingSession_creditAmountRes_requestNumber = -1;
929 static int hf_org_csapi_cs_IpAppChargingSession_creditAmountRes_requestNumberNextRequest = -1;
930 static int hf_org_csapi_cs_IpAppChargingSession_creditUnitErr_sessionID = -1;
931 static int hf_org_csapi_cs_IpAppChargingSession_creditUnitErr_requestNumber = -1;
932 static int hf_org_csapi_cs_IpAppChargingSession_creditUnitErr_error = -1;
933 static int hf_org_csapi_cs_IpAppChargingSession_creditUnitErr_requestNumberNextRequest = -1;
934 static int hf_org_csapi_cs_IpAppChargingSession_creditUnitRes_sessionID = -1;
935 static int hf_org_csapi_cs_IpAppChargingSession_creditUnitRes_requestNumber = -1;
936 static int hf_org_csapi_cs_IpAppChargingSession_creditUnitRes_creditedVolumes_loop = -1;
937 static int hf_org_csapi_cs_IpAppChargingSession_creditUnitRes_reservedUnitsLeft_loop = -1;
938 static int hf_org_csapi_cs_IpAppChargingSession_creditUnitRes_requestNumberNextRequest = -1;
939 static int hf_org_csapi_cs_IpAppChargingSession_debitAmountErr_sessionID = -1;
940 static int hf_org_csapi_cs_IpAppChargingSession_debitAmountErr_requestNumber = -1;
941 static int hf_org_csapi_cs_IpAppChargingSession_debitAmountErr_error = -1;
942 static int hf_org_csapi_cs_IpAppChargingSession_debitAmountErr_requestNumberNextRequest = -1;
943 static int hf_org_csapi_cs_IpAppChargingSession_debitAmountRes_sessionID = -1;
944 static int hf_org_csapi_cs_IpAppChargingSession_debitAmountRes_requestNumber = -1;
945 static int hf_org_csapi_cs_IpAppChargingSession_debitAmountRes_requestNumberNextRequest = -1;
946 static int hf_org_csapi_cs_IpAppChargingSession_debitUnitErr_sessionID = -1;
947 static int hf_org_csapi_cs_IpAppChargingSession_debitUnitErr_requestNumber = -1;
948 static int hf_org_csapi_cs_IpAppChargingSession_debitUnitErr_error = -1;
949 static int hf_org_csapi_cs_IpAppChargingSession_debitUnitErr_requestNumberNextRequest = -1;
950 static int hf_org_csapi_cs_IpAppChargingSession_debitUnitRes_sessionID = -1;
951 static int hf_org_csapi_cs_IpAppChargingSession_debitUnitRes_requestNumber = -1;
952 static int hf_org_csapi_cs_IpAppChargingSession_debitUnitRes_debitedVolumes_loop = -1;
953 static int hf_org_csapi_cs_IpAppChargingSession_debitUnitRes_reservedUnitsLeft_loop = -1;
954 static int hf_org_csapi_cs_IpAppChargingSession_debitUnitRes_requestNumberNextRequest = -1;
955 static int hf_org_csapi_cs_IpAppChargingSession_directCreditAmountErr_sessionID = -1;
956 static int hf_org_csapi_cs_IpAppChargingSession_directCreditAmountErr_requestNumber = -1;
957 static int hf_org_csapi_cs_IpAppChargingSession_directCreditAmountErr_error = -1;
958 static int hf_org_csapi_cs_IpAppChargingSession_directCreditAmountErr_requestNumberNextRequest = -1;
959 static int hf_org_csapi_cs_IpAppChargingSession_directCreditAmountRes_sessionID = -1;
960 static int hf_org_csapi_cs_IpAppChargingSession_directCreditAmountRes_requestNumber = -1;
961 static int hf_org_csapi_cs_IpAppChargingSession_directCreditAmountRes_requestNumberNextRequest = -1;
962 static int hf_org_csapi_cs_IpAppChargingSession_directCreditUnitErr_sessionID = -1;
963 static int hf_org_csapi_cs_IpAppChargingSession_directCreditUnitErr_requestNumber = -1;
964 static int hf_org_csapi_cs_IpAppChargingSession_directCreditUnitErr_error = -1;
965 static int hf_org_csapi_cs_IpAppChargingSession_directCreditUnitErr_requestNumberNextRequest = -1;
966 static int hf_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_sessionID = -1;
967 static int hf_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_requestNumber = -1;
968 static int hf_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_creditedVolumes_loop = -1;
969 static int hf_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_requestNumberNextRequest = -1;
970 static int hf_org_csapi_cs_IpAppChargingSession_directDebitAmountErr_sessionID = -1;
971 static int hf_org_csapi_cs_IpAppChargingSession_directDebitAmountErr_requestNumber = -1;
972 static int hf_org_csapi_cs_IpAppChargingSession_directDebitAmountErr_error = -1;
973 static int hf_org_csapi_cs_IpAppChargingSession_directDebitAmountErr_requestNumberNextRequest = -1;
974 static int hf_org_csapi_cs_IpAppChargingSession_directDebitAmountRes_sessionID = -1;
975 static int hf_org_csapi_cs_IpAppChargingSession_directDebitAmountRes_requestNumber = -1;
976 static int hf_org_csapi_cs_IpAppChargingSession_directDebitAmountRes_requestNumberNextRequest = -1;
977 static int hf_org_csapi_cs_IpAppChargingSession_directDebitUnitErr_sessionID = -1;
978 static int hf_org_csapi_cs_IpAppChargingSession_directDebitUnitErr_requestNumber = -1;
979 static int hf_org_csapi_cs_IpAppChargingSession_directDebitUnitErr_error = -1;
980 static int hf_org_csapi_cs_IpAppChargingSession_directDebitUnitErr_requestNumberNextRequest = -1;
981 static int hf_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_sessionID = -1;
982 static int hf_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_requestNumber = -1;
983 static int hf_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_debitedVolumes_loop = -1;
984 static int hf_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_requestNumberNextRequest = -1;
985 static int hf_org_csapi_cs_IpAppChargingSession_extendLifeTimeErr_sessionID = -1;
986 static int hf_org_csapi_cs_IpAppChargingSession_extendLifeTimeErr_error = -1;
987 static int hf_org_csapi_cs_IpAppChargingSession_extendLifeTimeRes_sessionID = -1;
988 static int hf_org_csapi_cs_IpAppChargingSession_extendLifeTimeRes_sessionTimeLeft = -1;
989 static int hf_org_csapi_cs_IpAppChargingSession_rateErr_sessionID = -1;
990 static int hf_org_csapi_cs_IpAppChargingSession_rateErr_error = -1;
991 static int hf_org_csapi_cs_IpAppChargingSession_rateRes_sessionID = -1;
992 static int hf_org_csapi_cs_IpAppChargingSession_rateRes_rates_loop = -1;
993 static int hf_org_csapi_cs_IpAppChargingSession_rateRes_validityTimeLeft = -1;
994 static int hf_org_csapi_cs_IpAppChargingSession_reserveAmountErr_sessionID = -1;
995 static int hf_org_csapi_cs_IpAppChargingSession_reserveAmountErr_requestNumber = -1;
996 static int hf_org_csapi_cs_IpAppChargingSession_reserveAmountErr_error = -1;
997 static int hf_org_csapi_cs_IpAppChargingSession_reserveAmountErr_requestNumberNextRequest = -1;
998 static int hf_org_csapi_cs_IpAppChargingSession_reserveAmountRes_sessionID = -1;
999 static int hf_org_csapi_cs_IpAppChargingSession_reserveAmountRes_requestNumber = -1;
1000 static int hf_org_csapi_cs_IpAppChargingSession_reserveAmountRes_sessionTimeLeft = -1;
1001 static int hf_org_csapi_cs_IpAppChargingSession_reserveAmountRes_requestNumberNextRequest = -1;
1002 static int hf_org_csapi_cs_IpAppChargingSession_reserveUnitErr_sessionID = -1;
1003 static int hf_org_csapi_cs_IpAppChargingSession_reserveUnitErr_requestNumber = -1;
1004 static int hf_org_csapi_cs_IpAppChargingSession_reserveUnitErr_error = -1;
1005 static int hf_org_csapi_cs_IpAppChargingSession_reserveUnitErr_requestNumberNextRequest = -1;
1006 static int hf_org_csapi_cs_IpAppChargingSession_reserveUnitRes_sessionID = -1;
1007 static int hf_org_csapi_cs_IpAppChargingSession_reserveUnitRes_requestNumber = -1;
1008 static int hf_org_csapi_cs_IpAppChargingSession_reserveUnitRes_reservedUnits_loop = -1;
1009 static int hf_org_csapi_cs_IpAppChargingSession_reserveUnitRes_sessionTimeLeft = -1;
1010 static int hf_org_csapi_cs_IpAppChargingSession_reserveUnitRes_requestNumberNextRequest = -1;
1011 static int hf_org_csapi_cs_IpAppChargingSession_sessionEnded_sessionID = -1;
1012 static int hf_org_csapi_cs_IpAppChargingSession_sessionEnded_report = -1;
1013 static int hf_org_csapi_cs_IpChargingSession_creditAmountReq_sessionID = -1;
1014 static int hf_org_csapi_cs_IpChargingSession_creditAmountReq_closeReservation = -1;
1015 static int hf_org_csapi_cs_IpChargingSession_creditAmountReq_requestNumber = -1;
1016 static int hf_org_csapi_cs_IpChargingSession_creditUnitReq_sessionID = -1;
1017 static int hf_org_csapi_cs_IpChargingSession_creditUnitReq_volumes_loop = -1;
1018 static int hf_org_csapi_cs_IpChargingSession_creditUnitReq_closeReservation = -1;
1019 static int hf_org_csapi_cs_IpChargingSession_creditUnitReq_requestNumber = -1;
1020 static int hf_org_csapi_cs_IpChargingSession_debitAmountReq_sessionID = -1;
1021 static int hf_org_csapi_cs_IpChargingSession_debitAmountReq_closeReservation = -1;
1022 static int hf_org_csapi_cs_IpChargingSession_debitAmountReq_requestNumber = -1;
1023 static int hf_org_csapi_cs_IpChargingSession_debitUnitReq_sessionID = -1;
1024 static int hf_org_csapi_cs_IpChargingSession_debitUnitReq_volumes_loop = -1;
1025 static int hf_org_csapi_cs_IpChargingSession_debitUnitReq_closeReservation = -1;
1026 static int hf_org_csapi_cs_IpChargingSession_debitUnitReq_requestNumber = -1;
1027 static int hf_org_csapi_cs_IpChargingSession_directCreditAmountReq_sessionID = -1;
1028 static int hf_org_csapi_cs_IpChargingSession_directCreditAmountReq_chargingParameters_loop = -1;
1029 static int hf_org_csapi_cs_IpChargingSession_directCreditAmountReq_requestNumber = -1;
1030 static int hf_org_csapi_cs_IpChargingSession_directCreditUnitReq_sessionID = -1;
1031 static int hf_org_csapi_cs_IpChargingSession_directCreditUnitReq_chargingParameters_loop = -1;
1032 static int hf_org_csapi_cs_IpChargingSession_directCreditUnitReq_volumes_loop = -1;
1033 static int hf_org_csapi_cs_IpChargingSession_directCreditUnitReq_requestNumber = -1;
1034 static int hf_org_csapi_cs_IpChargingSession_directDebitAmountReq_sessionID = -1;
1035 static int hf_org_csapi_cs_IpChargingSession_directDebitAmountReq_chargingParameters_loop = -1;
1036 static int hf_org_csapi_cs_IpChargingSession_directDebitAmountReq_requestNumber = -1;
1037 static int hf_org_csapi_cs_IpChargingSession_directDebitUnitReq_sessionID = -1;
1038 static int hf_org_csapi_cs_IpChargingSession_directDebitUnitReq_chargingParameters_loop = -1;
1039 static int hf_org_csapi_cs_IpChargingSession_directDebitUnitReq_volumes_loop = -1;
1040 static int hf_org_csapi_cs_IpChargingSession_directDebitUnitReq_requestNumber = -1;
1041 static int hf_org_csapi_cs_IpChargingSession_extendLifeTimeReq_sessionID = -1;
1042 static int hf_org_csapi_cs_IpChargingSession_getAmountLeft_sessionID = -1;
1043 static int hf_org_csapi_cs_IpChargingSession_getLifeTimeLeft_return = -1;
1044 static int hf_org_csapi_cs_IpChargingSession_getLifeTimeLeft_sessionID = -1;
1045 static int hf_org_csapi_cs_IpChargingSession_getUnitLeft_return_loop = -1;
1046 static int hf_org_csapi_cs_IpChargingSession_getUnitLeft_sessionID = -1;
1047 static int hf_org_csapi_cs_IpChargingSession_rateReq_sessionID = -1;
1048 static int hf_org_csapi_cs_IpChargingSession_rateReq_chargingParameters_loop = -1;
1049 static int hf_org_csapi_cs_IpChargingSession_release_sessionID = -1;
1050 static int hf_org_csapi_cs_IpChargingSession_release_requestNumber = -1;
1051 static int hf_org_csapi_cs_IpChargingSession_reserveAmountReq_sessionID = -1;
1052 static int hf_org_csapi_cs_IpChargingSession_reserveAmountReq_chargingParameters_loop = -1;
1053 static int hf_org_csapi_cs_IpChargingSession_reserveAmountReq_requestNumber = -1;
1054 static int hf_org_csapi_cs_IpChargingSession_reserveUnitReq_sessionID = -1;
1055 static int hf_org_csapi_cs_IpChargingSession_reserveUnitReq_chargingParameters_loop = -1;
1056 static int hf_org_csapi_cs_IpChargingSession_reserveUnitReq_volumes_loop = -1;
1057 static int hf_org_csapi_cs_IpChargingSession_reserveUnitReq_requestNumber = -1;
1058 static int hf_org_csapi_cs_IpAppChargingManager_sessionAborted_sessionID = -1;
1059 static int hf_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet_loop = -1;
1060 static int hf_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet = -1;
1061 static int hf_org_csapi_cs_IpChargingManager_createChargingSession_sessionDescription = -1;
1062 static int hf_org_csapi_cs_IpChargingManager_createSplitChargingSession_sessionDescription = -1;
1063 static int hf_org_csapi_cs_IpChargingManager_createSplitChargingSession_users_loop = -1;
1064 static int hf_org_csapi_policy_evaluation_IpAppPolicyDomain_reportNotification_assignmentID = -1;
1065 static int hf_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_assignmentID = -1;
1066 static int hf_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_outputVariables_loop = -1;
1067 static int hf_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr_assignmentID = -1;
1068 static int hf_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr_error = -1;
1069 static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_return_loop = -1;
1070 static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_domainName = -1;
1071 static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_signatureName = -1;
1072 static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_inputVariables_loop = -1;
1073 static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_return = -1;
1074 static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_domainName = -1;
1075 static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_signatureName = -1;
1076 static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_inputVariables_loop = -1;
1077 static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_abortEvalPolicyReq_domainName = -1;
1078 static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_abortEvalPolicyReq_assignmentID = -1;
1079 static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_domainName = -1;
1080 static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_eventDefinitionName = -1;
1081 static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_attributes_loop = -1;
1082 static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_return = -1;
1083 static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_domainName = -1;
1084 static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events_loop = -1;
1085 static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events = -1;
1086 static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_assignmentID = -1;
1087 static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events_loop = -1;
1088 static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events = -1;
1089 static int hf_org_csapi_policy_provisioning_IpPolicy_getAttribute_attributeName = -1;
1090 static int hf_org_csapi_policy_provisioning_IpPolicy_getAttributes_return_loop = -1;
1091 static int hf_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames_loop = -1;
1092 static int hf_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames = -1;
1093 static int hf_org_csapi_policy_provisioning_IpPolicy_setAttributes_targetAttributes_loop = -1;
1094 static int hf_org_csapi_policy_provisioning_IpPolicyIterator_getList_return_loop = -1;
1095 static int hf_org_csapi_policy_provisioning_IpPolicyIterator_getList_return = -1;
1096 static int hf_org_csapi_policy_provisioning_IpPolicyIterator_getList_startIndex = -1;
1097 static int hf_org_csapi_policy_provisioning_IpPolicyIterator_getList_numberRequested = -1;
1098 static int hf_org_csapi_policy_provisioning_IpPolicyRepository_createRepository_repositoryName = -1;
1099 static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getRepository_repositoryName = -1;
1100 static int hf_org_csapi_policy_provisioning_IpPolicyRepository_removeRepository_repositoryName = -1;
1101 static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryCount_return = -1;
1102 static int hf_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionName = -1;
1103 static int hf_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionType = -1;
1104 static int hf_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionAttributes_loop = -1;
1105 static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getCondition_conditionName = -1;
1106 static int hf_org_csapi_policy_provisioning_IpPolicyRepository_removeCondition_conditionName = -1;
1107 static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getConditionCount_return = -1;
1108 static int hf_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionName = -1;
1109 static int hf_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionType = -1;
1110 static int hf_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionAttributes_loop = -1;
1111 static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getAction_actionName = -1;
1112 static int hf_org_csapi_policy_provisioning_IpPolicyRepository_removeAction_actionName = -1;
1113 static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getActionCount_return = -1;
1114 static int hf_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionName = -1;
1115 static int hf_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionType = -1;
1116 static int hf_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionAttributes_loop = -1;
1117 static int hf_org_csapi_policy_provisioning_IpPolicyRule_getCondition_conditionName = -1;
1118 static int hf_org_csapi_policy_provisioning_IpPolicyRule_removeCondition_conditionName = -1;
1119 static int hf_org_csapi_policy_provisioning_IpPolicyRule_getConditionCount_return = -1;
1120 static int hf_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionName = -1;
1121 static int hf_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionType = -1;
1122 static int hf_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionAttributes_loop = -1;
1123 static int hf_org_csapi_policy_provisioning_IpPolicyRule_getAction_actionName = -1;
1124 static int hf_org_csapi_policy_provisioning_IpPolicyRule_removeAction_actionName = -1;
1125 static int hf_org_csapi_policy_provisioning_IpPolicyRule_getActionCount_return = -1;
1126 static int hf_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodConditionByName_conditionName = -1;
1127 static int hf_org_csapi_policy_provisioning_IpPolicyRule_setConditionList_conditionList_loop = -1;
1128 static int hf_org_csapi_policy_provisioning_IpPolicyRule_getConditionList_return_loop = -1;
1129 static int hf_org_csapi_policy_provisioning_IpPolicyRule_setActionList_actionList_loop = -1;
1130 static int hf_org_csapi_policy_provisioning_IpPolicyRule_getActionList_return_loop = -1;
1131 static int hf_org_csapi_policy_provisioning_IpPolicyManager_createDomain_domainName = -1;
1132 static int hf_org_csapi_policy_provisioning_IpPolicyManager_getDomain_domainName = -1;
1133 static int hf_org_csapi_policy_provisioning_IpPolicyManager_removeDomain_domainName = -1;
1134 static int hf_org_csapi_policy_provisioning_IpPolicyManager_getDomainCount_return = -1;
1135 static int hf_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return_loop = -1;
1136 static int hf_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return = -1;
1137 static int hf_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_matchingAttributes_loop = -1;
1138 static int hf_org_csapi_policy_provisioning_IpPolicyManager_createRepository_repositoryName = -1;
1139 static int hf_org_csapi_policy_provisioning_IpPolicyManager_getRepository_repositoryName = -1;
1140 static int hf_org_csapi_policy_provisioning_IpPolicyManager_removeRepository_repositoryName = -1;
1141 static int hf_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryCount_return = -1;
1142 static int hf_org_csapi_policy_provisioning_IpPolicyManager_commitTransaction_return = -1;
1143 static int hf_org_csapi_policy_provisioning_IpPolicyGroup_createGroup_groupName = -1;
1144 static int hf_org_csapi_policy_provisioning_IpPolicyGroup_getGroup_groupName = -1;
1145 static int hf_org_csapi_policy_provisioning_IpPolicyGroup_removeGroup_groupName = -1;
1146 static int hf_org_csapi_policy_provisioning_IpPolicyGroup_getGroupCount_return = -1;
1147 static int hf_org_csapi_policy_provisioning_IpPolicyGroup_createRule_ruleName = -1;
1148 static int hf_org_csapi_policy_provisioning_IpPolicyGroup_getRule_ruleName = -1;
1149 static int hf_org_csapi_policy_provisioning_IpPolicyGroup_removeRule_ruleName = -1;
1150 static int hf_org_csapi_policy_provisioning_IpPolicyGroup_getRuleCount_return = -1;
1151 static int hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes_requiredAttributes_loop = -1;
1152 static int hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes_optionalAttributes_loop = -1;
1153 static int hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes_return_loop = -1;
1154 static int hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes_return_loop = -1;
1155 static int hf_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables_loop = -1;
1156 static int hf_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables = -1;
1157 static int hf_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables_loop = -1;
1158 static int hf_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables = -1;
1159 static int hf_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return_loop = -1;
1160 static int hf_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return = -1;
1161 static int hf_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return_loop = -1;
1162 static int hf_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return = -1;
1163 static int hf_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames_loop = -1;
1164 static int hf_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames = -1;
1165 static int hf_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames_loop = -1;
1166 static int hf_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames = -1;
1167 static int hf_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return_loop = -1;
1168 static int hf_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return = -1;
1169 static int hf_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return_loop = -1;
1170 static int hf_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return = -1;
1171 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createDomain_domainName = -1;
1172 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getDomain_domainName = -1;
1173 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_removeDomain_domainName = -1;
1174 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getDomainCount_return = -1;
1175 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createGroup_groupName = -1;
1176 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getGroup_groupName = -1;
1177 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_removeGroup_groupName = -1;
1178 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getGroupCount_return = -1;
1179 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createRule_ruleName = -1;
1180 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getRule_ruleName = -1;
1181 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_removeRule_ruleName = -1;
1182 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getRuleCount_return = -1;
1183 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_eventDefinitionName = -1;
1184 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes_loop = -1;
1185 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes = -1;
1186 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes_loop = -1;
1187 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes = -1;
1188 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinition_eventDefinitionName = -1;
1189 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_removeEventDefinition_eventDefinitionName = -1;
1190 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionCount_return = -1;
1191 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createVariableSet_variableSetName = -1;
1192 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_return_loop = -1;
1193 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_variableSetName = -1;
1194 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_removeVariableSet_variableSetName = -1;
1195 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetCount_return = -1;
1196 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createVariable_variableSetName = -1;
1197 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createVariable_variableName = -1;
1198 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_setVariableValue_variableSetName = -1;
1199 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_setVariableValue_variableName = -1;
1200 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableType_variableSetName = -1;
1201 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableType_variableName = -1;
1202 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue_variableSetName = -1;
1203 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue_variableName = -1;
1204 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariable_variableSetName = -1;
1205 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariable_variableName = -1;
1206 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_removeVariable_variablSetName = -1;
1207 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_removeVariable_variableName = -1;
1208 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createSignature_signatureName = -1;
1209 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getSignature_signatureName = -1;
1210 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_removeSignature_signatureName = -1;
1211 static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureCount_return = -1;
1212 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identity = -1;
1213 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes_loop = -1;
1214 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes = -1;
1215 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken_loop = -1;
1216 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken = -1;
1217 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_identity = -1;
1218 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken_loop = -1;
1219 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken = -1;
1220 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_return = -1;
1221 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_identity = -1;
1222 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken_loop = -1;
1223 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken = -1;
1224 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identity = -1;
1225 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes_loop = -1;
1226 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes = -1;
1227 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken_loop = -1;
1228 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken = -1;
1229 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_identity = -1;
1230 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken_loop = -1;
1231 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken = -1;
1232 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_group = -1;
1233 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_member = -1;
1234 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken_loop = -1;
1235 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken = -1;
1236 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_group = -1;
1237 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_identity = -1;
1238 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken_loop = -1;
1239 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken = -1;
1240 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return_loop = -1;
1241 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return = -1;
1242 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_identity = -1;
1243 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken_loop = -1;
1244 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken = -1;
1245 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_return = -1;
1246 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_identity = -1;
1247 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken_loop = -1;
1248 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken = -1;
1249 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return_loop = -1;
1250 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return = -1;
1251 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_identity = -1;
1252 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken_loop = -1;
1253 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken = -1;
1254 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_identity = -1;
1255 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_alias = -1;
1256 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken_loop = -1;
1257 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken = -1;
1258 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_identity = -1;
1259 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_alias = -1;
1260 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken_loop = -1;
1261 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken = -1;
1262 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return_loop = -1;
1263 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return = -1;
1264 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_identity = -1;
1265 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken_loop = -1;
1266 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken = -1;
1267 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_return = -1;
1268 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_alias = -1;
1269 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken_loop = -1;
1270 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken = -1;
1271 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identity = -1;
1272 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes_loop = -1;
1273 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes = -1;
1274 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken_loop = -1;
1275 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken = -1;
1276 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identity = -1;
1277 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes_loop = -1;
1278 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes = -1;
1279 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken_loop = -1;
1280 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken = -1;
1281 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return_loop = -1;
1282 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return = -1;
1283 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_identity = -1;
1284 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken_loop = -1;
1285 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken = -1;
1286 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_return = -1;
1287 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_identity = -1;
1288 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_typeName = -1;
1289 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken_loop = -1;
1290 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken = -1;
1291 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_return_loop = -1;
1292 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_identity = -1;
1293 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_identityType = -1;
1294 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames_loop = -1;
1295 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames = -1;
1296 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken_loop = -1;
1297 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken = -1;
1298 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_identity = -1;
1299 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_identityType = -1;
1300 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_attributes_loop = -1;
1301 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken_loop = -1;
1302 static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken = -1;
1303 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentName = -1;
1304 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes_loop = -1;
1305 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes = -1;
1306 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken_loop = -1;
1307 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken = -1;
1308 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_agentName = -1;
1309 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken_loop = -1;
1310 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken = -1;
1311 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_return = -1;
1312 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_agentName = -1;
1313 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken_loop = -1;
1314 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken = -1;
1315 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_agentName = -1;
1316 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities_loop = -1;
1317 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities = -1;
1318 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken_loop = -1;
1319 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken = -1;
1320 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_agentName = -1;
1321 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities_loop = -1;
1322 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities = -1;
1323 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken_loop = -1;
1324 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken = -1;
1325 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return_loop = -1;
1326 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return = -1;
1327 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_agentName = -1;
1328 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken_loop = -1;
1329 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken = -1;
1330 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return_loop = -1;
1331 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return = -1;
1332 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_agentName = -1;
1333 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken_loop = -1;
1334 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken = -1;
1335 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_return = -1;
1336 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_agentName = -1;
1337 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_capability = -1;
1338 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken_loop = -1;
1339 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken = -1;
1340 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentName = -1;
1341 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes_loop = -1;
1342 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes = -1;
1343 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken_loop = -1;
1344 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken = -1;
1345 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentName = -1;
1346 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes_loop = -1;
1347 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes = -1;
1348 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken_loop = -1;
1349 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken = -1;
1350 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return_loop = -1;
1351 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return = -1;
1352 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_agentName = -1;
1353 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken_loop = -1;
1354 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken = -1;
1355 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_return = -1;
1356 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_agentName = -1;
1357 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_typeName = -1;
1358 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken_loop = -1;
1359 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken = -1;
1360 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_return_loop = -1;
1361 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_agentName = -1;
1362 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_agentType = -1;
1363 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames_loop = -1;
1364 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames = -1;
1365 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken_loop = -1;
1366 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken = -1;
1367 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_agentName = -1;
1368 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_agentType = -1;
1369 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_attributes_loop = -1;
1370 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken_loop = -1;
1371 static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken = -1;
1372 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_identity = -1;
1373 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_agentName = -1;
1374 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken_loop = -1;
1375 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken = -1;
1376 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_identity = -1;
1377 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_agentName = -1;
1378 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken_loop = -1;
1379 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken = -1;
1380 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return_loop = -1;
1381 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return = -1;
1382 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_identity = -1;
1383 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken_loop = -1;
1384 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken = -1;
1385 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return_loop = -1;
1386 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return = -1;
1387 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_agentName = -1;
1388 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken_loop = -1;
1389 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken = -1;
1390 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return_loop = -1;
1391 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return = -1;
1392 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_identity = -1;
1393 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_capability = -1;
1394 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken_loop = -1;
1395 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken = -1;
1396 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return_loop = -1;
1397 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return = -1;
1398 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_identity = -1;
1399 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken_loop = -1;
1400 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken = -1;
1401 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_return = -1;
1402 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_identity = -1;
1403 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_capability = -1;
1404 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken_loop = -1;
1405 static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken = -1;
1406 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken_loop = -1;
1407 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken = -1;
1408 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_attributeName = -1;
1409 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken_loop = -1;
1410 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken = -1;
1411 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_attributeName = -1;
1412 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken_loop = -1;
1413 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken = -1;
1414 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return_loop = -1;
1415 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return = -1;
1416 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken_loop = -1;
1417 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken = -1;
1418 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_typeName = -1;
1419 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames_loop = -1;
1420 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames = -1;
1421 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken_loop = -1;
1422 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken = -1;
1423 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_typeName = -1;
1424 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken_loop = -1;
1425 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken = -1;
1426 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return_loop = -1;
1427 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return = -1;
1428 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken_loop = -1;
1429 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken = -1;
1430 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_typeName = -1;
1431 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames_loop = -1;
1432 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames = -1;
1433 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken_loop = -1;
1434 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken = -1;
1435 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_typeName = -1;
1436 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames_loop = -1;
1437 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames = -1;
1438 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken_loop = -1;
1439 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken = -1;
1440 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return_loop = -1;
1441 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return = -1;
1442 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_typeName = -1;
1443 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken_loop = -1;
1444 static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken = -1;
1445 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken_loop = -1;
1446 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken = -1;
1447 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_attributeName = -1;
1448 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken_loop = -1;
1449 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken = -1;
1450 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_attributeName = -1;
1451 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken_loop = -1;
1452 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken = -1;
1453 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return_loop = -1;
1454 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return = -1;
1455 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken_loop = -1;
1456 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken = -1;
1457 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_typeName = -1;
1458 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames_loop = -1;
1459 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames = -1;
1460 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken_loop = -1;
1461 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken = -1;
1462 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_typeName = -1;
1463 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken_loop = -1;
1464 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken = -1;
1465 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return_loop = -1;
1466 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return = -1;
1467 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken_loop = -1;
1468 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken = -1;
1469 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_typeName = -1;
1470 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames_loop = -1;
1471 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames = -1;
1472 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken_loop = -1;
1473 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken = -1;
1474 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_typeName = -1;
1475 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames_loop = -1;
1476 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames = -1;
1477 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken_loop = -1;
1478 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken = -1;
1479 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return_loop = -1;
1480 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return = -1;
1481 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_typeName = -1;
1482 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken_loop = -1;
1483 static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken = -1;
1484 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken_loop = -1;
1485 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken = -1;
1486 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_attributeName = -1;
1487 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken_loop = -1;
1488 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken = -1;
1489 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_attributeName = -1;
1490 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken_loop = -1;
1491 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken = -1;
1492 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return_loop = -1;
1493 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return = -1;
1494 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken_loop = -1;
1495 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken = -1;
1496 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_capabilityName = -1;
1497 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames_loop = -1;
1498 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames = -1;
1499 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken_loop = -1;
1500 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken = -1;
1501 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_capabilityName = -1;
1502 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken_loop = -1;
1503 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken = -1;
1504 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return_loop = -1;
1505 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return = -1;
1506 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken_loop = -1;
1507 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken = -1;
1508 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_capabilityName = -1;
1509 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames_loop = -1;
1510 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames = -1;
1511 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken_loop = -1;
1512 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken = -1;
1513 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_capabilityName = -1;
1514 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames_loop = -1;
1515 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames = -1;
1516 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken_loop = -1;
1517 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken = -1;
1518 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return_loop = -1;
1519 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return = -1;
1520 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_capabilityName = -1;
1521 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken_loop = -1;
1522 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken = -1;
1523 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_agentType = -1;
1524 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities_loop = -1;
1525 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities = -1;
1526 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken_loop = -1;
1527 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken = -1;
1528 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_agentType = -1;
1529 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities_loop = -1;
1530 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities = -1;
1531 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken_loop = -1;
1532 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken = -1;
1533 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return_loop = -1;
1534 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return = -1;
1535 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_agentType = -1;
1536 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken_loop = -1;
1537 static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken = -1;
1538 static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return_loop = -1;
1539 static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return = -1;
1540 static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_askerData_loop = -1;
1541 static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_obtainInterface_interfaceName = -1;
1542 static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_identity = -1;
1543 static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken_loop = -1;
1544 static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken = -1;
1545 static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_identity = -1;
1546 static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_operation = -1;
1547 static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken_loop = -1;
1548 static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken = -1;
1549 static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_identity = -1;
1550 static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_identityType = -1;
1551 static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_attributes_loop = -1;
1552 static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken_loop = -1;
1553 static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken = -1;
1554 static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_identity = -1;
1555 static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_identityType = -1;
1556 static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames_loop = -1;
1557 static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames = -1;
1558 static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_expiresIn = -1;
1559 static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken_loop = -1;
1560 static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken = -1;
1561 static int hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_return_loop = -1;
1562 static int hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_identity = -1;
1563 static int hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_identityType = -1;
1564 static int hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames_loop = -1;
1565 static int hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames = -1;
1566 static int hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken_loop = -1;
1567 static int hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken = -1;
1568 static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_agent = -1;
1569 static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_agentType = -1;
1570 static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_attributes_loop = -1;
1571 static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken_loop = -1;
1572 static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken = -1;
1573 static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_agent = -1;
1574 static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_capability = -1;
1575 static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_attributes_loop = -1;
1576 static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken_loop = -1;
1577 static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken = -1;
1578 static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_agent = -1;
1579 static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_agentType = -1;
1580 static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames_loop = -1;
1581 static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames = -1;
1582 static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_expiresIn = -1;
1583 static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken_loop = -1;
1584 static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken = -1;
1585 static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_agent = -1;
1586 static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_capability = -1;
1587 static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames_loop = -1;
1588 static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames = -1;
1589 static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_expiresIn = -1;
1590 static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken_loop = -1;
1591 static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken = -1;
1592 static int hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_return_loop = -1;
1593 static int hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_agent = -1;
1594 static int hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_agentType = -1;
1595 static int hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames_loop = -1;
1596 static int hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames = -1;
1597 static int hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken_loop = -1;
1598 static int hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken = -1;
1599 static int hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_return_loop = -1;
1600 static int hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_agent = -1;
1601 static int hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_capability = -1;
1602 static int hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames_loop = -1;
1603 static int hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames = -1;
1604 static int hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken_loop = -1;
1605 static int hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken = -1;
1606 static int hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_return_loop = -1;
1607 static int hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_identity = -1;
1608 static int hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames_loop = -1;
1609 static int hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames = -1;
1610 static int hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken_loop = -1;
1611 static int hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken = -1;
1612 static int hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_return_loop = -1;
1613 static int hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_identity = -1;
1614 static int hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames_loop = -1;
1615 static int hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames = -1;
1616 static int hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken_loop = -1;
1617 static int hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken = -1;
1618 static int hf_org_csapi_pam_access_IpPAMAvailability_getPreference_identity = -1;
1619 static int hf_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken_loop = -1;
1620 static int hf_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken = -1;
1621 static int hf_org_csapi_pam_access_IpPAMAvailability_setPreference_identity = -1;
1622 static int hf_org_csapi_pam_access_IpPAMAvailability_setPreference_operation = -1;
1623 static int hf_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken_loop = -1;
1624 static int hf_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken = -1;
1625 static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return_loop = -1;
1626 static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return = -1;
1627 static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_askerData_loop = -1;
1628 static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_obtainInterface_interfaceName = -1;
1629 static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_identity = -1;
1630 static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken_loop = -1;
1631 static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken = -1;
1632 static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_identity = -1;
1633 static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_operation = -1;
1634 static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken_loop = -1;
1635 static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken = -1;
1636 static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_identity = -1;
1637 static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken_loop = -1;
1638 static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken = -1;
1639 static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_identity = -1;
1640 static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken_loop = -1;
1641 static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken = -1;
1642 static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_return = -1;
1643 static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_identity = -1;
1644 static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken_loop = -1;
1645 static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken = -1;
1646 static int hf_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventID = -1;
1647 static int hf_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventInfo_loop = -1;
1648 static int hf_org_csapi_pam_event_IpAppPAMEventHandler_eventNotifyErr_eventID = -1;
1649 static int hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_return = -1;
1650 static int hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_clientID = -1;
1651 static int hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken_loop = -1;
1652 static int hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken = -1;
1653 static int hf_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_return = -1;
1654 static int hf_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken_loop = -1;
1655 static int hf_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken = -1;
1656 static int hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_return = -1;
1657 static int hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_clientID = -1;
1658 static int hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_eventList_loop = -1;
1659 static int hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_validFor = -1;
1660 static int hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken_loop = -1;
1661 static int hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken = -1;
1662 static int hf_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_clientID = -1;
1663 static int hf_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken_loop = -1;
1664 static int hf_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken = -1;
1665 static int hf_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_eventID = -1;
1666 static int hf_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken_loop = -1;
1667 static int hf_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken = -1;
1668 static int hf_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return_loop = -1;
1669 static int hf_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return = -1;
1670 static int hf_org_csapi_pam_event_IpPAMEventManager_getAuthToken_askerData_loop = -1;
1671 static int hf_org_csapi_pam_event_IpPAMEventManager_obtainInterface_interfaceName = -1;
1672 static int hf_org_csapi_pam_event_IpPAMEventManager_getAccessControl_identity = -1;
1673 static int hf_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken_loop = -1;
1674 static int hf_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken = -1;
1675 static int hf_org_csapi_pam_event_IpPAMEventManager_setAccessControl_identity = -1;
1676 static int hf_org_csapi_pam_event_IpPAMEventManager_setAccessControl_operation = -1;
1677 static int hf_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken_loop = -1;
1678 static int hf_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken = -1;
1679 static int hf_org_csapi_pam_event_IpPAMEventManager_activateService_identity = -1;
1680 static int hf_org_csapi_pam_event_IpPAMEventManager_activateService_authToken_loop = -1;
1681 static int hf_org_csapi_pam_event_IpPAMEventManager_activateService_authToken = -1;
1682 static int hf_org_csapi_pam_event_IpPAMEventManager_deactivateService_identity = -1;
1683 static int hf_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken_loop = -1;
1684 static int hf_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken = -1;
1685 static int hf_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_return = -1;
1686 static int hf_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_identity = -1;
1687 static int hf_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken_loop = -1;
1688 static int hf_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken = -1;
1689 static int hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_assignmentID = -1;
1690 static int hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_eventInfo_loop = -1;
1691 static int hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes_mailboxSet_loop = -1;
1692 static int hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions_multiMediaMessagingSet_loop = -1;
1693 static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox_mailboxID = -1;
1694 static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox_authenticationInfo = -1;
1695 static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_return = -1;
1696 static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_eventCriteria_loop = -1;
1697 static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_destroyNotification_assignmentID = -1;
1698 static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_assignmentID = -1;
1699 static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_eventCriteria_loop = -1;
1700 static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_getNextNotification_reset = -1;
1701 static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_enableNotifications_return = -1;
1702 static int hf_org_csapi_mmm_IpAppMailbox_createFolderRes_mailboxSessionID = -1;
1703 static int hf_org_csapi_mmm_IpAppMailbox_createFolderRes_requestID = -1;
1704 static int hf_org_csapi_mmm_IpAppMailbox_createFolderRes_folderID = -1;
1705 static int hf_org_csapi_mmm_IpAppMailbox_createFolderErr_mailboxSessionID = -1;
1706 static int hf_org_csapi_mmm_IpAppMailbox_createFolderErr_requestID = -1;
1707 static int hf_org_csapi_mmm_IpAppMailbox_createFolderErr_error = -1;
1708 static int hf_org_csapi_mmm_IpAppMailbox_createFolderErr_errorDetails = -1;
1709 static int hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_mailboxSessionID = -1;
1710 static int hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_requestID = -1;
1711 static int hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderID = -1;
1712 static int hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames_loop = -1;
1713 static int hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames = -1;
1714 static int hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_mailboxSessionID = -1;
1715 static int hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_requestID = -1;
1716 static int hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_folderID = -1;
1717 static int hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_error = -1;
1718 static int hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_errorDetails = -1;
1719 static int hf_org_csapi_mmm_IpAppMailbox_deleteFolderRes_mailboxSessionID = -1;
1720 static int hf_org_csapi_mmm_IpAppMailbox_deleteFolderRes_requestID = -1;
1721 static int hf_org_csapi_mmm_IpAppMailbox_deleteFolderErr_mailboxSessionID = -1;
1722 static int hf_org_csapi_mmm_IpAppMailbox_deleteFolderErr_requestID = -1;
1723 static int hf_org_csapi_mmm_IpAppMailbox_deleteFolderErr_error = -1;
1724 static int hf_org_csapi_mmm_IpAppMailbox_deleteFolderErr_errorDetails = -1;
1725 static int hf_org_csapi_mmm_IpAppMailbox_copyFolderRes_mailboxSessionID = -1;
1726 static int hf_org_csapi_mmm_IpAppMailbox_copyFolderRes_requestID = -1;
1727 static int hf_org_csapi_mmm_IpAppMailbox_copyFolderErr_mailboxSessionID = -1;
1728 static int hf_org_csapi_mmm_IpAppMailbox_copyFolderErr_requestID = -1;
1729 static int hf_org_csapi_mmm_IpAppMailbox_copyFolderErr_error = -1;
1730 static int hf_org_csapi_mmm_IpAppMailbox_copyFolderErr_errorDetails = -1;
1731 static int hf_org_csapi_mmm_IpAppMailbox_moveFolderRes_mailboxSessionID = -1;
1732 static int hf_org_csapi_mmm_IpAppMailbox_moveFolderRes_requestID = -1;
1733 static int hf_org_csapi_mmm_IpAppMailbox_moveFolderErr_mailboxSessionID = -1;
1734 static int hf_org_csapi_mmm_IpAppMailbox_moveFolderErr_requestID = -1;
1735 static int hf_org_csapi_mmm_IpAppMailbox_moveFolderErr_error = -1;
1736 static int hf_org_csapi_mmm_IpAppMailbox_moveFolderErr_errorDetails = -1;
1737 static int hf_org_csapi_mmm_IpAppMailbox_putMessageRes_mailboxSessionID = -1;
1738 static int hf_org_csapi_mmm_IpAppMailbox_putMessageRes_requestID = -1;
1739 static int hf_org_csapi_mmm_IpAppMailbox_putMessageRes_messageID = -1;
1740 static int hf_org_csapi_mmm_IpAppMailbox_putMessageErr_mailboxSessionID = -1;
1741 static int hf_org_csapi_mmm_IpAppMailbox_putMessageErr_requestID = -1;
1742 static int hf_org_csapi_mmm_IpAppMailbox_putMessageErr_error = -1;
1743 static int hf_org_csapi_mmm_IpAppMailbox_putMessageErr_errorDetails = -1;
1744 static int hf_org_csapi_mmm_IpAppMailbox_copyMessageRes_mailboxSessionID = -1;
1745 static int hf_org_csapi_mmm_IpAppMailbox_copyMessageRes_requestID = -1;
1746 static int hf_org_csapi_mmm_IpAppMailbox_copyMessageErr_mailboxSessionID = -1;
1747 static int hf_org_csapi_mmm_IpAppMailbox_copyMessageErr_requestID = -1;
1748 static int hf_org_csapi_mmm_IpAppMailbox_copyMessageErr_error = -1;
1749 static int hf_org_csapi_mmm_IpAppMailbox_copyMessageErr_errorDetails = -1;
1750 static int hf_org_csapi_mmm_IpAppMailbox_moveMessageRes_mailboxSessionID = -1;
1751 static int hf_org_csapi_mmm_IpAppMailbox_moveMessageRes_requestID = -1;
1752 static int hf_org_csapi_mmm_IpAppMailbox_moveMessageErr_mailboxSessionID = -1;
1753 static int hf_org_csapi_mmm_IpAppMailbox_moveMessageErr_requestID = -1;
1754 static int hf_org_csapi_mmm_IpAppMailbox_moveMessageErr_error = -1;
1755 static int hf_org_csapi_mmm_IpAppMailbox_moveMessageErr_errorDetails = -1;
1756 static int hf_org_csapi_mmm_IpAppMailbox_deleteMessageRes_mailboxSessionID = -1;
1757 static int hf_org_csapi_mmm_IpAppMailbox_deleteMessageRes_requestID = -1;
1758 static int hf_org_csapi_mmm_IpAppMailbox_deleteMessageErr_mailboxSessionID = -1;
1759 static int hf_org_csapi_mmm_IpAppMailbox_deleteMessageErr_requestID = -1;
1760 static int hf_org_csapi_mmm_IpAppMailbox_deleteMessageErr_error = -1;
1761 static int hf_org_csapi_mmm_IpAppMailbox_deleteMessageErr_errorDetails = -1;
1762 static int hf_org_csapi_mmm_IpAppMailbox_listMessagesRes_mailboxSessionID = -1;
1763 static int hf_org_csapi_mmm_IpAppMailbox_listMessagesRes_requestID = -1;
1764 static int hf_org_csapi_mmm_IpAppMailbox_listMessagesRes_messageList_loop = -1;
1765 static int hf_org_csapi_mmm_IpAppMailbox_listMessagesRes_final = -1;
1766 static int hf_org_csapi_mmm_IpAppMailbox_listMessagesErr_mailboxSessionID = -1;
1767 static int hf_org_csapi_mmm_IpAppMailbox_listMessagesErr_requestID = -1;
1768 static int hf_org_csapi_mmm_IpAppMailbox_listMessagesErr_error = -1;
1769 static int hf_org_csapi_mmm_IpAppMailbox_listMessagesErr_errorDetails = -1;
1770 static int hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_mailboxSessionID = -1;
1771 static int hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_requestID = -1;
1772 static int hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_partsList_loop = -1;
1773 static int hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr_mailboxSessionID = -1;
1774 static int hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr_requestID = -1;
1775 static int hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr_error = -1;
1776 static int hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr_errorDetails = -1;
1777 static int hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_mailboxSessionID = -1;
1778 static int hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_requestID = -1;
1779 static int hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_bodyParts_loop = -1;
1780 static int hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr_mailboxSessionID = -1;
1781 static int hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr_requestID = -1;
1782 static int hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr_error = -1;
1783 static int hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr_errorDetails = -1;
1784 static int hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_mailboxSessionID = -1;
1785 static int hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_requestID = -1;
1786 static int hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_headers_loop = -1;
1787 static int hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr_mailboxSessionID = -1;
1788 static int hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr_requestID = -1;
1789 static int hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr_error = -1;
1790 static int hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr_errorDetails = -1;
1791 static int hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_mailboxSessionID = -1;
1792 static int hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_requestID = -1;
1793 static int hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_contentType = -1;
1794 static int hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_contentTransferEncoding = -1;
1795 static int hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content_loop = -1;
1796 static int hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content = -1;
1797 static int hf_org_csapi_mmm_IpAppMailbox_getMessageContentErr_mailboxSessionID = -1;
1798 static int hf_org_csapi_mmm_IpAppMailbox_getMessageContentErr_requestID = -1;
1799 static int hf_org_csapi_mmm_IpAppMailbox_getMessageContentErr_error = -1;
1800 static int hf_org_csapi_mmm_IpAppMailbox_getMessageContentErr_errorDetails = -1;
1801 static int hf_org_csapi_mmm_IpAppMailbox_getFullMessageRes_mailboxSessionID = -1;
1802 static int hf_org_csapi_mmm_IpAppMailbox_getFullMessageRes_requestID = -1;
1803 static int hf_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message_loop = -1;
1804 static int hf_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message = -1;
1805 static int hf_org_csapi_mmm_IpAppMailbox_getFullMessageErr_mailboxSessionID = -1;
1806 static int hf_org_csapi_mmm_IpAppMailbox_getFullMessageErr_requestID = -1;
1807 static int hf_org_csapi_mmm_IpAppMailbox_getFullMessageErr_error = -1;
1808 static int hf_org_csapi_mmm_IpAppMailbox_getFullMessageErr_errorDetails = -1;
1809 static int hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_mailboxSessionID = -1;
1810 static int hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_requestID = -1;
1811 static int hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_returnedProperties_loop = -1;
1812 static int hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_mailboxSessionID = -1;
1813 static int hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_requestID = -1;
1814 static int hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_folderID = -1;
1815 static int hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_returnedProperties_loop = -1;
1816 static int hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_mailboxSessionID = -1;
1817 static int hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_requestID = -1;
1818 static int hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_messageID = -1;
1819 static int hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_returnedProperties_loop = -1;
1820 static int hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_mailboxSessionID = -1;
1821 static int hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_requestID = -1;
1822 static int hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_messageID = -1;
1823 static int hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_propertiesUpdated_loop = -1;
1824 static int hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_mailboxSessionID = -1;
1825 static int hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_requestID = -1;
1826 static int hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_messageID = -1;
1827 static int hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_propertiesNotUpdated_loop = -1;
1828 static int hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr_mailboxSessionID = -1;
1829 static int hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr_requestID = -1;
1830 static int hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr_error = -1;
1831 static int hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr_errorDetails = -1;
1832 static int hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr_mailboxSessionID = -1;
1833 static int hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr_requestID = -1;
1834 static int hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr_error = -1;
1835 static int hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr_errorDetails = -1;
1836 static int hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr_mailboxSessionID = -1;
1837 static int hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr_requestID = -1;
1838 static int hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr_error = -1;
1839 static int hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr_errorDetails = -1;
1840 static int hf_org_csapi_mmm_IpMailbox_close_mailboxSessionID = -1;
1841 static int hf_org_csapi_mmm_IpMailbox_createFolderReq_return = -1;
1842 static int hf_org_csapi_mmm_IpMailbox_createFolderReq_mailboxSessionID = -1;
1843 static int hf_org_csapi_mmm_IpMailbox_createFolderReq_folderID = -1;
1844 static int hf_org_csapi_mmm_IpMailbox_getFoldersReq_return = -1;
1845 static int hf_org_csapi_mmm_IpMailbox_getFoldersReq_mailboxSessionID = -1;
1846 static int hf_org_csapi_mmm_IpMailbox_getFoldersReq_folderID = -1;
1847 static int hf_org_csapi_mmm_IpMailbox_deleteFolderReq_return = -1;
1848 static int hf_org_csapi_mmm_IpMailbox_deleteFolderReq_mailboxSessionID = -1;
1849 static int hf_org_csapi_mmm_IpMailbox_deleteFolderReq_folderID = -1;
1850 static int hf_org_csapi_mmm_IpMailbox_copyFolderReq_return = -1;
1851 static int hf_org_csapi_mmm_IpMailbox_copyFolderReq_mailboxSessionID = -1;
1852 static int hf_org_csapi_mmm_IpMailbox_copyFolderReq_sourceFolderID = -1;
1853 static int hf_org_csapi_mmm_IpMailbox_copyFolderReq_destinationFolderID = -1;
1854 static int hf_org_csapi_mmm_IpMailbox_moveFolderReq_return = -1;
1855 static int hf_org_csapi_mmm_IpMailbox_moveFolderReq_mailboxSessionID = -1;
1856 static int hf_org_csapi_mmm_IpMailbox_moveFolderReq_sourceFolderID = -1;
1857 static int hf_org_csapi_mmm_IpMailbox_moveFolderReq_destinationFolderID = -1;
1858 static int hf_org_csapi_mmm_IpMailbox_putMessageReq_return = -1;
1859 static int hf_org_csapi_mmm_IpMailbox_putMessageReq_mailboxSessionID = -1;
1860 static int hf_org_csapi_mmm_IpMailbox_putMessageReq_folderID = -1;
1861 static int hf_org_csapi_mmm_IpMailbox_putMessageReq_message_loop = -1;
1862 static int hf_org_csapi_mmm_IpMailbox_putMessageReq_message = -1;
1863 static int hf_org_csapi_mmm_IpMailbox_copyMessageReq_return = -1;
1864 static int hf_org_csapi_mmm_IpMailbox_copyMessageReq_mailboxSessionID = -1;
1865 static int hf_org_csapi_mmm_IpMailbox_copyMessageReq_fromFolderID = -1;
1866 static int hf_org_csapi_mmm_IpMailbox_copyMessageReq_toFolderID = -1;
1867 static int hf_org_csapi_mmm_IpMailbox_copyMessageReq_messageID = -1;
1868 static int hf_org_csapi_mmm_IpMailbox_moveMessageReq_return = -1;
1869 static int hf_org_csapi_mmm_IpMailbox_moveMessageReq_mailboxSessionID = -1;
1870 static int hf_org_csapi_mmm_IpMailbox_moveMessageReq_fromFolderID = -1;
1871 static int hf_org_csapi_mmm_IpMailbox_moveMessageReq_toFolderID = -1;
1872 static int hf_org_csapi_mmm_IpMailbox_moveMessageReq_messageID = -1;
1873 static int hf_org_csapi_mmm_IpMailbox_deleteMessageReq_return = -1;
1874 static int hf_org_csapi_mmm_IpMailbox_deleteMessageReq_mailboxSessionID = -1;
1875 static int hf_org_csapi_mmm_IpMailbox_deleteMessageReq_fromFolderID = -1;
1876 static int hf_org_csapi_mmm_IpMailbox_deleteMessageReq_messageID = -1;
1877 static int hf_org_csapi_mmm_IpMailbox_listMessagesReq_return = -1;
1878 static int hf_org_csapi_mmm_IpMailbox_listMessagesReq_mailboxSessionID = -1;
1879 static int hf_org_csapi_mmm_IpMailbox_listMessagesReq_folderID = -1;
1880 static int hf_org_csapi_mmm_IpMailbox_listMessagesReq_reset = -1;
1881 static int hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_return = -1;
1882 static int hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_mailboxSessionID = -1;
1883 static int hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_folderID = -1;
1884 static int hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_messageID = -1;
1885 static int hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_maxNestingLevel = -1;
1886 static int hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_return = -1;
1887 static int hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_mailboxSessionID = -1;
1888 static int hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_folderID = -1;
1889 static int hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_messageID = -1;
1890 static int hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs_loop = -1;
1891 static int hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs = -1;
1892 static int hf_org_csapi_mmm_IpMailbox_getMessageHeadersReq_return = -1;
1893 static int hf_org_csapi_mmm_IpMailbox_getMessageHeadersReq_mailboxSessionID = -1;
1894 static int hf_org_csapi_mmm_IpMailbox_getMessageHeadersReq_folderID = -1;
1895 static int hf_org_csapi_mmm_IpMailbox_getMessageHeadersReq_messageID = -1;
1896 static int hf_org_csapi_mmm_IpMailbox_getMessageContentReq_return = -1;
1897 static int hf_org_csapi_mmm_IpMailbox_getMessageContentReq_mailboxSessionID = -1;
1898 static int hf_org_csapi_mmm_IpMailbox_getMessageContentReq_folderID = -1;
1899 static int hf_org_csapi_mmm_IpMailbox_getMessageContentReq_messageID = -1;
1900 static int hf_org_csapi_mmm_IpMailbox_getFullMessageReq_return = -1;
1901 static int hf_org_csapi_mmm_IpMailbox_getFullMessageReq_mailboxSessionID = -1;
1902 static int hf_org_csapi_mmm_IpMailbox_getFullMessageReq_folderID = -1;
1903 static int hf_org_csapi_mmm_IpMailbox_getFullMessageReq_messageID = -1;
1904 static int hf_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq_return = -1;
1905 static int hf_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq_mailboxSessionID = -1;
1906 static int hf_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq_return = -1;
1907 static int hf_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq_mailboxSessionID = -1;
1908 static int hf_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq_folderID = -1;
1909 static int hf_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq_return = -1;
1910 static int hf_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq_mailboxSessionID = -1;
1911 static int hf_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq_messageID = -1;
1912 static int hf_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_return = -1;
1913 static int hf_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_mailboxSessionID = -1;
1914 static int hf_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_messageID = -1;
1915 static int hf_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_properties_loop = -1;
1916 static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageRes_sessionID = -1;
1917 static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageRes_assignmentID = -1;
1918 static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr_sessionID = -1;
1919 static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr_assignmentID = -1;
1920 static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr_error = -1;
1921 static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr_errorDetails = -1;
1922 static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageRes_sessionID = -1;
1923 static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageRes_assignmentID = -1;
1924 static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr_sessionID = -1;
1925 static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr_assignmentID = -1;
1926 static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr_error = -1;
1927 static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr_errorDetails = -1;
1928 static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_sessionID = -1;
1929 static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_assignmentID = -1;
1930 static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_result_loop = -1;
1931 static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr_sessionID = -1;
1932 static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr_assignmentID = -1;
1933 static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr_error = -1;
1934 static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr_errorDetails = -1;
1935 static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_sessionID = -1;
1936 static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_assignmentID = -1;
1937 static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_deliveryReportType = -1;
1938 static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_deliveryReportInfo = -1;
1939 static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_sessionID = -1;
1940 static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message_loop = -1;
1941 static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message = -1;
1942 static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_headers_loop = -1;
1943 static int hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_return = -1;
1944 static int hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_sessionID = -1;
1945 static int hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_deliveryType = -1;
1946 static int hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_messageTreatment_loop = -1;
1947 static int hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message_loop = -1;
1948 static int hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message = -1;
1949 static int hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_additionalHeaders_loop = -1;
1950 static int hf_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq_sessionID = -1;
1951 static int hf_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq_assignmentID = -1;
1952 static int hf_org_csapi_mmm_IpMultiMediaMessaging_queryStatusReq_sessionID = -1;
1953 static int hf_org_csapi_mmm_IpMultiMediaMessaging_queryStatusReq_assignmentID = -1;
1954 static int hf_org_csapi_mmm_IpMultiMediaMessaging_close_sessionID = -1;
1955         /* Struct filters */
1956 static int hf_org_csapi_TpAddress_Plan = -1;
1957 static int hf_org_csapi_TpAddress_AddrString = -1;
1958 static int hf_org_csapi_TpAddress_Name = -1;
1959 static int hf_org_csapi_TpAddress_Presentation = -1;
1960 static int hf_org_csapi_TpAddress_Screening = -1;
1961 static int hf_org_csapi_TpAddress_SubAddressString = -1;
1962 static int hf_org_csapi_TpAddressRange_Plan = -1;
1963 static int hf_org_csapi_TpAddressRange_AddrString = -1;
1964 static int hf_org_csapi_TpAddressRange_Name = -1;
1965 static int hf_org_csapi_TpAddressRange_SubAddressString = -1;
1966 static int hf_org_csapi_TpCAIElements_UnitsPerInterval = -1;
1967 static int hf_org_csapi_TpCAIElements_SecondsPerTimeInterval = -1;
1968 static int hf_org_csapi_TpCAIElements_ScalingFactor = -1;
1969 static int hf_org_csapi_TpCAIElements_UnitIncrement = -1;
1970 static int hf_org_csapi_TpCAIElements_UnitsPerDataInterval = -1;
1971 static int hf_org_csapi_TpCAIElements_SegmentsPerDataInterval = -1;
1972 static int hf_org_csapi_TpCAIElements_InitialSecsPerTimeInterval = -1;
1973 static int hf_org_csapi_TpChargePerTime_InitialCharge = -1;
1974 static int hf_org_csapi_TpChargePerTime_CurrentChargePerMinute = -1;
1975 static int hf_org_csapi_TpChargePerTime_NextChargePerMinute = -1;
1976 static int hf_org_csapi_TpAoCInfo_Currency = -1;
1977 static int hf_org_csapi_TpTimeInterval_StartTime = -1;
1978 static int hf_org_csapi_TpTimeInterval_StopTime = -1;
1979 static int hf_org_csapi_TpStructuredAttributeValue_Type = -1;
1980 static int hf_org_csapi_TpAttribute_AttributeName = -1;
1981 static int hf_org_csapi_fw_TpFaultStats_Fault = -1;
1982 static int hf_org_csapi_fw_TpFaultStats_Occurrences = -1;
1983 static int hf_org_csapi_fw_TpFaultStats_MaxDuration = -1;
1984 static int hf_org_csapi_fw_TpFaultStats_TotalDuration = -1;
1985 static int hf_org_csapi_fw_TpFaultStats_NumberOfClientsAffected = -1;
1986 static int hf_org_csapi_fw_TpFaultStatsRecord_FaultStatsSet_loop = -1;
1987 static int hf_org_csapi_fw_TpLoadPolicy_LoadPolicy = -1;
1988 static int hf_org_csapi_fw_TpLoadStatisticData_LoadValue = -1;
1989 static int hf_org_csapi_fw_TpLoadStatisticData_LoadLevel = -1;
1990 static int hf_org_csapi_fw_TpLoadThreshold_LoadThreshold = -1;
1991 static int hf_org_csapi_fw_TpLoadInitVal_LoadLevel = -1;
1992 static int hf_org_csapi_fw_TpProperty_PropertyName = -1;
1993 static int hf_org_csapi_fw_TpProperty_PropertyValue = -1;
1994 static int hf_org_csapi_fw_TpClientAppDescription_ClientAppID = -1;
1995 static int hf_org_csapi_fw_TpClientAppDescription_ClientAppProperties_loop = -1;
1996 static int hf_org_csapi_fw_TpClientAppDescription_HasAccessSession = -1;
1997 static int hf_org_csapi_fw_TpClientAppDescription_HasServiceInstances = -1;
1998 static int hf_org_csapi_fw_TpEntOp_EntOpID = -1;
1999 static int hf_org_csapi_fw_TpEntOp_EntOpProperties_loop = -1;
2000 static int hf_org_csapi_fw_TpSag_SagID = -1;
2001 static int hf_org_csapi_fw_TpSag_SagDescription = -1;
2002 static int hf_org_csapi_fw_TpServiceProperty_ServicePropertyName = -1;
2003 static int hf_org_csapi_fw_TpServiceProperty_ServicePropertyValueList_loop = -1;
2004 static int hf_org_csapi_fw_TpServiceProperty_ServicePropertyValueList = -1;
2005 static int hf_org_csapi_fw_TpServiceDescription_ServiceTypeName = -1;
2006 static int hf_org_csapi_fw_TpServiceDescription_ServicePropertyList_loop = -1;
2007 static int hf_org_csapi_fw_TpService_ServiceID = -1;
2008 static int hf_org_csapi_fw_TpServiceProfileDescription_ServiceContractID = -1;
2009 static int hf_org_csapi_fw_TpServiceProfileDescription_ServiceStartDate = -1;
2010 static int hf_org_csapi_fw_TpServiceProfileDescription_ServiceEndDate = -1;
2011 static int hf_org_csapi_fw_TpServiceProfileDescription_ServiceTypeName = -1;
2012 static int hf_org_csapi_fw_TpServiceProfileDescription_ServiceSubscriptionProperties_loop = -1;
2013 static int hf_org_csapi_fw_TpServiceProfileDescription_InUse = -1;
2014 static int hf_org_csapi_fw_TpServiceProfileDescription_ServiceID = -1;
2015 static int hf_org_csapi_fw_TpServiceTypeProperty_ServicePropertyName = -1;
2016 static int hf_org_csapi_fw_TpServiceTypeProperty_ServiceTypePropertyMode = -1;
2017 static int hf_org_csapi_fw_TpServiceTypeProperty_ServicePropertyTypeName = -1;
2018 static int hf_org_csapi_fw_TpServiceTypeDescription_ServiceTypePropertyList_loop = -1;
2019 static int hf_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList_loop = -1;
2020 static int hf_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList = -1;
2021 static int hf_org_csapi_fw_TpServiceTypeDescription_AvailableOrUnavailable = -1;
2022 static int hf_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature_loop = -1;
2023 static int hf_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature = -1;
2024 static int hf_org_csapi_fw_TpPerson_PersonName = -1;
2025 static int hf_org_csapi_fw_TpPerson_PostalAddress = -1;
2026 static int hf_org_csapi_fw_TpPerson_TelephoneNumber = -1;
2027 static int hf_org_csapi_fw_TpPerson_Email = -1;
2028 static int hf_org_csapi_fw_TpPerson_HomePage = -1;
2029 static int hf_org_csapi_fw_TpPerson_PersonProperties_loop = -1;
2030 static int hf_org_csapi_fw_TpServiceContractDescription_ServiceStartDate = -1;
2031 static int hf_org_csapi_fw_TpServiceContractDescription_ServiceEndDate = -1;
2032 static int hf_org_csapi_fw_TpServiceContractDescription_ServiceTypeName = -1;
2033 static int hf_org_csapi_fw_TpServiceContractDescription_ServiceID = -1;
2034 static int hf_org_csapi_fw_TpServiceContractDescription_ServiceSubscriptionProperties_loop = -1;
2035 static int hf_org_csapi_fw_TpServiceContractDescription_InUse = -1;
2036 static int hf_org_csapi_fw_TpLoadStatistic_TimeStamp = -1;
2037 static int hf_org_csapi_fw_TpServiceContract_ServiceContractID = -1;
2038 static int hf_org_csapi_fw_TpServiceProfile_ServiceProfileID = -1;
2039 static int hf_org_csapi_fw_TpSagProfilePair_Sag = -1;
2040 static int hf_org_csapi_fw_TpSagProfilePair_ServiceProfile = -1;
2041 static int hf_org_csapi_fw_TpAddSagMembersConflict_ClientApplication = -1;
2042 static int hf_org_csapi_fw_TpAddSagMembersConflict_Service = -1;
2043 static int hf_org_csapi_fw_TpAssignSagToServiceProfileConflict_ClientApplication = -1;
2044 static int hf_org_csapi_fw_TpAssignSagToServiceProfileConflict_Service = -1;
2045 static int hf_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyName = -1;
2046 static int hf_org_csapi_fw_TpServiceTypePropertyValue_ServiceTypePropertyMode = -1;
2047 static int hf_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyTypeName = -1;
2048 static int hf_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList_loop = -1;
2049 static int hf_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList = -1;
2050 static int hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_ServiceType = -1;
2051 static int hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_ServiceID = -1;
2052 static int hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_CompatibleServiceID = -1;
2053 static int hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_BackwardCompatibilityLevel = -1;
2054 static int hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationRequired = -1;
2055 static int hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_DataMigrated = -1;
2056 static int hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationDataAndTime = -1;
2057 static int hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo_loop = -1;
2058 static int hf_org_csapi_fw_TpFwAgreementInfo_ClientApplicationID = -1;
2059 static int hf_org_csapi_fw_TpFwAgreementInfo_ServiceID = -1;
2060 static int hf_org_csapi_fw_TpFwAgreementInfo_ServiceContractID = -1;
2061 static int hf_org_csapi_fw_TpFwAgreementInfo_ServiceProfileID = -1;
2062 static int hf_org_csapi_ui_TpUIMessageCriteria_EndSequence = -1;
2063 static int hf_org_csapi_ui_TpUIMessageCriteria_MaxMessageTime = -1;
2064 static int hf_org_csapi_ui_TpUIMessageCriteria_MaxMessageSize = -1;
2065 static int hf_org_csapi_ui_TpUIEventInfo_ServiceCode = -1;
2066 static int hf_org_csapi_ui_TpUIEventInfo_DataTypeIndication = -1;
2067 static int hf_org_csapi_ui_TpUIEventInfo_DataString = -1;
2068 static int hf_org_csapi_ui_TpUIEventCriteria_ServiceCode = -1;
2069 static int hf_org_csapi_ui_TpUIEventCriteriaResult_AssignmentID = -1;
2070 static int hf_org_csapi_ui_TpUIEventNotificationInfo_ServiceCode = -1;
2071 static int hf_org_csapi_ui_TpUIEventNotificationInfo_DataTypeIndication = -1;
2072 static int hf_org_csapi_ui_TpUIEventNotificationInfo_UIEventData_loop = -1;
2073 static int hf_org_csapi_ui_TpUIEventNotificationInfo_UIEventData = -1;
2074 static int hf_org_csapi_ui_TpUIRecognitionProperty_PropertyName = -1;
2075 static int hf_org_csapi_ui_TpUIRecognitionProperty_PropertyValue = -1;
2076 static int hf_org_csapi_ui_TpUIRecognitionCriteria_SpeakerID = -1;
2077 static int hf_org_csapi_ui_TpUIRecognitionCriteria_Properties_loop = -1;
2078 static int hf_org_csapi_ui_TpUIRecognitionCriteria_Grammar = -1;
2079 static int hf_org_csapi_ui_TpUICollectCriteria_MinLength = -1;
2080 static int hf_org_csapi_ui_TpUICollectCriteria_MaxLength = -1;
2081 static int hf_org_csapi_ui_TpUICollectCriteria_EndSequence = -1;
2082 static int hf_org_csapi_ui_TpUICollectCriteria_StartTimeout = -1;
2083 static int hf_org_csapi_ui_TpUICollectCriteria_InterCharTimeout = -1;
2084 static int hf_org_csapi_ui_TpUICollectCriteria_CollectMode = -1;
2085 static int hf_org_csapi_ui_TpUIWordOverride_Spelling = -1;
2086 static int hf_org_csapi_ui_TpUIWordOverride_PronounceType = -1;
2087 static int hf_org_csapi_ui_TpUIWordOverride_PronounceAs = -1;
2088 static int hf_org_csapi_ui_TpUISynthesisInfoData_SpeakerGender = -1;
2089 static int hf_org_csapi_ui_TpUISynthesisInfoData_SpeakerAge = -1;
2090 static int hf_org_csapi_ui_TpUISynthesisInfoData_SpeakerRate = -1;
2091 static int hf_org_csapi_ui_TpUISynthesisInfoData_SpeakerRange = -1;
2092 static int hf_org_csapi_ui_TpUISynthesisInfoData_TextData = -1;
2093 static int hf_org_csapi_ui_TpUISynthesisInfoData_WordOverrideSet_loop = -1;
2094 static int hf_org_csapi_cc_TpCallError_ErrorTime = -1;
2095 static int hf_org_csapi_cc_TpCallError_ErrorType = -1;
2096 static int hf_org_csapi_cc_TpCallEndedReport_CallLegSessionID = -1;
2097 static int hf_org_csapi_cc_TpCallEndedReport_Cause = -1;
2098 static int hf_org_csapi_cc_TpCallInfoReport_CallInfoType = -1;
2099 static int hf_org_csapi_cc_TpCallInfoReport_CallInitiationStartTime = -1;
2100 static int hf_org_csapi_cc_TpCallInfoReport_CallConnectedToResourceTime = -1;
2101 static int hf_org_csapi_cc_TpCallInfoReport_CallConnectedToDestinationTime = -1;
2102 static int hf_org_csapi_cc_TpCallInfoReport_CallEndTime = -1;
2103 static int hf_org_csapi_cc_TpCallInfoReport_Cause = -1;
2104 static int hf_org_csapi_cc_TpCallServiceCode_CallServiceCodeType = -1;
2105 static int hf_org_csapi_cc_TpCallServiceCode_ServiceCodeValue = -1;
2106 static int hf_org_csapi_cc_TpCallTreatment_CallTreatmentType = -1;
2107 static int hf_org_csapi_cc_TpCallTreatment_ReleaseCause = -1;
2108 static int hf_org_csapi_cc_TpCallChargePlan_ChargeOrderType = -1;
2109 static int hf_org_csapi_cc_TpCallChargePlan_TransparentCharge_loop = -1;
2110 static int hf_org_csapi_cc_TpCallChargePlan_TransparentCharge = -1;
2111 static int hf_org_csapi_cc_TpCallChargePlan_ChargePlan = -1;
2112 static int hf_org_csapi_cc_TpCallChargePlan_AdditionalInfo_loop = -1;
2113 static int hf_org_csapi_cc_TpCallChargePlan_AdditionalInfo = -1;
2114 static int hf_org_csapi_cc_TpCallChargePlan_PartyToCharge = -1;
2115 static int hf_org_csapi_cc_gccs_TpCallEventCriteria_CallEventName = -1;
2116 static int hf_org_csapi_cc_gccs_TpCallEventCriteria_CallNotificationType = -1;
2117 static int hf_org_csapi_cc_gccs_TpCallEventCriteria_MonitorMode = -1;
2118 static int hf_org_csapi_cc_gccs_TpCallEventCriteriaResult_AssignmentID = -1;
2119 static int hf_org_csapi_cc_gccs_TpCallReleaseCause_Value = -1;
2120 static int hf_org_csapi_cc_gccs_TpCallReleaseCause_Location = -1;
2121 static int hf_org_csapi_cc_gccs_TpCallReport_MonitorMode = -1;
2122 static int hf_org_csapi_cc_gccs_TpCallReport_CallEventTime = -1;
2123 static int hf_org_csapi_cc_gccs_TpCallReport_CallReportType = -1;
2124 static int hf_org_csapi_cc_gccs_TpCallReportRequest_MonitorMode = -1;
2125 static int hf_org_csapi_cc_gccs_TpCallReportRequest_CallReportType = -1;
2126 static int hf_org_csapi_cc_gccs_TpCallEventInfo_CallAppInfo_loop = -1;
2127 static int hf_org_csapi_cc_gccs_TpCallEventInfo_CallEventName = -1;
2128 static int hf_org_csapi_cc_gccs_TpCallEventInfo_CallNotificationType = -1;
2129 static int hf_org_csapi_cc_gccs_TpCallEventInfo_MonitorMode = -1;
2130 static int hf_org_csapi_cc_gccs_TpCallEndedReport_CallLegSessionID = -1;
2131 static int hf_org_csapi_cc_gccs_TpCallInfoReport_CallInfoType = -1;
2132 static int hf_org_csapi_cc_gccs_TpCallInfoReport_CallInitiationStartTime = -1;
2133 static int hf_org_csapi_cc_gccs_TpCallInfoReport_CallConnectedToResourceTime = -1;
2134 static int hf_org_csapi_cc_gccs_TpCallInfoReport_CallConnectedToDestinationTime = -1;
2135 static int hf_org_csapi_cc_gccs_TpCallInfoReport_CallEndTime = -1;
2136 static int hf_org_csapi_cc_gccs_TpCallTreatment_CallTreatmentType = -1;
2137 static int hf_org_csapi_cc_gccs_TpCallIdentifier_CallSessionID = -1;
2138 static int hf_org_csapi_cc_TpCallEventRequest_CallEventType = -1;
2139 static int hf_org_csapi_cc_TpCallEventRequest_CallMonitorMode = -1;
2140 static int hf_org_csapi_cc_TpCallNotificationRequest_CallEventsRequested_loop = -1;
2141 static int hf_org_csapi_cc_TpNotificationRequested_AssignmentID = -1;
2142 static int hf_org_csapi_cc_TpCallLegConnectionProperties_AttachMechanism = -1;
2143 static int hf_org_csapi_cc_TpCallEventInfo_CallEventType = -1;
2144 static int hf_org_csapi_cc_TpCallEventInfo_CallMonitorMode = -1;
2145 static int hf_org_csapi_cc_TpCallEventInfo_CallEventTime = -1;
2146 static int hf_org_csapi_cc_TpNotificationRequestedSetEntry_NotificationRequestSet_loop = -1;
2147 static int hf_org_csapi_cc_TpNotificationRequestedSetEntry_Final = -1;
2148 static int hf_org_csapi_cc_TpCarrier_CarrierID_loop = -1;
2149 static int hf_org_csapi_cc_TpCarrier_CarrierID = -1;
2150 static int hf_org_csapi_cc_TpCarrier_CarrierSelectionField = -1;
2151 static int hf_org_csapi_cc_TpCallNotificationInfo_CallAppInfo_loop = -1;
2152 static int hf_org_csapi_cc_TpCallLegInfoReport_CallLegInfoType = -1;
2153 static int hf_org_csapi_cc_TpCallLegInfoReport_CallLegStartTime = -1;
2154 static int hf_org_csapi_cc_TpCallLegInfoReport_CallLegConnectedToResourceTime = -1;
2155 static int hf_org_csapi_cc_TpCallLegInfoReport_CallLegConnectedToAddressTime = -1;
2156 static int hf_org_csapi_cc_TpCallLegInfoReport_CallLegEndTime = -1;
2157 static int hf_org_csapi_cc_TpCallLegInfoReport_CallLegReleaseCause = -1;
2158 static int hf_org_csapi_cc_TpCallLegInfoReport_CallAppInfo_loop = -1;
2159 static int hf_org_csapi_cc_TpCallLegProperty_CallLegPropertyName = -1;
2160 static int hf_org_csapi_cc_TpCallLegProperty_CallLegPropertyValue = -1;
2161 static int hf_org_csapi_cc_mpccs_TpMultiPartyCallIdentifier_CallSessionID = -1;
2162 static int hf_org_csapi_cc_mpccs_TpCallLegIdentifier_CallLegSessionID = -1;
2163 static int hf_org_csapi_cc_mpccs_TpAppCallLegCallBack_AppCallLegSet_loop = -1;
2164 static int hf_org_csapi_cc_mmccs_TpCallSuperviseVolume_VolumeQuantity = -1;
2165 static int hf_org_csapi_cc_mmccs_TpCallSuperviseVolume_VolumeUnit = -1;
2166 static int hf_org_csapi_cc_mmccs_TpMediaStreamRequest_Direction = -1;
2167 static int hf_org_csapi_cc_mmccs_TpMediaStreamRequest_MediaMonitorMode = -1;
2168 static int hf_org_csapi_cc_mmccs_TpMediaStreamRequest_EventType = -1;
2169 static int hf_org_csapi_cc_mmccs_TpMediaStream_Direction = -1;
2170 static int hf_org_csapi_cc_mmccs_TpMediaStream_ChannelSessionID = -1;
2171 static int hf_org_csapi_cc_mmccs_TpNotificationMediaRequest_MediaStreamsRequested_loop = -1;
2172 static int hf_org_csapi_cc_mmccs_TpMediaNotificationRequested_AssignmentID = -1;
2173 static int hf_org_csapi_cc_mmccs_TpMultiMediaCallIdentifier_MMCallSessionID = -1;
2174 static int hf_org_csapi_cc_mmccs_TpMultiMediaCallLegIdentifier_MMCallLegSessionID = -1;
2175 static int hf_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_AppCallLegSet_loop = -1;
2176 static int hf_org_csapi_cc_cccs_TpMonoMediaConfPolicy_JoinAllowed = -1;
2177 static int hf_org_csapi_cc_cccs_TpJoinEventInfo_CallAppInfo_loop = -1;
2178 static int hf_org_csapi_cc_cccs_TpConfSearchCriteria_StartSearch = -1;
2179 static int hf_org_csapi_cc_cccs_TpConfSearchCriteria_StopSearch = -1;
2180 static int hf_org_csapi_cc_cccs_TpConfSearchCriteria_RequestedResources = -1;
2181 static int hf_org_csapi_cc_cccs_TpConfSearchCriteria_RequestedDuration = -1;
2182 static int hf_org_csapi_cc_cccs_TpConfSearchResult_MatchFound = -1;
2183 static int hf_org_csapi_cc_cccs_TpConfSearchResult_ActualStartTime = -1;
2184 static int hf_org_csapi_cc_cccs_TpConfSearchResult_ActualResources = -1;
2185 static int hf_org_csapi_cc_cccs_TpConfSearchResult_ActualDuration = -1;
2186 static int hf_org_csapi_cc_cccs_TpMultiMediaConfPolicy_JoinAllowed = -1;
2187 static int hf_org_csapi_cc_cccs_TpMultiMediaConfPolicy_MediaAllowed = -1;
2188 static int hf_org_csapi_cc_cccs_TpMultiMediaConfPolicy_Chaired = -1;
2189 static int hf_org_csapi_cc_cccs_TpMultiMediaConfPolicy_VideoHandling = -1;
2190 static int hf_org_csapi_cc_cccs_TpResourceReservation_ReservationID = -1;
2191 static int hf_org_csapi_cc_cccs_TpConfCallIdentifier_ConfCallSessionID = -1;
2192 static int hf_org_csapi_cc_cccs_TpSubConfCallIdentifier_SubConfCallSessionID = -1;
2193 static int hf_org_csapi_ui_TpUIIdentifier_UserInteractionSessionID = -1;
2194 static int hf_org_csapi_ui_TpUICallIdentifier_UserInteractionSessionID = -1;
2195 static int hf_org_csapi_mm_TpLocationResponseTime_ResponseTime = -1;
2196 static int hf_org_csapi_mm_TpLocationResponseTime_TimerValue = -1;
2197 static int hf_org_csapi_mm_TpLocationTrigger_Longitude = -1;
2198 static int hf_org_csapi_mm_TpLocationTrigger_Latitude = -1;
2199 static int hf_org_csapi_mm_TpLocationTrigger_AreaSemiMajor = -1;
2200 static int hf_org_csapi_mm_TpLocationTrigger_AreaSemiMinor = -1;
2201 static int hf_org_csapi_mm_TpLocationTrigger_AngleOfSemiMajor = -1;
2202 static int hf_org_csapi_mm_TpLocationTrigger_Criterion = -1;
2203 static int hf_org_csapi_mm_TpLocationTrigger_ReportingInterval = -1;
2204 static int hf_org_csapi_mm_TpLocationRequest_RequestedAccuracy = -1;
2205 static int hf_org_csapi_mm_TpLocationRequest_AltitudeRequested = -1;
2206 static int hf_org_csapi_mm_TpLocationRequest_Type = -1;
2207 static int hf_org_csapi_mm_TpLocationRequest_Priority = -1;
2208 static int hf_org_csapi_mm_TpLocationRequest_RequestedLocationMethod = -1;
2209 static int hf_org_csapi_mm_TpGeographicalPosition_Longitude = -1;
2210 static int hf_org_csapi_mm_TpGeographicalPosition_Latitude = -1;
2211 static int hf_org_csapi_mm_TpGeographicalPosition_TypeOfUncertaintyShape = -1;
2212 static int hf_org_csapi_mm_TpGeographicalPosition_UncertaintyInnerSemiMajor = -1;
2213 static int hf_org_csapi_mm_TpGeographicalPosition_UncertaintyOuterSemiMajor = -1;
2214 static int hf_org_csapi_mm_TpGeographicalPosition_UncertaintyInnerSemiMinor = -1;
2215 static int hf_org_csapi_mm_TpGeographicalPosition_UncertaintyOuterSemiMinor = -1;
2216 static int hf_org_csapi_mm_TpGeographicalPosition_AngleOfSemiMajor = -1;
2217 static int hf_org_csapi_mm_TpGeographicalPosition_SegmentStartAngle = -1;
2218 static int hf_org_csapi_mm_TpGeographicalPosition_SegmentEndAngle = -1;
2219 static int hf_org_csapi_mm_TpMobilityStopAssignmentData_AssignmentId = -1;
2220 static int hf_org_csapi_mm_TpMobilityStopAssignmentData_StopScope = -1;
2221 static int hf_org_csapi_mm_TpMobilityStopAssignmentData_Users_loop = -1;
2222 static int hf_org_csapi_mm_TpUlExtendedData_TerminalType = -1;
2223 static int hf_org_csapi_mm_TpUlExtendedData_AltitudePresent = -1;
2224 static int hf_org_csapi_mm_TpUlExtendedData_Altitude = -1;
2225 static int hf_org_csapi_mm_TpUlExtendedData_UncertaintyAltitude = -1;
2226 static int hf_org_csapi_mm_TpUlExtendedData_TimestampPresent = -1;
2227 static int hf_org_csapi_mm_TpUlExtendedData_Timestamp = -1;
2228 static int hf_org_csapi_mm_TpUlExtendedData_UsedLocationMethod = -1;
2229 static int hf_org_csapi_mm_TpUserLocation_StatusCode = -1;
2230 static int hf_org_csapi_mm_TpUserLocationExtended_StatusCode = -1;
2231 static int hf_org_csapi_mm_TpUserLocationExtended_Locations_loop = -1;
2232 static int hf_org_csapi_mm_TpLocationTriggerCamel_UpdateInsideVlr = -1;
2233 static int hf_org_csapi_mm_TpLocationTriggerCamel_UpdateOutsideVlr = -1;
2234 static int hf_org_csapi_mm_TpUserLocationCamel_StatusCode = -1;
2235 static int hf_org_csapi_mm_TpUserLocationCamel_GeographicalPositionPresent = -1;
2236 static int hf_org_csapi_mm_TpUserLocationCamel_TimestampPresent = -1;
2237 static int hf_org_csapi_mm_TpUserLocationCamel_Timestamp = -1;
2238 static int hf_org_csapi_mm_TpUserLocationCamel_VlrNumberPresent = -1;
2239 static int hf_org_csapi_mm_TpUserLocationCamel_LocationNumberPresent = -1;
2240 static int hf_org_csapi_mm_TpUserLocationCamel_CellIdOrLaiPresent = -1;
2241 static int hf_org_csapi_mm_TpUserLocationCamel_CellIdOrLai = -1;
2242 static int hf_org_csapi_mm_TpUserLocationEmergencyRequest_UserAddressPresent = -1;
2243 static int hf_org_csapi_mm_TpUserLocationEmergencyRequest_NaEsrdPresent = -1;
2244 static int hf_org_csapi_mm_TpUserLocationEmergencyRequest_NaEsrd = -1;
2245 static int hf_org_csapi_mm_TpUserLocationEmergencyRequest_NaEsrkPresent = -1;
2246 static int hf_org_csapi_mm_TpUserLocationEmergencyRequest_NaEsrk = -1;
2247 static int hf_org_csapi_mm_TpUserLocationEmergencyRequest_ImeiPresent = -1;
2248 static int hf_org_csapi_mm_TpUserLocationEmergencyRequest_Imei = -1;
2249 static int hf_org_csapi_mm_TpUserLocationEmergency_StatusCode = -1;
2250 static int hf_org_csapi_mm_TpUserLocationEmergency_UserIdPresent = -1;
2251 static int hf_org_csapi_mm_TpUserLocationEmergency_NaEsrdPresent = -1;
2252 static int hf_org_csapi_mm_TpUserLocationEmergency_NaEsrd = -1;
2253 static int hf_org_csapi_mm_TpUserLocationEmergency_NaEsrkPresent = -1;
2254 static int hf_org_csapi_mm_TpUserLocationEmergency_NaEsrk = -1;
2255 static int hf_org_csapi_mm_TpUserLocationEmergency_ImeiPresent = -1;
2256 static int hf_org_csapi_mm_TpUserLocationEmergency_Imei = -1;
2257 static int hf_org_csapi_mm_TpUserLocationEmergency_TriggeringEvent = -1;
2258 static int hf_org_csapi_mm_TpUserLocationEmergency_GeographicalPositionPresent = -1;
2259 static int hf_org_csapi_mm_TpUserLocationEmergency_AltitudePresent = -1;
2260 static int hf_org_csapi_mm_TpUserLocationEmergency_Altitude = -1;
2261 static int hf_org_csapi_mm_TpUserLocationEmergency_UncertaintyAltitude = -1;
2262 static int hf_org_csapi_mm_TpUserLocationEmergency_TimestampPresent = -1;
2263 static int hf_org_csapi_mm_TpUserLocationEmergency_Timestamp = -1;
2264 static int hf_org_csapi_mm_TpUserLocationEmergency_UsedLocationMethod = -1;
2265 static int hf_org_csapi_mm_TpUserStatus_StatusCode = -1;
2266 static int hf_org_csapi_mm_TpUserStatus_Status = -1;
2267 static int hf_org_csapi_mm_TpUserStatus_TerminalType = -1;
2268 static int hf_org_csapi_mm_TpTriggeredStatusRequest_Users_loop = -1;
2269 static int hf_org_csapi_mm_TpTriggeredStatusRequest_AssignmentID = -1;
2270 static int hf_org_csapi_mm_TpTriggeredStatusRequestSetEntry_Requests_loop = -1;
2271 static int hf_org_csapi_mm_TpTriggeredStatusRequestSetEntry_Final = -1;
2272 static int hf_org_csapi_mm_TpPeriodicLocationRequest_Users_loop = -1;
2273 static int hf_org_csapi_mm_TpPeriodicLocationRequest_ReportingInterval = -1;
2274 static int hf_org_csapi_mm_TpPeriodicLocationRequest_AssignmentID = -1;
2275 static int hf_org_csapi_mm_TpPeriodicLocationRequestSetEntry_Requests_loop = -1;
2276 static int hf_org_csapi_mm_TpPeriodicLocationRequestSetEntry_Final = -1;
2277 static int hf_org_csapi_mm_TpTriggeredLocationRequest_Users_loop = -1;
2278 static int hf_org_csapi_mm_TpTriggeredLocationRequest_AssignmentID = -1;
2279 static int hf_org_csapi_mm_TpTriggeredLocationRequestSetEntry_Requests_loop = -1;
2280 static int hf_org_csapi_mm_TpTriggeredLocationRequestSetEntry_Final = -1;
2281 static int hf_org_csapi_mm_TpUserStatusIndicatorExtended_UserStatusIndicator = -1;
2282 static int hf_org_csapi_mm_TpUserStatusIndicatorExtended_PDPContextActive = -1;
2283 static int hf_org_csapi_mm_TpUserInfo_UserName = -1;
2284 static int hf_org_csapi_mm_TpUserInfo_Password = -1;
2285 static int hf_org_csapi_mm_TpNetworkStatusIndicator_CountryCode = -1;
2286 static int hf_org_csapi_mm_TpNetworkStatusIndicator_MobileNetworkCode = -1;
2287 static int hf_org_csapi_mm_TpNetworkStatusIndicator_AccessTechnology = -1;
2288 static int hf_org_csapi_mm_TpNetworkStatusIndicator_RoamingStatus = -1;
2289 static int hf_org_csapi_mm_TpUserStatusExtended_UserID = -1;
2290 static int hf_org_csapi_mm_TpUserStatusExtended_StatusCode = -1;
2291 static int hf_org_csapi_mm_TpUserStatusExtended_TerminalType = -1;
2292 static int hf_org_csapi_mm_TpUserStatusExtended_AuthenticationStatus = -1;
2293 static int hf_org_csapi_mm_TpUserStatusExtended_UserIPAddress = -1;
2294 static int hf_org_csapi_mm_TpUserStatusExtended_UserMSISDN = -1;
2295 static int hf_org_csapi_mm_TpUserStatusExtended_UserConnectionID = -1;
2296 static int hf_org_csapi_mm_TpUserStatusExtended_AccessPointName = -1;
2297 static int hf_org_csapi_mm_TpBindingNotificationCriteria_NotificationCriteriaType = -1;
2298 static int hf_org_csapi_mm_TpBindingNotificationCriteria_ContactAddressSet_loop = -1;
2299 static int hf_org_csapi_termcap_TpTerminalCapabilities_TerminalCapabilities = -1;
2300 static int hf_org_csapi_termcap_TpTerminalCapabilities_StatusCode = -1;
2301 static int hf_org_csapi_termcap_TpTerminalCapabilityScope_ScopeType = -1;
2302 static int hf_org_csapi_termcap_TpTerminalCapabilityScope_Scope = -1;
2303 static int hf_org_csapi_dsc_TpChargePerVolume_InitialCharge = -1;
2304 static int hf_org_csapi_dsc_TpChargePerVolume_CurrentChargePerKilobyte = -1;
2305 static int hf_org_csapi_dsc_TpChargePerVolume_NextChargePerKilobyte = -1;
2306 static int hf_org_csapi_dsc_TpDataSessionChargePlan_Currency = -1;
2307 static int hf_org_csapi_dsc_TpDataSessionChargePlan_AdditionalInfo = -1;
2308 static int hf_org_csapi_dsc_TpDataSessionError_ErrorTime = -1;
2309 static int hf_org_csapi_dsc_TpDataSessionError_ErrorType = -1;
2310 static int hf_org_csapi_dsc_TpDataSessionEventCriteria_DataSessionEventName = -1;
2311 static int hf_org_csapi_dsc_TpDataSessionEventCriteria_MonitorMode = -1;
2312 static int hf_org_csapi_dsc_TpDataSessionEventInfo_DataSessionEventName = -1;
2313 static int hf_org_csapi_dsc_TpDataSessionEventInfo_MonitorMode = -1;
2314 static int hf_org_csapi_dsc_TpDataSessionEventInfo_QoSClass = -1;
2315 static int hf_org_csapi_dsc_TpDataSessionReleaseCause_Value = -1;
2316 static int hf_org_csapi_dsc_TpDataSessionReleaseCause_Location = -1;
2317 static int hf_org_csapi_dsc_TpDataSessionReport_MonitorMode = -1;
2318 static int hf_org_csapi_dsc_TpDataSessionReport_DataSessionEventTime = -1;
2319 static int hf_org_csapi_dsc_TpDataSessionReport_DataSessionReportType = -1;
2320 static int hf_org_csapi_dsc_TpDataSessionReportRequest_MonitorMode = -1;
2321 static int hf_org_csapi_dsc_TpDataSessionReportRequest_DataSessionReportType = -1;
2322 static int hf_org_csapi_dsc_TpDataSessionSuperviseVolume_VolumeQuantity = -1;
2323 static int hf_org_csapi_dsc_TpDataSessionSuperviseVolume_VolumeUnit = -1;
2324 static int hf_org_csapi_dsc_TpDataSessionEventCriteriaResult_AssignmentID = -1;
2325 static int hf_org_csapi_dsc_TpDataSessionIdentifier_DataSessionID = -1;
2326 static int hf_org_csapi_gms_TpGMSNewMessageArrivedInfo_FolderID = -1;
2327 static int hf_org_csapi_gms_TpGMSNewMessageArrivedInfo_MessageID = -1;
2328 static int hf_org_csapi_gms_TpGMSNewMessageArrivedInfo_NumberOfProperties = -1;
2329 static int hf_org_csapi_gms_TpGMSNewMessageArrivedCriteria_AuthenticationInfo = -1;
2330 static int hf_org_csapi_gms_TpMailboxIdentifier_SessionID = -1;
2331 static int hf_org_csapi_gms_TpMailboxFolderIdentifier_SessionID = -1;
2332 static int hf_org_csapi_cm_TpNameDescrpTagTimePeriod_duration = -1;
2333 static int hf_org_csapi_cm_TpNameDescrpTagTimeOfDay_name = -1;
2334 static int hf_org_csapi_cm_TpNameDescrpTagTimeOfDay_description = -1;
2335 static int hf_org_csapi_cm_TpNameDescrpTagTimeOfDay_tag = -1;
2336 static int hf_org_csapi_cm_TpNameDescrpTagTimeOfDay_value = -1;
2337 static int hf_org_csapi_cm_TpNameDescrpTagString_name = -1;
2338 static int hf_org_csapi_cm_TpNameDescrpTagString_description = -1;
2339 static int hf_org_csapi_cm_TpNameDescrpTagString_tag = -1;
2340 static int hf_org_csapi_cm_TpNameDescrpTagString_value = -1;
2341 static int hf_org_csapi_cm_TpNameDescrpTagMonth_name = -1;
2342 static int hf_org_csapi_cm_TpNameDescrpTagMonth_description = -1;
2343 static int hf_org_csapi_cm_TpNameDescrpTagMonth_tag = -1;
2344 static int hf_org_csapi_cm_TpNameDescrpTagMonth_value = -1;
2345 static int hf_org_csapi_cm_TpNameDescrpTagInt_name = -1;
2346 static int hf_org_csapi_cm_TpNameDescrpTagInt_description = -1;
2347 static int hf_org_csapi_cm_TpNameDescrpTagInt_tag = -1;
2348 static int hf_org_csapi_cm_TpNameDescrpTagInt_value = -1;
2349 static int hf_org_csapi_cm_TpNameDescrpTagDir_name = -1;
2350 static int hf_org_csapi_cm_TpNameDescrpTagDir_description = -1;
2351 static int hf_org_csapi_cm_TpNameDescrpTagDir_tag = -1;
2352 static int hf_org_csapi_cm_TpNameDescrpTagDir_value = -1;
2353 static int hf_org_csapi_cm_TpNameDescrpTagDayOfWeek_name = -1;
2354 static int hf_org_csapi_cm_TpNameDescrpTagDayOfWeek_description = -1;
2355 static int hf_org_csapi_cm_TpNameDescrpTagDayOfWeek_tag = -1;
2356 static int hf_org_csapi_cm_TpNameDescrpTagDayOfWeek_value = -1;
2357 static int hf_org_csapi_cm_TpNameDescrpTagDateTime_name = -1;
2358 static int hf_org_csapi_cm_TpNameDescrpTagDateTime_description = -1;
2359 static int hf_org_csapi_cm_TpNameDescrpTagDateTime_tag = -1;
2360 static int hf_org_csapi_cm_TpNameDescrpTagDateTime_value = -1;
2361 static int hf_org_csapi_cm_TpEndpoint_type = -1;
2362 static int hf_org_csapi_cm_TpEndpoint_id = -1;
2363 static int hf_org_csapi_cm_TpNameDescrpTagExcessLoadAction_name = -1;
2364 static int hf_org_csapi_cm_TpNameDescrpTagExcessLoadAction_description = -1;
2365 static int hf_org_csapi_cm_TpNameDescrpTagExcessLoadAction_tag = -1;
2366 static int hf_org_csapi_cm_TpNameDescrpTagExcessLoadAction_value = -1;
2367 static int hf_org_csapi_cm_TpDsCodepoint_match = -1;
2368 static int hf_org_csapi_cm_TpDsCodepoint_mask = -1;
2369 static int hf_org_csapi_cm_TpIPSubnet_subnetNumber = -1;
2370 static int hf_org_csapi_cm_TpIPSubnet_subnetMask = -1;
2371 static int hf_org_csapi_cm_TpIPSubnet_addressType = -1;
2372 static int hf_org_csapi_cm_TpIPSubnet_IPVersionSupport = -1;
2373 static int hf_org_csapi_am_TpBalanceInfo_Currency = -1;
2374 static int hf_org_csapi_am_TpBalanceInfo_ValuePartA = -1;
2375 static int hf_org_csapi_am_TpBalanceInfo_ValuePartB = -1;
2376 static int hf_org_csapi_am_TpBalanceInfo_Exponent = -1;
2377 static int hf_org_csapi_am_TpBalanceInfo_AdditionalInfo = -1;
2378 static int hf_org_csapi_am_TpChargingEventInfo_ChargingEventName = -1;
2379 static int hf_org_csapi_am_TpChargingEventInfo_ChargingEventTime = -1;
2380 static int hf_org_csapi_am_TpBalance_StatusCode = -1;
2381 static int hf_org_csapi_am_TpTransactionHistory_TransactionID = -1;
2382 static int hf_org_csapi_am_TpTransactionHistory_TimeStamp = -1;
2383 static int hf_org_csapi_am_TpTransactionHistory_AdditionalInfo = -1;
2384 static int hf_org_csapi_am_TpChargingEventCriteria_ChargingEvents_loop = -1;
2385 static int hf_org_csapi_am_TpChargingEventCriteria_ChargingEvents = -1;
2386 static int hf_org_csapi_am_TpChargingEventCriteria_Users_loop = -1;
2387 static int hf_org_csapi_am_TpChargingEventCriteriaResult_AssignmentID = -1;
2388 static int hf_org_csapi_am_TpBalanceExpiryDate_StatusCode = -1;
2389 static int hf_org_csapi_am_TpBalanceExpiryDate_ExpiryDate = -1;
2390 static int hf_org_csapi_am_TpVoucher_VoucherID = -1;
2391 static int hf_org_csapi_cs_TpMerchantAccountID_MerchantID = -1;
2392 static int hf_org_csapi_cs_TpMerchantAccountID_AccountID = -1;
2393 static int hf_org_csapi_cs_TpCorrelationID_CorrelationID = -1;
2394 static int hf_org_csapi_cs_TpCorrelationID_CorrelationType = -1;
2395 static int hf_org_csapi_cs_TpAmount_Number = -1;
2396 static int hf_org_csapi_cs_TpAmount_Exponent = -1;
2397 static int hf_org_csapi_cs_TpChargingPrice_Currency = -1;
2398 static int hf_org_csapi_cs_TpVolume_Unit = -1;
2399 static int hf_org_csapi_cs_TpChargingSessionID_ChargingSessionID = -1;
2400 static int hf_org_csapi_cs_TpChargingSessionID_RequestNumberFirstRequest = -1;
2401 static int hf_org_csapi_cs_TpApplicationDescription_Text = -1;
2402 static int hf_org_csapi_cs_TpApplicationDescription_AppInformation_loop = -1;
2403 static int hf_org_csapi_cs_TpChargingParameter_ParameterID = -1;
2404 static int hf_org_csapi_policy_TpPolicyEvent_EventID = -1;
2405 static int hf_org_csapi_policy_TpPolicyEvent_TimeGenerated = -1;
2406 static int hf_org_csapi_policy_TpPolicyEvent_Attributes_loop = -1;
2407 static int hf_org_csapi_policy_TpPolicyEvent_EventDefinitionName = -1;
2408 static int hf_org_csapi_policy_TpPolicyEvent_EventDomainName = -1;
2409 static int hf_org_csapi_policy_TpPolicyNameValue_Name = -1;
2410 static int hf_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names_loop = -1;
2411 static int hf_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names = -1;
2412 static int hf_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Types_loop = -1;
2413 static int hf_org_csapi_policy_TpPolicyType_TpPolicyListType_ElementType_loop = -1;
2414 static int hf_org_csapi_policy_TpPolicyVar_VarName = -1;
2415 static int hf_org_csapi_policy_TpPolicyConditionListElement_GroupNumber = -1;
2416 static int hf_org_csapi_policy_TpPolicyConditionListElement_Negated = -1;
2417 static int hf_org_csapi_policy_TpPolicyActionListElement_SequenceNumber = -1;
2418 static int hf_org_csapi_pam_TpPAMAttributeDef_Name = -1;
2419 static int hf_org_csapi_pam_TpPAMAttributeDef_Type = -1;
2420 static int hf_org_csapi_pam_TpPAMAttributeDef_IsStatic = -1;
2421 static int hf_org_csapi_pam_TpPAMAttributeDef_IsRevertOnExpiration = -1;
2422 static int hf_org_csapi_pam_TpPAMAttribute_AttributeName = -1;
2423 static int hf_org_csapi_pam_TpPAMAttribute_ExpiresIn = -1;
2424 static int hf_org_csapi_pam_TpPAMPresenceData_Name = -1;
2425 static int hf_org_csapi_pam_TpPAMPresenceData_subscriberStatus = -1;
2426 static int hf_org_csapi_pam_TpPAMPresenceData_networkStatus = -1;
2427 static int hf_org_csapi_pam_TpPAMPresenceData_communicationMeans = -1;
2428 static int hf_org_csapi_pam_TpPAMPresenceData_subscriberProvidedLocation = -1;
2429 static int hf_org_csapi_pam_TpPAMPresenceData_networkProvidedLocation = -1;
2430 static int hf_org_csapi_pam_TpPAMPresenceData_Priority = -1;
2431 static int hf_org_csapi_pam_TpPAMPresenceData_otherInfo = -1;
2432 static int hf_org_csapi_pam_TpPAMAvailabilityProfile_PrivacyCode = -1;
2433 static int hf_org_csapi_pam_TpPAMCommunicationContext_CommunicationCapability = -1;
2434 static int hf_org_csapi_pam_TpPAMContext_AskerData_loop = -1;
2435 static int hf_org_csapi_pam_TpPAMAccessControlData_DefaultPolicy = -1;
2436 static int hf_org_csapi_pam_TpPAMAccessControlData_AllowList_loop = -1;
2437 static int hf_org_csapi_pam_TpPAMAccessControlData_AllowList = -1;
2438 static int hf_org_csapi_pam_TpPAMAccessControlData_DenyList_loop = -1;
2439 static int hf_org_csapi_pam_TpPAMAccessControlData_DenyList = -1;
2440 static int hf_org_csapi_pam_TpPAMICEventData_IdentityType_loop = -1;
2441 static int hf_org_csapi_pam_TpPAMICEventData_IdentityType = -1;
2442 static int hf_org_csapi_pam_TpPAMICNotificationData_Identities_loop = -1;
2443 static int hf_org_csapi_pam_TpPAMICNotificationData_Identities = -1;
2444 static int hf_org_csapi_pam_TpPAMIDEventData_IdentityName_loop = -1;
2445 static int hf_org_csapi_pam_TpPAMIDEventData_IdentityName = -1;
2446 static int hf_org_csapi_pam_TpPAMIDEventData_IdentityType_loop = -1;
2447 static int hf_org_csapi_pam_TpPAMIDEventData_IdentityType = -1;
2448 static int hf_org_csapi_pam_TpPAMIDNotificationData_Identities_loop = -1;
2449 static int hf_org_csapi_pam_TpPAMIDNotificationData_Identities = -1;
2450 static int hf_org_csapi_pam_TpPAMGMCEventData_GroupName_loop = -1;
2451 static int hf_org_csapi_pam_TpPAMGMCEventData_GroupName = -1;
2452 static int hf_org_csapi_pam_TpPAMGMCEventData_GroupType_loop = -1;
2453 static int hf_org_csapi_pam_TpPAMGMCEventData_GroupType = -1;
2454 static int hf_org_csapi_pam_TpPAMGMCNotificationData_Groups_loop = -1;
2455 static int hf_org_csapi_pam_TpPAMGMCNotificationData_Groups = -1;
2456 static int hf_org_csapi_pam_TpPAMACEventData_AgentType_loop = -1;
2457 static int hf_org_csapi_pam_TpPAMACEventData_AgentType = -1;
2458 static int hf_org_csapi_pam_TpPAMACNotificationData_Agents_loop = -1;
2459 static int hf_org_csapi_pam_TpPAMACNotificationData_Agents = -1;
2460 static int hf_org_csapi_pam_TpPAMADEventData_AgentName_loop = -1;
2461 static int hf_org_csapi_pam_TpPAMADEventData_AgentName = -1;
2462 static int hf_org_csapi_pam_TpPAMADEventData_AgentType_loop = -1;
2463 static int hf_org_csapi_pam_TpPAMADEventData_AgentType = -1;
2464 static int hf_org_csapi_pam_TpPAMADNotificationData_Agents_loop = -1;
2465 static int hf_org_csapi_pam_TpPAMADNotificationData_Agents = -1;
2466 static int hf_org_csapi_pam_TpPAMAAEventData_IdentityName_loop = -1;
2467 static int hf_org_csapi_pam_TpPAMAAEventData_IdentityName = -1;
2468 static int hf_org_csapi_pam_TpPAMAAEventData_IdentityType_loop = -1;
2469 static int hf_org_csapi_pam_TpPAMAAEventData_IdentityType = -1;
2470 static int hf_org_csapi_pam_TpPAMAAEventData_AgentName_loop = -1;
2471 static int hf_org_csapi_pam_TpPAMAAEventData_AgentName = -1;
2472 static int hf_org_csapi_pam_TpPAMAAEventData_AgentType_loop = -1;
2473 static int hf_org_csapi_pam_TpPAMAAEventData_AgentType = -1;
2474 static int hf_org_csapi_pam_TpPAMAANotificationData_Identity = -1;
2475 static int hf_org_csapi_pam_TpPAMAANotificationData_Agent = -1;
2476 static int hf_org_csapi_pam_TpPAMAUEventData_IdentityName_loop = -1;
2477 static int hf_org_csapi_pam_TpPAMAUEventData_IdentityName = -1;
2478 static int hf_org_csapi_pam_TpPAMAUEventData_IdentityType_loop = -1;
2479 static int hf_org_csapi_pam_TpPAMAUEventData_IdentityType = -1;
2480 static int hf_org_csapi_pam_TpPAMAUEventData_AgentName_loop = -1;
2481 static int hf_org_csapi_pam_TpPAMAUEventData_AgentName = -1;
2482 static int hf_org_csapi_pam_TpPAMAUEventData_AgentType_loop = -1;
2483 static int hf_org_csapi_pam_TpPAMAUEventData_AgentType = -1;
2484 static int hf_org_csapi_pam_TpPAMAUNotificationData_Identity = -1;
2485 static int hf_org_csapi_pam_TpPAMAUNotificationData_Agent = -1;
2486 static int hf_org_csapi_pam_TpPAMCCEventData_IdentityName_loop = -1;
2487 static int hf_org_csapi_pam_TpPAMCCEventData_IdentityName = -1;
2488 static int hf_org_csapi_pam_TpPAMCCEventData_IdentityType_loop = -1;
2489 static int hf_org_csapi_pam_TpPAMCCEventData_IdentityType = -1;
2490 static int hf_org_csapi_pam_TpPAMCCEventData_Capabilities_loop = -1;
2491 static int hf_org_csapi_pam_TpPAMCCEventData_Capabilities = -1;
2492 static int hf_org_csapi_pam_TpPAMCCNotificationData_Identity = -1;
2493 static int hf_org_csapi_pam_TpPAMCCNotificationData_Capabilities_loop = -1;
2494 static int hf_org_csapi_pam_TpPAMCCNotificationData_Capabilities = -1;
2495 static int hf_org_csapi_pam_TpPAMACPSEventData_AgentName_loop = -1;
2496 static int hf_org_csapi_pam_TpPAMACPSEventData_AgentName = -1;
2497 static int hf_org_csapi_pam_TpPAMACPSEventData_AgentType_loop = -1;
2498 static int hf_org_csapi_pam_TpPAMACPSEventData_AgentType = -1;
2499 static int hf_org_csapi_pam_TpPAMACPSEventData_Capabilities_loop = -1;
2500 static int hf_org_csapi_pam_TpPAMACPSEventData_Capabilities = -1;
2501 static int hf_org_csapi_pam_TpPAMACPSEventData_AttributeNames_loop = -1;
2502 static int hf_org_csapi_pam_TpPAMACPSEventData_AttributeNames = -1;
2503 static int hf_org_csapi_pam_TpPAMACPSEventData_ReportingPeriod = -1;
2504 static int hf_org_csapi_pam_TpPAMACPSNotificationData_Agent = -1;
2505 static int hf_org_csapi_pam_TpPAMACPSNotificationData_Capability = -1;
2506 static int hf_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames_loop = -1;
2507 static int hf_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames = -1;
2508 static int hf_org_csapi_pam_TpPAMAPSEventData_AgentName_loop = -1;
2509 static int hf_org_csapi_pam_TpPAMAPSEventData_AgentName = -1;
2510 static int hf_org_csapi_pam_TpPAMAPSEventData_AgentType_loop = -1;
2511 static int hf_org_csapi_pam_TpPAMAPSEventData_AgentType = -1;
2512 static int hf_org_csapi_pam_TpPAMAPSEventData_AttributeNames_loop = -1;
2513 static int hf_org_csapi_pam_TpPAMAPSEventData_AttributeNames = -1;
2514 static int hf_org_csapi_pam_TpPAMAPSEventData_ReportingPeriod = -1;
2515 static int hf_org_csapi_pam_TpPAMAPSNotificationData_Agent = -1;
2516 static int hf_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames_loop = -1;
2517 static int hf_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames = -1;
2518 static int hf_org_csapi_pam_TpPAMIPSEventData_IdentityName_loop = -1;
2519 static int hf_org_csapi_pam_TpPAMIPSEventData_IdentityName = -1;
2520 static int hf_org_csapi_pam_TpPAMIPSEventData_IdentityType_loop = -1;
2521 static int hf_org_csapi_pam_TpPAMIPSEventData_IdentityType = -1;
2522 static int hf_org_csapi_pam_TpPAMIPSEventData_AttributeNames_loop = -1;
2523 static int hf_org_csapi_pam_TpPAMIPSEventData_AttributeNames = -1;
2524 static int hf_org_csapi_pam_TpPAMIPSEventData_ReportingPeriod = -1;
2525 static int hf_org_csapi_pam_TpPAMIPSNotificationData_Identity = -1;
2526 static int hf_org_csapi_pam_TpPAMIPSNotificationData_Attributes_loop = -1;
2527 static int hf_org_csapi_pam_TpPAMAVCEventData_IdentityName_loop = -1;
2528 static int hf_org_csapi_pam_TpPAMAVCEventData_IdentityName = -1;
2529 static int hf_org_csapi_pam_TpPAMAVCEventData_IdentityType_loop = -1;
2530 static int hf_org_csapi_pam_TpPAMAVCEventData_IdentityType = -1;
2531 static int hf_org_csapi_pam_TpPAMAVCEventData_PAMContext_loop = -1;
2532 static int hf_org_csapi_pam_TpPAMAVCEventData_AttributeNames_loop = -1;
2533 static int hf_org_csapi_pam_TpPAMAVCEventData_AttributeNames = -1;
2534 static int hf_org_csapi_pam_TpPAMAVCEventData_ReportingPeriod = -1;
2535 static int hf_org_csapi_pam_TpPAMAVCNotificationData_Identity = -1;
2536 static int hf_org_csapi_pam_TpPAMAVCNotificationData_Availability_loop = -1;
2537 static int hf_org_csapi_pam_TpPAMWCEventData_Events_loop = -1;
2538 static int hf_org_csapi_pam_TpPAMWCEventData_Events = -1;
2539 static int hf_org_csapi_pam_TpPAMWCEventData_IdentityName_loop = -1;
2540 static int hf_org_csapi_pam_TpPAMWCEventData_IdentityName = -1;
2541 static int hf_org_csapi_pam_TpPAMWCEventData_IdentityType_loop = -1;
2542 static int hf_org_csapi_pam_TpPAMWCEventData_IdentityType = -1;
2543 static int hf_org_csapi_pam_TpPAMWCEventData_ReportingPeriod = -1;
2544 static int hf_org_csapi_pam_TpPAMWCNotificationData_Event = -1;
2545 static int hf_org_csapi_pam_TpPAMWCNotificationData_ChangeType = -1;
2546 static int hf_org_csapi_pam_TpPAMWCNotificationData_Identity = -1;
2547 static int hf_org_csapi_pam_TpPAMWCNotificationData_Watchers_loop = -1;
2548 static int hf_org_csapi_pam_TpPAMWCNotificationData_Watchers = -1;
2549 static int hf_org_csapi_pam_TpPAMErrorInfo_Cause = -1;
2550 static int hf_org_csapi_mmm_TpMailboxIdentifier_SessionID = -1;
2551 static int hf_org_csapi_mmm_TpMultiMediaMessagingIdentifier_SessionID = -1;
2552 static int hf_org_csapi_mmm_TpListMessagesCriteria_OnlyUnreadMessages = -1;
2553 static int hf_org_csapi_mmm_TpMailboxFolderStatusInformation_TotalMessageCount = -1;
2554 static int hf_org_csapi_mmm_TpMessageDescription_MessageID = -1;
2555 static int hf_org_csapi_mmm_TpMessageDescription_To_loop = -1;
2556 static int hf_org_csapi_mmm_TpMessageDescription_Subject = -1;
2557 static int hf_org_csapi_mmm_TpMessageDescription_ReceivedDate = -1;
2558 static int hf_org_csapi_mmm_TpMessageDescription_Size = -1;
2559 static int hf_org_csapi_mmm_TpBodyPartDescription_ContentDescription = -1;
2560 static int hf_org_csapi_mmm_TpBodyPartDescription_ContentSize = -1;
2561 static int hf_org_csapi_mmm_TpBodyPartDescription_ContentType = -1;
2562 static int hf_org_csapi_mmm_TpBodyPartDescription_ContentTransferEncoding = -1;
2563 static int hf_org_csapi_mmm_TpBodyPartDescription_ContentID = -1;
2564 static int hf_org_csapi_mmm_TpBodyPartDescription_ContentDisposition = -1;
2565 static int hf_org_csapi_mmm_TpBodyPartDescription_PartID = -1;
2566 static int hf_org_csapi_mmm_TpBodyPartDescription_NestingLevel = -1;
2567 static int hf_org_csapi_mmm_TpBodyPart_BodyPartContent_loop = -1;
2568 static int hf_org_csapi_mmm_TpBodyPart_BodyPartContent = -1;
2569 static int hf_org_csapi_mmm_TpGenericHeaderField_FieldName = -1;
2570 static int hf_org_csapi_mmm_TpGenericHeaderField_FieldValue = -1;
2571 static int hf_org_csapi_mmm_TpMessageInfoPropertyError_MessagePropertyName = -1;
2572 static int hf_org_csapi_mmm_TpMessageInfoPropertyError_Error = -1;
2573 static int hf_org_csapi_mmm_TpNewMailboxMessageArrivedCriteria_MailboxID = -1;
2574 static int hf_org_csapi_mmm_TpNewMailboxMessageArrivedCriteria_AuthenticationInfo = -1;
2575 static int hf_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_MailboxID = -1;
2576 static int hf_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_FolderID = -1;
2577 static int hf_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_MessageDescription_loop = -1;
2578 static int hf_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation_loop = -1;
2579 static int hf_org_csapi_mmm_TpQueryStatusReport_ReportedStatus = -1;
2580 static int hf_org_csapi_mmm_TpTerminatingAddressList_ToAddressList_loop = -1;
2581 static int hf_org_csapi_mmm_TpTerminatingAddressList_CcAddressList_loop = -1;
2582 static int hf_org_csapi_mmm_TpTerminatingAddressList_BccAddressList_loop = -1;
2583 static int hf_org_csapi_mmm_TpNewMessageArrivedCriteria_CreateMultiMediaMessagingSession = -1;
2584 static int hf_org_csapi_mmm_TpMessagingNotificationRequested_EventCriteria_loop = -1;
2585 static int hf_org_csapi_mmm_TpMessagingNotificationRequested_AssignmentID = -1;
2586 static int hf_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet_loop = -1;
2587 static int hf_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_Final = -1;
2588 static int hf_org_csapi_mmm_TpNewMessageArrivedInfo_DestinationAddressSet_loop = -1;
2589 static int hf_org_csapi_mmm_TpNewMessageArrivedInfo_Message_loop = -1;
2590 static int hf_org_csapi_mmm_TpNewMessageArrivedInfo_Message = -1;
2591 static int hf_org_csapi_mmm_TpNewMessageArrivedInfo_Headers_loop = -1;
2592         /* User exception filters */
2593 static int hf_org_csapi_TpCommonExceptions_ExceptionType = -1;
2594 static int hf_org_csapi_TpCommonExceptions_ExtraInformation = -1;
2595 static int hf_org_csapi_P_INVALID_INTERFACE_TYPE_ExtraInformation = -1;
2596 static int hf_org_csapi_P_INVALID_SESSION_ID_ExtraInformation = -1;
2597 static int hf_org_csapi_fw_P_INVALID_DOMAIN_ID_ExtraInformation = -1;
2598 static int hf_org_csapi_fw_P_INVALID_AUTH_TYPE_ExtraInformation = -1;
2599 static int hf_org_csapi_P_INVALID_VERSION_ExtraInformation = -1;
2600 static int hf_org_csapi_fw_P_ACCESS_DENIED_ExtraInformation = -1;
2601 static int hf_org_csapi_fw_P_INVALID_ACCESS_TYPE_ExtraInformation = -1;
2602 static int hf_org_csapi_fw_P_INVALID_SIGNING_ALGORITHM_ExtraInformation = -1;
2603 static int hf_org_csapi_fw_P_INVALID_SIGNATURE_ExtraInformation = -1;
2604 static int hf_org_csapi_P_INVALID_INTERFACE_NAME_ExtraInformation = -1;
2605 static int hf_org_csapi_fw_P_INVALID_PROPERTY_ExtraInformation = -1;
2606 static int hf_org_csapi_fw_P_NO_ACCEPTABLE_SIGNING_ALGORITHM_ExtraInformation = -1;
2607 static int hf_org_csapi_fw_P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY_ExtraInformation = -1;
2608 static int hf_org_csapi_fw_P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM_ExtraInformation = -1;
2609 static int hf_org_csapi_P_INVALID_CRITERIA_ExtraInformation = -1;
2610 static int hf_org_csapi_P_INVALID_EVENT_TYPE_ExtraInformation = -1;
2611 static int hf_org_csapi_P_INVALID_ASSIGNMENT_ID_ExtraInformation = -1;
2612 static int hf_org_csapi_fw_P_INVALID_SERVICE_ID_ExtraInformation = -1;
2613 static int hf_org_csapi_fw_P_SERVICE_NOT_ENABLED_ExtraInformation = -1;
2614 static int hf_org_csapi_P_UNAUTHORISED_PARAMETER_VALUE_ExtraInformation = -1;
2615 static int hf_org_csapi_P_INVALID_TIME_AND_DATE_FORMAT_ExtraInformation = -1;
2616 static int hf_org_csapi_fw_P_INVALID_ACTIVITY_TEST_ID_ExtraInformation = -1;
2617 static int hf_org_csapi_fw_P_ILLEGAL_SERVICE_TYPE_ExtraInformation = -1;
2618 static int hf_org_csapi_fw_P_UNKNOWN_SERVICE_TYPE_ExtraInformation = -1;
2619 static int hf_org_csapi_fw_P_INVALID_AGREEMENT_TEXT_ExtraInformation = -1;
2620 static int hf_org_csapi_fw_P_INVALID_SERVICE_TOKEN_ExtraInformation = -1;
2621 static int hf_org_csapi_fw_P_SERVICE_ACCESS_DENIED_ExtraInformation = -1;
2622 static int hf_org_csapi_fw_P_INVALID_SERVICE_PROFILE_ID_ExtraInformation = -1;
2623 static int hf_org_csapi_fw_P_INVALID_SAG_ID_ExtraInformation = -1;
2624 static int hf_org_csapi_fw_P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT_ExtraInformation = -1;
2625 static int hf_org_csapi_fw_P_INVALID_SERVICE_CONTRACT_ID_ExtraInformation = -1;
2626 static int hf_org_csapi_fw_P_INVALID_CLIENT_APP_ID_ExtraInformation = -1;
2627 static int hf_org_csapi_fw_P_INVALID_ADDITION_TO_SAG_ExtraInformation = -1;
2628 static int hf_org_csapi_fw_P_PROPERTY_TYPE_MISMATCH_ExtraInformation = -1;
2629 static int hf_org_csapi_fw_P_DUPLICATE_PROPERTY_NAME_ExtraInformation = -1;
2630 static int hf_org_csapi_fw_P_MISSING_MANDATORY_PROPERTY_ExtraInformation = -1;
2631 static int hf_org_csapi_fw_P_SERVICE_TYPE_UNAVAILABLE_ExtraInformation = -1;
2632 static int hf_org_csapi_fw_P_ILLEGAL_SERVICE_ID_ExtraInformation = -1;
2633 static int hf_org_csapi_fw_P_UNKNOWN_SERVICE_ID_ExtraInformation = -1;
2634 static int hf_org_csapi_P_INVALID_ADDRESS_ExtraInformation = -1;
2635 static int hf_org_csapi_P_UNSUPPORTED_ADDRESS_PLAN_ExtraInformation = -1;
2636 static int hf_org_csapi_P_INVALID_NETWORK_STATE_ExtraInformation = -1;
2637 static int hf_org_csapi_P_INVALID_CURRENCY_ExtraInformation = -1;
2638 static int hf_org_csapi_P_INVALID_AMOUNT_ExtraInformation = -1;
2639 static int hf_org_csapi_P_INFORMATION_NOT_AVAILABLE_ExtraInformation = -1;
2640 static int hf_org_csapi_ui_P_ILLEGAL_ID_ExtraInformation = -1;
2641 static int hf_org_csapi_ui_P_ID_NOT_FOUND_ExtraInformation = -1;
2642 static int hf_org_csapi_ui_P_ILLEGAL_RANGE_ExtraInformation = -1;
2643 static int hf_org_csapi_ui_P_INVALID_COLLECTION_CRITERIA_ExtraInformation = -1;
2644 static int hf_org_csapi_P_APPLICATION_NOT_ACTIVATED_ExtraInformation = -1;
2645 static int hf_org_csapi_mm_P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED_ExtraInformation = -1;
2646 static int hf_org_csapi_mm_P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED_ExtraInformation = -1;
2647 static int hf_org_csapi_mm_P_INVALID_REPORTING_INTERVAL_ExtraInformation = -1;
2648 static int hf_org_csapi_mm_P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED_ExtraInformation = -1;
2649 static int hf_org_csapi_P_UNKNOWN_SUBSCRIBER_ExtraInformation = -1;
2650 static int hf_org_csapi_termcap_P_INVALID_TERMINAL_ID_ExtraInformation = -1;
2651 static int hf_org_csapi_gms_P_GMS_INVALID_MAILBOX_ExtraInformation = -1;
2652 static int hf_org_csapi_gms_P_GMS_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation = -1;
2653 static int hf_org_csapi_gms_P_GMS_LOCKING_LOCKED_MAILBOX_ExtraInformation = -1;
2654 static int hf_org_csapi_gms_P_GMS_UNLOCKING_UNLOCKED_MAILBOX_ExtraInformation = -1;
2655 static int hf_org_csapi_gms_P_GMS_CANNOT_UNLOCK_MAILBOX_ExtraInformation = -1;
2656 static int hf_org_csapi_gms_P_GMS_NUMBER_NOT_POSITIVE_ExtraInformation = -1;
2657 static int hf_org_csapi_gms_P_GMS_PROPERTY_NOT_SET_ExtraInformation = -1;
2658 static int hf_org_csapi_gms_P_GMS_MAILBOX_LOCKED_ExtraInformation = -1;
2659 static int hf_org_csapi_gms_P_GMS_FOLDER_IS_OPEN_ExtraInformation = -1;
2660 static int hf_org_csapi_gms_P_GMS_INVALID_FOLDER_ID_ExtraInformation = -1;
2661 static int hf_org_csapi_gms_P_GMS_INSUFFICIENT_PRIVILEGE_ExtraInformation = -1;
2662 static int hf_org_csapi_gms_P_GMS_MAILBOX_OPEN_ExtraInformation = -1;
2663 static int hf_org_csapi_gms_P_GMS_INVALID_MESSAGE_ID_ExtraInformation = -1;
2664 static int hf_org_csapi_gms_P_GMS_MESSAGE_NOT_REMOVED_ExtraInformation = -1;
2665 static int hf_org_csapi_cm_P_UNKNOWN_VPRP_ID_ExtraInformation = -1;
2666 static int hf_org_csapi_cm_P_UNKNOWN_SLA_ID_ExtraInformation = -1;
2667 static int hf_org_csapi_cm_P_UNKNOWN_STATUS_ExtraInformation = -1;
2668 static int hf_org_csapi_cm_P_UNKNOWN_QOS_INFO_ExtraInformation = -1;
2669 static int hf_org_csapi_cm_P_UNKNOWN_VALIDITY_INFO_ExtraInformation = -1;
2670 static int hf_org_csapi_cm_P_UNKNOWN_PIPEQOSINFO_ExtraInformation = -1;
2671 static int hf_org_csapi_cm_P_UNKNOWN_DSCODEPOINT_ExtraInformation = -1;
2672 static int hf_org_csapi_cm_P_UNKNOWN_VPRP_ExtraInformation = -1;
2673 static int hf_org_csapi_cm_P_ILLEGAL_VPRPID_ExtraInformation = -1;
2674 static int hf_org_csapi_cm_P_ILLEGAL_REF_VALUE_ExtraInformation = -1;
2675 static int hf_org_csapi_cm_P_UNKNOWN_INTERFACE_ExtraInformation = -1;
2676 static int hf_org_csapi_cm_P_CANT_DELETE_VPRP_ExtraInformation = -1;
2677 static int hf_org_csapi_cm_P_UNKNOWN_TEMPLATES_ExtraInformation = -1;
2678 static int hf_org_csapi_cm_P_UNKNOWN_MENU_ExtraInformation = -1;
2679 static int hf_org_csapi_cm_P_UNKNOWN_ENTERPRISE_NETWORK_ExtraInformation = -1;
2680 static int hf_org_csapi_cm_P_UNKNOWN_TEMPLATE_TYPE_ExtraInformation = -1;
2681 static int hf_org_csapi_cm_P_UNKNOWN_DESCRIPTION_ExtraInformation = -1;
2682 static int hf_org_csapi_cm_P_ILLEGAL_SLA_ID_ExtraInformation = -1;
2683 static int hf_org_csapi_cm_P_ILLEGAL_TAG_ExtraInformation = -1;
2684 static int hf_org_csapi_cm_P_ILLEGAL_VALUE_ExtraInformation = -1;
2685 static int hf_org_csapi_cm_P_ILLEGAL_COMBINATION_ExtraInformation = -1;
2686 static int hf_org_csapi_cm_P_UNKNOWN_SITES_ExtraInformation = -1;
2687 static int hf_org_csapi_cm_P_UNKNOWN_VPRN_ExtraInformation = -1;
2688 static int hf_org_csapi_cm_P_ILLEGAL_SITE_ID_ExtraInformation = -1;
2689 static int hf_org_csapi_cm_P_UNKNOWN_SITE_ID_ExtraInformation = -1;
2690 static int hf_org_csapi_cm_P_UNKNOWN_SAPS_ExtraInformation = -1;
2691 static int hf_org_csapi_cm_P_UNKNOWN_SITE_LOCATION_ExtraInformation = -1;
2692 static int hf_org_csapi_cm_P_UNKNOWN_SITE_DESCRIPTION_ExtraInformation = -1;
2693 static int hf_org_csapi_cm_P_UNKNOWN_IPSUBNET_ExtraInformation = -1;
2694 static int hf_org_csapi_cm_P_UNKNOWN_SAP_ExtraInformation = -1;
2695 static int hf_org_csapi_am_P_UNAUTHORIZED_APPLICATION_ExtraInformation = -1;
2696 static int hf_org_csapi_cs_P_INVALID_REQUEST_NUMBER_ExtraInformation = -1;
2697 static int hf_org_csapi_cs_P_INVALID_VOLUME_ExtraInformation = -1;
2698 static int hf_org_csapi_cs_P_INVALID_USER_ExtraInformation = -1;
2699 static int hf_org_csapi_cs_P_INVALID_ACCOUNT_ExtraInformation = -1;
2700 static int hf_org_csapi_policy_P_ACCESS_VIOLATION_ExtraInformation = -1;
2701 static int hf_org_csapi_policy_P_SYNTAX_ERROR_ExtraInformation = -1;
2702 static int hf_org_csapi_policy_P_NAME_SPACE_ERROR_ExtraInformation = -1;
2703 static int hf_org_csapi_policy_P_NO_TRANSACTION_IN_PROCESS_ExtraInformation = -1;
2704 static int hf_org_csapi_policy_P_TRANSACTION_IN_PROCESS_ExtraInformation = -1;
2705 static int hf_org_csapi_pam_P_PAM_IDENTITY_EXISTS_ExtraInformation = -1;
2706 static int hf_org_csapi_pam_P_PAM_UNKNOWN_TYPE_ExtraInformation = -1;
2707 static int hf_org_csapi_pam_P_PAM_INVALID_CREDENTIAL_ExtraInformation = -1;
2708 static int hf_org_csapi_pam_P_PAM_UNKNOWN_IDENTITY_ExtraInformation = -1;
2709 static int hf_org_csapi_pam_P_PAM_MEMBER_EXISTS_ExtraInformation = -1;
2710 static int hf_org_csapi_pam_P_PAM_UNKNOWN_GROUP_ExtraInformation = -1;
2711 static int hf_org_csapi_pam_P_PAM_UNKNOWN_MEMBER_ExtraInformation = -1;
2712 static int hf_org_csapi_pam_P_PAM_IS_CYCLIC_ExtraInformation = -1;
2713 static int hf_org_csapi_pam_P_PAM_NOT_MEMBER_ExtraInformation = -1;
2714 static int hf_org_csapi_pam_P_PAM_ALIAS_EXISTS_ExtraInformation = -1;
2715 static int hf_org_csapi_pam_P_PAM_ALIAS_NOT_UNIQUE_ExtraInformation = -1;
2716 static int hf_org_csapi_pam_P_PAM_UNASSIGNED_ALIAS_ExtraInformation = -1;
2717 static int hf_org_csapi_pam_P_PAM_UNKNOWN_ALIAS_ExtraInformation = -1;
2718 static int hf_org_csapi_pam_P_PAM_TYPE_ASSOCIATED_ExtraInformation = -1;
2719 static int hf_org_csapi_pam_P_PAM_DISASSOCIATED_TYPE_ExtraInformation = -1;
2720 static int hf_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTE_ExtraInformation = -1;
2721 static int hf_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTES_ExtraInformation = -1;
2722 static int hf_org_csapi_pam_P_PAM_AGENT_EXISTS_ExtraInformation = -1;
2723 static int hf_org_csapi_pam_P_PAM_UNKNOWN_AGENT_ExtraInformation = -1;
2724 static int hf_org_csapi_pam_P_PAM_NO_CAPABILITY_ExtraInformation = -1;
2725 static int hf_org_csapi_pam_P_PAM_UNKNOWN_ASSIGNMENT_ExtraInformation = -1;
2726 static int hf_org_csapi_pam_P_PAM_ATTRIBUTE_EXISTS_ExtraInformation = -1;
2727 static int hf_org_csapi_pam_P_PAM_TYPE_EXISTS_ExtraInformation = -1;
2728 static int hf_org_csapi_pam_P_PAM_UNKNOWN_CAPABILITY_ExtraInformation = -1;
2729 static int hf_org_csapi_pam_P_PAM_UNAVAILABLE_INTERFACE_ExtraInformation = -1;
2730 static int hf_org_csapi_pam_P_PAM_NOT_REGISTERED_ExtraInformation = -1;
2731 static int hf_org_csapi_mmm_P_MMM_INVALID_MAILBOX_ExtraInformation = -1;
2732 static int hf_org_csapi_mmm_P_MMM_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation = -1;
2733 static int hf_org_csapi_mmm_P_MMM_INVALID_FOLDER_ID_ExtraInformation = -1;
2734 static int hf_org_csapi_mmm_P_MMM_MAX_MESSAGE_SIZE_EXCEEDED_ExtraInformation = -1;
2735 static int hf_org_csapi_mmm_P_MMM_INVALID_MESSAGE_ID_ExtraInformation = -1;
2736 static int hf_org_csapi_mmm_P_MMM_INVALID_PART_ID_ExtraInformation = -1;
2737 static int hf_org_csapi_mmm_P_MMM_INVALID_PROPERTY_ExtraInformation = -1;
2738 static int hf_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TYPE_ExtraInformation = -1;
2739 static int hf_org_csapi_mmm_P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH_ExtraInformation = -1;
2740 static int hf_org_csapi_mmm_P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH_ExtraInformation = -1;
2741 static int hf_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TIME_ExtraInformation = -1;
2742 static int hf_org_csapi_mmm_P_MMM_INVALID_VALIDITY_TIME_ExtraInformation = -1;
2743 static int hf_org_csapi_mmm_P_MMM_MAX_SUBJECT_SIZE_EXCEEDED_ExtraInformation = -1;
2744 static int hf_org_csapi_mmm_P_MMM_INVALID_HEADER_ExtraInformation = -1;
2745 static int hf_org_csapi_mmm_P_MMM_CANNOT_CANCEL_ExtraInformation = -1;
2746 static int hf_org_csapi_mmm_P_MMM_INFORMATION_NOT_AVAILABLE_ExtraInformation = -1;
2747         /* Union filters */
2748 static int hf_org_csapi_TpAoCOrder_TpAoCOrder = -1;
2749 static int hf_org_csapi_TpAoCOrder_NetworkCharge = -1;
2750 static int hf_org_csapi_TpSimpleAttributeValue_TpSimpleAttributeValue = -1;
2751 static int hf_org_csapi_TpSimpleAttributeValue_BooleanValue = -1;
2752 static int hf_org_csapi_TpSimpleAttributeValue_OctetValue = -1;
2753 static int hf_org_csapi_TpSimpleAttributeValue_CharValue = -1;
2754 static int hf_org_csapi_TpSimpleAttributeValue_WCharValue_len = -1;
2755 static int hf_org_csapi_TpSimpleAttributeValue_WCharValue = -1;
2756 static int hf_org_csapi_TpSimpleAttributeValue_StringValue = -1;
2757 static int hf_org_csapi_TpSimpleAttributeValue_WStringValue = -1;
2758 static int hf_org_csapi_TpSimpleAttributeValue_Int16Value = -1;
2759 static int hf_org_csapi_TpSimpleAttributeValue_UnsignedInt16Value = -1;
2760 static int hf_org_csapi_TpSimpleAttributeValue_Int32Value = -1;
2761 static int hf_org_csapi_TpSimpleAttributeValue_UnsignedInt32Value = -1;
2762 static int hf_org_csapi_TpSimpleAttributeValue_Int64Value = -1;
2763 static int hf_org_csapi_TpSimpleAttributeValue_UnsignedInt64Value = -1;
2764 static int hf_org_csapi_TpSimpleAttributeValue_FloatValue = -1;
2765 static int hf_org_csapi_TpSimpleAttributeValue_DoubleValue = -1;
2766 static int hf_org_csapi_TpAttributeValue_TpAttributeValue = -1;
2767 static int hf_org_csapi_TpAttributeValue_XMLValue = -1;
2768 static int hf_org_csapi_fw_TpFwEventCriteria_TpFwEventCriteria = -1;
2769 static int hf_org_csapi_fw_TpFwEventCriteria_EventNameUndefined = -1;
2770 static int hf_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList_loop = -1;
2771 static int hf_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList = -1;
2772 static int hf_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList_loop = -1;
2773 static int hf_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList = -1;
2774 static int hf_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList_loop = -1;
2775 static int hf_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList = -1;
2776 static int hf_org_csapi_fw_TpFwEventCriteria_SessionCreatedList_loop = -1;
2777 static int hf_org_csapi_fw_TpFwEventCriteria_SessionCreatedList = -1;
2778 static int hf_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList_loop = -1;
2779 static int hf_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList = -1;
2780 static int hf_org_csapi_fw_TpFwEventCriteria_AgreementSignedList_loop = -1;
2781 static int hf_org_csapi_fw_TpFwEventCriteria_AgreementSignedList = -1;
2782 static int hf_org_csapi_fw_TpFwEventCriteria_AgreementEndedList_loop = -1;
2783 static int hf_org_csapi_fw_TpFwEventCriteria_AgreementEndedList = -1;
2784 static int hf_org_csapi_fw_TpLoadStatisticEntityID_TpLoadStatisticEntityID = -1;
2785 static int hf_org_csapi_fw_TpLoadStatisticEntityID_FrameworkID = -1;
2786 static int hf_org_csapi_fw_TpLoadStatisticEntityID_ServiceID = -1;
2787 static int hf_org_csapi_fw_TpLoadStatisticEntityID_ClientAppID = -1;
2788 static int hf_org_csapi_fw_TpLoadStatisticInfo_TpLoadStatisticInfo = -1;
2789 static int hf_org_csapi_fw_TpLoadStatisticInfo_LoadStatisticError = -1;
2790 static int hf_org_csapi_fw_TpDomainID_TpDomainID = -1;
2791 static int hf_org_csapi_fw_TpDomainID_FwID = -1;
2792 static int hf_org_csapi_fw_TpDomainID_ClientAppID = -1;
2793 static int hf_org_csapi_fw_TpDomainID_EntOpID = -1;
2794 static int hf_org_csapi_fw_TpDomainID_ServiceID = -1;
2795 static int hf_org_csapi_fw_TpDomainID_ServiceSupplierID = -1;
2796 static int hf_org_csapi_fw_TpMigrationAdditionalInfo_TpMigrationAdditionalInfo = -1;
2797 static int hf_org_csapi_fw_TpMigrationAdditionalInfo_Dummy = -1;
2798 static int hf_org_csapi_fw_TpFwEventInfo_TpFwEventInfo = -1;
2799 static int hf_org_csapi_fw_TpFwEventInfo_EventNameUndefined = -1;
2800 static int hf_org_csapi_fw_TpFwEventInfo_ServiceIDList_loop = -1;
2801 static int hf_org_csapi_fw_TpFwEventInfo_ServiceIDList = -1;
2802 static int hf_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList_loop = -1;
2803 static int hf_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList = -1;
2804 static int hf_org_csapi_fw_TpFwEventInfo_AppSessionCreated = -1;
2805 static int hf_org_csapi_fw_TpFwEventInfo_AppSessionTerminated = -1;
2806 static int hf_org_csapi_ui_TpUIVariableInfo_TpUIVariableInfo = -1;
2807 static int hf_org_csapi_ui_TpUIVariableInfo_VariablePartInteger = -1;
2808 static int hf_org_csapi_ui_TpUIVariableInfo_VariablePartAddress = -1;
2809 static int hf_org_csapi_ui_TpUIVariableInfo_VariablePartTime = -1;
2810 static int hf_org_csapi_ui_TpUIVariableInfo_VariablePartDate = -1;
2811 static int hf_org_csapi_ui_TpUIVariableInfo_VariablePartPrice = -1;
2812 static int hf_org_csapi_ui_TpUIInfo_TpUIInfo = -1;
2813 static int hf_org_csapi_ui_TpUIInfo_InfoID = -1;
2814 static int hf_org_csapi_ui_TpUIInfo_InfoData = -1;
2815 static int hf_org_csapi_ui_TpUIInfo_InfoAddress = -1;
2816 static int hf_org_csapi_ui_TpUIInfo_InfoBinData_loop = -1;
2817 static int hf_org_csapi_ui_TpUIInfo_InfoBinData = -1;
2818 static int hf_org_csapi_ui_TpUIInfo_InfoUUEncData = -1;
2819 static int hf_org_csapi_ui_TpUIInfo_InfoMimeData_loop = -1;
2820 static int hf_org_csapi_ui_TpUIInfo_InfoMimeData = -1;
2821 static int hf_org_csapi_ui_TpUIInfo_InfoWaveData_loop = -1;
2822 static int hf_org_csapi_ui_TpUIInfo_InfoWaveData = -1;
2823 static int hf_org_csapi_ui_TpUIInfo_InfoAuData_loop = -1;
2824 static int hf_org_csapi_ui_TpUIInfo_InfoAuData = -1;
2825 static int hf_org_csapi_ui_TpUIInfo_InfoVXMLData = -1;
2826 static int hf_org_csapi_cc_TpCallAdditionalErrorInfo_TpCallAdditionalErrorInfo = -1;
2827 static int hf_org_csapi_cc_TpCallAdditionalErrorInfo_CallErrorInvalidAddress = -1;
2828 static int hf_org_csapi_cc_TpCallAdditionalErrorInfo_Dummy = -1;
2829 static int hf_org_csapi_cc_TpCallLoadControlMechanism_TpCallLoadControlMechanism = -1;
2830 static int hf_org_csapi_cc_TpCallLoadControlMechanism_CallLoadControlPerInterval = -1;
2831 static int hf_org_csapi_cc_TpCallAdditionalTreatmentInfo_TpCallAdditionalTreatmentInfo = -1;
2832 static int hf_org_csapi_cc_TpCallAdditionalTreatmentInfo_Dummy = -1;
2833 static int hf_org_csapi_cc_TpCallPartyToChargeAdditionalInfo_TpCallPartyToChargeAdditionalInfo = -1;
2834 static int hf_org_csapi_cc_TpCallPartyToChargeAdditionalInfo_Dummy = -1;
2835 static int hf_org_csapi_cc_gccs_TpCallAppInfo_TpCallAppInfo = -1;
2836 static int hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppAlertingMechanism = -1;
2837 static int hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppNetworkAccessType = -1;
2838 static int hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppTeleService = -1;
2839 static int hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppBearerService = -1;
2840 static int hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppPartyCategory = -1;
2841 static int hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppGenericInfo = -1;
2842 static int hf_org_csapi_cc_gccs_TpCallAppInfo_Dummy = -1;
2843 static int hf_org_csapi_cc_gccs_TpCallAdditionalReportInfo_TpCallAdditionalReportInfo = -1;
2844 static int hf_org_csapi_cc_gccs_TpCallAdditionalReportInfo_QueueStatus = -1;
2845 static int hf_org_csapi_cc_gccs_TpCallAdditionalReportInfo_Dummy = -1;
2846 static int hf_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_TpCallAdditionalReportCriteria = -1;
2847 static int hf_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_NoAnswerDuration = -1;
2848 static int hf_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_Dummy = -1;
2849 static int hf_org_csapi_cc_TpCallAdditionalEventInfo_TpCallAdditionalEventInfo = -1;
2850 static int hf_org_csapi_cc_TpCallAdditionalEventInfo_OriginatingReleaseCause = -1;
2851 static int hf_org_csapi_cc_TpCallAdditionalEventInfo_TerminatingReleaseCause = -1;
2852 static int hf_org_csapi_cc_TpCallAdditionalEventInfo_Dummy = -1;
2853 static int hf_org_csapi_cc_TpAdditionalCallEventCriteria_TpAdditionalCallEventCriteria = -1;
2854 static int hf_org_csapi_cc_TpAdditionalCallEventCriteria_MinAddressLength = -1;
2855 static int hf_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingServiceCode_loop = -1;
2856 static int hf_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet_loop = -1;
2857 static int hf_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet = -1;
2858 static int hf_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet_loop = -1;
2859 static int hf_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet = -1;
2860 static int hf_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingServiceCode_loop = -1;
2861 static int hf_org_csapi_cc_TpAdditionalCallEventCriteria_Dummy = -1;
2862 static int hf_org_csapi_cc_TpCallAppInfo_TpCallAppInfo = -1;
2863 static int hf_org_csapi_cc_TpCallAppInfo_CallAppAlertingMechanism = -1;
2864 static int hf_org_csapi_cc_TpCallAppInfo_CallAppNetworkAccessType = -1;
2865 static int hf_org_csapi_cc_TpCallAppInfo_CallAppTeleService = -1;
2866 static int hf_org_csapi_cc_TpCallAppInfo_CallAppBearerService = -1;
2867 static int hf_org_csapi_cc_TpCallAppInfo_CallAppPartyCategory = -1;
2868 static int hf_org_csapi_cc_TpCallAppInfo_CallAppGenericInfo = -1;
2869 static int hf_org_csapi_cc_TpCallAppInfo_CallHighProbabilityCompletion = -1;
2870 static int hf_org_csapi_cc_TpCallAppInfo_CallAppCarrier_loop = -1;
2871 static int hf_org_csapi_cc_TpCallAppInfo_Dummy = -1;
2872 static int hf_org_csapi_cc_mpccs_TpAppMultiPartyCallBack_TpAppMultiPartyCallBack = -1;
2873 static int hf_org_csapi_cc_mpccs_TpAppMultiPartyCallBack_Dummy = -1;
2874 static int hf_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_TpMediaStreamDataTypeRequest = -1;
2875 static int hf_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_Audio = -1;
2876 static int hf_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_Video = -1;
2877 static int hf_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_Data = -1;
2878 static int hf_org_csapi_cc_mmccs_TpAppMultiMediaCallBack_TpAppMultiMediaCallBack = -1;
2879 static int hf_org_csapi_cc_mmccs_TpAppMultiMediaCallBack_Dummy = -1;
2880 static int hf_org_csapi_cc_cccs_TpConfPolicy_TpConfPolicy = -1;
2881 static int hf_org_csapi_cc_cccs_TpConfPolicy_Dummy = -1;
2882 static int hf_org_csapi_ui_TpUITargetObject_TpUITargetObject = -1;
2883 static int hf_org_csapi_mm_TpBindingEntry_TpBindingEntry = -1;
2884 static int hf_org_csapi_mm_TpBindingEntry_UBExpires = -1;
2885 static int hf_org_csapi_mm_TpBindingEntry_UBPreference = -1;
2886 static int hf_org_csapi_mm_TpBindingEntry_Dummy = -1;
2887 static int hf_org_csapi_dsc_TpDataSessionChargeOrder_TpDataSessionChargeOrder = -1;
2888 static int hf_org_csapi_dsc_TpDataSessionChargeOrder_NetworkCharge = -1;
2889 static int hf_org_csapi_dsc_TpDataSessionAdditionalErrorInfo_TpDataSessionAdditionalErrorInfo = -1;
2890 static int hf_org_csapi_dsc_TpDataSessionAdditionalErrorInfo_DataSessionErrorInvalidAddress = -1;
2891 static int hf_org_csapi_dsc_TpDataSessionAdditionalErrorInfo_Dummy = -1;
2892 static int hf_org_csapi_dsc_TpDataSessionAdditionalReportInfo_TpDataSessionAdditionalReportInfo = -1;
2893 static int hf_org_csapi_dsc_TpDataSessionAdditionalReportInfo_Dummy = -1;
2894 static int hf_org_csapi_gms_TpMessageInfoProperty_TpMessageInfoProperty = -1;
2895 static int hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageID = -1;
2896 static int hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageSubject = -1;
2897 static int hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageDateSent = -1;
2898 static int hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageDateReceived = -1;
2899 static int hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageDateChanged = -1;
2900 static int hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageSize = -1;
2901 static int hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessagePriority = -1;
2902 static int hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageFormat = -1;
2903 static int hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageFolder = -1;
2904 static int hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageStatus = -1;
2905 static int hf_org_csapi_gms_TpMessageInfoProperty_Dummy = -1;
2906 static int hf_org_csapi_gms_TpMailboxInfoProperty_TpMailboxInfoProperty = -1;
2907 static int hf_org_csapi_gms_TpMailboxInfoProperty_MessagingMailboxOwner = -1;
2908 static int hf_org_csapi_gms_TpMailboxInfoProperty_MessagingMailboxFolder = -1;
2909 static int hf_org_csapi_gms_TpMailboxInfoProperty_MessagingMailboxDateCreated = -1;
2910 static int hf_org_csapi_gms_TpMailboxInfoProperty_MessagingMailboxDateChanged = -1;
2911 static int hf_org_csapi_gms_TpMailboxInfoProperty_Dummy = -1;
2912 static int hf_org_csapi_gms_TpMessagingEventInfo_TpMessagingEventInfo = -1;
2913 static int hf_org_csapi_gms_TpMessagingEventInfo_EventNameUndefined = -1;
2914 static int hf_org_csapi_gms_TpMessagingEventCriteria_TpMessagingEventCriteria = -1;
2915 static int hf_org_csapi_gms_TpMessagingEventCriteria_Dummy = -1;
2916 static int hf_org_csapi_gms_TpFolderInfoProperty_TpFolderInfoProperty = -1;
2917 static int hf_org_csapi_gms_TpFolderInfoProperty_MessagingFolderID = -1;
2918 static int hf_org_csapi_gms_TpFolderInfoProperty_MessagingFolderMessage = -1;
2919 static int hf_org_csapi_gms_TpFolderInfoProperty_MessagingFolderSubfolder = -1;
2920 static int hf_org_csapi_gms_TpFolderInfoProperty_MessagingFolderDateCreated = -1;
2921 static int hf_org_csapi_gms_TpFolderInfoProperty_MessagingFolderDateChanged = -1;
2922 static int hf_org_csapi_gms_TpFolderInfoProperty_Dummy = -1;
2923 static int hf_org_csapi_cs_TpChargingParameterValue_TpChargingParameterValue = -1;
2924 static int hf_org_csapi_cs_TpChargingParameterValue_IntValue = -1;
2925 static int hf_org_csapi_cs_TpChargingParameterValue_FloatValue = -1;
2926 static int hf_org_csapi_cs_TpChargingParameterValue_StringValue = -1;
2927 static int hf_org_csapi_cs_TpChargingParameterValue_BooleanValue = -1;
2928 static int hf_org_csapi_cs_TpChargingParameterValue_OctetValue_loop = -1;
2929 static int hf_org_csapi_cs_TpChargingParameterValue_OctetValue = -1;
2930 static int hf_org_csapi_cs_TpAppInformation_TpAppInformation = -1;
2931 static int hf_org_csapi_cs_TpAppInformation_Timestamp = -1;
2932 static int hf_org_csapi_policy_TpPolicyType_TpPolicyType = -1;
2933 static int hf_org_csapi_policy_TpPolicyType_SimpleType = -1;
2934 static int hf_org_csapi_policy_TpPolicyType_StructuredType = -1;
2935 static int hf_org_csapi_policy_TpPolicyType_XMLString = -1;
2936 static int hf_org_csapi_pam_TpPAMContextData_TpPAMContextData = -1;
2937 static int hf_org_csapi_pam_TpPAMContextData_Dummy = -1;
2938 static int hf_org_csapi_pam_TpPAMEventInfo_TpPAMEventInfo = -1;
2939 static int hf_org_csapi_pam_TpPAMNotificationInfo_TpPAMNotificationInfo = -1;
2940 static int hf_org_csapi_pam_TpPAMPreferenceData_TpPAMPreferenceData = -1;
2941 static int hf_org_csapi_pam_TpPAMPreferenceData_Dummy = -1;
2942 static int hf_org_csapi_mmm_TpFolderInfoProperty_TpFolderInfoProperty = -1;
2943 static int hf_org_csapi_mmm_TpFolderInfoProperty_FolderDateCreated = -1;
2944 static int hf_org_csapi_mmm_TpFolderInfoProperty_FolderDateChanged = -1;
2945 static int hf_org_csapi_mmm_TpFolderInfoProperty_FolderSize = -1;
2946 static int hf_org_csapi_mmm_TpFolderInfoProperty_FolderNumberOfMessages = -1;
2947 static int hf_org_csapi_mmm_TpFolderInfoProperty_Dummy = -1;
2948 static int hf_org_csapi_mmm_TpMailboxInfoProperty_TpMailboxInfoProperty = -1;
2949 static int hf_org_csapi_mmm_TpMailboxInfoProperty_MailboxOwner = -1;
2950 static int hf_org_csapi_mmm_TpMailboxInfoProperty_MailboxDateCreated = -1;
2951 static int hf_org_csapi_mmm_TpMailboxInfoProperty_MailboxDateChanged = -1;
2952 static int hf_org_csapi_mmm_TpMailboxInfoProperty_MailboxSize = -1;
2953 static int hf_org_csapi_mmm_TpMailboxInfoProperty_Dummy = -1;
2954 static int hf_org_csapi_mmm_TpMessageInfoProperty_TpMessageInfoProperty = -1;
2955 static int hf_org_csapi_mmm_TpMessageInfoProperty_MessageDateCreated = -1;
2956 static int hf_org_csapi_mmm_TpMessageInfoProperty_MessageDateReceived = -1;
2957 static int hf_org_csapi_mmm_TpMessageInfoProperty_MessageDateChanged = -1;
2958 static int hf_org_csapi_mmm_TpMessageInfoProperty_MessageSize = -1;
2959 static int hf_org_csapi_mmm_TpMessageInfoProperty_MessageStatus = -1;
2960 static int hf_org_csapi_mmm_TpMessageInfoProperty_Dummy = -1;
2961 static int hf_org_csapi_mmm_TpMessageHeaderField_TpMessageHeaderField = -1;
2962 static int hf_org_csapi_mmm_TpMessageHeaderField_DateSent = -1;
2963 static int hf_org_csapi_mmm_TpMessageHeaderField_From_loop = -1;
2964 static int hf_org_csapi_mmm_TpMessageHeaderField_ReplyTo_loop = -1;
2965 static int hf_org_csapi_mmm_TpMessageHeaderField_To_loop = -1;
2966 static int hf_org_csapi_mmm_TpMessageHeaderField_Cc_loop = -1;
2967 static int hf_org_csapi_mmm_TpMessageHeaderField_Bcc_loop = -1;
2968 static int hf_org_csapi_mmm_TpMessageHeaderField_RFC822MessageID = -1;
2969 static int hf_org_csapi_mmm_TpMessageHeaderField_InReplyTo_loop = -1;
2970 static int hf_org_csapi_mmm_TpMessageHeaderField_InReplyTo = -1;
2971 static int hf_org_csapi_mmm_TpMessageHeaderField_References_loop = -1;
2972 static int hf_org_csapi_mmm_TpMessageHeaderField_References = -1;
2973 static int hf_org_csapi_mmm_TpMessageHeaderField_Subject = -1;
2974 static int hf_org_csapi_mmm_TpMessageHeaderField_Comments = -1;
2975 static int hf_org_csapi_mmm_TpMessageHeaderField_Keywords_loop = -1;
2976 static int hf_org_csapi_mmm_TpMessageHeaderField_Keywords = -1;
2977 static int hf_org_csapi_mmm_TpMessageHeaderField_MimeVersion = -1;
2978 static int hf_org_csapi_mmm_TpMessageHeaderField_MimeContent = -1;
2979 static int hf_org_csapi_mmm_TpMessageHeaderField_MimeEncoding = -1;
2980 static int hf_org_csapi_mmm_TpMessageHeaderField_MimeID = -1;
2981 static int hf_org_csapi_mmm_TpMessageHeaderField_MimeDescription = -1;
2982 static int hf_org_csapi_mmm_TpMessageHeaderField_MimeDisposition = -1;
2983 static int hf_org_csapi_mmm_TpMessageHeaderField_Priority = -1;
2984 static int hf_org_csapi_mmm_TpDeliveryTime_TpDeliveryTime = -1;
2985 static int hf_org_csapi_mmm_TpDeliveryTime_DeliveryTime = -1;
2986 static int hf_org_csapi_mmm_TpDeliveryTime_Dummy = -1;
2987 static int hf_org_csapi_mmm_TpMessageTreatment_TpMessageTreatment = -1;
2988 static int hf_org_csapi_mmm_TpMessageTreatment_DeliveryReport = -1;
2989 static int hf_org_csapi_mmm_TpMessageTreatment_BillingID = -1;
2990 static int hf_org_csapi_mmm_TpMessageTreatment_ValidityTime = -1;
2991 static int hf_org_csapi_mmm_TpMessagingEventCriteria_TpMessagingEventCriteria = -1;
2992 static int hf_org_csapi_mmm_TpMessagingEventCriteria_Dummy = -1;
2993 static int hf_org_csapi_mmm_TpMessagingEventInfo_TpMessagingEventInfo = -1;
2994 static int hf_org_csapi_mmm_TpMessagingEventInfo_EventNameUndefined = -1;
2995         /* Expert info filters */
2996 static expert_field ei_parlay_unknown_giop_msg = EI_INIT;
2997 static expert_field ei_parlay_unknown_exception = EI_INIT;
2998 static expert_field ei_parlay_unknown_reply_status = EI_INIT;
2999 
3000 
3001 static proto_tree *start_dissecting(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, int *offset);
3002 
3003 
3004 /* Struct prototype declaration Start */
3005 
3006 /* Struct = IDL:org/csapi/TpAddress:1.0 */
3007 static void decode_org_csapi_TpAddress_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3008 
3009 /* Struct = IDL:org/csapi/TpAddressRange:1.0 */
3010 static void decode_org_csapi_TpAddressRange_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3011 
3012 /* Struct = IDL:org/csapi/TpCAIElements:1.0 */
3013 static void decode_org_csapi_TpCAIElements_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3014 
3015 /* Struct = IDL:org/csapi/TpChargeAdviceInfo:1.0 */
3016 static void decode_org_csapi_TpChargeAdviceInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3017 
3018 /* Struct = IDL:org/csapi/TpChargePerTime:1.0 */
3019 static void decode_org_csapi_TpChargePerTime_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3020 
3021 /* Struct = IDL:org/csapi/TpAoCInfo:1.0 */
3022 static void decode_org_csapi_TpAoCInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3023 
3024 /* Struct = IDL:org/csapi/TpTimeInterval:1.0 */
3025 static void decode_org_csapi_TpTimeInterval_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3026 
3027 /* Struct = IDL:org/csapi/TpStructuredAttributeValue:1.0 */
3028 static void decode_org_csapi_TpStructuredAttributeValue_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3029 
3030 /* Struct = IDL:org/csapi/TpAttribute:1.0 */
3031 static void decode_org_csapi_TpAttribute_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3032 
3033 /* Struct = IDL:org/csapi/fw/TpFaultStats:1.0 */
3034 static void decode_org_csapi_fw_TpFaultStats_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3035 
3036 /* Struct = IDL:org/csapi/fw/TpFaultStatsRecord:1.0 */
3037 static void decode_org_csapi_fw_TpFaultStatsRecord_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3038 
3039 /* Struct = IDL:org/csapi/fw/TpLoadPolicy:1.0 */
3040 static void decode_org_csapi_fw_TpLoadPolicy_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3041 
3042 /* Struct = IDL:org/csapi/fw/TpLoadStatisticData:1.0 */
3043 static void decode_org_csapi_fw_TpLoadStatisticData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3044 
3045 /* Struct = IDL:org/csapi/fw/TpLoadThreshold:1.0 */
3046 static void decode_org_csapi_fw_TpLoadThreshold_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3047 
3048 /* Struct = IDL:org/csapi/fw/TpLoadInitVal:1.0 */
3049 static void decode_org_csapi_fw_TpLoadInitVal_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3050 
3051 /* Struct = IDL:org/csapi/fw/TpProperty:1.0 */
3052 static void decode_org_csapi_fw_TpProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3053 
3054 /* Struct = IDL:org/csapi/fw/TpClientAppDescription:1.0 */
3055 static void decode_org_csapi_fw_TpClientAppDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3056 
3057 /* Struct = IDL:org/csapi/fw/TpEntOp:1.0 */
3058 static void decode_org_csapi_fw_TpEntOp_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3059 
3060 /* Struct = IDL:org/csapi/fw/TpSag:1.0 */
3061 static void decode_org_csapi_fw_TpSag_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3062 
3063 /* Struct = IDL:org/csapi/fw/TpServiceProperty:1.0 */
3064 static void decode_org_csapi_fw_TpServiceProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3065 
3066 /* Struct = IDL:org/csapi/fw/TpServiceDescription:1.0 */
3067 static void decode_org_csapi_fw_TpServiceDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3068 
3069 /* Struct = IDL:org/csapi/fw/TpService:1.0 */
3070 static void decode_org_csapi_fw_TpService_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3071 
3072 /* Struct = IDL:org/csapi/fw/TpServiceProfileDescription:1.0 */
3073 static void decode_org_csapi_fw_TpServiceProfileDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3074 
3075 /* Struct = IDL:org/csapi/fw/TpServiceTypeProperty:1.0 */
3076 static void decode_org_csapi_fw_TpServiceTypeProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3077 
3078 /* Struct = IDL:org/csapi/fw/TpServiceTypeDescription:1.0 */
3079 static void decode_org_csapi_fw_TpServiceTypeDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3080 
3081 /* Struct = IDL:org/csapi/fw/TpSignatureAndServiceMgr:1.0 */
3082 static void decode_org_csapi_fw_TpSignatureAndServiceMgr_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3083 
3084 /* Struct = IDL:org/csapi/fw/TpPerson:1.0 */
3085 static void decode_org_csapi_fw_TpPerson_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3086 
3087 /* Struct = IDL:org/csapi/fw/TpServiceContractDescription:1.0 */
3088 static void decode_org_csapi_fw_TpServiceContractDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3089 
3090 /* Struct = IDL:org/csapi/fw/TpLoadStatistic:1.0 */
3091 static void decode_org_csapi_fw_TpLoadStatistic_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3092 
3093 /* Struct = IDL:org/csapi/fw/TpServiceContract:1.0 */
3094 static void decode_org_csapi_fw_TpServiceContract_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3095 
3096 /* Struct = IDL:org/csapi/fw/TpServiceProfile:1.0 */
3097 static void decode_org_csapi_fw_TpServiceProfile_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3098 
3099 /* Struct = IDL:org/csapi/fw/TpAuthDomain:1.0 */
3100 static void decode_org_csapi_fw_TpAuthDomain_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3101 
3102 /* Struct = IDL:org/csapi/fw/TpSagProfilePair:1.0 */
3103 static void decode_org_csapi_fw_TpSagProfilePair_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3104 
3105 /* Struct = IDL:org/csapi/fw/TpAddSagMembersConflict:1.0 */
3106 static void decode_org_csapi_fw_TpAddSagMembersConflict_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3107 
3108 /* Struct = IDL:org/csapi/fw/TpAssignSagToServiceProfileConflict:1.0 */
3109 static void decode_org_csapi_fw_TpAssignSagToServiceProfileConflict_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3110 
3111 /* Struct = IDL:org/csapi/fw/TpServiceTypePropertyValue:1.0 */
3112 static void decode_org_csapi_fw_TpServiceTypePropertyValue_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3113 
3114 /* Struct = IDL:org/csapi/fw/TpFwMigrationServiceAvailableInfo:1.0 */
3115 static void decode_org_csapi_fw_TpFwMigrationServiceAvailableInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3116 
3117 /* Struct = IDL:org/csapi/fw/TpFwAgreementInfo:1.0 */
3118 static void decode_org_csapi_fw_TpFwAgreementInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3119 
3120 /* Struct = IDL:org/csapi/ui/TpUIMessageCriteria:1.0 */
3121 static void decode_org_csapi_ui_TpUIMessageCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3122 
3123 /* Struct = IDL:org/csapi/ui/TpUIEventInfo:1.0 */
3124 static void decode_org_csapi_ui_TpUIEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3125 
3126 /* Struct = IDL:org/csapi/ui/TpUIEventCriteria:1.0 */
3127 static void decode_org_csapi_ui_TpUIEventCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3128 
3129 /* Struct = IDL:org/csapi/ui/TpUIEventCriteriaResult:1.0 */
3130 static void decode_org_csapi_ui_TpUIEventCriteriaResult_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3131 
3132 /* Struct = IDL:org/csapi/ui/TpUIEventNotificationInfo:1.0 */
3133 static void decode_org_csapi_ui_TpUIEventNotificationInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3134 
3135 /* Struct = IDL:org/csapi/ui/TpUIRecognitionProperty:1.0 */
3136 static void decode_org_csapi_ui_TpUIRecognitionProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3137 
3138 /* Struct = IDL:org/csapi/ui/TpUIRecognitionCriteria:1.0 */
3139 static void decode_org_csapi_ui_TpUIRecognitionCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3140 
3141 /* Struct = IDL:org/csapi/ui/TpUICollectCriteria:1.0 */
3142 static void decode_org_csapi_ui_TpUICollectCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3143 
3144 /* Struct = IDL:org/csapi/ui/TpUIWordOverride:1.0 */
3145 static void decode_org_csapi_ui_TpUIWordOverride_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3146 
3147 /* Struct = IDL:org/csapi/ui/TpUISynthesisInfoData:1.0 */
3148 static void decode_org_csapi_ui_TpUISynthesisInfoData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3149 
3150 /* Struct = IDL:org/csapi/cc/TpCallError:1.0 */
3151 static void decode_org_csapi_cc_TpCallError_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3152 
3153 /* Struct = IDL:org/csapi/cc/TpCallEndedReport:1.0 */
3154 static void decode_org_csapi_cc_TpCallEndedReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3155 
3156 /* Struct = IDL:org/csapi/cc/TpCallInfoReport:1.0 */
3157 static void decode_org_csapi_cc_TpCallInfoReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3158 
3159 /* Struct = IDL:org/csapi/cc/TpCallServiceCode:1.0 */
3160 static void decode_org_csapi_cc_TpCallServiceCode_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3161 
3162 /* Struct = IDL:org/csapi/cc/TpCallTreatment:1.0 */
3163 static void decode_org_csapi_cc_TpCallTreatment_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3164 
3165 /* Struct = IDL:org/csapi/cc/TpCallChargePlan:1.0 */
3166 static void decode_org_csapi_cc_TpCallChargePlan_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3167 
3168 /* Struct = IDL:org/csapi/cc/gccs/TpCallEventCriteria:1.0 */
3169 static void decode_org_csapi_cc_gccs_TpCallEventCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3170 
3171 /* Struct = IDL:org/csapi/cc/gccs/TpCallEventCriteriaResult:1.0 */
3172 static void decode_org_csapi_cc_gccs_TpCallEventCriteriaResult_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3173 
3174 /* Struct = IDL:org/csapi/cc/gccs/TpCallReleaseCause:1.0 */
3175 static void decode_org_csapi_cc_gccs_TpCallReleaseCause_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3176 
3177 /* Struct = IDL:org/csapi/cc/gccs/TpCallReport:1.0 */
3178 static void decode_org_csapi_cc_gccs_TpCallReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3179 
3180 /* Struct = IDL:org/csapi/cc/gccs/TpCallReportRequest:1.0 */
3181 static void decode_org_csapi_cc_gccs_TpCallReportRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3182 
3183 /* Struct = IDL:org/csapi/cc/gccs/TpCallEventInfo:1.0 */
3184 static void decode_org_csapi_cc_gccs_TpCallEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3185 
3186 /* Struct = IDL:org/csapi/cc/gccs/TpCallEndedReport:1.0 */
3187 static void decode_org_csapi_cc_gccs_TpCallEndedReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3188 
3189 /* Struct = IDL:org/csapi/cc/gccs/TpCallInfoReport:1.0 */
3190 static void decode_org_csapi_cc_gccs_TpCallInfoReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3191 
3192 /* Struct = IDL:org/csapi/cc/gccs/TpCallTreatment:1.0 */
3193 static void decode_org_csapi_cc_gccs_TpCallTreatment_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3194 
3195 /* Struct = IDL:org/csapi/cc/gccs/TpCallIdentifier:1.0 */
3196 static void decode_org_csapi_cc_gccs_TpCallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3197 
3198 /* Struct = IDL:org/csapi/cc/TpCallNotificationScope:1.0 */
3199 static void decode_org_csapi_cc_TpCallNotificationScope_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3200 
3201 /* Struct = IDL:org/csapi/cc/TpCallNotificationReportScope:1.0 */
3202 static void decode_org_csapi_cc_TpCallNotificationReportScope_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3203 
3204 /* Struct = IDL:org/csapi/cc/TpCallEventRequest:1.0 */
3205 static void decode_org_csapi_cc_TpCallEventRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3206 
3207 /* Struct = IDL:org/csapi/cc/TpCallNotificationRequest:1.0 */
3208 static void decode_org_csapi_cc_TpCallNotificationRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3209 
3210 /* Struct = IDL:org/csapi/cc/TpNotificationRequested:1.0 */
3211 static void decode_org_csapi_cc_TpNotificationRequested_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3212 
3213 /* Struct = IDL:org/csapi/cc/TpCallLegConnectionProperties:1.0 */
3214 static void decode_org_csapi_cc_TpCallLegConnectionProperties_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3215 
3216 /* Struct = IDL:org/csapi/cc/TpCallEventInfo:1.0 */
3217 static void decode_org_csapi_cc_TpCallEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3218 
3219 /* Struct = IDL:org/csapi/cc/TpNotificationRequestedSetEntry:1.0 */
3220 static void decode_org_csapi_cc_TpNotificationRequestedSetEntry_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3221 
3222 /* Struct = IDL:org/csapi/cc/TpCarrier:1.0 */
3223 static void decode_org_csapi_cc_TpCarrier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3224 
3225 /* Struct = IDL:org/csapi/cc/TpCallNotificationInfo:1.0 */
3226 static void decode_org_csapi_cc_TpCallNotificationInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3227 
3228 /* Struct = IDL:org/csapi/cc/TpCallLegInfoReport:1.0 */
3229 static void decode_org_csapi_cc_TpCallLegInfoReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3230 
3231 /* Struct = IDL:org/csapi/cc/TpCallLegProperty:1.0 */
3232 static void decode_org_csapi_cc_TpCallLegProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3233 
3234 /* Struct = IDL:org/csapi/cc/mpccs/TpMultiPartyCallIdentifier:1.0 */
3235 static void decode_org_csapi_cc_mpccs_TpMultiPartyCallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3236 
3237 /* Struct = IDL:org/csapi/cc/mpccs/TpCallLegIdentifier:1.0 */
3238 static void decode_org_csapi_cc_mpccs_TpCallLegIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3239 
3240 /* Struct = IDL:org/csapi/cc/mpccs/TpAppCallLegCallBack:1.0 */
3241 static void decode_org_csapi_cc_mpccs_TpAppCallLegCallBack_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3242 
3243 /* Struct = IDL:org/csapi/cc/mmccs/TpCallSuperviseVolume:1.0 */
3244 static void decode_org_csapi_cc_mmccs_TpCallSuperviseVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3245 
3246 /* Struct = IDL:org/csapi/cc/mmccs/TpMediaStreamRequest:1.0 */
3247 static void decode_org_csapi_cc_mmccs_TpMediaStreamRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3248 
3249 /* Struct = IDL:org/csapi/cc/mmccs/TpMediaStream:1.0 */
3250 static void decode_org_csapi_cc_mmccs_TpMediaStream_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3251 
3252 /* Struct = IDL:org/csapi/cc/mmccs/TpNotificationMediaRequest:1.0 */
3253 static void decode_org_csapi_cc_mmccs_TpNotificationMediaRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3254 
3255 /* Struct = IDL:org/csapi/cc/mmccs/TpMediaNotificationRequested:1.0 */
3256 static void decode_org_csapi_cc_mmccs_TpMediaNotificationRequested_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3257 
3258 /* Struct = IDL:org/csapi/cc/mmccs/TpMultiMediaCallIdentifier:1.0 */
3259 static void decode_org_csapi_cc_mmccs_TpMultiMediaCallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3260 
3261 /* Struct = IDL:org/csapi/cc/mmccs/TpMultiMediaCallLegIdentifier:1.0 */
3262 static void decode_org_csapi_cc_mmccs_TpMultiMediaCallLegIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3263 
3264 /* Struct = IDL:org/csapi/cc/mmccs/TpAppMultiMediaCallLegCallBack:1.0 */
3265 static void decode_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3266 
3267 /* Struct = IDL:org/csapi/cc/cccs/TpMonoMediaConfPolicy:1.0 */
3268 static void decode_org_csapi_cc_cccs_TpMonoMediaConfPolicy_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3269 
3270 /* Struct = IDL:org/csapi/cc/cccs/TpJoinEventInfo:1.0 */
3271 static void decode_org_csapi_cc_cccs_TpJoinEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3272 
3273 /* Struct = IDL:org/csapi/cc/cccs/TpConfSearchCriteria:1.0 */
3274 static void decode_org_csapi_cc_cccs_TpConfSearchCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3275 
3276 /* Struct = IDL:org/csapi/cc/cccs/TpConfSearchResult:1.0 */
3277 static void decode_org_csapi_cc_cccs_TpConfSearchResult_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3278 
3279 /* Struct = IDL:org/csapi/cc/cccs/TpMultiMediaConfPolicy:1.0 */
3280 static void decode_org_csapi_cc_cccs_TpMultiMediaConfPolicy_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3281 
3282 /* Struct = IDL:org/csapi/cc/cccs/TpResourceReservation:1.0 */
3283 static void decode_org_csapi_cc_cccs_TpResourceReservation_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3284 
3285 /* Struct = IDL:org/csapi/cc/cccs/TpConfCallIdentifier:1.0 */
3286 static void decode_org_csapi_cc_cccs_TpConfCallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3287 
3288 /* Struct = IDL:org/csapi/cc/cccs/TpSubConfCallIdentifier:1.0 */
3289 static void decode_org_csapi_cc_cccs_TpSubConfCallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3290 
3291 /* Struct = IDL:org/csapi/ui/TpUIIdentifier:1.0 */
3292 static void decode_org_csapi_ui_TpUIIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3293 
3294 /* Struct = IDL:org/csapi/ui/TpUICallIdentifier:1.0 */
3295 static void decode_org_csapi_ui_TpUICallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3296 
3297 /* Struct = IDL:org/csapi/mm/TpLocationResponseTime:1.0 */
3298 static void decode_org_csapi_mm_TpLocationResponseTime_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3299 
3300 /* Struct = IDL:org/csapi/mm/TpLocationTrigger:1.0 */
3301 static void decode_org_csapi_mm_TpLocationTrigger_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3302 
3303 /* Struct = IDL:org/csapi/mm/TpLocationRequest:1.0 */
3304 static void decode_org_csapi_mm_TpLocationRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3305 
3306 /* Struct = IDL:org/csapi/mm/TpGeographicalPosition:1.0 */
3307 static void decode_org_csapi_mm_TpGeographicalPosition_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3308 
3309 /* Struct = IDL:org/csapi/mm/TpMobilityStopAssignmentData:1.0 */
3310 static void decode_org_csapi_mm_TpMobilityStopAssignmentData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3311 
3312 /* Struct = IDL:org/csapi/mm/TpUlExtendedData:1.0 */
3313 static void decode_org_csapi_mm_TpUlExtendedData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3314 
3315 /* Struct = IDL:org/csapi/mm/TpUserLocation:1.0 */
3316 static void decode_org_csapi_mm_TpUserLocation_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3317 
3318 /* Struct = IDL:org/csapi/mm/TpUserLocationExtended:1.0 */
3319 static void decode_org_csapi_mm_TpUserLocationExtended_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3320 
3321 /* Struct = IDL:org/csapi/mm/TpLocationTriggerCamel:1.0 */
3322 static void decode_org_csapi_mm_TpLocationTriggerCamel_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3323 
3324 /* Struct = IDL:org/csapi/mm/TpUserLocationCamel:1.0 */
3325 static void decode_org_csapi_mm_TpUserLocationCamel_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3326 
3327 /* Struct = IDL:org/csapi/mm/TpUserLocationEmergencyRequest:1.0 */
3328 static void decode_org_csapi_mm_TpUserLocationEmergencyRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3329 
3330 /* Struct = IDL:org/csapi/mm/TpUserLocationEmergency:1.0 */
3331 static void decode_org_csapi_mm_TpUserLocationEmergency_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3332 
3333 /* Struct = IDL:org/csapi/mm/TpUserStatus:1.0 */
3334 static void decode_org_csapi_mm_TpUserStatus_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3335 
3336 /* Struct = IDL:org/csapi/mm/TpTriggeredStatusRequest:1.0 */
3337 static void decode_org_csapi_mm_TpTriggeredStatusRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3338 
3339 /* Struct = IDL:org/csapi/mm/TpTriggeredStatusRequestSetEntry:1.0 */
3340 static void decode_org_csapi_mm_TpTriggeredStatusRequestSetEntry_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3341 
3342 /* Struct = IDL:org/csapi/mm/TpPeriodicLocationRequest:1.0 */
3343 static void decode_org_csapi_mm_TpPeriodicLocationRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3344 
3345 /* Struct = IDL:org/csapi/mm/TpPeriodicLocationRequestSetEntry:1.0 */
3346 static void decode_org_csapi_mm_TpPeriodicLocationRequestSetEntry_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3347 
3348 /* Struct = IDL:org/csapi/mm/TpTriggeredLocationRequest:1.0 */
3349 static void decode_org_csapi_mm_TpTriggeredLocationRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3350 
3351 /* Struct = IDL:org/csapi/mm/TpTriggeredLocationRequestSetEntry:1.0 */
3352 static void decode_org_csapi_mm_TpTriggeredLocationRequestSetEntry_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3353 
3354 /* Struct = IDL:org/csapi/mm/TpUserStatusIndicatorExtended:1.0 */
3355 static void decode_org_csapi_mm_TpUserStatusIndicatorExtended_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3356 
3357 /* Struct = IDL:org/csapi/mm/TpUserInfo:1.0 */
3358 static void decode_org_csapi_mm_TpUserInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3359 
3360 /* Struct = IDL:org/csapi/mm/TpNetworkStatusIndicator:1.0 */
3361 static void decode_org_csapi_mm_TpNetworkStatusIndicator_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3362 
3363 /* Struct = IDL:org/csapi/mm/TpUserStatusExtended:1.0 */
3364 static void decode_org_csapi_mm_TpUserStatusExtended_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3365 
3366 /* Struct = IDL:org/csapi/mm/TpBindingNotificationCriteria:1.0 */
3367 static void decode_org_csapi_mm_TpBindingNotificationCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3368 
3369 /* Struct = IDL:org/csapi/termcap/TpTerminalCapabilities:1.0 */
3370 static void decode_org_csapi_termcap_TpTerminalCapabilities_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3371 
3372 /* Struct = IDL:org/csapi/termcap/TpTerminalCapabilityScope:1.0 */
3373 static void decode_org_csapi_termcap_TpTerminalCapabilityScope_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3374 
3375 /* Struct = IDL:org/csapi/dsc/TpChargePerVolume:1.0 */
3376 static void decode_org_csapi_dsc_TpChargePerVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3377 
3378 /* Struct = IDL:org/csapi/dsc/TpDataSessionChargePlan:1.0 */
3379 static void decode_org_csapi_dsc_TpDataSessionChargePlan_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3380 
3381 /* Struct = IDL:org/csapi/dsc/TpDataSessionError:1.0 */
3382 static void decode_org_csapi_dsc_TpDataSessionError_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3383 
3384 /* Struct = IDL:org/csapi/dsc/TpDataSessionEventCriteria:1.0 */
3385 static void decode_org_csapi_dsc_TpDataSessionEventCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3386 
3387 /* Struct = IDL:org/csapi/dsc/TpDataSessionEventInfo:1.0 */
3388 static void decode_org_csapi_dsc_TpDataSessionEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3389 
3390 /* Struct = IDL:org/csapi/dsc/TpDataSessionReleaseCause:1.0 */
3391 static void decode_org_csapi_dsc_TpDataSessionReleaseCause_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3392 
3393 /* Struct = IDL:org/csapi/dsc/TpDataSessionReport:1.0 */
3394 static void decode_org_csapi_dsc_TpDataSessionReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3395 
3396 /* Struct = IDL:org/csapi/dsc/TpDataSessionReportRequest:1.0 */
3397 static void decode_org_csapi_dsc_TpDataSessionReportRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3398 
3399 /* Struct = IDL:org/csapi/dsc/TpDataSessionSuperviseVolume:1.0 */
3400 static void decode_org_csapi_dsc_TpDataSessionSuperviseVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3401 
3402 /* Struct = IDL:org/csapi/dsc/TpDataSessionEventCriteriaResult:1.0 */
3403 static void decode_org_csapi_dsc_TpDataSessionEventCriteriaResult_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3404 
3405 /* Struct = IDL:org/csapi/dsc/TpDataSessionIdentifier:1.0 */
3406 static void decode_org_csapi_dsc_TpDataSessionIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3407 
3408 /* Struct = IDL:org/csapi/gms/TpGMSNewMessageArrivedInfo:1.0 */
3409 static void decode_org_csapi_gms_TpGMSNewMessageArrivedInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3410 
3411 /* Struct = IDL:org/csapi/gms/TpGMSNewMessageArrivedCriteria:1.0 */
3412 static void decode_org_csapi_gms_TpGMSNewMessageArrivedCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3413 
3414 /* Struct = IDL:org/csapi/gms/TpMailboxIdentifier:1.0 */
3415 static void decode_org_csapi_gms_TpMailboxIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3416 
3417 /* Struct = IDL:org/csapi/gms/TpMailboxFolderIdentifier:1.0 */
3418 static void decode_org_csapi_gms_TpMailboxFolderIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3419 
3420 /* Struct = IDL:org/csapi/cm/TpNameDescrpTagTimePeriod:1.0 */
3421 static void decode_org_csapi_cm_TpNameDescrpTagTimePeriod_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3422 
3423 /* Struct = IDL:org/csapi/cm/TpNameDescrpTagTimeOfDay:1.0 */
3424 static void decode_org_csapi_cm_TpNameDescrpTagTimeOfDay_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3425 
3426 /* Struct = IDL:org/csapi/cm/TpNameDescrpTagString:1.0 */
3427 static void decode_org_csapi_cm_TpNameDescrpTagString_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3428 
3429 /* Struct = IDL:org/csapi/cm/TpNameDescrpTagMonth:1.0 */
3430 static void decode_org_csapi_cm_TpNameDescrpTagMonth_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3431 
3432 /* Struct = IDL:org/csapi/cm/TpNameDescrpTagInt:1.0 */
3433 static void decode_org_csapi_cm_TpNameDescrpTagInt_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3434 
3435 /* Struct = IDL:org/csapi/cm/TpNameDescrpTagDir:1.0 */
3436 static void decode_org_csapi_cm_TpNameDescrpTagDir_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3437 
3438 /* Struct = IDL:org/csapi/cm/TpNameDescrpTagDayOfWeek:1.0 */
3439 static void decode_org_csapi_cm_TpNameDescrpTagDayOfWeek_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3440 
3441 /* Struct = IDL:org/csapi/cm/TpNameDescrpTagDateTime:1.0 */
3442 static void decode_org_csapi_cm_TpNameDescrpTagDateTime_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3443 
3444 /* Struct = IDL:org/csapi/cm/TpLossDescriptor:1.0 */
3445 static void decode_org_csapi_cm_TpLossDescriptor_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3446 
3447 /* Struct = IDL:org/csapi/cm/TpLoadDescriptor:1.0 */
3448 static void decode_org_csapi_cm_TpLoadDescriptor_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3449 
3450 /* Struct = IDL:org/csapi/cm/TpJitterDescriptor:1.0 */
3451 static void decode_org_csapi_cm_TpJitterDescriptor_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3452 
3453 /* Struct = IDL:org/csapi/cm/TpEndpoint:1.0 */
3454 static void decode_org_csapi_cm_TpEndpoint_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3455 
3456 /* Struct = IDL:org/csapi/cm/TpDelayDescriptor:1.0 */
3457 static void decode_org_csapi_cm_TpDelayDescriptor_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3458 
3459 /* Struct = IDL:org/csapi/cm/TpNameDescrpTagExcessLoadAction:1.0 */
3460 static void decode_org_csapi_cm_TpNameDescrpTagExcessLoadAction_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3461 
3462 /* Struct = IDL:org/csapi/cm/TpValidityInfo:1.0 */
3463 static void decode_org_csapi_cm_TpValidityInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3464 
3465 /* Struct = IDL:org/csapi/cm/TpProvisionedQoSInfo:1.0 */
3466 static void decode_org_csapi_cm_TpProvisionedQoSInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3467 
3468 /* Struct = IDL:org/csapi/cm/TpPipeQoSInfo:1.0 */
3469 static void decode_org_csapi_cm_TpPipeQoSInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3470 
3471 /* Struct = IDL:org/csapi/cm/TpDsCodepoint:1.0 */
3472 static void decode_org_csapi_cm_TpDsCodepoint_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3473 
3474 /* Struct = IDL:org/csapi/cm/TpIPSubnet:1.0 */
3475 static void decode_org_csapi_cm_TpIPSubnet_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3476 
3477 /* Struct = IDL:org/csapi/am/TpBalanceInfo:1.0 */
3478 static void decode_org_csapi_am_TpBalanceInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3479 
3480 /* Struct = IDL:org/csapi/am/TpChargingEventInfo:1.0 */
3481 static void decode_org_csapi_am_TpChargingEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3482 
3483 /* Struct = IDL:org/csapi/am/TpBalance:1.0 */
3484 static void decode_org_csapi_am_TpBalance_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3485 
3486 /* Struct = IDL:org/csapi/am/TpTransactionHistory:1.0 */
3487 static void decode_org_csapi_am_TpTransactionHistory_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3488 
3489 /* Struct = IDL:org/csapi/am/TpChargingEventCriteria:1.0 */
3490 static void decode_org_csapi_am_TpChargingEventCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3491 
3492 /* Struct = IDL:org/csapi/am/TpChargingEventCriteriaResult:1.0 */
3493 static void decode_org_csapi_am_TpChargingEventCriteriaResult_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3494 
3495 /* Struct = IDL:org/csapi/am/TpBalanceExpiryDate:1.0 */
3496 static void decode_org_csapi_am_TpBalanceExpiryDate_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3497 
3498 /* Struct = IDL:org/csapi/am/TpVoucher:1.0 */
3499 static void decode_org_csapi_am_TpVoucher_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3500 
3501 /* Struct = IDL:org/csapi/cs/TpMerchantAccountID:1.0 */
3502 static void decode_org_csapi_cs_TpMerchantAccountID_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3503 
3504 /* Struct = IDL:org/csapi/cs/TpCorrelationID:1.0 */
3505 static void decode_org_csapi_cs_TpCorrelationID_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3506 
3507 /* Struct = IDL:org/csapi/cs/TpAmount:1.0 */
3508 static void decode_org_csapi_cs_TpAmount_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3509 
3510 /* Struct = IDL:org/csapi/cs/TpChargingPrice:1.0 */
3511 static void decode_org_csapi_cs_TpChargingPrice_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3512 
3513 /* Struct = IDL:org/csapi/cs/TpVolume:1.0 */
3514 static void decode_org_csapi_cs_TpVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3515 
3516 /* Struct = IDL:org/csapi/cs/TpChargingSessionID:1.0 */
3517 static void decode_org_csapi_cs_TpChargingSessionID_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3518 
3519 /* Struct = IDL:org/csapi/cs/TpPriceVolume:1.0 */
3520 static void decode_org_csapi_cs_TpPriceVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3521 
3522 /* Struct = IDL:org/csapi/cs/TpApplicationDescription:1.0 */
3523 static void decode_org_csapi_cs_TpApplicationDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3524 
3525 /* Struct = IDL:org/csapi/cs/TpChargingParameter:1.0 */
3526 static void decode_org_csapi_cs_TpChargingParameter_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3527 
3528 /* Struct = IDL:org/csapi/policy/TpPolicyEvent:1.0 */
3529 static void decode_org_csapi_policy_TpPolicyEvent_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3530 
3531 /* Struct = IDL:org/csapi/policy/TpPolicyNameValue:1.0 */
3532 static void decode_org_csapi_policy_TpPolicyNameValue_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3533 
3534 /* Struct = IDL:org/csapi/policy/TpPolicyType/TpPolicyRecordType:1.0 */
3535 static void decode_org_csapi_policy_TpPolicyType_TpPolicyRecordType_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3536 
3537 /* Struct = IDL:org/csapi/policy/TpPolicyType/TpPolicyListType:1.0 */
3538 static void decode_org_csapi_policy_TpPolicyType_TpPolicyListType_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3539 
3540 /* Struct = IDL:org/csapi/policy/TpPolicyVar:1.0 */
3541 static void decode_org_csapi_policy_TpPolicyVar_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3542 
3543 /* Struct = IDL:org/csapi/policy/TpPolicyConditionListElement:1.0 */
3544 static void decode_org_csapi_policy_TpPolicyConditionListElement_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3545 
3546 /* Struct = IDL:org/csapi/policy/TpPolicyActionListElement:1.0 */
3547 static void decode_org_csapi_policy_TpPolicyActionListElement_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3548 
3549 /* Struct = IDL:org/csapi/pam/TpPAMAttributeDef:1.0 */
3550 static void decode_org_csapi_pam_TpPAMAttributeDef_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3551 
3552 /* Struct = IDL:org/csapi/pam/TpPAMAttribute:1.0 */
3553 static void decode_org_csapi_pam_TpPAMAttribute_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3554 
3555 /* Struct = IDL:org/csapi/pam/TpPAMPresenceData:1.0 */
3556 static void decode_org_csapi_pam_TpPAMPresenceData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3557 
3558 /* Struct = IDL:org/csapi/pam/TpPAMAvailabilityProfile:1.0 */
3559 static void decode_org_csapi_pam_TpPAMAvailabilityProfile_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3560 
3561 /* Struct = IDL:org/csapi/pam/TpPAMCommunicationContext:1.0 */
3562 static void decode_org_csapi_pam_TpPAMCommunicationContext_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3563 
3564 /* Struct = IDL:org/csapi/pam/TpPAMContext:1.0 */
3565 static void decode_org_csapi_pam_TpPAMContext_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3566 
3567 /* Struct = IDL:org/csapi/pam/TpPAMAccessControlData:1.0 */
3568 static void decode_org_csapi_pam_TpPAMAccessControlData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3569 
3570 /* Struct = IDL:org/csapi/pam/TpPAMICEventData:1.0 */
3571 static void decode_org_csapi_pam_TpPAMICEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3572 
3573 /* Struct = IDL:org/csapi/pam/TpPAMICNotificationData:1.0 */
3574 static void decode_org_csapi_pam_TpPAMICNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3575 
3576 /* Struct = IDL:org/csapi/pam/TpPAMIDEventData:1.0 */
3577 static void decode_org_csapi_pam_TpPAMIDEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3578 
3579 /* Struct = IDL:org/csapi/pam/TpPAMIDNotificationData:1.0 */
3580 static void decode_org_csapi_pam_TpPAMIDNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3581 
3582 /* Struct = IDL:org/csapi/pam/TpPAMGMCEventData:1.0 */
3583 static void decode_org_csapi_pam_TpPAMGMCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3584 
3585 /* Struct = IDL:org/csapi/pam/TpPAMGMCNotificationData:1.0 */
3586 static void decode_org_csapi_pam_TpPAMGMCNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3587 
3588 /* Struct = IDL:org/csapi/pam/TpPAMACEventData:1.0 */
3589 static void decode_org_csapi_pam_TpPAMACEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3590 
3591 /* Struct = IDL:org/csapi/pam/TpPAMACNotificationData:1.0 */
3592 static void decode_org_csapi_pam_TpPAMACNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3593 
3594 /* Struct = IDL:org/csapi/pam/TpPAMADEventData:1.0 */
3595 static void decode_org_csapi_pam_TpPAMADEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3596 
3597 /* Struct = IDL:org/csapi/pam/TpPAMADNotificationData:1.0 */
3598 static void decode_org_csapi_pam_TpPAMADNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3599 
3600 /* Struct = IDL:org/csapi/pam/TpPAMAAEventData:1.0 */
3601 static void decode_org_csapi_pam_TpPAMAAEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3602 
3603 /* Struct = IDL:org/csapi/pam/TpPAMAANotificationData:1.0 */
3604 static void decode_org_csapi_pam_TpPAMAANotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3605 
3606 /* Struct = IDL:org/csapi/pam/TpPAMAUEventData:1.0 */
3607 static void decode_org_csapi_pam_TpPAMAUEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3608 
3609 /* Struct = IDL:org/csapi/pam/TpPAMAUNotificationData:1.0 */
3610 static void decode_org_csapi_pam_TpPAMAUNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3611 
3612 /* Struct = IDL:org/csapi/pam/TpPAMCCEventData:1.0 */
3613 static void decode_org_csapi_pam_TpPAMCCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3614 
3615 /* Struct = IDL:org/csapi/pam/TpPAMCCNotificationData:1.0 */
3616 static void decode_org_csapi_pam_TpPAMCCNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3617 
3618 /* Struct = IDL:org/csapi/pam/TpPAMACPSEventData:1.0 */
3619 static void decode_org_csapi_pam_TpPAMACPSEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3620 
3621 /* Struct = IDL:org/csapi/pam/TpPAMACPSNotificationData:1.0 */
3622 static void decode_org_csapi_pam_TpPAMACPSNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3623 
3624 /* Struct = IDL:org/csapi/pam/TpPAMAPSEventData:1.0 */
3625 static void decode_org_csapi_pam_TpPAMAPSEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3626 
3627 /* Struct = IDL:org/csapi/pam/TpPAMAPSNotificationData:1.0 */
3628 static void decode_org_csapi_pam_TpPAMAPSNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3629 
3630 /* Struct = IDL:org/csapi/pam/TpPAMIPSEventData:1.0 */
3631 static void decode_org_csapi_pam_TpPAMIPSEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3632 
3633 /* Struct = IDL:org/csapi/pam/TpPAMIPSNotificationData:1.0 */
3634 static void decode_org_csapi_pam_TpPAMIPSNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3635 
3636 /* Struct = IDL:org/csapi/pam/TpPAMAVCEventData:1.0 */
3637 static void decode_org_csapi_pam_TpPAMAVCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3638 
3639 /* Struct = IDL:org/csapi/pam/TpPAMAVCNotificationData:1.0 */
3640 static void decode_org_csapi_pam_TpPAMAVCNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3641 
3642 /* Struct = IDL:org/csapi/pam/TpPAMWCEventData:1.0 */
3643 static void decode_org_csapi_pam_TpPAMWCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3644 
3645 /* Struct = IDL:org/csapi/pam/TpPAMWCNotificationData:1.0 */
3646 static void decode_org_csapi_pam_TpPAMWCNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3647 
3648 /* Struct = IDL:org/csapi/pam/TpPAMErrorInfo:1.0 */
3649 static void decode_org_csapi_pam_TpPAMErrorInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3650 
3651 /* Struct = IDL:org/csapi/mmm/TpMailboxIdentifier:1.0 */
3652 static void decode_org_csapi_mmm_TpMailboxIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3653 
3654 /* Struct = IDL:org/csapi/mmm/TpMultiMediaMessagingIdentifier:1.0 */
3655 static void decode_org_csapi_mmm_TpMultiMediaMessagingIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3656 
3657 /* Struct = IDL:org/csapi/mmm/TpListMessagesCriteria:1.0 */
3658 static void decode_org_csapi_mmm_TpListMessagesCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3659 
3660 /* Struct = IDL:org/csapi/mmm/TpMailboxFolderStatusInformation:1.0 */
3661 static void decode_org_csapi_mmm_TpMailboxFolderStatusInformation_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3662 
3663 /* Struct = IDL:org/csapi/mmm/TpMessageDescription:1.0 */
3664 static void decode_org_csapi_mmm_TpMessageDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3665 
3666 /* Struct = IDL:org/csapi/mmm/TpBodyPartDescription:1.0 */
3667 static void decode_org_csapi_mmm_TpBodyPartDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3668 
3669 /* Struct = IDL:org/csapi/mmm/TpBodyPart:1.0 */
3670 static void decode_org_csapi_mmm_TpBodyPart_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3671 
3672 /* Struct = IDL:org/csapi/mmm/TpGenericHeaderField:1.0 */
3673 static void decode_org_csapi_mmm_TpGenericHeaderField_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3674 
3675 /* Struct = IDL:org/csapi/mmm/TpMessageInfoPropertyError:1.0 */
3676 static void decode_org_csapi_mmm_TpMessageInfoPropertyError_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3677 
3678 /* Struct = IDL:org/csapi/mmm/TpNewMailboxMessageArrivedCriteria:1.0 */
3679 static void decode_org_csapi_mmm_TpNewMailboxMessageArrivedCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3680 
3681 /* Struct = IDL:org/csapi/mmm/TpNewMailboxMessageArrivedInfo:1.0 */
3682 static void decode_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3683 
3684 /* Struct = IDL:org/csapi/mmm/TpQueryStatusReport:1.0 */
3685 static void decode_org_csapi_mmm_TpQueryStatusReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3686 
3687 /* Struct = IDL:org/csapi/mmm/TpTerminatingAddressList:1.0 */
3688 static void decode_org_csapi_mmm_TpTerminatingAddressList_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3689 
3690 /* Struct = IDL:org/csapi/mmm/TpNewMessageArrivedCriteria:1.0 */
3691 static void decode_org_csapi_mmm_TpNewMessageArrivedCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3692 
3693 /* Struct = IDL:org/csapi/mmm/TpMessagingNotificationRequested:1.0 */
3694 static void decode_org_csapi_mmm_TpMessagingNotificationRequested_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3695 
3696 /* Struct = IDL:org/csapi/mmm/TpMessagingNotificationRequestedSetEntry:1.0 */
3697 static void decode_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3698 
3699 /* Struct = IDL:org/csapi/mmm/TpNewMessageArrivedInfo:1.0 */
3700 static void decode_org_csapi_mmm_TpNewMessageArrivedInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3701 
3702 /* Struct prototype declaration End */
3703 
3704 /* Union prototype declaration Start */
3705 
3706 /* Union = IDL:org/csapi/TpAoCOrder:1.0 */
3707 static void decode_org_csapi_TpAoCOrder_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3708 
3709 
3710 /* Union = IDL:org/csapi/TpSimpleAttributeValue:1.0 */
3711 static void decode_org_csapi_TpSimpleAttributeValue_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3712 
3713 
3714 /* Union = IDL:org/csapi/TpAttributeValue:1.0 */
3715 static void decode_org_csapi_TpAttributeValue_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3716 
3717 
3718 /* Union = IDL:org/csapi/fw/TpFwEventCriteria:1.0 */
3719 static void decode_org_csapi_fw_TpFwEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3720 
3721 
3722 /* Union = IDL:org/csapi/fw/TpLoadStatisticEntityID:1.0 */
3723 static void decode_org_csapi_fw_TpLoadStatisticEntityID_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3724 
3725 
3726 /* Union = IDL:org/csapi/fw/TpLoadStatisticInfo:1.0 */
3727 static void decode_org_csapi_fw_TpLoadStatisticInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3728 
3729 
3730 /* Union = IDL:org/csapi/fw/TpDomainID:1.0 */
3731 static void decode_org_csapi_fw_TpDomainID_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3732 
3733 
3734 /* Union = IDL:org/csapi/fw/TpMigrationAdditionalInfo:1.0 */
3735 static void decode_org_csapi_fw_TpMigrationAdditionalInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3736 
3737 
3738 /* Union = IDL:org/csapi/fw/TpFwEventInfo:1.0 */
3739 static void decode_org_csapi_fw_TpFwEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3740 
3741 
3742 /* Union = IDL:org/csapi/ui/TpUIVariableInfo:1.0 */
3743 static void decode_org_csapi_ui_TpUIVariableInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3744 
3745 
3746 /* Union = IDL:org/csapi/ui/TpUIInfo:1.0 */
3747 static void decode_org_csapi_ui_TpUIInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3748 
3749 
3750 /* Union = IDL:org/csapi/cc/TpCallAdditionalErrorInfo:1.0 */
3751 static void decode_org_csapi_cc_TpCallAdditionalErrorInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3752 
3753 
3754 /* Union = IDL:org/csapi/cc/TpCallLoadControlMechanism:1.0 */
3755 static void decode_org_csapi_cc_TpCallLoadControlMechanism_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3756 
3757 
3758 /* Union = IDL:org/csapi/cc/TpCallAdditionalTreatmentInfo:1.0 */
3759 static void decode_org_csapi_cc_TpCallAdditionalTreatmentInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3760 
3761 
3762 /* Union = IDL:org/csapi/cc/TpCallPartyToChargeAdditionalInfo:1.0 */
3763 static void decode_org_csapi_cc_TpCallPartyToChargeAdditionalInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3764 
3765 
3766 /* Union = IDL:org/csapi/cc/gccs/TpCallAppInfo:1.0 */
3767 static void decode_org_csapi_cc_gccs_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3768 
3769 
3770 /* Union = IDL:org/csapi/cc/gccs/TpCallAdditionalReportInfo:1.0 */
3771 static void decode_org_csapi_cc_gccs_TpCallAdditionalReportInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3772 
3773 
3774 /* Union = IDL:org/csapi/cc/gccs/TpCallAdditionalReportCriteria:1.0 */
3775 static void decode_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3776 
3777 
3778 /* Union = IDL:org/csapi/cc/TpCallAdditionalEventInfo:1.0 */
3779 static void decode_org_csapi_cc_TpCallAdditionalEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3780 
3781 
3782 /* Union = IDL:org/csapi/cc/TpAdditionalCallEventCriteria:1.0 */
3783 static void decode_org_csapi_cc_TpAdditionalCallEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3784 
3785 
3786 /* Union = IDL:org/csapi/cc/TpCallAppInfo:1.0 */
3787 static void decode_org_csapi_cc_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3788 
3789 
3790 /* Union = IDL:org/csapi/cc/mpccs/TpAppMultiPartyCallBack:1.0 */
3791 static void decode_org_csapi_cc_mpccs_TpAppMultiPartyCallBack_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3792 
3793 
3794 /* Union = IDL:org/csapi/cc/mmccs/TpMediaStreamDataTypeRequest:1.0 */
3795 static void decode_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3796 
3797 
3798 /* Union = IDL:org/csapi/cc/mmccs/TpAppMultiMediaCallBack:1.0 */
3799 static void decode_org_csapi_cc_mmccs_TpAppMultiMediaCallBack_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3800 
3801 
3802 /* Union = IDL:org/csapi/cc/cccs/TpConfPolicy:1.0 */
3803 static void decode_org_csapi_cc_cccs_TpConfPolicy_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3804 
3805 
3806 /* Union = IDL:org/csapi/ui/TpUITargetObject:1.0 */
3807 static void decode_org_csapi_ui_TpUITargetObject_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3808 
3809 
3810 /* Union = IDL:org/csapi/mm/TpBindingEntry:1.0 */
3811 static void decode_org_csapi_mm_TpBindingEntry_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3812 
3813 
3814 /* Union = IDL:org/csapi/dsc/TpDataSessionChargeOrder:1.0 */
3815 static void decode_org_csapi_dsc_TpDataSessionChargeOrder_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3816 
3817 
3818 /* Union = IDL:org/csapi/dsc/TpDataSessionAdditionalErrorInfo:1.0 */
3819 static void decode_org_csapi_dsc_TpDataSessionAdditionalErrorInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3820 
3821 
3822 /* Union = IDL:org/csapi/dsc/TpDataSessionAdditionalReportInfo:1.0 */
3823 static void decode_org_csapi_dsc_TpDataSessionAdditionalReportInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3824 
3825 
3826 /* Union = IDL:org/csapi/gms/TpMessageInfoProperty:1.0 */
3827 static void decode_org_csapi_gms_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3828 
3829 
3830 /* Union = IDL:org/csapi/gms/TpMailboxInfoProperty:1.0 */
3831 static void decode_org_csapi_gms_TpMailboxInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3832 
3833 
3834 /* Union = IDL:org/csapi/gms/TpMessagingEventInfo:1.0 */
3835 static void decode_org_csapi_gms_TpMessagingEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3836 
3837 
3838 /* Union = IDL:org/csapi/gms/TpMessagingEventCriteria:1.0 */
3839 static void decode_org_csapi_gms_TpMessagingEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3840 
3841 
3842 /* Union = IDL:org/csapi/gms/TpFolderInfoProperty:1.0 */
3843 static void decode_org_csapi_gms_TpFolderInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3844 
3845 
3846 /* Union = IDL:org/csapi/cs/TpChargingParameterValue:1.0 */
3847 static void decode_org_csapi_cs_TpChargingParameterValue_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3848 
3849 
3850 /* Union = IDL:org/csapi/cs/TpAppInformation:1.0 */
3851 static void decode_org_csapi_cs_TpAppInformation_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3852 
3853 
3854 /* Union = IDL:org/csapi/policy/TpPolicyType:1.0 */
3855 static void decode_org_csapi_policy_TpPolicyType_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3856 
3857 
3858 /* Union = IDL:org/csapi/pam/TpPAMContextData:1.0 */
3859 static void decode_org_csapi_pam_TpPAMContextData_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3860 
3861 
3862 /* Union = IDL:org/csapi/pam/TpPAMEventInfo:1.0 */
3863 static void decode_org_csapi_pam_TpPAMEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3864 
3865 
3866 /* Union = IDL:org/csapi/pam/TpPAMNotificationInfo:1.0 */
3867 static void decode_org_csapi_pam_TpPAMNotificationInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3868 
3869 
3870 /* Union = IDL:org/csapi/pam/TpPAMPreferenceData:1.0 */
3871 static void decode_org_csapi_pam_TpPAMPreferenceData_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3872 
3873 
3874 /* Union = IDL:org/csapi/mmm/TpFolderInfoProperty:1.0 */
3875 static void decode_org_csapi_mmm_TpFolderInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3876 
3877 
3878 /* Union = IDL:org/csapi/mmm/TpMailboxInfoProperty:1.0 */
3879 static void decode_org_csapi_mmm_TpMailboxInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3880 
3881 
3882 /* Union = IDL:org/csapi/mmm/TpMessageInfoProperty:1.0 */
3883 static void decode_org_csapi_mmm_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3884 
3885 
3886 /* Union = IDL:org/csapi/mmm/TpMessageHeaderField:1.0 */
3887 static void decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3888 
3889 
3890 /* Union = IDL:org/csapi/mmm/TpDeliveryTime:1.0 */
3891 static void decode_org_csapi_mmm_TpDeliveryTime_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3892 
3893 
3894 /* Union = IDL:org/csapi/mmm/TpMessageTreatment:1.0 */
3895 static void decode_org_csapi_mmm_TpMessageTreatment_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3896 
3897 
3898 /* Union = IDL:org/csapi/mmm/TpMessagingEventCriteria:1.0 */
3899 static void decode_org_csapi_mmm_TpMessagingEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3900 
3901 
3902 /* Union = IDL:org/csapi/mmm/TpMessagingEventInfo:1.0 */
3903 static void decode_org_csapi_mmm_TpMessagingEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_);
3904 
3905 /* Union prototype declaration End */
3906 /*
3907  * IDL Enums Start
3908  */
3909 
3910 /*
3911  * Enum = IDL:org/csapi/TpAddressError:1.0
3912  */
3913 static const value_string org_csapi_TpAddressError[] = {
3914 
3915     { 0, "P_ADDRESS_INVALID_UNDEFINED" },
3916     { 1, "P_ADDRESS_INVALID_MISSING" },
3917     { 2, "P_ADDRESS_INVALID_MISSING_ELEMENT" },
3918     { 3, "P_ADDRESS_INVALID_OUT_OF_RANGE" },
3919     { 4, "P_ADDRESS_INVALID_INCOMPLETE" },
3920     { 5, "P_ADDRESS_INVALID_CANNOT_DECODE" },
3921     { 0,       NULL },
3922 };
3923 
3924 /*
3925  * Enum = IDL:org/csapi/TpAddressPlan:1.0
3926  */
3927 static const value_string org_csapi_TpAddressPlan[] = {
3928 
3929     { 0, "P_ADDRESS_PLAN_NOT_PRESENT" },
3930     { 1, "P_ADDRESS_PLAN_UNDEFINED" },
3931     { 2, "P_ADDRESS_PLAN_IP" },
3932     { 3, "P_ADDRESS_PLAN_MULTICAST" },
3933     { 4, "P_ADDRESS_PLAN_UNICAST" },
3934     { 5, "P_ADDRESS_PLAN_E164" },
3935     { 6, "P_ADDRESS_PLAN_AESA" },
3936     { 7, "P_ADDRESS_PLAN_URL" },
3937     { 8, "P_ADDRESS_PLAN_NSAP" },
3938     { 9, "P_ADDRESS_PLAN_SMTP" },
3939     { 10, "P_ADDRESS_PLAN_MSMAIL" },
3940     { 11, "P_ADDRESS_PLAN_X400" },
3941     { 12, "P_ADDRESS_PLAN_SIP" },
3942     { 13, "P_ADDRESS_PLAN_ANY" },
3943     { 14, "P_ADDRESS_PLAN_NATIONAL" },
3944     { 0,       NULL },
3945 };
3946 
3947 /*
3948  * Enum = IDL:org/csapi/TpAddressPresentation:1.0
3949  */
3950 static const value_string org_csapi_TpAddressPresentation[] = {
3951 
3952     { 0, "P_ADDRESS_PRESENTATION_UNDEFINED" },
3953     { 1, "P_ADDRESS_PRESENTATION_ALLOWED" },
3954     { 2, "P_ADDRESS_PRESENTATION_RESTRICTED" },
3955     { 3, "P_ADDRESS_PRESENTATION_ADDRESS_NOT_AVAILABLE" },
3956     { 0,       NULL },
3957 };
3958 
3959 /*
3960  * Enum = IDL:org/csapi/TpAddressScreening:1.0
3961  */
3962 static const value_string org_csapi_TpAddressScreening[] = {
3963 
3964     { 0, "P_ADDRESS_SCREENING_UNDEFINED" },
3965     { 1, "P_ADDRESS_SCREENING_USER_VERIFIED_PASSED" },
3966     { 2, "P_ADDRESS_SCREENING_USER_NOT_VERIFIED" },
3967     { 3, "P_ADDRESS_SCREENING_USER_VERIFIED_FAILED" },
3968     { 4, "P_ADDRESS_SCREENING_NETWORK" },
3969     { 0,       NULL },
3970 };
3971 
3972 /*
3973  * Enum = IDL:org/csapi/TpCallAoCOrderCategory:1.0
3974  */
3975 static const value_string org_csapi_TpCallAoCOrderCategory[] = {
3976 
3977     { 0, "P_CHARGE_ADVICE_INFO" },
3978     { 1, "P_CHARGE_PER_TIME" },
3979     { 2, "P_CHARGE_NETWORK" },
3980     { 0,       NULL },
3981 };
3982 
3983 /*
3984  * Enum = IDL:org/csapi/TpDataSessionQosClass:1.0
3985  */
3986 static const value_string org_csapi_TpDataSessionQosClass[] = {
3987 
3988     { 0, "P_DATA_SESSION_QOS_CLASS_CONVERSATIONAL" },
3989     { 1, "P_DATA_SESSION_QOS_CLASS_STREAMING" },
3990     { 2, "P_DATA_SESSION_QOS_CLASS_INTERACTIVE" },
3991     { 3, "P_DATA_SESSION_QOS_CLASS_BACKGROUND" },
3992     { 0,       NULL },
3993 };
3994 
3995 /*
3996  * Enum = IDL:org/csapi/TpSimpleAttributeTypeInfo:1.0
3997  */
3998 static const value_string org_csapi_TpSimpleAttributeTypeInfo[] = {
3999 
4000     { 0, "P_BOOLEAN" },
4001     { 1, "P_OCTET" },
4002     { 2, "P_CHAR" },
4003     { 3, "P_WCHAR" },
4004     { 4, "P_STRING" },
4005     { 5, "P_WSTRING" },
4006     { 6, "P_INT16" },
4007     { 7, "P_UNSIGNED_INT16" },
4008     { 8, "P_INT32" },
4009     { 9, "P_UNSIGNED_INT32" },
4010     { 10, "P_INT64" },
4011     { 11, "P_UNSIGNED_INT64" },
4012     { 12, "P_FLOAT" },
4013     { 13, "P_DOUBLE" },
4014     { 0,       NULL },
4015 };
4016 
4017 /*
4018  * Enum = IDL:org/csapi/TpAttributeTagInfo:1.0
4019  */
4020 static const value_string org_csapi_TpAttributeTagInfo[] = {
4021 
4022     { 0, "P_SIMPLE_TYPE" },
4023     { 1, "P_STRUCTURED_TYPE" },
4024     { 2, "P_XML_TYPE" },
4025     { 0,       NULL },
4026 };
4027 
4028 /*
4029  * Enum = IDL:org/csapi/fw/TpAPIUnavailReason:1.0
4030  */
4031 static const value_string org_csapi_fw_TpAPIUnavailReason[] = {
4032 
4033     { 0, "API_UNAVAILABLE_UNDEFINED" },
4034     { 1, "API_UNAVAILABLE_LOCAL_FAILURE" },
4035     { 2, "API_UNAVAILABLE_GATEWAY_FAILURE" },
4036     { 3, "API_UNAVAILABLE_OVERLOADED" },
4037     { 4, "API_UNAVAILABLE_CLOSED" },
4038     { 5, "API_UNAVAILABLE_PROTOCOL_FAILURE" },
4039     { 0,       NULL },
4040 };
4041 
4042 /*
4043  * Enum = IDL:org/csapi/fw/TpDomainIDType:1.0
4044  */
4045 static const value_string org_csapi_fw_TpDomainIDType[] = {
4046 
4047     { 0, "P_FW" },
4048     { 1, "P_CLIENT_APPLICATION" },
4049     { 2, "P_ENT_OP" },
4050     { 3, "P_SERVICE_INSTANCE" },
4051     { 4, "P_SERVICE_SUPPLIER" },
4052     { 0,       NULL },
4053 };
4054 
4055 /*
4056  * Enum = IDL:org/csapi/fw/TpFwEventName:1.0
4057  */
4058 static const value_string org_csapi_fw_TpFwEventName[] = {
4059 
4060     { 0, "P_EVENT_FW_NAME_UNDEFINED" },
4061     { 1, "P_EVENT_FW_SERVICE_AVAILABLE" },
4062     { 2, "P_EVENT_FW_SERVICE_UNAVAILABLE" },
4063     { 3, "P_EVENT_FW_MIGRATION_SERVICE_AVAILABLE" },
4064     { 4, "P_EVENT_FW_APP_SESSION_CREATED" },
4065     { 5, "P_EVENT_FW_APP_SESSION_TERMINATED" },
4066     { 6, "P_EVENT_FW_APP_AGREEMENT_SIGNED" },
4067     { 7, "P_EVENT_FW_APP_AGREEMENT_ENDED" },
4068     { 0,       NULL },
4069 };
4070 
4071 /*
4072  * Enum = IDL:org/csapi/fw/TpFWExceptionType:1.0
4073  */
4074 static const value_string org_csapi_fw_TpFWExceptionType[] = {
4075 
4076     { 0, "P_FW_DUMMY" },
4077     { 0,       NULL },
4078 };
4079 
4080 /*
4081  * Enum = IDL:org/csapi/fw/TpFwUnavailReason:1.0
4082  */
4083 static const value_string org_csapi_fw_TpFwUnavailReason[] = {
4084 
4085     { 0, "FW_UNAVAILABLE_UNDEFINED" },
4086     { 1, "FW_UNAVAILABLE_LOCAL_FAILURE" },
4087     { 2, "FW_UNAVAILABLE_GATEWAY_FAILURE" },
4088     { 3, "FW_UNAVAILABLE_OVERLOADED" },
4089     { 4, "FW_UNAVAILABLE_CLOSED" },
4090     { 5, "FW_UNAVAILABLE_PROTOCOL_FAILURE" },
4091     { 0,       NULL },
4092 };
4093 
4094 /*
4095  * Enum = IDL:org/csapi/fw/TpInterfaceFault:1.0
4096  */
4097 static const value_string org_csapi_fw_TpInterfaceFault[] = {
4098 
4099     { 0, "INTERFACE_FAULT_UNDEFINED" },
4100     { 1, "INTERFACE_FAULT_LOCAL_FAILURE" },
4101     { 2, "INTERFACE_FAULT_GATEWAY_FAILURE" },
4102     { 3, "INTERFACE_FAULT_PROTOCOL_ERROR" },
4103     { 0,       NULL },
4104 };
4105 
4106 /*
4107  * Enum = IDL:org/csapi/fw/TpLoadLevel:1.0
4108  */
4109 static const value_string org_csapi_fw_TpLoadLevel[] = {
4110 
4111     { 0, "LOAD_LEVEL_NORMAL" },
4112     { 1, "LOAD_LEVEL_OVERLOAD" },
4113     { 2, "LOAD_LEVEL_SEVERE_OVERLOAD" },
4114     { 0,       NULL },
4115 };
4116 
4117 /*
4118  * Enum = IDL:org/csapi/fw/TpLoadStatisticEntityType:1.0
4119  */
4120 static const value_string org_csapi_fw_TpLoadStatisticEntityType[] = {
4121 
4122     { 0, "P_LOAD_STATISTICS_FW_TYPE" },
4123     { 1, "P_LOAD_STATISTICS_SVC_TYPE" },
4124     { 2, "P_LOAD_STATISTICS_APP_TYPE" },
4125     { 0,       NULL },
4126 };
4127 
4128 /*
4129  * Enum = IDL:org/csapi/fw/TpLoadStatisticInfoType:1.0
4130  */
4131 static const value_string org_csapi_fw_TpLoadStatisticInfoType[] = {
4132 
4133     { 0, "P_LOAD_STATISTICS_VALID" },
4134     { 1, "P_LOAD_STATISTICS_INVALID" },
4135     { 0,       NULL },
4136 };
4137 
4138 /*
4139  * Enum = IDL:org/csapi/fw/TpLoadStatusError:1.0
4140  */
4141 static const value_string org_csapi_fw_TpLoadStatusError[] = {
4142 
4143     { 0, "LOAD_STATUS_ERROR_UNDEFINED" },
4144     { 1, "LOAD_STATUS_ERROR_UNAVAILABLE" },
4145     { 0,       NULL },
4146 };
4147 
4148 /*
4149  * Enum = IDL:org/csapi/fw/TpServiceTypePropertyMode:1.0
4150  */
4151 static const value_string org_csapi_fw_TpServiceTypePropertyMode[] = {
4152 
4153     { 0, "NORMAL" },
4154     { 1, "MANDATORY" },
4155     { 2, "READONLY" },
4156     { 3, "MANDATORY_READONLY" },
4157     { 0,       NULL },
4158 };
4159 
4160 /*
4161  * Enum = IDL:org/csapi/fw/TpSvcUnavailReason:1.0
4162  */
4163 static const value_string org_csapi_fw_TpSvcUnavailReason[] = {
4164 
4165     { 0, "SERVICE_UNAVAILABLE_UNDEFINED" },
4166     { 1, "SERVICE_UNAVAILABLE_LOCAL_FAILURE" },
4167     { 2, "SERVICE_UNAVAILABLE_GATEWAY_FAILURE" },
4168     { 3, "SERVICE_UNAVAILABLE_OVERLOADED" },
4169     { 4, "SERVICE_UNAVAILABLE_CLOSED" },
4170     { 0,       NULL },
4171 };
4172 
4173 /*
4174  * Enum = IDL:org/csapi/fw/TpLoadStatisticError:1.0
4175  */
4176 static const value_string org_csapi_fw_TpLoadStatisticError[] = {
4177 
4178     { 0, "P_LOAD_INFO_ERROR_UNDEFINED" },
4179     { 1, "P_LOAD_INFO_UNAVAILABLE" },
4180     { 0,       NULL },
4181 };
4182 
4183 /*
4184  * Enum = IDL:org/csapi/fw/TpSubjectType:1.0
4185  */
4186 static const value_string org_csapi_fw_TpSubjectType[] = {
4187 
4188     { 0, "P_SUBJECT_UNDEFINED" },
4189     { 1, "P_SUBJECT_CLIENT_APP" },
4190     { 2, "P_SUBJECT_FW" },
4191     { 0,       NULL },
4192 };
4193 
4194 /*
4195  * Enum = IDL:org/csapi/fw/TpFaultStatisticsError:1.0
4196  */
4197 static const value_string org_csapi_fw_TpFaultStatisticsError[] = {
4198 
4199     { 0, "P_FAULT_INFO_ERROR_UNDEFINED" },
4200     { 1, "P_FAULT_INFO_UNAVAILABLE" },
4201     { 0,       NULL },
4202 };
4203 
4204 /*
4205  * Enum = IDL:org/csapi/fw/TpSvcAvailStatusReason:1.0
4206  */
4207 static const value_string org_csapi_fw_TpSvcAvailStatusReason[] = {
4208 
4209     { 0, "SVC_UNAVAILABLE_UNDEFINED" },
4210     { 1, "SVC_UNAVAILABLE_LOCAL_FAILURE" },
4211     { 2, "SVC_UNAVAILABLE_GATEWAY_FAILURE" },
4212     { 3, "SVC_UNAVAILABLE_OVERLOADED" },
4213     { 4, "SVC_UNAVAILABLE_CLOSED" },
4214     { 5, "SVC_UNAVAILABLE_NO_RESPONSE" },
4215     { 6, "SVC_UNAVAILABLE_SW_UPGRADE" },
4216     { 7, "SVC_AVAILABLE" },
4217     { 0,       NULL },
4218 };
4219 
4220 /*
4221  * Enum = IDL:org/csapi/fw/TpAppAvailStatusReason:1.0
4222  */
4223 static const value_string org_csapi_fw_TpAppAvailStatusReason[] = {
4224 
4225     { 0, "APP_UNAVAILABLE_UNDEFINED" },
4226     { 1, "APP_UNAVAILABLE_LOCAL_FAILURE" },
4227     { 2, "APP_UNAVAILABLE_REMOTE_FAILURE" },
4228     { 3, "APP_UNAVAILABLE_OVERLOADED" },
4229     { 4, "APP_UNAVAILABLE_CLOSED" },
4230     { 5, "APP_UNAVAILABLE_NO_RESPONSE" },
4231     { 6, "APP_UNAVAILABLE_SW_UPGRADE" },
4232     { 7, "APP_AVAILABLE" },
4233     { 0,       NULL },
4234 };
4235 
4236 /*
4237  * Enum = IDL:org/csapi/fw/TpMigrationAdditionalInfoType:1.0
4238  */
4239 static const value_string org_csapi_fw_TpMigrationAdditionalInfoType[] = {
4240 
4241     { 0, "P_MIGRATION_INFO_UNDEFINED" },
4242     { 0,       NULL },
4243 };
4244 
4245 /*
4246  * Enum = IDL:org/csapi/fw/TpFwAvailStatusReason:1.0
4247  */
4248 static const value_string org_csapi_fw_TpFwAvailStatusReason[] = {
4249 
4250     { 0, "FRAMEWORK_UNAVAILABLE_UNDEFINED" },
4251     { 1, "FRAMEWORK_UNAVAILABLE_LOCAL_FAILURE" },
4252     { 2, "FRAMEWORK_UNAVAILABLE_REMOTE_FAILURE" },
4253     { 3, "FRAMEWORK_UNAVAILABLE_OVERLOADED" },
4254     { 4, "FRAMEWORK_UNAVAILABLE_CLOSED" },
4255     { 5, "FRAMEWORK_UNAVAILABLE_PROTOCOL_FAILURE" },
4256     { 6, "FRAMEWORK_UNAVAILABLE_SW_UPGRADE" },
4257     { 7, "FRAMEWORK_AVAILABLE" },
4258     { 0,       NULL },
4259 };
4260 
4261 /*
4262  * Enum = IDL:org/csapi/ui/TpUIVariablePartType:1.0
4263  */
4264 static const value_string org_csapi_ui_TpUIVariablePartType[] = {
4265 
4266     { 0, "P_UI_VARIABLE_PART_INT" },
4267     { 1, "P_UI_VARIABLE_PART_ADDRESS" },
4268     { 2, "P_UI_VARIABLE_PART_TIME" },
4269     { 3, "P_UI_VARIABLE_PART_DATE" },
4270     { 4, "P_UI_VARIABLE_PART_PRICE" },
4271     { 0,       NULL },
4272 };
4273 
4274 /*
4275  * Enum = IDL:org/csapi/ui/TpUIReport:1.0
4276  */
4277 static const value_string org_csapi_ui_TpUIReport[] = {
4278 
4279     { 0, "P_UI_REPORT_UNDEFINED" },
4280     { 1, "P_UI_REPORT_INFO_SENT" },
4281     { 2, "P_UI_REPORT_INFO_COLLECTED" },
4282     { 3, "P_UI_REPORT_NO_INPUT" },
4283     { 4, "P_UI_REPORT_TIMEOUT" },
4284     { 5, "P_UI_REPORT_MESSAGE_STORED" },
4285     { 6, "P_UI_REPORT_MESSAGE_NOT_STORED" },
4286     { 7, "P_UI_REPORT_MESSAGE_DELETED" },
4287     { 8, "P_UI_REPORT_MESSAGE_NOT_DELETED" },
4288     { 0,       NULL },
4289 };
4290 
4291 /*
4292  * Enum = IDL:org/csapi/ui/TpUIInfoType:1.0
4293  */
4294 static const value_string org_csapi_ui_TpUIInfoType[] = {
4295 
4296     { 0, "P_UI_INFO_ID" },
4297     { 1, "P_UI_INFO_DATA" },
4298     { 2, "P_UI_INFO_ADDRESS" },
4299     { 3, "P_UI_INFO_BIN_DATA" },
4300     { 4, "P_UI_INFO_UUENCODED" },
4301     { 5, "P_UI_INFO_MIME" },
4302     { 6, "P_UI_INFO_WAVE" },
4303     { 7, "P_UI_INFO_AU" },
4304     { 8, "P_UI_INFO_VXML" },
4305     { 9, "P_UI_INFO_SYNTHESIS" },
4306     { 0,       NULL },
4307 };
4308 
4309 /*
4310  * Enum = IDL:org/csapi/ui/TpUIFault:1.0
4311  */
4312 static const value_string org_csapi_ui_TpUIFault[] = {
4313 
4314     { 0, "P_UI_FAULT_UNDEFINED" },
4315     { 1, "P_UI_CALL_ENDED" },
4316     { 0,       NULL },
4317 };
4318 
4319 /*
4320  * Enum = IDL:org/csapi/ui/TpUIEventInfoDataType:1.0
4321  */
4322 static const value_string org_csapi_ui_TpUIEventInfoDataType[] = {
4323 
4324     { 0, "P_UI_EVENT_DATA_TYPE_UNDEFINED" },
4325     { 1, "P_UI_EVENT_DATA_TYPE_UNSPECIFIED" },
4326     { 2, "P_UI_EVENT_DATA_TYPE_TEXT" },
4327     { 3, "P_UI_EVENT_DATA_TYPE_USSD_DATA" },
4328     { 0,       NULL },
4329 };
4330 
4331 /*
4332  * Enum = IDL:org/csapi/ui/TpUIError:1.0
4333  */
4334 static const value_string org_csapi_ui_TpUIError[] = {
4335 
4336     { 0, "P_UI_ERROR_UNDEFINED" },
4337     { 1, "P_UI_ERROR_ILLEGAL_INFO" },
4338     { 2, "P_UI_ERROR_ID_NOT_FOUND" },
4339     { 3, "P_UI_ERROR_RESOURCE_UNAVAILABLE" },
4340     { 4, "P_UI_ERROR_ILLEGAL_RANGE" },
4341     { 5, "P_UI_ERROR_IMPROPER_USER_RESPONSE" },
4342     { 6, "P_UI_ERROR_ABANDON" },
4343     { 7, "P_UI_ERROR_NO_OPERATION_ACTIVE" },
4344     { 8, "P_UI_ERROR_NO_SPACE_AVAILABLE" },
4345     { 9, "P_UI_ERROR_RESOURCE_TIMEOUT" },
4346     { 0,       NULL },
4347 };
4348 
4349 /*
4350  * Enum = IDL:org/csapi/ui/TpUICollectMode:1.0
4351  */
4352 static const value_string org_csapi_ui_TpUICollectMode[] = {
4353 
4354     { 0, "P_UI_COLLECT_MODE_DTMF" },
4355     { 1, "P_UI_COLLECT_MODE_VOICE" },
4356     { 2, "P_UI_COLLECT_MODE_DTMFANDVOICE" },
4357     { 0,       NULL },
4358 };
4359 
4360 /*
4361  * Enum = IDL:org/csapi/ui/TpUIPronounceType:1.0
4362  */
4363 static const value_string org_csapi_ui_TpUIPronounceType[] = {
4364 
4365     { 0, "P_UI_PRONOUNCE_IPA" },
4366     { 1, "P_UI_PRONOUNCE_SOUNDSLIKE" },
4367     { 0,       NULL },
4368 };
4369 
4370 /*
4371  * Enum = IDL:org/csapi/ui/TpUISynthesisRange:1.0
4372  */
4373 static const value_string org_csapi_ui_TpUISynthesisRange[] = {
4374 
4375     { 0, "P_UI_RANGE_CALMER" },
4376     { 1, "P_UI_RANGE_CALM" },
4377     { 2, "P_UI_RANGE_AVERAGE" },
4378     { 3, "P_UI_RANGE_EXCITED" },
4379     { 4, "P_UI_RANGE_MORE_EXCITED" },
4380     { 0,       NULL },
4381 };
4382 
4383 /*
4384  * Enum = IDL:org/csapi/ui/TpUISynthesisRate:1.0
4385  */
4386 static const value_string org_csapi_ui_TpUISynthesisRate[] = {
4387 
4388     { 0, "P_UI_RATE_SLOW" },
4389     { 1, "P_UI_RATE_AVERAGE" },
4390     { 2, "P_UI_RATE_FAST" },
4391     { 0,       NULL },
4392 };
4393 
4394 /*
4395  * Enum = IDL:org/csapi/ui/TpUISynthesisAge:1.0
4396  */
4397 static const value_string org_csapi_ui_TpUISynthesisAge[] = {
4398 
4399     { 0, "P_UI_AGE_CHILD" },
4400     { 1, "P_UI_AGE_YOUNG_ADULT" },
4401     { 2, "P_UI_AGE_ADULT" },
4402     { 3, "P_UI_AGE_OLDER_ADULT" },
4403     { 0,       NULL },
4404 };
4405 
4406 /*
4407  * Enum = IDL:org/csapi/ui/TpUISynthesisGender:1.0
4408  */
4409 static const value_string org_csapi_ui_TpUISynthesisGender[] = {
4410 
4411     { 0, "P_UI_GENDER_MALE" },
4412     { 1, "P_UI_GENDER_FEMALE" },
4413     { 0,       NULL },
4414 };
4415 
4416 /*
4417  * Enum = IDL:org/csapi/cc/TpReleaseCause:1.0
4418  */
4419 static const value_string org_csapi_cc_TpReleaseCause[] = {
4420 
4421     { 0, "P_UNDEFINED" },
4422     { 1, "P_USER_NOT_AVAILABLE" },
4423     { 2, "P_BUSY" },
4424     { 3, "P_NO_ANSWER" },
4425     { 4, "P_NOT_REACHABLE" },
4426     { 5, "P_ROUTING_FAILURE" },
4427     { 6, "P_PREMATURE_DISCONNECT" },
4428     { 7, "P_DISCONNECTED" },
4429     { 8, "P_CALL_RESTRICTED" },
4430     { 9, "P_UNAVAILABLE_RESOURCE" },
4431     { 10, "P_GENERAL_FAILURE" },
4432     { 11, "P_TIMER_EXPIRY" },
4433     { 12, "P_UNSUPPORTED_MEDIA" },
4434     { 0,       NULL },
4435 };
4436 
4437 /*
4438  * Enum = IDL:org/csapi/cc/TpCallMonitorMode:1.0
4439  */
4440 static const value_string org_csapi_cc_TpCallMonitorMode[] = {
4441 
4442     { 0, "P_CALL_MONITOR_MODE_INTERRUPT" },
4443     { 1, "P_CALL_MONITOR_MODE_NOTIFY" },
4444     { 2, "P_CALL_MONITOR_MODE_DO_NOT_MONITOR" },
4445     { 0,       NULL },
4446 };
4447 
4448 /*
4449  * Enum = IDL:org/csapi/cc/TpCallBearerService:1.0
4450  */
4451 static const value_string org_csapi_cc_TpCallBearerService[] = {
4452 
4453     { 0, "P_CALL_BEARER_SERVICE_UNKNOWN" },
4454     { 1, "P_CALL_BEARER_SERVICE_SPEECH" },
4455     { 2, "P_CALL_BEARER_SERVICE_DIGITALUNRESTRICTED" },
4456     { 3, "P_CALL_BEARER_SERVICE_DIGITALRESTRICTED" },
4457     { 4, "P_CALL_BEARER_SERVICE_AUDIO" },
4458     { 5, "P_CALL_BEARER_SERVICE_DIGITALUNRESTRICTEDTONES" },
4459     { 6, "P_CALL_BEARER_SERVICE_VIDEO" },
4460     { 0,       NULL },
4461 };
4462 
4463 /*
4464  * Enum = IDL:org/csapi/cc/TpCallChargeOrderCategory:1.0
4465  */
4466 static const value_string org_csapi_cc_TpCallChargeOrderCategory[] = {
4467 
4468     { 0, "P_CALL_CHARGE_TRANSPARENT" },
4469     { 1, "P_CALL_CHARGE_PREDEFINED_SET" },
4470     { 0,       NULL },
4471 };
4472 
4473 /*
4474  * Enum = IDL:org/csapi/cc/TpCallErrorType:1.0
4475  */
4476 static const value_string org_csapi_cc_TpCallErrorType[] = {
4477 
4478     { 0, "P_CALL_ERROR_UNDEFINED" },
4479     { 1, "P_CALL_ERROR_INVALID_ADDRESS" },
4480     { 2, "P_CALL_ERROR_INVALID_STATE" },
4481     { 3, "P_CALL_ERROR_RESOURCE_UNAVAILABLE" },
4482     { 0,       NULL },
4483 };
4484 
4485 /*
4486  * Enum = IDL:org/csapi/cc/TpCallLoadControlMechanismType:1.0
4487  */
4488 static const value_string org_csapi_cc_TpCallLoadControlMechanismType[] = {
4489 
4490     { 0, "P_CALL_LOAD_CONTROL_PER_INTERVAL" },
4491     { 0,       NULL },
4492 };
4493 
4494 /*
4495  * Enum = IDL:org/csapi/cc/TpCallNetworkAccessType:1.0
4496  */
4497 static const value_string org_csapi_cc_TpCallNetworkAccessType[] = {
4498 
4499     { 0, "P_CALL_NETWORK_ACCESS_TYPE_UNKNOWN" },
4500     { 1, "P_CALL_NETWORK_ACCESS_TYPE_POT" },
4501     { 2, "P_CALL_NETWORK_ACCESS_TYPE_ISDN" },
4502     { 3, "P_CALL_NETWORK_ACCESS_TYPE_DIALUPINTERNET" },
4503     { 4, "P_CALL_NETWORK_ACCESS_TYPE_XDSL" },
4504     { 5, "P_CALL_NETWORK_ACCESS_TYPE_WIRELESS" },
4505     { 0,       NULL },
4506 };
4507 
4508 /*
4509  * Enum = IDL:org/csapi/cc/TpCallPartyCategory:1.0
4510  */
4511 static const value_string org_csapi_cc_TpCallPartyCategory[] = {
4512 
4513     { 0, "P_CALL_PARTY_CATEGORY_UNKNOWN" },
4514     { 1, "P_CALL_PARTY_CATEGORY_OPERATOR_F" },
4515     { 2, "P_CALL_PARTY_CATEGORY_OPERATOR_E" },
4516     { 3, "P_CALL_PARTY_CATEGORY_OPERATOR_G" },
4517     { 4, "P_CALL_PARTY_CATEGORY_OPERATOR_R" },
4518     { 5, "P_CALL_PARTY_CATEGORY_OPERATOR_S" },
4519     { 6, "P_CALL_PARTY_CATEGORY_ORDINARY_SUB" },
4520     { 7, "P_CALL_PARTY_CATEGORY_PRIORITY_SUB" },
4521     { 8, "P_CALL_PARTY_CATEGORY_DATA_CALL" },
4522     { 9, "P_CALL_PARTY_CATEGORY_TEST_CALL" },
4523     { 10, "P_CALL_PARTY_CATEGORY_PAYPHONE" },
4524     { 0,       NULL },
4525 };
4526 
4527 /*
4528  * Enum = IDL:org/csapi/cc/TpCallServiceCodeType:1.0
4529  */
4530 static const value_string org_csapi_cc_TpCallServiceCodeType[] = {
4531 
4532     { 0, "P_CALL_SERVICE_CODE_UNDEFINED" },
4533     { 1, "P_CALL_SERVICE_CODE_DIGITS" },
4534     { 2, "P_CALL_SERVICE_CODE_FACILITY" },
4535     { 3, "P_CALL_SERVICE_CODE_U2U" },
4536     { 4, "P_CALL_SERVICE_CODE_HOOKFLASH" },
4537     { 5, "P_CALL_SERVICE_CODE_RECALL" },
4538     { 0,       NULL },
4539 };
4540 
4541 /*
4542  * Enum = IDL:org/csapi/cc/TpCallTeleService:1.0
4543  */
4544 static const value_string org_csapi_cc_TpCallTeleService[] = {
4545 
4546     { 0, "P_CALL_TELE_SERVICE_UNKNOWN" },
4547     { 1, "P_CALL_TELE_SERVICE_TELEPHONY" },
4548     { 2, "P_CALL_TELE_SERVICE_FAX_2_3" },
4549     { 3, "P_CALL_TELE_SERVICE_FAX_4_I" },
4550     { 4, "P_CALL_TELE_SERVICE_FAX_4_II_III" },
4551     { 5, "P_CALL_TELE_SERVICE_VIDEOTEX_SYN" },
4552     { 6, "P_CALL_TELE_SERVICE_VIDEOTEX_INT" },
4553     { 7, "P_CALL_TELE_SERVICE_TELEX" },
4554     { 8, "P_CALL_TELE_SERVICE_MHS" },
4555     { 9, "P_CALL_TELE_SERVICE_OSI" },
4556     { 10, "P_CALL_TELE_SERVICE_FTAM" },
4557     { 11, "P_CALL_TELE_SERVICE_VIDEO" },
4558     { 12, "P_CALL_TELE_SERVICE_VIDEO_CONF" },
4559     { 13, "P_CALL_TELE_SERVICE_AUDIOGRAPH_CONF" },
4560     { 14, "P_CALL_TELE_SERVICE_MULTIMEDIA" },
4561     { 15, "P_CALL_TELE_SERVICE_CS_INI_H221" },
4562     { 16, "P_CALL_TELE_SERVICE_CS_SUB_H221" },
4563     { 17, "P_CALL_TELE_SERVICE_CS_INI_CALL" },
4564     { 18, "P_CALL_TELE_SERVICE_DATATRAFFIC" },
4565     { 19, "P_CALL_TELE_SERVICE_EMERGENCY_CALLS" },
4566     { 20, "P_CALL_TELE_SERVICE_SMS_MT_PP" },
4567     { 21, "P_CALL_TELE_SERVICE_SMS_MO_PP" },
4568     { 22, "P_CALL_TELE_SERVICE_CELL_BROADCAST" },
4569     { 23, "P_CALL_TELE_SERVICE_ALT_SPEECH_FAX_3" },
4570     { 24, "P_CALL_TELE_SERVICE_AUTOMATIC_FAX_3" },
4571     { 25, "P_CALL_TELE_SERVICE_VOICE_GROUP_CALL" },
4572     { 26, "P_CALL_TELE_SERVICE_VOICE_BROADCAST" },
4573     { 0,       NULL },
4574 };
4575 
4576 /*
4577  * Enum = IDL:org/csapi/cc/TpCallTreatmentType:1.0
4578  */
4579 static const value_string org_csapi_cc_TpCallTreatmentType[] = {
4580 
4581     { 0, "P_CALL_TREATMENT_DEFAULT" },
4582     { 1, "P_CALL_TREATMENT_RELEASE" },
4583     { 2, "P_CALL_TREATMENT_SIAR" },
4584     { 0,       NULL },
4585 };
4586 
4587 /*
4588  * Enum = IDL:org/csapi/cc/TpCallPartyToChargeType:1.0
4589  */
4590 static const value_string org_csapi_cc_TpCallPartyToChargeType[] = {
4591 
4592     { 0, "P_CALL_PARTY_ORIGINATING" },
4593     { 1, "P_CALL_PARTY_DESTINATION" },
4594     { 2, "P_CALL_PARTY_SPECIAL" },
4595     { 0,       NULL },
4596 };
4597 
4598 /*
4599  * Enum = IDL:org/csapi/cc/gccs/TpCallNotificationType:1.0
4600  */
4601 static const value_string org_csapi_cc_gccs_TpCallNotificationType[] = {
4602 
4603     { 0, "P_ORIGINATING" },
4604     { 1, "P_TERMINATING" },
4605     { 0,       NULL },
4606 };
4607 
4608 /*
4609  * Enum = IDL:org/csapi/cc/gccs/TpCallAppInfoType:1.0
4610  */
4611 static const value_string org_csapi_cc_gccs_TpCallAppInfoType[] = {
4612 
4613     { 0, "P_CALL_APP_UNDEFINED" },
4614     { 1, "P_CALL_APP_ALERTING_MECHANISM" },
4615     { 2, "P_CALL_APP_NETWORK_ACCESS_TYPE" },
4616     { 3, "P_CALL_APP_TELE_SERVICE" },
4617     { 4, "P_CALL_APP_BEARER_SERVICE" },
4618     { 5, "P_CALL_APP_PARTY_CATEGORY" },
4619     { 6, "P_CALL_APP_PRESENTATION_ADDRESS" },
4620     { 7, "P_CALL_APP_GENERIC_INFO" },
4621     { 8, "P_CALL_APP_ADDITIONAL_ADDRESS" },
4622     { 0,       NULL },
4623 };
4624 
4625 /*
4626  * Enum = IDL:org/csapi/cc/gccs/TpCallReportType:1.0
4627  */
4628 static const value_string org_csapi_cc_gccs_TpCallReportType[] = {
4629 
4630     { 0, "P_CALL_REPORT_UNDEFINED" },
4631     { 1, "P_CALL_REPORT_PROGRESS" },
4632     { 2, "P_CALL_REPORT_ALERTING" },
4633     { 3, "P_CALL_REPORT_ANSWER" },
4634     { 4, "P_CALL_REPORT_BUSY" },
4635     { 5, "P_CALL_REPORT_NO_ANSWER" },
4636     { 6, "P_CALL_REPORT_DISCONNECT" },
4637     { 7, "P_CALL_REPORT_REDIRECTED" },
4638     { 8, "P_CALL_REPORT_SERVICE_CODE" },
4639     { 9, "P_CALL_REPORT_ROUTING_FAILURE" },
4640     { 10, "P_CALL_REPORT_QUEUED" },
4641     { 11, "P_CALL_REPORT_NOT_REACHABLE" },
4642     { 0,       NULL },
4643 };
4644 
4645 /*
4646  * Enum = IDL:org/csapi/cc/gccs/TpCallFault:1.0
4647  */
4648 static const value_string org_csapi_cc_gccs_TpCallFault[] = {
4649 
4650     { 0, "P_CALL_FAULT_UNDEFINED" },
4651     { 1, "P_CALL_TIMEOUT_ON_RELEASE" },
4652     { 2, "P_CALL_TIMEOUT_ON_INTERRUPT" },
4653     { 0,       NULL },
4654 };
4655 
4656 /*
4657  * Enum = IDL:org/csapi/cc/TpCallAppInfoType:1.0
4658  */
4659 static const value_string org_csapi_cc_TpCallAppInfoType[] = {
4660 
4661     { 0, "P_CALL_APP_UNDEFINED" },
4662     { 1, "P_CALL_APP_ALERTING_MECHANISM" },
4663     { 2, "P_CALL_APP_NETWORK_ACCESS_TYPE" },
4664     { 3, "P_CALL_APP_TELE_SERVICE" },
4665     { 4, "P_CALL_APP_BEARER_SERVICE" },
4666     { 5, "P_CALL_APP_PARTY_CATEGORY" },
4667     { 6, "P_CALL_APP_PRESENTATION_ADDRESS" },
4668     { 7, "P_CALL_APP_GENERIC_INFO" },
4669     { 8, "P_CALL_APP_ADDITIONAL_ADDRESS" },
4670     { 9, "P_CALL_APP_ORIGINAL_DESTINATION_ADDRESS" },
4671     { 10, "P_CALL_APP_REDIRECTING_ADDRESS" },
4672     { 11, "P_CALL_APP_HIGH_PROBABILITY_COMPLETION" },
4673     { 12, "P_CALL_APP_CARRIER" },
4674     { 0,       NULL },
4675 };
4676 
4677 /*
4678  * Enum = IDL:org/csapi/cc/TpCallEventType:1.0
4679  */
4680 static const value_string org_csapi_cc_TpCallEventType[] = {
4681 
4682     { 0, "P_CALL_EVENT_UNDEFINED" },
4683     { 1, "P_CALL_EVENT_ORIGINATING_CALL_ATTEMPT" },
4684     { 2, "P_CALL_EVENT_ORIGINATING_CALL_ATTEMPT_AUTHORISED" },
4685     { 3, "P_CALL_EVENT_ADDRESS_COLLECTED" },
4686     { 4, "P_CALL_EVENT_ADDRESS_ANALYSED" },
4687     { 5, "P_CALL_EVENT_ORIGINATING_SERVICE_CODE" },
4688     { 6, "P_CALL_EVENT_ORIGINATING_RELEASE" },
4689     { 7, "P_CALL_EVENT_TERMINATING_CALL_ATTEMPT" },
4690     { 8, "P_CALL_EVENT_TERMINATING_CALL_ATTEMPT_AUTHORISED" },
4691     { 9, "P_CALL_EVENT_ALERTING" },
4692     { 10, "P_CALL_EVENT_ANSWER" },
4693     { 11, "P_CALL_EVENT_TERMINATING_RELEASE" },
4694     { 12, "P_CALL_EVENT_REDIRECTED" },
4695     { 13, "P_CALL_EVENT_TERMINATING_SERVICE_CODE" },
4696     { 14, "P_CALL_EVENT_QUEUED" },
4697     { 0,       NULL },
4698 };
4699 
4700 /*
4701  * Enum = IDL:org/csapi/cc/TpCallLegAttachMechanism:1.0
4702  */
4703 static const value_string org_csapi_cc_TpCallLegAttachMechanism[] = {
4704 
4705     { 0, "P_CALLLEG_ATTACH_IMPLICITLY" },
4706     { 1, "P_CALLLEG_ATTACH_EXPLICITLY" },
4707     { 0,       NULL },
4708 };
4709 
4710 /*
4711  * Enum = IDL:org/csapi/cc/TpCarrierSelectionField:1.0
4712  */
4713 static const value_string org_csapi_cc_TpCarrierSelectionField[] = {
4714 
4715     { 0, "P_CIC_UNDEFINED" },
4716     { 1, "P_CIC_NO_INPUT" },
4717     { 2, "P_CIC_INPUT" },
4718     { 3, "P_CIC_UNDETERMINED" },
4719     { 4, "P_CIC_NOT_PRESCRIBED" },
4720     { 0,       NULL },
4721 };
4722 
4723 /*
4724  * Enum = IDL:org/csapi/cc/mpccs/TpAppMultiPartyCallBackRefType:1.0
4725  */
4726 static const value_string org_csapi_cc_mpccs_TpAppMultiPartyCallBackRefType[] = {
4727 
4728     { 0, "P_APP_CALLBACK_UNDEFINED" },
4729     { 1, "P_APP_MULTIPARTY_CALL_CALLBACK" },
4730     { 2, "P_APP_CALL_LEG_CALLBACK" },
4731     { 3, "P_APP_CALL_AND_CALL_LEG_CALLBACK" },
4732     { 0,       NULL },
4733 };
4734 
4735 /*
4736  * Enum = IDL:org/csapi/cc/mmccs/TpMediaStreamDirection:1.0
4737  */
4738 static const value_string org_csapi_cc_mmccs_TpMediaStreamDirection[] = {
4739 
4740     { 0, "P_SEND_ONLY" },
4741     { 1, "P_RECEIVE_ONLY" },
4742     { 2, "P_SEND_RECEIVE" },
4743     { 0,       NULL },
4744 };
4745 
4746 /*
4747  * Enum = IDL:org/csapi/cc/mmccs/TpMediaStreamEventType:1.0
4748  */
4749 static const value_string org_csapi_cc_mmccs_TpMediaStreamEventType[] = {
4750 
4751     { 0, "P_MEDIA_STREAM_ADDED" },
4752     { 1, "P_MEDIA_STREAM_SUBTRACTED" },
4753     { 2, "P_MEDIA_STREAM_QOS_CLASS_CHANGED" },
4754     { 0,       NULL },
4755 };
4756 
4757 /*
4758  * Enum = IDL:org/csapi/cc/mmccs/TpMediaStreamDataTypeRequestType:1.0
4759  */
4760 static const value_string org_csapi_cc_mmccs_TpMediaStreamDataTypeRequestType[] = {
4761 
4762     { 0, "P_AUDIO_CAPABILITIES" },
4763     { 1, "P_VIDEO_CAPABILITIES" },
4764     { 2, "P_DATA_CAPABILITIES" },
4765     { 0,       NULL },
4766 };
4767 
4768 /*
4769  * Enum = IDL:org/csapi/cc/mmccs/TpAppMultiMediaCallBackRefType:1.0
4770  */
4771 static const value_string org_csapi_cc_mmccs_TpAppMultiMediaCallBackRefType[] = {
4772 
4773     { 0, "P_APP_CALLBACK_UNDEFINED" },
4774     { 1, "P_APP_MULTIMEDIA_CALL_CALLBACK" },
4775     { 2, "P_APP_CALL_LEG_CALLBACK" },
4776     { 3, "P_APP_CALL_AND_CALL_LEG_CALLBACK" },
4777     { 0,       NULL },
4778 };
4779 
4780 /*
4781  * Enum = IDL:org/csapi/cc/cccs/TpConfPolicyType:1.0
4782  */
4783 static const value_string org_csapi_cc_cccs_TpConfPolicyType[] = {
4784 
4785     { 0, "P_CONFERENCE_POLICY_UNDEFINED" },
4786     { 1, "P_CONFERENCE_POLICY_MONOMEDIA" },
4787     { 2, "P_CONFERENCE_POLICY_MULTIMEDIA" },
4788     { 0,       NULL },
4789 };
4790 
4791 /*
4792  * Enum = IDL:org/csapi/cc/cccs/TpVideoHandlingType:1.0
4793  */
4794 static const value_string org_csapi_cc_cccs_TpVideoHandlingType[] = {
4795 
4796     { 0, "P_MIXED_VIDEO" },
4797     { 1, "P_SWITCHED_VIDEO_CHAIR_CONTROLLED" },
4798     { 2, "P_SWITCHED_VIDEO_VOICE_CONTROLLED" },
4799     { 0,       NULL },
4800 };
4801 
4802 /*
4803  * Enum = IDL:org/csapi/ui/TpUITargetObjectType:1.0
4804  */
4805 static const value_string org_csapi_ui_TpUITargetObjectType[] = {
4806 
4807     { 0, "P_UI_TARGET_OBJECT_CALL" },
4808     { 1, "P_UI_TARGET_OBJECT_MULTI_PARTY_CALL" },
4809     { 2, "P_UI_TARGET_OBJECT_CALL_LEG" },
4810     { 0,       NULL },
4811 };
4812 
4813 /*
4814  * Enum = IDL:org/csapi/mm/TpLocationPriority:1.0
4815  */
4816 static const value_string org_csapi_mm_TpLocationPriority[] = {
4817 
4818     { 0, "P_M_NORMAL" },
4819     { 1, "P_M_HIGH" },
4820     { 0,       NULL },
4821 };
4822 
4823 /*
4824  * Enum = IDL:org/csapi/mm/TpLocationResponseIndicator:1.0
4825  */
4826 static const value_string org_csapi_mm_TpLocationResponseIndicator[] = {
4827 
4828     { 0, "P_M_NO_DELAY" },
4829     { 1, "P_M_LOW_DELAY" },
4830     { 2, "P_M_DELAY_TOLERANT" },
4831     { 3, "P_M_USE_TIMER_VALUE" },
4832     { 0,       NULL },
4833 };
4834 
4835 /*
4836  * Enum = IDL:org/csapi/mm/TpLocationTriggerCriteria:1.0
4837  */
4838 static const value_string org_csapi_mm_TpLocationTriggerCriteria[] = {
4839 
4840     { 0, "P_UL_ENTERING_AREA" },
4841     { 1, "P_UL_LEAVING_AREA" },
4842     { 0,       NULL },
4843 };
4844 
4845 /*
4846  * Enum = IDL:org/csapi/mm/TpLocationType:1.0
4847  */
4848 static const value_string org_csapi_mm_TpLocationType[] = {
4849 
4850     { 0, "P_M_CURRENT" },
4851     { 1, "P_M_CURRENT_OR_LAST_KNOWN" },
4852     { 2, "P_M_INITIAL" },
4853     { 0,       NULL },
4854 };
4855 
4856 /*
4857  * Enum = IDL:org/csapi/mm/TpLocationUncertaintyShape:1.0
4858  */
4859 static const value_string org_csapi_mm_TpLocationUncertaintyShape[] = {
4860 
4861     { 0, "P_M_SHAPE_NONE" },
4862     { 1, "P_M_SHAPE_CIRCLE" },
4863     { 2, "P_M_SHAPE_CIRCLE_SECTOR" },
4864     { 3, "P_M_SHAPE_CIRCLE_ARC_STRIPE" },
4865     { 4, "P_M_SHAPE_ELLIPSE" },
4866     { 5, "P_M_SHAPE_ELLIPSE_SECTOR" },
4867     { 6, "P_M_SHAPE_ELLIPSE_ARC_STRIPE" },
4868     { 0,       NULL },
4869 };
4870 
4871 /*
4872  * Enum = IDL:org/csapi/mm/TpMobilityDiagnostic:1.0
4873  */
4874 static const value_string org_csapi_mm_TpMobilityDiagnostic[] = {
4875 
4876     { 0, "P_M_NO_INFORMATION" },
4877     { 1, "P_M_APPL_NOT_IN_PRIV_EXCEPT_LST" },
4878     { 2, "P_M_CALL_TO_USER_NOT_SETUP" },
4879     { 3, "P_M_PRIVACY_OVERRIDE_NOT_APPLIC" },
4880     { 4, "P_M_DISALL_BY_LOCAL_REGULAT_REQ" },
4881     { 5, "P_M_CONGESTION" },
4882     { 6, "P_M_INSUFFICIENT_RESOURCES" },
4883     { 7, "P_M_INSUFFICIENT_MEAS_DATA" },
4884     { 8, "P_M_INCONSISTENT_MEAS_DATA" },
4885     { 9, "P_M_LOC_PROC_NOT_COMPLETED" },
4886     { 10, "P_M_LOC_PROC_NOT_SUPP_BY_USER" },
4887     { 11, "P_M_QOS_NOT_ATTAINABLE" },
4888     { 0,       NULL },
4889 };
4890 
4891 /*
4892  * Enum = IDL:org/csapi/mm/TpMobilityError:1.0
4893  */
4894 static const value_string org_csapi_mm_TpMobilityError[] = {
4895 
4896     { 0, "P_M_OK" },
4897     { 1, "P_M_SYSTEM_FAILURE" },
4898     { 2, "P_M_UNAUTHORIZED_NETWORK" },
4899     { 3, "P_M_UNAUTHORIZED_APPLICATION" },
4900     { 4, "P_M_UNKNOWN_SUBSCRIBER" },
4901     { 5, "P_M_ABSENT_SUBSCRIBER" },
4902     { 6, "P_M_POSITION_METHOD_FAILURE" },
4903     { 0,       NULL },
4904 };
4905 
4906 /*
4907  * Enum = IDL:org/csapi/mm/TpMobilityStopScope:1.0
4908  */
4909 static const value_string org_csapi_mm_TpMobilityStopScope[] = {
4910 
4911     { 0, "P_M_ALL_IN_ASSIGNMENT" },
4912     { 1, "P_M_SPECIFIED_USERS" },
4913     { 0,       NULL },
4914 };
4915 
4916 /*
4917  * Enum = IDL:org/csapi/mm/TpTerminalType:1.0
4918  */
4919 static const value_string org_csapi_mm_TpTerminalType[] = {
4920 
4921     { 0, "P_M_FIXED" },
4922     { 1, "P_M_MOBILE" },
4923     { 2, "P_M_IP" },
4924     { 0,       NULL },
4925 };
4926 
4927 /*
4928  * Enum = IDL:org/csapi/mm/TpUserLocationEmergencyTrigger:1.0
4929  */
4930 static const value_string org_csapi_mm_TpUserLocationEmergencyTrigger[] = {
4931 
4932     { 0, "P_ULE_CALL_ORIGINATION" },
4933     { 1, "P_ULE_CALL_RELEASE" },
4934     { 2, "P_ULE_LOCATION_REQUEST" },
4935     { 0,       NULL },
4936 };
4937 
4938 /*
4939  * Enum = IDL:org/csapi/mm/TpUserStatusIndicator:1.0
4940  */
4941 static const value_string org_csapi_mm_TpUserStatusIndicator[] = {
4942 
4943     { 0, "P_US_REACHABLE" },
4944     { 1, "P_US_NOT_REACHABLE" },
4945     { 2, "P_US_BUSY" },
4946     { 0,       NULL },
4947 };
4948 
4949 /*
4950  * Enum = IDL:org/csapi/mm/TpAuthStatusIndicator:1.0
4951  */
4952 static const value_string org_csapi_mm_TpAuthStatusIndicator[] = {
4953 
4954     { 0, "P_AUTHENTICATED_FOR_NETWORK_ONLY" },
4955     { 1, "P_AUTHENTICATED_FOR_NETWORK_AND_IP_SERVICES" },
4956     { 2, "P_NOT_AUTHENTICATED" },
4957     { 0,       NULL },
4958 };
4959 
4960 /*
4961  * Enum = IDL:org/csapi/mm/TpAccessTechnology:1.0
4962  */
4963 static const value_string org_csapi_mm_TpAccessTechnology[] = {
4964 
4965     { 0, "P_MOBILE_ACCESS_PS" },
4966     { 1, "P_MOBILE_ACCESS_CS" },
4967     { 2, "P_FIXED_ACCESS" },
4968     { 0,       NULL },
4969 };
4970 
4971 /*
4972  * Enum = IDL:org/csapi/mm/TpRoamingStatus:1.0
4973  */
4974 static const value_string org_csapi_mm_TpRoamingStatus[] = {
4975 
4976     { 0, "P_UNKNOWN_ROAMING_STATUS" },
4977     { 1, "P_HOME_USER" },
4978     { 2, "P_NATIONAL_ROAMING" },
4979     { 3, "P_INTERNATIONAL_ROAMING" },
4980     { 4, "P_OPERATOR_ROAMING" },
4981     { 0,       NULL },
4982 };
4983 
4984 /*
4985  * Enum = IDL:org/csapi/mm/TpBindingEntryType:1.0
4986  */
4987 static const value_string org_csapi_mm_TpBindingEntryType[] = {
4988 
4989     { 0, "P_UB_UNDEFINED" },
4990     { 1, "P_UB_EXPIRES" },
4991     { 2, "P_UB_CONTACT_ADDRESS" },
4992     { 3, "P_UB_PREFERENCE" },
4993     { 0,       NULL },
4994 };
4995 
4996 /*
4997  * Enum = IDL:org/csapi/termcap/TpTerminalCapabilitiesError:1.0
4998  */
4999 static const value_string org_csapi_termcap_TpTerminalCapabilitiesError[] = {
5000 
5001     { 0, "P_TERMCAP_ERROR_UNDEFINED" },
5002     { 1, "P_TERMCAP_INVALID_TERMINALID" },
5003     { 2, "P_TERMCAP_SYSTEM_FAILURE" },
5004     { 3, "P_TERMCAP_INFO_UNAVAILABLE" },
5005     { 0,       NULL },
5006 };
5007 
5008 /*
5009  * Enum = IDL:org/csapi/termcap/TpTerminalCapabilityScopeType:1.0
5010  */
5011 static const value_string org_csapi_termcap_TpTerminalCapabilityScopeType[] = {
5012 
5013     { 0, "P_TERMINAL_CAPABILITY_SCOPE_TYPE_UNDEFINED" },
5014     { 1, "P_TERMINAL_CAPABILITY_SCOPE_TYPE_CCPP" },
5015     { 0,       NULL },
5016 };
5017 
5018 /*
5019  * Enum = IDL:org/csapi/dsc/TpDataSessionChargeOrderCategory:1.0
5020  */
5021 static const value_string org_csapi_dsc_TpDataSessionChargeOrderCategory[] = {
5022 
5023     { 0, "P_DATA_SESSION_CHARGE_PER_VOLUME" },
5024     { 1, "P_DATA_SESSION_CHARGE_NETWORK" },
5025     { 0,       NULL },
5026 };
5027 
5028 /*
5029  * Enum = IDL:org/csapi/dsc/TpDataSessionErrorType:1.0
5030  */
5031 static const value_string org_csapi_dsc_TpDataSessionErrorType[] = {
5032 
5033     { 0, "P_DATA_SESSION_ERROR_UNDEFINED" },
5034     { 1, "P_DATA_SESSION_ERROR_INVALID_ADDRESS" },
5035     { 2, "P_DATA_SESSION_ERROR_INVALID_STATE" },
5036     { 0,       NULL },
5037 };
5038 
5039 /*
5040  * Enum = IDL:org/csapi/dsc/TpDataSessionFault:1.0
5041  */
5042 static const value_string org_csapi_dsc_TpDataSessionFault[] = {
5043 
5044     { 0, "P_DATA_SESSION_FAULT_UNDEFINED" },
5045     { 1, "P_DATA_SESSION_FAULT_USER_ABORTED" },
5046     { 2, "P_DATA_SESSION_TIMEOUT_ON_RELEASE" },
5047     { 3, "P_DATA_SESSION_TIMEOUT_ON_INTERRUPT" },
5048     { 0,       NULL },
5049 };
5050 
5051 /*
5052  * Enum = IDL:org/csapi/dsc/TpDataSessionMonitorMode:1.0
5053  */
5054 static const value_string org_csapi_dsc_TpDataSessionMonitorMode[] = {
5055 
5056     { 0, "P_DATA_SESSION_MONITOR_MODE_INTERRUPT" },
5057     { 1, "P_DATA_SESSION_MONITOR_MODE_NOTIFY" },
5058     { 2, "P_DATA_SESSION_MONITOR_MODE_DO_NOT_MONITOR" },
5059     { 0,       NULL },
5060 };
5061 
5062 /*
5063  * Enum = IDL:org/csapi/dsc/TpDataSessionReportType:1.0
5064  */
5065 static const value_string org_csapi_dsc_TpDataSessionReportType[] = {
5066 
5067     { 0, "P_DATA_SESSION_REPORT_UNDEFINED" },
5068     { 1, "P_DATA_SESSION_REPORT_CONNECTED" },
5069     { 2, "P_DATA_SESSION_REPORT_DISCONNECT" },
5070     { 0,       NULL },
5071 };
5072 
5073 /*
5074  * Enum = IDL:org/csapi/gms/TpMessagingFault:1.0
5075  */
5076 static const value_string org_csapi_gms_TpMessagingFault[] = {
5077 
5078     { 0, "P_MESSAGING_FAULT_UNDEFINED" },
5079     { 0,       NULL },
5080 };
5081 
5082 /*
5083  * Enum = IDL:org/csapi/gms/TpMessagingEventName:1.0
5084  */
5085 static const value_string org_csapi_gms_TpMessagingEventName[] = {
5086 
5087     { 0, "P_EVENT_GMS_NAME_UNDEFINED" },
5088     { 1, "P_EVENT_GMS_NEW_MESSAGE_ARRIVED" },
5089     { 0,       NULL },
5090 };
5091 
5092 /*
5093  * Enum = IDL:org/csapi/gms/TpMessageStatus:1.0
5094  */
5095 static const value_string org_csapi_gms_TpMessageStatus[] = {
5096 
5097     { 0, "P_MESSAGING_MESSAGE_STATUS_READ_MESSAGE" },
5098     { 1, "P_MESSAGING_MESSAGE_STATUS_UNREAD_MESSAGE" },
5099     { 2, "P_MESSAGING_MESSAGE_STATUS_FORWARDED_MESSAGE" },
5100     { 3, "P_MESSAGING_MESSAGE_STATUS_REPLIED_TO_MESSAGE" },
5101     { 4, "P_MESSAGING_MESSAGE_STATUS_SAVED_OR_UNSENT_MESSAGE" },
5102     { 5, "P_MESSAGING_MESSAGE_STATUS_NOTIFICATION_THAT_A_MESSAGE_WAS_DELIVERED" },
5103     { 6, "P_MESSAGING_MESSAGE_STATUS_NOTIFICATION_THAT_A_MESSAGE_WAS_READ" },
5104     { 7, "P_MESSAGING_MESSAGE_STATUS_NOTIFICATION_THAT_A_MESSAGE_WAS_NOT_DELIVERED" },
5105     { 8, "P_MESSAGING_MESSAGE_STATUS_NOTIFICATION_THAT_A_MESSAGE_WAS_NOT_READ" },
5106     { 0,       NULL },
5107 };
5108 
5109 /*
5110  * Enum = IDL:org/csapi/gms/TpMessagePriority:1.0
5111  */
5112 static const value_string org_csapi_gms_TpMessagePriority[] = {
5113 
5114     { 0, "P_MESSAGING_MESSAGE_PRIORITY_UNDEFINED" },
5115     { 1, "P_MESSAGING_MESSAGE_PRIORITY_HIGH" },
5116     { 2, "P_MESSAGING_MESSAGE_PRIORITY_LOW" },
5117     { 0,       NULL },
5118 };
5119 
5120 /*
5121  * Enum = IDL:org/csapi/gms/TpMessageInfoPropertyName:1.0
5122  */
5123 static const value_string org_csapi_gms_TpMessageInfoPropertyName[] = {
5124 
5125     { 0, "P_MESSAGING_MESSAGE_UNDEFINED" },
5126     { 1, "P_MESSAGING_MESSAGE_ID" },
5127     { 2, "P_MESSAGING_MESSAGE_SUBJECT" },
5128     { 3, "P_MESSAGING_MESSAGE_DATE_SENT" },
5129     { 4, "P_MESSAGING_MESSAGE_DATE_RECEIVED" },
5130     { 5, "P_MESSAGING_MESSAGE_DATE_CHANGED" },
5131     { 6, "P_MESSAGING_MESSAGE_SENT_FROM" },
5132     { 7, "P_MESSAGING_MESSAGE_SENT_TO" },
5133     { 8, "P_MESSAGING_MESSAGE_CC_TO" },
5134     { 9, "P_MESSAGING_MESSAGE_BCC_TO" },
5135     { 10, "P_MESSAGING_MESSAGE_SIZE" },
5136     { 11, "P_MESSAGING_MESSAGE_PRIORITY" },
5137     { 12, "P_MESSAGING_MESSAGE_FORMAT" },
5138     { 13, "P_MESSAGING_MESSAGE_FOLDER" },
5139     { 14, "P_MESSAGING_MESSAGE_STATUS" },
5140     { 0,       NULL },
5141 };
5142 
5143 /*
5144  * Enum = IDL:org/csapi/gms/TpMessageFormat:1.0
5145  */
5146 static const value_string org_csapi_gms_TpMessageFormat[] = {
5147 
5148     { 0, "P_MESSAGING_MESSAGE_FORMAT_UNDEFINED" },
5149     { 1, "P_MESSAGING_MESSAGE_FORMAT_TEXT" },
5150     { 2, "P_MESSAGING_MESSAGE_FORMAT_BINARY" },
5151     { 3, "P_MESSAGING_MESSAGE_FORMAT_UUENCODED" },
5152     { 4, "P_MESSAGING_MESSAGE_FORMAT_MIME" },
5153     { 5, "P_MESSAGING_MESSAGE_FORMAT_WAVE" },
5154     { 6, "P_MESSAGING_MESSAGE_FORMAT_AU" },
5155     { 0,       NULL },
5156 };
5157 
5158 /*
5159  * Enum = IDL:org/csapi/gms/TpMailboxInfoPropertyName:1.0
5160  */
5161 static const value_string org_csapi_gms_TpMailboxInfoPropertyName[] = {
5162 
5163     { 0, "P_MESSAGING_MAILBOX_UNDEFINED" },
5164     { 1, "P_MESSAGING_MAILBOX_ID" },
5165     { 2, "P_MESSAGING_MAILBOX_OWNER" },
5166     { 3, "P_MESSAGING_MAILBOX_FOLDER" },
5167     { 4, "P_MESSAGING_MAILBOX_DATE_CREATED" },
5168     { 5, "P_MESSAGING_MAILBOX_DATE_CHANGED" },
5169     { 0,       NULL },
5170 };
5171 
5172 /*
5173  * Enum = IDL:org/csapi/gms/TpFolderInfoPropertyName:1.0
5174  */
5175 static const value_string org_csapi_gms_TpFolderInfoPropertyName[] = {
5176 
5177     { 0, "P_MESSAGING_FOLDER_UNDEFINED" },
5178     { 1, "P_MESSAGING_FOLDER_ID" },
5179     { 2, "P_MESSAGING_FOLDER_MESSAGE" },
5180     { 3, "P_MESSAGING_FOLDER_SUBFOLDER" },
5181     { 4, "P_MESSAGING_FOLDER_DATE_CREATED" },
5182     { 5, "P_MESSAGING_FOLDER_DATE_CHANGED" },
5183     { 0,       NULL },
5184 };
5185 
5186 /*
5187  * Enum = IDL:org/csapi/cm/TpTrafficDirection:1.0
5188  */
5189 static const value_string org_csapi_cm_TpTrafficDirection[] = {
5190 
5191     { 0, "UNIDIRECTIONAL" },
5192     { 1, "BIDIRECTIONAL" },
5193     { 0,       NULL },
5194 };
5195 
5196 /*
5197  * Enum = IDL:org/csapi/cm/TpTagValue:1.0
5198  */
5199 static const value_string org_csapi_cm_TpTagValue[] = {
5200 
5201     { 0, "PROVIDER_SPECIFIED" },
5202     { 1, "OPERATOR_SPECIFIED" },
5203     { 2, "UNSPECIFIED" },
5204     { 0,       NULL },
5205 };
5206 
5207 /*
5208  * Enum = IDL:org/csapi/cm/TpSiteOrSap:1.0
5209  */
5210 static const value_string org_csapi_cm_TpSiteOrSap[] = {
5211 
5212     { 0, "SITE" },
5213     { 1, "SAP" },
5214     { 0,       NULL },
5215 };
5216 
5217 /*
5218  * Enum = IDL:org/csapi/cm/TpIPVersion:1.0
5219  */
5220 static const value_string org_csapi_cm_TpIPVersion[] = {
5221 
5222     { 0, "VERSION_UNKNOWN" },
5223     { 1, "VERSION_IPV4" },
5224     { 2, "VERSION_IPV6" },
5225     { 0,       NULL },
5226 };
5227 
5228 /*
5229  * Enum = IDL:org/csapi/cm/TpIPv4AddType:1.0
5230  */
5231 static const value_string org_csapi_cm_TpIPv4AddType[] = {
5232 
5233     { 0, "IPV4_ADD_CLASS_A" },
5234     { 1, "IPV4_ADD_CLASS_B" },
5235     { 2, "IPV4_ADD_CLASS_C" },
5236     { 3, "IPV4_ADD_CLASS_D" },
5237     { 4, "IPV4_ADD_CLASS_E" },
5238     { 0,       NULL },
5239 };
5240 
5241 /*
5242  * Enum = IDL:org/csapi/cm/TpAction:1.0
5243  */
5244 static const value_string org_csapi_cm_TpAction[] = {
5245 
5246     { 0, "DROP" },
5247     { 1, "TRANSMIT" },
5248     { 2, "RESHAPE" },
5249     { 3, "REMARK" },
5250     { 0,       NULL },
5251 };
5252 
5253 /*
5254  * Enum = IDL:org/csapi/cm/TpVprpStatus:1.0
5255  */
5256 static const value_string org_csapi_cm_TpVprpStatus[] = {
5257 
5258     { 0, "ACTIVE" },
5259     { 1, "PENDING" },
5260     { 2, "DISALLOWED" },
5261     { 0,       NULL },
5262 };
5263 
5264 /*
5265  * Enum = IDL:org/csapi/am/TpChargingEventName:1.0
5266  */
5267 static const value_string org_csapi_am_TpChargingEventName[] = {
5268 
5269     { 0, "P_AM_CHARGING" },
5270     { 1, "P_AM_RECHARGING" },
5271     { 2, "P_AM_ACCOUNT_LOW" },
5272     { 3, "P_AM_ACCOUNT_ZERO" },
5273     { 4, "P_AM_ACCOUNT_DISABLED" },
5274     { 0,       NULL },
5275 };
5276 
5277 /*
5278  * Enum = IDL:org/csapi/am/TpBalanceQueryError:1.0
5279  */
5280 static const value_string org_csapi_am_TpBalanceQueryError[] = {
5281 
5282     { 0, "P_BALANCE_QUERY_OK" },
5283     { 1, "P_BALANCE_QUERY_ERROR_UNDEFINED" },
5284     { 2, "P_BALANCE_QUERY_UNKNOWN_SUBSCRIBER" },
5285     { 3, "P_BALANCE_QUERY_UNAUTHORIZED_APPLICATION" },
5286     { 4, "P_BALANCE_QUERY_SYSTEM_FAILURE" },
5287     { 0,       NULL },
5288 };
5289 
5290 /*
5291  * Enum = IDL:org/csapi/am/TpTransactionHistoryStatus:1.0
5292  */
5293 static const value_string org_csapi_am_TpTransactionHistoryStatus[] = {
5294 
5295     { 0, "P_AM_TRANSACTION_ERROR_UNSPECIFIED" },
5296     { 1, "P_AM_TRANSACTION_INVALID_INTERVAL" },
5297     { 2, "P_AM_TRANSACTION_UNKNOWN_ACCOUNT" },
5298     { 3, "P_AM_TRANSACTION_UNAUTHORIZED_APPLICATION" },
5299     { 4, "P_AM_TRANSACTION_PROCESSING_ERROR" },
5300     { 5, "P_AM_TRANSACTION_SYSTEM_FAILURE" },
5301     { 0,       NULL },
5302 };
5303 
5304 /*
5305  * Enum = IDL:org/csapi/am/TpVoucherError:1.0
5306  */
5307 static const value_string org_csapi_am_TpVoucherError[] = {
5308 
5309     { 0, "P_VOUCHER_OK" },
5310     { 1, "P_VOUCHER_UNDEFINED" },
5311     { 2, "P_VOUCHER_UNKNOWN_SUBSCRIBER" },
5312     { 3, "P_VOUCHER_UNAUTHORIZED_APPLICATION" },
5313     { 4, "P_VOUCHER_SYSTEM_FAILURE" },
5314     { 0,       NULL },
5315 };
5316 
5317 /*
5318  * Enum = IDL:org/csapi/cs/TpChargingParameterValueType:1.0
5319  */
5320 static const value_string org_csapi_cs_TpChargingParameterValueType[] = {
5321 
5322     { 0, "P_CHS_PARAMETER_INT32" },
5323     { 1, "P_CHS_PARAMETER_FLOAT" },
5324     { 2, "P_CHS_PARAMETER_STRING" },
5325     { 3, "P_CHS_PARAMETER_BOOLEAN" },
5326     { 4, "P_CHS_PARAMETER_OCTETSET" },
5327     { 0,       NULL },
5328 };
5329 
5330 /*
5331  * Enum = IDL:org/csapi/cs/TpChargingError:1.0
5332  */
5333 static const value_string org_csapi_cs_TpChargingError[] = {
5334 
5335     { 0, "P_CHS_ERR_UNDEFINED" },
5336     { 1, "P_CHS_ERR_ACCOUNT" },
5337     { 2, "P_CHS_ERR_USER" },
5338     { 3, "P_CHS_ERR_PARAMETER" },
5339     { 4, "P_CHS_ERR_NO_DEBIT" },
5340     { 5, "P_CHS_ERR_NO_CREDIT" },
5341     { 6, "P_CHS_ERR_VOLUMES" },
5342     { 7, "P_CHS_ERR_CURRENCY" },
5343     { 8, "P_CHS_ERR_NO_EXTEND" },
5344     { 9, "P_CHS_ERR_RESERVATION_LIMIT" },
5345     { 10, "P_CHS_ERR_CONFIRMATION_REQUIRED" },
5346     { 0,       NULL },
5347 };
5348 
5349 /*
5350  * Enum = IDL:org/csapi/cs/TpSessionEndedCause:1.0
5351  */
5352 static const value_string org_csapi_cs_TpSessionEndedCause[] = {
5353 
5354     { 0, "P_CHS_CAUSE_UNDEFINED" },
5355     { 1, "P_CHS_CAUSE_TIMER_EXPIRED" },
5356     { 0,       NULL },
5357 };
5358 
5359 /*
5360  * Enum = IDL:org/csapi/cs/TpAppInformationType:1.0
5361  */
5362 static const value_string org_csapi_cs_TpAppInformationType[] = {
5363 
5364     { 0, "P_APP_INF_TIMESTAMP" },
5365     { 0,       NULL },
5366 };
5367 
5368 /*
5369  * Enum = IDL:org/csapi/policy/TpPolicyConditionListType:1.0
5370  */
5371 static const value_string org_csapi_policy_TpPolicyConditionListType[] = {
5372 
5373     { 0, "P_PM_DNF" },
5374     { 1, "P_PM_CNF" },
5375     { 0,       NULL },
5376 };
5377 
5378 /*
5379  * Enum = IDL:org/csapi/policy/TpPolicyConditionType:1.0
5380  */
5381 static const value_string org_csapi_policy_TpPolicyConditionType[] = {
5382 
5383     { 0, "P_PM_TIME_PERIOD_CONDITION" },
5384     { 1, "P_PM_EVENT_CONDITION" },
5385     { 2, "P_PM_EXPRESSION_CONDITION" },
5386     { 0,       NULL },
5387 };
5388 
5389 /*
5390  * Enum = IDL:org/csapi/policy/TpPolicyActionType:1.0
5391  */
5392 static const value_string org_csapi_policy_TpPolicyActionType[] = {
5393 
5394     { 0, "P_PM_EVENT_ACTION" },
5395     { 1, "P_PM_EXPRESSION_ACTION" },
5396     { 0,       NULL },
5397 };
5398 
5399 /*
5400  * Enum = IDL:org/csapi/policy/TpPolicyTypeInfo:1.0
5401  */
5402 static const value_string org_csapi_policy_TpPolicyTypeInfo[] = {
5403 
5404     { 0, "P_PM_SIMPLE_TYPE" },
5405     { 1, "P_PM_TYPE_RECORD" },
5406     { 2, "P_PM_TYPE_LIST" },
5407     { 3, "P_PM_STRUCTURED_TYPE" },
5408     { 4, "P_PM_XML_TYPE" },
5409     { 0,       NULL },
5410 };
5411 
5412 /*
5413  * Enum = IDL:org/csapi/pam/TpPAMContextName:1.0
5414  */
5415 static const value_string org_csapi_pam_TpPAMContextName[] = {
5416 
5417     { 0, "PAM_CONTEXT_ANY" },
5418     { 1, "PAM_CONTEXT_COMMUNICATION" },
5419     { 0,       NULL },
5420 };
5421 
5422 /*
5423  * Enum = IDL:org/csapi/pam/TpPAMACLDefault:1.0
5424  */
5425 static const value_string org_csapi_pam_TpPAMACLDefault[] = {
5426 
5427     { 0, "PAM_ACCESS_ALLOW" },
5428     { 1, "PAM_ACCESS_DENY" },
5429     { 0,       NULL },
5430 };
5431 
5432 /*
5433  * Enum = IDL:org/csapi/pam/TpPAMPreferenceType:1.0
5434  */
5435 static const value_string org_csapi_pam_TpPAMPreferenceType[] = {
5436 
5437     { 0, "PAM_ACCESS_LIST" },
5438     { 1, "PAM_EXTERNAL_CONTROL" },
5439     { 0,       NULL },
5440 };
5441 
5442 /*
5443  * Enum = IDL:org/csapi/pam/TpPAMEventName:1.0
5444  */
5445 static const value_string org_csapi_pam_TpPAMEventName[] = {
5446 
5447     { 0, "PAM_CE_IDENTITY_PRESENCE_SET" },
5448     { 1, "PAM_CE_AVAILABILITY_CHANGED" },
5449     { 2, "PAM_CE_WATCHERS_CHANGED" },
5450     { 3, "PAM_CE_IDENTITY_CREATED" },
5451     { 4, "PAM_CE_IDENTITY_DELETED" },
5452     { 5, "PAM_CE_GROUP_MEMBERSHIP_CHANGED" },
5453     { 6, "PAM_CE_AGENT_CREATED" },
5454     { 7, "PAM_CE_AGENT_DELETED" },
5455     { 8, "PAM_CE_AGENT_ASSIGNED" },
5456     { 9, "PAM_CE_AGENT_UNASSIGNED" },
5457     { 10, "PAM_CE_CAPABILITY_CHANGED" },
5458     { 11, "PAM_CE_AGENT_CAPABILITY_PRESENCE_SET" },
5459     { 12, "PAM_CE_AGENT_PRESENCE_SET" },
5460     { 0,       NULL },
5461 };
5462 
5463 /*
5464  * Enum = IDL:org/csapi/pam/TpPAMwatcherChangeType:1.0
5465  */
5466 static const value_string org_csapi_pam_TpPAMwatcherChangeType[] = {
5467 
5468     { 0, "PAM_WATCHERS_PERIODIC" },
5469     { 1, "PAM_WATCHERS_ADDED" },
5470     { 2, "PAM_WATCHERS_DELETED" },
5471     { 0,       NULL },
5472 };
5473 
5474 /*
5475  * Enum = IDL:org/csapi/pam/TpPAMErrorCause:1.0
5476  */
5477 static const value_string org_csapi_pam_TpPAMErrorCause[] = {
5478 
5479     { 0, "P_PAM_CAUSE_UNDEFINED" },
5480     { 1, "P_PAM_CAUSE_INVALID_ADDRESS" },
5481     { 2, "P_PAM_CAUSE_SYSTEM_FAILURE" },
5482     { 3, "P_PAM_CAUSE_INFO_UNAVAILABLE" },
5483     { 4, "P_PAM_CAUSE_EVENT_REGISTRATION_CANCELLED" },
5484     { 0,       NULL },
5485 };
5486 
5487 /*
5488  * Enum = IDL:org/csapi/mmm/TpFolderInfoPropertyName:1.0
5489  */
5490 static const value_string org_csapi_mmm_TpFolderInfoPropertyName[] = {
5491 
5492     { 0, "P_MMM_FOLDER_UNDEFINED" },
5493     { 1, "P_MMM_FOLDER_DATE_CREATED" },
5494     { 2, "P_MMM_FOLDER_DATE_CHANGED" },
5495     { 3, "P_MMM_FOLDER_SIZE" },
5496     { 4, "P_MMM_FOLDER_NUMBER_OF_MESSAGES" },
5497     { 0,       NULL },
5498 };
5499 
5500 /*
5501  * Enum = IDL:org/csapi/mmm/TpMailboxInfoPropertyName:1.0
5502  */
5503 static const value_string org_csapi_mmm_TpMailboxInfoPropertyName[] = {
5504 
5505     { 0, "P_MMM_MAILBOX_UNDEFINED" },
5506     { 1, "P_MMM_MAILBOX_OWNER" },
5507     { 2, "P_MMM_MAILBOX_DATE_CREATED" },
5508     { 3, "P_MMM_MAILBOX_DATE_CHANGED" },
5509     { 4, "P_MMM_MAILBOX_SIZE" },
5510     { 0,       NULL },
5511 };
5512 
5513 /*
5514  * Enum = IDL:org/csapi/mmm/TpMessageInfoPropertyName:1.0
5515  */
5516 static const value_string org_csapi_mmm_TpMessageInfoPropertyName[] = {
5517 
5518     { 0, "P_MMM_MESSAGE_UNDEFINED" },
5519     { 1, "P_MMM_MESSAGE_DATE_CREATED" },
5520     { 2, "P_MMM_MESSAGE_DATE_RECEIVED" },
5521     { 3, "P_MMM_MESSAGE_DATE_CHANGED" },
5522     { 4, "P_MMM_MESSAGE_SIZE" },
5523     { 5, "P_MMM_MESSAGE_STATUS" },
5524     { 0,       NULL },
5525 };
5526 
5527 /*
5528  * Enum = IDL:org/csapi/mmm/TpMessagePriority:1.0
5529  */
5530 static const value_string org_csapi_mmm_TpMessagePriority[] = {
5531 
5532     { 0, "P_MMM_MESSAGE_PRIORITY_UNDEFINED" },
5533     { 1, "P_MMM_MESSAGE_PRIORITY_HIGH" },
5534     { 2, "P_MMM_MESSAGE_PRIORITY_LOW" },
5535     { 0,       NULL },
5536 };
5537 
5538 /*
5539  * Enum = IDL:org/csapi/mmm/TpMessageHeaderFieldType:1.0
5540  */
5541 static const value_string org_csapi_mmm_TpMessageHeaderFieldType[] = {
5542 
5543     { 0, "P_MESSAGE_DATE_SENT" },
5544     { 1, "P_MESSAGE_SENT_FROM" },
5545     { 2, "P_MESSAGE_SENDER" },
5546     { 3, "P_MESSAGE_REPLY_TO" },
5547     { 4, "P_MESSAGE_SENT_TO" },
5548     { 5, "P_MESSAGE_CC_TO" },
5549     { 6, "P_MESSAGE_BCC_TO" },
5550     { 7, "P_MESSAGE_RFC822_MESSAGE_ID" },
5551     { 8, "P_MESSAGE_IN_REPLY_TO" },
5552     { 9, "P_MESSAGE_REFERENCES" },
5553     { 10, "P_MESSAGE_SUBJECT" },
5554     { 11, "P_MESSAGE_COMMENTS" },
5555     { 12, "P_MESSAGE_KEYWORDS" },
5556     { 13, "P_MESSAGE_TRACE_FIELD" },
5557     { 14, "P_MESSAGE_RESENT_FIELD" },
5558     { 15, "P_MESSAGE_MIME_VERSION" },
5559     { 16, "P_MESSAGE_MIME_CONTENT" },
5560     { 17, "P_MESSAGE_MIME_ENCODING" },
5561     { 18, "P_MESSAGE_MIME_ID" },
5562     { 19, "P_MESSAGE_MIME_DESCRIPTION" },
5563     { 20, "P_MESSAGE_MIME_DISPOSITION" },
5564     { 21, "P_MESSAGE_MIME_EXTENSION_FIELD" },
5565     { 22, "P_MESSAGE_EXTENSION_FIELD" },
5566     { 23, "P_MESSAGE_PRIORITY" },
5567     { 0,       NULL },
5568 };
5569 
5570 /*
5571  * Enum = IDL:org/csapi/mmm/TpMailboxMessageStatus:1.0
5572  */
5573 static const value_string org_csapi_mmm_TpMailboxMessageStatus[] = {
5574 
5575     { 0, "P_MMM_RECEIVED_MSG_STATUS_READ" },
5576     { 1, "P_MMM_RECEIVED_MSG_STATUS_UNREAD" },
5577     { 2, "P_MMM_RECEIVED_MSG_STATUS_FORWARDED" },
5578     { 3, "P_MMM_RECEIVED_MSG_STATUS_REPLIED_TO" },
5579     { 4, "P_MMM_DRAFT_MSG_STATUS_SAVED_OR_UNSENT" },
5580     { 5, "P_MMM_SENT_MSG_STATUS_SENT" },
5581     { 6, "P_MMM_SENT_MSG_STATUS_DELIVERED" },
5582     { 7, "P_MMM_SENT_MSG_STATUS_READ" },
5583     { 8, "P_MMM_SENT_MSG_STATUS_DELETED_UNREAD" },
5584     { 9, "P_MMM_SENT_MSG_STATUS_NOT_DELIVERABLE" },
5585     { 10, "P_MMM_SENT_MSG_STATUS_EXPIRED" },
5586     { 0,       NULL },
5587 };
5588 
5589 /*
5590  * Enum = IDL:org/csapi/mmm/TpSetPropertyError:1.0
5591  */
5592 static const value_string org_csapi_mmm_TpSetPropertyError[] = {
5593 
5594     { 0, "P_MMM_PROPERTY_NOT_SET" },
5595     { 1, "P_MMM_PROPERTY_READONLY" },
5596     { 2, "P_MMM_PROPERTY_INSUFFICIENT_PRIVILEGE" },
5597     { 3, "P_MMM_PROPERTY_NAME_UNKNOWN" },
5598     { 0,       NULL },
5599 };
5600 
5601 /*
5602  * Enum = IDL:org/csapi/mmm/TpMessagingEventName:1.0
5603  */
5604 static const value_string org_csapi_mmm_TpMessagingEventName[] = {
5605 
5606     { 0, "P_EVENT_MSG_NAME_UNDEFINED" },
5607     { 1, "P_EVENT_MSG_NEW_MAILBOX_MESSAGE_ARRIVED" },
5608     { 2, "P_EVENT_MSG_NEW_MESSAGE_ARRIVED" },
5609     { 0,       NULL },
5610 };
5611 
5612 /*
5613  * Enum = IDL:org/csapi/mmm/TpDeliveryTimeType:1.0
5614  */
5615 static const value_string org_csapi_mmm_TpDeliveryTimeType[] = {
5616 
5617     { 0, "P_MMM_SEND_IMMEDIATE" },
5618     { 1, "P_MMM_DELIVERY_TIME" },
5619     { 0,       NULL },
5620 };
5621 
5622 /*
5623  * Enum = IDL:org/csapi/mmm/TpMessageTreatmentType:1.0
5624  */
5625 static const value_string org_csapi_mmm_TpMessageTreatmentType[] = {
5626 
5627     { 0, "P_MMM_TREATMENT_UNDEFINED" },
5628     { 1, "P_MMM_TREATMENT_REPORT_REQUESTED" },
5629     { 2, "P_MMM_TREATMENT_BILLING_ID" },
5630     { 3, "P_MMM_TREATMENT_DELIVERY_TIME" },
5631     { 4, "P_MMM_TREATMENT_VALIDITY_TIME" },
5632     { 0,       NULL },
5633 };
5634 
5635 /*
5636  * Enum = IDL:org/csapi/mmm/TpMessagingError:1.0
5637  */
5638 static const value_string org_csapi_mmm_TpMessagingError[] = {
5639 
5640     { 0, "P_MMM_ERROR_UNDEFINED" },
5641     { 1, "P_MMM_ERROR_INVALID_AUTHENTICATION_INFORMATION" },
5642     { 2, "P_MMM_ERROR_INVALID_MAILBOX" },
5643     { 3, "P_MMM_ERROR_INVALID_DELIVERY_TYPE" },
5644     { 4, "P_MMM_ERROR_MAX_MESSAGE_SIZE_EXCEEDED" },
5645     { 5, "P_MMM_ERROR_INVALID_FOLDER_ID" },
5646     { 6, "P_MMM_ERROR_INVALID_MESSAGE_ID" },
5647     { 7, "P_MMM_ERROR_INVALID_PART_ID" },
5648     { 8, "P_MMM_ERROR_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH" },
5649     { 9, "P_MMM_ERROR_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH" },
5650     { 10, "P_MMM_ERROR_INVALID_DELIVERY_TIME" },
5651     { 11, "P_MMM_ERROR_INVALID_VALIDITY_TIME" },
5652     { 12, "P_MMM_ERROR_MAX_SUBJECT_SIZE_EXCEEDED" },
5653     { 13, "P_MMM_ERROR_INVALID_ID" },
5654     { 14, "P_MMM_ERROR_INVALID_NESTING_LEVEL" },
5655     { 15, "P_MMM_ERROR_INVALID_CRITERIA" },
5656     { 16, "P_MMM_ERROR_INFORMATION_NOT_AVAILABLE" },
5657     { 17, "P_MMM_ERROR_CANNOT_CANCEL" },
5658     { 18, "P_MMM_ERROR_INVALID_HEADER" },
5659     { 19, "P_MMM_INVALID_NETWORK_STATE" },
5660     { 20, "P_MMM_ERROR_RESOURCE_UNAVAILABLE" },
5661     { 21, "P_MMM_ERROR_RESOURCE_TIMEOUT" },
5662     { 0,       NULL },
5663 };
5664 
5665 /*
5666  * IDL Enums End
5667  */
5668 
5669 /*  Begin Exception Helper Functions  */
5670 
5671 
5672 /* Exception = IDL:org/csapi/TpCommonExceptions:1.0 */
5673 static void
decode_ex_org_csapi_TpCommonExceptions(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5674 decode_ex_org_csapi_TpCommonExceptions(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5675 {
5676     proto_item *item _U_;
5677 
5678     proto_tree_add_int(tree, hf_org_csapi_TpCommonExceptions_ExceptionType, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
5679 
5680     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_TpCommonExceptions_ExtraInformation);
5681 
5682 }
5683 
5684 /* Exception = IDL:org/csapi/P_INVALID_INTERFACE_TYPE:1.0 */
5685 static void
decode_ex_org_csapi_P_INVALID_INTERFACE_TYPE(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5686 decode_ex_org_csapi_P_INVALID_INTERFACE_TYPE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5687 {
5688     proto_item *item _U_;
5689 
5690     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_INTERFACE_TYPE_ExtraInformation);
5691 
5692 }
5693 
5694 /* Exception = IDL:org/csapi/P_INVALID_SESSION_ID:1.0 */
5695 static void
decode_ex_org_csapi_P_INVALID_SESSION_ID(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5696 decode_ex_org_csapi_P_INVALID_SESSION_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5697 {
5698     proto_item *item _U_;
5699 
5700     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_SESSION_ID_ExtraInformation);
5701 
5702 }
5703 
5704 /* Exception = IDL:org/csapi/fw/P_INVALID_DOMAIN_ID:1.0 */
5705 static void
decode_ex_org_csapi_fw_P_INVALID_DOMAIN_ID(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5706 decode_ex_org_csapi_fw_P_INVALID_DOMAIN_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5707 {
5708     proto_item *item _U_;
5709 
5710     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_DOMAIN_ID_ExtraInformation);
5711 
5712 }
5713 
5714 /* Exception = IDL:org/csapi/fw/P_INVALID_AUTH_TYPE:1.0 */
5715 static void
decode_ex_org_csapi_fw_P_INVALID_AUTH_TYPE(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5716 decode_ex_org_csapi_fw_P_INVALID_AUTH_TYPE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5717 {
5718     proto_item *item _U_;
5719 
5720     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_AUTH_TYPE_ExtraInformation);
5721 
5722 }
5723 
5724 /* Exception = IDL:org/csapi/P_INVALID_VERSION:1.0 */
5725 static void
decode_ex_org_csapi_P_INVALID_VERSION(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5726 decode_ex_org_csapi_P_INVALID_VERSION(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5727 {
5728     proto_item *item _U_;
5729 
5730     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_VERSION_ExtraInformation);
5731 
5732 }
5733 
5734 /* Exception = IDL:org/csapi/fw/P_ACCESS_DENIED:1.0 */
5735 static void
decode_ex_org_csapi_fw_P_ACCESS_DENIED(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5736 decode_ex_org_csapi_fw_P_ACCESS_DENIED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5737 {
5738     proto_item *item _U_;
5739 
5740     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_ACCESS_DENIED_ExtraInformation);
5741 
5742 }
5743 
5744 /* Exception = IDL:org/csapi/fw/P_INVALID_ACCESS_TYPE:1.0 */
5745 static void
decode_ex_org_csapi_fw_P_INVALID_ACCESS_TYPE(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5746 decode_ex_org_csapi_fw_P_INVALID_ACCESS_TYPE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5747 {
5748     proto_item *item _U_;
5749 
5750     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_ACCESS_TYPE_ExtraInformation);
5751 
5752 }
5753 
5754 /* Exception = IDL:org/csapi/fw/P_INVALID_SIGNING_ALGORITHM:1.0 */
5755 static void
decode_ex_org_csapi_fw_P_INVALID_SIGNING_ALGORITHM(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5756 decode_ex_org_csapi_fw_P_INVALID_SIGNING_ALGORITHM(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5757 {
5758     proto_item *item _U_;
5759 
5760     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_SIGNING_ALGORITHM_ExtraInformation);
5761 
5762 }
5763 
5764 /* Exception = IDL:org/csapi/fw/P_INVALID_SIGNATURE:1.0 */
5765 static void
decode_ex_org_csapi_fw_P_INVALID_SIGNATURE(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5766 decode_ex_org_csapi_fw_P_INVALID_SIGNATURE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5767 {
5768     proto_item *item _U_;
5769 
5770     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_SIGNATURE_ExtraInformation);
5771 
5772 }
5773 
5774 /* Exception = IDL:org/csapi/P_INVALID_INTERFACE_NAME:1.0 */
5775 static void
decode_ex_org_csapi_P_INVALID_INTERFACE_NAME(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5776 decode_ex_org_csapi_P_INVALID_INTERFACE_NAME(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5777 {
5778     proto_item *item _U_;
5779 
5780     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_INTERFACE_NAME_ExtraInformation);
5781 
5782 }
5783 
5784 /* Exception = IDL:org/csapi/fw/P_INVALID_PROPERTY:1.0 */
5785 static void
decode_ex_org_csapi_fw_P_INVALID_PROPERTY(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5786 decode_ex_org_csapi_fw_P_INVALID_PROPERTY(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5787 {
5788     proto_item *item _U_;
5789 
5790     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_PROPERTY_ExtraInformation);
5791 
5792 }
5793 
5794 /* Exception = IDL:org/csapi/fw/P_NO_ACCEPTABLE_SIGNING_ALGORITHM:1.0 */
5795 static void
decode_ex_org_csapi_fw_P_NO_ACCEPTABLE_SIGNING_ALGORITHM(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5796 decode_ex_org_csapi_fw_P_NO_ACCEPTABLE_SIGNING_ALGORITHM(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5797 {
5798     proto_item *item _U_;
5799 
5800     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_NO_ACCEPTABLE_SIGNING_ALGORITHM_ExtraInformation);
5801 
5802 }
5803 
5804 /* Exception = IDL:org/csapi/fw/P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY:1.0 */
5805 static void
decode_ex_org_csapi_fw_P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5806 decode_ex_org_csapi_fw_P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5807 {
5808     proto_item *item _U_;
5809 
5810     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY_ExtraInformation);
5811 
5812 }
5813 
5814 /* Exception = IDL:org/csapi/fw/P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM:1.0 */
5815 static void
decode_ex_org_csapi_fw_P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5816 decode_ex_org_csapi_fw_P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5817 {
5818     proto_item *item _U_;
5819 
5820     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM_ExtraInformation);
5821 
5822 }
5823 
5824 /* Exception = IDL:org/csapi/P_INVALID_CRITERIA:1.0 */
5825 static void
decode_ex_org_csapi_P_INVALID_CRITERIA(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5826 decode_ex_org_csapi_P_INVALID_CRITERIA(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5827 {
5828     proto_item *item _U_;
5829 
5830     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_CRITERIA_ExtraInformation);
5831 
5832 }
5833 
5834 /* Exception = IDL:org/csapi/P_INVALID_EVENT_TYPE:1.0 */
5835 static void
decode_ex_org_csapi_P_INVALID_EVENT_TYPE(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5836 decode_ex_org_csapi_P_INVALID_EVENT_TYPE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5837 {
5838     proto_item *item _U_;
5839 
5840     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_EVENT_TYPE_ExtraInformation);
5841 
5842 }
5843 
5844 /* Exception = IDL:org/csapi/P_INVALID_ASSIGNMENT_ID:1.0 */
5845 static void
decode_ex_org_csapi_P_INVALID_ASSIGNMENT_ID(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5846 decode_ex_org_csapi_P_INVALID_ASSIGNMENT_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5847 {
5848     proto_item *item _U_;
5849 
5850     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_ASSIGNMENT_ID_ExtraInformation);
5851 
5852 }
5853 
5854 /* Exception = IDL:org/csapi/fw/P_INVALID_SERVICE_ID:1.0 */
5855 static void
decode_ex_org_csapi_fw_P_INVALID_SERVICE_ID(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5856 decode_ex_org_csapi_fw_P_INVALID_SERVICE_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5857 {
5858     proto_item *item _U_;
5859 
5860     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_SERVICE_ID_ExtraInformation);
5861 
5862 }
5863 
5864 /* Exception = IDL:org/csapi/fw/P_SERVICE_NOT_ENABLED:1.0 */
5865 static void
decode_ex_org_csapi_fw_P_SERVICE_NOT_ENABLED(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5866 decode_ex_org_csapi_fw_P_SERVICE_NOT_ENABLED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5867 {
5868     proto_item *item _U_;
5869 
5870     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_SERVICE_NOT_ENABLED_ExtraInformation);
5871 
5872 }
5873 
5874 /* Exception = IDL:org/csapi/P_UNAUTHORISED_PARAMETER_VALUE:1.0 */
5875 static void
decode_ex_org_csapi_P_UNAUTHORISED_PARAMETER_VALUE(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5876 decode_ex_org_csapi_P_UNAUTHORISED_PARAMETER_VALUE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5877 {
5878     proto_item *item _U_;
5879 
5880     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_UNAUTHORISED_PARAMETER_VALUE_ExtraInformation);
5881 
5882 }
5883 
5884 /* Exception = IDL:org/csapi/P_INVALID_TIME_AND_DATE_FORMAT:1.0 */
5885 static void
decode_ex_org_csapi_P_INVALID_TIME_AND_DATE_FORMAT(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5886 decode_ex_org_csapi_P_INVALID_TIME_AND_DATE_FORMAT(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5887 {
5888     proto_item *item _U_;
5889 
5890     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_TIME_AND_DATE_FORMAT_ExtraInformation);
5891 
5892 }
5893 
5894 /* Exception = IDL:org/csapi/fw/P_INVALID_ACTIVITY_TEST_ID:1.0 */
5895 static void
decode_ex_org_csapi_fw_P_INVALID_ACTIVITY_TEST_ID(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5896 decode_ex_org_csapi_fw_P_INVALID_ACTIVITY_TEST_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5897 {
5898     proto_item *item _U_;
5899 
5900     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_ACTIVITY_TEST_ID_ExtraInformation);
5901 
5902 }
5903 
5904 /* Exception = IDL:org/csapi/fw/P_ILLEGAL_SERVICE_TYPE:1.0 */
5905 static void
decode_ex_org_csapi_fw_P_ILLEGAL_SERVICE_TYPE(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5906 decode_ex_org_csapi_fw_P_ILLEGAL_SERVICE_TYPE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5907 {
5908     proto_item *item _U_;
5909 
5910     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_ILLEGAL_SERVICE_TYPE_ExtraInformation);
5911 
5912 }
5913 
5914 /* Exception = IDL:org/csapi/fw/P_UNKNOWN_SERVICE_TYPE:1.0 */
5915 static void
decode_ex_org_csapi_fw_P_UNKNOWN_SERVICE_TYPE(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5916 decode_ex_org_csapi_fw_P_UNKNOWN_SERVICE_TYPE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5917 {
5918     proto_item *item _U_;
5919 
5920     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_UNKNOWN_SERVICE_TYPE_ExtraInformation);
5921 
5922 }
5923 
5924 /* Exception = IDL:org/csapi/fw/P_INVALID_AGREEMENT_TEXT:1.0 */
5925 static void
decode_ex_org_csapi_fw_P_INVALID_AGREEMENT_TEXT(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5926 decode_ex_org_csapi_fw_P_INVALID_AGREEMENT_TEXT(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5927 {
5928     proto_item *item _U_;
5929 
5930     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_AGREEMENT_TEXT_ExtraInformation);
5931 
5932 }
5933 
5934 /* Exception = IDL:org/csapi/fw/P_INVALID_SERVICE_TOKEN:1.0 */
5935 static void
decode_ex_org_csapi_fw_P_INVALID_SERVICE_TOKEN(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5936 decode_ex_org_csapi_fw_P_INVALID_SERVICE_TOKEN(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5937 {
5938     proto_item *item _U_;
5939 
5940     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_SERVICE_TOKEN_ExtraInformation);
5941 
5942 }
5943 
5944 /* Exception = IDL:org/csapi/fw/P_SERVICE_ACCESS_DENIED:1.0 */
5945 static void
decode_ex_org_csapi_fw_P_SERVICE_ACCESS_DENIED(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5946 decode_ex_org_csapi_fw_P_SERVICE_ACCESS_DENIED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5947 {
5948     proto_item *item _U_;
5949 
5950     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_SERVICE_ACCESS_DENIED_ExtraInformation);
5951 
5952 }
5953 
5954 /* Exception = IDL:org/csapi/fw/P_INVALID_SERVICE_PROFILE_ID:1.0 */
5955 static void
decode_ex_org_csapi_fw_P_INVALID_SERVICE_PROFILE_ID(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5956 decode_ex_org_csapi_fw_P_INVALID_SERVICE_PROFILE_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5957 {
5958     proto_item *item _U_;
5959 
5960     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_SERVICE_PROFILE_ID_ExtraInformation);
5961 
5962 }
5963 
5964 /* Exception = IDL:org/csapi/fw/P_INVALID_SAG_ID:1.0 */
5965 static void
decode_ex_org_csapi_fw_P_INVALID_SAG_ID(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5966 decode_ex_org_csapi_fw_P_INVALID_SAG_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5967 {
5968     proto_item *item _U_;
5969 
5970     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_SAG_ID_ExtraInformation);
5971 
5972 }
5973 
5974 /* Exception = IDL:org/csapi/fw/P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT:1.0 */
5975 static void
decode_ex_org_csapi_fw_P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5976 decode_ex_org_csapi_fw_P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5977 {
5978     proto_item *item _U_;
5979 
5980     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT_ExtraInformation);
5981 
5982 }
5983 
5984 /* Exception = IDL:org/csapi/fw/P_INVALID_SERVICE_CONTRACT_ID:1.0 */
5985 static void
decode_ex_org_csapi_fw_P_INVALID_SERVICE_CONTRACT_ID(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5986 decode_ex_org_csapi_fw_P_INVALID_SERVICE_CONTRACT_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5987 {
5988     proto_item *item _U_;
5989 
5990     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_SERVICE_CONTRACT_ID_ExtraInformation);
5991 
5992 }
5993 
5994 /* Exception = IDL:org/csapi/fw/P_INVALID_CLIENT_APP_ID:1.0 */
5995 static void
decode_ex_org_csapi_fw_P_INVALID_CLIENT_APP_ID(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)5996 decode_ex_org_csapi_fw_P_INVALID_CLIENT_APP_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
5997 {
5998     proto_item *item _U_;
5999 
6000     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_CLIENT_APP_ID_ExtraInformation);
6001 
6002 }
6003 
6004 /* Exception = IDL:org/csapi/fw/P_INVALID_ADDITION_TO_SAG:1.0 */
6005 static void
decode_ex_org_csapi_fw_P_INVALID_ADDITION_TO_SAG(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6006 decode_ex_org_csapi_fw_P_INVALID_ADDITION_TO_SAG(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6007 {
6008     proto_item *item _U_;
6009 
6010     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_ADDITION_TO_SAG_ExtraInformation);
6011 
6012 }
6013 
6014 /* Exception = IDL:org/csapi/fw/P_PROPERTY_TYPE_MISMATCH:1.0 */
6015 static void
decode_ex_org_csapi_fw_P_PROPERTY_TYPE_MISMATCH(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6016 decode_ex_org_csapi_fw_P_PROPERTY_TYPE_MISMATCH(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6017 {
6018     proto_item *item _U_;
6019 
6020     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_PROPERTY_TYPE_MISMATCH_ExtraInformation);
6021 
6022 }
6023 
6024 /* Exception = IDL:org/csapi/fw/P_DUPLICATE_PROPERTY_NAME:1.0 */
6025 static void
decode_ex_org_csapi_fw_P_DUPLICATE_PROPERTY_NAME(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6026 decode_ex_org_csapi_fw_P_DUPLICATE_PROPERTY_NAME(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6027 {
6028     proto_item *item _U_;
6029 
6030     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_DUPLICATE_PROPERTY_NAME_ExtraInformation);
6031 
6032 }
6033 
6034 /* Exception = IDL:org/csapi/fw/P_MISSING_MANDATORY_PROPERTY:1.0 */
6035 static void
decode_ex_org_csapi_fw_P_MISSING_MANDATORY_PROPERTY(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6036 decode_ex_org_csapi_fw_P_MISSING_MANDATORY_PROPERTY(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6037 {
6038     proto_item *item _U_;
6039 
6040     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_MISSING_MANDATORY_PROPERTY_ExtraInformation);
6041 
6042 }
6043 
6044 /* Exception = IDL:org/csapi/fw/P_SERVICE_TYPE_UNAVAILABLE:1.0 */
6045 static void
decode_ex_org_csapi_fw_P_SERVICE_TYPE_UNAVAILABLE(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6046 decode_ex_org_csapi_fw_P_SERVICE_TYPE_UNAVAILABLE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6047 {
6048     proto_item *item _U_;
6049 
6050     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_SERVICE_TYPE_UNAVAILABLE_ExtraInformation);
6051 
6052 }
6053 
6054 /* Exception = IDL:org/csapi/fw/P_ILLEGAL_SERVICE_ID:1.0 */
6055 static void
decode_ex_org_csapi_fw_P_ILLEGAL_SERVICE_ID(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6056 decode_ex_org_csapi_fw_P_ILLEGAL_SERVICE_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6057 {
6058     proto_item *item _U_;
6059 
6060     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_ILLEGAL_SERVICE_ID_ExtraInformation);
6061 
6062 }
6063 
6064 /* Exception = IDL:org/csapi/fw/P_UNKNOWN_SERVICE_ID:1.0 */
6065 static void
decode_ex_org_csapi_fw_P_UNKNOWN_SERVICE_ID(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6066 decode_ex_org_csapi_fw_P_UNKNOWN_SERVICE_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6067 {
6068     proto_item *item _U_;
6069 
6070     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_UNKNOWN_SERVICE_ID_ExtraInformation);
6071 
6072 }
6073 
6074 /* Exception = IDL:org/csapi/P_INVALID_ADDRESS:1.0 */
6075 static void
decode_ex_org_csapi_P_INVALID_ADDRESS(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6076 decode_ex_org_csapi_P_INVALID_ADDRESS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6077 {
6078     proto_item *item _U_;
6079 
6080     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_ADDRESS_ExtraInformation);
6081 
6082 }
6083 
6084 /* Exception = IDL:org/csapi/P_UNSUPPORTED_ADDRESS_PLAN:1.0 */
6085 static void
decode_ex_org_csapi_P_UNSUPPORTED_ADDRESS_PLAN(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6086 decode_ex_org_csapi_P_UNSUPPORTED_ADDRESS_PLAN(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6087 {
6088     proto_item *item _U_;
6089 
6090     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_UNSUPPORTED_ADDRESS_PLAN_ExtraInformation);
6091 
6092 }
6093 
6094 /* Exception = IDL:org/csapi/P_INVALID_NETWORK_STATE:1.0 */
6095 static void
decode_ex_org_csapi_P_INVALID_NETWORK_STATE(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6096 decode_ex_org_csapi_P_INVALID_NETWORK_STATE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6097 {
6098     proto_item *item _U_;
6099 
6100     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_NETWORK_STATE_ExtraInformation);
6101 
6102 }
6103 
6104 /* Exception = IDL:org/csapi/P_INVALID_CURRENCY:1.0 */
6105 static void
decode_ex_org_csapi_P_INVALID_CURRENCY(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6106 decode_ex_org_csapi_P_INVALID_CURRENCY(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6107 {
6108     proto_item *item _U_;
6109 
6110     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_CURRENCY_ExtraInformation);
6111 
6112 }
6113 
6114 /* Exception = IDL:org/csapi/P_INVALID_AMOUNT:1.0 */
6115 static void
decode_ex_org_csapi_P_INVALID_AMOUNT(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6116 decode_ex_org_csapi_P_INVALID_AMOUNT(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6117 {
6118     proto_item *item _U_;
6119 
6120     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_AMOUNT_ExtraInformation);
6121 
6122 }
6123 
6124 /* Exception = IDL:org/csapi/P_INFORMATION_NOT_AVAILABLE:1.0 */
6125 static void
decode_ex_org_csapi_P_INFORMATION_NOT_AVAILABLE(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6126 decode_ex_org_csapi_P_INFORMATION_NOT_AVAILABLE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6127 {
6128     proto_item *item _U_;
6129 
6130     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INFORMATION_NOT_AVAILABLE_ExtraInformation);
6131 
6132 }
6133 
6134 /* Exception = IDL:org/csapi/ui/P_ILLEGAL_ID:1.0 */
6135 static void
decode_ex_org_csapi_ui_P_ILLEGAL_ID(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6136 decode_ex_org_csapi_ui_P_ILLEGAL_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6137 {
6138     proto_item *item _U_;
6139 
6140     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_P_ILLEGAL_ID_ExtraInformation);
6141 
6142 }
6143 
6144 /* Exception = IDL:org/csapi/ui/P_ID_NOT_FOUND:1.0 */
6145 static void
decode_ex_org_csapi_ui_P_ID_NOT_FOUND(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6146 decode_ex_org_csapi_ui_P_ID_NOT_FOUND(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6147 {
6148     proto_item *item _U_;
6149 
6150     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_P_ID_NOT_FOUND_ExtraInformation);
6151 
6152 }
6153 
6154 /* Exception = IDL:org/csapi/ui/P_ILLEGAL_RANGE:1.0 */
6155 static void
decode_ex_org_csapi_ui_P_ILLEGAL_RANGE(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6156 decode_ex_org_csapi_ui_P_ILLEGAL_RANGE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6157 {
6158     proto_item *item _U_;
6159 
6160     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_P_ILLEGAL_RANGE_ExtraInformation);
6161 
6162 }
6163 
6164 /* Exception = IDL:org/csapi/ui/P_INVALID_COLLECTION_CRITERIA:1.0 */
6165 static void
decode_ex_org_csapi_ui_P_INVALID_COLLECTION_CRITERIA(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6166 decode_ex_org_csapi_ui_P_INVALID_COLLECTION_CRITERIA(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6167 {
6168     proto_item *item _U_;
6169 
6170     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_P_INVALID_COLLECTION_CRITERIA_ExtraInformation);
6171 
6172 }
6173 
6174 /* Exception = IDL:org/csapi/P_APPLICATION_NOT_ACTIVATED:1.0 */
6175 static void
decode_ex_org_csapi_P_APPLICATION_NOT_ACTIVATED(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6176 decode_ex_org_csapi_P_APPLICATION_NOT_ACTIVATED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6177 {
6178     proto_item *item _U_;
6179 
6180     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_APPLICATION_NOT_ACTIVATED_ExtraInformation);
6181 
6182 }
6183 
6184 /* Exception = IDL:org/csapi/mm/P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED:1.0 */
6185 static void
decode_ex_org_csapi_mm_P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6186 decode_ex_org_csapi_mm_P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6187 {
6188     proto_item *item _U_;
6189 
6190     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED_ExtraInformation);
6191 
6192 }
6193 
6194 /* Exception = IDL:org/csapi/mm/P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED:1.0 */
6195 static void
decode_ex_org_csapi_mm_P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6196 decode_ex_org_csapi_mm_P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6197 {
6198     proto_item *item _U_;
6199 
6200     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED_ExtraInformation);
6201 
6202 }
6203 
6204 /* Exception = IDL:org/csapi/mm/P_INVALID_REPORTING_INTERVAL:1.0 */
6205 static void
decode_ex_org_csapi_mm_P_INVALID_REPORTING_INTERVAL(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6206 decode_ex_org_csapi_mm_P_INVALID_REPORTING_INTERVAL(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6207 {
6208     proto_item *item _U_;
6209 
6210     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_P_INVALID_REPORTING_INTERVAL_ExtraInformation);
6211 
6212 }
6213 
6214 /* Exception = IDL:org/csapi/mm/P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED:1.0 */
6215 static void
decode_ex_org_csapi_mm_P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6216 decode_ex_org_csapi_mm_P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6217 {
6218     proto_item *item _U_;
6219 
6220     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED_ExtraInformation);
6221 
6222 }
6223 
6224 /* Exception = IDL:org/csapi/P_UNKNOWN_SUBSCRIBER:1.0 */
6225 static void
decode_ex_org_csapi_P_UNKNOWN_SUBSCRIBER(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6226 decode_ex_org_csapi_P_UNKNOWN_SUBSCRIBER(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6227 {
6228     proto_item *item _U_;
6229 
6230     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_UNKNOWN_SUBSCRIBER_ExtraInformation);
6231 
6232 }
6233 
6234 /* Exception = IDL:org/csapi/termcap/P_INVALID_TERMINAL_ID:1.0 */
6235 static void
decode_ex_org_csapi_termcap_P_INVALID_TERMINAL_ID(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6236 decode_ex_org_csapi_termcap_P_INVALID_TERMINAL_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6237 {
6238     proto_item *item _U_;
6239 
6240     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_termcap_P_INVALID_TERMINAL_ID_ExtraInformation);
6241 
6242 }
6243 
6244 /* Exception = IDL:org/csapi/gms/P_GMS_INVALID_MAILBOX:1.0 */
6245 static void
decode_ex_org_csapi_gms_P_GMS_INVALID_MAILBOX(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6246 decode_ex_org_csapi_gms_P_GMS_INVALID_MAILBOX(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6247 {
6248     proto_item *item _U_;
6249 
6250     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_INVALID_MAILBOX_ExtraInformation);
6251 
6252 }
6253 
6254 /* Exception = IDL:org/csapi/gms/P_GMS_INVALID_AUTHENTICATION_INFORMATION:1.0 */
6255 static void
decode_ex_org_csapi_gms_P_GMS_INVALID_AUTHENTICATION_INFORMATION(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6256 decode_ex_org_csapi_gms_P_GMS_INVALID_AUTHENTICATION_INFORMATION(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6257 {
6258     proto_item *item _U_;
6259 
6260     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation);
6261 
6262 }
6263 
6264 /* Exception = IDL:org/csapi/gms/P_GMS_LOCKING_LOCKED_MAILBOX:1.0 */
6265 static void
decode_ex_org_csapi_gms_P_GMS_LOCKING_LOCKED_MAILBOX(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6266 decode_ex_org_csapi_gms_P_GMS_LOCKING_LOCKED_MAILBOX(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6267 {
6268     proto_item *item _U_;
6269 
6270     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_LOCKING_LOCKED_MAILBOX_ExtraInformation);
6271 
6272 }
6273 
6274 /* Exception = IDL:org/csapi/gms/P_GMS_UNLOCKING_UNLOCKED_MAILBOX:1.0 */
6275 static void
decode_ex_org_csapi_gms_P_GMS_UNLOCKING_UNLOCKED_MAILBOX(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6276 decode_ex_org_csapi_gms_P_GMS_UNLOCKING_UNLOCKED_MAILBOX(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6277 {
6278     proto_item *item _U_;
6279 
6280     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_UNLOCKING_UNLOCKED_MAILBOX_ExtraInformation);
6281 
6282 }
6283 
6284 /* Exception = IDL:org/csapi/gms/P_GMS_CANNOT_UNLOCK_MAILBOX:1.0 */
6285 static void
decode_ex_org_csapi_gms_P_GMS_CANNOT_UNLOCK_MAILBOX(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6286 decode_ex_org_csapi_gms_P_GMS_CANNOT_UNLOCK_MAILBOX(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6287 {
6288     proto_item *item _U_;
6289 
6290     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_CANNOT_UNLOCK_MAILBOX_ExtraInformation);
6291 
6292 }
6293 
6294 /* Exception = IDL:org/csapi/gms/P_GMS_NUMBER_NOT_POSITIVE:1.0 */
6295 static void
decode_ex_org_csapi_gms_P_GMS_NUMBER_NOT_POSITIVE(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6296 decode_ex_org_csapi_gms_P_GMS_NUMBER_NOT_POSITIVE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6297 {
6298     proto_item *item _U_;
6299 
6300     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_NUMBER_NOT_POSITIVE_ExtraInformation);
6301 
6302 }
6303 
6304 /* Exception = IDL:org/csapi/gms/P_GMS_PROPERTY_NOT_SET:1.0 */
6305 static void
decode_ex_org_csapi_gms_P_GMS_PROPERTY_NOT_SET(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6306 decode_ex_org_csapi_gms_P_GMS_PROPERTY_NOT_SET(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6307 {
6308     proto_item *item _U_;
6309 
6310     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_PROPERTY_NOT_SET_ExtraInformation);
6311 
6312 }
6313 
6314 /* Exception = IDL:org/csapi/gms/P_GMS_MAILBOX_LOCKED:1.0 */
6315 static void
decode_ex_org_csapi_gms_P_GMS_MAILBOX_LOCKED(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6316 decode_ex_org_csapi_gms_P_GMS_MAILBOX_LOCKED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6317 {
6318     proto_item *item _U_;
6319 
6320     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_MAILBOX_LOCKED_ExtraInformation);
6321 
6322 }
6323 
6324 /* Exception = IDL:org/csapi/gms/P_GMS_FOLDER_IS_OPEN:1.0 */
6325 static void
decode_ex_org_csapi_gms_P_GMS_FOLDER_IS_OPEN(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6326 decode_ex_org_csapi_gms_P_GMS_FOLDER_IS_OPEN(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6327 {
6328     proto_item *item _U_;
6329 
6330     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_FOLDER_IS_OPEN_ExtraInformation);
6331 
6332 }
6333 
6334 /* Exception = IDL:org/csapi/gms/P_GMS_INVALID_FOLDER_ID:1.0 */
6335 static void
decode_ex_org_csapi_gms_P_GMS_INVALID_FOLDER_ID(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6336 decode_ex_org_csapi_gms_P_GMS_INVALID_FOLDER_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6337 {
6338     proto_item *item _U_;
6339 
6340     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_INVALID_FOLDER_ID_ExtraInformation);
6341 
6342 }
6343 
6344 /* Exception = IDL:org/csapi/gms/P_GMS_INSUFFICIENT_PRIVILEGE:1.0 */
6345 static void
decode_ex_org_csapi_gms_P_GMS_INSUFFICIENT_PRIVILEGE(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6346 decode_ex_org_csapi_gms_P_GMS_INSUFFICIENT_PRIVILEGE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6347 {
6348     proto_item *item _U_;
6349 
6350     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_INSUFFICIENT_PRIVILEGE_ExtraInformation);
6351 
6352 }
6353 
6354 /* Exception = IDL:org/csapi/gms/P_GMS_MAILBOX_OPEN:1.0 */
6355 static void
decode_ex_org_csapi_gms_P_GMS_MAILBOX_OPEN(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6356 decode_ex_org_csapi_gms_P_GMS_MAILBOX_OPEN(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6357 {
6358     proto_item *item _U_;
6359 
6360     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_MAILBOX_OPEN_ExtraInformation);
6361 
6362 }
6363 
6364 /* Exception = IDL:org/csapi/gms/P_GMS_INVALID_MESSAGE_ID:1.0 */
6365 static void
decode_ex_org_csapi_gms_P_GMS_INVALID_MESSAGE_ID(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6366 decode_ex_org_csapi_gms_P_GMS_INVALID_MESSAGE_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6367 {
6368     proto_item *item _U_;
6369 
6370     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_INVALID_MESSAGE_ID_ExtraInformation);
6371 
6372 }
6373 
6374 /* Exception = IDL:org/csapi/gms/P_GMS_MESSAGE_NOT_REMOVED:1.0 */
6375 static void
decode_ex_org_csapi_gms_P_GMS_MESSAGE_NOT_REMOVED(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6376 decode_ex_org_csapi_gms_P_GMS_MESSAGE_NOT_REMOVED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6377 {
6378     proto_item *item _U_;
6379 
6380     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_MESSAGE_NOT_REMOVED_ExtraInformation);
6381 
6382 }
6383 
6384 /* Exception = IDL:org/csapi/cm/P_UNKNOWN_VPRP_ID:1.0 */
6385 static void
decode_ex_org_csapi_cm_P_UNKNOWN_VPRP_ID(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6386 decode_ex_org_csapi_cm_P_UNKNOWN_VPRP_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6387 {
6388     proto_item *item _U_;
6389 
6390     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_VPRP_ID_ExtraInformation);
6391 
6392 }
6393 
6394 /* Exception = IDL:org/csapi/cm/P_UNKNOWN_SLA_ID:1.0 */
6395 static void
decode_ex_org_csapi_cm_P_UNKNOWN_SLA_ID(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6396 decode_ex_org_csapi_cm_P_UNKNOWN_SLA_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6397 {
6398     proto_item *item _U_;
6399 
6400     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_SLA_ID_ExtraInformation);
6401 
6402 }
6403 
6404 /* Exception = IDL:org/csapi/cm/P_UNKNOWN_STATUS:1.0 */
6405 static void
decode_ex_org_csapi_cm_P_UNKNOWN_STATUS(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6406 decode_ex_org_csapi_cm_P_UNKNOWN_STATUS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6407 {
6408     proto_item *item _U_;
6409 
6410     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_STATUS_ExtraInformation);
6411 
6412 }
6413 
6414 /* Exception = IDL:org/csapi/cm/P_UNKNOWN_QOS_INFO:1.0 */
6415 static void
decode_ex_org_csapi_cm_P_UNKNOWN_QOS_INFO(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6416 decode_ex_org_csapi_cm_P_UNKNOWN_QOS_INFO(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6417 {
6418     proto_item *item _U_;
6419 
6420     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_QOS_INFO_ExtraInformation);
6421 
6422 }
6423 
6424 /* Exception = IDL:org/csapi/cm/P_UNKNOWN_VALIDITY_INFO:1.0 */
6425 static void
decode_ex_org_csapi_cm_P_UNKNOWN_VALIDITY_INFO(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6426 decode_ex_org_csapi_cm_P_UNKNOWN_VALIDITY_INFO(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6427 {
6428     proto_item *item _U_;
6429 
6430     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_VALIDITY_INFO_ExtraInformation);
6431 
6432 }
6433 
6434 /* Exception = IDL:org/csapi/cm/P_UNKNOWN_PIPEQOSINFO:1.0 */
6435 static void
decode_ex_org_csapi_cm_P_UNKNOWN_PIPEQOSINFO(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6436 decode_ex_org_csapi_cm_P_UNKNOWN_PIPEQOSINFO(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6437 {
6438     proto_item *item _U_;
6439 
6440     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_PIPEQOSINFO_ExtraInformation);
6441 
6442 }
6443 
6444 /* Exception = IDL:org/csapi/cm/P_UNKNOWN_DSCODEPOINT:1.0 */
6445 static void
decode_ex_org_csapi_cm_P_UNKNOWN_DSCODEPOINT(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6446 decode_ex_org_csapi_cm_P_UNKNOWN_DSCODEPOINT(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6447 {
6448     proto_item *item _U_;
6449 
6450     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_DSCODEPOINT_ExtraInformation);
6451 
6452 }
6453 
6454 /* Exception = IDL:org/csapi/cm/P_UNKNOWN_VPRP:1.0 */
6455 static void
decode_ex_org_csapi_cm_P_UNKNOWN_VPRP(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6456 decode_ex_org_csapi_cm_P_UNKNOWN_VPRP(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6457 {
6458     proto_item *item _U_;
6459 
6460     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_VPRP_ExtraInformation);
6461 
6462 }
6463 
6464 /* Exception = IDL:org/csapi/cm/P_ILLEGAL_VPRPID:1.0 */
6465 static void
decode_ex_org_csapi_cm_P_ILLEGAL_VPRPID(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6466 decode_ex_org_csapi_cm_P_ILLEGAL_VPRPID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6467 {
6468     proto_item *item _U_;
6469 
6470     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_ILLEGAL_VPRPID_ExtraInformation);
6471 
6472 }
6473 
6474 /* Exception = IDL:org/csapi/cm/P_ILLEGAL_REF_VALUE:1.0 */
6475 static void
decode_ex_org_csapi_cm_P_ILLEGAL_REF_VALUE(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6476 decode_ex_org_csapi_cm_P_ILLEGAL_REF_VALUE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6477 {
6478     proto_item *item _U_;
6479 
6480     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_ILLEGAL_REF_VALUE_ExtraInformation);
6481 
6482 }
6483 
6484 /* Exception = IDL:org/csapi/cm/P_UNKNOWN_INTERFACE:1.0 */
6485 static void
decode_ex_org_csapi_cm_P_UNKNOWN_INTERFACE(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6486 decode_ex_org_csapi_cm_P_UNKNOWN_INTERFACE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6487 {
6488     proto_item *item _U_;
6489 
6490     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_INTERFACE_ExtraInformation);
6491 
6492 }
6493 
6494 /* Exception = IDL:org/csapi/cm/P_CANT_DELETE_VPRP:1.0 */
6495 static void
decode_ex_org_csapi_cm_P_CANT_DELETE_VPRP(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6496 decode_ex_org_csapi_cm_P_CANT_DELETE_VPRP(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6497 {
6498     proto_item *item _U_;
6499 
6500     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_CANT_DELETE_VPRP_ExtraInformation);
6501 
6502 }
6503 
6504 /* Exception = IDL:org/csapi/cm/P_UNKNOWN_TEMPLATES:1.0 */
6505 static void
decode_ex_org_csapi_cm_P_UNKNOWN_TEMPLATES(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6506 decode_ex_org_csapi_cm_P_UNKNOWN_TEMPLATES(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6507 {
6508     proto_item *item _U_;
6509 
6510     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_TEMPLATES_ExtraInformation);
6511 
6512 }
6513 
6514 /* Exception = IDL:org/csapi/cm/P_UNKNOWN_MENU:1.0 */
6515 static void
decode_ex_org_csapi_cm_P_UNKNOWN_MENU(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6516 decode_ex_org_csapi_cm_P_UNKNOWN_MENU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6517 {
6518     proto_item *item _U_;
6519 
6520     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_MENU_ExtraInformation);
6521 
6522 }
6523 
6524 /* Exception = IDL:org/csapi/cm/P_UNKNOWN_ENTERPRISE_NETWORK:1.0 */
6525 static void
decode_ex_org_csapi_cm_P_UNKNOWN_ENTERPRISE_NETWORK(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6526 decode_ex_org_csapi_cm_P_UNKNOWN_ENTERPRISE_NETWORK(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6527 {
6528     proto_item *item _U_;
6529 
6530     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_ENTERPRISE_NETWORK_ExtraInformation);
6531 
6532 }
6533 
6534 /* Exception = IDL:org/csapi/cm/P_UNKNOWN_TEMPLATE_TYPE:1.0 */
6535 static void
decode_ex_org_csapi_cm_P_UNKNOWN_TEMPLATE_TYPE(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6536 decode_ex_org_csapi_cm_P_UNKNOWN_TEMPLATE_TYPE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6537 {
6538     proto_item *item _U_;
6539 
6540     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_TEMPLATE_TYPE_ExtraInformation);
6541 
6542 }
6543 
6544 /* Exception = IDL:org/csapi/cm/P_UNKNOWN_DESCRIPTION:1.0 */
6545 static void
decode_ex_org_csapi_cm_P_UNKNOWN_DESCRIPTION(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6546 decode_ex_org_csapi_cm_P_UNKNOWN_DESCRIPTION(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6547 {
6548     proto_item *item _U_;
6549 
6550     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_DESCRIPTION_ExtraInformation);
6551 
6552 }
6553 
6554 /* Exception = IDL:org/csapi/cm/P_ILLEGAL_SLA_ID:1.0 */
6555 static void
decode_ex_org_csapi_cm_P_ILLEGAL_SLA_ID(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6556 decode_ex_org_csapi_cm_P_ILLEGAL_SLA_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6557 {
6558     proto_item *item _U_;
6559 
6560     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_ILLEGAL_SLA_ID_ExtraInformation);
6561 
6562 }
6563 
6564 /* Exception = IDL:org/csapi/cm/P_ILLEGAL_TAG:1.0 */
6565 static void
decode_ex_org_csapi_cm_P_ILLEGAL_TAG(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6566 decode_ex_org_csapi_cm_P_ILLEGAL_TAG(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6567 {
6568     proto_item *item _U_;
6569 
6570     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_ILLEGAL_TAG_ExtraInformation);
6571 
6572 }
6573 
6574 /* Exception = IDL:org/csapi/cm/P_ILLEGAL_VALUE:1.0 */
6575 static void
decode_ex_org_csapi_cm_P_ILLEGAL_VALUE(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6576 decode_ex_org_csapi_cm_P_ILLEGAL_VALUE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6577 {
6578     proto_item *item _U_;
6579 
6580     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_ILLEGAL_VALUE_ExtraInformation);
6581 
6582 }
6583 
6584 /* Exception = IDL:org/csapi/cm/P_ILLEGAL_COMBINATION:1.0 */
6585 static void
decode_ex_org_csapi_cm_P_ILLEGAL_COMBINATION(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6586 decode_ex_org_csapi_cm_P_ILLEGAL_COMBINATION(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6587 {
6588     proto_item *item _U_;
6589 
6590     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_ILLEGAL_COMBINATION_ExtraInformation);
6591 
6592 }
6593 
6594 /* Exception = IDL:org/csapi/cm/P_UNKNOWN_SITES:1.0 */
6595 static void
decode_ex_org_csapi_cm_P_UNKNOWN_SITES(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6596 decode_ex_org_csapi_cm_P_UNKNOWN_SITES(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6597 {
6598     proto_item *item _U_;
6599 
6600     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_SITES_ExtraInformation);
6601 
6602 }
6603 
6604 /* Exception = IDL:org/csapi/cm/P_UNKNOWN_VPRN:1.0 */
6605 static void
decode_ex_org_csapi_cm_P_UNKNOWN_VPRN(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6606 decode_ex_org_csapi_cm_P_UNKNOWN_VPRN(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6607 {
6608     proto_item *item _U_;
6609 
6610     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_VPRN_ExtraInformation);
6611 
6612 }
6613 
6614 /* Exception = IDL:org/csapi/cm/P_ILLEGAL_SITE_ID:1.0 */
6615 static void
decode_ex_org_csapi_cm_P_ILLEGAL_SITE_ID(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6616 decode_ex_org_csapi_cm_P_ILLEGAL_SITE_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6617 {
6618     proto_item *item _U_;
6619 
6620     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_ILLEGAL_SITE_ID_ExtraInformation);
6621 
6622 }
6623 
6624 /* Exception = IDL:org/csapi/cm/P_UNKNOWN_SITE_ID:1.0 */
6625 static void
decode_ex_org_csapi_cm_P_UNKNOWN_SITE_ID(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6626 decode_ex_org_csapi_cm_P_UNKNOWN_SITE_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6627 {
6628     proto_item *item _U_;
6629 
6630     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_SITE_ID_ExtraInformation);
6631 
6632 }
6633 
6634 /* Exception = IDL:org/csapi/cm/P_UNKNOWN_SAPS:1.0 */
6635 static void
decode_ex_org_csapi_cm_P_UNKNOWN_SAPS(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6636 decode_ex_org_csapi_cm_P_UNKNOWN_SAPS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6637 {
6638     proto_item *item _U_;
6639 
6640     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_SAPS_ExtraInformation);
6641 
6642 }
6643 
6644 /* Exception = IDL:org/csapi/cm/P_UNKNOWN_SITE_LOCATION:1.0 */
6645 static void
decode_ex_org_csapi_cm_P_UNKNOWN_SITE_LOCATION(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6646 decode_ex_org_csapi_cm_P_UNKNOWN_SITE_LOCATION(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6647 {
6648     proto_item *item _U_;
6649 
6650     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_SITE_LOCATION_ExtraInformation);
6651 
6652 }
6653 
6654 /* Exception = IDL:org/csapi/cm/P_UNKNOWN_SITE_DESCRIPTION:1.0 */
6655 static void
decode_ex_org_csapi_cm_P_UNKNOWN_SITE_DESCRIPTION(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6656 decode_ex_org_csapi_cm_P_UNKNOWN_SITE_DESCRIPTION(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6657 {
6658     proto_item *item _U_;
6659 
6660     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_SITE_DESCRIPTION_ExtraInformation);
6661 
6662 }
6663 
6664 /* Exception = IDL:org/csapi/cm/P_UNKNOWN_IPSUBNET:1.0 */
6665 static void
decode_ex_org_csapi_cm_P_UNKNOWN_IPSUBNET(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6666 decode_ex_org_csapi_cm_P_UNKNOWN_IPSUBNET(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6667 {
6668     proto_item *item _U_;
6669 
6670     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_IPSUBNET_ExtraInformation);
6671 
6672 }
6673 
6674 /* Exception = IDL:org/csapi/cm/P_UNKNOWN_SAP:1.0 */
6675 static void
decode_ex_org_csapi_cm_P_UNKNOWN_SAP(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6676 decode_ex_org_csapi_cm_P_UNKNOWN_SAP(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6677 {
6678     proto_item *item _U_;
6679 
6680     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_SAP_ExtraInformation);
6681 
6682 }
6683 
6684 /* Exception = IDL:org/csapi/am/P_UNAUTHORIZED_APPLICATION:1.0 */
6685 static void
decode_ex_org_csapi_am_P_UNAUTHORIZED_APPLICATION(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6686 decode_ex_org_csapi_am_P_UNAUTHORIZED_APPLICATION(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6687 {
6688     proto_item *item _U_;
6689 
6690     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_am_P_UNAUTHORIZED_APPLICATION_ExtraInformation);
6691 
6692 }
6693 
6694 /* Exception = IDL:org/csapi/cs/P_INVALID_REQUEST_NUMBER:1.0 */
6695 static void
decode_ex_org_csapi_cs_P_INVALID_REQUEST_NUMBER(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6696 decode_ex_org_csapi_cs_P_INVALID_REQUEST_NUMBER(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6697 {
6698     proto_item *item _U_;
6699 
6700     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cs_P_INVALID_REQUEST_NUMBER_ExtraInformation);
6701 
6702 }
6703 
6704 /* Exception = IDL:org/csapi/cs/P_INVALID_VOLUME:1.0 */
6705 static void
decode_ex_org_csapi_cs_P_INVALID_VOLUME(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6706 decode_ex_org_csapi_cs_P_INVALID_VOLUME(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6707 {
6708     proto_item *item _U_;
6709 
6710     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cs_P_INVALID_VOLUME_ExtraInformation);
6711 
6712 }
6713 
6714 /* Exception = IDL:org/csapi/cs/P_INVALID_USER:1.0 */
6715 static void
decode_ex_org_csapi_cs_P_INVALID_USER(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6716 decode_ex_org_csapi_cs_P_INVALID_USER(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6717 {
6718     proto_item *item _U_;
6719 
6720     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cs_P_INVALID_USER_ExtraInformation);
6721 
6722 }
6723 
6724 /* Exception = IDL:org/csapi/cs/P_INVALID_ACCOUNT:1.0 */
6725 static void
decode_ex_org_csapi_cs_P_INVALID_ACCOUNT(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6726 decode_ex_org_csapi_cs_P_INVALID_ACCOUNT(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6727 {
6728     proto_item *item _U_;
6729 
6730     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cs_P_INVALID_ACCOUNT_ExtraInformation);
6731 
6732 }
6733 
6734 /* Exception = IDL:org/csapi/policy/P_ACCESS_VIOLATION:1.0 */
6735 static void
decode_ex_org_csapi_policy_P_ACCESS_VIOLATION(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6736 decode_ex_org_csapi_policy_P_ACCESS_VIOLATION(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6737 {
6738     proto_item *item _U_;
6739 
6740     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_P_ACCESS_VIOLATION_ExtraInformation);
6741 
6742 }
6743 
6744 /* Exception = IDL:org/csapi/policy/P_SYNTAX_ERROR:1.0 */
6745 static void
decode_ex_org_csapi_policy_P_SYNTAX_ERROR(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6746 decode_ex_org_csapi_policy_P_SYNTAX_ERROR(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6747 {
6748     proto_item *item _U_;
6749 
6750     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_P_SYNTAX_ERROR_ExtraInformation);
6751 
6752 }
6753 
6754 /* Exception = IDL:org/csapi/policy/P_NAME_SPACE_ERROR:1.0 */
6755 static void
decode_ex_org_csapi_policy_P_NAME_SPACE_ERROR(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6756 decode_ex_org_csapi_policy_P_NAME_SPACE_ERROR(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6757 {
6758     proto_item *item _U_;
6759 
6760     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_P_NAME_SPACE_ERROR_ExtraInformation);
6761 
6762 }
6763 
6764 /* Exception = IDL:org/csapi/policy/P_NO_TRANSACTION_IN_PROCESS:1.0 */
6765 static void
decode_ex_org_csapi_policy_P_NO_TRANSACTION_IN_PROCESS(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6766 decode_ex_org_csapi_policy_P_NO_TRANSACTION_IN_PROCESS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6767 {
6768     proto_item *item _U_;
6769 
6770     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_P_NO_TRANSACTION_IN_PROCESS_ExtraInformation);
6771 
6772 }
6773 
6774 /* Exception = IDL:org/csapi/policy/P_TRANSACTION_IN_PROCESS:1.0 */
6775 static void
decode_ex_org_csapi_policy_P_TRANSACTION_IN_PROCESS(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6776 decode_ex_org_csapi_policy_P_TRANSACTION_IN_PROCESS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6777 {
6778     proto_item *item _U_;
6779 
6780     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_P_TRANSACTION_IN_PROCESS_ExtraInformation);
6781 
6782 }
6783 
6784 /* Exception = IDL:org/csapi/pam/P_PAM_IDENTITY_EXISTS:1.0 */
6785 static void
decode_ex_org_csapi_pam_P_PAM_IDENTITY_EXISTS(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6786 decode_ex_org_csapi_pam_P_PAM_IDENTITY_EXISTS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6787 {
6788     proto_item *item _U_;
6789 
6790     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_IDENTITY_EXISTS_ExtraInformation);
6791 
6792 }
6793 
6794 /* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_TYPE:1.0 */
6795 static void
decode_ex_org_csapi_pam_P_PAM_UNKNOWN_TYPE(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6796 decode_ex_org_csapi_pam_P_PAM_UNKNOWN_TYPE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6797 {
6798     proto_item *item _U_;
6799 
6800     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNKNOWN_TYPE_ExtraInformation);
6801 
6802 }
6803 
6804 /* Exception = IDL:org/csapi/pam/P_PAM_INVALID_CREDENTIAL:1.0 */
6805 static void
decode_ex_org_csapi_pam_P_PAM_INVALID_CREDENTIAL(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6806 decode_ex_org_csapi_pam_P_PAM_INVALID_CREDENTIAL(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6807 {
6808     proto_item *item _U_;
6809 
6810     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_INVALID_CREDENTIAL_ExtraInformation);
6811 
6812 }
6813 
6814 /* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_IDENTITY:1.0 */
6815 static void
decode_ex_org_csapi_pam_P_PAM_UNKNOWN_IDENTITY(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6816 decode_ex_org_csapi_pam_P_PAM_UNKNOWN_IDENTITY(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6817 {
6818     proto_item *item _U_;
6819 
6820     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNKNOWN_IDENTITY_ExtraInformation);
6821 
6822 }
6823 
6824 /* Exception = IDL:org/csapi/pam/P_PAM_MEMBER_EXISTS:1.0 */
6825 static void
decode_ex_org_csapi_pam_P_PAM_MEMBER_EXISTS(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6826 decode_ex_org_csapi_pam_P_PAM_MEMBER_EXISTS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6827 {
6828     proto_item *item _U_;
6829 
6830     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_MEMBER_EXISTS_ExtraInformation);
6831 
6832 }
6833 
6834 /* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_GROUP:1.0 */
6835 static void
decode_ex_org_csapi_pam_P_PAM_UNKNOWN_GROUP(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6836 decode_ex_org_csapi_pam_P_PAM_UNKNOWN_GROUP(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6837 {
6838     proto_item *item _U_;
6839 
6840     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNKNOWN_GROUP_ExtraInformation);
6841 
6842 }
6843 
6844 /* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_MEMBER:1.0 */
6845 static void
decode_ex_org_csapi_pam_P_PAM_UNKNOWN_MEMBER(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6846 decode_ex_org_csapi_pam_P_PAM_UNKNOWN_MEMBER(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6847 {
6848     proto_item *item _U_;
6849 
6850     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNKNOWN_MEMBER_ExtraInformation);
6851 
6852 }
6853 
6854 /* Exception = IDL:org/csapi/pam/P_PAM_IS_CYCLIC:1.0 */
6855 static void
decode_ex_org_csapi_pam_P_PAM_IS_CYCLIC(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6856 decode_ex_org_csapi_pam_P_PAM_IS_CYCLIC(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6857 {
6858     proto_item *item _U_;
6859 
6860     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_IS_CYCLIC_ExtraInformation);
6861 
6862 }
6863 
6864 /* Exception = IDL:org/csapi/pam/P_PAM_NOT_MEMBER:1.0 */
6865 static void
decode_ex_org_csapi_pam_P_PAM_NOT_MEMBER(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6866 decode_ex_org_csapi_pam_P_PAM_NOT_MEMBER(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6867 {
6868     proto_item *item _U_;
6869 
6870     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_NOT_MEMBER_ExtraInformation);
6871 
6872 }
6873 
6874 /* Exception = IDL:org/csapi/pam/P_PAM_ALIAS_EXISTS:1.0 */
6875 static void
decode_ex_org_csapi_pam_P_PAM_ALIAS_EXISTS(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6876 decode_ex_org_csapi_pam_P_PAM_ALIAS_EXISTS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6877 {
6878     proto_item *item _U_;
6879 
6880     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_ALIAS_EXISTS_ExtraInformation);
6881 
6882 }
6883 
6884 /* Exception = IDL:org/csapi/pam/P_PAM_ALIAS_NOT_UNIQUE:1.0 */
6885 static void
decode_ex_org_csapi_pam_P_PAM_ALIAS_NOT_UNIQUE(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6886 decode_ex_org_csapi_pam_P_PAM_ALIAS_NOT_UNIQUE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6887 {
6888     proto_item *item _U_;
6889 
6890     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_ALIAS_NOT_UNIQUE_ExtraInformation);
6891 
6892 }
6893 
6894 /* Exception = IDL:org/csapi/pam/P_PAM_UNASSIGNED_ALIAS:1.0 */
6895 static void
decode_ex_org_csapi_pam_P_PAM_UNASSIGNED_ALIAS(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6896 decode_ex_org_csapi_pam_P_PAM_UNASSIGNED_ALIAS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6897 {
6898     proto_item *item _U_;
6899 
6900     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNASSIGNED_ALIAS_ExtraInformation);
6901 
6902 }
6903 
6904 /* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_ALIAS:1.0 */
6905 static void
decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ALIAS(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6906 decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ALIAS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6907 {
6908     proto_item *item _U_;
6909 
6910     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNKNOWN_ALIAS_ExtraInformation);
6911 
6912 }
6913 
6914 /* Exception = IDL:org/csapi/pam/P_PAM_TYPE_ASSOCIATED:1.0 */
6915 static void
decode_ex_org_csapi_pam_P_PAM_TYPE_ASSOCIATED(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6916 decode_ex_org_csapi_pam_P_PAM_TYPE_ASSOCIATED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6917 {
6918     proto_item *item _U_;
6919 
6920     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_TYPE_ASSOCIATED_ExtraInformation);
6921 
6922 }
6923 
6924 /* Exception = IDL:org/csapi/pam/P_PAM_DISASSOCIATED_TYPE:1.0 */
6925 static void
decode_ex_org_csapi_pam_P_PAM_DISASSOCIATED_TYPE(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6926 decode_ex_org_csapi_pam_P_PAM_DISASSOCIATED_TYPE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6927 {
6928     proto_item *item _U_;
6929 
6930     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_DISASSOCIATED_TYPE_ExtraInformation);
6931 
6932 }
6933 
6934 /* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_ATTRIBUTE:1.0 */
6935 static void
decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTE(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6936 decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6937 {
6938     proto_item *item _U_;
6939 
6940     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTE_ExtraInformation);
6941 
6942 }
6943 
6944 /* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_ATTRIBUTES:1.0 */
6945 static void
decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTES(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6946 decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTES(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6947 {
6948     proto_item *item _U_;
6949 
6950     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTES_ExtraInformation);
6951 
6952 }
6953 
6954 /* Exception = IDL:org/csapi/pam/P_PAM_AGENT_EXISTS:1.0 */
6955 static void
decode_ex_org_csapi_pam_P_PAM_AGENT_EXISTS(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6956 decode_ex_org_csapi_pam_P_PAM_AGENT_EXISTS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6957 {
6958     proto_item *item _U_;
6959 
6960     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_AGENT_EXISTS_ExtraInformation);
6961 
6962 }
6963 
6964 /* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_AGENT:1.0 */
6965 static void
decode_ex_org_csapi_pam_P_PAM_UNKNOWN_AGENT(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6966 decode_ex_org_csapi_pam_P_PAM_UNKNOWN_AGENT(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6967 {
6968     proto_item *item _U_;
6969 
6970     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNKNOWN_AGENT_ExtraInformation);
6971 
6972 }
6973 
6974 /* Exception = IDL:org/csapi/pam/P_PAM_NO_CAPABILITY:1.0 */
6975 static void
decode_ex_org_csapi_pam_P_PAM_NO_CAPABILITY(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6976 decode_ex_org_csapi_pam_P_PAM_NO_CAPABILITY(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6977 {
6978     proto_item *item _U_;
6979 
6980     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_NO_CAPABILITY_ExtraInformation);
6981 
6982 }
6983 
6984 /* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_ASSIGNMENT:1.0 */
6985 static void
decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ASSIGNMENT(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6986 decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ASSIGNMENT(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6987 {
6988     proto_item *item _U_;
6989 
6990     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNKNOWN_ASSIGNMENT_ExtraInformation);
6991 
6992 }
6993 
6994 /* Exception = IDL:org/csapi/pam/P_PAM_ATTRIBUTE_EXISTS:1.0 */
6995 static void
decode_ex_org_csapi_pam_P_PAM_ATTRIBUTE_EXISTS(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)6996 decode_ex_org_csapi_pam_P_PAM_ATTRIBUTE_EXISTS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
6997 {
6998     proto_item *item _U_;
6999 
7000     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_ATTRIBUTE_EXISTS_ExtraInformation);
7001 
7002 }
7003 
7004 /* Exception = IDL:org/csapi/pam/P_PAM_TYPE_EXISTS:1.0 */
7005 static void
decode_ex_org_csapi_pam_P_PAM_TYPE_EXISTS(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)7006 decode_ex_org_csapi_pam_P_PAM_TYPE_EXISTS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
7007 {
7008     proto_item *item _U_;
7009 
7010     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_TYPE_EXISTS_ExtraInformation);
7011 
7012 }
7013 
7014 /* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_CAPABILITY:1.0 */
7015 static void
decode_ex_org_csapi_pam_P_PAM_UNKNOWN_CAPABILITY(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)7016 decode_ex_org_csapi_pam_P_PAM_UNKNOWN_CAPABILITY(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
7017 {
7018     proto_item *item _U_;
7019 
7020     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNKNOWN_CAPABILITY_ExtraInformation);
7021 
7022 }
7023 
7024 /* Exception = IDL:org/csapi/pam/P_PAM_UNAVAILABLE_INTERFACE:1.0 */
7025 static void
decode_ex_org_csapi_pam_P_PAM_UNAVAILABLE_INTERFACE(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)7026 decode_ex_org_csapi_pam_P_PAM_UNAVAILABLE_INTERFACE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
7027 {
7028     proto_item *item _U_;
7029 
7030     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNAVAILABLE_INTERFACE_ExtraInformation);
7031 
7032 }
7033 
7034 /* Exception = IDL:org/csapi/pam/P_PAM_NOT_REGISTERED:1.0 */
7035 static void
decode_ex_org_csapi_pam_P_PAM_NOT_REGISTERED(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)7036 decode_ex_org_csapi_pam_P_PAM_NOT_REGISTERED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
7037 {
7038     proto_item *item _U_;
7039 
7040     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_NOT_REGISTERED_ExtraInformation);
7041 
7042 }
7043 
7044 /* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_MAILBOX:1.0 */
7045 static void
decode_ex_org_csapi_mmm_P_MMM_INVALID_MAILBOX(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)7046 decode_ex_org_csapi_mmm_P_MMM_INVALID_MAILBOX(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
7047 {
7048     proto_item *item _U_;
7049 
7050     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INVALID_MAILBOX_ExtraInformation);
7051 
7052 }
7053 
7054 /* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_AUTHENTICATION_INFORMATION:1.0 */
7055 static void
decode_ex_org_csapi_mmm_P_MMM_INVALID_AUTHENTICATION_INFORMATION(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)7056 decode_ex_org_csapi_mmm_P_MMM_INVALID_AUTHENTICATION_INFORMATION(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
7057 {
7058     proto_item *item _U_;
7059 
7060     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation);
7061 
7062 }
7063 
7064 /* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_FOLDER_ID:1.0 */
7065 static void
decode_ex_org_csapi_mmm_P_MMM_INVALID_FOLDER_ID(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)7066 decode_ex_org_csapi_mmm_P_MMM_INVALID_FOLDER_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
7067 {
7068     proto_item *item _U_;
7069 
7070     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INVALID_FOLDER_ID_ExtraInformation);
7071 
7072 }
7073 
7074 /* Exception = IDL:org/csapi/mmm/P_MMM_MAX_MESSAGE_SIZE_EXCEEDED:1.0 */
7075 static void
decode_ex_org_csapi_mmm_P_MMM_MAX_MESSAGE_SIZE_EXCEEDED(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)7076 decode_ex_org_csapi_mmm_P_MMM_MAX_MESSAGE_SIZE_EXCEEDED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
7077 {
7078     proto_item *item _U_;
7079 
7080     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_MAX_MESSAGE_SIZE_EXCEEDED_ExtraInformation);
7081 
7082 }
7083 
7084 /* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_MESSAGE_ID:1.0 */
7085 static void
decode_ex_org_csapi_mmm_P_MMM_INVALID_MESSAGE_ID(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)7086 decode_ex_org_csapi_mmm_P_MMM_INVALID_MESSAGE_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
7087 {
7088     proto_item *item _U_;
7089 
7090     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INVALID_MESSAGE_ID_ExtraInformation);
7091 
7092 }
7093 
7094 /* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_PART_ID:1.0 */
7095 static void
decode_ex_org_csapi_mmm_P_MMM_INVALID_PART_ID(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)7096 decode_ex_org_csapi_mmm_P_MMM_INVALID_PART_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
7097 {
7098     proto_item *item _U_;
7099 
7100     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INVALID_PART_ID_ExtraInformation);
7101 
7102 }
7103 
7104 /* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_PROPERTY:1.0 */
7105 static void
decode_ex_org_csapi_mmm_P_MMM_INVALID_PROPERTY(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)7106 decode_ex_org_csapi_mmm_P_MMM_INVALID_PROPERTY(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
7107 {
7108     proto_item *item _U_;
7109 
7110     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INVALID_PROPERTY_ExtraInformation);
7111 
7112 }
7113 
7114 /* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_DELIVERY_TYPE:1.0 */
7115 static void
decode_ex_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TYPE(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)7116 decode_ex_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TYPE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
7117 {
7118     proto_item *item _U_;
7119 
7120     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TYPE_ExtraInformation);
7121 
7122 }
7123 
7124 /* Exception = IDL:org/csapi/mmm/P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH:1.0 */
7125 static void
decode_ex_org_csapi_mmm_P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)7126 decode_ex_org_csapi_mmm_P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
7127 {
7128     proto_item *item _U_;
7129 
7130     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH_ExtraInformation);
7131 
7132 }
7133 
7134 /* Exception = IDL:org/csapi/mmm/P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH:1.0 */
7135 static void
decode_ex_org_csapi_mmm_P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)7136 decode_ex_org_csapi_mmm_P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
7137 {
7138     proto_item *item _U_;
7139 
7140     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH_ExtraInformation);
7141 
7142 }
7143 
7144 /* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_DELIVERY_TIME:1.0 */
7145 static void
decode_ex_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TIME(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)7146 decode_ex_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TIME(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
7147 {
7148     proto_item *item _U_;
7149 
7150     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TIME_ExtraInformation);
7151 
7152 }
7153 
7154 /* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_VALIDITY_TIME:1.0 */
7155 static void
decode_ex_org_csapi_mmm_P_MMM_INVALID_VALIDITY_TIME(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)7156 decode_ex_org_csapi_mmm_P_MMM_INVALID_VALIDITY_TIME(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
7157 {
7158     proto_item *item _U_;
7159 
7160     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INVALID_VALIDITY_TIME_ExtraInformation);
7161 
7162 }
7163 
7164 /* Exception = IDL:org/csapi/mmm/P_MMM_MAX_SUBJECT_SIZE_EXCEEDED:1.0 */
7165 static void
decode_ex_org_csapi_mmm_P_MMM_MAX_SUBJECT_SIZE_EXCEEDED(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)7166 decode_ex_org_csapi_mmm_P_MMM_MAX_SUBJECT_SIZE_EXCEEDED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
7167 {
7168     proto_item *item _U_;
7169 
7170     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_MAX_SUBJECT_SIZE_EXCEEDED_ExtraInformation);
7171 
7172 }
7173 
7174 /* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_HEADER:1.0 */
7175 static void
decode_ex_org_csapi_mmm_P_MMM_INVALID_HEADER(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)7176 decode_ex_org_csapi_mmm_P_MMM_INVALID_HEADER(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
7177 {
7178     proto_item *item _U_;
7179 
7180     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INVALID_HEADER_ExtraInformation);
7181 
7182 }
7183 
7184 /* Exception = IDL:org/csapi/mmm/P_MMM_CANNOT_CANCEL:1.0 */
7185 static void
decode_ex_org_csapi_mmm_P_MMM_CANNOT_CANCEL(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)7186 decode_ex_org_csapi_mmm_P_MMM_CANNOT_CANCEL(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
7187 {
7188     proto_item *item _U_;
7189 
7190     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_CANNOT_CANCEL_ExtraInformation);
7191 
7192 }
7193 
7194 /* Exception = IDL:org/csapi/mmm/P_MMM_INFORMATION_NOT_AVAILABLE:1.0 */
7195 static void
decode_ex_org_csapi_mmm_P_MMM_INFORMATION_NOT_AVAILABLE(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)7196 decode_ex_org_csapi_mmm_P_MMM_INFORMATION_NOT_AVAILABLE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
7197 {
7198     proto_item *item _U_;
7199 
7200     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INFORMATION_NOT_AVAILABLE_ExtraInformation);
7201 
7202 }
7203 
7204 
7205 /*  End Exception Helper Functions  */
7206 
7207 /*
7208  * Main delegator for exception handling
7209  *
7210  */
7211 static gboolean
decode_user_exception(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * ptree _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)7212 decode_user_exception(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *ptree _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
7213 {
7214     proto_tree *tree _U_;
7215 
7216     if (!header->exception_id)
7217         return FALSE;
7218 
7219     if (strcmp(header->exception_id, "IDL:org/csapi/TpCommonExceptions:1.0") == 0) {
7220         tree = start_dissecting(tvb, pinfo, ptree, offset);
7221         decode_ex_org_csapi_TpCommonExceptions(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/TpCommonExceptions:1.0  */
7222         return TRUE;
7223     }
7224 
7225     if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_INTERFACE_TYPE:1.0") == 0) {
7226         tree = start_dissecting(tvb, pinfo, ptree, offset);
7227         decode_ex_org_csapi_P_INVALID_INTERFACE_TYPE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/P_INVALID_INTERFACE_TYPE:1.0  */
7228         return TRUE;
7229     }
7230 
7231     if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_SESSION_ID:1.0") == 0) {
7232         tree = start_dissecting(tvb, pinfo, ptree, offset);
7233         decode_ex_org_csapi_P_INVALID_SESSION_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/P_INVALID_SESSION_ID:1.0  */
7234         return TRUE;
7235     }
7236 
7237     if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_DOMAIN_ID:1.0") == 0) {
7238         tree = start_dissecting(tvb, pinfo, ptree, offset);
7239         decode_ex_org_csapi_fw_P_INVALID_DOMAIN_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/fw/P_INVALID_DOMAIN_ID:1.0  */
7240         return TRUE;
7241     }
7242 
7243     if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_AUTH_TYPE:1.0") == 0) {
7244         tree = start_dissecting(tvb, pinfo, ptree, offset);
7245         decode_ex_org_csapi_fw_P_INVALID_AUTH_TYPE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/fw/P_INVALID_AUTH_TYPE:1.0  */
7246         return TRUE;
7247     }
7248 
7249     if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_VERSION:1.0") == 0) {
7250         tree = start_dissecting(tvb, pinfo, ptree, offset);
7251         decode_ex_org_csapi_P_INVALID_VERSION(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/P_INVALID_VERSION:1.0  */
7252         return TRUE;
7253     }
7254 
7255     if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_ACCESS_DENIED:1.0") == 0) {
7256         tree = start_dissecting(tvb, pinfo, ptree, offset);
7257         decode_ex_org_csapi_fw_P_ACCESS_DENIED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/fw/P_ACCESS_DENIED:1.0  */
7258         return TRUE;
7259     }
7260 
7261     if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_ACCESS_TYPE:1.0") == 0) {
7262         tree = start_dissecting(tvb, pinfo, ptree, offset);
7263         decode_ex_org_csapi_fw_P_INVALID_ACCESS_TYPE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/fw/P_INVALID_ACCESS_TYPE:1.0  */
7264         return TRUE;
7265     }
7266 
7267     if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_SIGNING_ALGORITHM:1.0") == 0) {
7268         tree = start_dissecting(tvb, pinfo, ptree, offset);
7269         decode_ex_org_csapi_fw_P_INVALID_SIGNING_ALGORITHM(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/fw/P_INVALID_SIGNING_ALGORITHM:1.0  */
7270         return TRUE;
7271     }
7272 
7273     if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_SIGNATURE:1.0") == 0) {
7274         tree = start_dissecting(tvb, pinfo, ptree, offset);
7275         decode_ex_org_csapi_fw_P_INVALID_SIGNATURE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/fw/P_INVALID_SIGNATURE:1.0  */
7276         return TRUE;
7277     }
7278 
7279     if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_INTERFACE_NAME:1.0") == 0) {
7280         tree = start_dissecting(tvb, pinfo, ptree, offset);
7281         decode_ex_org_csapi_P_INVALID_INTERFACE_NAME(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/P_INVALID_INTERFACE_NAME:1.0  */
7282         return TRUE;
7283     }
7284 
7285     if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_PROPERTY:1.0") == 0) {
7286         tree = start_dissecting(tvb, pinfo, ptree, offset);
7287         decode_ex_org_csapi_fw_P_INVALID_PROPERTY(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/fw/P_INVALID_PROPERTY:1.0  */
7288         return TRUE;
7289     }
7290 
7291     if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_NO_ACCEPTABLE_SIGNING_ALGORITHM:1.0") == 0) {
7292         tree = start_dissecting(tvb, pinfo, ptree, offset);
7293         decode_ex_org_csapi_fw_P_NO_ACCEPTABLE_SIGNING_ALGORITHM(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/fw/P_NO_ACCEPTABLE_SIGNING_ALGORITHM:1.0  */
7294         return TRUE;
7295     }
7296 
7297     if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY:1.0") == 0) {
7298         tree = start_dissecting(tvb, pinfo, ptree, offset);
7299         decode_ex_org_csapi_fw_P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/fw/P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY:1.0  */
7300         return TRUE;
7301     }
7302 
7303     if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM:1.0") == 0) {
7304         tree = start_dissecting(tvb, pinfo, ptree, offset);
7305         decode_ex_org_csapi_fw_P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/fw/P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM:1.0  */
7306         return TRUE;
7307     }
7308 
7309     if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_CRITERIA:1.0") == 0) {
7310         tree = start_dissecting(tvb, pinfo, ptree, offset);
7311         decode_ex_org_csapi_P_INVALID_CRITERIA(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/P_INVALID_CRITERIA:1.0  */
7312         return TRUE;
7313     }
7314 
7315     if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_EVENT_TYPE:1.0") == 0) {
7316         tree = start_dissecting(tvb, pinfo, ptree, offset);
7317         decode_ex_org_csapi_P_INVALID_EVENT_TYPE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/P_INVALID_EVENT_TYPE:1.0  */
7318         return TRUE;
7319     }
7320 
7321     if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_ASSIGNMENT_ID:1.0") == 0) {
7322         tree = start_dissecting(tvb, pinfo, ptree, offset);
7323         decode_ex_org_csapi_P_INVALID_ASSIGNMENT_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/P_INVALID_ASSIGNMENT_ID:1.0  */
7324         return TRUE;
7325     }
7326 
7327     if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_SERVICE_ID:1.0") == 0) {
7328         tree = start_dissecting(tvb, pinfo, ptree, offset);
7329         decode_ex_org_csapi_fw_P_INVALID_SERVICE_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/fw/P_INVALID_SERVICE_ID:1.0  */
7330         return TRUE;
7331     }
7332 
7333     if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_SERVICE_NOT_ENABLED:1.0") == 0) {
7334         tree = start_dissecting(tvb, pinfo, ptree, offset);
7335         decode_ex_org_csapi_fw_P_SERVICE_NOT_ENABLED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/fw/P_SERVICE_NOT_ENABLED:1.0  */
7336         return TRUE;
7337     }
7338 
7339     if (strcmp(header->exception_id, "IDL:org/csapi/P_UNAUTHORISED_PARAMETER_VALUE:1.0") == 0) {
7340         tree = start_dissecting(tvb, pinfo, ptree, offset);
7341         decode_ex_org_csapi_P_UNAUTHORISED_PARAMETER_VALUE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/P_UNAUTHORISED_PARAMETER_VALUE:1.0  */
7342         return TRUE;
7343     }
7344 
7345     if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_TIME_AND_DATE_FORMAT:1.0") == 0) {
7346         tree = start_dissecting(tvb, pinfo, ptree, offset);
7347         decode_ex_org_csapi_P_INVALID_TIME_AND_DATE_FORMAT(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/P_INVALID_TIME_AND_DATE_FORMAT:1.0  */
7348         return TRUE;
7349     }
7350 
7351     if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_ACTIVITY_TEST_ID:1.0") == 0) {
7352         tree = start_dissecting(tvb, pinfo, ptree, offset);
7353         decode_ex_org_csapi_fw_P_INVALID_ACTIVITY_TEST_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/fw/P_INVALID_ACTIVITY_TEST_ID:1.0  */
7354         return TRUE;
7355     }
7356 
7357     if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_ILLEGAL_SERVICE_TYPE:1.0") == 0) {
7358         tree = start_dissecting(tvb, pinfo, ptree, offset);
7359         decode_ex_org_csapi_fw_P_ILLEGAL_SERVICE_TYPE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/fw/P_ILLEGAL_SERVICE_TYPE:1.0  */
7360         return TRUE;
7361     }
7362 
7363     if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_UNKNOWN_SERVICE_TYPE:1.0") == 0) {
7364         tree = start_dissecting(tvb, pinfo, ptree, offset);
7365         decode_ex_org_csapi_fw_P_UNKNOWN_SERVICE_TYPE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/fw/P_UNKNOWN_SERVICE_TYPE:1.0  */
7366         return TRUE;
7367     }
7368 
7369     if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_AGREEMENT_TEXT:1.0") == 0) {
7370         tree = start_dissecting(tvb, pinfo, ptree, offset);
7371         decode_ex_org_csapi_fw_P_INVALID_AGREEMENT_TEXT(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/fw/P_INVALID_AGREEMENT_TEXT:1.0  */
7372         return TRUE;
7373     }
7374 
7375     if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_SERVICE_TOKEN:1.0") == 0) {
7376         tree = start_dissecting(tvb, pinfo, ptree, offset);
7377         decode_ex_org_csapi_fw_P_INVALID_SERVICE_TOKEN(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/fw/P_INVALID_SERVICE_TOKEN:1.0  */
7378         return TRUE;
7379     }
7380 
7381     if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_SERVICE_ACCESS_DENIED:1.0") == 0) {
7382         tree = start_dissecting(tvb, pinfo, ptree, offset);
7383         decode_ex_org_csapi_fw_P_SERVICE_ACCESS_DENIED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/fw/P_SERVICE_ACCESS_DENIED:1.0  */
7384         return TRUE;
7385     }
7386 
7387     if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_SERVICE_PROFILE_ID:1.0") == 0) {
7388         tree = start_dissecting(tvb, pinfo, ptree, offset);
7389         decode_ex_org_csapi_fw_P_INVALID_SERVICE_PROFILE_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/fw/P_INVALID_SERVICE_PROFILE_ID:1.0  */
7390         return TRUE;
7391     }
7392 
7393     if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_SAG_ID:1.0") == 0) {
7394         tree = start_dissecting(tvb, pinfo, ptree, offset);
7395         decode_ex_org_csapi_fw_P_INVALID_SAG_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/fw/P_INVALID_SAG_ID:1.0  */
7396         return TRUE;
7397     }
7398 
7399     if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT:1.0") == 0) {
7400         tree = start_dissecting(tvb, pinfo, ptree, offset);
7401         decode_ex_org_csapi_fw_P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/fw/P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT:1.0  */
7402         return TRUE;
7403     }
7404 
7405     if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_SERVICE_CONTRACT_ID:1.0") == 0) {
7406         tree = start_dissecting(tvb, pinfo, ptree, offset);
7407         decode_ex_org_csapi_fw_P_INVALID_SERVICE_CONTRACT_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/fw/P_INVALID_SERVICE_CONTRACT_ID:1.0  */
7408         return TRUE;
7409     }
7410 
7411     if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_CLIENT_APP_ID:1.0") == 0) {
7412         tree = start_dissecting(tvb, pinfo, ptree, offset);
7413         decode_ex_org_csapi_fw_P_INVALID_CLIENT_APP_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/fw/P_INVALID_CLIENT_APP_ID:1.0  */
7414         return TRUE;
7415     }
7416 
7417     if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_ADDITION_TO_SAG:1.0") == 0) {
7418         tree = start_dissecting(tvb, pinfo, ptree, offset);
7419         decode_ex_org_csapi_fw_P_INVALID_ADDITION_TO_SAG(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/fw/P_INVALID_ADDITION_TO_SAG:1.0  */
7420         return TRUE;
7421     }
7422 
7423     if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_PROPERTY_TYPE_MISMATCH:1.0") == 0) {
7424         tree = start_dissecting(tvb, pinfo, ptree, offset);
7425         decode_ex_org_csapi_fw_P_PROPERTY_TYPE_MISMATCH(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/fw/P_PROPERTY_TYPE_MISMATCH:1.0  */
7426         return TRUE;
7427     }
7428 
7429     if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_DUPLICATE_PROPERTY_NAME:1.0") == 0) {
7430         tree = start_dissecting(tvb, pinfo, ptree, offset);
7431         decode_ex_org_csapi_fw_P_DUPLICATE_PROPERTY_NAME(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/fw/P_DUPLICATE_PROPERTY_NAME:1.0  */
7432         return TRUE;
7433     }
7434 
7435     if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_MISSING_MANDATORY_PROPERTY:1.0") == 0) {
7436         tree = start_dissecting(tvb, pinfo, ptree, offset);
7437         decode_ex_org_csapi_fw_P_MISSING_MANDATORY_PROPERTY(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/fw/P_MISSING_MANDATORY_PROPERTY:1.0  */
7438         return TRUE;
7439     }
7440 
7441     if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_SERVICE_TYPE_UNAVAILABLE:1.0") == 0) {
7442         tree = start_dissecting(tvb, pinfo, ptree, offset);
7443         decode_ex_org_csapi_fw_P_SERVICE_TYPE_UNAVAILABLE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/fw/P_SERVICE_TYPE_UNAVAILABLE:1.0  */
7444         return TRUE;
7445     }
7446 
7447     if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_ILLEGAL_SERVICE_ID:1.0") == 0) {
7448         tree = start_dissecting(tvb, pinfo, ptree, offset);
7449         decode_ex_org_csapi_fw_P_ILLEGAL_SERVICE_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/fw/P_ILLEGAL_SERVICE_ID:1.0  */
7450         return TRUE;
7451     }
7452 
7453     if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_UNKNOWN_SERVICE_ID:1.0") == 0) {
7454         tree = start_dissecting(tvb, pinfo, ptree, offset);
7455         decode_ex_org_csapi_fw_P_UNKNOWN_SERVICE_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/fw/P_UNKNOWN_SERVICE_ID:1.0  */
7456         return TRUE;
7457     }
7458 
7459     if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_ADDRESS:1.0") == 0) {
7460         tree = start_dissecting(tvb, pinfo, ptree, offset);
7461         decode_ex_org_csapi_P_INVALID_ADDRESS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/P_INVALID_ADDRESS:1.0  */
7462         return TRUE;
7463     }
7464 
7465     if (strcmp(header->exception_id, "IDL:org/csapi/P_UNSUPPORTED_ADDRESS_PLAN:1.0") == 0) {
7466         tree = start_dissecting(tvb, pinfo, ptree, offset);
7467         decode_ex_org_csapi_P_UNSUPPORTED_ADDRESS_PLAN(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/P_UNSUPPORTED_ADDRESS_PLAN:1.0  */
7468         return TRUE;
7469     }
7470 
7471     if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_NETWORK_STATE:1.0") == 0) {
7472         tree = start_dissecting(tvb, pinfo, ptree, offset);
7473         decode_ex_org_csapi_P_INVALID_NETWORK_STATE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/P_INVALID_NETWORK_STATE:1.0  */
7474         return TRUE;
7475     }
7476 
7477     if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_CURRENCY:1.0") == 0) {
7478         tree = start_dissecting(tvb, pinfo, ptree, offset);
7479         decode_ex_org_csapi_P_INVALID_CURRENCY(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/P_INVALID_CURRENCY:1.0  */
7480         return TRUE;
7481     }
7482 
7483     if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_AMOUNT:1.0") == 0) {
7484         tree = start_dissecting(tvb, pinfo, ptree, offset);
7485         decode_ex_org_csapi_P_INVALID_AMOUNT(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/P_INVALID_AMOUNT:1.0  */
7486         return TRUE;
7487     }
7488 
7489     if (strcmp(header->exception_id, "IDL:org/csapi/P_INFORMATION_NOT_AVAILABLE:1.0") == 0) {
7490         tree = start_dissecting(tvb, pinfo, ptree, offset);
7491         decode_ex_org_csapi_P_INFORMATION_NOT_AVAILABLE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/P_INFORMATION_NOT_AVAILABLE:1.0  */
7492         return TRUE;
7493     }
7494 
7495     if (strcmp(header->exception_id, "IDL:org/csapi/ui/P_ILLEGAL_ID:1.0") == 0) {
7496         tree = start_dissecting(tvb, pinfo, ptree, offset);
7497         decode_ex_org_csapi_ui_P_ILLEGAL_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/ui/P_ILLEGAL_ID:1.0  */
7498         return TRUE;
7499     }
7500 
7501     if (strcmp(header->exception_id, "IDL:org/csapi/ui/P_ID_NOT_FOUND:1.0") == 0) {
7502         tree = start_dissecting(tvb, pinfo, ptree, offset);
7503         decode_ex_org_csapi_ui_P_ID_NOT_FOUND(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/ui/P_ID_NOT_FOUND:1.0  */
7504         return TRUE;
7505     }
7506 
7507     if (strcmp(header->exception_id, "IDL:org/csapi/ui/P_ILLEGAL_RANGE:1.0") == 0) {
7508         tree = start_dissecting(tvb, pinfo, ptree, offset);
7509         decode_ex_org_csapi_ui_P_ILLEGAL_RANGE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/ui/P_ILLEGAL_RANGE:1.0  */
7510         return TRUE;
7511     }
7512 
7513     if (strcmp(header->exception_id, "IDL:org/csapi/ui/P_INVALID_COLLECTION_CRITERIA:1.0") == 0) {
7514         tree = start_dissecting(tvb, pinfo, ptree, offset);
7515         decode_ex_org_csapi_ui_P_INVALID_COLLECTION_CRITERIA(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/ui/P_INVALID_COLLECTION_CRITERIA:1.0  */
7516         return TRUE;
7517     }
7518 
7519     if (strcmp(header->exception_id, "IDL:org/csapi/P_APPLICATION_NOT_ACTIVATED:1.0") == 0) {
7520         tree = start_dissecting(tvb, pinfo, ptree, offset);
7521         decode_ex_org_csapi_P_APPLICATION_NOT_ACTIVATED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/P_APPLICATION_NOT_ACTIVATED:1.0  */
7522         return TRUE;
7523     }
7524 
7525     if (strcmp(header->exception_id, "IDL:org/csapi/mm/P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED:1.0") == 0) {
7526         tree = start_dissecting(tvb, pinfo, ptree, offset);
7527         decode_ex_org_csapi_mm_P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/mm/P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED:1.0  */
7528         return TRUE;
7529     }
7530 
7531     if (strcmp(header->exception_id, "IDL:org/csapi/mm/P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED:1.0") == 0) {
7532         tree = start_dissecting(tvb, pinfo, ptree, offset);
7533         decode_ex_org_csapi_mm_P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/mm/P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED:1.0  */
7534         return TRUE;
7535     }
7536 
7537     if (strcmp(header->exception_id, "IDL:org/csapi/mm/P_INVALID_REPORTING_INTERVAL:1.0") == 0) {
7538         tree = start_dissecting(tvb, pinfo, ptree, offset);
7539         decode_ex_org_csapi_mm_P_INVALID_REPORTING_INTERVAL(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/mm/P_INVALID_REPORTING_INTERVAL:1.0  */
7540         return TRUE;
7541     }
7542 
7543     if (strcmp(header->exception_id, "IDL:org/csapi/mm/P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED:1.0") == 0) {
7544         tree = start_dissecting(tvb, pinfo, ptree, offset);
7545         decode_ex_org_csapi_mm_P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/mm/P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED:1.0  */
7546         return TRUE;
7547     }
7548 
7549     if (strcmp(header->exception_id, "IDL:org/csapi/P_UNKNOWN_SUBSCRIBER:1.0") == 0) {
7550         tree = start_dissecting(tvb, pinfo, ptree, offset);
7551         decode_ex_org_csapi_P_UNKNOWN_SUBSCRIBER(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/P_UNKNOWN_SUBSCRIBER:1.0  */
7552         return TRUE;
7553     }
7554 
7555     if (strcmp(header->exception_id, "IDL:org/csapi/termcap/P_INVALID_TERMINAL_ID:1.0") == 0) {
7556         tree = start_dissecting(tvb, pinfo, ptree, offset);
7557         decode_ex_org_csapi_termcap_P_INVALID_TERMINAL_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/termcap/P_INVALID_TERMINAL_ID:1.0  */
7558         return TRUE;
7559     }
7560 
7561     if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_INVALID_MAILBOX:1.0") == 0) {
7562         tree = start_dissecting(tvb, pinfo, ptree, offset);
7563         decode_ex_org_csapi_gms_P_GMS_INVALID_MAILBOX(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/gms/P_GMS_INVALID_MAILBOX:1.0  */
7564         return TRUE;
7565     }
7566 
7567     if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_INVALID_AUTHENTICATION_INFORMATION:1.0") == 0) {
7568         tree = start_dissecting(tvb, pinfo, ptree, offset);
7569         decode_ex_org_csapi_gms_P_GMS_INVALID_AUTHENTICATION_INFORMATION(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/gms/P_GMS_INVALID_AUTHENTICATION_INFORMATION:1.0  */
7570         return TRUE;
7571     }
7572 
7573     if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_LOCKING_LOCKED_MAILBOX:1.0") == 0) {
7574         tree = start_dissecting(tvb, pinfo, ptree, offset);
7575         decode_ex_org_csapi_gms_P_GMS_LOCKING_LOCKED_MAILBOX(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/gms/P_GMS_LOCKING_LOCKED_MAILBOX:1.0  */
7576         return TRUE;
7577     }
7578 
7579     if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_UNLOCKING_UNLOCKED_MAILBOX:1.0") == 0) {
7580         tree = start_dissecting(tvb, pinfo, ptree, offset);
7581         decode_ex_org_csapi_gms_P_GMS_UNLOCKING_UNLOCKED_MAILBOX(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/gms/P_GMS_UNLOCKING_UNLOCKED_MAILBOX:1.0  */
7582         return TRUE;
7583     }
7584 
7585     if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_CANNOT_UNLOCK_MAILBOX:1.0") == 0) {
7586         tree = start_dissecting(tvb, pinfo, ptree, offset);
7587         decode_ex_org_csapi_gms_P_GMS_CANNOT_UNLOCK_MAILBOX(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/gms/P_GMS_CANNOT_UNLOCK_MAILBOX:1.0  */
7588         return TRUE;
7589     }
7590 
7591     if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_NUMBER_NOT_POSITIVE:1.0") == 0) {
7592         tree = start_dissecting(tvb, pinfo, ptree, offset);
7593         decode_ex_org_csapi_gms_P_GMS_NUMBER_NOT_POSITIVE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/gms/P_GMS_NUMBER_NOT_POSITIVE:1.0  */
7594         return TRUE;
7595     }
7596 
7597     if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_PROPERTY_NOT_SET:1.0") == 0) {
7598         tree = start_dissecting(tvb, pinfo, ptree, offset);
7599         decode_ex_org_csapi_gms_P_GMS_PROPERTY_NOT_SET(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/gms/P_GMS_PROPERTY_NOT_SET:1.0  */
7600         return TRUE;
7601     }
7602 
7603     if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_MAILBOX_LOCKED:1.0") == 0) {
7604         tree = start_dissecting(tvb, pinfo, ptree, offset);
7605         decode_ex_org_csapi_gms_P_GMS_MAILBOX_LOCKED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/gms/P_GMS_MAILBOX_LOCKED:1.0  */
7606         return TRUE;
7607     }
7608 
7609     if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_FOLDER_IS_OPEN:1.0") == 0) {
7610         tree = start_dissecting(tvb, pinfo, ptree, offset);
7611         decode_ex_org_csapi_gms_P_GMS_FOLDER_IS_OPEN(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/gms/P_GMS_FOLDER_IS_OPEN:1.0  */
7612         return TRUE;
7613     }
7614 
7615     if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_INVALID_FOLDER_ID:1.0") == 0) {
7616         tree = start_dissecting(tvb, pinfo, ptree, offset);
7617         decode_ex_org_csapi_gms_P_GMS_INVALID_FOLDER_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/gms/P_GMS_INVALID_FOLDER_ID:1.0  */
7618         return TRUE;
7619     }
7620 
7621     if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_INSUFFICIENT_PRIVILEGE:1.0") == 0) {
7622         tree = start_dissecting(tvb, pinfo, ptree, offset);
7623         decode_ex_org_csapi_gms_P_GMS_INSUFFICIENT_PRIVILEGE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/gms/P_GMS_INSUFFICIENT_PRIVILEGE:1.0  */
7624         return TRUE;
7625     }
7626 
7627     if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_MAILBOX_OPEN:1.0") == 0) {
7628         tree = start_dissecting(tvb, pinfo, ptree, offset);
7629         decode_ex_org_csapi_gms_P_GMS_MAILBOX_OPEN(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/gms/P_GMS_MAILBOX_OPEN:1.0  */
7630         return TRUE;
7631     }
7632 
7633     if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_INVALID_MESSAGE_ID:1.0") == 0) {
7634         tree = start_dissecting(tvb, pinfo, ptree, offset);
7635         decode_ex_org_csapi_gms_P_GMS_INVALID_MESSAGE_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/gms/P_GMS_INVALID_MESSAGE_ID:1.0  */
7636         return TRUE;
7637     }
7638 
7639     if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_MESSAGE_NOT_REMOVED:1.0") == 0) {
7640         tree = start_dissecting(tvb, pinfo, ptree, offset);
7641         decode_ex_org_csapi_gms_P_GMS_MESSAGE_NOT_REMOVED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/gms/P_GMS_MESSAGE_NOT_REMOVED:1.0  */
7642         return TRUE;
7643     }
7644 
7645     if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_VPRP_ID:1.0") == 0) {
7646         tree = start_dissecting(tvb, pinfo, ptree, offset);
7647         decode_ex_org_csapi_cm_P_UNKNOWN_VPRP_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cm/P_UNKNOWN_VPRP_ID:1.0  */
7648         return TRUE;
7649     }
7650 
7651     if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_SLA_ID:1.0") == 0) {
7652         tree = start_dissecting(tvb, pinfo, ptree, offset);
7653         decode_ex_org_csapi_cm_P_UNKNOWN_SLA_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cm/P_UNKNOWN_SLA_ID:1.0  */
7654         return TRUE;
7655     }
7656 
7657     if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_STATUS:1.0") == 0) {
7658         tree = start_dissecting(tvb, pinfo, ptree, offset);
7659         decode_ex_org_csapi_cm_P_UNKNOWN_STATUS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cm/P_UNKNOWN_STATUS:1.0  */
7660         return TRUE;
7661     }
7662 
7663     if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_QOS_INFO:1.0") == 0) {
7664         tree = start_dissecting(tvb, pinfo, ptree, offset);
7665         decode_ex_org_csapi_cm_P_UNKNOWN_QOS_INFO(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cm/P_UNKNOWN_QOS_INFO:1.0  */
7666         return TRUE;
7667     }
7668 
7669     if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_VALIDITY_INFO:1.0") == 0) {
7670         tree = start_dissecting(tvb, pinfo, ptree, offset);
7671         decode_ex_org_csapi_cm_P_UNKNOWN_VALIDITY_INFO(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cm/P_UNKNOWN_VALIDITY_INFO:1.0  */
7672         return TRUE;
7673     }
7674 
7675     if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_PIPEQOSINFO:1.0") == 0) {
7676         tree = start_dissecting(tvb, pinfo, ptree, offset);
7677         decode_ex_org_csapi_cm_P_UNKNOWN_PIPEQOSINFO(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cm/P_UNKNOWN_PIPEQOSINFO:1.0  */
7678         return TRUE;
7679     }
7680 
7681     if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_DSCODEPOINT:1.0") == 0) {
7682         tree = start_dissecting(tvb, pinfo, ptree, offset);
7683         decode_ex_org_csapi_cm_P_UNKNOWN_DSCODEPOINT(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cm/P_UNKNOWN_DSCODEPOINT:1.0  */
7684         return TRUE;
7685     }
7686 
7687     if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_VPRP:1.0") == 0) {
7688         tree = start_dissecting(tvb, pinfo, ptree, offset);
7689         decode_ex_org_csapi_cm_P_UNKNOWN_VPRP(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cm/P_UNKNOWN_VPRP:1.0  */
7690         return TRUE;
7691     }
7692 
7693     if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_ILLEGAL_VPRPID:1.0") == 0) {
7694         tree = start_dissecting(tvb, pinfo, ptree, offset);
7695         decode_ex_org_csapi_cm_P_ILLEGAL_VPRPID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cm/P_ILLEGAL_VPRPID:1.0  */
7696         return TRUE;
7697     }
7698 
7699     if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_ILLEGAL_REF_VALUE:1.0") == 0) {
7700         tree = start_dissecting(tvb, pinfo, ptree, offset);
7701         decode_ex_org_csapi_cm_P_ILLEGAL_REF_VALUE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cm/P_ILLEGAL_REF_VALUE:1.0  */
7702         return TRUE;
7703     }
7704 
7705     if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_INTERFACE:1.0") == 0) {
7706         tree = start_dissecting(tvb, pinfo, ptree, offset);
7707         decode_ex_org_csapi_cm_P_UNKNOWN_INTERFACE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cm/P_UNKNOWN_INTERFACE:1.0  */
7708         return TRUE;
7709     }
7710 
7711     if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_CANT_DELETE_VPRP:1.0") == 0) {
7712         tree = start_dissecting(tvb, pinfo, ptree, offset);
7713         decode_ex_org_csapi_cm_P_CANT_DELETE_VPRP(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cm/P_CANT_DELETE_VPRP:1.0  */
7714         return TRUE;
7715     }
7716 
7717     if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_TEMPLATES:1.0") == 0) {
7718         tree = start_dissecting(tvb, pinfo, ptree, offset);
7719         decode_ex_org_csapi_cm_P_UNKNOWN_TEMPLATES(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cm/P_UNKNOWN_TEMPLATES:1.0  */
7720         return TRUE;
7721     }
7722 
7723     if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_MENU:1.0") == 0) {
7724         tree = start_dissecting(tvb, pinfo, ptree, offset);
7725         decode_ex_org_csapi_cm_P_UNKNOWN_MENU(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cm/P_UNKNOWN_MENU:1.0  */
7726         return TRUE;
7727     }
7728 
7729     if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_ENTERPRISE_NETWORK:1.0") == 0) {
7730         tree = start_dissecting(tvb, pinfo, ptree, offset);
7731         decode_ex_org_csapi_cm_P_UNKNOWN_ENTERPRISE_NETWORK(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cm/P_UNKNOWN_ENTERPRISE_NETWORK:1.0  */
7732         return TRUE;
7733     }
7734 
7735     if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_TEMPLATE_TYPE:1.0") == 0) {
7736         tree = start_dissecting(tvb, pinfo, ptree, offset);
7737         decode_ex_org_csapi_cm_P_UNKNOWN_TEMPLATE_TYPE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cm/P_UNKNOWN_TEMPLATE_TYPE:1.0  */
7738         return TRUE;
7739     }
7740 
7741     if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_DESCRIPTION:1.0") == 0) {
7742         tree = start_dissecting(tvb, pinfo, ptree, offset);
7743         decode_ex_org_csapi_cm_P_UNKNOWN_DESCRIPTION(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cm/P_UNKNOWN_DESCRIPTION:1.0  */
7744         return TRUE;
7745     }
7746 
7747     if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_ILLEGAL_SLA_ID:1.0") == 0) {
7748         tree = start_dissecting(tvb, pinfo, ptree, offset);
7749         decode_ex_org_csapi_cm_P_ILLEGAL_SLA_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cm/P_ILLEGAL_SLA_ID:1.0  */
7750         return TRUE;
7751     }
7752 
7753     if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_ILLEGAL_TAG:1.0") == 0) {
7754         tree = start_dissecting(tvb, pinfo, ptree, offset);
7755         decode_ex_org_csapi_cm_P_ILLEGAL_TAG(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cm/P_ILLEGAL_TAG:1.0  */
7756         return TRUE;
7757     }
7758 
7759     if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_ILLEGAL_VALUE:1.0") == 0) {
7760         tree = start_dissecting(tvb, pinfo, ptree, offset);
7761         decode_ex_org_csapi_cm_P_ILLEGAL_VALUE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cm/P_ILLEGAL_VALUE:1.0  */
7762         return TRUE;
7763     }
7764 
7765     if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_ILLEGAL_COMBINATION:1.0") == 0) {
7766         tree = start_dissecting(tvb, pinfo, ptree, offset);
7767         decode_ex_org_csapi_cm_P_ILLEGAL_COMBINATION(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cm/P_ILLEGAL_COMBINATION:1.0  */
7768         return TRUE;
7769     }
7770 
7771     if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_SITES:1.0") == 0) {
7772         tree = start_dissecting(tvb, pinfo, ptree, offset);
7773         decode_ex_org_csapi_cm_P_UNKNOWN_SITES(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cm/P_UNKNOWN_SITES:1.0  */
7774         return TRUE;
7775     }
7776 
7777     if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_VPRN:1.0") == 0) {
7778         tree = start_dissecting(tvb, pinfo, ptree, offset);
7779         decode_ex_org_csapi_cm_P_UNKNOWN_VPRN(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cm/P_UNKNOWN_VPRN:1.0  */
7780         return TRUE;
7781     }
7782 
7783     if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_ILLEGAL_SITE_ID:1.0") == 0) {
7784         tree = start_dissecting(tvb, pinfo, ptree, offset);
7785         decode_ex_org_csapi_cm_P_ILLEGAL_SITE_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cm/P_ILLEGAL_SITE_ID:1.0  */
7786         return TRUE;
7787     }
7788 
7789     if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_SITE_ID:1.0") == 0) {
7790         tree = start_dissecting(tvb, pinfo, ptree, offset);
7791         decode_ex_org_csapi_cm_P_UNKNOWN_SITE_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cm/P_UNKNOWN_SITE_ID:1.0  */
7792         return TRUE;
7793     }
7794 
7795     if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_SAPS:1.0") == 0) {
7796         tree = start_dissecting(tvb, pinfo, ptree, offset);
7797         decode_ex_org_csapi_cm_P_UNKNOWN_SAPS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cm/P_UNKNOWN_SAPS:1.0  */
7798         return TRUE;
7799     }
7800 
7801     if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_SITE_LOCATION:1.0") == 0) {
7802         tree = start_dissecting(tvb, pinfo, ptree, offset);
7803         decode_ex_org_csapi_cm_P_UNKNOWN_SITE_LOCATION(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cm/P_UNKNOWN_SITE_LOCATION:1.0  */
7804         return TRUE;
7805     }
7806 
7807     if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_SITE_DESCRIPTION:1.0") == 0) {
7808         tree = start_dissecting(tvb, pinfo, ptree, offset);
7809         decode_ex_org_csapi_cm_P_UNKNOWN_SITE_DESCRIPTION(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cm/P_UNKNOWN_SITE_DESCRIPTION:1.0  */
7810         return TRUE;
7811     }
7812 
7813     if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_IPSUBNET:1.0") == 0) {
7814         tree = start_dissecting(tvb, pinfo, ptree, offset);
7815         decode_ex_org_csapi_cm_P_UNKNOWN_IPSUBNET(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cm/P_UNKNOWN_IPSUBNET:1.0  */
7816         return TRUE;
7817     }
7818 
7819     if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_SAP:1.0") == 0) {
7820         tree = start_dissecting(tvb, pinfo, ptree, offset);
7821         decode_ex_org_csapi_cm_P_UNKNOWN_SAP(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cm/P_UNKNOWN_SAP:1.0  */
7822         return TRUE;
7823     }
7824 
7825     if (strcmp(header->exception_id, "IDL:org/csapi/am/P_UNAUTHORIZED_APPLICATION:1.0") == 0) {
7826         tree = start_dissecting(tvb, pinfo, ptree, offset);
7827         decode_ex_org_csapi_am_P_UNAUTHORIZED_APPLICATION(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/am/P_UNAUTHORIZED_APPLICATION:1.0  */
7828         return TRUE;
7829     }
7830 
7831     if (strcmp(header->exception_id, "IDL:org/csapi/cs/P_INVALID_REQUEST_NUMBER:1.0") == 0) {
7832         tree = start_dissecting(tvb, pinfo, ptree, offset);
7833         decode_ex_org_csapi_cs_P_INVALID_REQUEST_NUMBER(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cs/P_INVALID_REQUEST_NUMBER:1.0  */
7834         return TRUE;
7835     }
7836 
7837     if (strcmp(header->exception_id, "IDL:org/csapi/cs/P_INVALID_VOLUME:1.0") == 0) {
7838         tree = start_dissecting(tvb, pinfo, ptree, offset);
7839         decode_ex_org_csapi_cs_P_INVALID_VOLUME(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cs/P_INVALID_VOLUME:1.0  */
7840         return TRUE;
7841     }
7842 
7843     if (strcmp(header->exception_id, "IDL:org/csapi/cs/P_INVALID_USER:1.0") == 0) {
7844         tree = start_dissecting(tvb, pinfo, ptree, offset);
7845         decode_ex_org_csapi_cs_P_INVALID_USER(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cs/P_INVALID_USER:1.0  */
7846         return TRUE;
7847     }
7848 
7849     if (strcmp(header->exception_id, "IDL:org/csapi/cs/P_INVALID_ACCOUNT:1.0") == 0) {
7850         tree = start_dissecting(tvb, pinfo, ptree, offset);
7851         decode_ex_org_csapi_cs_P_INVALID_ACCOUNT(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/cs/P_INVALID_ACCOUNT:1.0  */
7852         return TRUE;
7853     }
7854 
7855     if (strcmp(header->exception_id, "IDL:org/csapi/policy/P_ACCESS_VIOLATION:1.0") == 0) {
7856         tree = start_dissecting(tvb, pinfo, ptree, offset);
7857         decode_ex_org_csapi_policy_P_ACCESS_VIOLATION(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/policy/P_ACCESS_VIOLATION:1.0  */
7858         return TRUE;
7859     }
7860 
7861     if (strcmp(header->exception_id, "IDL:org/csapi/policy/P_SYNTAX_ERROR:1.0") == 0) {
7862         tree = start_dissecting(tvb, pinfo, ptree, offset);
7863         decode_ex_org_csapi_policy_P_SYNTAX_ERROR(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/policy/P_SYNTAX_ERROR:1.0  */
7864         return TRUE;
7865     }
7866 
7867     if (strcmp(header->exception_id, "IDL:org/csapi/policy/P_NAME_SPACE_ERROR:1.0") == 0) {
7868         tree = start_dissecting(tvb, pinfo, ptree, offset);
7869         decode_ex_org_csapi_policy_P_NAME_SPACE_ERROR(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/policy/P_NAME_SPACE_ERROR:1.0  */
7870         return TRUE;
7871     }
7872 
7873     if (strcmp(header->exception_id, "IDL:org/csapi/policy/P_NO_TRANSACTION_IN_PROCESS:1.0") == 0) {
7874         tree = start_dissecting(tvb, pinfo, ptree, offset);
7875         decode_ex_org_csapi_policy_P_NO_TRANSACTION_IN_PROCESS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/policy/P_NO_TRANSACTION_IN_PROCESS:1.0  */
7876         return TRUE;
7877     }
7878 
7879     if (strcmp(header->exception_id, "IDL:org/csapi/policy/P_TRANSACTION_IN_PROCESS:1.0") == 0) {
7880         tree = start_dissecting(tvb, pinfo, ptree, offset);
7881         decode_ex_org_csapi_policy_P_TRANSACTION_IN_PROCESS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/policy/P_TRANSACTION_IN_PROCESS:1.0  */
7882         return TRUE;
7883     }
7884 
7885     if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_IDENTITY_EXISTS:1.0") == 0) {
7886         tree = start_dissecting(tvb, pinfo, ptree, offset);
7887         decode_ex_org_csapi_pam_P_PAM_IDENTITY_EXISTS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/pam/P_PAM_IDENTITY_EXISTS:1.0  */
7888         return TRUE;
7889     }
7890 
7891     if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNKNOWN_TYPE:1.0") == 0) {
7892         tree = start_dissecting(tvb, pinfo, ptree, offset);
7893         decode_ex_org_csapi_pam_P_PAM_UNKNOWN_TYPE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/pam/P_PAM_UNKNOWN_TYPE:1.0  */
7894         return TRUE;
7895     }
7896 
7897     if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_INVALID_CREDENTIAL:1.0") == 0) {
7898         tree = start_dissecting(tvb, pinfo, ptree, offset);
7899         decode_ex_org_csapi_pam_P_PAM_INVALID_CREDENTIAL(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/pam/P_PAM_INVALID_CREDENTIAL:1.0  */
7900         return TRUE;
7901     }
7902 
7903     if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNKNOWN_IDENTITY:1.0") == 0) {
7904         tree = start_dissecting(tvb, pinfo, ptree, offset);
7905         decode_ex_org_csapi_pam_P_PAM_UNKNOWN_IDENTITY(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/pam/P_PAM_UNKNOWN_IDENTITY:1.0  */
7906         return TRUE;
7907     }
7908 
7909     if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_MEMBER_EXISTS:1.0") == 0) {
7910         tree = start_dissecting(tvb, pinfo, ptree, offset);
7911         decode_ex_org_csapi_pam_P_PAM_MEMBER_EXISTS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/pam/P_PAM_MEMBER_EXISTS:1.0  */
7912         return TRUE;
7913     }
7914 
7915     if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNKNOWN_GROUP:1.0") == 0) {
7916         tree = start_dissecting(tvb, pinfo, ptree, offset);
7917         decode_ex_org_csapi_pam_P_PAM_UNKNOWN_GROUP(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/pam/P_PAM_UNKNOWN_GROUP:1.0  */
7918         return TRUE;
7919     }
7920 
7921     if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNKNOWN_MEMBER:1.0") == 0) {
7922         tree = start_dissecting(tvb, pinfo, ptree, offset);
7923         decode_ex_org_csapi_pam_P_PAM_UNKNOWN_MEMBER(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/pam/P_PAM_UNKNOWN_MEMBER:1.0  */
7924         return TRUE;
7925     }
7926 
7927     if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_IS_CYCLIC:1.0") == 0) {
7928         tree = start_dissecting(tvb, pinfo, ptree, offset);
7929         decode_ex_org_csapi_pam_P_PAM_IS_CYCLIC(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/pam/P_PAM_IS_CYCLIC:1.0  */
7930         return TRUE;
7931     }
7932 
7933     if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_NOT_MEMBER:1.0") == 0) {
7934         tree = start_dissecting(tvb, pinfo, ptree, offset);
7935         decode_ex_org_csapi_pam_P_PAM_NOT_MEMBER(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/pam/P_PAM_NOT_MEMBER:1.0  */
7936         return TRUE;
7937     }
7938 
7939     if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_ALIAS_EXISTS:1.0") == 0) {
7940         tree = start_dissecting(tvb, pinfo, ptree, offset);
7941         decode_ex_org_csapi_pam_P_PAM_ALIAS_EXISTS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/pam/P_PAM_ALIAS_EXISTS:1.0  */
7942         return TRUE;
7943     }
7944 
7945     if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_ALIAS_NOT_UNIQUE:1.0") == 0) {
7946         tree = start_dissecting(tvb, pinfo, ptree, offset);
7947         decode_ex_org_csapi_pam_P_PAM_ALIAS_NOT_UNIQUE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/pam/P_PAM_ALIAS_NOT_UNIQUE:1.0  */
7948         return TRUE;
7949     }
7950 
7951     if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNASSIGNED_ALIAS:1.0") == 0) {
7952         tree = start_dissecting(tvb, pinfo, ptree, offset);
7953         decode_ex_org_csapi_pam_P_PAM_UNASSIGNED_ALIAS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/pam/P_PAM_UNASSIGNED_ALIAS:1.0  */
7954         return TRUE;
7955     }
7956 
7957     if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNKNOWN_ALIAS:1.0") == 0) {
7958         tree = start_dissecting(tvb, pinfo, ptree, offset);
7959         decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ALIAS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/pam/P_PAM_UNKNOWN_ALIAS:1.0  */
7960         return TRUE;
7961     }
7962 
7963     if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_TYPE_ASSOCIATED:1.0") == 0) {
7964         tree = start_dissecting(tvb, pinfo, ptree, offset);
7965         decode_ex_org_csapi_pam_P_PAM_TYPE_ASSOCIATED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/pam/P_PAM_TYPE_ASSOCIATED:1.0  */
7966         return TRUE;
7967     }
7968 
7969     if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_DISASSOCIATED_TYPE:1.0") == 0) {
7970         tree = start_dissecting(tvb, pinfo, ptree, offset);
7971         decode_ex_org_csapi_pam_P_PAM_DISASSOCIATED_TYPE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/pam/P_PAM_DISASSOCIATED_TYPE:1.0  */
7972         return TRUE;
7973     }
7974 
7975     if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNKNOWN_ATTRIBUTE:1.0") == 0) {
7976         tree = start_dissecting(tvb, pinfo, ptree, offset);
7977         decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/pam/P_PAM_UNKNOWN_ATTRIBUTE:1.0  */
7978         return TRUE;
7979     }
7980 
7981     if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNKNOWN_ATTRIBUTES:1.0") == 0) {
7982         tree = start_dissecting(tvb, pinfo, ptree, offset);
7983         decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTES(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/pam/P_PAM_UNKNOWN_ATTRIBUTES:1.0  */
7984         return TRUE;
7985     }
7986 
7987     if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_AGENT_EXISTS:1.0") == 0) {
7988         tree = start_dissecting(tvb, pinfo, ptree, offset);
7989         decode_ex_org_csapi_pam_P_PAM_AGENT_EXISTS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/pam/P_PAM_AGENT_EXISTS:1.0  */
7990         return TRUE;
7991     }
7992 
7993     if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNKNOWN_AGENT:1.0") == 0) {
7994         tree = start_dissecting(tvb, pinfo, ptree, offset);
7995         decode_ex_org_csapi_pam_P_PAM_UNKNOWN_AGENT(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/pam/P_PAM_UNKNOWN_AGENT:1.0  */
7996         return TRUE;
7997     }
7998 
7999     if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_NO_CAPABILITY:1.0") == 0) {
8000         tree = start_dissecting(tvb, pinfo, ptree, offset);
8001         decode_ex_org_csapi_pam_P_PAM_NO_CAPABILITY(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/pam/P_PAM_NO_CAPABILITY:1.0  */
8002         return TRUE;
8003     }
8004 
8005     if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNKNOWN_ASSIGNMENT:1.0") == 0) {
8006         tree = start_dissecting(tvb, pinfo, ptree, offset);
8007         decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ASSIGNMENT(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/pam/P_PAM_UNKNOWN_ASSIGNMENT:1.0  */
8008         return TRUE;
8009     }
8010 
8011     if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_ATTRIBUTE_EXISTS:1.0") == 0) {
8012         tree = start_dissecting(tvb, pinfo, ptree, offset);
8013         decode_ex_org_csapi_pam_P_PAM_ATTRIBUTE_EXISTS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/pam/P_PAM_ATTRIBUTE_EXISTS:1.0  */
8014         return TRUE;
8015     }
8016 
8017     if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_TYPE_EXISTS:1.0") == 0) {
8018         tree = start_dissecting(tvb, pinfo, ptree, offset);
8019         decode_ex_org_csapi_pam_P_PAM_TYPE_EXISTS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/pam/P_PAM_TYPE_EXISTS:1.0  */
8020         return TRUE;
8021     }
8022 
8023     if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNKNOWN_CAPABILITY:1.0") == 0) {
8024         tree = start_dissecting(tvb, pinfo, ptree, offset);
8025         decode_ex_org_csapi_pam_P_PAM_UNKNOWN_CAPABILITY(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/pam/P_PAM_UNKNOWN_CAPABILITY:1.0  */
8026         return TRUE;
8027     }
8028 
8029     if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNAVAILABLE_INTERFACE:1.0") == 0) {
8030         tree = start_dissecting(tvb, pinfo, ptree, offset);
8031         decode_ex_org_csapi_pam_P_PAM_UNAVAILABLE_INTERFACE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/pam/P_PAM_UNAVAILABLE_INTERFACE:1.0  */
8032         return TRUE;
8033     }
8034 
8035     if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_NOT_REGISTERED:1.0") == 0) {
8036         tree = start_dissecting(tvb, pinfo, ptree, offset);
8037         decode_ex_org_csapi_pam_P_PAM_NOT_REGISTERED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/pam/P_PAM_NOT_REGISTERED:1.0  */
8038         return TRUE;
8039     }
8040 
8041     if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INVALID_MAILBOX:1.0") == 0) {
8042         tree = start_dissecting(tvb, pinfo, ptree, offset);
8043         decode_ex_org_csapi_mmm_P_MMM_INVALID_MAILBOX(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/mmm/P_MMM_INVALID_MAILBOX:1.0  */
8044         return TRUE;
8045     }
8046 
8047     if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INVALID_AUTHENTICATION_INFORMATION:1.0") == 0) {
8048         tree = start_dissecting(tvb, pinfo, ptree, offset);
8049         decode_ex_org_csapi_mmm_P_MMM_INVALID_AUTHENTICATION_INFORMATION(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/mmm/P_MMM_INVALID_AUTHENTICATION_INFORMATION:1.0  */
8050         return TRUE;
8051     }
8052 
8053     if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INVALID_FOLDER_ID:1.0") == 0) {
8054         tree = start_dissecting(tvb, pinfo, ptree, offset);
8055         decode_ex_org_csapi_mmm_P_MMM_INVALID_FOLDER_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/mmm/P_MMM_INVALID_FOLDER_ID:1.0  */
8056         return TRUE;
8057     }
8058 
8059     if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_MAX_MESSAGE_SIZE_EXCEEDED:1.0") == 0) {
8060         tree = start_dissecting(tvb, pinfo, ptree, offset);
8061         decode_ex_org_csapi_mmm_P_MMM_MAX_MESSAGE_SIZE_EXCEEDED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/mmm/P_MMM_MAX_MESSAGE_SIZE_EXCEEDED:1.0  */
8062         return TRUE;
8063     }
8064 
8065     if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INVALID_MESSAGE_ID:1.0") == 0) {
8066         tree = start_dissecting(tvb, pinfo, ptree, offset);
8067         decode_ex_org_csapi_mmm_P_MMM_INVALID_MESSAGE_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/mmm/P_MMM_INVALID_MESSAGE_ID:1.0  */
8068         return TRUE;
8069     }
8070 
8071     if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INVALID_PART_ID:1.0") == 0) {
8072         tree = start_dissecting(tvb, pinfo, ptree, offset);
8073         decode_ex_org_csapi_mmm_P_MMM_INVALID_PART_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/mmm/P_MMM_INVALID_PART_ID:1.0  */
8074         return TRUE;
8075     }
8076 
8077     if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INVALID_PROPERTY:1.0") == 0) {
8078         tree = start_dissecting(tvb, pinfo, ptree, offset);
8079         decode_ex_org_csapi_mmm_P_MMM_INVALID_PROPERTY(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/mmm/P_MMM_INVALID_PROPERTY:1.0  */
8080         return TRUE;
8081     }
8082 
8083     if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INVALID_DELIVERY_TYPE:1.0") == 0) {
8084         tree = start_dissecting(tvb, pinfo, ptree, offset);
8085         decode_ex_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TYPE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/mmm/P_MMM_INVALID_DELIVERY_TYPE:1.0  */
8086         return TRUE;
8087     }
8088 
8089     if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH:1.0") == 0) {
8090         tree = start_dissecting(tvb, pinfo, ptree, offset);
8091         decode_ex_org_csapi_mmm_P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/mmm/P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH:1.0  */
8092         return TRUE;
8093     }
8094 
8095     if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH:1.0") == 0) {
8096         tree = start_dissecting(tvb, pinfo, ptree, offset);
8097         decode_ex_org_csapi_mmm_P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/mmm/P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH:1.0  */
8098         return TRUE;
8099     }
8100 
8101     if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INVALID_DELIVERY_TIME:1.0") == 0) {
8102         tree = start_dissecting(tvb, pinfo, ptree, offset);
8103         decode_ex_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TIME(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/mmm/P_MMM_INVALID_DELIVERY_TIME:1.0  */
8104         return TRUE;
8105     }
8106 
8107     if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INVALID_VALIDITY_TIME:1.0") == 0) {
8108         tree = start_dissecting(tvb, pinfo, ptree, offset);
8109         decode_ex_org_csapi_mmm_P_MMM_INVALID_VALIDITY_TIME(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/mmm/P_MMM_INVALID_VALIDITY_TIME:1.0  */
8110         return TRUE;
8111     }
8112 
8113     if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_MAX_SUBJECT_SIZE_EXCEEDED:1.0") == 0) {
8114         tree = start_dissecting(tvb, pinfo, ptree, offset);
8115         decode_ex_org_csapi_mmm_P_MMM_MAX_SUBJECT_SIZE_EXCEEDED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/mmm/P_MMM_MAX_SUBJECT_SIZE_EXCEEDED:1.0  */
8116         return TRUE;
8117     }
8118 
8119     if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INVALID_HEADER:1.0") == 0) {
8120         tree = start_dissecting(tvb, pinfo, ptree, offset);
8121         decode_ex_org_csapi_mmm_P_MMM_INVALID_HEADER(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/mmm/P_MMM_INVALID_HEADER:1.0  */
8122         return TRUE;
8123     }
8124 
8125     if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_CANNOT_CANCEL:1.0") == 0) {
8126         tree = start_dissecting(tvb, pinfo, ptree, offset);
8127         decode_ex_org_csapi_mmm_P_MMM_CANNOT_CANCEL(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/mmm/P_MMM_CANNOT_CANCEL:1.0  */
8128         return TRUE;
8129     }
8130 
8131     if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INFORMATION_NOT_AVAILABLE:1.0") == 0) {
8132         tree = start_dissecting(tvb, pinfo, ptree, offset);
8133         decode_ex_org_csapi_mmm_P_MMM_INFORMATION_NOT_AVAILABLE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);   /*  IDL:org/csapi/mmm/P_MMM_INFORMATION_NOT_AVAILABLE:1.0  */
8134         return TRUE;
8135     }
8136 
8137 
8138     return FALSE;    /* user exception not found */
8139 }
8140 
8141 /*
8142  * IDL:org/csapi/IpService/setCallback:1.0
8143  */
8144 static void
decode_org_csapi_IpService_setCallback(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)8145 decode_org_csapi_IpService_setCallback(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
8146 {
8147     switch(header->message_type) {
8148     case Request:
8149         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
8150 
8151         break;
8152     case Reply:
8153         switch(header->rep_status) {
8154         case NO_EXCEPTION:
8155             /* Function returns void */
8156 
8157             break;
8158         case USER_EXCEPTION:
8159             break;
8160         default:
8161             /* Unknown Exception */
8162             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
8163             break;
8164         }   /* switch(header->rep_status) */
8165 
8166         break;
8167     default:
8168         /* Unknown GIOP Message */
8169         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
8170         break;
8171     } /* switch(header->message_type) */
8172 }
8173 
8174 /*
8175  * IDL:org/csapi/IpService/setCallbackWithSessionID:1.0
8176  */
8177 static void
decode_org_csapi_IpService_setCallbackWithSessionID(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)8178 decode_org_csapi_IpService_setCallbackWithSessionID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
8179 {
8180     switch(header->message_type) {
8181     case Request:
8182         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
8183 
8184         proto_tree_add_int(tree, hf_org_csapi_IpService_setCallbackWithSessionID_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
8185 
8186         break;
8187     case Reply:
8188         switch(header->rep_status) {
8189         case NO_EXCEPTION:
8190             /* Function returns void */
8191 
8192             break;
8193         case USER_EXCEPTION:
8194             break;
8195         default:
8196             /* Unknown Exception */
8197             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
8198             break;
8199         }   /* switch(header->rep_status) */
8200 
8201         break;
8202     default:
8203         /* Unknown GIOP Message */
8204         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
8205         break;
8206     } /* switch(header->message_type) */
8207 }
8208 
8209 /*
8210  * IDL:org/csapi/fw/fw_access/trust_and_security/IpInitial/initiateAuthentication:1.0
8211  */
8212 static void
decode_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthentication(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)8213 decode_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthentication(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
8214 {
8215     switch(header->message_type) {
8216     case Request:
8217         /*  Begin struct "org_csapi_fw_TpAuthDomain"  */
8218         decode_org_csapi_fw_TpAuthDomain_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
8219         /*  End struct "org_csapi_fw_TpAuthDomain"  */
8220         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthentication_authType);
8221 
8222         break;
8223     case Reply:
8224         switch(header->rep_status) {
8225         case NO_EXCEPTION:
8226             /*  Begin struct "org_csapi_fw_TpAuthDomain"  */
8227             decode_org_csapi_fw_TpAuthDomain_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
8228             /*  End struct "org_csapi_fw_TpAuthDomain"  */
8229             break;
8230         case USER_EXCEPTION:
8231             break;
8232         default:
8233             /* Unknown Exception */
8234             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
8235             break;
8236         }   /* switch(header->rep_status) */
8237 
8238         break;
8239     default:
8240         /* Unknown GIOP Message */
8241         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
8242         break;
8243     } /* switch(header->message_type) */
8244 }
8245 
8246 /*
8247  * IDL:org/csapi/fw/fw_access/trust_and_security/IpInitial/initiateAuthenticationWithVersion:1.0
8248  */
8249 static void
decode_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticationWithVersion(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)8250 decode_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticationWithVersion(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
8251 {
8252     switch(header->message_type) {
8253     case Request:
8254         /*  Begin struct "org_csapi_fw_TpAuthDomain"  */
8255         decode_org_csapi_fw_TpAuthDomain_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
8256         /*  End struct "org_csapi_fw_TpAuthDomain"  */
8257         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticationWithVersion_authType);
8258 
8259         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticationWithVersion_frameworkVersion);
8260 
8261         break;
8262     case Reply:
8263         switch(header->rep_status) {
8264         case NO_EXCEPTION:
8265             /*  Begin struct "org_csapi_fw_TpAuthDomain"  */
8266             decode_org_csapi_fw_TpAuthDomain_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
8267             /*  End struct "org_csapi_fw_TpAuthDomain"  */
8268             break;
8269         case USER_EXCEPTION:
8270             break;
8271         default:
8272             /* Unknown Exception */
8273             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
8274             break;
8275         }   /* switch(header->rep_status) */
8276 
8277         break;
8278     default:
8279         /* Unknown GIOP Message */
8280         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
8281         break;
8282     } /* switch(header->message_type) */
8283 }
8284 
8285 /*
8286  * IDL:org/csapi/fw/fw_access/trust_and_security/IpAuthentication/requestAccess:1.0
8287  */
8288 static void
decode_org_csapi_fw_fw_access_trust_and_security_IpAuthentication_requestAccess(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)8289 decode_org_csapi_fw_fw_access_trust_and_security_IpAuthentication_requestAccess(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
8290 {
8291     switch(header->message_type) {
8292     case Request:
8293         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_access_trust_and_security_IpAuthentication_requestAccess_accessType);
8294 
8295         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
8296 
8297         break;
8298     case Reply:
8299         switch(header->rep_status) {
8300         case NO_EXCEPTION:
8301             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
8302 
8303             break;
8304         case USER_EXCEPTION:
8305             break;
8306         default:
8307             /* Unknown Exception */
8308             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
8309             break;
8310         }   /* switch(header->rep_status) */
8311 
8312         break;
8313     default:
8314         /* Unknown GIOP Message */
8315         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
8316         break;
8317     } /* switch(header->message_type) */
8318 }
8319 
8320 /*
8321  * IDL:org/csapi/fw/fw_access/trust_and_security/IpClientAccess/terminateAccess:1.0
8322  */
8323 static void
decode_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)8324 decode_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
8325 {
8326     /* Operation specific Variable declarations Begin */
8327     guint32   u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature;
8328     guint32   i_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature;
8329     /* Operation specific Variable declarations End */
8330 
8331     switch(header->message_type) {
8332     case Request:
8333         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_terminationText);
8334 
8335         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_signingAlgorithm);
8336 
8337         u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
8338         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature);
8339 
8340         for (i_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature=0; i_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature < u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature; i_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature++) {
8341 
8342             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
8343 
8344         }
8345 
8346         break;
8347     case Reply:
8348         switch(header->rep_status) {
8349         case NO_EXCEPTION:
8350             /* Function returns void */
8351 
8352             break;
8353         case USER_EXCEPTION:
8354             break;
8355         default:
8356             /* Unknown Exception */
8357             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
8358             break;
8359         }   /* switch(header->rep_status) */
8360 
8361         break;
8362     default:
8363         /* Unknown GIOP Message */
8364         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
8365         break;
8366     } /* switch(header->message_type) */
8367 }
8368 
8369 /*
8370  * IDL:org/csapi/fw/fw_access/trust_and_security/IpAccess/obtainInterface:1.0
8371  */
8372 static void
decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterface(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)8373 decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
8374 {
8375     switch(header->message_type) {
8376     case Request:
8377         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterface_interfaceName);
8378 
8379         break;
8380     case Reply:
8381         switch(header->rep_status) {
8382         case NO_EXCEPTION:
8383             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
8384 
8385             break;
8386         case USER_EXCEPTION:
8387             break;
8388         default:
8389             /* Unknown Exception */
8390             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
8391             break;
8392         }   /* switch(header->rep_status) */
8393 
8394         break;
8395     default:
8396         /* Unknown GIOP Message */
8397         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
8398         break;
8399     } /* switch(header->message_type) */
8400 }
8401 
8402 /*
8403  * IDL:org/csapi/fw/fw_access/trust_and_security/IpAccess/obtainInterfaceWithCallback:1.0
8404  */
8405 static void
decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterfaceWithCallback(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)8406 decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterfaceWithCallback(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
8407 {
8408     switch(header->message_type) {
8409     case Request:
8410         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterfaceWithCallback_interfaceName);
8411 
8412         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
8413 
8414         break;
8415     case Reply:
8416         switch(header->rep_status) {
8417         case NO_EXCEPTION:
8418             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
8419 
8420             break;
8421         case USER_EXCEPTION:
8422             break;
8423         default:
8424             /* Unknown Exception */
8425             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
8426             break;
8427         }   /* switch(header->rep_status) */
8428 
8429         break;
8430     default:
8431         /* Unknown GIOP Message */
8432         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
8433         break;
8434     } /* switch(header->message_type) */
8435 }
8436 
8437 /*
8438  * IDL:org/csapi/fw/fw_access/trust_and_security/IpAccess/endAccess:1.0
8439  */
8440 static void
decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)8441 decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
8442 {
8443     /* Operation specific Variable declarations Begin */
8444     guint32   u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess_endAccessProperties;
8445     guint32   i_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess_endAccessProperties;
8446     /* Operation specific Variable declarations End */
8447 
8448     switch(header->message_type) {
8449     case Request:
8450         u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess_endAccessProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
8451         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess_endAccessProperties_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess_endAccessProperties);
8452 
8453         for (i_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess_endAccessProperties=0; i_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess_endAccessProperties < u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess_endAccessProperties; i_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess_endAccessProperties++) {
8454 
8455             /*  Begin struct "org_csapi_fw_TpProperty"  */
8456             decode_org_csapi_fw_TpProperty_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
8457             /*  End struct "org_csapi_fw_TpProperty"  */
8458         }
8459 
8460         break;
8461     case Reply:
8462         switch(header->rep_status) {
8463         case NO_EXCEPTION:
8464             /* Function returns void */
8465 
8466             break;
8467         case USER_EXCEPTION:
8468             break;
8469         default:
8470             /* Unknown Exception */
8471             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
8472             break;
8473         }   /* switch(header->rep_status) */
8474 
8475         break;
8476     default:
8477         /* Unknown GIOP Message */
8478         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
8479         break;
8480     } /* switch(header->message_type) */
8481 }
8482 
8483 /*
8484  * IDL:org/csapi/fw/fw_access/trust_and_security/IpAccess/listInterfaces:1.0
8485  */
8486 static void
decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)8487 decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
8488 {
8489     /* Operation specific Variable declarations Begin */
8490     guint32   u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return;
8491     guint32   i_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return;
8492     /* Operation specific Variable declarations End */
8493 
8494     switch(header->message_type) {
8495     case Request:
8496         break;
8497     case Reply:
8498         switch(header->rep_status) {
8499         case NO_EXCEPTION:
8500             u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
8501             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return);
8502 
8503             for (i_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return=0; i_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return < u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return; i_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return++) {
8504 
8505                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return);
8506 
8507             }
8508 
8509             break;
8510         case USER_EXCEPTION:
8511             break;
8512         default:
8513             /* Unknown Exception */
8514             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
8515             break;
8516         }   /* switch(header->rep_status) */
8517 
8518         break;
8519     default:
8520         /* Unknown GIOP Message */
8521         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
8522         break;
8523     } /* switch(header->message_type) */
8524 }
8525 
8526 /*
8527  * IDL:org/csapi/fw/fw_access/trust_and_security/IpAccess/releaseInterface:1.0
8528  */
8529 static void
decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_releaseInterface(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)8530 decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_releaseInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
8531 {
8532     switch(header->message_type) {
8533     case Request:
8534         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_releaseInterface_interfaceName);
8535 
8536         break;
8537     case Reply:
8538         switch(header->rep_status) {
8539         case NO_EXCEPTION:
8540             /* Function returns void */
8541 
8542             break;
8543         case USER_EXCEPTION:
8544             break;
8545         default:
8546             /* Unknown Exception */
8547             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
8548             break;
8549         }   /* switch(header->rep_status) */
8550 
8551         break;
8552     default:
8553         /* Unknown GIOP Message */
8554         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
8555         break;
8556     } /* switch(header->message_type) */
8557 }
8558 
8559 /*
8560  * IDL:org/csapi/fw/fw_access/trust_and_security/IpAccess/selectSigningAlgorithm:1.0
8561  */
8562 static void
decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_selectSigningAlgorithm(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)8563 decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_selectSigningAlgorithm(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
8564 {
8565     switch(header->message_type) {
8566     case Request:
8567         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_selectSigningAlgorithm_signingAlgorithmCaps);
8568 
8569         break;
8570     case Reply:
8571         switch(header->rep_status) {
8572         case NO_EXCEPTION:
8573             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_selectSigningAlgorithm_return);
8574 
8575             break;
8576         case USER_EXCEPTION:
8577             break;
8578         default:
8579             /* Unknown Exception */
8580             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
8581             break;
8582         }   /* switch(header->rep_status) */
8583 
8584         break;
8585     default:
8586         /* Unknown GIOP Message */
8587         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
8588         break;
8589     } /* switch(header->message_type) */
8590 }
8591 
8592 /*
8593  * IDL:org/csapi/fw/fw_access/trust_and_security/IpAccess/terminateAccess:1.0
8594  */
8595 static void
decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)8596 decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
8597 {
8598     /* Operation specific Variable declarations Begin */
8599     guint32   u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature;
8600     guint32   i_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature;
8601     /* Operation specific Variable declarations End */
8602 
8603     switch(header->message_type) {
8604     case Request:
8605         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_terminationText);
8606 
8607         u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
8608         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature);
8609 
8610         for (i_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature=0; i_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature < u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature; i_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature++) {
8611 
8612             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
8613 
8614         }
8615 
8616         break;
8617     case Reply:
8618         switch(header->rep_status) {
8619         case NO_EXCEPTION:
8620             /* Function returns void */
8621 
8622             break;
8623         case USER_EXCEPTION:
8624             break;
8625         default:
8626             /* Unknown Exception */
8627             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
8628             break;
8629         }   /* switch(header->rep_status) */
8630 
8631         break;
8632     default:
8633         /* Unknown GIOP Message */
8634         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
8635         break;
8636     } /* switch(header->message_type) */
8637 }
8638 
8639 /*
8640  * IDL:org/csapi/fw/fw_access/trust_and_security/IpAccess/relinquishInterface:1.0
8641  */
8642 static void
decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)8643 decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
8644 {
8645     /* Operation specific Variable declarations Begin */
8646     guint32   u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature;
8647     guint32   i_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature;
8648     /* Operation specific Variable declarations End */
8649 
8650     switch(header->message_type) {
8651     case Request:
8652         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_interfaceName);
8653 
8654         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_terminationText);
8655 
8656         u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
8657         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature);
8658 
8659         for (i_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature=0; i_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature < u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature; i_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature++) {
8660 
8661             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
8662 
8663         }
8664 
8665         break;
8666     case Reply:
8667         switch(header->rep_status) {
8668         case NO_EXCEPTION:
8669             /* Function returns void */
8670 
8671             break;
8672         case USER_EXCEPTION:
8673             break;
8674         default:
8675             /* Unknown Exception */
8676             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
8677             break;
8678         }   /* switch(header->rep_status) */
8679 
8680         break;
8681     default:
8682         /* Unknown GIOP Message */
8683         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
8684         break;
8685     } /* switch(header->message_type) */
8686 }
8687 
8688 /*
8689  * IDL:org/csapi/fw/fw_access/trust_and_security/IpClientAPILevelAuthentication/authenticate:1.0
8690  */
8691 static void
decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)8692 decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
8693 {
8694     /* Operation specific Variable declarations Begin */
8695     guint32   u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge;
8696     guint32   i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge;
8697     guint32   u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return;
8698     guint32   i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return;
8699     /* Operation specific Variable declarations End */
8700 
8701     switch(header->message_type) {
8702     case Request:
8703         u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
8704         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge);
8705 
8706         for (i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge=0; i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge < u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge; i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge++) {
8707 
8708             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
8709 
8710         }
8711 
8712         break;
8713     case Reply:
8714         switch(header->rep_status) {
8715         case NO_EXCEPTION:
8716             u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
8717             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return);
8718 
8719             for (i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return=0; i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return < u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return; i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return++) {
8720 
8721                 proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
8722 
8723             }
8724 
8725             break;
8726         case USER_EXCEPTION:
8727             break;
8728         default:
8729             /* Unknown Exception */
8730             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
8731             break;
8732         }   /* switch(header->rep_status) */
8733 
8734         break;
8735     default:
8736         /* Unknown GIOP Message */
8737         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
8738         break;
8739     } /* switch(header->message_type) */
8740 }
8741 
8742 /*
8743  * IDL:org/csapi/fw/fw_access/trust_and_security/IpClientAPILevelAuthentication/abortAuthentication:1.0
8744  */
8745 static void
decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_abortAuthentication(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)8746 decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_abortAuthentication(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
8747 {
8748     switch(header->message_type) {
8749     case Request:
8750         break;
8751     case Reply:
8752         switch(header->rep_status) {
8753         case NO_EXCEPTION:
8754             /* Function returns void */
8755 
8756             break;
8757         case USER_EXCEPTION:
8758             break;
8759         default:
8760             /* Unknown Exception */
8761             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
8762             break;
8763         }   /* switch(header->rep_status) */
8764 
8765         break;
8766     default:
8767         /* Unknown GIOP Message */
8768         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
8769         break;
8770     } /* switch(header->message_type) */
8771 }
8772 
8773 /*
8774  * IDL:org/csapi/fw/fw_access/trust_and_security/IpClientAPILevelAuthentication/authenticationSucceeded:1.0
8775  */
8776 static void
decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticationSucceeded(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)8777 decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticationSucceeded(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
8778 {
8779     switch(header->message_type) {
8780     case Request:
8781         break;
8782     case Reply:
8783         switch(header->rep_status) {
8784         case NO_EXCEPTION:
8785             /* Function returns void */
8786 
8787             break;
8788         case USER_EXCEPTION:
8789             break;
8790         default:
8791             /* Unknown Exception */
8792             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
8793             break;
8794         }   /* switch(header->rep_status) */
8795 
8796         break;
8797     default:
8798         /* Unknown GIOP Message */
8799         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
8800         break;
8801     } /* switch(header->message_type) */
8802 }
8803 
8804 /*
8805  * IDL:org/csapi/fw/fw_access/trust_and_security/IpClientAPILevelAuthentication/challenge:1.0
8806  */
8807 static void
decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)8808 decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
8809 {
8810     /* Operation specific Variable declarations Begin */
8811     guint32   u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge;
8812     guint32   i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge;
8813     guint32   u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return;
8814     guint32   i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return;
8815     /* Operation specific Variable declarations End */
8816 
8817     switch(header->message_type) {
8818     case Request:
8819         u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
8820         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge);
8821 
8822         for (i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge=0; i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge < u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge; i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge++) {
8823 
8824             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
8825 
8826         }
8827 
8828         break;
8829     case Reply:
8830         switch(header->rep_status) {
8831         case NO_EXCEPTION:
8832             u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
8833             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return);
8834 
8835             for (i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return=0; i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return < u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return; i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return++) {
8836 
8837                 proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
8838 
8839             }
8840 
8841             break;
8842         case USER_EXCEPTION:
8843             break;
8844         default:
8845             /* Unknown Exception */
8846             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
8847             break;
8848         }   /* switch(header->rep_status) */
8849 
8850         break;
8851     default:
8852         /* Unknown GIOP Message */
8853         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
8854         break;
8855     } /* switch(header->message_type) */
8856 }
8857 
8858 /*
8859  * IDL:org/csapi/fw/fw_access/trust_and_security/IpAPILevelAuthentication/selectEncryptionMethod:1.0
8860  */
8861 static void
decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectEncryptionMethod(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)8862 decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectEncryptionMethod(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
8863 {
8864     switch(header->message_type) {
8865     case Request:
8866         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectEncryptionMethod_encryptionCaps);
8867 
8868         break;
8869     case Reply:
8870         switch(header->rep_status) {
8871         case NO_EXCEPTION:
8872             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectEncryptionMethod_return);
8873 
8874             break;
8875         case USER_EXCEPTION:
8876             break;
8877         default:
8878             /* Unknown Exception */
8879             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
8880             break;
8881         }   /* switch(header->rep_status) */
8882 
8883         break;
8884     default:
8885         /* Unknown GIOP Message */
8886         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
8887         break;
8888     } /* switch(header->message_type) */
8889 }
8890 
8891 /*
8892  * IDL:org/csapi/fw/fw_access/trust_and_security/IpAPILevelAuthentication/authenticate:1.0
8893  */
8894 static void
decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)8895 decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
8896 {
8897     /* Operation specific Variable declarations Begin */
8898     guint32   u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge;
8899     guint32   i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge;
8900     guint32   u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return;
8901     guint32   i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return;
8902     /* Operation specific Variable declarations End */
8903 
8904     switch(header->message_type) {
8905     case Request:
8906         u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
8907         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge);
8908 
8909         for (i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge=0; i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge < u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge; i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge++) {
8910 
8911             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
8912 
8913         }
8914 
8915         break;
8916     case Reply:
8917         switch(header->rep_status) {
8918         case NO_EXCEPTION:
8919             u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
8920             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return);
8921 
8922             for (i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return=0; i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return < u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return; i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return++) {
8923 
8924                 proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
8925 
8926             }
8927 
8928             break;
8929         case USER_EXCEPTION:
8930             break;
8931         default:
8932             /* Unknown Exception */
8933             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
8934             break;
8935         }   /* switch(header->rep_status) */
8936 
8937         break;
8938     default:
8939         /* Unknown GIOP Message */
8940         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
8941         break;
8942     } /* switch(header->message_type) */
8943 }
8944 
8945 /*
8946  * IDL:org/csapi/fw/fw_access/trust_and_security/IpAPILevelAuthentication/abortAuthentication:1.0
8947  */
8948 static void
decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_abortAuthentication(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)8949 decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_abortAuthentication(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
8950 {
8951     switch(header->message_type) {
8952     case Request:
8953         break;
8954     case Reply:
8955         switch(header->rep_status) {
8956         case NO_EXCEPTION:
8957             /* Function returns void */
8958 
8959             break;
8960         case USER_EXCEPTION:
8961             break;
8962         default:
8963             /* Unknown Exception */
8964             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
8965             break;
8966         }   /* switch(header->rep_status) */
8967 
8968         break;
8969     default:
8970         /* Unknown GIOP Message */
8971         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
8972         break;
8973     } /* switch(header->message_type) */
8974 }
8975 
8976 /*
8977  * IDL:org/csapi/fw/fw_access/trust_and_security/IpAPILevelAuthentication/authenticationSucceeded:1.0
8978  */
8979 static void
decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticationSucceeded(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)8980 decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticationSucceeded(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
8981 {
8982     switch(header->message_type) {
8983     case Request:
8984         break;
8985     case Reply:
8986         switch(header->rep_status) {
8987         case NO_EXCEPTION:
8988             /* Function returns void */
8989 
8990             break;
8991         case USER_EXCEPTION:
8992             break;
8993         default:
8994             /* Unknown Exception */
8995             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
8996             break;
8997         }   /* switch(header->rep_status) */
8998 
8999         break;
9000     default:
9001         /* Unknown GIOP Message */
9002         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
9003         break;
9004     } /* switch(header->message_type) */
9005 }
9006 
9007 /*
9008  * IDL:org/csapi/fw/fw_access/trust_and_security/IpAPILevelAuthentication/selectAuthenticationMechanism:1.0
9009  */
9010 static void
decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectAuthenticationMechanism(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)9011 decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectAuthenticationMechanism(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
9012 {
9013     switch(header->message_type) {
9014     case Request:
9015         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectAuthenticationMechanism_authMechanismList);
9016 
9017         break;
9018     case Reply:
9019         switch(header->rep_status) {
9020         case NO_EXCEPTION:
9021             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectAuthenticationMechanism_return);
9022 
9023             break;
9024         case USER_EXCEPTION:
9025             break;
9026         default:
9027             /* Unknown Exception */
9028             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
9029             break;
9030         }   /* switch(header->rep_status) */
9031 
9032         break;
9033     default:
9034         /* Unknown GIOP Message */
9035         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
9036         break;
9037     } /* switch(header->message_type) */
9038 }
9039 
9040 /*
9041  * IDL:org/csapi/fw/fw_access/trust_and_security/IpAPILevelAuthentication/challenge:1.0
9042  */
9043 static void
decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)9044 decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
9045 {
9046     /* Operation specific Variable declarations Begin */
9047     guint32   u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge;
9048     guint32   i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge;
9049     guint32   u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return;
9050     guint32   i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return;
9051     /* Operation specific Variable declarations End */
9052 
9053     switch(header->message_type) {
9054     case Request:
9055         u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
9056         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge);
9057 
9058         for (i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge=0; i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge < u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge; i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge++) {
9059 
9060             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
9061 
9062         }
9063 
9064         break;
9065     case Reply:
9066         switch(header->rep_status) {
9067         case NO_EXCEPTION:
9068             u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
9069             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return);
9070 
9071             for (i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return=0; i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return < u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return; i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return++) {
9072 
9073                 proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
9074 
9075             }
9076 
9077             break;
9078         case USER_EXCEPTION:
9079             break;
9080         default:
9081             /* Unknown Exception */
9082             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
9083             break;
9084         }   /* switch(header->rep_status) */
9085 
9086         break;
9087     default:
9088         /* Unknown GIOP Message */
9089         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
9090         break;
9091     } /* switch(header->message_type) */
9092 }
9093 
9094 /*
9095  * IDL:org/csapi/fw/fw_application/notification/IpAppEventNotification/reportNotification:1.0
9096  */
9097 static void
decode_org_csapi_fw_fw_application_notification_IpAppEventNotification_reportNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)9098 decode_org_csapi_fw_fw_application_notification_IpAppEventNotification_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
9099 {
9100     switch(header->message_type) {
9101     case Request:
9102         /*  Begin union "org_csapi_fw_TpFwEventInfo"  */
9103         decode_org_csapi_fw_TpFwEventInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
9104 
9105         /*  End union "org_csapi_fw_TpFwEventInfo"  */
9106         proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_notification_IpAppEventNotification_reportNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
9107 
9108         break;
9109     case Reply:
9110         switch(header->rep_status) {
9111         case NO_EXCEPTION:
9112             /* Function returns void */
9113 
9114             break;
9115         case USER_EXCEPTION:
9116             break;
9117         default:
9118             /* Unknown Exception */
9119             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
9120             break;
9121         }   /* switch(header->rep_status) */
9122 
9123         break;
9124     default:
9125         /* Unknown GIOP Message */
9126         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
9127         break;
9128     } /* switch(header->message_type) */
9129 }
9130 
9131 /*
9132  * IDL:org/csapi/fw/fw_application/notification/IpAppEventNotification/notificationTerminated:1.0
9133  */
9134 static void
decode_org_csapi_fw_fw_application_notification_IpAppEventNotification_notificationTerminated(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)9135 decode_org_csapi_fw_fw_application_notification_IpAppEventNotification_notificationTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
9136 {
9137     switch(header->message_type) {
9138     case Request:
9139         break;
9140     case Reply:
9141         switch(header->rep_status) {
9142         case NO_EXCEPTION:
9143             /* Function returns void */
9144 
9145             break;
9146         case USER_EXCEPTION:
9147             break;
9148         default:
9149             /* Unknown Exception */
9150             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
9151             break;
9152         }   /* switch(header->rep_status) */
9153 
9154         break;
9155     default:
9156         /* Unknown GIOP Message */
9157         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
9158         break;
9159     } /* switch(header->message_type) */
9160 }
9161 
9162 /*
9163  * IDL:org/csapi/fw/fw_application/notification/IpEventNotification/createNotification:1.0
9164  */
9165 static void
decode_org_csapi_fw_fw_application_notification_IpEventNotification_createNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)9166 decode_org_csapi_fw_fw_application_notification_IpEventNotification_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
9167 {
9168     switch(header->message_type) {
9169     case Request:
9170         /*  Begin union "org_csapi_fw_TpFwEventCriteria"  */
9171         decode_org_csapi_fw_TpFwEventCriteria_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
9172 
9173         /*  End union "org_csapi_fw_TpFwEventCriteria"  */
9174         break;
9175     case Reply:
9176         switch(header->rep_status) {
9177         case NO_EXCEPTION:
9178             proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_notification_IpEventNotification_createNotification_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
9179 
9180             break;
9181         case USER_EXCEPTION:
9182             break;
9183         default:
9184             /* Unknown Exception */
9185             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
9186             break;
9187         }   /* switch(header->rep_status) */
9188 
9189         break;
9190     default:
9191         /* Unknown GIOP Message */
9192         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
9193         break;
9194     } /* switch(header->message_type) */
9195 }
9196 
9197 /*
9198  * IDL:org/csapi/fw/fw_application/notification/IpEventNotification/destroyNotification:1.0
9199  */
9200 static void
decode_org_csapi_fw_fw_application_notification_IpEventNotification_destroyNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)9201 decode_org_csapi_fw_fw_application_notification_IpEventNotification_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
9202 {
9203     switch(header->message_type) {
9204     case Request:
9205         proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_notification_IpEventNotification_destroyNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
9206 
9207         break;
9208     case Reply:
9209         switch(header->rep_status) {
9210         case NO_EXCEPTION:
9211             /* Function returns void */
9212 
9213             break;
9214         case USER_EXCEPTION:
9215             break;
9216         default:
9217             /* Unknown Exception */
9218             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
9219             break;
9220         }   /* switch(header->rep_status) */
9221 
9222         break;
9223     default:
9224         /* Unknown GIOP Message */
9225         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
9226         break;
9227     } /* switch(header->message_type) */
9228 }
9229 
9230 /*
9231  * IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/activityTestRes:1.0
9232  */
9233 static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)9234 decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
9235 {
9236     switch(header->message_type) {
9237     case Request:
9238         proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestRes_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
9239 
9240         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestRes_activityTestResult);
9241 
9242         break;
9243     case Reply:
9244         switch(header->rep_status) {
9245         case NO_EXCEPTION:
9246             /* Function returns void */
9247 
9248             break;
9249         case USER_EXCEPTION:
9250             break;
9251         default:
9252             /* Unknown Exception */
9253             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
9254             break;
9255         }   /* switch(header->rep_status) */
9256 
9257         break;
9258     default:
9259         /* Unknown GIOP Message */
9260         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
9261         break;
9262     } /* switch(header->message_type) */
9263 }
9264 
9265 /*
9266  * IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/appActivityTestReq:1.0
9267  */
9268 static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appActivityTestReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)9269 decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appActivityTestReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
9270 {
9271     switch(header->message_type) {
9272     case Request:
9273         proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appActivityTestReq_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
9274 
9275         break;
9276     case Reply:
9277         switch(header->rep_status) {
9278         case NO_EXCEPTION:
9279             /* Function returns void */
9280 
9281             break;
9282         case USER_EXCEPTION:
9283             break;
9284         default:
9285             /* Unknown Exception */
9286             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
9287             break;
9288         }   /* switch(header->rep_status) */
9289 
9290         break;
9291     default:
9292         /* Unknown GIOP Message */
9293         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
9294         break;
9295     } /* switch(header->message_type) */
9296 }
9297 
9298 /*
9299  * IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/fwFaultReportInd:1.0
9300  */
9301 static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultReportInd(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)9302 decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultReportInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
9303 {
9304     /* Operation specific Variable declarations Begin */
9305     guint32   u_octet4;
9306     /* Operation specific Variable declarations End */
9307 
9308     switch(header->message_type) {
9309     case Request:
9310         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
9311         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultReportInd_fault, tvb, *offset-4, 4, u_octet4);
9312 
9313         break;
9314     case Reply:
9315         switch(header->rep_status) {
9316         case NO_EXCEPTION:
9317             /* Function returns void */
9318 
9319             break;
9320         case USER_EXCEPTION:
9321             break;
9322         default:
9323             /* Unknown Exception */
9324             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
9325             break;
9326         }   /* switch(header->rep_status) */
9327 
9328         break;
9329     default:
9330         /* Unknown GIOP Message */
9331         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
9332         break;
9333     } /* switch(header->message_type) */
9334 }
9335 
9336 /*
9337  * IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/fwFaultRecoveryInd:1.0
9338  */
9339 static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultRecoveryInd(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)9340 decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultRecoveryInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
9341 {
9342     /* Operation specific Variable declarations Begin */
9343     guint32   u_octet4;
9344     /* Operation specific Variable declarations End */
9345 
9346     switch(header->message_type) {
9347     case Request:
9348         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
9349         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultRecoveryInd_fault, tvb, *offset-4, 4, u_octet4);
9350 
9351         break;
9352     case Reply:
9353         switch(header->rep_status) {
9354         case NO_EXCEPTION:
9355             /* Function returns void */
9356 
9357             break;
9358         case USER_EXCEPTION:
9359             break;
9360         default:
9361             /* Unknown Exception */
9362             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
9363             break;
9364         }   /* switch(header->rep_status) */
9365 
9366         break;
9367     default:
9368         /* Unknown GIOP Message */
9369         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
9370         break;
9371     } /* switch(header->message_type) */
9372 }
9373 
9374 /*
9375  * IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/svcUnavailableInd:1.0
9376  */
9377 static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUnavailableInd(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)9378 decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
9379 {
9380     /* Operation specific Variable declarations Begin */
9381     guint32   u_octet4;
9382     /* Operation specific Variable declarations End */
9383 
9384     switch(header->message_type) {
9385     case Request:
9386         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUnavailableInd_serviceID);
9387 
9388         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
9389         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUnavailableInd_reason, tvb, *offset-4, 4, u_octet4);
9390 
9391         break;
9392     case Reply:
9393         switch(header->rep_status) {
9394         case NO_EXCEPTION:
9395             /* Function returns void */
9396 
9397             break;
9398         case USER_EXCEPTION:
9399             break;
9400         default:
9401             /* Unknown Exception */
9402             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
9403             break;
9404         }   /* switch(header->rep_status) */
9405 
9406         break;
9407     default:
9408         /* Unknown GIOP Message */
9409         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
9410         break;
9411     } /* switch(header->message_type) */
9412 }
9413 
9414 /*
9415  * IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/genFaultStatsRecordRes:1.0
9416  */
9417 static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)9418 decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
9419 {
9420     /* Operation specific Variable declarations Begin */
9421     guint32   u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs;
9422     guint32   i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs;
9423     /* Operation specific Variable declarations End */
9424 
9425     switch(header->message_type) {
9426     case Request:
9427         /*  Begin struct "org_csapi_fw_TpFaultStatsRecord"  */
9428         decode_org_csapi_fw_TpFaultStatsRecord_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
9429         /*  End struct "org_csapi_fw_TpFaultStatsRecord"  */
9430         u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
9431         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs);
9432 
9433         for (i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs=0; i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs; i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs++) {
9434 
9435             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs);
9436 
9437         }
9438 
9439         break;
9440     case Reply:
9441         switch(header->rep_status) {
9442         case NO_EXCEPTION:
9443             /* Function returns void */
9444 
9445             break;
9446         case USER_EXCEPTION:
9447             break;
9448         default:
9449             /* Unknown Exception */
9450             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
9451             break;
9452         }   /* switch(header->rep_status) */
9453 
9454         break;
9455     default:
9456         /* Unknown GIOP Message */
9457         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
9458         break;
9459     } /* switch(header->message_type) */
9460 }
9461 
9462 /*
9463  * IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/fwUnavailableInd:1.0
9464  */
9465 static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwUnavailableInd(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)9466 decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
9467 {
9468     /* Operation specific Variable declarations Begin */
9469     guint32   u_octet4;
9470     /* Operation specific Variable declarations End */
9471 
9472     switch(header->message_type) {
9473     case Request:
9474         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
9475         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwUnavailableInd_reason, tvb, *offset-4, 4, u_octet4);
9476 
9477         break;
9478     case Reply:
9479         switch(header->rep_status) {
9480         case NO_EXCEPTION:
9481             /* Function returns void */
9482 
9483             break;
9484         case USER_EXCEPTION:
9485             break;
9486         default:
9487             /* Unknown Exception */
9488             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
9489             break;
9490         }   /* switch(header->rep_status) */
9491 
9492         break;
9493     default:
9494         /* Unknown GIOP Message */
9495         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
9496         break;
9497     } /* switch(header->message_type) */
9498 }
9499 
9500 /*
9501  * IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/activityTestErr:1.0
9502  */
9503 static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)9504 decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
9505 {
9506     switch(header->message_type) {
9507     case Request:
9508         proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestErr_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
9509 
9510         break;
9511     case Reply:
9512         switch(header->rep_status) {
9513         case NO_EXCEPTION:
9514             /* Function returns void */
9515 
9516             break;
9517         case USER_EXCEPTION:
9518             break;
9519         default:
9520             /* Unknown Exception */
9521             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
9522             break;
9523         }   /* switch(header->rep_status) */
9524 
9525         break;
9526     default:
9527         /* Unknown GIOP Message */
9528         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
9529         break;
9530     } /* switch(header->message_type) */
9531 }
9532 
9533 /*
9534  * IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/genFaultStatsRecordErr:1.0
9535  */
9536 static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)9537 decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
9538 {
9539     /* Operation specific Variable declarations Begin */
9540     guint32   u_octet4;
9541     guint32   u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs;
9542     guint32   i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs;
9543     /* Operation specific Variable declarations End */
9544 
9545     switch(header->message_type) {
9546     case Request:
9547         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
9548         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_faultStatisticsError, tvb, *offset-4, 4, u_octet4);
9549 
9550         u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
9551         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs);
9552 
9553         for (i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs=0; i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs; i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs++) {
9554 
9555             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs);
9556 
9557         }
9558 
9559         break;
9560     case Reply:
9561         switch(header->rep_status) {
9562         case NO_EXCEPTION:
9563             /* Function returns void */
9564 
9565             break;
9566         case USER_EXCEPTION:
9567             break;
9568         default:
9569             /* Unknown Exception */
9570             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
9571             break;
9572         }   /* switch(header->rep_status) */
9573 
9574         break;
9575     default:
9576         /* Unknown GIOP Message */
9577         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
9578         break;
9579     } /* switch(header->message_type) */
9580 }
9581 
9582 /*
9583  * IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/appUnavailableInd:1.0
9584  */
9585 static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appUnavailableInd(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)9586 decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
9587 {
9588     switch(header->message_type) {
9589     case Request:
9590         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appUnavailableInd_serviceID);
9591 
9592         break;
9593     case Reply:
9594         switch(header->rep_status) {
9595         case NO_EXCEPTION:
9596             /* Function returns void */
9597 
9598             break;
9599         case USER_EXCEPTION:
9600             break;
9601         default:
9602             /* Unknown Exception */
9603             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
9604             break;
9605         }   /* switch(header->rep_status) */
9606 
9607         break;
9608     default:
9609         /* Unknown GIOP Message */
9610         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
9611         break;
9612     } /* switch(header->message_type) */
9613 }
9614 
9615 /*
9616  * IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/genFaultStatsRecordReq:1.0
9617  */
9618 static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)9619 decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
9620 {
9621     switch(header->message_type) {
9622     case Request:
9623         /*  Begin struct "org_csapi_TpTimeInterval"  */
9624         decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
9625         /*  End struct "org_csapi_TpTimeInterval"  */
9626         break;
9627     case Reply:
9628         switch(header->rep_status) {
9629         case NO_EXCEPTION:
9630             /* Function returns void */
9631 
9632             break;
9633         case USER_EXCEPTION:
9634             break;
9635         default:
9636             /* Unknown Exception */
9637             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
9638             break;
9639         }   /* switch(header->rep_status) */
9640 
9641         break;
9642     default:
9643         /* Unknown GIOP Message */
9644         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
9645         break;
9646     } /* switch(header->message_type) */
9647 }
9648 
9649 /*
9650  * IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/svcAvailStatusInd:1.0
9651  */
9652 static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAvailStatusInd(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)9653 decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAvailStatusInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
9654 {
9655     /* Operation specific Variable declarations Begin */
9656     guint32   u_octet4;
9657     /* Operation specific Variable declarations End */
9658 
9659     switch(header->message_type) {
9660     case Request:
9661         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAvailStatusInd_serviceID);
9662 
9663         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
9664         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAvailStatusInd_reason, tvb, *offset-4, 4, u_octet4);
9665 
9666         break;
9667     case Reply:
9668         switch(header->rep_status) {
9669         case NO_EXCEPTION:
9670             /* Function returns void */
9671 
9672             break;
9673         case USER_EXCEPTION:
9674             break;
9675         default:
9676             /* Unknown Exception */
9677             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
9678             break;
9679         }   /* switch(header->rep_status) */
9680 
9681         break;
9682     default:
9683         /* Unknown GIOP Message */
9684         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
9685         break;
9686     } /* switch(header->message_type) */
9687 }
9688 
9689 /*
9690  * IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/generateFaultStatisticsRecordRes:1.0
9691  */
9692 static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)9693 decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
9694 {
9695     /* Operation specific Variable declarations Begin */
9696     guint32   u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs;
9697     guint32   i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs;
9698     /* Operation specific Variable declarations End */
9699 
9700     switch(header->message_type) {
9701     case Request:
9702         proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
9703 
9704         /*  Begin struct "org_csapi_fw_TpFaultStatsRecord"  */
9705         decode_org_csapi_fw_TpFaultStatsRecord_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
9706         /*  End struct "org_csapi_fw_TpFaultStatsRecord"  */
9707         u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
9708         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs);
9709 
9710         for (i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs=0; i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs; i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs++) {
9711 
9712             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs);
9713 
9714         }
9715 
9716         break;
9717     case Reply:
9718         switch(header->rep_status) {
9719         case NO_EXCEPTION:
9720             /* Function returns void */
9721 
9722             break;
9723         case USER_EXCEPTION:
9724             break;
9725         default:
9726             /* Unknown Exception */
9727             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
9728             break;
9729         }   /* switch(header->rep_status) */
9730 
9731         break;
9732     default:
9733         /* Unknown GIOP Message */
9734         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
9735         break;
9736     } /* switch(header->message_type) */
9737 }
9738 
9739 /*
9740  * IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/generateFaultStatisticsRecordErr:1.0
9741  */
9742 static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)9743 decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
9744 {
9745     /* Operation specific Variable declarations Begin */
9746     guint32   u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics;
9747     guint32   i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics;
9748     guint32   u_octet4;
9749     guint32   u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs;
9750     guint32   i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs;
9751     /* Operation specific Variable declarations End */
9752 
9753     switch(header->message_type) {
9754     case Request:
9755         proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
9756 
9757         u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
9758         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics);
9759 
9760         for (i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics=0; i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics; i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics++) {
9761 
9762             u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
9763             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics, tvb, *offset-4, 4, u_octet4);
9764 
9765         }
9766 
9767         u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
9768         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs);
9769 
9770         for (i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs=0; i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs; i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs++) {
9771 
9772             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs);
9773 
9774         }
9775 
9776         break;
9777     case Reply:
9778         switch(header->rep_status) {
9779         case NO_EXCEPTION:
9780             /* Function returns void */
9781 
9782             break;
9783         case USER_EXCEPTION:
9784             break;
9785         default:
9786             /* Unknown Exception */
9787             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
9788             break;
9789         }   /* switch(header->rep_status) */
9790 
9791         break;
9792     default:
9793         /* Unknown GIOP Message */
9794         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
9795         break;
9796     } /* switch(header->message_type) */
9797 }
9798 
9799 /*
9800  * IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/generateFaultStatisticsRecordReq:1.0
9801  */
9802 static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)9803 decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
9804 {
9805     switch(header->message_type) {
9806     case Request:
9807         proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordReq_faultStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
9808 
9809         /*  Begin struct "org_csapi_TpTimeInterval"  */
9810         decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
9811         /*  End struct "org_csapi_TpTimeInterval"  */
9812         break;
9813     case Reply:
9814         switch(header->rep_status) {
9815         case NO_EXCEPTION:
9816             /* Function returns void */
9817 
9818             break;
9819         case USER_EXCEPTION:
9820             break;
9821         default:
9822             /* Unknown Exception */
9823             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
9824             break;
9825         }   /* switch(header->rep_status) */
9826 
9827         break;
9828     default:
9829         /* Unknown GIOP Message */
9830         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
9831         break;
9832     } /* switch(header->message_type) */
9833 }
9834 
9835 /*
9836  * IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/fwAvailStatusInd:1.0
9837  */
9838 static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwAvailStatusInd(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)9839 decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwAvailStatusInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
9840 {
9841     /* Operation specific Variable declarations Begin */
9842     guint32   u_octet4;
9843     /* Operation specific Variable declarations End */
9844 
9845     switch(header->message_type) {
9846     case Request:
9847         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
9848         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwAvailStatusInd_reason, tvb, *offset-4, 4, u_octet4);
9849 
9850         break;
9851     case Reply:
9852         switch(header->rep_status) {
9853         case NO_EXCEPTION:
9854             /* Function returns void */
9855 
9856             break;
9857         case USER_EXCEPTION:
9858             break;
9859         default:
9860             /* Unknown Exception */
9861             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
9862             break;
9863         }   /* switch(header->rep_status) */
9864 
9865         break;
9866     default:
9867         /* Unknown GIOP Message */
9868         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
9869         break;
9870     } /* switch(header->message_type) */
9871 }
9872 
9873 /*
9874  * IDL:org/csapi/fw/fw_application/integrity/IpAppLoadManager/queryAppLoadReq:1.0
9875  */
9876 static void
decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)9877 decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
9878 {
9879     switch(header->message_type) {
9880     case Request:
9881         /*  Begin struct "org_csapi_TpTimeInterval"  */
9882         decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
9883         /*  End struct "org_csapi_TpTimeInterval"  */
9884         break;
9885     case Reply:
9886         switch(header->rep_status) {
9887         case NO_EXCEPTION:
9888             /* Function returns void */
9889 
9890             break;
9891         case USER_EXCEPTION:
9892             break;
9893         default:
9894             /* Unknown Exception */
9895             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
9896             break;
9897         }   /* switch(header->rep_status) */
9898 
9899         break;
9900     default:
9901         /* Unknown GIOP Message */
9902         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
9903         break;
9904     } /* switch(header->message_type) */
9905 }
9906 
9907 /*
9908  * IDL:org/csapi/fw/fw_application/integrity/IpAppLoadManager/queryLoadRes:1.0
9909  */
9910 static void
decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)9911 decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
9912 {
9913     /* Operation specific Variable declarations Begin */
9914     guint32   u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes_loadStatistics;
9915     guint32   i_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes_loadStatistics;
9916     /* Operation specific Variable declarations End */
9917 
9918     switch(header->message_type) {
9919     case Request:
9920         u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
9921         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes_loadStatistics_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes_loadStatistics);
9922 
9923         for (i_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes_loadStatistics=0; i_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes_loadStatistics < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes_loadStatistics; i_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes_loadStatistics++) {
9924 
9925             /*  Begin struct "org_csapi_fw_TpLoadStatistic"  */
9926             decode_org_csapi_fw_TpLoadStatistic_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
9927             /*  End struct "org_csapi_fw_TpLoadStatistic"  */
9928         }
9929 
9930         break;
9931     case Reply:
9932         switch(header->rep_status) {
9933         case NO_EXCEPTION:
9934             /* Function returns void */
9935 
9936             break;
9937         case USER_EXCEPTION:
9938             break;
9939         default:
9940             /* Unknown Exception */
9941             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
9942             break;
9943         }   /* switch(header->rep_status) */
9944 
9945         break;
9946     default:
9947         /* Unknown GIOP Message */
9948         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
9949         break;
9950     } /* switch(header->message_type) */
9951 }
9952 
9953 /*
9954  * IDL:org/csapi/fw/fw_application/integrity/IpAppLoadManager/queryLoadErr:1.0
9955  */
9956 static void
decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)9957 decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
9958 {
9959     /* Operation specific Variable declarations Begin */
9960     guint32   u_octet4;
9961     /* Operation specific Variable declarations End */
9962 
9963     switch(header->message_type) {
9964     case Request:
9965         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
9966         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadErr_loadStatisticsError, tvb, *offset-4, 4, u_octet4);
9967 
9968         break;
9969     case Reply:
9970         switch(header->rep_status) {
9971         case NO_EXCEPTION:
9972             /* Function returns void */
9973 
9974             break;
9975         case USER_EXCEPTION:
9976             break;
9977         default:
9978             /* Unknown Exception */
9979             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
9980             break;
9981         }   /* switch(header->rep_status) */
9982 
9983         break;
9984     default:
9985         /* Unknown GIOP Message */
9986         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
9987         break;
9988     } /* switch(header->message_type) */
9989 }
9990 
9991 /*
9992  * IDL:org/csapi/fw/fw_application/integrity/IpAppLoadManager/loadLevelNotification:1.0
9993  */
9994 static void
decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)9995 decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
9996 {
9997     /* Operation specific Variable declarations Begin */
9998     guint32   u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification_loadStatistics;
9999     guint32   i_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification_loadStatistics;
10000     /* Operation specific Variable declarations End */
10001 
10002     switch(header->message_type) {
10003     case Request:
10004         u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
10005         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification_loadStatistics_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification_loadStatistics);
10006 
10007         for (i_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification_loadStatistics=0; i_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification_loadStatistics < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification_loadStatistics; i_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification_loadStatistics++) {
10008 
10009             /*  Begin struct "org_csapi_fw_TpLoadStatistic"  */
10010             decode_org_csapi_fw_TpLoadStatistic_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
10011             /*  End struct "org_csapi_fw_TpLoadStatistic"  */
10012         }
10013 
10014         break;
10015     case Reply:
10016         switch(header->rep_status) {
10017         case NO_EXCEPTION:
10018             /* Function returns void */
10019 
10020             break;
10021         case USER_EXCEPTION:
10022             break;
10023         default:
10024             /* Unknown Exception */
10025             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
10026             break;
10027         }   /* switch(header->rep_status) */
10028 
10029         break;
10030     default:
10031         /* Unknown GIOP Message */
10032         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
10033         break;
10034     } /* switch(header->message_type) */
10035 }
10036 
10037 /*
10038  * IDL:org/csapi/fw/fw_application/integrity/IpAppLoadManager/resumeNotification:1.0
10039  */
10040 static void
decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_resumeNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)10041 decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_resumeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
10042 {
10043     switch(header->message_type) {
10044     case Request:
10045         break;
10046     case Reply:
10047         switch(header->rep_status) {
10048         case NO_EXCEPTION:
10049             /* Function returns void */
10050 
10051             break;
10052         case USER_EXCEPTION:
10053             break;
10054         default:
10055             /* Unknown Exception */
10056             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
10057             break;
10058         }   /* switch(header->rep_status) */
10059 
10060         break;
10061     default:
10062         /* Unknown GIOP Message */
10063         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
10064         break;
10065     } /* switch(header->message_type) */
10066 }
10067 
10068 /*
10069  * IDL:org/csapi/fw/fw_application/integrity/IpAppLoadManager/suspendNotification:1.0
10070  */
10071 static void
decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_suspendNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)10072 decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_suspendNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
10073 {
10074     switch(header->message_type) {
10075     case Request:
10076         break;
10077     case Reply:
10078         switch(header->rep_status) {
10079         case NO_EXCEPTION:
10080             /* Function returns void */
10081 
10082             break;
10083         case USER_EXCEPTION:
10084             break;
10085         default:
10086             /* Unknown Exception */
10087             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
10088             break;
10089         }   /* switch(header->rep_status) */
10090 
10091         break;
10092     default:
10093         /* Unknown GIOP Message */
10094         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
10095         break;
10096     } /* switch(header->message_type) */
10097 }
10098 
10099 /*
10100  * IDL:org/csapi/fw/fw_application/integrity/IpAppLoadManager/createLoadLevelNotification:1.0
10101  */
10102 static void
decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_createLoadLevelNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)10103 decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_createLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
10104 {
10105     switch(header->message_type) {
10106     case Request:
10107         break;
10108     case Reply:
10109         switch(header->rep_status) {
10110         case NO_EXCEPTION:
10111             /* Function returns void */
10112 
10113             break;
10114         case USER_EXCEPTION:
10115             break;
10116         default:
10117             /* Unknown Exception */
10118             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
10119             break;
10120         }   /* switch(header->rep_status) */
10121 
10122         break;
10123     default:
10124         /* Unknown GIOP Message */
10125         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
10126         break;
10127     } /* switch(header->message_type) */
10128 }
10129 
10130 /*
10131  * IDL:org/csapi/fw/fw_application/integrity/IpAppLoadManager/destroyLoadLevelNotification:1.0
10132  */
10133 static void
decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_destroyLoadLevelNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)10134 decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_destroyLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
10135 {
10136     switch(header->message_type) {
10137     case Request:
10138         break;
10139     case Reply:
10140         switch(header->rep_status) {
10141         case NO_EXCEPTION:
10142             /* Function returns void */
10143 
10144             break;
10145         case USER_EXCEPTION:
10146             break;
10147         default:
10148             /* Unknown Exception */
10149             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
10150             break;
10151         }   /* switch(header->rep_status) */
10152 
10153         break;
10154     default:
10155         /* Unknown GIOP Message */
10156         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
10157         break;
10158     } /* switch(header->message_type) */
10159 }
10160 
10161 /*
10162  * IDL:org/csapi/fw/fw_application/integrity/IpAppLoadManager/queryAppLoadStatsReq:1.0
10163  */
10164 static void
decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadStatsReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)10165 decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadStatsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
10166 {
10167     switch(header->message_type) {
10168     case Request:
10169         proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadStatsReq_loadStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
10170 
10171         /*  Begin struct "org_csapi_TpTimeInterval"  */
10172         decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
10173         /*  End struct "org_csapi_TpTimeInterval"  */
10174         break;
10175     case Reply:
10176         switch(header->rep_status) {
10177         case NO_EXCEPTION:
10178             /* Function returns void */
10179 
10180             break;
10181         case USER_EXCEPTION:
10182             break;
10183         default:
10184             /* Unknown Exception */
10185             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
10186             break;
10187         }   /* switch(header->rep_status) */
10188 
10189         break;
10190     default:
10191         /* Unknown GIOP Message */
10192         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
10193         break;
10194     } /* switch(header->message_type) */
10195 }
10196 
10197 /*
10198  * IDL:org/csapi/fw/fw_application/integrity/IpAppLoadManager/queryLoadStatsRes:1.0
10199  */
10200 static void
decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)10201 decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
10202 {
10203     /* Operation specific Variable declarations Begin */
10204     guint32   u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_loadStatistics;
10205     guint32   i_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_loadStatistics;
10206     /* Operation specific Variable declarations End */
10207 
10208     switch(header->message_type) {
10209     case Request:
10210         proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_loadStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
10211 
10212         u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
10213         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_loadStatistics_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_loadStatistics);
10214 
10215         for (i_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_loadStatistics=0; i_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_loadStatistics < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_loadStatistics; i_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_loadStatistics++) {
10216 
10217             /*  Begin struct "org_csapi_fw_TpLoadStatistic"  */
10218             decode_org_csapi_fw_TpLoadStatistic_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
10219             /*  End struct "org_csapi_fw_TpLoadStatistic"  */
10220         }
10221 
10222         break;
10223     case Reply:
10224         switch(header->rep_status) {
10225         case NO_EXCEPTION:
10226             /* Function returns void */
10227 
10228             break;
10229         case USER_EXCEPTION:
10230             break;
10231         default:
10232             /* Unknown Exception */
10233             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
10234             break;
10235         }   /* switch(header->rep_status) */
10236 
10237         break;
10238     default:
10239         /* Unknown GIOP Message */
10240         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
10241         break;
10242     } /* switch(header->message_type) */
10243 }
10244 
10245 /*
10246  * IDL:org/csapi/fw/fw_application/integrity/IpAppLoadManager/queryLoadStatsErr:1.0
10247  */
10248 static void
decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)10249 decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
10250 {
10251     /* Operation specific Variable declarations Begin */
10252     guint32   u_octet4;
10253     /* Operation specific Variable declarations End */
10254 
10255     switch(header->message_type) {
10256     case Request:
10257         proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsErr_loadStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
10258 
10259         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
10260         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsErr_loadStatisticsError, tvb, *offset-4, 4, u_octet4);
10261 
10262         break;
10263     case Reply:
10264         switch(header->rep_status) {
10265         case NO_EXCEPTION:
10266             /* Function returns void */
10267 
10268             break;
10269         case USER_EXCEPTION:
10270             break;
10271         default:
10272             /* Unknown Exception */
10273             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
10274             break;
10275         }   /* switch(header->rep_status) */
10276 
10277         break;
10278     default:
10279         /* Unknown GIOP Message */
10280         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
10281         break;
10282     } /* switch(header->message_type) */
10283 }
10284 
10285 /*
10286  * IDL:org/csapi/fw/fw_application/integrity/IpLoadManager/reportLoad:1.0
10287  */
10288 static void
decode_org_csapi_fw_fw_application_integrity_IpLoadManager_reportLoad(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)10289 decode_org_csapi_fw_fw_application_integrity_IpLoadManager_reportLoad(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
10290 {
10291     /* Operation specific Variable declarations Begin */
10292     guint32   u_octet4;
10293     /* Operation specific Variable declarations End */
10294 
10295     switch(header->message_type) {
10296     case Request:
10297         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
10298         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_reportLoad_loadLevel, tvb, *offset-4, 4, u_octet4);
10299 
10300         break;
10301     case Reply:
10302         switch(header->rep_status) {
10303         case NO_EXCEPTION:
10304             /* Function returns void */
10305 
10306             break;
10307         case USER_EXCEPTION:
10308             break;
10309         default:
10310             /* Unknown Exception */
10311             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
10312             break;
10313         }   /* switch(header->rep_status) */
10314 
10315         break;
10316     default:
10317         /* Unknown GIOP Message */
10318         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
10319         break;
10320     } /* switch(header->message_type) */
10321 }
10322 
10323 /*
10324  * IDL:org/csapi/fw/fw_application/integrity/IpLoadManager/queryLoadReq:1.0
10325  */
10326 static void
decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)10327 decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
10328 {
10329     /* Operation specific Variable declarations Begin */
10330     guint32   u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs;
10331     guint32   i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs;
10332     /* Operation specific Variable declarations End */
10333 
10334     switch(header->message_type) {
10335     case Request:
10336         u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
10337         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs);
10338 
10339         for (i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs=0; i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs; i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs++) {
10340 
10341             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs);
10342 
10343         }
10344 
10345         /*  Begin struct "org_csapi_TpTimeInterval"  */
10346         decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
10347         /*  End struct "org_csapi_TpTimeInterval"  */
10348         break;
10349     case Reply:
10350         switch(header->rep_status) {
10351         case NO_EXCEPTION:
10352             /* Function returns void */
10353 
10354             break;
10355         case USER_EXCEPTION:
10356             break;
10357         default:
10358             /* Unknown Exception */
10359             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
10360             break;
10361         }   /* switch(header->rep_status) */
10362 
10363         break;
10364     default:
10365         /* Unknown GIOP Message */
10366         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
10367         break;
10368     } /* switch(header->message_type) */
10369 }
10370 
10371 /*
10372  * IDL:org/csapi/fw/fw_application/integrity/IpLoadManager/queryAppLoadRes:1.0
10373  */
10374 static void
decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)10375 decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
10376 {
10377     /* Operation specific Variable declarations Begin */
10378     guint32   u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes_loadStatistics;
10379     guint32   i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes_loadStatistics;
10380     /* Operation specific Variable declarations End */
10381 
10382     switch(header->message_type) {
10383     case Request:
10384         u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
10385         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes_loadStatistics_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes_loadStatistics);
10386 
10387         for (i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes_loadStatistics=0; i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes_loadStatistics < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes_loadStatistics; i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes_loadStatistics++) {
10388 
10389             /*  Begin struct "org_csapi_fw_TpLoadStatistic"  */
10390             decode_org_csapi_fw_TpLoadStatistic_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
10391             /*  End struct "org_csapi_fw_TpLoadStatistic"  */
10392         }
10393 
10394         break;
10395     case Reply:
10396         switch(header->rep_status) {
10397         case NO_EXCEPTION:
10398             /* Function returns void */
10399 
10400             break;
10401         case USER_EXCEPTION:
10402             break;
10403         default:
10404             /* Unknown Exception */
10405             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
10406             break;
10407         }   /* switch(header->rep_status) */
10408 
10409         break;
10410     default:
10411         /* Unknown GIOP Message */
10412         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
10413         break;
10414     } /* switch(header->message_type) */
10415 }
10416 
10417 /*
10418  * IDL:org/csapi/fw/fw_application/integrity/IpLoadManager/queryAppLoadErr:1.0
10419  */
10420 static void
decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)10421 decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
10422 {
10423     /* Operation specific Variable declarations Begin */
10424     guint32   u_octet4;
10425     /* Operation specific Variable declarations End */
10426 
10427     switch(header->message_type) {
10428     case Request:
10429         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
10430         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadErr_loadStatisticsError, tvb, *offset-4, 4, u_octet4);
10431 
10432         break;
10433     case Reply:
10434         switch(header->rep_status) {
10435         case NO_EXCEPTION:
10436             /* Function returns void */
10437 
10438             break;
10439         case USER_EXCEPTION:
10440             break;
10441         default:
10442             /* Unknown Exception */
10443             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
10444             break;
10445         }   /* switch(header->rep_status) */
10446 
10447         break;
10448     default:
10449         /* Unknown GIOP Message */
10450         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
10451         break;
10452     } /* switch(header->message_type) */
10453 }
10454 
10455 /*
10456  * IDL:org/csapi/fw/fw_application/integrity/IpLoadManager/createLoadLevelNotification:1.0
10457  */
10458 static void
decode_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)10459 decode_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
10460 {
10461     /* Operation specific Variable declarations Begin */
10462     guint32   u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs;
10463     guint32   i_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs;
10464     /* Operation specific Variable declarations End */
10465 
10466     switch(header->message_type) {
10467     case Request:
10468         u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
10469         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs);
10470 
10471         for (i_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs=0; i_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs; i_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs++) {
10472 
10473             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs);
10474 
10475         }
10476 
10477         break;
10478     case Reply:
10479         switch(header->rep_status) {
10480         case NO_EXCEPTION:
10481             /* Function returns void */
10482 
10483             break;
10484         case USER_EXCEPTION:
10485             break;
10486         default:
10487             /* Unknown Exception */
10488             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
10489             break;
10490         }   /* switch(header->rep_status) */
10491 
10492         break;
10493     default:
10494         /* Unknown GIOP Message */
10495         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
10496         break;
10497     } /* switch(header->message_type) */
10498 }
10499 
10500 /*
10501  * IDL:org/csapi/fw/fw_application/integrity/IpLoadManager/destroyLoadLevelNotification:1.0
10502  */
10503 static void
decode_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)10504 decode_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
10505 {
10506     /* Operation specific Variable declarations Begin */
10507     guint32   u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs;
10508     guint32   i_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs;
10509     /* Operation specific Variable declarations End */
10510 
10511     switch(header->message_type) {
10512     case Request:
10513         u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
10514         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs);
10515 
10516         for (i_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs=0; i_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs; i_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs++) {
10517 
10518             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs);
10519 
10520         }
10521 
10522         break;
10523     case Reply:
10524         switch(header->rep_status) {
10525         case NO_EXCEPTION:
10526             /* Function returns void */
10527 
10528             break;
10529         case USER_EXCEPTION:
10530             break;
10531         default:
10532             /* Unknown Exception */
10533             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
10534             break;
10535         }   /* switch(header->rep_status) */
10536 
10537         break;
10538     default:
10539         /* Unknown GIOP Message */
10540         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
10541         break;
10542     } /* switch(header->message_type) */
10543 }
10544 
10545 /*
10546  * IDL:org/csapi/fw/fw_application/integrity/IpLoadManager/resumeNotification:1.0
10547  */
10548 static void
decode_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)10549 decode_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
10550 {
10551     /* Operation specific Variable declarations Begin */
10552     guint32   u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs;
10553     guint32   i_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs;
10554     /* Operation specific Variable declarations End */
10555 
10556     switch(header->message_type) {
10557     case Request:
10558         u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
10559         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs);
10560 
10561         for (i_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs=0; i_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs; i_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs++) {
10562 
10563             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs);
10564 
10565         }
10566 
10567         break;
10568     case Reply:
10569         switch(header->rep_status) {
10570         case NO_EXCEPTION:
10571             /* Function returns void */
10572 
10573             break;
10574         case USER_EXCEPTION:
10575             break;
10576         default:
10577             /* Unknown Exception */
10578             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
10579             break;
10580         }   /* switch(header->rep_status) */
10581 
10582         break;
10583     default:
10584         /* Unknown GIOP Message */
10585         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
10586         break;
10587     } /* switch(header->message_type) */
10588 }
10589 
10590 /*
10591  * IDL:org/csapi/fw/fw_application/integrity/IpLoadManager/suspendNotification:1.0
10592  */
10593 static void
decode_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)10594 decode_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
10595 {
10596     /* Operation specific Variable declarations Begin */
10597     guint32   u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs;
10598     guint32   i_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs;
10599     /* Operation specific Variable declarations End */
10600 
10601     switch(header->message_type) {
10602     case Request:
10603         u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
10604         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs);
10605 
10606         for (i_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs=0; i_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs; i_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs++) {
10607 
10608             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs);
10609 
10610         }
10611 
10612         break;
10613     case Reply:
10614         switch(header->rep_status) {
10615         case NO_EXCEPTION:
10616             /* Function returns void */
10617 
10618             break;
10619         case USER_EXCEPTION:
10620             break;
10621         default:
10622             /* Unknown Exception */
10623             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
10624             break;
10625         }   /* switch(header->rep_status) */
10626 
10627         break;
10628     default:
10629         /* Unknown GIOP Message */
10630         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
10631         break;
10632     } /* switch(header->message_type) */
10633 }
10634 
10635 /*
10636  * IDL:org/csapi/fw/fw_application/integrity/IpLoadManager/queryLoadStatsReq:1.0
10637  */
10638 static void
decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)10639 decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
10640 {
10641     /* Operation specific Variable declarations Begin */
10642     guint32   u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs;
10643     guint32   i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs;
10644     /* Operation specific Variable declarations End */
10645 
10646     switch(header->message_type) {
10647     case Request:
10648         proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_loadStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
10649 
10650         u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
10651         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs);
10652 
10653         for (i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs=0; i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs; i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs++) {
10654 
10655             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs);
10656 
10657         }
10658 
10659         /*  Begin struct "org_csapi_TpTimeInterval"  */
10660         decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
10661         /*  End struct "org_csapi_TpTimeInterval"  */
10662         break;
10663     case Reply:
10664         switch(header->rep_status) {
10665         case NO_EXCEPTION:
10666             /* Function returns void */
10667 
10668             break;
10669         case USER_EXCEPTION:
10670             break;
10671         default:
10672             /* Unknown Exception */
10673             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
10674             break;
10675         }   /* switch(header->rep_status) */
10676 
10677         break;
10678     default:
10679         /* Unknown GIOP Message */
10680         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
10681         break;
10682     } /* switch(header->message_type) */
10683 }
10684 
10685 /*
10686  * IDL:org/csapi/fw/fw_application/integrity/IpLoadManager/queryAppLoadStatsRes:1.0
10687  */
10688 static void
decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)10689 decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
10690 {
10691     /* Operation specific Variable declarations Begin */
10692     guint32   u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatistics;
10693     guint32   i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatistics;
10694     /* Operation specific Variable declarations End */
10695 
10696     switch(header->message_type) {
10697     case Request:
10698         proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
10699 
10700         u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
10701         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatistics_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatistics);
10702 
10703         for (i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatistics=0; i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatistics < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatistics; i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatistics++) {
10704 
10705             /*  Begin struct "org_csapi_fw_TpLoadStatistic"  */
10706             decode_org_csapi_fw_TpLoadStatistic_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
10707             /*  End struct "org_csapi_fw_TpLoadStatistic"  */
10708         }
10709 
10710         break;
10711     case Reply:
10712         switch(header->rep_status) {
10713         case NO_EXCEPTION:
10714             /* Function returns void */
10715 
10716             break;
10717         case USER_EXCEPTION:
10718             break;
10719         default:
10720             /* Unknown Exception */
10721             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
10722             break;
10723         }   /* switch(header->rep_status) */
10724 
10725         break;
10726     default:
10727         /* Unknown GIOP Message */
10728         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
10729         break;
10730     } /* switch(header->message_type) */
10731 }
10732 
10733 /*
10734  * IDL:org/csapi/fw/fw_application/integrity/IpLoadManager/queryAppLoadStatsErr:1.0
10735  */
10736 static void
decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)10737 decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
10738 {
10739     /* Operation specific Variable declarations Begin */
10740     guint32   u_octet4;
10741     /* Operation specific Variable declarations End */
10742 
10743     switch(header->message_type) {
10744     case Request:
10745         proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsErr_loadStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
10746 
10747         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
10748         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsErr_loadStatisticsError, tvb, *offset-4, 4, u_octet4);
10749 
10750         break;
10751     case Reply:
10752         switch(header->rep_status) {
10753         case NO_EXCEPTION:
10754             /* Function returns void */
10755 
10756             break;
10757         case USER_EXCEPTION:
10758             break;
10759         default:
10760             /* Unknown Exception */
10761             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
10762             break;
10763         }   /* switch(header->rep_status) */
10764 
10765         break;
10766     default:
10767         /* Unknown GIOP Message */
10768         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
10769         break;
10770     } /* switch(header->message_type) */
10771 }
10772 
10773 /*
10774  * IDL:org/csapi/fw/fw_application/integrity/IpAppOAM/systemDateTimeQuery:1.0
10775  */
10776 static void
decode_org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)10777 decode_org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
10778 {
10779     switch(header->message_type) {
10780     case Request:
10781         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery_systemDateAndTime);
10782 
10783         break;
10784     case Reply:
10785         switch(header->rep_status) {
10786         case NO_EXCEPTION:
10787             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery_return);
10788 
10789             break;
10790         case USER_EXCEPTION:
10791             break;
10792         default:
10793             /* Unknown Exception */
10794             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
10795             break;
10796         }   /* switch(header->rep_status) */
10797 
10798         break;
10799     default:
10800         /* Unknown GIOP Message */
10801         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
10802         break;
10803     } /* switch(header->message_type) */
10804 }
10805 
10806 /*
10807  * IDL:org/csapi/fw/fw_application/integrity/IpOAM/systemDateTimeQuery:1.0
10808  */
10809 static void
decode_org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)10810 decode_org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
10811 {
10812     switch(header->message_type) {
10813     case Request:
10814         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery_clientDateAndTime);
10815 
10816         break;
10817     case Reply:
10818         switch(header->rep_status) {
10819         case NO_EXCEPTION:
10820             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery_return);
10821 
10822             break;
10823         case USER_EXCEPTION:
10824             break;
10825         default:
10826             /* Unknown Exception */
10827             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
10828             break;
10829         }   /* switch(header->rep_status) */
10830 
10831         break;
10832     default:
10833         /* Unknown GIOP Message */
10834         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
10835         break;
10836     } /* switch(header->message_type) */
10837 }
10838 
10839 /*
10840  * IDL:org/csapi/fw/fw_application/integrity/IpFaultManager/activityTestReq:1.0
10841  */
10842 static void
decode_org_csapi_fw_fw_application_integrity_IpFaultManager_activityTestReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)10843 decode_org_csapi_fw_fw_application_integrity_IpFaultManager_activityTestReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
10844 {
10845     switch(header->message_type) {
10846     case Request:
10847         proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_activityTestReq_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
10848 
10849         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_activityTestReq_svcID);
10850 
10851         break;
10852     case Reply:
10853         switch(header->rep_status) {
10854         case NO_EXCEPTION:
10855             /* Function returns void */
10856 
10857             break;
10858         case USER_EXCEPTION:
10859             break;
10860         default:
10861             /* Unknown Exception */
10862             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
10863             break;
10864         }   /* switch(header->rep_status) */
10865 
10866         break;
10867     default:
10868         /* Unknown GIOP Message */
10869         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
10870         break;
10871     } /* switch(header->message_type) */
10872 }
10873 
10874 /*
10875  * IDL:org/csapi/fw/fw_application/integrity/IpFaultManager/appActivityTestRes:1.0
10876  */
10877 static void
decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)10878 decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
10879 {
10880     switch(header->message_type) {
10881     case Request:
10882         proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestRes_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
10883 
10884         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestRes_activityTestResult);
10885 
10886         break;
10887     case Reply:
10888         switch(header->rep_status) {
10889         case NO_EXCEPTION:
10890             /* Function returns void */
10891 
10892             break;
10893         case USER_EXCEPTION:
10894             break;
10895         default:
10896             /* Unknown Exception */
10897             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
10898             break;
10899         }   /* switch(header->rep_status) */
10900 
10901         break;
10902     default:
10903         /* Unknown GIOP Message */
10904         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
10905         break;
10906     } /* switch(header->message_type) */
10907 }
10908 
10909 /*
10910  * IDL:org/csapi/fw/fw_application/integrity/IpFaultManager/svcUnavailableInd:1.0
10911  */
10912 static void
decode_org_csapi_fw_fw_application_integrity_IpFaultManager_svcUnavailableInd(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)10913 decode_org_csapi_fw_fw_application_integrity_IpFaultManager_svcUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
10914 {
10915     switch(header->message_type) {
10916     case Request:
10917         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_svcUnavailableInd_serviceID);
10918 
10919         break;
10920     case Reply:
10921         switch(header->rep_status) {
10922         case NO_EXCEPTION:
10923             /* Function returns void */
10924 
10925             break;
10926         case USER_EXCEPTION:
10927             break;
10928         default:
10929             /* Unknown Exception */
10930             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
10931             break;
10932         }   /* switch(header->rep_status) */
10933 
10934         break;
10935     default:
10936         /* Unknown GIOP Message */
10937         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
10938         break;
10939     } /* switch(header->message_type) */
10940 }
10941 
10942 /*
10943  * IDL:org/csapi/fw/fw_application/integrity/IpFaultManager/genFaultStatsRecordReq:1.0
10944  */
10945 static void
decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)10946 decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
10947 {
10948     /* Operation specific Variable declarations Begin */
10949     guint32   u_octet4_loop_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs;
10950     guint32   i_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs;
10951     /* Operation specific Variable declarations End */
10952 
10953     switch(header->message_type) {
10954     case Request:
10955         /*  Begin struct "org_csapi_TpTimeInterval"  */
10956         decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
10957         /*  End struct "org_csapi_TpTimeInterval"  */
10958         u_octet4_loop_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
10959         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs);
10960 
10961         for (i_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs=0; i_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs; i_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs++) {
10962 
10963             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs);
10964 
10965         }
10966 
10967         break;
10968     case Reply:
10969         switch(header->rep_status) {
10970         case NO_EXCEPTION:
10971             /* Function returns void */
10972 
10973             break;
10974         case USER_EXCEPTION:
10975             break;
10976         default:
10977             /* Unknown Exception */
10978             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
10979             break;
10980         }   /* switch(header->rep_status) */
10981 
10982         break;
10983     default:
10984         /* Unknown GIOP Message */
10985         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
10986         break;
10987     } /* switch(header->message_type) */
10988 }
10989 
10990 /*
10991  * IDL:org/csapi/fw/fw_application/integrity/IpFaultManager/appActivityTestErr:1.0
10992  */
10993 static void
decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)10994 decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
10995 {
10996     switch(header->message_type) {
10997     case Request:
10998         proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestErr_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
10999 
11000         break;
11001     case Reply:
11002         switch(header->rep_status) {
11003         case NO_EXCEPTION:
11004             /* Function returns void */
11005 
11006             break;
11007         case USER_EXCEPTION:
11008             break;
11009         default:
11010             /* Unknown Exception */
11011             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
11012             break;
11013         }   /* switch(header->rep_status) */
11014 
11015         break;
11016     default:
11017         /* Unknown GIOP Message */
11018         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
11019         break;
11020     } /* switch(header->message_type) */
11021 }
11022 
11023 /*
11024  * IDL:org/csapi/fw/fw_application/integrity/IpFaultManager/appUnavailableInd:1.0
11025  */
11026 static void
decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appUnavailableInd(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)11027 decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
11028 {
11029     switch(header->message_type) {
11030     case Request:
11031         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appUnavailableInd_serviceID);
11032 
11033         break;
11034     case Reply:
11035         switch(header->rep_status) {
11036         case NO_EXCEPTION:
11037             /* Function returns void */
11038 
11039             break;
11040         case USER_EXCEPTION:
11041             break;
11042         default:
11043             /* Unknown Exception */
11044             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
11045             break;
11046         }   /* switch(header->rep_status) */
11047 
11048         break;
11049     default:
11050         /* Unknown GIOP Message */
11051         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
11052         break;
11053     } /* switch(header->message_type) */
11054 }
11055 
11056 /*
11057  * IDL:org/csapi/fw/fw_application/integrity/IpFaultManager/genFaultStatsRecordRes:1.0
11058  */
11059 static void
decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)11060 decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
11061 {
11062     switch(header->message_type) {
11063     case Request:
11064         /*  Begin struct "org_csapi_fw_TpFaultStatsRecord"  */
11065         decode_org_csapi_fw_TpFaultStatsRecord_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
11066         /*  End struct "org_csapi_fw_TpFaultStatsRecord"  */
11067         break;
11068     case Reply:
11069         switch(header->rep_status) {
11070         case NO_EXCEPTION:
11071             /* Function returns void */
11072 
11073             break;
11074         case USER_EXCEPTION:
11075             break;
11076         default:
11077             /* Unknown Exception */
11078             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
11079             break;
11080         }   /* switch(header->rep_status) */
11081 
11082         break;
11083     default:
11084         /* Unknown GIOP Message */
11085         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
11086         break;
11087     } /* switch(header->message_type) */
11088 }
11089 
11090 /*
11091  * IDL:org/csapi/fw/fw_application/integrity/IpFaultManager/genFaultStatsRecordErr:1.0
11092  */
11093 static void
decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)11094 decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
11095 {
11096     /* Operation specific Variable declarations Begin */
11097     guint32   u_octet4;
11098     /* Operation specific Variable declarations End */
11099 
11100     switch(header->message_type) {
11101     case Request:
11102         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
11103         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordErr_faultStatisticsError, tvb, *offset-4, 4, u_octet4);
11104 
11105         break;
11106     case Reply:
11107         switch(header->rep_status) {
11108         case NO_EXCEPTION:
11109             /* Function returns void */
11110 
11111             break;
11112         case USER_EXCEPTION:
11113             break;
11114         default:
11115             /* Unknown Exception */
11116             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
11117             break;
11118         }   /* switch(header->rep_status) */
11119 
11120         break;
11121     default:
11122         /* Unknown GIOP Message */
11123         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
11124         break;
11125     } /* switch(header->message_type) */
11126 }
11127 
11128 /*
11129  * IDL:org/csapi/fw/fw_application/integrity/IpFaultManager/appAvailStatusInd:1.0
11130  */
11131 static void
decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appAvailStatusInd(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)11132 decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appAvailStatusInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
11133 {
11134     /* Operation specific Variable declarations Begin */
11135     guint32   u_octet4;
11136     /* Operation specific Variable declarations End */
11137 
11138     switch(header->message_type) {
11139     case Request:
11140         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
11141         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appAvailStatusInd_reason, tvb, *offset-4, 4, u_octet4);
11142 
11143         break;
11144     case Reply:
11145         switch(header->rep_status) {
11146         case NO_EXCEPTION:
11147             /* Function returns void */
11148 
11149             break;
11150         case USER_EXCEPTION:
11151             break;
11152         default:
11153             /* Unknown Exception */
11154             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
11155             break;
11156         }   /* switch(header->rep_status) */
11157 
11158         break;
11159     default:
11160         /* Unknown GIOP Message */
11161         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
11162         break;
11163     } /* switch(header->message_type) */
11164 }
11165 
11166 /*
11167  * IDL:org/csapi/fw/fw_application/integrity/IpFaultManager/generateFaultStatisticsRecordReq:1.0
11168  */
11169 static void
decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)11170 decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
11171 {
11172     /* Operation specific Variable declarations Begin */
11173     guint32   u_octet4_loop_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs;
11174     guint32   i_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs;
11175     /* Operation specific Variable declarations End */
11176 
11177     switch(header->message_type) {
11178     case Request:
11179         proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_faultStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
11180 
11181         /*  Begin struct "org_csapi_TpTimeInterval"  */
11182         decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
11183         /*  End struct "org_csapi_TpTimeInterval"  */
11184         u_octet4_loop_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
11185         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs);
11186 
11187         for (i_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs=0; i_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs; i_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs++) {
11188 
11189             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs);
11190 
11191         }
11192 
11193         break;
11194     case Reply:
11195         switch(header->rep_status) {
11196         case NO_EXCEPTION:
11197             /* Function returns void */
11198 
11199             break;
11200         case USER_EXCEPTION:
11201             break;
11202         default:
11203             /* Unknown Exception */
11204             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
11205             break;
11206         }   /* switch(header->rep_status) */
11207 
11208         break;
11209     default:
11210         /* Unknown GIOP Message */
11211         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
11212         break;
11213     } /* switch(header->message_type) */
11214 }
11215 
11216 /*
11217  * IDL:org/csapi/fw/fw_application/integrity/IpFaultManager/generateFaultStatisticsRecordRes:1.0
11218  */
11219 static void
decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)11220 decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
11221 {
11222     switch(header->message_type) {
11223     case Request:
11224         proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
11225 
11226         /*  Begin struct "org_csapi_fw_TpFaultStatsRecord"  */
11227         decode_org_csapi_fw_TpFaultStatsRecord_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
11228         /*  End struct "org_csapi_fw_TpFaultStatsRecord"  */
11229         break;
11230     case Reply:
11231         switch(header->rep_status) {
11232         case NO_EXCEPTION:
11233             /* Function returns void */
11234 
11235             break;
11236         case USER_EXCEPTION:
11237             break;
11238         default:
11239             /* Unknown Exception */
11240             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
11241             break;
11242         }   /* switch(header->rep_status) */
11243 
11244         break;
11245     default:
11246         /* Unknown GIOP Message */
11247         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
11248         break;
11249     } /* switch(header->message_type) */
11250 }
11251 
11252 /*
11253  * IDL:org/csapi/fw/fw_application/integrity/IpFaultManager/generateFaultStatisticsRecordErr:1.0
11254  */
11255 static void
decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)11256 decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
11257 {
11258     /* Operation specific Variable declarations Begin */
11259     guint32   u_octet4;
11260     /* Operation specific Variable declarations End */
11261 
11262     switch(header->message_type) {
11263     case Request:
11264         proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordErr_faultStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
11265 
11266         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
11267         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordErr_faultStatisticsError, tvb, *offset-4, 4, u_octet4);
11268 
11269         break;
11270     case Reply:
11271         switch(header->rep_status) {
11272         case NO_EXCEPTION:
11273             /* Function returns void */
11274 
11275             break;
11276         case USER_EXCEPTION:
11277             break;
11278         default:
11279             /* Unknown Exception */
11280             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
11281             break;
11282         }   /* switch(header->rep_status) */
11283 
11284         break;
11285     default:
11286         /* Unknown GIOP Message */
11287         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
11288         break;
11289     } /* switch(header->message_type) */
11290 }
11291 
11292 /*
11293  * IDL:org/csapi/fw/fw_application/integrity/IpHeartBeatMgmt/enableHeartBeat:1.0
11294  */
11295 static void
decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_enableHeartBeat(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)11296 decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_enableHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
11297 {
11298     switch(header->message_type) {
11299     case Request:
11300         proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_enableHeartBeat_interval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
11301 
11302         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
11303 
11304         break;
11305     case Reply:
11306         switch(header->rep_status) {
11307         case NO_EXCEPTION:
11308             /* Function returns void */
11309 
11310             break;
11311         case USER_EXCEPTION:
11312             break;
11313         default:
11314             /* Unknown Exception */
11315             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
11316             break;
11317         }   /* switch(header->rep_status) */
11318 
11319         break;
11320     default:
11321         /* Unknown GIOP Message */
11322         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
11323         break;
11324     } /* switch(header->message_type) */
11325 }
11326 
11327 /*
11328  * IDL:org/csapi/fw/fw_application/integrity/IpHeartBeatMgmt/disableHeartBeat:1.0
11329  */
11330 static void
decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_disableHeartBeat(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)11331 decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_disableHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
11332 {
11333     switch(header->message_type) {
11334     case Request:
11335         break;
11336     case Reply:
11337         switch(header->rep_status) {
11338         case NO_EXCEPTION:
11339             /* Function returns void */
11340 
11341             break;
11342         case USER_EXCEPTION:
11343             break;
11344         default:
11345             /* Unknown Exception */
11346             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
11347             break;
11348         }   /* switch(header->rep_status) */
11349 
11350         break;
11351     default:
11352         /* Unknown GIOP Message */
11353         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
11354         break;
11355     } /* switch(header->message_type) */
11356 }
11357 
11358 /*
11359  * IDL:org/csapi/fw/fw_application/integrity/IpHeartBeatMgmt/changeInterval:1.0
11360  */
11361 static void
decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_changeInterval(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)11362 decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_changeInterval(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
11363 {
11364     switch(header->message_type) {
11365     case Request:
11366         proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_changeInterval_interval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
11367 
11368         break;
11369     case Reply:
11370         switch(header->rep_status) {
11371         case NO_EXCEPTION:
11372             /* Function returns void */
11373 
11374             break;
11375         case USER_EXCEPTION:
11376             break;
11377         default:
11378             /* Unknown Exception */
11379             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
11380             break;
11381         }   /* switch(header->rep_status) */
11382 
11383         break;
11384     default:
11385         /* Unknown GIOP Message */
11386         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
11387         break;
11388     } /* switch(header->message_type) */
11389 }
11390 
11391 /*
11392  * IDL:org/csapi/fw/fw_application/integrity/IpAppHeartBeat/pulse:1.0
11393  */
11394 static void
decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeat_pulse(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)11395 decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeat_pulse(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
11396 {
11397     switch(header->message_type) {
11398     case Request:
11399         break;
11400     case Reply:
11401         switch(header->rep_status) {
11402         case NO_EXCEPTION:
11403             /* Function returns void */
11404 
11405             break;
11406         case USER_EXCEPTION:
11407             break;
11408         default:
11409             /* Unknown Exception */
11410             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
11411             break;
11412         }   /* switch(header->rep_status) */
11413 
11414         break;
11415     default:
11416         /* Unknown GIOP Message */
11417         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
11418         break;
11419     } /* switch(header->message_type) */
11420 }
11421 
11422 /*
11423  * IDL:org/csapi/fw/fw_application/integrity/IpHeartBeat/pulse:1.0
11424  */
11425 static void
decode_org_csapi_fw_fw_application_integrity_IpHeartBeat_pulse(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)11426 decode_org_csapi_fw_fw_application_integrity_IpHeartBeat_pulse(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
11427 {
11428     switch(header->message_type) {
11429     case Request:
11430         break;
11431     case Reply:
11432         switch(header->rep_status) {
11433         case NO_EXCEPTION:
11434             /* Function returns void */
11435 
11436             break;
11437         case USER_EXCEPTION:
11438             break;
11439         default:
11440             /* Unknown Exception */
11441             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
11442             break;
11443         }   /* switch(header->rep_status) */
11444 
11445         break;
11446     default:
11447         /* Unknown GIOP Message */
11448         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
11449         break;
11450     } /* switch(header->message_type) */
11451 }
11452 
11453 /*
11454  * IDL:org/csapi/fw/fw_application/integrity/IpAppHeartBeatMgmt/enableAppHeartBeat:1.0
11455  */
11456 static void
decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_enableAppHeartBeat(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)11457 decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_enableAppHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
11458 {
11459     switch(header->message_type) {
11460     case Request:
11461         proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_enableAppHeartBeat_interval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
11462 
11463         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
11464 
11465         break;
11466     case Reply:
11467         switch(header->rep_status) {
11468         case NO_EXCEPTION:
11469             /* Function returns void */
11470 
11471             break;
11472         case USER_EXCEPTION:
11473             break;
11474         default:
11475             /* Unknown Exception */
11476             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
11477             break;
11478         }   /* switch(header->rep_status) */
11479 
11480         break;
11481     default:
11482         /* Unknown GIOP Message */
11483         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
11484         break;
11485     } /* switch(header->message_type) */
11486 }
11487 
11488 /*
11489  * IDL:org/csapi/fw/fw_application/integrity/IpAppHeartBeatMgmt/disableAppHeartBeat:1.0
11490  */
11491 static void
decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_disableAppHeartBeat(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)11492 decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_disableAppHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
11493 {
11494     switch(header->message_type) {
11495     case Request:
11496         break;
11497     case Reply:
11498         switch(header->rep_status) {
11499         case NO_EXCEPTION:
11500             /* Function returns void */
11501 
11502             break;
11503         case USER_EXCEPTION:
11504             break;
11505         default:
11506             /* Unknown Exception */
11507             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
11508             break;
11509         }   /* switch(header->rep_status) */
11510 
11511         break;
11512     default:
11513         /* Unknown GIOP Message */
11514         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
11515         break;
11516     } /* switch(header->message_type) */
11517 }
11518 
11519 /*
11520  * IDL:org/csapi/fw/fw_application/integrity/IpAppHeartBeatMgmt/changeInterval:1.0
11521  */
11522 static void
decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_changeInterval(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)11523 decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_changeInterval(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
11524 {
11525     switch(header->message_type) {
11526     case Request:
11527         proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_changeInterval_interval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
11528 
11529         break;
11530     case Reply:
11531         switch(header->rep_status) {
11532         case NO_EXCEPTION:
11533             /* Function returns void */
11534 
11535             break;
11536         case USER_EXCEPTION:
11537             break;
11538         default:
11539             /* Unknown Exception */
11540             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
11541             break;
11542         }   /* switch(header->rep_status) */
11543 
11544         break;
11545     default:
11546         /* Unknown GIOP Message */
11547         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
11548         break;
11549     } /* switch(header->message_type) */
11550 }
11551 
11552 /*
11553  * IDL:org/csapi/fw/fw_application/discovery/IpServiceDiscovery/listServiceTypes:1.0
11554  */
11555 static void
decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)11556 decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
11557 {
11558     /* Operation specific Variable declarations Begin */
11559     guint32   u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return;
11560     guint32   i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return;
11561     /* Operation specific Variable declarations End */
11562 
11563     switch(header->message_type) {
11564     case Request:
11565         break;
11566     case Reply:
11567         switch(header->rep_status) {
11568         case NO_EXCEPTION:
11569             u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
11570             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return);
11571 
11572             for (i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return=0; i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return < u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return; i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return++) {
11573 
11574                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return);
11575 
11576             }
11577 
11578             break;
11579         case USER_EXCEPTION:
11580             break;
11581         default:
11582             /* Unknown Exception */
11583             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
11584             break;
11585         }   /* switch(header->rep_status) */
11586 
11587         break;
11588     default:
11589         /* Unknown GIOP Message */
11590         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
11591         break;
11592     } /* switch(header->message_type) */
11593 }
11594 
11595 /*
11596  * IDL:org/csapi/fw/fw_application/discovery/IpServiceDiscovery/describeServiceType:1.0
11597  */
11598 static void
decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_describeServiceType(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)11599 decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_describeServiceType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
11600 {
11601     switch(header->message_type) {
11602     case Request:
11603         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_describeServiceType_name);
11604 
11605         break;
11606     case Reply:
11607         switch(header->rep_status) {
11608         case NO_EXCEPTION:
11609             /*  Begin struct "org_csapi_fw_TpServiceTypeDescription"  */
11610             decode_org_csapi_fw_TpServiceTypeDescription_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
11611             /*  End struct "org_csapi_fw_TpServiceTypeDescription"  */
11612             break;
11613         case USER_EXCEPTION:
11614             break;
11615         default:
11616             /* Unknown Exception */
11617             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
11618             break;
11619         }   /* switch(header->rep_status) */
11620 
11621         break;
11622     default:
11623         /* Unknown GIOP Message */
11624         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
11625         break;
11626     } /* switch(header->message_type) */
11627 }
11628 
11629 /*
11630  * IDL:org/csapi/fw/fw_application/discovery/IpServiceDiscovery/discoverService:1.0
11631  */
11632 static void
decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)11633 decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
11634 {
11635     /* Operation specific Variable declarations Begin */
11636     guint32   u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_desiredPropertyList;
11637     guint32   i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_desiredPropertyList;
11638     guint32   u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_return;
11639     guint32   i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_return;
11640     /* Operation specific Variable declarations End */
11641 
11642     switch(header->message_type) {
11643     case Request:
11644         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_serviceTypeName);
11645 
11646         u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_desiredPropertyList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
11647         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_desiredPropertyList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_desiredPropertyList);
11648 
11649         for (i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_desiredPropertyList=0; i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_desiredPropertyList < u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_desiredPropertyList; i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_desiredPropertyList++) {
11650 
11651             /*  Begin struct "org_csapi_fw_TpServiceProperty"  */
11652             decode_org_csapi_fw_TpServiceProperty_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
11653             /*  End struct "org_csapi_fw_TpServiceProperty"  */
11654         }
11655 
11656         proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_max, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
11657 
11658         break;
11659     case Reply:
11660         switch(header->rep_status) {
11661         case NO_EXCEPTION:
11662             u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
11663             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_return);
11664 
11665             for (i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_return=0; i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_return < u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_return; i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_return++) {
11666 
11667                 /*  Begin struct "org_csapi_fw_TpService"  */
11668                 decode_org_csapi_fw_TpService_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
11669                 /*  End struct "org_csapi_fw_TpService"  */
11670             }
11671 
11672             break;
11673         case USER_EXCEPTION:
11674             break;
11675         default:
11676             /* Unknown Exception */
11677             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
11678             break;
11679         }   /* switch(header->rep_status) */
11680 
11681         break;
11682     default:
11683         /* Unknown GIOP Message */
11684         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
11685         break;
11686     } /* switch(header->message_type) */
11687 }
11688 
11689 /*
11690  * IDL:org/csapi/fw/fw_application/discovery/IpServiceDiscovery/listSubscribedServices:1.0
11691  */
11692 static void
decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)11693 decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
11694 {
11695     /* Operation specific Variable declarations Begin */
11696     guint32   u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices_return;
11697     guint32   i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices_return;
11698     /* Operation specific Variable declarations End */
11699 
11700     switch(header->message_type) {
11701     case Request:
11702         break;
11703     case Reply:
11704         switch(header->rep_status) {
11705         case NO_EXCEPTION:
11706             u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
11707             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices_return);
11708 
11709             for (i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices_return=0; i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices_return < u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices_return; i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices_return++) {
11710 
11711                 /*  Begin struct "org_csapi_fw_TpService"  */
11712                 decode_org_csapi_fw_TpService_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
11713                 /*  End struct "org_csapi_fw_TpService"  */
11714             }
11715 
11716             break;
11717         case USER_EXCEPTION:
11718             break;
11719         default:
11720             /* Unknown Exception */
11721             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
11722             break;
11723         }   /* switch(header->rep_status) */
11724 
11725         break;
11726     default:
11727         /* Unknown GIOP Message */
11728         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
11729         break;
11730     } /* switch(header->message_type) */
11731 }
11732 
11733 /*
11734  * IDL:org/csapi/fw/fw_application/service_agreement/IpAppServiceAgreementManagement/signServiceAgreement:1.0
11735  */
11736 static void
decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)11737 decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
11738 {
11739     /* Operation specific Variable declarations Begin */
11740     guint32   u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return;
11741     guint32   i_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return;
11742     /* Operation specific Variable declarations End */
11743 
11744     switch(header->message_type) {
11745     case Request:
11746         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_serviceToken);
11747 
11748         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_agreementText);
11749 
11750         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_signingAlgorithm);
11751 
11752         break;
11753     case Reply:
11754         switch(header->rep_status) {
11755         case NO_EXCEPTION:
11756             u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
11757             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return);
11758 
11759             for (i_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return=0; i_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return < u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return; i_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return++) {
11760 
11761                 proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
11762 
11763             }
11764 
11765             break;
11766         case USER_EXCEPTION:
11767             break;
11768         default:
11769             /* Unknown Exception */
11770             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
11771             break;
11772         }   /* switch(header->rep_status) */
11773 
11774         break;
11775     default:
11776         /* Unknown GIOP Message */
11777         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
11778         break;
11779     } /* switch(header->message_type) */
11780 }
11781 
11782 /*
11783  * IDL:org/csapi/fw/fw_application/service_agreement/IpAppServiceAgreementManagement/terminateServiceAgreement:1.0
11784  */
11785 static void
decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)11786 decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
11787 {
11788     /* Operation specific Variable declarations Begin */
11789     guint32   u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature;
11790     guint32   i_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature;
11791     /* Operation specific Variable declarations End */
11792 
11793     switch(header->message_type) {
11794     case Request:
11795         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_serviceToken);
11796 
11797         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_terminationText);
11798 
11799         u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
11800         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature);
11801 
11802         for (i_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature=0; i_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature < u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature; i_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature++) {
11803 
11804             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
11805 
11806         }
11807 
11808         break;
11809     case Reply:
11810         switch(header->rep_status) {
11811         case NO_EXCEPTION:
11812             /* Function returns void */
11813 
11814             break;
11815         case USER_EXCEPTION:
11816             break;
11817         default:
11818             /* Unknown Exception */
11819             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
11820             break;
11821         }   /* switch(header->rep_status) */
11822 
11823         break;
11824     default:
11825         /* Unknown GIOP Message */
11826         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
11827         break;
11828     } /* switch(header->message_type) */
11829 }
11830 
11831 /*
11832  * IDL:org/csapi/fw/fw_application/service_agreement/IpServiceAgreementManagement/signServiceAgreement:1.0
11833  */
11834 static void
decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)11835 decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
11836 {
11837     switch(header->message_type) {
11838     case Request:
11839         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement_serviceToken);
11840 
11841         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement_agreementText);
11842 
11843         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement_signingAlgorithm);
11844 
11845         break;
11846     case Reply:
11847         switch(header->rep_status) {
11848         case NO_EXCEPTION:
11849             /*  Begin struct "org_csapi_fw_TpSignatureAndServiceMgr"  */
11850             decode_org_csapi_fw_TpSignatureAndServiceMgr_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
11851             /*  End struct "org_csapi_fw_TpSignatureAndServiceMgr"  */
11852             break;
11853         case USER_EXCEPTION:
11854             break;
11855         default:
11856             /* Unknown Exception */
11857             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
11858             break;
11859         }   /* switch(header->rep_status) */
11860 
11861         break;
11862     default:
11863         /* Unknown GIOP Message */
11864         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
11865         break;
11866     } /* switch(header->message_type) */
11867 }
11868 
11869 /*
11870  * IDL:org/csapi/fw/fw_application/service_agreement/IpServiceAgreementManagement/terminateServiceAgreement:1.0
11871  */
11872 static void
decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)11873 decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
11874 {
11875     /* Operation specific Variable declarations Begin */
11876     guint32   u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature;
11877     guint32   i_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature;
11878     /* Operation specific Variable declarations End */
11879 
11880     switch(header->message_type) {
11881     case Request:
11882         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_serviceToken);
11883 
11884         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_terminationText);
11885 
11886         u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
11887         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature);
11888 
11889         for (i_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature=0; i_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature < u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature; i_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature++) {
11890 
11891             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
11892 
11893         }
11894 
11895         break;
11896     case Reply:
11897         switch(header->rep_status) {
11898         case NO_EXCEPTION:
11899             /* Function returns void */
11900 
11901             break;
11902         case USER_EXCEPTION:
11903             break;
11904         default:
11905             /* Unknown Exception */
11906             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
11907             break;
11908         }   /* switch(header->rep_status) */
11909 
11910         break;
11911     default:
11912         /* Unknown GIOP Message */
11913         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
11914         break;
11915     } /* switch(header->message_type) */
11916 }
11917 
11918 /*
11919  * IDL:org/csapi/fw/fw_application/service_agreement/IpServiceAgreementManagement/selectService:1.0
11920  */
11921 static void
decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_selectService(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)11922 decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_selectService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
11923 {
11924     switch(header->message_type) {
11925     case Request:
11926         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_selectService_serviceID);
11927 
11928         break;
11929     case Reply:
11930         switch(header->rep_status) {
11931         case NO_EXCEPTION:
11932             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_selectService_return);
11933 
11934             break;
11935         case USER_EXCEPTION:
11936             break;
11937         default:
11938             /* Unknown Exception */
11939             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
11940             break;
11941         }   /* switch(header->rep_status) */
11942 
11943         break;
11944     default:
11945         /* Unknown GIOP Message */
11946         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
11947         break;
11948     } /* switch(header->message_type) */
11949 }
11950 
11951 /*
11952  * IDL:org/csapi/fw/fw_application/service_agreement/IpServiceAgreementManagement/initiateSignServiceAgreement:1.0
11953  */
11954 static void
decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_initiateSignServiceAgreement(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)11955 decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_initiateSignServiceAgreement(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
11956 {
11957     switch(header->message_type) {
11958     case Request:
11959         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_initiateSignServiceAgreement_serviceToken);
11960 
11961         break;
11962     case Reply:
11963         switch(header->rep_status) {
11964         case NO_EXCEPTION:
11965             /* Function returns void */
11966 
11967             break;
11968         case USER_EXCEPTION:
11969             break;
11970         default:
11971             /* Unknown Exception */
11972             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
11973             break;
11974         }   /* switch(header->rep_status) */
11975 
11976         break;
11977     default:
11978         /* Unknown GIOP Message */
11979         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
11980         break;
11981     } /* switch(header->message_type) */
11982 }
11983 
11984 /*
11985  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileManagement/createServiceProfile:1.0
11986  */
11987 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_createServiceProfile(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)11988 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_createServiceProfile(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
11989 {
11990     switch(header->message_type) {
11991     case Request:
11992         /*  Begin struct "org_csapi_fw_TpServiceProfileDescription"  */
11993         decode_org_csapi_fw_TpServiceProfileDescription_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
11994         /*  End struct "org_csapi_fw_TpServiceProfileDescription"  */
11995         break;
11996     case Reply:
11997         switch(header->rep_status) {
11998         case NO_EXCEPTION:
11999             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_createServiceProfile_return);
12000 
12001             break;
12002         case USER_EXCEPTION:
12003             break;
12004         default:
12005             /* Unknown Exception */
12006             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
12007             break;
12008         }   /* switch(header->rep_status) */
12009 
12010         break;
12011     default:
12012         /* Unknown GIOP Message */
12013         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
12014         break;
12015     } /* switch(header->message_type) */
12016 }
12017 
12018 /*
12019  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileManagement/modifyServiceProfile:1.0
12020  */
12021 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_modifyServiceProfile(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)12022 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_modifyServiceProfile(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
12023 {
12024     switch(header->message_type) {
12025     case Request:
12026         /*  Begin struct "org_csapi_fw_TpServiceProfile"  */
12027         decode_org_csapi_fw_TpServiceProfile_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
12028         /*  End struct "org_csapi_fw_TpServiceProfile"  */
12029         break;
12030     case Reply:
12031         switch(header->rep_status) {
12032         case NO_EXCEPTION:
12033             /* Function returns void */
12034 
12035             break;
12036         case USER_EXCEPTION:
12037             break;
12038         default:
12039             /* Unknown Exception */
12040             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
12041             break;
12042         }   /* switch(header->rep_status) */
12043 
12044         break;
12045     default:
12046         /* Unknown GIOP Message */
12047         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
12048         break;
12049     } /* switch(header->message_type) */
12050 }
12051 
12052 /*
12053  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileManagement/deleteServiceProfile:1.0
12054  */
12055 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deleteServiceProfile(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)12056 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deleteServiceProfile(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
12057 {
12058     switch(header->message_type) {
12059     case Request:
12060         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deleteServiceProfile_serviceProfileID);
12061 
12062         break;
12063     case Reply:
12064         switch(header->rep_status) {
12065         case NO_EXCEPTION:
12066             /* Function returns void */
12067 
12068             break;
12069         case USER_EXCEPTION:
12070             break;
12071         default:
12072             /* Unknown Exception */
12073             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
12074             break;
12075         }   /* switch(header->rep_status) */
12076 
12077         break;
12078     default:
12079         /* Unknown GIOP Message */
12080         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
12081         break;
12082     } /* switch(header->message_type) */
12083 }
12084 
12085 /*
12086  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileManagement/assign:1.0
12087  */
12088 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_assign(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)12089 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_assign(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
12090 {
12091     switch(header->message_type) {
12092     case Request:
12093         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_assign_sagID);
12094 
12095         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_assign_serviceProfileID);
12096 
12097         break;
12098     case Reply:
12099         switch(header->rep_status) {
12100         case NO_EXCEPTION:
12101             /* Function returns void */
12102 
12103             break;
12104         case USER_EXCEPTION:
12105             break;
12106         default:
12107             /* Unknown Exception */
12108             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
12109             break;
12110         }   /* switch(header->rep_status) */
12111 
12112         break;
12113     default:
12114         /* Unknown GIOP Message */
12115         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
12116         break;
12117     } /* switch(header->message_type) */
12118 }
12119 
12120 /*
12121  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileManagement/deassign:1.0
12122  */
12123 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deassign(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)12124 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deassign(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
12125 {
12126     switch(header->message_type) {
12127     case Request:
12128         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deassign_sagID);
12129 
12130         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deassign_serviceProfileID);
12131 
12132         break;
12133     case Reply:
12134         switch(header->rep_status) {
12135         case NO_EXCEPTION:
12136             /* Function returns void */
12137 
12138             break;
12139         case USER_EXCEPTION:
12140             break;
12141         default:
12142             /* Unknown Exception */
12143             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
12144             break;
12145         }   /* switch(header->rep_status) */
12146 
12147         break;
12148     default:
12149         /* Unknown GIOP Message */
12150         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
12151         break;
12152     } /* switch(header->message_type) */
12153 }
12154 
12155 /*
12156  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileManagement/requestConflictInfo:1.0
12157  */
12158 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)12159 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
12160 {
12161     /* Operation specific Variable declarations Begin */
12162     guint32   u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo_return;
12163     guint32   i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo_return;
12164     /* Operation specific Variable declarations End */
12165 
12166     switch(header->message_type) {
12167     case Request:
12168         break;
12169     case Reply:
12170         switch(header->rep_status) {
12171         case NO_EXCEPTION:
12172             u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
12173             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo_return);
12174 
12175             for (i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo_return=0; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo_return < u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo_return; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo_return++) {
12176 
12177                 /*  Begin struct "org_csapi_fw_TpAssignSagToServiceProfileConflict"  */
12178                 decode_org_csapi_fw_TpAssignSagToServiceProfileConflict_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
12179                 /*  End struct "org_csapi_fw_TpAssignSagToServiceProfileConflict"  */
12180             }
12181 
12182             break;
12183         case USER_EXCEPTION:
12184             break;
12185         default:
12186             /* Unknown Exception */
12187             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
12188             break;
12189         }   /* switch(header->rep_status) */
12190 
12191         break;
12192     default:
12193         /* Unknown GIOP Message */
12194         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
12195         break;
12196     } /* switch(header->message_type) */
12197 }
12198 
12199 /*
12200  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileInfoQuery/listServiceProfiles:1.0
12201  */
12202 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)12203 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
12204 {
12205     /* Operation specific Variable declarations Begin */
12206     guint32   u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return;
12207     guint32   i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return;
12208     /* Operation specific Variable declarations End */
12209 
12210     switch(header->message_type) {
12211     case Request:
12212         break;
12213     case Reply:
12214         switch(header->rep_status) {
12215         case NO_EXCEPTION:
12216             u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
12217             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return);
12218 
12219             for (i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return=0; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return < u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return++) {
12220 
12221                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return);
12222 
12223             }
12224 
12225             break;
12226         case USER_EXCEPTION:
12227             break;
12228         default:
12229             /* Unknown Exception */
12230             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
12231             break;
12232         }   /* switch(header->rep_status) */
12233 
12234         break;
12235     default:
12236         /* Unknown GIOP Message */
12237         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
12238         break;
12239     } /* switch(header->message_type) */
12240 }
12241 
12242 /*
12243  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileInfoQuery/describeServiceProfile:1.0
12244  */
12245 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_describeServiceProfile(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)12246 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_describeServiceProfile(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
12247 {
12248     switch(header->message_type) {
12249     case Request:
12250         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_describeServiceProfile_serviceProfileID);
12251 
12252         break;
12253     case Reply:
12254         switch(header->rep_status) {
12255         case NO_EXCEPTION:
12256             /*  Begin struct "org_csapi_fw_TpServiceProfileDescription"  */
12257             decode_org_csapi_fw_TpServiceProfileDescription_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
12258             /*  End struct "org_csapi_fw_TpServiceProfileDescription"  */
12259             break;
12260         case USER_EXCEPTION:
12261             break;
12262         default:
12263             /* Unknown Exception */
12264             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
12265             break;
12266         }   /* switch(header->rep_status) */
12267 
12268         break;
12269     default:
12270         /* Unknown GIOP Message */
12271         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
12272         break;
12273     } /* switch(header->message_type) */
12274 }
12275 
12276 /*
12277  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileInfoQuery/listAssignedMembers:1.0
12278  */
12279 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)12280 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
12281 {
12282     /* Operation specific Variable declarations Begin */
12283     guint32   u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return;
12284     guint32   i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return;
12285     /* Operation specific Variable declarations End */
12286 
12287     switch(header->message_type) {
12288     case Request:
12289         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_serviceProfileID);
12290 
12291         break;
12292     case Reply:
12293         switch(header->rep_status) {
12294         case NO_EXCEPTION:
12295             u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
12296             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return);
12297 
12298             for (i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return=0; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return < u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return++) {
12299 
12300                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return);
12301 
12302             }
12303 
12304             break;
12305         case USER_EXCEPTION:
12306             break;
12307         default:
12308             /* Unknown Exception */
12309             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
12310             break;
12311         }   /* switch(header->rep_status) */
12312 
12313         break;
12314     default:
12315         /* Unknown GIOP Message */
12316         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
12317         break;
12318     } /* switch(header->message_type) */
12319 }
12320 
12321 /*
12322  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractManagement/createServiceContract:1.0
12323  */
12324 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_createServiceContract(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)12325 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_createServiceContract(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
12326 {
12327     switch(header->message_type) {
12328     case Request:
12329         /*  Begin struct "org_csapi_fw_TpServiceContractDescription"  */
12330         decode_org_csapi_fw_TpServiceContractDescription_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
12331         /*  End struct "org_csapi_fw_TpServiceContractDescription"  */
12332         break;
12333     case Reply:
12334         switch(header->rep_status) {
12335         case NO_EXCEPTION:
12336             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_createServiceContract_return);
12337 
12338             break;
12339         case USER_EXCEPTION:
12340             break;
12341         default:
12342             /* Unknown Exception */
12343             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
12344             break;
12345         }   /* switch(header->rep_status) */
12346 
12347         break;
12348     default:
12349         /* Unknown GIOP Message */
12350         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
12351         break;
12352     } /* switch(header->message_type) */
12353 }
12354 
12355 /*
12356  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractManagement/modifyServiceContract:1.0
12357  */
12358 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_modifyServiceContract(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)12359 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_modifyServiceContract(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
12360 {
12361     switch(header->message_type) {
12362     case Request:
12363         /*  Begin struct "org_csapi_fw_TpServiceContract"  */
12364         decode_org_csapi_fw_TpServiceContract_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
12365         /*  End struct "org_csapi_fw_TpServiceContract"  */
12366         break;
12367     case Reply:
12368         switch(header->rep_status) {
12369         case NO_EXCEPTION:
12370             /* Function returns void */
12371 
12372             break;
12373         case USER_EXCEPTION:
12374             break;
12375         default:
12376             /* Unknown Exception */
12377             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
12378             break;
12379         }   /* switch(header->rep_status) */
12380 
12381         break;
12382     default:
12383         /* Unknown GIOP Message */
12384         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
12385         break;
12386     } /* switch(header->message_type) */
12387 }
12388 
12389 /*
12390  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractManagement/deleteServiceContract:1.0
12391  */
12392 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_deleteServiceContract(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)12393 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_deleteServiceContract(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
12394 {
12395     switch(header->message_type) {
12396     case Request:
12397         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_deleteServiceContract_serviceContractID);
12398 
12399         break;
12400     case Reply:
12401         switch(header->rep_status) {
12402         case NO_EXCEPTION:
12403             /* Function returns void */
12404 
12405             break;
12406         case USER_EXCEPTION:
12407             break;
12408         default:
12409             /* Unknown Exception */
12410             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
12411             break;
12412         }   /* switch(header->rep_status) */
12413 
12414         break;
12415     default:
12416         /* Unknown GIOP Message */
12417         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
12418         break;
12419     } /* switch(header->message_type) */
12420 }
12421 
12422 /*
12423  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractInfoQuery/describeServiceContract:1.0
12424  */
12425 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_describeServiceContract(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)12426 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_describeServiceContract(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
12427 {
12428     switch(header->message_type) {
12429     case Request:
12430         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_describeServiceContract_serviceContractID);
12431 
12432         break;
12433     case Reply:
12434         switch(header->rep_status) {
12435         case NO_EXCEPTION:
12436             /*  Begin struct "org_csapi_fw_TpServiceContractDescription"  */
12437             decode_org_csapi_fw_TpServiceContractDescription_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
12438             /*  End struct "org_csapi_fw_TpServiceContractDescription"  */
12439             break;
12440         case USER_EXCEPTION:
12441             break;
12442         default:
12443             /* Unknown Exception */
12444             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
12445             break;
12446         }   /* switch(header->rep_status) */
12447 
12448         break;
12449     default:
12450         /* Unknown GIOP Message */
12451         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
12452         break;
12453     } /* switch(header->message_type) */
12454 }
12455 
12456 /*
12457  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractInfoQuery/listServiceContracts:1.0
12458  */
12459 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)12460 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
12461 {
12462     /* Operation specific Variable declarations Begin */
12463     guint32   u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return;
12464     guint32   i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return;
12465     /* Operation specific Variable declarations End */
12466 
12467     switch(header->message_type) {
12468     case Request:
12469         break;
12470     case Reply:
12471         switch(header->rep_status) {
12472         case NO_EXCEPTION:
12473             u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
12474             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return);
12475 
12476             for (i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return=0; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return < u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return++) {
12477 
12478                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return);
12479 
12480             }
12481 
12482             break;
12483         case USER_EXCEPTION:
12484             break;
12485         default:
12486             /* Unknown Exception */
12487             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
12488             break;
12489         }   /* switch(header->rep_status) */
12490 
12491         break;
12492     default:
12493         /* Unknown GIOP Message */
12494         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
12495         break;
12496     } /* switch(header->message_type) */
12497 }
12498 
12499 /*
12500  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractInfoQuery/listServiceProfiles:1.0
12501  */
12502 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)12503 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
12504 {
12505     /* Operation specific Variable declarations Begin */
12506     guint32   u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return;
12507     guint32   i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return;
12508     /* Operation specific Variable declarations End */
12509 
12510     switch(header->message_type) {
12511     case Request:
12512         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_serviceContractID);
12513 
12514         break;
12515     case Reply:
12516         switch(header->rep_status) {
12517         case NO_EXCEPTION:
12518             u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
12519             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return);
12520 
12521             for (i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return=0; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return < u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return++) {
12522 
12523                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return);
12524 
12525             }
12526 
12527             break;
12528         case USER_EXCEPTION:
12529             break;
12530         default:
12531             /* Unknown Exception */
12532             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
12533             break;
12534         }   /* switch(header->rep_status) */
12535 
12536         break;
12537     default:
12538         /* Unknown GIOP Message */
12539         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
12540         break;
12541     } /* switch(header->message_type) */
12542 }
12543 
12544 /*
12545  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpEntOpAccountManagement/modifyEntOpAccount:1.0
12546  */
12547 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)12548 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
12549 {
12550     /* Operation specific Variable declarations Begin */
12551     guint32   u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount_enterpriseOperatorProperties;
12552     guint32   i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount_enterpriseOperatorProperties;
12553     /* Operation specific Variable declarations End */
12554 
12555     switch(header->message_type) {
12556     case Request:
12557         u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount_enterpriseOperatorProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
12558         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount_enterpriseOperatorProperties_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount_enterpriseOperatorProperties);
12559 
12560         for (i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount_enterpriseOperatorProperties=0; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount_enterpriseOperatorProperties < u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount_enterpriseOperatorProperties; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount_enterpriseOperatorProperties++) {
12561 
12562             /*  Begin struct "org_csapi_fw_TpProperty"  */
12563             decode_org_csapi_fw_TpProperty_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
12564             /*  End struct "org_csapi_fw_TpProperty"  */
12565         }
12566 
12567         break;
12568     case Reply:
12569         switch(header->rep_status) {
12570         case NO_EXCEPTION:
12571             /* Function returns void */
12572 
12573             break;
12574         case USER_EXCEPTION:
12575             break;
12576         default:
12577             /* Unknown Exception */
12578             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
12579             break;
12580         }   /* switch(header->rep_status) */
12581 
12582         break;
12583     default:
12584         /* Unknown GIOP Message */
12585         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
12586         break;
12587     } /* switch(header->message_type) */
12588 }
12589 
12590 /*
12591  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpEntOpAccountManagement/deleteEntOpAccount:1.0
12592  */
12593 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_deleteEntOpAccount(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)12594 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_deleteEntOpAccount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
12595 {
12596     switch(header->message_type) {
12597     case Request:
12598         break;
12599     case Reply:
12600         switch(header->rep_status) {
12601         case NO_EXCEPTION:
12602             /* Function returns void */
12603 
12604             break;
12605         case USER_EXCEPTION:
12606             break;
12607         default:
12608             /* Unknown Exception */
12609             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
12610             break;
12611         }   /* switch(header->rep_status) */
12612 
12613         break;
12614     default:
12615         /* Unknown GIOP Message */
12616         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
12617         break;
12618     } /* switch(header->message_type) */
12619 }
12620 
12621 /*
12622  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpEntOpAccountInfoQuery/describeEntOpAccount:1.0
12623  */
12624 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountInfoQuery_describeEntOpAccount(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)12625 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountInfoQuery_describeEntOpAccount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
12626 {
12627     switch(header->message_type) {
12628     case Request:
12629         break;
12630     case Reply:
12631         switch(header->rep_status) {
12632         case NO_EXCEPTION:
12633             /*  Begin struct "org_csapi_fw_TpEntOp"  */
12634             decode_org_csapi_fw_TpEntOp_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
12635             /*  End struct "org_csapi_fw_TpEntOp"  */
12636             break;
12637         case USER_EXCEPTION:
12638             break;
12639         default:
12640             /* Unknown Exception */
12641             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
12642             break;
12643         }   /* switch(header->rep_status) */
12644 
12645         break;
12646     default:
12647         /* Unknown GIOP Message */
12648         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
12649         break;
12650     } /* switch(header->message_type) */
12651 }
12652 
12653 /*
12654  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement/createClientApp:1.0
12655  */
12656 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createClientApp(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)12657 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createClientApp(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
12658 {
12659     switch(header->message_type) {
12660     case Request:
12661         /*  Begin struct "org_csapi_fw_TpClientAppDescription"  */
12662         decode_org_csapi_fw_TpClientAppDescription_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
12663         /*  End struct "org_csapi_fw_TpClientAppDescription"  */
12664         break;
12665     case Reply:
12666         switch(header->rep_status) {
12667         case NO_EXCEPTION:
12668             /* Function returns void */
12669 
12670             break;
12671         case USER_EXCEPTION:
12672             break;
12673         default:
12674             /* Unknown Exception */
12675             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
12676             break;
12677         }   /* switch(header->rep_status) */
12678 
12679         break;
12680     default:
12681         /* Unknown GIOP Message */
12682         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
12683         break;
12684     } /* switch(header->message_type) */
12685 }
12686 
12687 /*
12688  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement/modifyClientApp:1.0
12689  */
12690 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_modifyClientApp(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)12691 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_modifyClientApp(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
12692 {
12693     switch(header->message_type) {
12694     case Request:
12695         /*  Begin struct "org_csapi_fw_TpClientAppDescription"  */
12696         decode_org_csapi_fw_TpClientAppDescription_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
12697         /*  End struct "org_csapi_fw_TpClientAppDescription"  */
12698         break;
12699     case Reply:
12700         switch(header->rep_status) {
12701         case NO_EXCEPTION:
12702             /* Function returns void */
12703 
12704             break;
12705         case USER_EXCEPTION:
12706             break;
12707         default:
12708             /* Unknown Exception */
12709             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
12710             break;
12711         }   /* switch(header->rep_status) */
12712 
12713         break;
12714     default:
12715         /* Unknown GIOP Message */
12716         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
12717         break;
12718     } /* switch(header->message_type) */
12719 }
12720 
12721 /*
12722  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement/deleteClientApp:1.0
12723  */
12724 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteClientApp(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)12725 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteClientApp(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
12726 {
12727     switch(header->message_type) {
12728     case Request:
12729         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteClientApp_clientAppID);
12730 
12731         break;
12732     case Reply:
12733         switch(header->rep_status) {
12734         case NO_EXCEPTION:
12735             /* Function returns void */
12736 
12737             break;
12738         case USER_EXCEPTION:
12739             break;
12740         default:
12741             /* Unknown Exception */
12742             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
12743             break;
12744         }   /* switch(header->rep_status) */
12745 
12746         break;
12747     default:
12748         /* Unknown GIOP Message */
12749         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
12750         break;
12751     } /* switch(header->message_type) */
12752 }
12753 
12754 /*
12755  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement/createSAG:1.0
12756  */
12757 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)12758 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
12759 {
12760     /* Operation specific Variable declarations Begin */
12761     guint32   u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs;
12762     guint32   i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs;
12763     /* Operation specific Variable declarations End */
12764 
12765     switch(header->message_type) {
12766     case Request:
12767         /*  Begin struct "org_csapi_fw_TpSag"  */
12768         decode_org_csapi_fw_TpSag_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
12769         /*  End struct "org_csapi_fw_TpSag"  */
12770         u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
12771         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs);
12772 
12773         for (i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs=0; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs < u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs++) {
12774 
12775             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs);
12776 
12777         }
12778 
12779         break;
12780     case Reply:
12781         switch(header->rep_status) {
12782         case NO_EXCEPTION:
12783             /* Function returns void */
12784 
12785             break;
12786         case USER_EXCEPTION:
12787             break;
12788         default:
12789             /* Unknown Exception */
12790             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
12791             break;
12792         }   /* switch(header->rep_status) */
12793 
12794         break;
12795     default:
12796         /* Unknown GIOP Message */
12797         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
12798         break;
12799     } /* switch(header->message_type) */
12800 }
12801 
12802 /*
12803  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement/modifySAG:1.0
12804  */
12805 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_modifySAG(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)12806 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_modifySAG(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
12807 {
12808     switch(header->message_type) {
12809     case Request:
12810         /*  Begin struct "org_csapi_fw_TpSag"  */
12811         decode_org_csapi_fw_TpSag_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
12812         /*  End struct "org_csapi_fw_TpSag"  */
12813         break;
12814     case Reply:
12815         switch(header->rep_status) {
12816         case NO_EXCEPTION:
12817             /* Function returns void */
12818 
12819             break;
12820         case USER_EXCEPTION:
12821             break;
12822         default:
12823             /* Unknown Exception */
12824             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
12825             break;
12826         }   /* switch(header->rep_status) */
12827 
12828         break;
12829     default:
12830         /* Unknown GIOP Message */
12831         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
12832         break;
12833     } /* switch(header->message_type) */
12834 }
12835 
12836 /*
12837  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement/deleteSAG:1.0
12838  */
12839 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteSAG(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)12840 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteSAG(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
12841 {
12842     switch(header->message_type) {
12843     case Request:
12844         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteSAG_sagID);
12845 
12846         break;
12847     case Reply:
12848         switch(header->rep_status) {
12849         case NO_EXCEPTION:
12850             /* Function returns void */
12851 
12852             break;
12853         case USER_EXCEPTION:
12854             break;
12855         default:
12856             /* Unknown Exception */
12857             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
12858             break;
12859         }   /* switch(header->rep_status) */
12860 
12861         break;
12862     default:
12863         /* Unknown GIOP Message */
12864         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
12865         break;
12866     } /* switch(header->message_type) */
12867 }
12868 
12869 /*
12870  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement/addSAGMembers:1.0
12871  */
12872 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)12873 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
12874 {
12875     /* Operation specific Variable declarations Begin */
12876     guint32   u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs;
12877     guint32   i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs;
12878     /* Operation specific Variable declarations End */
12879 
12880     switch(header->message_type) {
12881     case Request:
12882         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_sagID);
12883 
12884         u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
12885         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs);
12886 
12887         for (i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs=0; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs < u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs++) {
12888 
12889             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs);
12890 
12891         }
12892 
12893         break;
12894     case Reply:
12895         switch(header->rep_status) {
12896         case NO_EXCEPTION:
12897             /* Function returns void */
12898 
12899             break;
12900         case USER_EXCEPTION:
12901             break;
12902         default:
12903             /* Unknown Exception */
12904             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
12905             break;
12906         }   /* switch(header->rep_status) */
12907 
12908         break;
12909     default:
12910         /* Unknown GIOP Message */
12911         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
12912         break;
12913     } /* switch(header->message_type) */
12914 }
12915 
12916 /*
12917  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement/removeSAGMembers:1.0
12918  */
12919 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)12920 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
12921 {
12922     /* Operation specific Variable declarations Begin */
12923     guint32   u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList;
12924     guint32   i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList;
12925     /* Operation specific Variable declarations End */
12926 
12927     switch(header->message_type) {
12928     case Request:
12929         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_sagID);
12930 
12931         u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
12932         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList);
12933 
12934         for (i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList=0; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList < u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList++) {
12935 
12936             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList);
12937 
12938         }
12939 
12940         break;
12941     case Reply:
12942         switch(header->rep_status) {
12943         case NO_EXCEPTION:
12944             /* Function returns void */
12945 
12946             break;
12947         case USER_EXCEPTION:
12948             break;
12949         default:
12950             /* Unknown Exception */
12951             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
12952             break;
12953         }   /* switch(header->rep_status) */
12954 
12955         break;
12956     default:
12957         /* Unknown GIOP Message */
12958         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
12959         break;
12960     } /* switch(header->message_type) */
12961 }
12962 
12963 /*
12964  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement/requestConflictInfo:1.0
12965  */
12966 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)12967 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
12968 {
12969     /* Operation specific Variable declarations Begin */
12970     guint32   u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo_return;
12971     guint32   i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo_return;
12972     /* Operation specific Variable declarations End */
12973 
12974     switch(header->message_type) {
12975     case Request:
12976         break;
12977     case Reply:
12978         switch(header->rep_status) {
12979         case NO_EXCEPTION:
12980             u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
12981             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo_return);
12982 
12983             for (i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo_return=0; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo_return < u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo_return; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo_return++) {
12984 
12985                 /*  Begin struct "org_csapi_fw_TpAddSagMembersConflict"  */
12986                 decode_org_csapi_fw_TpAddSagMembersConflict_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
12987                 /*  End struct "org_csapi_fw_TpAddSagMembersConflict"  */
12988             }
12989 
12990             break;
12991         case USER_EXCEPTION:
12992             break;
12993         default:
12994             /* Unknown Exception */
12995             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
12996             break;
12997         }   /* switch(header->rep_status) */
12998 
12999         break;
13000     default:
13001         /* Unknown GIOP Message */
13002         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
13003         break;
13004     } /* switch(header->message_type) */
13005 }
13006 
13007 /*
13008  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppInfoQuery/describeClientApp:1.0
13009  */
13010 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeClientApp(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)13011 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeClientApp(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
13012 {
13013     switch(header->message_type) {
13014     case Request:
13015         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeClientApp_clientAppID);
13016 
13017         break;
13018     case Reply:
13019         switch(header->rep_status) {
13020         case NO_EXCEPTION:
13021             /*  Begin struct "org_csapi_fw_TpClientAppDescription"  */
13022             decode_org_csapi_fw_TpClientAppDescription_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
13023             /*  End struct "org_csapi_fw_TpClientAppDescription"  */
13024             break;
13025         case USER_EXCEPTION:
13026             break;
13027         default:
13028             /* Unknown Exception */
13029             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
13030             break;
13031         }   /* switch(header->rep_status) */
13032 
13033         break;
13034     default:
13035         /* Unknown GIOP Message */
13036         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
13037         break;
13038     } /* switch(header->message_type) */
13039 }
13040 
13041 /*
13042  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppInfoQuery/listClientApps:1.0
13043  */
13044 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)13045 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
13046 {
13047     /* Operation specific Variable declarations Begin */
13048     guint32   u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return;
13049     guint32   i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return;
13050     /* Operation specific Variable declarations End */
13051 
13052     switch(header->message_type) {
13053     case Request:
13054         break;
13055     case Reply:
13056         switch(header->rep_status) {
13057         case NO_EXCEPTION:
13058             u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
13059             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return);
13060 
13061             for (i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return=0; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return < u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return++) {
13062 
13063                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return);
13064 
13065             }
13066 
13067             break;
13068         case USER_EXCEPTION:
13069             break;
13070         default:
13071             /* Unknown Exception */
13072             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
13073             break;
13074         }   /* switch(header->rep_status) */
13075 
13076         break;
13077     default:
13078         /* Unknown GIOP Message */
13079         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
13080         break;
13081     } /* switch(header->message_type) */
13082 }
13083 
13084 /*
13085  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppInfoQuery/describeSAG:1.0
13086  */
13087 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeSAG(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)13088 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeSAG(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
13089 {
13090     switch(header->message_type) {
13091     case Request:
13092         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeSAG_sagID);
13093 
13094         break;
13095     case Reply:
13096         switch(header->rep_status) {
13097         case NO_EXCEPTION:
13098             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeSAG_return);
13099 
13100             break;
13101         case USER_EXCEPTION:
13102             break;
13103         default:
13104             /* Unknown Exception */
13105             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
13106             break;
13107         }   /* switch(header->rep_status) */
13108 
13109         break;
13110     default:
13111         /* Unknown GIOP Message */
13112         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
13113         break;
13114     } /* switch(header->message_type) */
13115 }
13116 
13117 /*
13118  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppInfoQuery/listSAGs:1.0
13119  */
13120 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)13121 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
13122 {
13123     /* Operation specific Variable declarations Begin */
13124     guint32   u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return;
13125     guint32   i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return;
13126     /* Operation specific Variable declarations End */
13127 
13128     switch(header->message_type) {
13129     case Request:
13130         break;
13131     case Reply:
13132         switch(header->rep_status) {
13133         case NO_EXCEPTION:
13134             u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
13135             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return);
13136 
13137             for (i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return=0; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return < u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return++) {
13138 
13139                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return);
13140 
13141             }
13142 
13143             break;
13144         case USER_EXCEPTION:
13145             break;
13146         default:
13147             /* Unknown Exception */
13148             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
13149             break;
13150         }   /* switch(header->rep_status) */
13151 
13152         break;
13153     default:
13154         /* Unknown GIOP Message */
13155         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
13156         break;
13157     } /* switch(header->message_type) */
13158 }
13159 
13160 /*
13161  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppInfoQuery/listSAGMembers:1.0
13162  */
13163 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)13164 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
13165 {
13166     /* Operation specific Variable declarations Begin */
13167     guint32   u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return;
13168     guint32   i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return;
13169     /* Operation specific Variable declarations End */
13170 
13171     switch(header->message_type) {
13172     case Request:
13173         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_sagID);
13174 
13175         break;
13176     case Reply:
13177         switch(header->rep_status) {
13178         case NO_EXCEPTION:
13179             u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
13180             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return);
13181 
13182             for (i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return=0; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return < u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return++) {
13183 
13184                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return);
13185 
13186             }
13187 
13188             break;
13189         case USER_EXCEPTION:
13190             break;
13191         default:
13192             /* Unknown Exception */
13193             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
13194             break;
13195         }   /* switch(header->rep_status) */
13196 
13197         break;
13198     default:
13199         /* Unknown GIOP Message */
13200         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
13201         break;
13202     } /* switch(header->message_type) */
13203 }
13204 
13205 /*
13206  * IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppInfoQuery/listClientAppMembership:1.0
13207  */
13208 static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)13209 decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
13210 {
13211     /* Operation specific Variable declarations Begin */
13212     guint32   u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return;
13213     guint32   i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return;
13214     /* Operation specific Variable declarations End */
13215 
13216     switch(header->message_type) {
13217     case Request:
13218         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_clientAppID);
13219 
13220         break;
13221     case Reply:
13222         switch(header->rep_status) {
13223         case NO_EXCEPTION:
13224             u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
13225             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return);
13226 
13227             for (i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return=0; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return < u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return++) {
13228 
13229                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return);
13230 
13231             }
13232 
13233             break;
13234         case USER_EXCEPTION:
13235             break;
13236         default:
13237             /* Unknown Exception */
13238             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
13239             break;
13240         }   /* switch(header->rep_status) */
13241 
13242         break;
13243     default:
13244         /* Unknown GIOP Message */
13245         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
13246         break;
13247     } /* switch(header->message_type) */
13248 }
13249 
13250 /*
13251  * IDL:org/csapi/fw/fw_enterprise_operator/notification/IpClientEventNotification/reportNotification:1.0
13252  */
13253 static void
decode_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_reportNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)13254 decode_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
13255 {
13256     switch(header->message_type) {
13257     case Request:
13258         /*  Begin union "org_csapi_fw_TpFwEventInfo"  */
13259         decode_org_csapi_fw_TpFwEventInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
13260 
13261         /*  End union "org_csapi_fw_TpFwEventInfo"  */
13262         proto_tree_add_int(tree, hf_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_reportNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
13263 
13264         break;
13265     case Reply:
13266         switch(header->rep_status) {
13267         case NO_EXCEPTION:
13268             /* Function returns void */
13269 
13270             break;
13271         case USER_EXCEPTION:
13272             break;
13273         default:
13274             /* Unknown Exception */
13275             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
13276             break;
13277         }   /* switch(header->rep_status) */
13278 
13279         break;
13280     default:
13281         /* Unknown GIOP Message */
13282         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
13283         break;
13284     } /* switch(header->message_type) */
13285 }
13286 
13287 /*
13288  * IDL:org/csapi/fw/fw_enterprise_operator/notification/IpClientEventNotification/notificationTerminated:1.0
13289  */
13290 static void
decode_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_notificationTerminated(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)13291 decode_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_notificationTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
13292 {
13293     switch(header->message_type) {
13294     case Request:
13295         break;
13296     case Reply:
13297         switch(header->rep_status) {
13298         case NO_EXCEPTION:
13299             /* Function returns void */
13300 
13301             break;
13302         case USER_EXCEPTION:
13303             break;
13304         default:
13305             /* Unknown Exception */
13306             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
13307             break;
13308         }   /* switch(header->rep_status) */
13309 
13310         break;
13311     default:
13312         /* Unknown GIOP Message */
13313         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
13314         break;
13315     } /* switch(header->message_type) */
13316 }
13317 
13318 /*
13319  * IDL:org/csapi/fw/fw_enterprise_operator/notification/IpEventNotification/createNotification:1.0
13320  */
13321 static void
decode_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_createNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)13322 decode_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
13323 {
13324     switch(header->message_type) {
13325     case Request:
13326         /*  Begin union "org_csapi_fw_TpFwEventCriteria"  */
13327         decode_org_csapi_fw_TpFwEventCriteria_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
13328 
13329         /*  End union "org_csapi_fw_TpFwEventCriteria"  */
13330         break;
13331     case Reply:
13332         switch(header->rep_status) {
13333         case NO_EXCEPTION:
13334             proto_tree_add_int(tree, hf_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_createNotification_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
13335 
13336             break;
13337         case USER_EXCEPTION:
13338             break;
13339         default:
13340             /* Unknown Exception */
13341             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
13342             break;
13343         }   /* switch(header->rep_status) */
13344 
13345         break;
13346     default:
13347         /* Unknown GIOP Message */
13348         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
13349         break;
13350     } /* switch(header->message_type) */
13351 }
13352 
13353 /*
13354  * IDL:org/csapi/fw/fw_enterprise_operator/notification/IpEventNotification/destroyNotification:1.0
13355  */
13356 static void
decode_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_destroyNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)13357 decode_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
13358 {
13359     switch(header->message_type) {
13360     case Request:
13361         proto_tree_add_int(tree, hf_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_destroyNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
13362 
13363         break;
13364     case Reply:
13365         switch(header->rep_status) {
13366         case NO_EXCEPTION:
13367             /* Function returns void */
13368 
13369             break;
13370         case USER_EXCEPTION:
13371             break;
13372         default:
13373             /* Unknown Exception */
13374             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
13375             break;
13376         }   /* switch(header->rep_status) */
13377 
13378         break;
13379     default:
13380         /* Unknown GIOP Message */
13381         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
13382         break;
13383     } /* switch(header->message_type) */
13384 }
13385 
13386 /*
13387  * IDL:org/csapi/fw/fw_service/discovery/IpFwServiceDiscovery/listServiceTypes:1.0
13388  */
13389 static void
decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)13390 decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
13391 {
13392     /* Operation specific Variable declarations Begin */
13393     guint32   u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return;
13394     guint32   i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return;
13395     /* Operation specific Variable declarations End */
13396 
13397     switch(header->message_type) {
13398     case Request:
13399         break;
13400     case Reply:
13401         switch(header->rep_status) {
13402         case NO_EXCEPTION:
13403             u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
13404             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return);
13405 
13406             for (i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return=0; i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return < u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return; i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return++) {
13407 
13408                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return);
13409 
13410             }
13411 
13412             break;
13413         case USER_EXCEPTION:
13414             break;
13415         default:
13416             /* Unknown Exception */
13417             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
13418             break;
13419         }   /* switch(header->rep_status) */
13420 
13421         break;
13422     default:
13423         /* Unknown GIOP Message */
13424         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
13425         break;
13426     } /* switch(header->message_type) */
13427 }
13428 
13429 /*
13430  * IDL:org/csapi/fw/fw_service/discovery/IpFwServiceDiscovery/describeServiceType:1.0
13431  */
13432 static void
decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_describeServiceType(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)13433 decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_describeServiceType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
13434 {
13435     switch(header->message_type) {
13436     case Request:
13437         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_describeServiceType_name);
13438 
13439         break;
13440     case Reply:
13441         switch(header->rep_status) {
13442         case NO_EXCEPTION:
13443             /*  Begin struct "org_csapi_fw_TpServiceTypeDescription"  */
13444             decode_org_csapi_fw_TpServiceTypeDescription_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
13445             /*  End struct "org_csapi_fw_TpServiceTypeDescription"  */
13446             break;
13447         case USER_EXCEPTION:
13448             break;
13449         default:
13450             /* Unknown Exception */
13451             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
13452             break;
13453         }   /* switch(header->rep_status) */
13454 
13455         break;
13456     default:
13457         /* Unknown GIOP Message */
13458         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
13459         break;
13460     } /* switch(header->message_type) */
13461 }
13462 
13463 /*
13464  * IDL:org/csapi/fw/fw_service/discovery/IpFwServiceDiscovery/discoverService:1.0
13465  */
13466 static void
decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)13467 decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
13468 {
13469     /* Operation specific Variable declarations Begin */
13470     guint32   u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_desiredPropertyList;
13471     guint32   i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_desiredPropertyList;
13472     guint32   u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_return;
13473     guint32   i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_return;
13474     /* Operation specific Variable declarations End */
13475 
13476     switch(header->message_type) {
13477     case Request:
13478         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_serviceTypeName);
13479 
13480         u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_desiredPropertyList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
13481         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_desiredPropertyList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_desiredPropertyList);
13482 
13483         for (i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_desiredPropertyList=0; i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_desiredPropertyList < u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_desiredPropertyList; i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_desiredPropertyList++) {
13484 
13485             /*  Begin struct "org_csapi_fw_TpServiceProperty"  */
13486             decode_org_csapi_fw_TpServiceProperty_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
13487             /*  End struct "org_csapi_fw_TpServiceProperty"  */
13488         }
13489 
13490         proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_max, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
13491 
13492         break;
13493     case Reply:
13494         switch(header->rep_status) {
13495         case NO_EXCEPTION:
13496             u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
13497             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_return);
13498 
13499             for (i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_return=0; i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_return < u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_return; i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_return++) {
13500 
13501                 /*  Begin struct "org_csapi_fw_TpService"  */
13502                 decode_org_csapi_fw_TpService_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
13503                 /*  End struct "org_csapi_fw_TpService"  */
13504             }
13505 
13506             break;
13507         case USER_EXCEPTION:
13508             break;
13509         default:
13510             /* Unknown Exception */
13511             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
13512             break;
13513         }   /* switch(header->rep_status) */
13514 
13515         break;
13516     default:
13517         /* Unknown GIOP Message */
13518         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
13519         break;
13520     } /* switch(header->message_type) */
13521 }
13522 
13523 /*
13524  * IDL:org/csapi/fw/fw_service/discovery/IpFwServiceDiscovery/listRegisteredServices:1.0
13525  */
13526 static void
decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)13527 decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
13528 {
13529     /* Operation specific Variable declarations Begin */
13530     guint32   u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices_return;
13531     guint32   i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices_return;
13532     /* Operation specific Variable declarations End */
13533 
13534     switch(header->message_type) {
13535     case Request:
13536         break;
13537     case Reply:
13538         switch(header->rep_status) {
13539         case NO_EXCEPTION:
13540             u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
13541             proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices_return);
13542 
13543             for (i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices_return=0; i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices_return < u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices_return; i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices_return++) {
13544 
13545                 /*  Begin struct "org_csapi_fw_TpService"  */
13546                 decode_org_csapi_fw_TpService_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
13547                 /*  End struct "org_csapi_fw_TpService"  */
13548             }
13549 
13550             break;
13551         case USER_EXCEPTION:
13552             break;
13553         default:
13554             /* Unknown Exception */
13555             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
13556             break;
13557         }   /* switch(header->rep_status) */
13558 
13559         break;
13560     default:
13561         /* Unknown GIOP Message */
13562         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
13563         break;
13564     } /* switch(header->message_type) */
13565 }
13566 
13567 /*
13568  * IDL:org/csapi/fw/fw_service/service_lifecycle/IpServiceInstanceLifecycleManager/createServiceManager:1.0
13569  */
13570 static void
decode_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)13571 decode_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
13572 {
13573     /* Operation specific Variable declarations Begin */
13574     guint32   u_octet4_loop_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceProperties;
13575     guint32   i_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceProperties;
13576     /* Operation specific Variable declarations End */
13577 
13578     switch(header->message_type) {
13579     case Request:
13580         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_application);
13581 
13582         u_octet4_loop_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
13583         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceProperties_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceProperties);
13584 
13585         for (i_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceProperties=0; i_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceProperties < u_octet4_loop_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceProperties; i_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceProperties++) {
13586 
13587             /*  Begin struct "org_csapi_fw_TpServiceProperty"  */
13588             decode_org_csapi_fw_TpServiceProperty_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
13589             /*  End struct "org_csapi_fw_TpServiceProperty"  */
13590         }
13591 
13592         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceInstanceID);
13593 
13594         break;
13595     case Reply:
13596         switch(header->rep_status) {
13597         case NO_EXCEPTION:
13598             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
13599 
13600             break;
13601         case USER_EXCEPTION:
13602             break;
13603         default:
13604             /* Unknown Exception */
13605             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
13606             break;
13607         }   /* switch(header->rep_status) */
13608 
13609         break;
13610     default:
13611         /* Unknown GIOP Message */
13612         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
13613         break;
13614     } /* switch(header->message_type) */
13615 }
13616 
13617 /*
13618  * IDL:org/csapi/fw/fw_service/service_lifecycle/IpServiceInstanceLifecycleManager/destroyServiceManager:1.0
13619  */
13620 static void
decode_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_destroyServiceManager(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)13621 decode_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_destroyServiceManager(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
13622 {
13623     switch(header->message_type) {
13624     case Request:
13625         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_destroyServiceManager_serviceInstance);
13626 
13627         break;
13628     case Reply:
13629         switch(header->rep_status) {
13630         case NO_EXCEPTION:
13631             /* Function returns void */
13632 
13633             break;
13634         case USER_EXCEPTION:
13635             break;
13636         default:
13637             /* Unknown Exception */
13638             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
13639             break;
13640         }   /* switch(header->rep_status) */
13641 
13642         break;
13643     default:
13644         /* Unknown GIOP Message */
13645         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
13646         break;
13647     } /* switch(header->message_type) */
13648 }
13649 
13650 /*
13651  * IDL:org/csapi/fw/fw_service/service_registration/IpFwServiceRegistration/registerService:1.0
13652  */
13653 static void
decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)13654 decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
13655 {
13656     /* Operation specific Variable declarations Begin */
13657     guint32   u_octet4_loop_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_servicePropertyList;
13658     guint32   i_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_servicePropertyList;
13659     /* Operation specific Variable declarations End */
13660 
13661     switch(header->message_type) {
13662     case Request:
13663         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_serviceTypeName);
13664 
13665         u_octet4_loop_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_servicePropertyList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
13666         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_servicePropertyList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_servicePropertyList);
13667 
13668         for (i_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_servicePropertyList=0; i_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_servicePropertyList < u_octet4_loop_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_servicePropertyList; i_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_servicePropertyList++) {
13669 
13670             /*  Begin struct "org_csapi_fw_TpServiceProperty"  */
13671             decode_org_csapi_fw_TpServiceProperty_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
13672             /*  End struct "org_csapi_fw_TpServiceProperty"  */
13673         }
13674 
13675         break;
13676     case Reply:
13677         switch(header->rep_status) {
13678         case NO_EXCEPTION:
13679             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_return);
13680 
13681             break;
13682         case USER_EXCEPTION:
13683             break;
13684         default:
13685             /* Unknown Exception */
13686             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
13687             break;
13688         }   /* switch(header->rep_status) */
13689 
13690         break;
13691     default:
13692         /* Unknown GIOP Message */
13693         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
13694         break;
13695     } /* switch(header->message_type) */
13696 }
13697 
13698 /*
13699  * IDL:org/csapi/fw/fw_service/service_registration/IpFwServiceRegistration/announceServiceAvailability:1.0
13700  */
13701 static void
decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_announceServiceAvailability(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)13702 decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_announceServiceAvailability(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
13703 {
13704     switch(header->message_type) {
13705     case Request:
13706         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_announceServiceAvailability_serviceID);
13707 
13708         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
13709 
13710         break;
13711     case Reply:
13712         switch(header->rep_status) {
13713         case NO_EXCEPTION:
13714             /* Function returns void */
13715 
13716             break;
13717         case USER_EXCEPTION:
13718             break;
13719         default:
13720             /* Unknown Exception */
13721             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
13722             break;
13723         }   /* switch(header->rep_status) */
13724 
13725         break;
13726     default:
13727         /* Unknown GIOP Message */
13728         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
13729         break;
13730     } /* switch(header->message_type) */
13731 }
13732 
13733 /*
13734  * IDL:org/csapi/fw/fw_service/service_registration/IpFwServiceRegistration/unregisterService:1.0
13735  */
13736 static void
decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unregisterService(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)13737 decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unregisterService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
13738 {
13739     switch(header->message_type) {
13740     case Request:
13741         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unregisterService_serviceID);
13742 
13743         break;
13744     case Reply:
13745         switch(header->rep_status) {
13746         case NO_EXCEPTION:
13747             /* Function returns void */
13748 
13749             break;
13750         case USER_EXCEPTION:
13751             break;
13752         default:
13753             /* Unknown Exception */
13754             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
13755             break;
13756         }   /* switch(header->rep_status) */
13757 
13758         break;
13759     default:
13760         /* Unknown GIOP Message */
13761         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
13762         break;
13763     } /* switch(header->message_type) */
13764 }
13765 
13766 /*
13767  * IDL:org/csapi/fw/fw_service/service_registration/IpFwServiceRegistration/describeService:1.0
13768  */
13769 static void
decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_describeService(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)13770 decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_describeService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
13771 {
13772     switch(header->message_type) {
13773     case Request:
13774         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_describeService_serviceID);
13775 
13776         break;
13777     case Reply:
13778         switch(header->rep_status) {
13779         case NO_EXCEPTION:
13780             /*  Begin struct "org_csapi_fw_TpServiceDescription"  */
13781             decode_org_csapi_fw_TpServiceDescription_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
13782             /*  End struct "org_csapi_fw_TpServiceDescription"  */
13783             break;
13784         case USER_EXCEPTION:
13785             break;
13786         default:
13787             /* Unknown Exception */
13788             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
13789             break;
13790         }   /* switch(header->rep_status) */
13791 
13792         break;
13793     default:
13794         /* Unknown GIOP Message */
13795         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
13796         break;
13797     } /* switch(header->message_type) */
13798 }
13799 
13800 /*
13801  * IDL:org/csapi/fw/fw_service/service_registration/IpFwServiceRegistration/unannounceService:1.0
13802  */
13803 static void
decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unannounceService(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)13804 decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unannounceService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
13805 {
13806     switch(header->message_type) {
13807     case Request:
13808         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unannounceService_serviceID);
13809 
13810         break;
13811     case Reply:
13812         switch(header->rep_status) {
13813         case NO_EXCEPTION:
13814             /* Function returns void */
13815 
13816             break;
13817         case USER_EXCEPTION:
13818             break;
13819         default:
13820             /* Unknown Exception */
13821             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
13822             break;
13823         }   /* switch(header->rep_status) */
13824 
13825         break;
13826     default:
13827         /* Unknown GIOP Message */
13828         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
13829         break;
13830     } /* switch(header->message_type) */
13831 }
13832 
13833 /*
13834  * IDL:org/csapi/fw/fw_service/service_registration/IpFwServiceRegistration/registerServiceSubType:1.0
13835  */
13836 static void
decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)13837 decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
13838 {
13839     /* Operation specific Variable declarations Begin */
13840     guint32   u_octet4_loop_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_servicePropertyList;
13841     guint32   i_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_servicePropertyList;
13842     guint32   u_octet4_loop_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_extendedServicePropertyList;
13843     guint32   i_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_extendedServicePropertyList;
13844     /* Operation specific Variable declarations End */
13845 
13846     switch(header->message_type) {
13847     case Request:
13848         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_serviceTypeName);
13849 
13850         u_octet4_loop_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_servicePropertyList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
13851         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_servicePropertyList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_servicePropertyList);
13852 
13853         for (i_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_servicePropertyList=0; i_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_servicePropertyList < u_octet4_loop_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_servicePropertyList; i_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_servicePropertyList++) {
13854 
13855             /*  Begin struct "org_csapi_fw_TpServiceProperty"  */
13856             decode_org_csapi_fw_TpServiceProperty_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
13857             /*  End struct "org_csapi_fw_TpServiceProperty"  */
13858         }
13859 
13860         u_octet4_loop_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_extendedServicePropertyList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
13861         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_extendedServicePropertyList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_extendedServicePropertyList);
13862 
13863         for (i_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_extendedServicePropertyList=0; i_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_extendedServicePropertyList < u_octet4_loop_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_extendedServicePropertyList; i_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_extendedServicePropertyList++) {
13864 
13865             /*  Begin struct "org_csapi_fw_TpServiceTypePropertyValue"  */
13866             decode_org_csapi_fw_TpServiceTypePropertyValue_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
13867             /*  End struct "org_csapi_fw_TpServiceTypePropertyValue"  */
13868         }
13869 
13870         break;
13871     case Reply:
13872         switch(header->rep_status) {
13873         case NO_EXCEPTION:
13874             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_return);
13875 
13876             break;
13877         case USER_EXCEPTION:
13878             break;
13879         default:
13880             /* Unknown Exception */
13881             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
13882             break;
13883         }   /* switch(header->rep_status) */
13884 
13885         break;
13886     default:
13887         /* Unknown GIOP Message */
13888         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
13889         break;
13890     } /* switch(header->message_type) */
13891 }
13892 
13893 /*
13894  * IDL:org/csapi/fw/fw_service/integrity/IpSvcLoadManager/querySvcLoadReq:1.0
13895  */
13896 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)13897 decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
13898 {
13899     switch(header->message_type) {
13900     case Request:
13901         /*  Begin struct "org_csapi_TpTimeInterval"  */
13902         decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
13903         /*  End struct "org_csapi_TpTimeInterval"  */
13904         break;
13905     case Reply:
13906         switch(header->rep_status) {
13907         case NO_EXCEPTION:
13908             /* Function returns void */
13909 
13910             break;
13911         case USER_EXCEPTION:
13912             break;
13913         default:
13914             /* Unknown Exception */
13915             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
13916             break;
13917         }   /* switch(header->rep_status) */
13918 
13919         break;
13920     default:
13921         /* Unknown GIOP Message */
13922         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
13923         break;
13924     } /* switch(header->message_type) */
13925 }
13926 
13927 /*
13928  * IDL:org/csapi/fw/fw_service/integrity/IpSvcLoadManager/queryLoadRes:1.0
13929  */
13930 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)13931 decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
13932 {
13933     /* Operation specific Variable declarations Begin */
13934     guint32   u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes_loadStatistics;
13935     guint32   i_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes_loadStatistics;
13936     /* Operation specific Variable declarations End */
13937 
13938     switch(header->message_type) {
13939     case Request:
13940         u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
13941         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes_loadStatistics_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes_loadStatistics);
13942 
13943         for (i_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes_loadStatistics=0; i_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes_loadStatistics < u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes_loadStatistics; i_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes_loadStatistics++) {
13944 
13945             /*  Begin struct "org_csapi_fw_TpLoadStatistic"  */
13946             decode_org_csapi_fw_TpLoadStatistic_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
13947             /*  End struct "org_csapi_fw_TpLoadStatistic"  */
13948         }
13949 
13950         break;
13951     case Reply:
13952         switch(header->rep_status) {
13953         case NO_EXCEPTION:
13954             /* Function returns void */
13955 
13956             break;
13957         case USER_EXCEPTION:
13958             break;
13959         default:
13960             /* Unknown Exception */
13961             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
13962             break;
13963         }   /* switch(header->rep_status) */
13964 
13965         break;
13966     default:
13967         /* Unknown GIOP Message */
13968         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
13969         break;
13970     } /* switch(header->message_type) */
13971 }
13972 
13973 /*
13974  * IDL:org/csapi/fw/fw_service/integrity/IpSvcLoadManager/queryLoadErr:1.0
13975  */
13976 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)13977 decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
13978 {
13979     /* Operation specific Variable declarations Begin */
13980     guint32   u_octet4;
13981     /* Operation specific Variable declarations End */
13982 
13983     switch(header->message_type) {
13984     case Request:
13985         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
13986         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadErr_loadStatisticsError, tvb, *offset-4, 4, u_octet4);
13987 
13988         break;
13989     case Reply:
13990         switch(header->rep_status) {
13991         case NO_EXCEPTION:
13992             /* Function returns void */
13993 
13994             break;
13995         case USER_EXCEPTION:
13996             break;
13997         default:
13998             /* Unknown Exception */
13999             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
14000             break;
14001         }   /* switch(header->rep_status) */
14002 
14003         break;
14004     default:
14005         /* Unknown GIOP Message */
14006         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
14007         break;
14008     } /* switch(header->message_type) */
14009 }
14010 
14011 /*
14012  * IDL:org/csapi/fw/fw_service/integrity/IpSvcLoadManager/loadLevelNotification:1.0
14013  */
14014 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)14015 decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
14016 {
14017     /* Operation specific Variable declarations Begin */
14018     guint32   u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification_loadStatistics;
14019     guint32   i_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification_loadStatistics;
14020     /* Operation specific Variable declarations End */
14021 
14022     switch(header->message_type) {
14023     case Request:
14024         u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
14025         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification_loadStatistics_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification_loadStatistics);
14026 
14027         for (i_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification_loadStatistics=0; i_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification_loadStatistics < u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification_loadStatistics; i_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification_loadStatistics++) {
14028 
14029             /*  Begin struct "org_csapi_fw_TpLoadStatistic"  */
14030             decode_org_csapi_fw_TpLoadStatistic_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
14031             /*  End struct "org_csapi_fw_TpLoadStatistic"  */
14032         }
14033 
14034         break;
14035     case Reply:
14036         switch(header->rep_status) {
14037         case NO_EXCEPTION:
14038             /* Function returns void */
14039 
14040             break;
14041         case USER_EXCEPTION:
14042             break;
14043         default:
14044             /* Unknown Exception */
14045             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
14046             break;
14047         }   /* switch(header->rep_status) */
14048 
14049         break;
14050     default:
14051         /* Unknown GIOP Message */
14052         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
14053         break;
14054     } /* switch(header->message_type) */
14055 }
14056 
14057 /*
14058  * IDL:org/csapi/fw/fw_service/integrity/IpSvcLoadManager/suspendNotification:1.0
14059  */
14060 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_suspendNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)14061 decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_suspendNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
14062 {
14063     switch(header->message_type) {
14064     case Request:
14065         break;
14066     case Reply:
14067         switch(header->rep_status) {
14068         case NO_EXCEPTION:
14069             /* Function returns void */
14070 
14071             break;
14072         case USER_EXCEPTION:
14073             break;
14074         default:
14075             /* Unknown Exception */
14076             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
14077             break;
14078         }   /* switch(header->rep_status) */
14079 
14080         break;
14081     default:
14082         /* Unknown GIOP Message */
14083         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
14084         break;
14085     } /* switch(header->message_type) */
14086 }
14087 
14088 /*
14089  * IDL:org/csapi/fw/fw_service/integrity/IpSvcLoadManager/resumeNotification:1.0
14090  */
14091 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_resumeNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)14092 decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_resumeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
14093 {
14094     switch(header->message_type) {
14095     case Request:
14096         break;
14097     case Reply:
14098         switch(header->rep_status) {
14099         case NO_EXCEPTION:
14100             /* Function returns void */
14101 
14102             break;
14103         case USER_EXCEPTION:
14104             break;
14105         default:
14106             /* Unknown Exception */
14107             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
14108             break;
14109         }   /* switch(header->rep_status) */
14110 
14111         break;
14112     default:
14113         /* Unknown GIOP Message */
14114         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
14115         break;
14116     } /* switch(header->message_type) */
14117 }
14118 
14119 /*
14120  * IDL:org/csapi/fw/fw_service/integrity/IpSvcLoadManager/createLoadLevelNotification:1.0
14121  */
14122 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_createLoadLevelNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)14123 decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_createLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
14124 {
14125     switch(header->message_type) {
14126     case Request:
14127         break;
14128     case Reply:
14129         switch(header->rep_status) {
14130         case NO_EXCEPTION:
14131             /* Function returns void */
14132 
14133             break;
14134         case USER_EXCEPTION:
14135             break;
14136         default:
14137             /* Unknown Exception */
14138             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
14139             break;
14140         }   /* switch(header->rep_status) */
14141 
14142         break;
14143     default:
14144         /* Unknown GIOP Message */
14145         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
14146         break;
14147     } /* switch(header->message_type) */
14148 }
14149 
14150 /*
14151  * IDL:org/csapi/fw/fw_service/integrity/IpSvcLoadManager/destroyLoadLevelNotification:1.0
14152  */
14153 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_destroyLoadLevelNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)14154 decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_destroyLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
14155 {
14156     switch(header->message_type) {
14157     case Request:
14158         break;
14159     case Reply:
14160         switch(header->rep_status) {
14161         case NO_EXCEPTION:
14162             /* Function returns void */
14163 
14164             break;
14165         case USER_EXCEPTION:
14166             break;
14167         default:
14168             /* Unknown Exception */
14169             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
14170             break;
14171         }   /* switch(header->rep_status) */
14172 
14173         break;
14174     default:
14175         /* Unknown GIOP Message */
14176         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
14177         break;
14178     } /* switch(header->message_type) */
14179 }
14180 
14181 /*
14182  * IDL:org/csapi/fw/fw_service/integrity/IpSvcLoadManager/querySvcLoadStatsReq:1.0
14183  */
14184 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadStatsReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)14185 decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadStatsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
14186 {
14187     switch(header->message_type) {
14188     case Request:
14189         proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadStatsReq_loadStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
14190 
14191         /*  Begin struct "org_csapi_TpTimeInterval"  */
14192         decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
14193         /*  End struct "org_csapi_TpTimeInterval"  */
14194         break;
14195     case Reply:
14196         switch(header->rep_status) {
14197         case NO_EXCEPTION:
14198             /* Function returns void */
14199 
14200             break;
14201         case USER_EXCEPTION:
14202             break;
14203         default:
14204             /* Unknown Exception */
14205             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
14206             break;
14207         }   /* switch(header->rep_status) */
14208 
14209         break;
14210     default:
14211         /* Unknown GIOP Message */
14212         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
14213         break;
14214     } /* switch(header->message_type) */
14215 }
14216 
14217 /*
14218  * IDL:org/csapi/fw/fw_service/integrity/IpSvcLoadManager/queryLoadStatsRes:1.0
14219  */
14220 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)14221 decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
14222 {
14223     /* Operation specific Variable declarations Begin */
14224     guint32   u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_loadStatistics;
14225     guint32   i_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_loadStatistics;
14226     /* Operation specific Variable declarations End */
14227 
14228     switch(header->message_type) {
14229     case Request:
14230         proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_loadStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
14231 
14232         u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
14233         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_loadStatistics_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_loadStatistics);
14234 
14235         for (i_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_loadStatistics=0; i_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_loadStatistics < u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_loadStatistics; i_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_loadStatistics++) {
14236 
14237             /*  Begin struct "org_csapi_fw_TpLoadStatistic"  */
14238             decode_org_csapi_fw_TpLoadStatistic_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
14239             /*  End struct "org_csapi_fw_TpLoadStatistic"  */
14240         }
14241 
14242         break;
14243     case Reply:
14244         switch(header->rep_status) {
14245         case NO_EXCEPTION:
14246             /* Function returns void */
14247 
14248             break;
14249         case USER_EXCEPTION:
14250             break;
14251         default:
14252             /* Unknown Exception */
14253             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
14254             break;
14255         }   /* switch(header->rep_status) */
14256 
14257         break;
14258     default:
14259         /* Unknown GIOP Message */
14260         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
14261         break;
14262     } /* switch(header->message_type) */
14263 }
14264 
14265 /*
14266  * IDL:org/csapi/fw/fw_service/integrity/IpSvcLoadManager/queryLoadStatsErr:1.0
14267  */
14268 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)14269 decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
14270 {
14271     /* Operation specific Variable declarations Begin */
14272     guint32   u_octet4;
14273     /* Operation specific Variable declarations End */
14274 
14275     switch(header->message_type) {
14276     case Request:
14277         proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsErr_loadStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
14278 
14279         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
14280         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsErr_loadStatisticsError, tvb, *offset-4, 4, u_octet4);
14281 
14282         break;
14283     case Reply:
14284         switch(header->rep_status) {
14285         case NO_EXCEPTION:
14286             /* Function returns void */
14287 
14288             break;
14289         case USER_EXCEPTION:
14290             break;
14291         default:
14292             /* Unknown Exception */
14293             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
14294             break;
14295         }   /* switch(header->rep_status) */
14296 
14297         break;
14298     default:
14299         /* Unknown GIOP Message */
14300         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
14301         break;
14302     } /* switch(header->message_type) */
14303 }
14304 
14305 /*
14306  * IDL:org/csapi/fw/fw_service/integrity/IpFwLoadManager/reportLoad:1.0
14307  */
14308 static void
decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_reportLoad(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)14309 decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_reportLoad(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
14310 {
14311     /* Operation specific Variable declarations Begin */
14312     guint32   u_octet4;
14313     /* Operation specific Variable declarations End */
14314 
14315     switch(header->message_type) {
14316     case Request:
14317         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
14318         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_reportLoad_loadLevel, tvb, *offset-4, 4, u_octet4);
14319 
14320         break;
14321     case Reply:
14322         switch(header->rep_status) {
14323         case NO_EXCEPTION:
14324             /* Function returns void */
14325 
14326             break;
14327         case USER_EXCEPTION:
14328             break;
14329         default:
14330             /* Unknown Exception */
14331             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
14332             break;
14333         }   /* switch(header->rep_status) */
14334 
14335         break;
14336     default:
14337         /* Unknown GIOP Message */
14338         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
14339         break;
14340     } /* switch(header->message_type) */
14341 }
14342 
14343 /*
14344  * IDL:org/csapi/fw/fw_service/integrity/IpFwLoadManager/queryLoadReq:1.0
14345  */
14346 static void
decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)14347 decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
14348 {
14349     /* Operation specific Variable declarations Begin */
14350     guint32   u_octet4;
14351     /* Operation specific Variable declarations End */
14352 
14353     switch(header->message_type) {
14354     case Request:
14355         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
14356         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadReq_querySubject, tvb, *offset-4, 4, u_octet4);
14357 
14358         /*  Begin struct "org_csapi_TpTimeInterval"  */
14359         decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
14360         /*  End struct "org_csapi_TpTimeInterval"  */
14361         break;
14362     case Reply:
14363         switch(header->rep_status) {
14364         case NO_EXCEPTION:
14365             /* Function returns void */
14366 
14367             break;
14368         case USER_EXCEPTION:
14369             break;
14370         default:
14371             /* Unknown Exception */
14372             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
14373             break;
14374         }   /* switch(header->rep_status) */
14375 
14376         break;
14377     default:
14378         /* Unknown GIOP Message */
14379         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
14380         break;
14381     } /* switch(header->message_type) */
14382 }
14383 
14384 /*
14385  * IDL:org/csapi/fw/fw_service/integrity/IpFwLoadManager/querySvcLoadRes:1.0
14386  */
14387 static void
decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)14388 decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
14389 {
14390     /* Operation specific Variable declarations Begin */
14391     guint32   u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes_loadStatistics;
14392     guint32   i_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes_loadStatistics;
14393     /* Operation specific Variable declarations End */
14394 
14395     switch(header->message_type) {
14396     case Request:
14397         u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
14398         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes_loadStatistics_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes_loadStatistics);
14399 
14400         for (i_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes_loadStatistics=0; i_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes_loadStatistics < u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes_loadStatistics; i_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes_loadStatistics++) {
14401 
14402             /*  Begin struct "org_csapi_fw_TpLoadStatistic"  */
14403             decode_org_csapi_fw_TpLoadStatistic_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
14404             /*  End struct "org_csapi_fw_TpLoadStatistic"  */
14405         }
14406 
14407         break;
14408     case Reply:
14409         switch(header->rep_status) {
14410         case NO_EXCEPTION:
14411             /* Function returns void */
14412 
14413             break;
14414         case USER_EXCEPTION:
14415             break;
14416         default:
14417             /* Unknown Exception */
14418             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
14419             break;
14420         }   /* switch(header->rep_status) */
14421 
14422         break;
14423     default:
14424         /* Unknown GIOP Message */
14425         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
14426         break;
14427     } /* switch(header->message_type) */
14428 }
14429 
14430 /*
14431  * IDL:org/csapi/fw/fw_service/integrity/IpFwLoadManager/querySvcLoadErr:1.0
14432  */
14433 static void
decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)14434 decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
14435 {
14436     /* Operation specific Variable declarations Begin */
14437     guint32   u_octet4;
14438     /* Operation specific Variable declarations End */
14439 
14440     switch(header->message_type) {
14441     case Request:
14442         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
14443         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadErr_loadStatisticError, tvb, *offset-4, 4, u_octet4);
14444 
14445         break;
14446     case Reply:
14447         switch(header->rep_status) {
14448         case NO_EXCEPTION:
14449             /* Function returns void */
14450 
14451             break;
14452         case USER_EXCEPTION:
14453             break;
14454         default:
14455             /* Unknown Exception */
14456             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
14457             break;
14458         }   /* switch(header->rep_status) */
14459 
14460         break;
14461     default:
14462         /* Unknown GIOP Message */
14463         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
14464         break;
14465     } /* switch(header->message_type) */
14466 }
14467 
14468 /*
14469  * IDL:org/csapi/fw/fw_service/integrity/IpFwLoadManager/createLoadLevelNotification:1.0
14470  */
14471 static void
decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_createLoadLevelNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)14472 decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_createLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
14473 {
14474     /* Operation specific Variable declarations Begin */
14475     guint32   u_octet4;
14476     /* Operation specific Variable declarations End */
14477 
14478     switch(header->message_type) {
14479     case Request:
14480         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
14481         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_createLoadLevelNotification_notificationSubject, tvb, *offset-4, 4, u_octet4);
14482 
14483         break;
14484     case Reply:
14485         switch(header->rep_status) {
14486         case NO_EXCEPTION:
14487             /* Function returns void */
14488 
14489             break;
14490         case USER_EXCEPTION:
14491             break;
14492         default:
14493             /* Unknown Exception */
14494             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
14495             break;
14496         }   /* switch(header->rep_status) */
14497 
14498         break;
14499     default:
14500         /* Unknown GIOP Message */
14501         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
14502         break;
14503     } /* switch(header->message_type) */
14504 }
14505 
14506 /*
14507  * IDL:org/csapi/fw/fw_service/integrity/IpFwLoadManager/destroyLoadLevelNotification:1.0
14508  */
14509 static void
decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_destroyLoadLevelNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)14510 decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_destroyLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
14511 {
14512     /* Operation specific Variable declarations Begin */
14513     guint32   u_octet4;
14514     /* Operation specific Variable declarations End */
14515 
14516     switch(header->message_type) {
14517     case Request:
14518         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
14519         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_destroyLoadLevelNotification_notificationSubject, tvb, *offset-4, 4, u_octet4);
14520 
14521         break;
14522     case Reply:
14523         switch(header->rep_status) {
14524         case NO_EXCEPTION:
14525             /* Function returns void */
14526 
14527             break;
14528         case USER_EXCEPTION:
14529             break;
14530         default:
14531             /* Unknown Exception */
14532             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
14533             break;
14534         }   /* switch(header->rep_status) */
14535 
14536         break;
14537     default:
14538         /* Unknown GIOP Message */
14539         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
14540         break;
14541     } /* switch(header->message_type) */
14542 }
14543 
14544 /*
14545  * IDL:org/csapi/fw/fw_service/integrity/IpFwLoadManager/suspendNotification:1.0
14546  */
14547 static void
decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_suspendNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)14548 decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_suspendNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
14549 {
14550     /* Operation specific Variable declarations Begin */
14551     guint32   u_octet4;
14552     /* Operation specific Variable declarations End */
14553 
14554     switch(header->message_type) {
14555     case Request:
14556         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
14557         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_suspendNotification_notificationSubject, tvb, *offset-4, 4, u_octet4);
14558 
14559         break;
14560     case Reply:
14561         switch(header->rep_status) {
14562         case NO_EXCEPTION:
14563             /* Function returns void */
14564 
14565             break;
14566         case USER_EXCEPTION:
14567             break;
14568         default:
14569             /* Unknown Exception */
14570             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
14571             break;
14572         }   /* switch(header->rep_status) */
14573 
14574         break;
14575     default:
14576         /* Unknown GIOP Message */
14577         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
14578         break;
14579     } /* switch(header->message_type) */
14580 }
14581 
14582 /*
14583  * IDL:org/csapi/fw/fw_service/integrity/IpFwLoadManager/resumeNotification:1.0
14584  */
14585 static void
decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_resumeNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)14586 decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_resumeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
14587 {
14588     /* Operation specific Variable declarations Begin */
14589     guint32   u_octet4;
14590     /* Operation specific Variable declarations End */
14591 
14592     switch(header->message_type) {
14593     case Request:
14594         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
14595         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_resumeNotification_notificationSubject, tvb, *offset-4, 4, u_octet4);
14596 
14597         break;
14598     case Reply:
14599         switch(header->rep_status) {
14600         case NO_EXCEPTION:
14601             /* Function returns void */
14602 
14603             break;
14604         case USER_EXCEPTION:
14605             break;
14606         default:
14607             /* Unknown Exception */
14608             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
14609             break;
14610         }   /* switch(header->rep_status) */
14611 
14612         break;
14613     default:
14614         /* Unknown GIOP Message */
14615         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
14616         break;
14617     } /* switch(header->message_type) */
14618 }
14619 
14620 /*
14621  * IDL:org/csapi/fw/fw_service/integrity/IpFwLoadManager/queryLoadStatsReq:1.0
14622  */
14623 static void
decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadStatsReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)14624 decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadStatsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
14625 {
14626     /* Operation specific Variable declarations Begin */
14627     guint32   u_octet4;
14628     /* Operation specific Variable declarations End */
14629 
14630     switch(header->message_type) {
14631     case Request:
14632         proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadStatsReq_loadStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
14633 
14634         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
14635         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadStatsReq_querySubject, tvb, *offset-4, 4, u_octet4);
14636 
14637         /*  Begin struct "org_csapi_TpTimeInterval"  */
14638         decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
14639         /*  End struct "org_csapi_TpTimeInterval"  */
14640         break;
14641     case Reply:
14642         switch(header->rep_status) {
14643         case NO_EXCEPTION:
14644             /* Function returns void */
14645 
14646             break;
14647         case USER_EXCEPTION:
14648             break;
14649         default:
14650             /* Unknown Exception */
14651             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
14652             break;
14653         }   /* switch(header->rep_status) */
14654 
14655         break;
14656     default:
14657         /* Unknown GIOP Message */
14658         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
14659         break;
14660     } /* switch(header->message_type) */
14661 }
14662 
14663 /*
14664  * IDL:org/csapi/fw/fw_service/integrity/IpFwLoadManager/querySvcLoadStatsRes:1.0
14665  */
14666 static void
decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)14667 decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
14668 {
14669     /* Operation specific Variable declarations Begin */
14670     guint32   u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_loadStatistics;
14671     guint32   i_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_loadStatistics;
14672     /* Operation specific Variable declarations End */
14673 
14674     switch(header->message_type) {
14675     case Request:
14676         proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_loadStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
14677 
14678         u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
14679         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_loadStatistics_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_loadStatistics);
14680 
14681         for (i_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_loadStatistics=0; i_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_loadStatistics < u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_loadStatistics; i_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_loadStatistics++) {
14682 
14683             /*  Begin struct "org_csapi_fw_TpLoadStatistic"  */
14684             decode_org_csapi_fw_TpLoadStatistic_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
14685             /*  End struct "org_csapi_fw_TpLoadStatistic"  */
14686         }
14687 
14688         break;
14689     case Reply:
14690         switch(header->rep_status) {
14691         case NO_EXCEPTION:
14692             /* Function returns void */
14693 
14694             break;
14695         case USER_EXCEPTION:
14696             break;
14697         default:
14698             /* Unknown Exception */
14699             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
14700             break;
14701         }   /* switch(header->rep_status) */
14702 
14703         break;
14704     default:
14705         /* Unknown GIOP Message */
14706         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
14707         break;
14708     } /* switch(header->message_type) */
14709 }
14710 
14711 /*
14712  * IDL:org/csapi/fw/fw_service/integrity/IpFwLoadManager/querySvcLoadStatsErr:1.0
14713  */
14714 static void
decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)14715 decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
14716 {
14717     /* Operation specific Variable declarations Begin */
14718     guint32   u_octet4;
14719     /* Operation specific Variable declarations End */
14720 
14721     switch(header->message_type) {
14722     case Request:
14723         proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsErr_loadStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
14724 
14725         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
14726         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsErr_loadStatisticError, tvb, *offset-4, 4, u_octet4);
14727 
14728         break;
14729     case Reply:
14730         switch(header->rep_status) {
14731         case NO_EXCEPTION:
14732             /* Function returns void */
14733 
14734             break;
14735         case USER_EXCEPTION:
14736             break;
14737         default:
14738             /* Unknown Exception */
14739             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
14740             break;
14741         }   /* switch(header->rep_status) */
14742 
14743         break;
14744     default:
14745         /* Unknown GIOP Message */
14746         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
14747         break;
14748     } /* switch(header->message_type) */
14749 }
14750 
14751 /*
14752  * IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/activityTestRes:1.0
14753  */
14754 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)14755 decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
14756 {
14757     switch(header->message_type) {
14758     case Request:
14759         proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestRes_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
14760 
14761         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestRes_activityTestResult);
14762 
14763         break;
14764     case Reply:
14765         switch(header->rep_status) {
14766         case NO_EXCEPTION:
14767             /* Function returns void */
14768 
14769             break;
14770         case USER_EXCEPTION:
14771             break;
14772         default:
14773             /* Unknown Exception */
14774             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
14775             break;
14776         }   /* switch(header->rep_status) */
14777 
14778         break;
14779     default:
14780         /* Unknown GIOP Message */
14781         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
14782         break;
14783     } /* switch(header->message_type) */
14784 }
14785 
14786 /*
14787  * IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/svcActivityTestReq:1.0
14788  */
14789 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcActivityTestReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)14790 decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcActivityTestReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
14791 {
14792     switch(header->message_type) {
14793     case Request:
14794         proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcActivityTestReq_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
14795 
14796         break;
14797     case Reply:
14798         switch(header->rep_status) {
14799         case NO_EXCEPTION:
14800             /* Function returns void */
14801 
14802             break;
14803         case USER_EXCEPTION:
14804             break;
14805         default:
14806             /* Unknown Exception */
14807             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
14808             break;
14809         }   /* switch(header->rep_status) */
14810 
14811         break;
14812     default:
14813         /* Unknown GIOP Message */
14814         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
14815         break;
14816     } /* switch(header->message_type) */
14817 }
14818 
14819 /*
14820  * IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/fwFaultReportInd:1.0
14821  */
14822 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultReportInd(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)14823 decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultReportInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
14824 {
14825     /* Operation specific Variable declarations Begin */
14826     guint32   u_octet4;
14827     /* Operation specific Variable declarations End */
14828 
14829     switch(header->message_type) {
14830     case Request:
14831         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
14832         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultReportInd_fault, tvb, *offset-4, 4, u_octet4);
14833 
14834         break;
14835     case Reply:
14836         switch(header->rep_status) {
14837         case NO_EXCEPTION:
14838             /* Function returns void */
14839 
14840             break;
14841         case USER_EXCEPTION:
14842             break;
14843         default:
14844             /* Unknown Exception */
14845             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
14846             break;
14847         }   /* switch(header->rep_status) */
14848 
14849         break;
14850     default:
14851         /* Unknown GIOP Message */
14852         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
14853         break;
14854     } /* switch(header->message_type) */
14855 }
14856 
14857 /*
14858  * IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/fwFaultRecoveryInd:1.0
14859  */
14860 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultRecoveryInd(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)14861 decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultRecoveryInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
14862 {
14863     /* Operation specific Variable declarations Begin */
14864     guint32   u_octet4;
14865     /* Operation specific Variable declarations End */
14866 
14867     switch(header->message_type) {
14868     case Request:
14869         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
14870         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultRecoveryInd_fault, tvb, *offset-4, 4, u_octet4);
14871 
14872         break;
14873     case Reply:
14874         switch(header->rep_status) {
14875         case NO_EXCEPTION:
14876             /* Function returns void */
14877 
14878             break;
14879         case USER_EXCEPTION:
14880             break;
14881         default:
14882             /* Unknown Exception */
14883             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
14884             break;
14885         }   /* switch(header->rep_status) */
14886 
14887         break;
14888     default:
14889         /* Unknown GIOP Message */
14890         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
14891         break;
14892     } /* switch(header->message_type) */
14893 }
14894 
14895 /*
14896  * IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/fwUnavailableInd:1.0
14897  */
14898 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwUnavailableInd(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)14899 decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
14900 {
14901     /* Operation specific Variable declarations Begin */
14902     guint32   u_octet4;
14903     /* Operation specific Variable declarations End */
14904 
14905     switch(header->message_type) {
14906     case Request:
14907         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
14908         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwUnavailableInd_reason, tvb, *offset-4, 4, u_octet4);
14909 
14910         break;
14911     case Reply:
14912         switch(header->rep_status) {
14913         case NO_EXCEPTION:
14914             /* Function returns void */
14915 
14916             break;
14917         case USER_EXCEPTION:
14918             break;
14919         default:
14920             /* Unknown Exception */
14921             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
14922             break;
14923         }   /* switch(header->rep_status) */
14924 
14925         break;
14926     default:
14927         /* Unknown GIOP Message */
14928         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
14929         break;
14930     } /* switch(header->message_type) */
14931 }
14932 
14933 /*
14934  * IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/svcUnavailableInd:1.0
14935  */
14936 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcUnavailableInd(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)14937 decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
14938 {
14939     switch(header->message_type) {
14940     case Request:
14941         break;
14942     case Reply:
14943         switch(header->rep_status) {
14944         case NO_EXCEPTION:
14945             /* Function returns void */
14946 
14947             break;
14948         case USER_EXCEPTION:
14949             break;
14950         default:
14951             /* Unknown Exception */
14952             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
14953             break;
14954         }   /* switch(header->rep_status) */
14955 
14956         break;
14957     default:
14958         /* Unknown GIOP Message */
14959         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
14960         break;
14961     } /* switch(header->message_type) */
14962 }
14963 
14964 /*
14965  * IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/appUnavailableInd:1.0
14966  */
14967 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appUnavailableInd(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)14968 decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
14969 {
14970     switch(header->message_type) {
14971     case Request:
14972         break;
14973     case Reply:
14974         switch(header->rep_status) {
14975         case NO_EXCEPTION:
14976             /* Function returns void */
14977 
14978             break;
14979         case USER_EXCEPTION:
14980             break;
14981         default:
14982             /* Unknown Exception */
14983             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
14984             break;
14985         }   /* switch(header->rep_status) */
14986 
14987         break;
14988     default:
14989         /* Unknown GIOP Message */
14990         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
14991         break;
14992     } /* switch(header->message_type) */
14993 }
14994 
14995 /*
14996  * IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/genFaultStatsRecordRes:1.0
14997  */
14998 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)14999 decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
15000 {
15001     /* Operation specific Variable declarations Begin */
15002     guint32   u_octet4;
15003     /* Operation specific Variable declarations End */
15004 
15005     switch(header->message_type) {
15006     case Request:
15007         /*  Begin struct "org_csapi_fw_TpFaultStatsRecord"  */
15008         decode_org_csapi_fw_TpFaultStatsRecord_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
15009         /*  End struct "org_csapi_fw_TpFaultStatsRecord"  */
15010         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
15011         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordRes_recordSubject, tvb, *offset-4, 4, u_octet4);
15012 
15013         break;
15014     case Reply:
15015         switch(header->rep_status) {
15016         case NO_EXCEPTION:
15017             /* Function returns void */
15018 
15019             break;
15020         case USER_EXCEPTION:
15021             break;
15022         default:
15023             /* Unknown Exception */
15024             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
15025             break;
15026         }   /* switch(header->rep_status) */
15027 
15028         break;
15029     default:
15030         /* Unknown GIOP Message */
15031         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
15032         break;
15033     } /* switch(header->message_type) */
15034 }
15035 
15036 /*
15037  * IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/activityTestErr:1.0
15038  */
15039 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)15040 decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
15041 {
15042     switch(header->message_type) {
15043     case Request:
15044         proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestErr_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
15045 
15046         break;
15047     case Reply:
15048         switch(header->rep_status) {
15049         case NO_EXCEPTION:
15050             /* Function returns void */
15051 
15052             break;
15053         case USER_EXCEPTION:
15054             break;
15055         default:
15056             /* Unknown Exception */
15057             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
15058             break;
15059         }   /* switch(header->rep_status) */
15060 
15061         break;
15062     default:
15063         /* Unknown GIOP Message */
15064         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
15065         break;
15066     } /* switch(header->message_type) */
15067 }
15068 
15069 /*
15070  * IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/genFaultStatsRecordErr:1.0
15071  */
15072 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)15073 decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
15074 {
15075     /* Operation specific Variable declarations Begin */
15076     guint32   u_octet4;
15077     /* Operation specific Variable declarations End */
15078 
15079     switch(header->message_type) {
15080     case Request:
15081         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
15082         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordErr_faultStatisticsError, tvb, *offset-4, 4, u_octet4);
15083 
15084         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
15085         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordErr_recordSubject, tvb, *offset-4, 4, u_octet4);
15086 
15087         break;
15088     case Reply:
15089         switch(header->rep_status) {
15090         case NO_EXCEPTION:
15091             /* Function returns void */
15092 
15093             break;
15094         case USER_EXCEPTION:
15095             break;
15096         default:
15097             /* Unknown Exception */
15098             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
15099             break;
15100         }   /* switch(header->rep_status) */
15101 
15102         break;
15103     default:
15104         /* Unknown GIOP Message */
15105         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
15106         break;
15107     } /* switch(header->message_type) */
15108 }
15109 
15110 /*
15111  * IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/genFaultStatsRecordReq:1.0
15112  */
15113 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)15114 decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
15115 {
15116     /* Operation specific Variable declarations Begin */
15117     guint32   u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs;
15118     guint32   i_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs;
15119     /* Operation specific Variable declarations End */
15120 
15121     switch(header->message_type) {
15122     case Request:
15123         /*  Begin struct "org_csapi_TpTimeInterval"  */
15124         decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
15125         /*  End struct "org_csapi_TpTimeInterval"  */
15126         u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
15127         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs);
15128 
15129         for (i_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs=0; i_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs < u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs; i_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs++) {
15130 
15131             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs);
15132 
15133         }
15134 
15135         break;
15136     case Reply:
15137         switch(header->rep_status) {
15138         case NO_EXCEPTION:
15139             /* Function returns void */
15140 
15141             break;
15142         case USER_EXCEPTION:
15143             break;
15144         default:
15145             /* Unknown Exception */
15146             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
15147             break;
15148         }   /* switch(header->rep_status) */
15149 
15150         break;
15151     default:
15152         /* Unknown GIOP Message */
15153         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
15154         break;
15155     } /* switch(header->message_type) */
15156 }
15157 
15158 /*
15159  * IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/generateFaultStatsRecordReq:1.0
15160  */
15161 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatsRecordReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)15162 decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
15163 {
15164     switch(header->message_type) {
15165     case Request:
15166         /*  Begin struct "org_csapi_TpTimeInterval"  */
15167         decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
15168         /*  End struct "org_csapi_TpTimeInterval"  */
15169         break;
15170     case Reply:
15171         switch(header->rep_status) {
15172         case NO_EXCEPTION:
15173             /* Function returns void */
15174 
15175             break;
15176         case USER_EXCEPTION:
15177             break;
15178         default:
15179             /* Unknown Exception */
15180             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
15181             break;
15182         }   /* switch(header->rep_status) */
15183 
15184         break;
15185     default:
15186         /* Unknown GIOP Message */
15187         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
15188         break;
15189     } /* switch(header->message_type) */
15190 }
15191 
15192 /*
15193  * IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/appAvailStatusInd:1.0
15194  */
15195 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appAvailStatusInd(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)15196 decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appAvailStatusInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
15197 {
15198     /* Operation specific Variable declarations Begin */
15199     guint32   u_octet4;
15200     /* Operation specific Variable declarations End */
15201 
15202     switch(header->message_type) {
15203     case Request:
15204         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
15205         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appAvailStatusInd_reason, tvb, *offset-4, 4, u_octet4);
15206 
15207         break;
15208     case Reply:
15209         switch(header->rep_status) {
15210         case NO_EXCEPTION:
15211             /* Function returns void */
15212 
15213             break;
15214         case USER_EXCEPTION:
15215             break;
15216         default:
15217             /* Unknown Exception */
15218             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
15219             break;
15220         }   /* switch(header->rep_status) */
15221 
15222         break;
15223     default:
15224         /* Unknown GIOP Message */
15225         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
15226         break;
15227     } /* switch(header->message_type) */
15228 }
15229 
15230 /*
15231  * IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/generateFaultStatisticsRecordRes:1.0
15232  */
15233 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)15234 decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
15235 {
15236     /* Operation specific Variable declarations Begin */
15237     guint32   u_octet4;
15238     /* Operation specific Variable declarations End */
15239 
15240     switch(header->message_type) {
15241     case Request:
15242         proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
15243 
15244         /*  Begin struct "org_csapi_fw_TpFaultStatsRecord"  */
15245         decode_org_csapi_fw_TpFaultStatsRecord_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
15246         /*  End struct "org_csapi_fw_TpFaultStatsRecord"  */
15247         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
15248         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordRes_recordSubject, tvb, *offset-4, 4, u_octet4);
15249 
15250         break;
15251     case Reply:
15252         switch(header->rep_status) {
15253         case NO_EXCEPTION:
15254             /* Function returns void */
15255 
15256             break;
15257         case USER_EXCEPTION:
15258             break;
15259         default:
15260             /* Unknown Exception */
15261             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
15262             break;
15263         }   /* switch(header->rep_status) */
15264 
15265         break;
15266     default:
15267         /* Unknown GIOP Message */
15268         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
15269         break;
15270     } /* switch(header->message_type) */
15271 }
15272 
15273 /*
15274  * IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/generateFaultStatisticsRecordErr:1.0
15275  */
15276 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)15277 decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
15278 {
15279     /* Operation specific Variable declarations Begin */
15280     guint32   u_octet4;
15281     /* Operation specific Variable declarations End */
15282 
15283     switch(header->message_type) {
15284     case Request:
15285         proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordErr_faultStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
15286 
15287         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
15288         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordErr_faultStatisticsError, tvb, *offset-4, 4, u_octet4);
15289 
15290         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
15291         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordErr_recordSubject, tvb, *offset-4, 4, u_octet4);
15292 
15293         break;
15294     case Reply:
15295         switch(header->rep_status) {
15296         case NO_EXCEPTION:
15297             /* Function returns void */
15298 
15299             break;
15300         case USER_EXCEPTION:
15301             break;
15302         default:
15303             /* Unknown Exception */
15304             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
15305             break;
15306         }   /* switch(header->rep_status) */
15307 
15308         break;
15309     default:
15310         /* Unknown GIOP Message */
15311         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
15312         break;
15313     } /* switch(header->message_type) */
15314 }
15315 
15316 /*
15317  * IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/generateFaultStatisticsRecordReq:1.0
15318  */
15319 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)15320 decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
15321 {
15322     switch(header->message_type) {
15323     case Request:
15324         proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordReq_faultStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
15325 
15326         /*  Begin struct "org_csapi_TpTimeInterval"  */
15327         decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
15328         /*  End struct "org_csapi_TpTimeInterval"  */
15329         break;
15330     case Reply:
15331         switch(header->rep_status) {
15332         case NO_EXCEPTION:
15333             /* Function returns void */
15334 
15335             break;
15336         case USER_EXCEPTION:
15337             break;
15338         default:
15339             /* Unknown Exception */
15340             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
15341             break;
15342         }   /* switch(header->rep_status) */
15343 
15344         break;
15345     default:
15346         /* Unknown GIOP Message */
15347         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
15348         break;
15349     } /* switch(header->message_type) */
15350 }
15351 
15352 /*
15353  * IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/fwAvailStatusInd:1.0
15354  */
15355 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwAvailStatusInd(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)15356 decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwAvailStatusInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
15357 {
15358     /* Operation specific Variable declarations Begin */
15359     guint32   u_octet4;
15360     /* Operation specific Variable declarations End */
15361 
15362     switch(header->message_type) {
15363     case Request:
15364         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
15365         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwAvailStatusInd_reason, tvb, *offset-4, 4, u_octet4);
15366 
15367         break;
15368     case Reply:
15369         switch(header->rep_status) {
15370         case NO_EXCEPTION:
15371             /* Function returns void */
15372 
15373             break;
15374         case USER_EXCEPTION:
15375             break;
15376         default:
15377             /* Unknown Exception */
15378             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
15379             break;
15380         }   /* switch(header->rep_status) */
15381 
15382         break;
15383     default:
15384         /* Unknown GIOP Message */
15385         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
15386         break;
15387     } /* switch(header->message_type) */
15388 }
15389 
15390 /*
15391  * IDL:org/csapi/fw/fw_service/integrity/IpFwFaultManager/activityTestReq:1.0
15392  */
15393 static void
decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_activityTestReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)15394 decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_activityTestReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
15395 {
15396     /* Operation specific Variable declarations Begin */
15397     guint32   u_octet4;
15398     /* Operation specific Variable declarations End */
15399 
15400     switch(header->message_type) {
15401     case Request:
15402         proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_activityTestReq_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
15403 
15404         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
15405         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_activityTestReq_testSubject, tvb, *offset-4, 4, u_octet4);
15406 
15407         break;
15408     case Reply:
15409         switch(header->rep_status) {
15410         case NO_EXCEPTION:
15411             /* Function returns void */
15412 
15413             break;
15414         case USER_EXCEPTION:
15415             break;
15416         default:
15417             /* Unknown Exception */
15418             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
15419             break;
15420         }   /* switch(header->rep_status) */
15421 
15422         break;
15423     default:
15424         /* Unknown GIOP Message */
15425         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
15426         break;
15427     } /* switch(header->message_type) */
15428 }
15429 
15430 /*
15431  * IDL:org/csapi/fw/fw_service/integrity/IpFwFaultManager/svcActivityTestRes:1.0
15432  */
15433 static void
decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)15434 decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
15435 {
15436     switch(header->message_type) {
15437     case Request:
15438         proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestRes_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
15439 
15440         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestRes_activityTestResult);
15441 
15442         break;
15443     case Reply:
15444         switch(header->rep_status) {
15445         case NO_EXCEPTION:
15446             /* Function returns void */
15447 
15448             break;
15449         case USER_EXCEPTION:
15450             break;
15451         default:
15452             /* Unknown Exception */
15453             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
15454             break;
15455         }   /* switch(header->rep_status) */
15456 
15457         break;
15458     default:
15459         /* Unknown GIOP Message */
15460         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
15461         break;
15462     } /* switch(header->message_type) */
15463 }
15464 
15465 /*
15466  * IDL:org/csapi/fw/fw_service/integrity/IpFwFaultManager/appUnavailableInd:1.0
15467  */
15468 static void
decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_appUnavailableInd(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)15469 decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_appUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
15470 {
15471     switch(header->message_type) {
15472     case Request:
15473         break;
15474     case Reply:
15475         switch(header->rep_status) {
15476         case NO_EXCEPTION:
15477             /* Function returns void */
15478 
15479             break;
15480         case USER_EXCEPTION:
15481             break;
15482         default:
15483             /* Unknown Exception */
15484             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
15485             break;
15486         }   /* switch(header->rep_status) */
15487 
15488         break;
15489     default:
15490         /* Unknown GIOP Message */
15491         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
15492         break;
15493     } /* switch(header->message_type) */
15494 }
15495 
15496 /*
15497  * IDL:org/csapi/fw/fw_service/integrity/IpFwFaultManager/genFaultStatsRecordReq:1.0
15498  */
15499 static void
decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)15500 decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
15501 {
15502     /* Operation specific Variable declarations Begin */
15503     guint32   u_octet4;
15504     /* Operation specific Variable declarations End */
15505 
15506     switch(header->message_type) {
15507     case Request:
15508         /*  Begin struct "org_csapi_TpTimeInterval"  */
15509         decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
15510         /*  End struct "org_csapi_TpTimeInterval"  */
15511         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
15512         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordReq_recordSubject, tvb, *offset-4, 4, u_octet4);
15513 
15514         break;
15515     case Reply:
15516         switch(header->rep_status) {
15517         case NO_EXCEPTION:
15518             /* Function returns void */
15519 
15520             break;
15521         case USER_EXCEPTION:
15522             break;
15523         default:
15524             /* Unknown Exception */
15525             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
15526             break;
15527         }   /* switch(header->rep_status) */
15528 
15529         break;
15530     default:
15531         /* Unknown GIOP Message */
15532         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
15533         break;
15534     } /* switch(header->message_type) */
15535 }
15536 
15537 /*
15538  * IDL:org/csapi/fw/fw_service/integrity/IpFwFaultManager/svcUnavailableInd:1.0
15539  */
15540 static void
decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcUnavailableInd(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)15541 decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
15542 {
15543     /* Operation specific Variable declarations Begin */
15544     guint32   u_octet4;
15545     /* Operation specific Variable declarations End */
15546 
15547     switch(header->message_type) {
15548     case Request:
15549         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
15550         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcUnavailableInd_reason, tvb, *offset-4, 4, u_octet4);
15551 
15552         break;
15553     case Reply:
15554         switch(header->rep_status) {
15555         case NO_EXCEPTION:
15556             /* Function returns void */
15557 
15558             break;
15559         case USER_EXCEPTION:
15560             break;
15561         default:
15562             /* Unknown Exception */
15563             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
15564             break;
15565         }   /* switch(header->rep_status) */
15566 
15567         break;
15568     default:
15569         /* Unknown GIOP Message */
15570         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
15571         break;
15572     } /* switch(header->message_type) */
15573 }
15574 
15575 /*
15576  * IDL:org/csapi/fw/fw_service/integrity/IpFwFaultManager/svcActivityTestErr:1.0
15577  */
15578 static void
decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)15579 decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
15580 {
15581     switch(header->message_type) {
15582     case Request:
15583         proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestErr_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
15584 
15585         break;
15586     case Reply:
15587         switch(header->rep_status) {
15588         case NO_EXCEPTION:
15589             /* Function returns void */
15590 
15591             break;
15592         case USER_EXCEPTION:
15593             break;
15594         default:
15595             /* Unknown Exception */
15596             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
15597             break;
15598         }   /* switch(header->rep_status) */
15599 
15600         break;
15601     default:
15602         /* Unknown GIOP Message */
15603         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
15604         break;
15605     } /* switch(header->message_type) */
15606 }
15607 
15608 /*
15609  * IDL:org/csapi/fw/fw_service/integrity/IpFwFaultManager/genFaultStatsRecordRes:1.0
15610  */
15611 static void
decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)15612 decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
15613 {
15614     /* Operation specific Variable declarations Begin */
15615     guint32   u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs;
15616     guint32   i_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs;
15617     /* Operation specific Variable declarations End */
15618 
15619     switch(header->message_type) {
15620     case Request:
15621         /*  Begin struct "org_csapi_fw_TpFaultStatsRecord"  */
15622         decode_org_csapi_fw_TpFaultStatsRecord_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
15623         /*  End struct "org_csapi_fw_TpFaultStatsRecord"  */
15624         u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
15625         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs);
15626 
15627         for (i_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs=0; i_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs < u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs; i_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs++) {
15628 
15629             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs);
15630 
15631         }
15632 
15633         break;
15634     case Reply:
15635         switch(header->rep_status) {
15636         case NO_EXCEPTION:
15637             /* Function returns void */
15638 
15639             break;
15640         case USER_EXCEPTION:
15641             break;
15642         default:
15643             /* Unknown Exception */
15644             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
15645             break;
15646         }   /* switch(header->rep_status) */
15647 
15648         break;
15649     default:
15650         /* Unknown GIOP Message */
15651         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
15652         break;
15653     } /* switch(header->message_type) */
15654 }
15655 
15656 /*
15657  * IDL:org/csapi/fw/fw_service/integrity/IpFwFaultManager/genFaultStatsRecordErr:1.0
15658  */
15659 static void
decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)15660 decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
15661 {
15662     /* Operation specific Variable declarations Begin */
15663     guint32   u_octet4;
15664     guint32   u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs;
15665     guint32   i_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs;
15666     /* Operation specific Variable declarations End */
15667 
15668     switch(header->message_type) {
15669     case Request:
15670         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
15671         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_faultStatisticsError, tvb, *offset-4, 4, u_octet4);
15672 
15673         u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
15674         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs);
15675 
15676         for (i_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs=0; i_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs < u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs; i_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs++) {
15677 
15678             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs);
15679 
15680         }
15681 
15682         break;
15683     case Reply:
15684         switch(header->rep_status) {
15685         case NO_EXCEPTION:
15686             /* Function returns void */
15687 
15688             break;
15689         case USER_EXCEPTION:
15690             break;
15691         default:
15692             /* Unknown Exception */
15693             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
15694             break;
15695         }   /* switch(header->rep_status) */
15696 
15697         break;
15698     default:
15699         /* Unknown GIOP Message */
15700         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
15701         break;
15702     } /* switch(header->message_type) */
15703 }
15704 
15705 /*
15706  * IDL:org/csapi/fw/fw_service/integrity/IpFwFaultManager/generateFaultStatsRecordRes:1.0
15707  */
15708 static void
decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)15709 decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
15710 {
15711     switch(header->message_type) {
15712     case Request:
15713         /*  Begin struct "org_csapi_fw_TpFaultStatsRecord"  */
15714         decode_org_csapi_fw_TpFaultStatsRecord_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
15715         /*  End struct "org_csapi_fw_TpFaultStatsRecord"  */
15716         break;
15717     case Reply:
15718         switch(header->rep_status) {
15719         case NO_EXCEPTION:
15720             /* Function returns void */
15721 
15722             break;
15723         case USER_EXCEPTION:
15724             break;
15725         default:
15726             /* Unknown Exception */
15727             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
15728             break;
15729         }   /* switch(header->rep_status) */
15730 
15731         break;
15732     default:
15733         /* Unknown GIOP Message */
15734         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
15735         break;
15736     } /* switch(header->message_type) */
15737 }
15738 
15739 /*
15740  * IDL:org/csapi/fw/fw_service/integrity/IpFwFaultManager/generateFaultStatsRecordErr:1.0
15741  */
15742 static void
decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)15743 decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
15744 {
15745     /* Operation specific Variable declarations Begin */
15746     guint32   u_octet4;
15747     /* Operation specific Variable declarations End */
15748 
15749     switch(header->message_type) {
15750     case Request:
15751         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
15752         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordErr_faultStatisticsError, tvb, *offset-4, 4, u_octet4);
15753 
15754         break;
15755     case Reply:
15756         switch(header->rep_status) {
15757         case NO_EXCEPTION:
15758             /* Function returns void */
15759 
15760             break;
15761         case USER_EXCEPTION:
15762             break;
15763         default:
15764             /* Unknown Exception */
15765             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
15766             break;
15767         }   /* switch(header->rep_status) */
15768 
15769         break;
15770     default:
15771         /* Unknown GIOP Message */
15772         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
15773         break;
15774     } /* switch(header->message_type) */
15775 }
15776 
15777 /*
15778  * IDL:org/csapi/fw/fw_service/integrity/IpFwFaultManager/svcAvailStatusInd:1.0
15779  */
15780 static void
decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcAvailStatusInd(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)15781 decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcAvailStatusInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
15782 {
15783     /* Operation specific Variable declarations Begin */
15784     guint32   u_octet4;
15785     /* Operation specific Variable declarations End */
15786 
15787     switch(header->message_type) {
15788     case Request:
15789         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
15790         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcAvailStatusInd_reason, tvb, *offset-4, 4, u_octet4);
15791 
15792         break;
15793     case Reply:
15794         switch(header->rep_status) {
15795         case NO_EXCEPTION:
15796             /* Function returns void */
15797 
15798             break;
15799         case USER_EXCEPTION:
15800             break;
15801         default:
15802             /* Unknown Exception */
15803             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
15804             break;
15805         }   /* switch(header->rep_status) */
15806 
15807         break;
15808     default:
15809         /* Unknown GIOP Message */
15810         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
15811         break;
15812     } /* switch(header->message_type) */
15813 }
15814 
15815 /*
15816  * IDL:org/csapi/fw/fw_service/integrity/IpFwFaultManager/generateFaultStatisticsRecordReq:1.0
15817  */
15818 static void
decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)15819 decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
15820 {
15821     /* Operation specific Variable declarations Begin */
15822     guint32   u_octet4;
15823     /* Operation specific Variable declarations End */
15824 
15825     switch(header->message_type) {
15826     case Request:
15827         proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordReq_faultStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
15828 
15829         /*  Begin struct "org_csapi_TpTimeInterval"  */
15830         decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
15831         /*  End struct "org_csapi_TpTimeInterval"  */
15832         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
15833         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordReq_recordSubject, tvb, *offset-4, 4, u_octet4);
15834 
15835         break;
15836     case Reply:
15837         switch(header->rep_status) {
15838         case NO_EXCEPTION:
15839             /* Function returns void */
15840 
15841             break;
15842         case USER_EXCEPTION:
15843             break;
15844         default:
15845             /* Unknown Exception */
15846             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
15847             break;
15848         }   /* switch(header->rep_status) */
15849 
15850         break;
15851     default:
15852         /* Unknown GIOP Message */
15853         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
15854         break;
15855     } /* switch(header->message_type) */
15856 }
15857 
15858 /*
15859  * IDL:org/csapi/fw/fw_service/integrity/IpFwFaultManager/generateFaultStatisticsRecordRes:1.0
15860  */
15861 static void
decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)15862 decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
15863 {
15864     switch(header->message_type) {
15865     case Request:
15866         proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
15867 
15868         /*  Begin struct "org_csapi_fw_TpFaultStatsRecord"  */
15869         decode_org_csapi_fw_TpFaultStatsRecord_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
15870         /*  End struct "org_csapi_fw_TpFaultStatsRecord"  */
15871         break;
15872     case Reply:
15873         switch(header->rep_status) {
15874         case NO_EXCEPTION:
15875             /* Function returns void */
15876 
15877             break;
15878         case USER_EXCEPTION:
15879             break;
15880         default:
15881             /* Unknown Exception */
15882             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
15883             break;
15884         }   /* switch(header->rep_status) */
15885 
15886         break;
15887     default:
15888         /* Unknown GIOP Message */
15889         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
15890         break;
15891     } /* switch(header->message_type) */
15892 }
15893 
15894 /*
15895  * IDL:org/csapi/fw/fw_service/integrity/IpFwFaultManager/generateFaultStatisticsRecordErr:1.0
15896  */
15897 static void
decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)15898 decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
15899 {
15900     /* Operation specific Variable declarations Begin */
15901     guint32   u_octet4;
15902     /* Operation specific Variable declarations End */
15903 
15904     switch(header->message_type) {
15905     case Request:
15906         proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordErr_faultStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
15907 
15908         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
15909         proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordErr_faultStatisticsError, tvb, *offset-4, 4, u_octet4);
15910 
15911         break;
15912     case Reply:
15913         switch(header->rep_status) {
15914         case NO_EXCEPTION:
15915             /* Function returns void */
15916 
15917             break;
15918         case USER_EXCEPTION:
15919             break;
15920         default:
15921             /* Unknown Exception */
15922             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
15923             break;
15924         }   /* switch(header->rep_status) */
15925 
15926         break;
15927     default:
15928         /* Unknown GIOP Message */
15929         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
15930         break;
15931     } /* switch(header->message_type) */
15932 }
15933 
15934 /*
15935  * IDL:org/csapi/fw/fw_service/integrity/IpSvcOAM/systemDateTimeQuery:1.0
15936  */
15937 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)15938 decode_org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
15939 {
15940     switch(header->message_type) {
15941     case Request:
15942         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery_systemDateAndTime);
15943 
15944         break;
15945     case Reply:
15946         switch(header->rep_status) {
15947         case NO_EXCEPTION:
15948             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery_return);
15949 
15950             break;
15951         case USER_EXCEPTION:
15952             break;
15953         default:
15954             /* Unknown Exception */
15955             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
15956             break;
15957         }   /* switch(header->rep_status) */
15958 
15959         break;
15960     default:
15961         /* Unknown GIOP Message */
15962         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
15963         break;
15964     } /* switch(header->message_type) */
15965 }
15966 
15967 /*
15968  * IDL:org/csapi/fw/fw_service/integrity/IpFwOAM/systemDateTimeQuery:1.0
15969  */
15970 static void
decode_org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)15971 decode_org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
15972 {
15973     switch(header->message_type) {
15974     case Request:
15975         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery_clientDateAndTime);
15976 
15977         break;
15978     case Reply:
15979         switch(header->rep_status) {
15980         case NO_EXCEPTION:
15981             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery_return);
15982 
15983             break;
15984         case USER_EXCEPTION:
15985             break;
15986         default:
15987             /* Unknown Exception */
15988             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
15989             break;
15990         }   /* switch(header->rep_status) */
15991 
15992         break;
15993     default:
15994         /* Unknown GIOP Message */
15995         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
15996         break;
15997     } /* switch(header->message_type) */
15998 }
15999 
16000 /*
16001  * IDL:org/csapi/fw/fw_service/integrity/IpFwHeartBeatMgmt/enableHeartBeat:1.0
16002  */
16003 static void
decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_enableHeartBeat(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)16004 decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_enableHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
16005 {
16006     switch(header->message_type) {
16007     case Request:
16008         proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_enableHeartBeat_interval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
16009 
16010         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
16011 
16012         break;
16013     case Reply:
16014         switch(header->rep_status) {
16015         case NO_EXCEPTION:
16016             /* Function returns void */
16017 
16018             break;
16019         case USER_EXCEPTION:
16020             break;
16021         default:
16022             /* Unknown Exception */
16023             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
16024             break;
16025         }   /* switch(header->rep_status) */
16026 
16027         break;
16028     default:
16029         /* Unknown GIOP Message */
16030         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
16031         break;
16032     } /* switch(header->message_type) */
16033 }
16034 
16035 /*
16036  * IDL:org/csapi/fw/fw_service/integrity/IpFwHeartBeatMgmt/disableHeartBeat:1.0
16037  */
16038 static void
decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_disableHeartBeat(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)16039 decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_disableHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
16040 {
16041     switch(header->message_type) {
16042     case Request:
16043         break;
16044     case Reply:
16045         switch(header->rep_status) {
16046         case NO_EXCEPTION:
16047             /* Function returns void */
16048 
16049             break;
16050         case USER_EXCEPTION:
16051             break;
16052         default:
16053             /* Unknown Exception */
16054             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
16055             break;
16056         }   /* switch(header->rep_status) */
16057 
16058         break;
16059     default:
16060         /* Unknown GIOP Message */
16061         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
16062         break;
16063     } /* switch(header->message_type) */
16064 }
16065 
16066 /*
16067  * IDL:org/csapi/fw/fw_service/integrity/IpFwHeartBeatMgmt/changeInterval:1.0
16068  */
16069 static void
decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_changeInterval(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)16070 decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_changeInterval(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
16071 {
16072     switch(header->message_type) {
16073     case Request:
16074         proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_changeInterval_interval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
16075 
16076         break;
16077     case Reply:
16078         switch(header->rep_status) {
16079         case NO_EXCEPTION:
16080             /* Function returns void */
16081 
16082             break;
16083         case USER_EXCEPTION:
16084             break;
16085         default:
16086             /* Unknown Exception */
16087             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
16088             break;
16089         }   /* switch(header->rep_status) */
16090 
16091         break;
16092     default:
16093         /* Unknown GIOP Message */
16094         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
16095         break;
16096     } /* switch(header->message_type) */
16097 }
16098 
16099 /*
16100  * IDL:org/csapi/fw/fw_service/integrity/IpSvcHeartBeat/pulse:1.0
16101  */
16102 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeat_pulse(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)16103 decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeat_pulse(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
16104 {
16105     switch(header->message_type) {
16106     case Request:
16107         break;
16108     case Reply:
16109         switch(header->rep_status) {
16110         case NO_EXCEPTION:
16111             /* Function returns void */
16112 
16113             break;
16114         case USER_EXCEPTION:
16115             break;
16116         default:
16117             /* Unknown Exception */
16118             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
16119             break;
16120         }   /* switch(header->rep_status) */
16121 
16122         break;
16123     default:
16124         /* Unknown GIOP Message */
16125         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
16126         break;
16127     } /* switch(header->message_type) */
16128 }
16129 
16130 /*
16131  * IDL:org/csapi/fw/fw_service/integrity/IpFwHeartBeat/pulse:1.0
16132  */
16133 static void
decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeat_pulse(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)16134 decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeat_pulse(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
16135 {
16136     switch(header->message_type) {
16137     case Request:
16138         break;
16139     case Reply:
16140         switch(header->rep_status) {
16141         case NO_EXCEPTION:
16142             /* Function returns void */
16143 
16144             break;
16145         case USER_EXCEPTION:
16146             break;
16147         default:
16148             /* Unknown Exception */
16149             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
16150             break;
16151         }   /* switch(header->rep_status) */
16152 
16153         break;
16154     default:
16155         /* Unknown GIOP Message */
16156         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
16157         break;
16158     } /* switch(header->message_type) */
16159 }
16160 
16161 /*
16162  * IDL:org/csapi/fw/fw_service/integrity/IpSvcHeartBeatMgmt/enableSvcHeartBeat:1.0
16163  */
16164 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_enableSvcHeartBeat(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)16165 decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_enableSvcHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
16166 {
16167     switch(header->message_type) {
16168     case Request:
16169         proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_enableSvcHeartBeat_interval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
16170 
16171         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
16172 
16173         break;
16174     case Reply:
16175         switch(header->rep_status) {
16176         case NO_EXCEPTION:
16177             /* Function returns void */
16178 
16179             break;
16180         case USER_EXCEPTION:
16181             break;
16182         default:
16183             /* Unknown Exception */
16184             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
16185             break;
16186         }   /* switch(header->rep_status) */
16187 
16188         break;
16189     default:
16190         /* Unknown GIOP Message */
16191         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
16192         break;
16193     } /* switch(header->message_type) */
16194 }
16195 
16196 /*
16197  * IDL:org/csapi/fw/fw_service/integrity/IpSvcHeartBeatMgmt/disableSvcHeartBeat:1.0
16198  */
16199 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_disableSvcHeartBeat(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)16200 decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_disableSvcHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
16201 {
16202     switch(header->message_type) {
16203     case Request:
16204         break;
16205     case Reply:
16206         switch(header->rep_status) {
16207         case NO_EXCEPTION:
16208             /* Function returns void */
16209 
16210             break;
16211         case USER_EXCEPTION:
16212             break;
16213         default:
16214             /* Unknown Exception */
16215             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
16216             break;
16217         }   /* switch(header->rep_status) */
16218 
16219         break;
16220     default:
16221         /* Unknown GIOP Message */
16222         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
16223         break;
16224     } /* switch(header->message_type) */
16225 }
16226 
16227 /*
16228  * IDL:org/csapi/fw/fw_service/integrity/IpSvcHeartBeatMgmt/changeInterval:1.0
16229  */
16230 static void
decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_changeInterval(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)16231 decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_changeInterval(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
16232 {
16233     switch(header->message_type) {
16234     case Request:
16235         proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_changeInterval_interval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
16236 
16237         break;
16238     case Reply:
16239         switch(header->rep_status) {
16240         case NO_EXCEPTION:
16241             /* Function returns void */
16242 
16243             break;
16244         case USER_EXCEPTION:
16245             break;
16246         default:
16247             /* Unknown Exception */
16248             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
16249             break;
16250         }   /* switch(header->rep_status) */
16251 
16252         break;
16253     default:
16254         /* Unknown GIOP Message */
16255         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
16256         break;
16257     } /* switch(header->message_type) */
16258 }
16259 
16260 /*
16261  * IDL:org/csapi/fw/fw_service/notification/IpFwEventNotification/createNotification:1.0
16262  */
16263 static void
decode_org_csapi_fw_fw_service_notification_IpFwEventNotification_createNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)16264 decode_org_csapi_fw_fw_service_notification_IpFwEventNotification_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
16265 {
16266     switch(header->message_type) {
16267     case Request:
16268         /*  Begin union "org_csapi_fw_TpFwEventCriteria"  */
16269         decode_org_csapi_fw_TpFwEventCriteria_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
16270 
16271         /*  End union "org_csapi_fw_TpFwEventCriteria"  */
16272         break;
16273     case Reply:
16274         switch(header->rep_status) {
16275         case NO_EXCEPTION:
16276             proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_notification_IpFwEventNotification_createNotification_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
16277 
16278             break;
16279         case USER_EXCEPTION:
16280             break;
16281         default:
16282             /* Unknown Exception */
16283             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
16284             break;
16285         }   /* switch(header->rep_status) */
16286 
16287         break;
16288     default:
16289         /* Unknown GIOP Message */
16290         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
16291         break;
16292     } /* switch(header->message_type) */
16293 }
16294 
16295 /*
16296  * IDL:org/csapi/fw/fw_service/notification/IpFwEventNotification/destroyNotification:1.0
16297  */
16298 static void
decode_org_csapi_fw_fw_service_notification_IpFwEventNotification_destroyNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)16299 decode_org_csapi_fw_fw_service_notification_IpFwEventNotification_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
16300 {
16301     switch(header->message_type) {
16302     case Request:
16303         proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_notification_IpFwEventNotification_destroyNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
16304 
16305         break;
16306     case Reply:
16307         switch(header->rep_status) {
16308         case NO_EXCEPTION:
16309             /* Function returns void */
16310 
16311             break;
16312         case USER_EXCEPTION:
16313             break;
16314         default:
16315             /* Unknown Exception */
16316             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
16317             break;
16318         }   /* switch(header->rep_status) */
16319 
16320         break;
16321     default:
16322         /* Unknown GIOP Message */
16323         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
16324         break;
16325     } /* switch(header->message_type) */
16326 }
16327 
16328 /*
16329  * IDL:org/csapi/fw/fw_service/notification/IpSvcEventNotification/reportNotification:1.0
16330  */
16331 static void
decode_org_csapi_fw_fw_service_notification_IpSvcEventNotification_reportNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)16332 decode_org_csapi_fw_fw_service_notification_IpSvcEventNotification_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
16333 {
16334     switch(header->message_type) {
16335     case Request:
16336         /*  Begin union "org_csapi_fw_TpFwEventInfo"  */
16337         decode_org_csapi_fw_TpFwEventInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
16338 
16339         /*  End union "org_csapi_fw_TpFwEventInfo"  */
16340         proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_notification_IpSvcEventNotification_reportNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
16341 
16342         break;
16343     case Reply:
16344         switch(header->rep_status) {
16345         case NO_EXCEPTION:
16346             /* Function returns void */
16347 
16348             break;
16349         case USER_EXCEPTION:
16350             break;
16351         default:
16352             /* Unknown Exception */
16353             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
16354             break;
16355         }   /* switch(header->rep_status) */
16356 
16357         break;
16358     default:
16359         /* Unknown GIOP Message */
16360         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
16361         break;
16362     } /* switch(header->message_type) */
16363 }
16364 
16365 /*
16366  * IDL:org/csapi/fw/fw_service/notification/IpSvcEventNotification/notificationTerminated:1.0
16367  */
16368 static void
decode_org_csapi_fw_fw_service_notification_IpSvcEventNotification_notificationTerminated(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)16369 decode_org_csapi_fw_fw_service_notification_IpSvcEventNotification_notificationTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
16370 {
16371     switch(header->message_type) {
16372     case Request:
16373         break;
16374     case Reply:
16375         switch(header->rep_status) {
16376         case NO_EXCEPTION:
16377             /* Function returns void */
16378 
16379             break;
16380         case USER_EXCEPTION:
16381             break;
16382         default:
16383             /* Unknown Exception */
16384             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
16385             break;
16386         }   /* switch(header->rep_status) */
16387 
16388         break;
16389     default:
16390         /* Unknown GIOP Message */
16391         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
16392         break;
16393     } /* switch(header->message_type) */
16394 }
16395 
16396 /*
16397  * IDL:org/csapi/cc/gccs/IpAppCall/routeRes:1.0
16398  */
16399 static void
decode_org_csapi_cc_gccs_IpAppCall_routeRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)16400 decode_org_csapi_cc_gccs_IpAppCall_routeRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
16401 {
16402     switch(header->message_type) {
16403     case Request:
16404         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpAppCall_routeRes_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
16405 
16406         /*  Begin struct "org_csapi_cc_gccs_TpCallReport"  */
16407         decode_org_csapi_cc_gccs_TpCallReport_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
16408         /*  End struct "org_csapi_cc_gccs_TpCallReport"  */
16409         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpAppCall_routeRes_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
16410 
16411         break;
16412     case Reply:
16413         switch(header->rep_status) {
16414         case NO_EXCEPTION:
16415             /* Function returns void */
16416 
16417             break;
16418         case USER_EXCEPTION:
16419             break;
16420         default:
16421             /* Unknown Exception */
16422             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
16423             break;
16424         }   /* switch(header->rep_status) */
16425 
16426         break;
16427     default:
16428         /* Unknown GIOP Message */
16429         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
16430         break;
16431     } /* switch(header->message_type) */
16432 }
16433 
16434 /*
16435  * IDL:org/csapi/cc/gccs/IpAppCall/routeErr:1.0
16436  */
16437 static void
decode_org_csapi_cc_gccs_IpAppCall_routeErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)16438 decode_org_csapi_cc_gccs_IpAppCall_routeErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
16439 {
16440     switch(header->message_type) {
16441     case Request:
16442         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpAppCall_routeErr_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
16443 
16444         /*  Begin struct "org_csapi_cc_TpCallError"  */
16445         decode_org_csapi_cc_TpCallError_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
16446         /*  End struct "org_csapi_cc_TpCallError"  */
16447         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpAppCall_routeErr_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
16448 
16449         break;
16450     case Reply:
16451         switch(header->rep_status) {
16452         case NO_EXCEPTION:
16453             /* Function returns void */
16454 
16455             break;
16456         case USER_EXCEPTION:
16457             break;
16458         default:
16459             /* Unknown Exception */
16460             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
16461             break;
16462         }   /* switch(header->rep_status) */
16463 
16464         break;
16465     default:
16466         /* Unknown GIOP Message */
16467         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
16468         break;
16469     } /* switch(header->message_type) */
16470 }
16471 
16472 /*
16473  * IDL:org/csapi/cc/gccs/IpAppCall/getCallInfoRes:1.0
16474  */
16475 static void
decode_org_csapi_cc_gccs_IpAppCall_getCallInfoRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)16476 decode_org_csapi_cc_gccs_IpAppCall_getCallInfoRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
16477 {
16478     switch(header->message_type) {
16479     case Request:
16480         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpAppCall_getCallInfoRes_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
16481 
16482         /*  Begin struct "org_csapi_cc_gccs_TpCallInfoReport"  */
16483         decode_org_csapi_cc_gccs_TpCallInfoReport_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
16484         /*  End struct "org_csapi_cc_gccs_TpCallInfoReport"  */
16485         break;
16486     case Reply:
16487         switch(header->rep_status) {
16488         case NO_EXCEPTION:
16489             /* Function returns void */
16490 
16491             break;
16492         case USER_EXCEPTION:
16493             break;
16494         default:
16495             /* Unknown Exception */
16496             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
16497             break;
16498         }   /* switch(header->rep_status) */
16499 
16500         break;
16501     default:
16502         /* Unknown GIOP Message */
16503         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
16504         break;
16505     } /* switch(header->message_type) */
16506 }
16507 
16508 /*
16509  * IDL:org/csapi/cc/gccs/IpAppCall/getCallInfoErr:1.0
16510  */
16511 static void
decode_org_csapi_cc_gccs_IpAppCall_getCallInfoErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)16512 decode_org_csapi_cc_gccs_IpAppCall_getCallInfoErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
16513 {
16514     switch(header->message_type) {
16515     case Request:
16516         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpAppCall_getCallInfoErr_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
16517 
16518         /*  Begin struct "org_csapi_cc_TpCallError"  */
16519         decode_org_csapi_cc_TpCallError_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
16520         /*  End struct "org_csapi_cc_TpCallError"  */
16521         break;
16522     case Reply:
16523         switch(header->rep_status) {
16524         case NO_EXCEPTION:
16525             /* Function returns void */
16526 
16527             break;
16528         case USER_EXCEPTION:
16529             break;
16530         default:
16531             /* Unknown Exception */
16532             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
16533             break;
16534         }   /* switch(header->rep_status) */
16535 
16536         break;
16537     default:
16538         /* Unknown GIOP Message */
16539         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
16540         break;
16541     } /* switch(header->message_type) */
16542 }
16543 
16544 /*
16545  * IDL:org/csapi/cc/gccs/IpAppCall/superviseCallRes:1.0
16546  */
16547 static void
decode_org_csapi_cc_gccs_IpAppCall_superviseCallRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)16548 decode_org_csapi_cc_gccs_IpAppCall_superviseCallRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
16549 {
16550     switch(header->message_type) {
16551     case Request:
16552         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpAppCall_superviseCallRes_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
16553 
16554         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpAppCall_superviseCallRes_report, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
16555 
16556         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpAppCall_superviseCallRes_usedTime, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
16557 
16558         break;
16559     case Reply:
16560         switch(header->rep_status) {
16561         case NO_EXCEPTION:
16562             /* Function returns void */
16563 
16564             break;
16565         case USER_EXCEPTION:
16566             break;
16567         default:
16568             /* Unknown Exception */
16569             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
16570             break;
16571         }   /* switch(header->rep_status) */
16572 
16573         break;
16574     default:
16575         /* Unknown GIOP Message */
16576         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
16577         break;
16578     } /* switch(header->message_type) */
16579 }
16580 
16581 /*
16582  * IDL:org/csapi/cc/gccs/IpAppCall/superviseCallErr:1.0
16583  */
16584 static void
decode_org_csapi_cc_gccs_IpAppCall_superviseCallErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)16585 decode_org_csapi_cc_gccs_IpAppCall_superviseCallErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
16586 {
16587     switch(header->message_type) {
16588     case Request:
16589         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpAppCall_superviseCallErr_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
16590 
16591         /*  Begin struct "org_csapi_cc_TpCallError"  */
16592         decode_org_csapi_cc_TpCallError_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
16593         /*  End struct "org_csapi_cc_TpCallError"  */
16594         break;
16595     case Reply:
16596         switch(header->rep_status) {
16597         case NO_EXCEPTION:
16598             /* Function returns void */
16599 
16600             break;
16601         case USER_EXCEPTION:
16602             break;
16603         default:
16604             /* Unknown Exception */
16605             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
16606             break;
16607         }   /* switch(header->rep_status) */
16608 
16609         break;
16610     default:
16611         /* Unknown GIOP Message */
16612         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
16613         break;
16614     } /* switch(header->message_type) */
16615 }
16616 
16617 /*
16618  * IDL:org/csapi/cc/gccs/IpAppCall/callFaultDetected:1.0
16619  */
16620 static void
decode_org_csapi_cc_gccs_IpAppCall_callFaultDetected(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)16621 decode_org_csapi_cc_gccs_IpAppCall_callFaultDetected(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
16622 {
16623     /* Operation specific Variable declarations Begin */
16624     guint32   u_octet4;
16625     /* Operation specific Variable declarations End */
16626 
16627     switch(header->message_type) {
16628     case Request:
16629         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpAppCall_callFaultDetected_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
16630 
16631         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
16632         proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpAppCall_callFaultDetected_fault, tvb, *offset-4, 4, u_octet4);
16633 
16634         break;
16635     case Reply:
16636         switch(header->rep_status) {
16637         case NO_EXCEPTION:
16638             /* Function returns void */
16639 
16640             break;
16641         case USER_EXCEPTION:
16642             break;
16643         default:
16644             /* Unknown Exception */
16645             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
16646             break;
16647         }   /* switch(header->rep_status) */
16648 
16649         break;
16650     default:
16651         /* Unknown GIOP Message */
16652         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
16653         break;
16654     } /* switch(header->message_type) */
16655 }
16656 
16657 /*
16658  * IDL:org/csapi/cc/gccs/IpAppCall/getMoreDialledDigitsRes:1.0
16659  */
16660 static void
decode_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)16661 decode_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
16662 {
16663     switch(header->message_type) {
16664     case Request:
16665         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsRes_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
16666 
16667         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsRes_digits);
16668 
16669         break;
16670     case Reply:
16671         switch(header->rep_status) {
16672         case NO_EXCEPTION:
16673             /* Function returns void */
16674 
16675             break;
16676         case USER_EXCEPTION:
16677             break;
16678         default:
16679             /* Unknown Exception */
16680             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
16681             break;
16682         }   /* switch(header->rep_status) */
16683 
16684         break;
16685     default:
16686         /* Unknown GIOP Message */
16687         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
16688         break;
16689     } /* switch(header->message_type) */
16690 }
16691 
16692 /*
16693  * IDL:org/csapi/cc/gccs/IpAppCall/getMoreDialledDigitsErr:1.0
16694  */
16695 static void
decode_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)16696 decode_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
16697 {
16698     switch(header->message_type) {
16699     case Request:
16700         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsErr_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
16701 
16702         /*  Begin struct "org_csapi_cc_TpCallError"  */
16703         decode_org_csapi_cc_TpCallError_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
16704         /*  End struct "org_csapi_cc_TpCallError"  */
16705         break;
16706     case Reply:
16707         switch(header->rep_status) {
16708         case NO_EXCEPTION:
16709             /* Function returns void */
16710 
16711             break;
16712         case USER_EXCEPTION:
16713             break;
16714         default:
16715             /* Unknown Exception */
16716             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
16717             break;
16718         }   /* switch(header->rep_status) */
16719 
16720         break;
16721     default:
16722         /* Unknown GIOP Message */
16723         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
16724         break;
16725     } /* switch(header->message_type) */
16726 }
16727 
16728 /*
16729  * IDL:org/csapi/cc/gccs/IpAppCall/callEnded:1.0
16730  */
16731 static void
decode_org_csapi_cc_gccs_IpAppCall_callEnded(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)16732 decode_org_csapi_cc_gccs_IpAppCall_callEnded(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
16733 {
16734     switch(header->message_type) {
16735     case Request:
16736         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpAppCall_callEnded_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
16737 
16738         /*  Begin struct "org_csapi_cc_gccs_TpCallEndedReport"  */
16739         decode_org_csapi_cc_gccs_TpCallEndedReport_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
16740         /*  End struct "org_csapi_cc_gccs_TpCallEndedReport"  */
16741         break;
16742     case Reply:
16743         switch(header->rep_status) {
16744         case NO_EXCEPTION:
16745             /* Function returns void */
16746 
16747             break;
16748         case USER_EXCEPTION:
16749             break;
16750         default:
16751             /* Unknown Exception */
16752             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
16753             break;
16754         }   /* switch(header->rep_status) */
16755 
16756         break;
16757     default:
16758         /* Unknown GIOP Message */
16759         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
16760         break;
16761     } /* switch(header->message_type) */
16762 }
16763 
16764 /*
16765  * IDL:org/csapi/cc/gccs/IpCall/routeReq:1.0
16766  */
16767 static void
decode_org_csapi_cc_gccs_IpCall_routeReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)16768 decode_org_csapi_cc_gccs_IpCall_routeReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
16769 {
16770     /* Operation specific Variable declarations Begin */
16771     guint32   u_octet4_loop_org_csapi_cc_gccs_IpCall_routeReq_responseRequested;
16772     guint32   i_org_csapi_cc_gccs_IpCall_routeReq_responseRequested;
16773     guint32   u_octet4_loop_org_csapi_cc_gccs_IpCall_routeReq_appInfo;
16774     guint32   i_org_csapi_cc_gccs_IpCall_routeReq_appInfo;
16775     /* Operation specific Variable declarations End */
16776 
16777     switch(header->message_type) {
16778     case Request:
16779         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpCall_routeReq_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
16780 
16781         u_octet4_loop_org_csapi_cc_gccs_IpCall_routeReq_responseRequested = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
16782         proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpCall_routeReq_responseRequested_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_gccs_IpCall_routeReq_responseRequested);
16783 
16784         for (i_org_csapi_cc_gccs_IpCall_routeReq_responseRequested=0; i_org_csapi_cc_gccs_IpCall_routeReq_responseRequested < u_octet4_loop_org_csapi_cc_gccs_IpCall_routeReq_responseRequested; i_org_csapi_cc_gccs_IpCall_routeReq_responseRequested++) {
16785 
16786             /*  Begin struct "org_csapi_cc_gccs_TpCallReportRequest"  */
16787             decode_org_csapi_cc_gccs_TpCallReportRequest_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
16788             /*  End struct "org_csapi_cc_gccs_TpCallReportRequest"  */
16789         }
16790 
16791         /*  Begin struct "org_csapi_TpAddress"  */
16792         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
16793         /*  End struct "org_csapi_TpAddress"  */
16794         /*  Begin struct "org_csapi_TpAddress"  */
16795         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
16796         /*  End struct "org_csapi_TpAddress"  */
16797         /*  Begin struct "org_csapi_TpAddress"  */
16798         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
16799         /*  End struct "org_csapi_TpAddress"  */
16800         /*  Begin struct "org_csapi_TpAddress"  */
16801         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
16802         /*  End struct "org_csapi_TpAddress"  */
16803         u_octet4_loop_org_csapi_cc_gccs_IpCall_routeReq_appInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
16804         proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpCall_routeReq_appInfo_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_gccs_IpCall_routeReq_appInfo);
16805 
16806         for (i_org_csapi_cc_gccs_IpCall_routeReq_appInfo=0; i_org_csapi_cc_gccs_IpCall_routeReq_appInfo < u_octet4_loop_org_csapi_cc_gccs_IpCall_routeReq_appInfo; i_org_csapi_cc_gccs_IpCall_routeReq_appInfo++) {
16807 
16808             /*  Begin union "org_csapi_cc_gccs_TpCallAppInfo"  */
16809             decode_org_csapi_cc_gccs_TpCallAppInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
16810 
16811             /*  End union "org_csapi_cc_gccs_TpCallAppInfo"  */
16812         }
16813 
16814         break;
16815     case Reply:
16816         switch(header->rep_status) {
16817         case NO_EXCEPTION:
16818             proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpCall_routeReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
16819 
16820             break;
16821         case USER_EXCEPTION:
16822             break;
16823         default:
16824             /* Unknown Exception */
16825             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
16826             break;
16827         }   /* switch(header->rep_status) */
16828 
16829         break;
16830     default:
16831         /* Unknown GIOP Message */
16832         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
16833         break;
16834     } /* switch(header->message_type) */
16835 }
16836 
16837 /*
16838  * IDL:org/csapi/cc/gccs/IpCall/release:1.0
16839  */
16840 static void
decode_org_csapi_cc_gccs_IpCall_release(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)16841 decode_org_csapi_cc_gccs_IpCall_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
16842 {
16843     switch(header->message_type) {
16844     case Request:
16845         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpCall_release_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
16846 
16847         /*  Begin struct "org_csapi_cc_gccs_TpCallReleaseCause"  */
16848         decode_org_csapi_cc_gccs_TpCallReleaseCause_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
16849         /*  End struct "org_csapi_cc_gccs_TpCallReleaseCause"  */
16850         break;
16851     case Reply:
16852         switch(header->rep_status) {
16853         case NO_EXCEPTION:
16854             /* Function returns void */
16855 
16856             break;
16857         case USER_EXCEPTION:
16858             break;
16859         default:
16860             /* Unknown Exception */
16861             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
16862             break;
16863         }   /* switch(header->rep_status) */
16864 
16865         break;
16866     default:
16867         /* Unknown GIOP Message */
16868         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
16869         break;
16870     } /* switch(header->message_type) */
16871 }
16872 
16873 /*
16874  * IDL:org/csapi/cc/gccs/IpCall/deassignCall:1.0
16875  */
16876 static void
decode_org_csapi_cc_gccs_IpCall_deassignCall(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)16877 decode_org_csapi_cc_gccs_IpCall_deassignCall(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
16878 {
16879     switch(header->message_type) {
16880     case Request:
16881         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpCall_deassignCall_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
16882 
16883         break;
16884     case Reply:
16885         switch(header->rep_status) {
16886         case NO_EXCEPTION:
16887             /* Function returns void */
16888 
16889             break;
16890         case USER_EXCEPTION:
16891             break;
16892         default:
16893             /* Unknown Exception */
16894             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
16895             break;
16896         }   /* switch(header->rep_status) */
16897 
16898         break;
16899     default:
16900         /* Unknown GIOP Message */
16901         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
16902         break;
16903     } /* switch(header->message_type) */
16904 }
16905 
16906 /*
16907  * IDL:org/csapi/cc/gccs/IpCall/getCallInfoReq:1.0
16908  */
16909 static void
decode_org_csapi_cc_gccs_IpCall_getCallInfoReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)16910 decode_org_csapi_cc_gccs_IpCall_getCallInfoReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
16911 {
16912     switch(header->message_type) {
16913     case Request:
16914         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpCall_getCallInfoReq_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
16915 
16916         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpCall_getCallInfoReq_callInfoRequested, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
16917 
16918         break;
16919     case Reply:
16920         switch(header->rep_status) {
16921         case NO_EXCEPTION:
16922             /* Function returns void */
16923 
16924             break;
16925         case USER_EXCEPTION:
16926             break;
16927         default:
16928             /* Unknown Exception */
16929             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
16930             break;
16931         }   /* switch(header->rep_status) */
16932 
16933         break;
16934     default:
16935         /* Unknown GIOP Message */
16936         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
16937         break;
16938     } /* switch(header->message_type) */
16939 }
16940 
16941 /*
16942  * IDL:org/csapi/cc/gccs/IpCall/setCallChargePlan:1.0
16943  */
16944 static void
decode_org_csapi_cc_gccs_IpCall_setCallChargePlan(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)16945 decode_org_csapi_cc_gccs_IpCall_setCallChargePlan(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
16946 {
16947     switch(header->message_type) {
16948     case Request:
16949         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpCall_setCallChargePlan_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
16950 
16951         /*  Begin struct "org_csapi_cc_TpCallChargePlan"  */
16952         decode_org_csapi_cc_TpCallChargePlan_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
16953         /*  End struct "org_csapi_cc_TpCallChargePlan"  */
16954         break;
16955     case Reply:
16956         switch(header->rep_status) {
16957         case NO_EXCEPTION:
16958             /* Function returns void */
16959 
16960             break;
16961         case USER_EXCEPTION:
16962             break;
16963         default:
16964             /* Unknown Exception */
16965             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
16966             break;
16967         }   /* switch(header->rep_status) */
16968 
16969         break;
16970     default:
16971         /* Unknown GIOP Message */
16972         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
16973         break;
16974     } /* switch(header->message_type) */
16975 }
16976 
16977 /*
16978  * IDL:org/csapi/cc/gccs/IpCall/setAdviceOfCharge:1.0
16979  */
16980 static void
decode_org_csapi_cc_gccs_IpCall_setAdviceOfCharge(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)16981 decode_org_csapi_cc_gccs_IpCall_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
16982 {
16983     switch(header->message_type) {
16984     case Request:
16985         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpCall_setAdviceOfCharge_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
16986 
16987         /*  Begin struct "org_csapi_TpAoCInfo"  */
16988         decode_org_csapi_TpAoCInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
16989         /*  End struct "org_csapi_TpAoCInfo"  */
16990         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpCall_setAdviceOfCharge_tariffSwitch, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
16991 
16992         break;
16993     case Reply:
16994         switch(header->rep_status) {
16995         case NO_EXCEPTION:
16996             /* Function returns void */
16997 
16998             break;
16999         case USER_EXCEPTION:
17000             break;
17001         default:
17002             /* Unknown Exception */
17003             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
17004             break;
17005         }   /* switch(header->rep_status) */
17006 
17007         break;
17008     default:
17009         /* Unknown GIOP Message */
17010         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
17011         break;
17012     } /* switch(header->message_type) */
17013 }
17014 
17015 /*
17016  * IDL:org/csapi/cc/gccs/IpCall/getMoreDialledDigitsReq:1.0
17017  */
17018 static void
decode_org_csapi_cc_gccs_IpCall_getMoreDialledDigitsReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)17019 decode_org_csapi_cc_gccs_IpCall_getMoreDialledDigitsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
17020 {
17021     switch(header->message_type) {
17022     case Request:
17023         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpCall_getMoreDialledDigitsReq_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
17024 
17025         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpCall_getMoreDialledDigitsReq_length, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
17026 
17027         break;
17028     case Reply:
17029         switch(header->rep_status) {
17030         case NO_EXCEPTION:
17031             /* Function returns void */
17032 
17033             break;
17034         case USER_EXCEPTION:
17035             break;
17036         default:
17037             /* Unknown Exception */
17038             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
17039             break;
17040         }   /* switch(header->rep_status) */
17041 
17042         break;
17043     default:
17044         /* Unknown GIOP Message */
17045         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
17046         break;
17047     } /* switch(header->message_type) */
17048 }
17049 
17050 /*
17051  * IDL:org/csapi/cc/gccs/IpCall/superviseCallReq:1.0
17052  */
17053 static void
decode_org_csapi_cc_gccs_IpCall_superviseCallReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)17054 decode_org_csapi_cc_gccs_IpCall_superviseCallReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
17055 {
17056     switch(header->message_type) {
17057     case Request:
17058         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpCall_superviseCallReq_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
17059 
17060         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpCall_superviseCallReq_time, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
17061 
17062         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpCall_superviseCallReq_treatment, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
17063 
17064         break;
17065     case Reply:
17066         switch(header->rep_status) {
17067         case NO_EXCEPTION:
17068             /* Function returns void */
17069 
17070             break;
17071         case USER_EXCEPTION:
17072             break;
17073         default:
17074             /* Unknown Exception */
17075             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
17076             break;
17077         }   /* switch(header->rep_status) */
17078 
17079         break;
17080     default:
17081         /* Unknown GIOP Message */
17082         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
17083         break;
17084     } /* switch(header->message_type) */
17085 }
17086 
17087 /*
17088  * IDL:org/csapi/cc/gccs/IpCall/continueProcessing:1.0
17089  */
17090 static void
decode_org_csapi_cc_gccs_IpCall_continueProcessing(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)17091 decode_org_csapi_cc_gccs_IpCall_continueProcessing(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
17092 {
17093     switch(header->message_type) {
17094     case Request:
17095         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpCall_continueProcessing_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
17096 
17097         break;
17098     case Reply:
17099         switch(header->rep_status) {
17100         case NO_EXCEPTION:
17101             /* Function returns void */
17102 
17103             break;
17104         case USER_EXCEPTION:
17105             break;
17106         default:
17107             /* Unknown Exception */
17108             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
17109             break;
17110         }   /* switch(header->rep_status) */
17111 
17112         break;
17113     default:
17114         /* Unknown GIOP Message */
17115         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
17116         break;
17117     } /* switch(header->message_type) */
17118 }
17119 
17120 /*
17121  * IDL:org/csapi/cc/gccs/IpAppCallControlManager/callAborted:1.0
17122  */
17123 static void
decode_org_csapi_cc_gccs_IpAppCallControlManager_callAborted(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)17124 decode_org_csapi_cc_gccs_IpAppCallControlManager_callAborted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
17125 {
17126     switch(header->message_type) {
17127     case Request:
17128         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpAppCallControlManager_callAborted_callReference, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
17129 
17130         break;
17131     case Reply:
17132         switch(header->rep_status) {
17133         case NO_EXCEPTION:
17134             /* Function returns void */
17135 
17136             break;
17137         case USER_EXCEPTION:
17138             break;
17139         default:
17140             /* Unknown Exception */
17141             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
17142             break;
17143         }   /* switch(header->rep_status) */
17144 
17145         break;
17146     default:
17147         /* Unknown GIOP Message */
17148         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
17149         break;
17150     } /* switch(header->message_type) */
17151 }
17152 
17153 /*
17154  * IDL:org/csapi/cc/gccs/IpAppCallControlManager/callEventNotify:1.0
17155  */
17156 static void
decode_org_csapi_cc_gccs_IpAppCallControlManager_callEventNotify(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)17157 decode_org_csapi_cc_gccs_IpAppCallControlManager_callEventNotify(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
17158 {
17159     switch(header->message_type) {
17160     case Request:
17161         /*  Begin struct "org_csapi_cc_gccs_TpCallIdentifier"  */
17162         decode_org_csapi_cc_gccs_TpCallIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
17163         /*  End struct "org_csapi_cc_gccs_TpCallIdentifier"  */
17164         /*  Begin struct "org_csapi_cc_gccs_TpCallEventInfo"  */
17165         decode_org_csapi_cc_gccs_TpCallEventInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
17166         /*  End struct "org_csapi_cc_gccs_TpCallEventInfo"  */
17167         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpAppCallControlManager_callEventNotify_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
17168 
17169         break;
17170     case Reply:
17171         switch(header->rep_status) {
17172         case NO_EXCEPTION:
17173             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
17174 
17175             break;
17176         case USER_EXCEPTION:
17177             break;
17178         default:
17179             /* Unknown Exception */
17180             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
17181             break;
17182         }   /* switch(header->rep_status) */
17183 
17184         break;
17185     default:
17186         /* Unknown GIOP Message */
17187         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
17188         break;
17189     } /* switch(header->message_type) */
17190 }
17191 
17192 /*
17193  * IDL:org/csapi/cc/gccs/IpAppCallControlManager/callNotificationInterrupted:1.0
17194  */
17195 static void
decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationInterrupted(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)17196 decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationInterrupted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
17197 {
17198     switch(header->message_type) {
17199     case Request:
17200         break;
17201     case Reply:
17202         switch(header->rep_status) {
17203         case NO_EXCEPTION:
17204             /* Function returns void */
17205 
17206             break;
17207         case USER_EXCEPTION:
17208             break;
17209         default:
17210             /* Unknown Exception */
17211             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
17212             break;
17213         }   /* switch(header->rep_status) */
17214 
17215         break;
17216     default:
17217         /* Unknown GIOP Message */
17218         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
17219         break;
17220     } /* switch(header->message_type) */
17221 }
17222 
17223 /*
17224  * IDL:org/csapi/cc/gccs/IpAppCallControlManager/callNotificationContinued:1.0
17225  */
17226 static void
decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationContinued(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)17227 decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationContinued(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
17228 {
17229     switch(header->message_type) {
17230     case Request:
17231         break;
17232     case Reply:
17233         switch(header->rep_status) {
17234         case NO_EXCEPTION:
17235             /* Function returns void */
17236 
17237             break;
17238         case USER_EXCEPTION:
17239             break;
17240         default:
17241             /* Unknown Exception */
17242             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
17243             break;
17244         }   /* switch(header->rep_status) */
17245 
17246         break;
17247     default:
17248         /* Unknown GIOP Message */
17249         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
17250         break;
17251     } /* switch(header->message_type) */
17252 }
17253 
17254 /*
17255  * IDL:org/csapi/cc/gccs/IpAppCallControlManager/callOverloadEncountered:1.0
17256  */
17257 static void
decode_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadEncountered(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)17258 decode_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadEncountered(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
17259 {
17260     switch(header->message_type) {
17261     case Request:
17262         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadEncountered_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
17263 
17264         break;
17265     case Reply:
17266         switch(header->rep_status) {
17267         case NO_EXCEPTION:
17268             /* Function returns void */
17269 
17270             break;
17271         case USER_EXCEPTION:
17272             break;
17273         default:
17274             /* Unknown Exception */
17275             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
17276             break;
17277         }   /* switch(header->rep_status) */
17278 
17279         break;
17280     default:
17281         /* Unknown GIOP Message */
17282         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
17283         break;
17284     } /* switch(header->message_type) */
17285 }
17286 
17287 /*
17288  * IDL:org/csapi/cc/gccs/IpAppCallControlManager/callOverloadCeased:1.0
17289  */
17290 static void
decode_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadCeased(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)17291 decode_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadCeased(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
17292 {
17293     switch(header->message_type) {
17294     case Request:
17295         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadCeased_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
17296 
17297         break;
17298     case Reply:
17299         switch(header->rep_status) {
17300         case NO_EXCEPTION:
17301             /* Function returns void */
17302 
17303             break;
17304         case USER_EXCEPTION:
17305             break;
17306         default:
17307             /* Unknown Exception */
17308             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
17309             break;
17310         }   /* switch(header->rep_status) */
17311 
17312         break;
17313     default:
17314         /* Unknown GIOP Message */
17315         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
17316         break;
17317     } /* switch(header->message_type) */
17318 }
17319 
17320 /*
17321  * IDL:org/csapi/cc/gccs/IpAppCallControlManager/abortMultipleCalls:1.0
17322  */
17323 static void
decode_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)17324 decode_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
17325 {
17326     /* Operation specific Variable declarations Begin */
17327     guint32   u_octet4_loop_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet;
17328     guint32   i_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet;
17329     /* Operation specific Variable declarations End */
17330 
17331     switch(header->message_type) {
17332     case Request:
17333         u_octet4_loop_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
17334         proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet);
17335 
17336         for (i_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet=0; i_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet < u_octet4_loop_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet; i_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet++) {
17337 
17338             proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
17339 
17340         }
17341 
17342         break;
17343     case Reply:
17344         switch(header->rep_status) {
17345         case NO_EXCEPTION:
17346             /* Function returns void */
17347 
17348             break;
17349         case USER_EXCEPTION:
17350             break;
17351         default:
17352             /* Unknown Exception */
17353             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
17354             break;
17355         }   /* switch(header->rep_status) */
17356 
17357         break;
17358     default:
17359         /* Unknown GIOP Message */
17360         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
17361         break;
17362     } /* switch(header->message_type) */
17363 }
17364 
17365 /*
17366  * IDL:org/csapi/cc/gccs/IpCallControlManager/createCall:1.0
17367  */
17368 static void
decode_org_csapi_cc_gccs_IpCallControlManager_createCall(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)17369 decode_org_csapi_cc_gccs_IpCallControlManager_createCall(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
17370 {
17371     switch(header->message_type) {
17372     case Request:
17373         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
17374 
17375         break;
17376     case Reply:
17377         switch(header->rep_status) {
17378         case NO_EXCEPTION:
17379             /*  Begin struct "org_csapi_cc_gccs_TpCallIdentifier"  */
17380             decode_org_csapi_cc_gccs_TpCallIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
17381             /*  End struct "org_csapi_cc_gccs_TpCallIdentifier"  */
17382             break;
17383         case USER_EXCEPTION:
17384             break;
17385         default:
17386             /* Unknown Exception */
17387             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
17388             break;
17389         }   /* switch(header->rep_status) */
17390 
17391         break;
17392     default:
17393         /* Unknown GIOP Message */
17394         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
17395         break;
17396     } /* switch(header->message_type) */
17397 }
17398 
17399 /*
17400  * IDL:org/csapi/cc/gccs/IpCallControlManager/enableCallNotification:1.0
17401  */
17402 static void
decode_org_csapi_cc_gccs_IpCallControlManager_enableCallNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)17403 decode_org_csapi_cc_gccs_IpCallControlManager_enableCallNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
17404 {
17405     switch(header->message_type) {
17406     case Request:
17407         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
17408 
17409         /*  Begin struct "org_csapi_cc_gccs_TpCallEventCriteria"  */
17410         decode_org_csapi_cc_gccs_TpCallEventCriteria_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
17411         /*  End struct "org_csapi_cc_gccs_TpCallEventCriteria"  */
17412         break;
17413     case Reply:
17414         switch(header->rep_status) {
17415         case NO_EXCEPTION:
17416             proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpCallControlManager_enableCallNotification_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
17417 
17418             break;
17419         case USER_EXCEPTION:
17420             break;
17421         default:
17422             /* Unknown Exception */
17423             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
17424             break;
17425         }   /* switch(header->rep_status) */
17426 
17427         break;
17428     default:
17429         /* Unknown GIOP Message */
17430         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
17431         break;
17432     } /* switch(header->message_type) */
17433 }
17434 
17435 /*
17436  * IDL:org/csapi/cc/gccs/IpCallControlManager/disableCallNotification:1.0
17437  */
17438 static void
decode_org_csapi_cc_gccs_IpCallControlManager_disableCallNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)17439 decode_org_csapi_cc_gccs_IpCallControlManager_disableCallNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
17440 {
17441     switch(header->message_type) {
17442     case Request:
17443         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpCallControlManager_disableCallNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
17444 
17445         break;
17446     case Reply:
17447         switch(header->rep_status) {
17448         case NO_EXCEPTION:
17449             /* Function returns void */
17450 
17451             break;
17452         case USER_EXCEPTION:
17453             break;
17454         default:
17455             /* Unknown Exception */
17456             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
17457             break;
17458         }   /* switch(header->rep_status) */
17459 
17460         break;
17461     default:
17462         /* Unknown GIOP Message */
17463         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
17464         break;
17465     } /* switch(header->message_type) */
17466 }
17467 
17468 /*
17469  * IDL:org/csapi/cc/gccs/IpCallControlManager/setCallLoadControl:1.0
17470  */
17471 static void
decode_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)17472 decode_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
17473 {
17474     switch(header->message_type) {
17475     case Request:
17476         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl_duration, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
17477 
17478         /*  Begin union "org_csapi_cc_TpCallLoadControlMechanism"  */
17479         decode_org_csapi_cc_TpCallLoadControlMechanism_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
17480 
17481         /*  End union "org_csapi_cc_TpCallLoadControlMechanism"  */
17482         /*  Begin struct "org_csapi_cc_gccs_TpCallTreatment"  */
17483         decode_org_csapi_cc_gccs_TpCallTreatment_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
17484         /*  End struct "org_csapi_cc_gccs_TpCallTreatment"  */
17485         /*  Begin struct "org_csapi_TpAddressRange"  */
17486         decode_org_csapi_TpAddressRange_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
17487         /*  End struct "org_csapi_TpAddressRange"  */
17488         break;
17489     case Reply:
17490         switch(header->rep_status) {
17491         case NO_EXCEPTION:
17492             proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
17493 
17494             break;
17495         case USER_EXCEPTION:
17496             break;
17497         default:
17498             /* Unknown Exception */
17499             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
17500             break;
17501         }   /* switch(header->rep_status) */
17502 
17503         break;
17504     default:
17505         /* Unknown GIOP Message */
17506         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
17507         break;
17508     } /* switch(header->message_type) */
17509 }
17510 
17511 /*
17512  * IDL:org/csapi/cc/gccs/IpCallControlManager/changeCallNotification:1.0
17513  */
17514 static void
decode_org_csapi_cc_gccs_IpCallControlManager_changeCallNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)17515 decode_org_csapi_cc_gccs_IpCallControlManager_changeCallNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
17516 {
17517     switch(header->message_type) {
17518     case Request:
17519         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpCallControlManager_changeCallNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
17520 
17521         /*  Begin struct "org_csapi_cc_gccs_TpCallEventCriteria"  */
17522         decode_org_csapi_cc_gccs_TpCallEventCriteria_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
17523         /*  End struct "org_csapi_cc_gccs_TpCallEventCriteria"  */
17524         break;
17525     case Reply:
17526         switch(header->rep_status) {
17527         case NO_EXCEPTION:
17528             /* Function returns void */
17529 
17530             break;
17531         case USER_EXCEPTION:
17532             break;
17533         default:
17534             /* Unknown Exception */
17535             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
17536             break;
17537         }   /* switch(header->rep_status) */
17538 
17539         break;
17540     default:
17541         /* Unknown GIOP Message */
17542         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
17543         break;
17544     } /* switch(header->message_type) */
17545 }
17546 
17547 /*
17548  * IDL:org/csapi/cc/gccs/IpCallControlManager/getCriteria:1.0
17549  */
17550 static void
decode_org_csapi_cc_gccs_IpCallControlManager_getCriteria(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)17551 decode_org_csapi_cc_gccs_IpCallControlManager_getCriteria(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
17552 {
17553     /* Operation specific Variable declarations Begin */
17554     guint32   u_octet4_loop_org_csapi_cc_gccs_IpCallControlManager_getCriteria_return;
17555     guint32   i_org_csapi_cc_gccs_IpCallControlManager_getCriteria_return;
17556     /* Operation specific Variable declarations End */
17557 
17558     switch(header->message_type) {
17559     case Request:
17560         break;
17561     case Reply:
17562         switch(header->rep_status) {
17563         case NO_EXCEPTION:
17564             u_octet4_loop_org_csapi_cc_gccs_IpCallControlManager_getCriteria_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
17565             proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpCallControlManager_getCriteria_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_gccs_IpCallControlManager_getCriteria_return);
17566 
17567             for (i_org_csapi_cc_gccs_IpCallControlManager_getCriteria_return=0; i_org_csapi_cc_gccs_IpCallControlManager_getCriteria_return < u_octet4_loop_org_csapi_cc_gccs_IpCallControlManager_getCriteria_return; i_org_csapi_cc_gccs_IpCallControlManager_getCriteria_return++) {
17568 
17569                 /*  Begin struct "org_csapi_cc_gccs_TpCallEventCriteriaResult"  */
17570                 decode_org_csapi_cc_gccs_TpCallEventCriteriaResult_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
17571                 /*  End struct "org_csapi_cc_gccs_TpCallEventCriteriaResult"  */
17572             }
17573 
17574             break;
17575         case USER_EXCEPTION:
17576             break;
17577         default:
17578             /* Unknown Exception */
17579             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
17580             break;
17581         }   /* switch(header->rep_status) */
17582 
17583         break;
17584     default:
17585         /* Unknown GIOP Message */
17586         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
17587         break;
17588     } /* switch(header->message_type) */
17589 }
17590 
17591 /*
17592  * IDL:org/csapi/cc/mpccs/IpAppCallLeg/eventReportRes:1.0
17593  */
17594 static void
decode_org_csapi_cc_mpccs_IpAppCallLeg_eventReportRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)17595 decode_org_csapi_cc_mpccs_IpAppCallLeg_eventReportRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
17596 {
17597     switch(header->message_type) {
17598     case Request:
17599         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_eventReportRes_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
17600 
17601         /*  Begin struct "org_csapi_cc_TpCallEventInfo"  */
17602         decode_org_csapi_cc_TpCallEventInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
17603         /*  End struct "org_csapi_cc_TpCallEventInfo"  */
17604         break;
17605     case Reply:
17606         switch(header->rep_status) {
17607         case NO_EXCEPTION:
17608             /* Function returns void */
17609 
17610             break;
17611         case USER_EXCEPTION:
17612             break;
17613         default:
17614             /* Unknown Exception */
17615             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
17616             break;
17617         }   /* switch(header->rep_status) */
17618 
17619         break;
17620     default:
17621         /* Unknown GIOP Message */
17622         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
17623         break;
17624     } /* switch(header->message_type) */
17625 }
17626 
17627 /*
17628  * IDL:org/csapi/cc/mpccs/IpAppCallLeg/eventReportErr:1.0
17629  */
17630 static void
decode_org_csapi_cc_mpccs_IpAppCallLeg_eventReportErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)17631 decode_org_csapi_cc_mpccs_IpAppCallLeg_eventReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
17632 {
17633     switch(header->message_type) {
17634     case Request:
17635         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_eventReportErr_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
17636 
17637         /*  Begin struct "org_csapi_cc_TpCallError"  */
17638         decode_org_csapi_cc_TpCallError_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
17639         /*  End struct "org_csapi_cc_TpCallError"  */
17640         break;
17641     case Reply:
17642         switch(header->rep_status) {
17643         case NO_EXCEPTION:
17644             /* Function returns void */
17645 
17646             break;
17647         case USER_EXCEPTION:
17648             break;
17649         default:
17650             /* Unknown Exception */
17651             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
17652             break;
17653         }   /* switch(header->rep_status) */
17654 
17655         break;
17656     default:
17657         /* Unknown GIOP Message */
17658         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
17659         break;
17660     } /* switch(header->message_type) */
17661 }
17662 
17663 /*
17664  * IDL:org/csapi/cc/mpccs/IpAppCallLeg/attachMediaRes:1.0
17665  */
17666 static void
decode_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)17667 decode_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
17668 {
17669     switch(header->message_type) {
17670     case Request:
17671         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaRes_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
17672 
17673         break;
17674     case Reply:
17675         switch(header->rep_status) {
17676         case NO_EXCEPTION:
17677             /* Function returns void */
17678 
17679             break;
17680         case USER_EXCEPTION:
17681             break;
17682         default:
17683             /* Unknown Exception */
17684             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
17685             break;
17686         }   /* switch(header->rep_status) */
17687 
17688         break;
17689     default:
17690         /* Unknown GIOP Message */
17691         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
17692         break;
17693     } /* switch(header->message_type) */
17694 }
17695 
17696 /*
17697  * IDL:org/csapi/cc/mpccs/IpAppCallLeg/attachMediaErr:1.0
17698  */
17699 static void
decode_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)17700 decode_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
17701 {
17702     switch(header->message_type) {
17703     case Request:
17704         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaErr_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
17705 
17706         /*  Begin struct "org_csapi_cc_TpCallError"  */
17707         decode_org_csapi_cc_TpCallError_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
17708         /*  End struct "org_csapi_cc_TpCallError"  */
17709         break;
17710     case Reply:
17711         switch(header->rep_status) {
17712         case NO_EXCEPTION:
17713             /* Function returns void */
17714 
17715             break;
17716         case USER_EXCEPTION:
17717             break;
17718         default:
17719             /* Unknown Exception */
17720             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
17721             break;
17722         }   /* switch(header->rep_status) */
17723 
17724         break;
17725     default:
17726         /* Unknown GIOP Message */
17727         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
17728         break;
17729     } /* switch(header->message_type) */
17730 }
17731 
17732 /*
17733  * IDL:org/csapi/cc/mpccs/IpAppCallLeg/detachMediaRes:1.0
17734  */
17735 static void
decode_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)17736 decode_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
17737 {
17738     switch(header->message_type) {
17739     case Request:
17740         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaRes_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
17741 
17742         break;
17743     case Reply:
17744         switch(header->rep_status) {
17745         case NO_EXCEPTION:
17746             /* Function returns void */
17747 
17748             break;
17749         case USER_EXCEPTION:
17750             break;
17751         default:
17752             /* Unknown Exception */
17753             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
17754             break;
17755         }   /* switch(header->rep_status) */
17756 
17757         break;
17758     default:
17759         /* Unknown GIOP Message */
17760         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
17761         break;
17762     } /* switch(header->message_type) */
17763 }
17764 
17765 /*
17766  * IDL:org/csapi/cc/mpccs/IpAppCallLeg/detachMediaErr:1.0
17767  */
17768 static void
decode_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)17769 decode_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
17770 {
17771     switch(header->message_type) {
17772     case Request:
17773         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaErr_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
17774 
17775         /*  Begin struct "org_csapi_cc_TpCallError"  */
17776         decode_org_csapi_cc_TpCallError_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
17777         /*  End struct "org_csapi_cc_TpCallError"  */
17778         break;
17779     case Reply:
17780         switch(header->rep_status) {
17781         case NO_EXCEPTION:
17782             /* Function returns void */
17783 
17784             break;
17785         case USER_EXCEPTION:
17786             break;
17787         default:
17788             /* Unknown Exception */
17789             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
17790             break;
17791         }   /* switch(header->rep_status) */
17792 
17793         break;
17794     default:
17795         /* Unknown GIOP Message */
17796         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
17797         break;
17798     } /* switch(header->message_type) */
17799 }
17800 
17801 /*
17802  * IDL:org/csapi/cc/mpccs/IpAppCallLeg/getInfoRes:1.0
17803  */
17804 static void
decode_org_csapi_cc_mpccs_IpAppCallLeg_getInfoRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)17805 decode_org_csapi_cc_mpccs_IpAppCallLeg_getInfoRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
17806 {
17807     switch(header->message_type) {
17808     case Request:
17809         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_getInfoRes_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
17810 
17811         /*  Begin struct "org_csapi_cc_TpCallLegInfoReport"  */
17812         decode_org_csapi_cc_TpCallLegInfoReport_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
17813         /*  End struct "org_csapi_cc_TpCallLegInfoReport"  */
17814         break;
17815     case Reply:
17816         switch(header->rep_status) {
17817         case NO_EXCEPTION:
17818             /* Function returns void */
17819 
17820             break;
17821         case USER_EXCEPTION:
17822             break;
17823         default:
17824             /* Unknown Exception */
17825             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
17826             break;
17827         }   /* switch(header->rep_status) */
17828 
17829         break;
17830     default:
17831         /* Unknown GIOP Message */
17832         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
17833         break;
17834     } /* switch(header->message_type) */
17835 }
17836 
17837 /*
17838  * IDL:org/csapi/cc/mpccs/IpAppCallLeg/getInfoErr:1.0
17839  */
17840 static void
decode_org_csapi_cc_mpccs_IpAppCallLeg_getInfoErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)17841 decode_org_csapi_cc_mpccs_IpAppCallLeg_getInfoErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
17842 {
17843     switch(header->message_type) {
17844     case Request:
17845         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_getInfoErr_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
17846 
17847         /*  Begin struct "org_csapi_cc_TpCallError"  */
17848         decode_org_csapi_cc_TpCallError_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
17849         /*  End struct "org_csapi_cc_TpCallError"  */
17850         break;
17851     case Reply:
17852         switch(header->rep_status) {
17853         case NO_EXCEPTION:
17854             /* Function returns void */
17855 
17856             break;
17857         case USER_EXCEPTION:
17858             break;
17859         default:
17860             /* Unknown Exception */
17861             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
17862             break;
17863         }   /* switch(header->rep_status) */
17864 
17865         break;
17866     default:
17867         /* Unknown GIOP Message */
17868         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
17869         break;
17870     } /* switch(header->message_type) */
17871 }
17872 
17873 /*
17874  * IDL:org/csapi/cc/mpccs/IpAppCallLeg/routeErr:1.0
17875  */
17876 static void
decode_org_csapi_cc_mpccs_IpAppCallLeg_routeErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)17877 decode_org_csapi_cc_mpccs_IpAppCallLeg_routeErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
17878 {
17879     switch(header->message_type) {
17880     case Request:
17881         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_routeErr_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
17882 
17883         /*  Begin struct "org_csapi_cc_TpCallError"  */
17884         decode_org_csapi_cc_TpCallError_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
17885         /*  End struct "org_csapi_cc_TpCallError"  */
17886         break;
17887     case Reply:
17888         switch(header->rep_status) {
17889         case NO_EXCEPTION:
17890             /* Function returns void */
17891 
17892             break;
17893         case USER_EXCEPTION:
17894             break;
17895         default:
17896             /* Unknown Exception */
17897             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
17898             break;
17899         }   /* switch(header->rep_status) */
17900 
17901         break;
17902     default:
17903         /* Unknown GIOP Message */
17904         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
17905         break;
17906     } /* switch(header->message_type) */
17907 }
17908 
17909 /*
17910  * IDL:org/csapi/cc/mpccs/IpAppCallLeg/superviseRes:1.0
17911  */
17912 static void
decode_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)17913 decode_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
17914 {
17915     switch(header->message_type) {
17916     case Request:
17917         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
17918 
17919         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes_report, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
17920 
17921         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes_usedTime, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
17922 
17923         break;
17924     case Reply:
17925         switch(header->rep_status) {
17926         case NO_EXCEPTION:
17927             /* Function returns void */
17928 
17929             break;
17930         case USER_EXCEPTION:
17931             break;
17932         default:
17933             /* Unknown Exception */
17934             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
17935             break;
17936         }   /* switch(header->rep_status) */
17937 
17938         break;
17939     default:
17940         /* Unknown GIOP Message */
17941         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
17942         break;
17943     } /* switch(header->message_type) */
17944 }
17945 
17946 /*
17947  * IDL:org/csapi/cc/mpccs/IpAppCallLeg/superviseErr:1.0
17948  */
17949 static void
decode_org_csapi_cc_mpccs_IpAppCallLeg_superviseErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)17950 decode_org_csapi_cc_mpccs_IpAppCallLeg_superviseErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
17951 {
17952     switch(header->message_type) {
17953     case Request:
17954         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_superviseErr_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
17955 
17956         /*  Begin struct "org_csapi_cc_TpCallError"  */
17957         decode_org_csapi_cc_TpCallError_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
17958         /*  End struct "org_csapi_cc_TpCallError"  */
17959         break;
17960     case Reply:
17961         switch(header->rep_status) {
17962         case NO_EXCEPTION:
17963             /* Function returns void */
17964 
17965             break;
17966         case USER_EXCEPTION:
17967             break;
17968         default:
17969             /* Unknown Exception */
17970             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
17971             break;
17972         }   /* switch(header->rep_status) */
17973 
17974         break;
17975     default:
17976         /* Unknown GIOP Message */
17977         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
17978         break;
17979     } /* switch(header->message_type) */
17980 }
17981 
17982 /*
17983  * IDL:org/csapi/cc/mpccs/IpAppCallLeg/callLegEnded:1.0
17984  */
17985 static void
decode_org_csapi_cc_mpccs_IpAppCallLeg_callLegEnded(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)17986 decode_org_csapi_cc_mpccs_IpAppCallLeg_callLegEnded(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
17987 {
17988     /* Operation specific Variable declarations Begin */
17989     guint32   u_octet4;
17990     /* Operation specific Variable declarations End */
17991 
17992     switch(header->message_type) {
17993     case Request:
17994         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_callLegEnded_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
17995 
17996         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
17997         proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_callLegEnded_cause, tvb, *offset-4, 4, u_octet4);
17998 
17999         break;
18000     case Reply:
18001         switch(header->rep_status) {
18002         case NO_EXCEPTION:
18003             /* Function returns void */
18004 
18005             break;
18006         case USER_EXCEPTION:
18007             break;
18008         default:
18009             /* Unknown Exception */
18010             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
18011             break;
18012         }   /* switch(header->rep_status) */
18013 
18014         break;
18015     default:
18016         /* Unknown GIOP Message */
18017         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
18018         break;
18019     } /* switch(header->message_type) */
18020 }
18021 
18022 /*
18023  * IDL:org/csapi/cc/mpccs/IpMultiPartyCallControlManager/createCall:1.0
18024  */
18025 static void
decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createCall(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)18026 decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createCall(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
18027 {
18028     switch(header->message_type) {
18029     case Request:
18030         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
18031 
18032         break;
18033     case Reply:
18034         switch(header->rep_status) {
18035         case NO_EXCEPTION:
18036             /*  Begin struct "org_csapi_cc_mpccs_TpMultiPartyCallIdentifier"  */
18037             decode_org_csapi_cc_mpccs_TpMultiPartyCallIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
18038             /*  End struct "org_csapi_cc_mpccs_TpMultiPartyCallIdentifier"  */
18039             break;
18040         case USER_EXCEPTION:
18041             break;
18042         default:
18043             /* Unknown Exception */
18044             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
18045             break;
18046         }   /* switch(header->rep_status) */
18047 
18048         break;
18049     default:
18050         /* Unknown GIOP Message */
18051         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
18052         break;
18053     } /* switch(header->message_type) */
18054 }
18055 
18056 /*
18057  * IDL:org/csapi/cc/mpccs/IpMultiPartyCallControlManager/createNotification:1.0
18058  */
18059 static void
decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)18060 decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
18061 {
18062     switch(header->message_type) {
18063     case Request:
18064         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
18065 
18066         /*  Begin struct "org_csapi_cc_TpCallNotificationRequest"  */
18067         decode_org_csapi_cc_TpCallNotificationRequest_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
18068         /*  End struct "org_csapi_cc_TpCallNotificationRequest"  */
18069         break;
18070     case Reply:
18071         switch(header->rep_status) {
18072         case NO_EXCEPTION:
18073             proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createNotification_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
18074 
18075             break;
18076         case USER_EXCEPTION:
18077             break;
18078         default:
18079             /* Unknown Exception */
18080             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
18081             break;
18082         }   /* switch(header->rep_status) */
18083 
18084         break;
18085     default:
18086         /* Unknown GIOP Message */
18087         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
18088         break;
18089     } /* switch(header->message_type) */
18090 }
18091 
18092 /*
18093  * IDL:org/csapi/cc/mpccs/IpMultiPartyCallControlManager/destroyNotification:1.0
18094  */
18095 static void
decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_destroyNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)18096 decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
18097 {
18098     switch(header->message_type) {
18099     case Request:
18100         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_destroyNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
18101 
18102         break;
18103     case Reply:
18104         switch(header->rep_status) {
18105         case NO_EXCEPTION:
18106             /* Function returns void */
18107 
18108             break;
18109         case USER_EXCEPTION:
18110             break;
18111         default:
18112             /* Unknown Exception */
18113             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
18114             break;
18115         }   /* switch(header->rep_status) */
18116 
18117         break;
18118     default:
18119         /* Unknown GIOP Message */
18120         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
18121         break;
18122     } /* switch(header->message_type) */
18123 }
18124 
18125 /*
18126  * IDL:org/csapi/cc/mpccs/IpMultiPartyCallControlManager/changeNotification:1.0
18127  */
18128 static void
decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_changeNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)18129 decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_changeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
18130 {
18131     switch(header->message_type) {
18132     case Request:
18133         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_changeNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
18134 
18135         /*  Begin struct "org_csapi_cc_TpCallNotificationRequest"  */
18136         decode_org_csapi_cc_TpCallNotificationRequest_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
18137         /*  End struct "org_csapi_cc_TpCallNotificationRequest"  */
18138         break;
18139     case Reply:
18140         switch(header->rep_status) {
18141         case NO_EXCEPTION:
18142             /* Function returns void */
18143 
18144             break;
18145         case USER_EXCEPTION:
18146             break;
18147         default:
18148             /* Unknown Exception */
18149             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
18150             break;
18151         }   /* switch(header->rep_status) */
18152 
18153         break;
18154     default:
18155         /* Unknown GIOP Message */
18156         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
18157         break;
18158     } /* switch(header->message_type) */
18159 }
18160 
18161 /*
18162  * IDL:org/csapi/cc/mpccs/IpMultiPartyCallControlManager/getNotification:1.0
18163  */
18164 static void
decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)18165 decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
18166 {
18167     /* Operation specific Variable declarations Begin */
18168     guint32   u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification_return;
18169     guint32   i_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification_return;
18170     /* Operation specific Variable declarations End */
18171 
18172     switch(header->message_type) {
18173     case Request:
18174         break;
18175     case Reply:
18176         switch(header->rep_status) {
18177         case NO_EXCEPTION:
18178             u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
18179             proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification_return);
18180 
18181             for (i_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification_return=0; i_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification_return < u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification_return; i_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification_return++) {
18182 
18183                 /*  Begin struct "org_csapi_cc_TpNotificationRequested"  */
18184                 decode_org_csapi_cc_TpNotificationRequested_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
18185                 /*  End struct "org_csapi_cc_TpNotificationRequested"  */
18186             }
18187 
18188             break;
18189         case USER_EXCEPTION:
18190             break;
18191         default:
18192             /* Unknown Exception */
18193             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
18194             break;
18195         }   /* switch(header->rep_status) */
18196 
18197         break;
18198     default:
18199         /* Unknown GIOP Message */
18200         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
18201         break;
18202     } /* switch(header->message_type) */
18203 }
18204 
18205 /*
18206  * IDL:org/csapi/cc/mpccs/IpMultiPartyCallControlManager/setCallLoadControl:1.0
18207  */
18208 static void
decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)18209 decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
18210 {
18211     switch(header->message_type) {
18212     case Request:
18213         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl_duration, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
18214 
18215         /*  Begin union "org_csapi_cc_TpCallLoadControlMechanism"  */
18216         decode_org_csapi_cc_TpCallLoadControlMechanism_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
18217 
18218         /*  End union "org_csapi_cc_TpCallLoadControlMechanism"  */
18219         /*  Begin struct "org_csapi_cc_TpCallTreatment"  */
18220         decode_org_csapi_cc_TpCallTreatment_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
18221         /*  End struct "org_csapi_cc_TpCallTreatment"  */
18222         /*  Begin struct "org_csapi_TpAddressRange"  */
18223         decode_org_csapi_TpAddressRange_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
18224         /*  End struct "org_csapi_TpAddressRange"  */
18225         break;
18226     case Reply:
18227         switch(header->rep_status) {
18228         case NO_EXCEPTION:
18229             proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
18230 
18231             break;
18232         case USER_EXCEPTION:
18233             break;
18234         default:
18235             /* Unknown Exception */
18236             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
18237             break;
18238         }   /* switch(header->rep_status) */
18239 
18240         break;
18241     default:
18242         /* Unknown GIOP Message */
18243         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
18244         break;
18245     } /* switch(header->message_type) */
18246 }
18247 
18248 /*
18249  * IDL:org/csapi/cc/mpccs/IpMultiPartyCallControlManager/enableNotifications:1.0
18250  */
18251 static void
decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_enableNotifications(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)18252 decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_enableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
18253 {
18254     switch(header->message_type) {
18255     case Request:
18256         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
18257 
18258         break;
18259     case Reply:
18260         switch(header->rep_status) {
18261         case NO_EXCEPTION:
18262             proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_enableNotifications_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
18263 
18264             break;
18265         case USER_EXCEPTION:
18266             break;
18267         default:
18268             /* Unknown Exception */
18269             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
18270             break;
18271         }   /* switch(header->rep_status) */
18272 
18273         break;
18274     default:
18275         /* Unknown GIOP Message */
18276         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
18277         break;
18278     } /* switch(header->message_type) */
18279 }
18280 
18281 /*
18282  * IDL:org/csapi/cc/mpccs/IpMultiPartyCallControlManager/disableNotifications:1.0
18283  */
18284 static void
decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_disableNotifications(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)18285 decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_disableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
18286 {
18287     switch(header->message_type) {
18288     case Request:
18289         break;
18290     case Reply:
18291         switch(header->rep_status) {
18292         case NO_EXCEPTION:
18293             /* Function returns void */
18294 
18295             break;
18296         case USER_EXCEPTION:
18297             break;
18298         default:
18299             /* Unknown Exception */
18300             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
18301             break;
18302         }   /* switch(header->rep_status) */
18303 
18304         break;
18305     default:
18306         /* Unknown GIOP Message */
18307         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
18308         break;
18309     } /* switch(header->message_type) */
18310 }
18311 
18312 /*
18313  * IDL:org/csapi/cc/mpccs/IpMultiPartyCallControlManager/getNextNotification:1.0
18314  */
18315 static void
decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNextNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)18316 decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNextNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
18317 {
18318     switch(header->message_type) {
18319     case Request:
18320         proto_tree_add_boolean(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNextNotification_reset, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
18321 
18322         break;
18323     case Reply:
18324         switch(header->rep_status) {
18325         case NO_EXCEPTION:
18326             /*  Begin struct "org_csapi_cc_TpNotificationRequestedSetEntry"  */
18327             decode_org_csapi_cc_TpNotificationRequestedSetEntry_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
18328             /*  End struct "org_csapi_cc_TpNotificationRequestedSetEntry"  */
18329             break;
18330         case USER_EXCEPTION:
18331             break;
18332         default:
18333             /* Unknown Exception */
18334             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
18335             break;
18336         }   /* switch(header->rep_status) */
18337 
18338         break;
18339     default:
18340         /* Unknown GIOP Message */
18341         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
18342         break;
18343     } /* switch(header->message_type) */
18344 }
18345 
18346 /*
18347  * IDL:org/csapi/cc/mpccs/IpCallLeg/routeReq:1.0
18348  */
18349 static void
decode_org_csapi_cc_mpccs_IpCallLeg_routeReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)18350 decode_org_csapi_cc_mpccs_IpCallLeg_routeReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
18351 {
18352     /* Operation specific Variable declarations Begin */
18353     guint32   u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_routeReq_appInfo;
18354     guint32   i_org_csapi_cc_mpccs_IpCallLeg_routeReq_appInfo;
18355     /* Operation specific Variable declarations End */
18356 
18357     switch(header->message_type) {
18358     case Request:
18359         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpCallLeg_routeReq_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
18360 
18361         /*  Begin struct "org_csapi_TpAddress"  */
18362         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
18363         /*  End struct "org_csapi_TpAddress"  */
18364         /*  Begin struct "org_csapi_TpAddress"  */
18365         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
18366         /*  End struct "org_csapi_TpAddress"  */
18367         u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_routeReq_appInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
18368         proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_routeReq_appInfo_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_routeReq_appInfo);
18369 
18370         for (i_org_csapi_cc_mpccs_IpCallLeg_routeReq_appInfo=0; i_org_csapi_cc_mpccs_IpCallLeg_routeReq_appInfo < u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_routeReq_appInfo; i_org_csapi_cc_mpccs_IpCallLeg_routeReq_appInfo++) {
18371 
18372             /*  Begin union "org_csapi_cc_TpCallAppInfo"  */
18373             decode_org_csapi_cc_TpCallAppInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
18374 
18375             /*  End union "org_csapi_cc_TpCallAppInfo"  */
18376         }
18377 
18378         /*  Begin struct "org_csapi_cc_TpCallLegConnectionProperties"  */
18379         decode_org_csapi_cc_TpCallLegConnectionProperties_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
18380         /*  End struct "org_csapi_cc_TpCallLegConnectionProperties"  */
18381         break;
18382     case Reply:
18383         switch(header->rep_status) {
18384         case NO_EXCEPTION:
18385             /* Function returns void */
18386 
18387             break;
18388         case USER_EXCEPTION:
18389             break;
18390         default:
18391             /* Unknown Exception */
18392             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
18393             break;
18394         }   /* switch(header->rep_status) */
18395 
18396         break;
18397     default:
18398         /* Unknown GIOP Message */
18399         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
18400         break;
18401     } /* switch(header->message_type) */
18402 }
18403 
18404 /*
18405  * IDL:org/csapi/cc/mpccs/IpCallLeg/eventReportReq:1.0
18406  */
18407 static void
decode_org_csapi_cc_mpccs_IpCallLeg_eventReportReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)18408 decode_org_csapi_cc_mpccs_IpCallLeg_eventReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
18409 {
18410     /* Operation specific Variable declarations Begin */
18411     guint32   u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_eventReportReq_eventsRequested;
18412     guint32   i_org_csapi_cc_mpccs_IpCallLeg_eventReportReq_eventsRequested;
18413     /* Operation specific Variable declarations End */
18414 
18415     switch(header->message_type) {
18416     case Request:
18417         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpCallLeg_eventReportReq_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
18418 
18419         u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_eventReportReq_eventsRequested = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
18420         proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_eventReportReq_eventsRequested_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_eventReportReq_eventsRequested);
18421 
18422         for (i_org_csapi_cc_mpccs_IpCallLeg_eventReportReq_eventsRequested=0; i_org_csapi_cc_mpccs_IpCallLeg_eventReportReq_eventsRequested < u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_eventReportReq_eventsRequested; i_org_csapi_cc_mpccs_IpCallLeg_eventReportReq_eventsRequested++) {
18423 
18424             /*  Begin struct "org_csapi_cc_TpCallEventRequest"  */
18425             decode_org_csapi_cc_TpCallEventRequest_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
18426             /*  End struct "org_csapi_cc_TpCallEventRequest"  */
18427         }
18428 
18429         break;
18430     case Reply:
18431         switch(header->rep_status) {
18432         case NO_EXCEPTION:
18433             /* Function returns void */
18434 
18435             break;
18436         case USER_EXCEPTION:
18437             break;
18438         default:
18439             /* Unknown Exception */
18440             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
18441             break;
18442         }   /* switch(header->rep_status) */
18443 
18444         break;
18445     default:
18446         /* Unknown GIOP Message */
18447         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
18448         break;
18449     } /* switch(header->message_type) */
18450 }
18451 
18452 /*
18453  * IDL:org/csapi/cc/mpccs/IpCallLeg/release:1.0
18454  */
18455 static void
decode_org_csapi_cc_mpccs_IpCallLeg_release(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)18456 decode_org_csapi_cc_mpccs_IpCallLeg_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
18457 {
18458     /* Operation specific Variable declarations Begin */
18459     guint32   u_octet4;
18460     /* Operation specific Variable declarations End */
18461 
18462     switch(header->message_type) {
18463     case Request:
18464         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpCallLeg_release_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
18465 
18466         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
18467         proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_release_cause, tvb, *offset-4, 4, u_octet4);
18468 
18469         break;
18470     case Reply:
18471         switch(header->rep_status) {
18472         case NO_EXCEPTION:
18473             /* Function returns void */
18474 
18475             break;
18476         case USER_EXCEPTION:
18477             break;
18478         default:
18479             /* Unknown Exception */
18480             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
18481             break;
18482         }   /* switch(header->rep_status) */
18483 
18484         break;
18485     default:
18486         /* Unknown GIOP Message */
18487         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
18488         break;
18489     } /* switch(header->message_type) */
18490 }
18491 
18492 /*
18493  * IDL:org/csapi/cc/mpccs/IpCallLeg/getInfoReq:1.0
18494  */
18495 static void
decode_org_csapi_cc_mpccs_IpCallLeg_getInfoReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)18496 decode_org_csapi_cc_mpccs_IpCallLeg_getInfoReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
18497 {
18498     switch(header->message_type) {
18499     case Request:
18500         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpCallLeg_getInfoReq_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
18501 
18502         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpCallLeg_getInfoReq_callLegInfoRequested, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
18503 
18504         break;
18505     case Reply:
18506         switch(header->rep_status) {
18507         case NO_EXCEPTION:
18508             /* Function returns void */
18509 
18510             break;
18511         case USER_EXCEPTION:
18512             break;
18513         default:
18514             /* Unknown Exception */
18515             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
18516             break;
18517         }   /* switch(header->rep_status) */
18518 
18519         break;
18520     default:
18521         /* Unknown GIOP Message */
18522         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
18523         break;
18524     } /* switch(header->message_type) */
18525 }
18526 
18527 /*
18528  * IDL:org/csapi/cc/mpccs/IpCallLeg/getCall:1.0
18529  */
18530 static void
decode_org_csapi_cc_mpccs_IpCallLeg_getCall(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)18531 decode_org_csapi_cc_mpccs_IpCallLeg_getCall(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
18532 {
18533     switch(header->message_type) {
18534     case Request:
18535         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpCallLeg_getCall_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
18536 
18537         break;
18538     case Reply:
18539         switch(header->rep_status) {
18540         case NO_EXCEPTION:
18541             /*  Begin struct "org_csapi_cc_mpccs_TpMultiPartyCallIdentifier"  */
18542             decode_org_csapi_cc_mpccs_TpMultiPartyCallIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
18543             /*  End struct "org_csapi_cc_mpccs_TpMultiPartyCallIdentifier"  */
18544             break;
18545         case USER_EXCEPTION:
18546             break;
18547         default:
18548             /* Unknown Exception */
18549             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
18550             break;
18551         }   /* switch(header->rep_status) */
18552 
18553         break;
18554     default:
18555         /* Unknown GIOP Message */
18556         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
18557         break;
18558     } /* switch(header->message_type) */
18559 }
18560 
18561 /*
18562  * IDL:org/csapi/cc/mpccs/IpCallLeg/attachMediaReq:1.0
18563  */
18564 static void
decode_org_csapi_cc_mpccs_IpCallLeg_attachMediaReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)18565 decode_org_csapi_cc_mpccs_IpCallLeg_attachMediaReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
18566 {
18567     switch(header->message_type) {
18568     case Request:
18569         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpCallLeg_attachMediaReq_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
18570 
18571         break;
18572     case Reply:
18573         switch(header->rep_status) {
18574         case NO_EXCEPTION:
18575             /* Function returns void */
18576 
18577             break;
18578         case USER_EXCEPTION:
18579             break;
18580         default:
18581             /* Unknown Exception */
18582             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
18583             break;
18584         }   /* switch(header->rep_status) */
18585 
18586         break;
18587     default:
18588         /* Unknown GIOP Message */
18589         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
18590         break;
18591     } /* switch(header->message_type) */
18592 }
18593 
18594 /*
18595  * IDL:org/csapi/cc/mpccs/IpCallLeg/detachMediaReq:1.0
18596  */
18597 static void
decode_org_csapi_cc_mpccs_IpCallLeg_detachMediaReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)18598 decode_org_csapi_cc_mpccs_IpCallLeg_detachMediaReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
18599 {
18600     switch(header->message_type) {
18601     case Request:
18602         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpCallLeg_detachMediaReq_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
18603 
18604         break;
18605     case Reply:
18606         switch(header->rep_status) {
18607         case NO_EXCEPTION:
18608             /* Function returns void */
18609 
18610             break;
18611         case USER_EXCEPTION:
18612             break;
18613         default:
18614             /* Unknown Exception */
18615             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
18616             break;
18617         }   /* switch(header->rep_status) */
18618 
18619         break;
18620     default:
18621         /* Unknown GIOP Message */
18622         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
18623         break;
18624     } /* switch(header->message_type) */
18625 }
18626 
18627 /*
18628  * IDL:org/csapi/cc/mpccs/IpCallLeg/getCurrentDestinationAddress:1.0
18629  */
18630 static void
decode_org_csapi_cc_mpccs_IpCallLeg_getCurrentDestinationAddress(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)18631 decode_org_csapi_cc_mpccs_IpCallLeg_getCurrentDestinationAddress(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
18632 {
18633     switch(header->message_type) {
18634     case Request:
18635         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpCallLeg_getCurrentDestinationAddress_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
18636 
18637         break;
18638     case Reply:
18639         switch(header->rep_status) {
18640         case NO_EXCEPTION:
18641             /*  Begin struct "org_csapi_TpAddress"  */
18642             decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
18643             /*  End struct "org_csapi_TpAddress"  */
18644             break;
18645         case USER_EXCEPTION:
18646             break;
18647         default:
18648             /* Unknown Exception */
18649             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
18650             break;
18651         }   /* switch(header->rep_status) */
18652 
18653         break;
18654     default:
18655         /* Unknown GIOP Message */
18656         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
18657         break;
18658     } /* switch(header->message_type) */
18659 }
18660 
18661 /*
18662  * IDL:org/csapi/cc/mpccs/IpCallLeg/continueProcessing:1.0
18663  */
18664 static void
decode_org_csapi_cc_mpccs_IpCallLeg_continueProcessing(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)18665 decode_org_csapi_cc_mpccs_IpCallLeg_continueProcessing(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
18666 {
18667     switch(header->message_type) {
18668     case Request:
18669         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpCallLeg_continueProcessing_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
18670 
18671         break;
18672     case Reply:
18673         switch(header->rep_status) {
18674         case NO_EXCEPTION:
18675             /* Function returns void */
18676 
18677             break;
18678         case USER_EXCEPTION:
18679             break;
18680         default:
18681             /* Unknown Exception */
18682             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
18683             break;
18684         }   /* switch(header->rep_status) */
18685 
18686         break;
18687     default:
18688         /* Unknown GIOP Message */
18689         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
18690         break;
18691     } /* switch(header->message_type) */
18692 }
18693 
18694 /*
18695  * IDL:org/csapi/cc/mpccs/IpCallLeg/setChargePlan:1.0
18696  */
18697 static void
decode_org_csapi_cc_mpccs_IpCallLeg_setChargePlan(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)18698 decode_org_csapi_cc_mpccs_IpCallLeg_setChargePlan(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
18699 {
18700     switch(header->message_type) {
18701     case Request:
18702         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpCallLeg_setChargePlan_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
18703 
18704         /*  Begin struct "org_csapi_cc_TpCallChargePlan"  */
18705         decode_org_csapi_cc_TpCallChargePlan_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
18706         /*  End struct "org_csapi_cc_TpCallChargePlan"  */
18707         break;
18708     case Reply:
18709         switch(header->rep_status) {
18710         case NO_EXCEPTION:
18711             /* Function returns void */
18712 
18713             break;
18714         case USER_EXCEPTION:
18715             break;
18716         default:
18717             /* Unknown Exception */
18718             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
18719             break;
18720         }   /* switch(header->rep_status) */
18721 
18722         break;
18723     default:
18724         /* Unknown GIOP Message */
18725         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
18726         break;
18727     } /* switch(header->message_type) */
18728 }
18729 
18730 /*
18731  * IDL:org/csapi/cc/mpccs/IpCallLeg/setAdviceOfCharge:1.0
18732  */
18733 static void
decode_org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)18734 decode_org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
18735 {
18736     switch(header->message_type) {
18737     case Request:
18738         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
18739 
18740         /*  Begin struct "org_csapi_TpAoCInfo"  */
18741         decode_org_csapi_TpAoCInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
18742         /*  End struct "org_csapi_TpAoCInfo"  */
18743         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge_tariffSwitch, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
18744 
18745         break;
18746     case Reply:
18747         switch(header->rep_status) {
18748         case NO_EXCEPTION:
18749             /* Function returns void */
18750 
18751             break;
18752         case USER_EXCEPTION:
18753             break;
18754         default:
18755             /* Unknown Exception */
18756             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
18757             break;
18758         }   /* switch(header->rep_status) */
18759 
18760         break;
18761     default:
18762         /* Unknown GIOP Message */
18763         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
18764         break;
18765     } /* switch(header->message_type) */
18766 }
18767 
18768 /*
18769  * IDL:org/csapi/cc/mpccs/IpCallLeg/superviseReq:1.0
18770  */
18771 static void
decode_org_csapi_cc_mpccs_IpCallLeg_superviseReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)18772 decode_org_csapi_cc_mpccs_IpCallLeg_superviseReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
18773 {
18774     switch(header->message_type) {
18775     case Request:
18776         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpCallLeg_superviseReq_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
18777 
18778         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpCallLeg_superviseReq_time, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
18779 
18780         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpCallLeg_superviseReq_treatment, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
18781 
18782         break;
18783     case Reply:
18784         switch(header->rep_status) {
18785         case NO_EXCEPTION:
18786             /* Function returns void */
18787 
18788             break;
18789         case USER_EXCEPTION:
18790             break;
18791         default:
18792             /* Unknown Exception */
18793             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
18794             break;
18795         }   /* switch(header->rep_status) */
18796 
18797         break;
18798     default:
18799         /* Unknown GIOP Message */
18800         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
18801         break;
18802     } /* switch(header->message_type) */
18803 }
18804 
18805 /*
18806  * IDL:org/csapi/cc/mpccs/IpCallLeg/deassign:1.0
18807  */
18808 static void
decode_org_csapi_cc_mpccs_IpCallLeg_deassign(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)18809 decode_org_csapi_cc_mpccs_IpCallLeg_deassign(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
18810 {
18811     switch(header->message_type) {
18812     case Request:
18813         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpCallLeg_deassign_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
18814 
18815         break;
18816     case Reply:
18817         switch(header->rep_status) {
18818         case NO_EXCEPTION:
18819             /* Function returns void */
18820 
18821             break;
18822         case USER_EXCEPTION:
18823             break;
18824         default:
18825             /* Unknown Exception */
18826             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
18827             break;
18828         }   /* switch(header->rep_status) */
18829 
18830         break;
18831     default:
18832         /* Unknown GIOP Message */
18833         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
18834         break;
18835     } /* switch(header->message_type) */
18836 }
18837 
18838 /*
18839  * IDL:org/csapi/cc/mpccs/IpCallLeg/getProperties:1.0
18840  */
18841 static void
decode_org_csapi_cc_mpccs_IpCallLeg_getProperties(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)18842 decode_org_csapi_cc_mpccs_IpCallLeg_getProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
18843 {
18844     /* Operation specific Variable declarations Begin */
18845     guint32   u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames;
18846     guint32   i_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames;
18847     guint32   u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_getProperties_return;
18848     guint32   i_org_csapi_cc_mpccs_IpCallLeg_getProperties_return;
18849     /* Operation specific Variable declarations End */
18850 
18851     switch(header->message_type) {
18852     case Request:
18853         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpCallLeg_getProperties_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
18854 
18855         u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
18856         proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames);
18857 
18858         for (i_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames=0; i_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames < u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames; i_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames++) {
18859 
18860             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames);
18861 
18862         }
18863 
18864         break;
18865     case Reply:
18866         switch(header->rep_status) {
18867         case NO_EXCEPTION:
18868             u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_getProperties_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
18869             proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_getProperties_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_getProperties_return);
18870 
18871             for (i_org_csapi_cc_mpccs_IpCallLeg_getProperties_return=0; i_org_csapi_cc_mpccs_IpCallLeg_getProperties_return < u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_getProperties_return; i_org_csapi_cc_mpccs_IpCallLeg_getProperties_return++) {
18872 
18873                 /*  Begin struct "org_csapi_cc_TpCallLegProperty"  */
18874                 decode_org_csapi_cc_TpCallLegProperty_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
18875                 /*  End struct "org_csapi_cc_TpCallLegProperty"  */
18876             }
18877 
18878             break;
18879         case USER_EXCEPTION:
18880             break;
18881         default:
18882             /* Unknown Exception */
18883             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
18884             break;
18885         }   /* switch(header->rep_status) */
18886 
18887         break;
18888     default:
18889         /* Unknown GIOP Message */
18890         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
18891         break;
18892     } /* switch(header->message_type) */
18893 }
18894 
18895 /*
18896  * IDL:org/csapi/cc/mpccs/IpCallLeg/setProperties:1.0
18897  */
18898 static void
decode_org_csapi_cc_mpccs_IpCallLeg_setProperties(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)18899 decode_org_csapi_cc_mpccs_IpCallLeg_setProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
18900 {
18901     /* Operation specific Variable declarations Begin */
18902     guint32   u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_setProperties_properties;
18903     guint32   i_org_csapi_cc_mpccs_IpCallLeg_setProperties_properties;
18904     /* Operation specific Variable declarations End */
18905 
18906     switch(header->message_type) {
18907     case Request:
18908         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpCallLeg_setProperties_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
18909 
18910         u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_setProperties_properties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
18911         proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_setProperties_properties_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_setProperties_properties);
18912 
18913         for (i_org_csapi_cc_mpccs_IpCallLeg_setProperties_properties=0; i_org_csapi_cc_mpccs_IpCallLeg_setProperties_properties < u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_setProperties_properties; i_org_csapi_cc_mpccs_IpCallLeg_setProperties_properties++) {
18914 
18915             /*  Begin struct "org_csapi_cc_TpCallLegProperty"  */
18916             decode_org_csapi_cc_TpCallLegProperty_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
18917             /*  End struct "org_csapi_cc_TpCallLegProperty"  */
18918         }
18919 
18920         break;
18921     case Reply:
18922         switch(header->rep_status) {
18923         case NO_EXCEPTION:
18924             /* Function returns void */
18925 
18926             break;
18927         case USER_EXCEPTION:
18928             break;
18929         default:
18930             /* Unknown Exception */
18931             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
18932             break;
18933         }   /* switch(header->rep_status) */
18934 
18935         break;
18936     default:
18937         /* Unknown GIOP Message */
18938         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
18939         break;
18940     } /* switch(header->message_type) */
18941 }
18942 
18943 /*
18944  * IDL:org/csapi/cc/mpccs/IpAppMultiPartyCall/getInfoRes:1.0
18945  */
18946 static void
decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)18947 decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
18948 {
18949     switch(header->message_type) {
18950     case Request:
18951         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoRes_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
18952 
18953         /*  Begin struct "org_csapi_cc_TpCallInfoReport"  */
18954         decode_org_csapi_cc_TpCallInfoReport_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
18955         /*  End struct "org_csapi_cc_TpCallInfoReport"  */
18956         break;
18957     case Reply:
18958         switch(header->rep_status) {
18959         case NO_EXCEPTION:
18960             /* Function returns void */
18961 
18962             break;
18963         case USER_EXCEPTION:
18964             break;
18965         default:
18966             /* Unknown Exception */
18967             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
18968             break;
18969         }   /* switch(header->rep_status) */
18970 
18971         break;
18972     default:
18973         /* Unknown GIOP Message */
18974         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
18975         break;
18976     } /* switch(header->message_type) */
18977 }
18978 
18979 /*
18980  * IDL:org/csapi/cc/mpccs/IpAppMultiPartyCall/getInfoErr:1.0
18981  */
18982 static void
decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)18983 decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
18984 {
18985     switch(header->message_type) {
18986     case Request:
18987         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoErr_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
18988 
18989         /*  Begin struct "org_csapi_cc_TpCallError"  */
18990         decode_org_csapi_cc_TpCallError_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
18991         /*  End struct "org_csapi_cc_TpCallError"  */
18992         break;
18993     case Reply:
18994         switch(header->rep_status) {
18995         case NO_EXCEPTION:
18996             /* Function returns void */
18997 
18998             break;
18999         case USER_EXCEPTION:
19000             break;
19001         default:
19002             /* Unknown Exception */
19003             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
19004             break;
19005         }   /* switch(header->rep_status) */
19006 
19007         break;
19008     default:
19009         /* Unknown GIOP Message */
19010         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
19011         break;
19012     } /* switch(header->message_type) */
19013 }
19014 
19015 /*
19016  * IDL:org/csapi/cc/mpccs/IpAppMultiPartyCall/superviseRes:1.0
19017  */
19018 static void
decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)19019 decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
19020 {
19021     switch(header->message_type) {
19022     case Request:
19023         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
19024 
19025         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes_report, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
19026 
19027         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes_usedTime, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
19028 
19029         break;
19030     case Reply:
19031         switch(header->rep_status) {
19032         case NO_EXCEPTION:
19033             /* Function returns void */
19034 
19035             break;
19036         case USER_EXCEPTION:
19037             break;
19038         default:
19039             /* Unknown Exception */
19040             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
19041             break;
19042         }   /* switch(header->rep_status) */
19043 
19044         break;
19045     default:
19046         /* Unknown GIOP Message */
19047         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
19048         break;
19049     } /* switch(header->message_type) */
19050 }
19051 
19052 /*
19053  * IDL:org/csapi/cc/mpccs/IpAppMultiPartyCall/superviseErr:1.0
19054  */
19055 static void
decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)19056 decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
19057 {
19058     switch(header->message_type) {
19059     case Request:
19060         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseErr_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
19061 
19062         /*  Begin struct "org_csapi_cc_TpCallError"  */
19063         decode_org_csapi_cc_TpCallError_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
19064         /*  End struct "org_csapi_cc_TpCallError"  */
19065         break;
19066     case Reply:
19067         switch(header->rep_status) {
19068         case NO_EXCEPTION:
19069             /* Function returns void */
19070 
19071             break;
19072         case USER_EXCEPTION:
19073             break;
19074         default:
19075             /* Unknown Exception */
19076             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
19077             break;
19078         }   /* switch(header->rep_status) */
19079 
19080         break;
19081     default:
19082         /* Unknown GIOP Message */
19083         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
19084         break;
19085     } /* switch(header->message_type) */
19086 }
19087 
19088 /*
19089  * IDL:org/csapi/cc/mpccs/IpAppMultiPartyCall/callEnded:1.0
19090  */
19091 static void
decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_callEnded(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)19092 decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_callEnded(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
19093 {
19094     switch(header->message_type) {
19095     case Request:
19096         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_callEnded_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
19097 
19098         /*  Begin struct "org_csapi_cc_TpCallEndedReport"  */
19099         decode_org_csapi_cc_TpCallEndedReport_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
19100         /*  End struct "org_csapi_cc_TpCallEndedReport"  */
19101         break;
19102     case Reply:
19103         switch(header->rep_status) {
19104         case NO_EXCEPTION:
19105             /* Function returns void */
19106 
19107             break;
19108         case USER_EXCEPTION:
19109             break;
19110         default:
19111             /* Unknown Exception */
19112             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
19113             break;
19114         }   /* switch(header->rep_status) */
19115 
19116         break;
19117     default:
19118         /* Unknown GIOP Message */
19119         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
19120         break;
19121     } /* switch(header->message_type) */
19122 }
19123 
19124 /*
19125  * IDL:org/csapi/cc/mpccs/IpAppMultiPartyCall/createAndRouteCallLegErr:1.0
19126  */
19127 static void
decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_createAndRouteCallLegErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)19128 decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_createAndRouteCallLegErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
19129 {
19130     switch(header->message_type) {
19131     case Request:
19132         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_createAndRouteCallLegErr_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
19133 
19134         /*  Begin struct "org_csapi_cc_mpccs_TpCallLegIdentifier"  */
19135         decode_org_csapi_cc_mpccs_TpCallLegIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
19136         /*  End struct "org_csapi_cc_mpccs_TpCallLegIdentifier"  */
19137         /*  Begin struct "org_csapi_cc_TpCallError"  */
19138         decode_org_csapi_cc_TpCallError_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
19139         /*  End struct "org_csapi_cc_TpCallError"  */
19140         break;
19141     case Reply:
19142         switch(header->rep_status) {
19143         case NO_EXCEPTION:
19144             /* Function returns void */
19145 
19146             break;
19147         case USER_EXCEPTION:
19148             break;
19149         default:
19150             /* Unknown Exception */
19151             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
19152             break;
19153         }   /* switch(header->rep_status) */
19154 
19155         break;
19156     default:
19157         /* Unknown GIOP Message */
19158         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
19159         break;
19160     } /* switch(header->message_type) */
19161 }
19162 
19163 /*
19164  * IDL:org/csapi/cc/mpccs/IpMultiPartyCall/getCallLegs:1.0
19165  */
19166 static void
decode_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)19167 decode_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
19168 {
19169     /* Operation specific Variable declarations Begin */
19170     guint32   u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_return;
19171     guint32   i_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_return;
19172     /* Operation specific Variable declarations End */
19173 
19174     switch(header->message_type) {
19175     case Request:
19176         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
19177 
19178         break;
19179     case Reply:
19180         switch(header->rep_status) {
19181         case NO_EXCEPTION:
19182             u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
19183             proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_return);
19184 
19185             for (i_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_return=0; i_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_return < u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_return; i_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_return++) {
19186 
19187                 /*  Begin struct "org_csapi_cc_mpccs_TpCallLegIdentifier"  */
19188                 decode_org_csapi_cc_mpccs_TpCallLegIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
19189                 /*  End struct "org_csapi_cc_mpccs_TpCallLegIdentifier"  */
19190             }
19191 
19192             break;
19193         case USER_EXCEPTION:
19194             break;
19195         default:
19196             /* Unknown Exception */
19197             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
19198             break;
19199         }   /* switch(header->rep_status) */
19200 
19201         break;
19202     default:
19203         /* Unknown GIOP Message */
19204         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
19205         break;
19206     } /* switch(header->message_type) */
19207 }
19208 
19209 /*
19210  * IDL:org/csapi/cc/mpccs/IpMultiPartyCall/createCallLeg:1.0
19211  */
19212 static void
decode_org_csapi_cc_mpccs_IpMultiPartyCall_createCallLeg(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)19213 decode_org_csapi_cc_mpccs_IpMultiPartyCall_createCallLeg(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
19214 {
19215     switch(header->message_type) {
19216     case Request:
19217         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_createCallLeg_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
19218 
19219         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
19220 
19221         break;
19222     case Reply:
19223         switch(header->rep_status) {
19224         case NO_EXCEPTION:
19225             /*  Begin struct "org_csapi_cc_mpccs_TpCallLegIdentifier"  */
19226             decode_org_csapi_cc_mpccs_TpCallLegIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
19227             /*  End struct "org_csapi_cc_mpccs_TpCallLegIdentifier"  */
19228             break;
19229         case USER_EXCEPTION:
19230             break;
19231         default:
19232             /* Unknown Exception */
19233             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
19234             break;
19235         }   /* switch(header->rep_status) */
19236 
19237         break;
19238     default:
19239         /* Unknown GIOP Message */
19240         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
19241         break;
19242     } /* switch(header->message_type) */
19243 }
19244 
19245 /*
19246  * IDL:org/csapi/cc/mpccs/IpMultiPartyCall/createAndRouteCallLegReq:1.0
19247  */
19248 static void
decode_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)19249 decode_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
19250 {
19251     /* Operation specific Variable declarations Begin */
19252     guint32   u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_eventsRequested;
19253     guint32   i_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_eventsRequested;
19254     guint32   u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_appInfo;
19255     guint32   i_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_appInfo;
19256     /* Operation specific Variable declarations End */
19257 
19258     switch(header->message_type) {
19259     case Request:
19260         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
19261 
19262         u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_eventsRequested = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
19263         proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_eventsRequested_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_eventsRequested);
19264 
19265         for (i_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_eventsRequested=0; i_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_eventsRequested < u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_eventsRequested; i_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_eventsRequested++) {
19266 
19267             /*  Begin struct "org_csapi_cc_TpCallEventRequest"  */
19268             decode_org_csapi_cc_TpCallEventRequest_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
19269             /*  End struct "org_csapi_cc_TpCallEventRequest"  */
19270         }
19271 
19272         /*  Begin struct "org_csapi_TpAddress"  */
19273         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
19274         /*  End struct "org_csapi_TpAddress"  */
19275         /*  Begin struct "org_csapi_TpAddress"  */
19276         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
19277         /*  End struct "org_csapi_TpAddress"  */
19278         u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_appInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
19279         proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_appInfo_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_appInfo);
19280 
19281         for (i_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_appInfo=0; i_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_appInfo < u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_appInfo; i_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_appInfo++) {
19282 
19283             /*  Begin union "org_csapi_cc_TpCallAppInfo"  */
19284             decode_org_csapi_cc_TpCallAppInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
19285 
19286             /*  End union "org_csapi_cc_TpCallAppInfo"  */
19287         }
19288 
19289         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
19290 
19291         break;
19292     case Reply:
19293         switch(header->rep_status) {
19294         case NO_EXCEPTION:
19295             /*  Begin struct "org_csapi_cc_mpccs_TpCallLegIdentifier"  */
19296             decode_org_csapi_cc_mpccs_TpCallLegIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
19297             /*  End struct "org_csapi_cc_mpccs_TpCallLegIdentifier"  */
19298             break;
19299         case USER_EXCEPTION:
19300             break;
19301         default:
19302             /* Unknown Exception */
19303             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
19304             break;
19305         }   /* switch(header->rep_status) */
19306 
19307         break;
19308     default:
19309         /* Unknown GIOP Message */
19310         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
19311         break;
19312     } /* switch(header->message_type) */
19313 }
19314 
19315 /*
19316  * IDL:org/csapi/cc/mpccs/IpMultiPartyCall/release:1.0
19317  */
19318 static void
decode_org_csapi_cc_mpccs_IpMultiPartyCall_release(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)19319 decode_org_csapi_cc_mpccs_IpMultiPartyCall_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
19320 {
19321     /* Operation specific Variable declarations Begin */
19322     guint32   u_octet4;
19323     /* Operation specific Variable declarations End */
19324 
19325     switch(header->message_type) {
19326     case Request:
19327         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_release_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
19328 
19329         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
19330         proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_release_cause, tvb, *offset-4, 4, u_octet4);
19331 
19332         break;
19333     case Reply:
19334         switch(header->rep_status) {
19335         case NO_EXCEPTION:
19336             /* Function returns void */
19337 
19338             break;
19339         case USER_EXCEPTION:
19340             break;
19341         default:
19342             /* Unknown Exception */
19343             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
19344             break;
19345         }   /* switch(header->rep_status) */
19346 
19347         break;
19348     default:
19349         /* Unknown GIOP Message */
19350         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
19351         break;
19352     } /* switch(header->message_type) */
19353 }
19354 
19355 /*
19356  * IDL:org/csapi/cc/mpccs/IpMultiPartyCall/deassignCall:1.0
19357  */
19358 static void
decode_org_csapi_cc_mpccs_IpMultiPartyCall_deassignCall(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)19359 decode_org_csapi_cc_mpccs_IpMultiPartyCall_deassignCall(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
19360 {
19361     switch(header->message_type) {
19362     case Request:
19363         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_deassignCall_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
19364 
19365         break;
19366     case Reply:
19367         switch(header->rep_status) {
19368         case NO_EXCEPTION:
19369             /* Function returns void */
19370 
19371             break;
19372         case USER_EXCEPTION:
19373             break;
19374         default:
19375             /* Unknown Exception */
19376             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
19377             break;
19378         }   /* switch(header->rep_status) */
19379 
19380         break;
19381     default:
19382         /* Unknown GIOP Message */
19383         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
19384         break;
19385     } /* switch(header->message_type) */
19386 }
19387 
19388 /*
19389  * IDL:org/csapi/cc/mpccs/IpMultiPartyCall/getInfoReq:1.0
19390  */
19391 static void
decode_org_csapi_cc_mpccs_IpMultiPartyCall_getInfoReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)19392 decode_org_csapi_cc_mpccs_IpMultiPartyCall_getInfoReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
19393 {
19394     switch(header->message_type) {
19395     case Request:
19396         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_getInfoReq_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
19397 
19398         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_getInfoReq_callInfoRequested, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
19399 
19400         break;
19401     case Reply:
19402         switch(header->rep_status) {
19403         case NO_EXCEPTION:
19404             /* Function returns void */
19405 
19406             break;
19407         case USER_EXCEPTION:
19408             break;
19409         default:
19410             /* Unknown Exception */
19411             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
19412             break;
19413         }   /* switch(header->rep_status) */
19414 
19415         break;
19416     default:
19417         /* Unknown GIOP Message */
19418         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
19419         break;
19420     } /* switch(header->message_type) */
19421 }
19422 
19423 /*
19424  * IDL:org/csapi/cc/mpccs/IpMultiPartyCall/setChargePlan:1.0
19425  */
19426 static void
decode_org_csapi_cc_mpccs_IpMultiPartyCall_setChargePlan(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)19427 decode_org_csapi_cc_mpccs_IpMultiPartyCall_setChargePlan(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
19428 {
19429     switch(header->message_type) {
19430     case Request:
19431         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_setChargePlan_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
19432 
19433         /*  Begin struct "org_csapi_cc_TpCallChargePlan"  */
19434         decode_org_csapi_cc_TpCallChargePlan_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
19435         /*  End struct "org_csapi_cc_TpCallChargePlan"  */
19436         break;
19437     case Reply:
19438         switch(header->rep_status) {
19439         case NO_EXCEPTION:
19440             /* Function returns void */
19441 
19442             break;
19443         case USER_EXCEPTION:
19444             break;
19445         default:
19446             /* Unknown Exception */
19447             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
19448             break;
19449         }   /* switch(header->rep_status) */
19450 
19451         break;
19452     default:
19453         /* Unknown GIOP Message */
19454         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
19455         break;
19456     } /* switch(header->message_type) */
19457 }
19458 
19459 /*
19460  * IDL:org/csapi/cc/mpccs/IpMultiPartyCall/setAdviceOfCharge:1.0
19461  */
19462 static void
decode_org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)19463 decode_org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
19464 {
19465     switch(header->message_type) {
19466     case Request:
19467         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
19468 
19469         /*  Begin struct "org_csapi_TpAoCInfo"  */
19470         decode_org_csapi_TpAoCInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
19471         /*  End struct "org_csapi_TpAoCInfo"  */
19472         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge_tariffSwitch, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
19473 
19474         break;
19475     case Reply:
19476         switch(header->rep_status) {
19477         case NO_EXCEPTION:
19478             /* Function returns void */
19479 
19480             break;
19481         case USER_EXCEPTION:
19482             break;
19483         default:
19484             /* Unknown Exception */
19485             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
19486             break;
19487         }   /* switch(header->rep_status) */
19488 
19489         break;
19490     default:
19491         /* Unknown GIOP Message */
19492         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
19493         break;
19494     } /* switch(header->message_type) */
19495 }
19496 
19497 /*
19498  * IDL:org/csapi/cc/mpccs/IpMultiPartyCall/superviseReq:1.0
19499  */
19500 static void
decode_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)19501 decode_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
19502 {
19503     switch(header->message_type) {
19504     case Request:
19505         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
19506 
19507         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq_time, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
19508 
19509         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq_treatment, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
19510 
19511         break;
19512     case Reply:
19513         switch(header->rep_status) {
19514         case NO_EXCEPTION:
19515             /* Function returns void */
19516 
19517             break;
19518         case USER_EXCEPTION:
19519             break;
19520         default:
19521             /* Unknown Exception */
19522             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
19523             break;
19524         }   /* switch(header->rep_status) */
19525 
19526         break;
19527     default:
19528         /* Unknown GIOP Message */
19529         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
19530         break;
19531     } /* switch(header->message_type) */
19532 }
19533 
19534 /*
19535  * IDL:org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager/reportNotification:1.0
19536  */
19537 static void
decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)19538 decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
19539 {
19540     /* Operation specific Variable declarations Begin */
19541     guint32   u_octet4_loop_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_callLegReferenceSet;
19542     guint32   i_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_callLegReferenceSet;
19543     /* Operation specific Variable declarations End */
19544 
19545     switch(header->message_type) {
19546     case Request:
19547         /*  Begin struct "org_csapi_cc_mpccs_TpMultiPartyCallIdentifier"  */
19548         decode_org_csapi_cc_mpccs_TpMultiPartyCallIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
19549         /*  End struct "org_csapi_cc_mpccs_TpMultiPartyCallIdentifier"  */
19550         u_octet4_loop_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_callLegReferenceSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
19551         proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_callLegReferenceSet_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_callLegReferenceSet);
19552 
19553         for (i_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_callLegReferenceSet=0; i_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_callLegReferenceSet < u_octet4_loop_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_callLegReferenceSet; i_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_callLegReferenceSet++) {
19554 
19555             /*  Begin struct "org_csapi_cc_mpccs_TpCallLegIdentifier"  */
19556             decode_org_csapi_cc_mpccs_TpCallLegIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
19557             /*  End struct "org_csapi_cc_mpccs_TpCallLegIdentifier"  */
19558         }
19559 
19560         /*  Begin struct "org_csapi_cc_TpCallNotificationInfo"  */
19561         decode_org_csapi_cc_TpCallNotificationInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
19562         /*  End struct "org_csapi_cc_TpCallNotificationInfo"  */
19563         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
19564 
19565         break;
19566     case Reply:
19567         switch(header->rep_status) {
19568         case NO_EXCEPTION:
19569             /*  Begin union "org_csapi_cc_mpccs_TpAppMultiPartyCallBack"  */
19570             decode_org_csapi_cc_mpccs_TpAppMultiPartyCallBack_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
19571 
19572             /*  End union "org_csapi_cc_mpccs_TpAppMultiPartyCallBack"  */
19573             break;
19574         case USER_EXCEPTION:
19575             break;
19576         default:
19577             /* Unknown Exception */
19578             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
19579             break;
19580         }   /* switch(header->rep_status) */
19581 
19582         break;
19583     default:
19584         /* Unknown GIOP Message */
19585         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
19586         break;
19587     } /* switch(header->message_type) */
19588 }
19589 
19590 /*
19591  * IDL:org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager/callAborted:1.0
19592  */
19593 static void
decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callAborted(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)19594 decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callAborted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
19595 {
19596     switch(header->message_type) {
19597     case Request:
19598         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callAborted_callReference, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
19599 
19600         break;
19601     case Reply:
19602         switch(header->rep_status) {
19603         case NO_EXCEPTION:
19604             /* Function returns void */
19605 
19606             break;
19607         case USER_EXCEPTION:
19608             break;
19609         default:
19610             /* Unknown Exception */
19611             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
19612             break;
19613         }   /* switch(header->rep_status) */
19614 
19615         break;
19616     default:
19617         /* Unknown GIOP Message */
19618         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
19619         break;
19620     } /* switch(header->message_type) */
19621 }
19622 
19623 /*
19624  * IDL:org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager/managerInterrupted:1.0
19625  */
19626 static void
decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerInterrupted(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)19627 decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerInterrupted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
19628 {
19629     switch(header->message_type) {
19630     case Request:
19631         break;
19632     case Reply:
19633         switch(header->rep_status) {
19634         case NO_EXCEPTION:
19635             /* Function returns void */
19636 
19637             break;
19638         case USER_EXCEPTION:
19639             break;
19640         default:
19641             /* Unknown Exception */
19642             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
19643             break;
19644         }   /* switch(header->rep_status) */
19645 
19646         break;
19647     default:
19648         /* Unknown GIOP Message */
19649         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
19650         break;
19651     } /* switch(header->message_type) */
19652 }
19653 
19654 /*
19655  * IDL:org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager/managerResumed:1.0
19656  */
19657 static void
decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerResumed(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)19658 decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerResumed(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
19659 {
19660     switch(header->message_type) {
19661     case Request:
19662         break;
19663     case Reply:
19664         switch(header->rep_status) {
19665         case NO_EXCEPTION:
19666             /* Function returns void */
19667 
19668             break;
19669         case USER_EXCEPTION:
19670             break;
19671         default:
19672             /* Unknown Exception */
19673             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
19674             break;
19675         }   /* switch(header->rep_status) */
19676 
19677         break;
19678     default:
19679         /* Unknown GIOP Message */
19680         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
19681         break;
19682     } /* switch(header->message_type) */
19683 }
19684 
19685 /*
19686  * IDL:org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager/callOverloadEncountered:1.0
19687  */
19688 static void
decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadEncountered(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)19689 decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadEncountered(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
19690 {
19691     switch(header->message_type) {
19692     case Request:
19693         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadEncountered_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
19694 
19695         break;
19696     case Reply:
19697         switch(header->rep_status) {
19698         case NO_EXCEPTION:
19699             /* Function returns void */
19700 
19701             break;
19702         case USER_EXCEPTION:
19703             break;
19704         default:
19705             /* Unknown Exception */
19706             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
19707             break;
19708         }   /* switch(header->rep_status) */
19709 
19710         break;
19711     default:
19712         /* Unknown GIOP Message */
19713         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
19714         break;
19715     } /* switch(header->message_type) */
19716 }
19717 
19718 /*
19719  * IDL:org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager/callOverloadCeased:1.0
19720  */
19721 static void
decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadCeased(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)19722 decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadCeased(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
19723 {
19724     switch(header->message_type) {
19725     case Request:
19726         proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadCeased_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
19727 
19728         break;
19729     case Reply:
19730         switch(header->rep_status) {
19731         case NO_EXCEPTION:
19732             /* Function returns void */
19733 
19734             break;
19735         case USER_EXCEPTION:
19736             break;
19737         default:
19738             /* Unknown Exception */
19739             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
19740             break;
19741         }   /* switch(header->rep_status) */
19742 
19743         break;
19744     default:
19745         /* Unknown GIOP Message */
19746         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
19747         break;
19748     } /* switch(header->message_type) */
19749 }
19750 
19751 /*
19752  * IDL:org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager/abortMultipleCalls:1.0
19753  */
19754 static void
decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)19755 decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
19756 {
19757     /* Operation specific Variable declarations Begin */
19758     guint32   u_octet4_loop_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet;
19759     guint32   i_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet;
19760     /* Operation specific Variable declarations End */
19761 
19762     switch(header->message_type) {
19763     case Request:
19764         u_octet4_loop_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
19765         proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet);
19766 
19767         for (i_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet=0; i_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet < u_octet4_loop_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet; i_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet++) {
19768 
19769             proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
19770 
19771         }
19772 
19773         break;
19774     case Reply:
19775         switch(header->rep_status) {
19776         case NO_EXCEPTION:
19777             /* Function returns void */
19778 
19779             break;
19780         case USER_EXCEPTION:
19781             break;
19782         default:
19783             /* Unknown Exception */
19784             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
19785             break;
19786         }   /* switch(header->rep_status) */
19787 
19788         break;
19789     default:
19790         /* Unknown GIOP Message */
19791         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
19792         break;
19793     } /* switch(header->message_type) */
19794 }
19795 
19796 /*
19797  * IDL:org/csapi/cc/mmccs/IpAppMultiMediaCall/superviseVolumeRes:1.0
19798  */
19799 static void
decode_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)19800 decode_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
19801 {
19802     /* Operation specific Variable declarations Begin */
19803     guint32   u_octet4;
19804     /* Operation specific Variable declarations End */
19805 
19806     switch(header->message_type) {
19807     case Request:
19808         proto_tree_add_int(tree, hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
19809 
19810         proto_tree_add_int(tree, hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes_report, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
19811 
19812         /*  Begin struct "org_csapi_cc_mmccs_TpCallSuperviseVolume"  */
19813         decode_org_csapi_cc_mmccs_TpCallSuperviseVolume_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
19814         /*  End struct "org_csapi_cc_mmccs_TpCallSuperviseVolume"  */
19815         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
19816         proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes_qualityOfService, tvb, *offset-4, 4, u_octet4);
19817 
19818         break;
19819     case Reply:
19820         switch(header->rep_status) {
19821         case NO_EXCEPTION:
19822             /* Function returns void */
19823 
19824             break;
19825         case USER_EXCEPTION:
19826             break;
19827         default:
19828             /* Unknown Exception */
19829             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
19830             break;
19831         }   /* switch(header->rep_status) */
19832 
19833         break;
19834     default:
19835         /* Unknown GIOP Message */
19836         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
19837         break;
19838     } /* switch(header->message_type) */
19839 }
19840 
19841 /*
19842  * IDL:org/csapi/cc/mmccs/IpAppMultiMediaCall/superviseVolumeErr:1.0
19843  */
19844 static void
decode_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)19845 decode_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
19846 {
19847     switch(header->message_type) {
19848     case Request:
19849         proto_tree_add_int(tree, hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeErr_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
19850 
19851         /*  Begin struct "org_csapi_cc_TpCallError"  */
19852         decode_org_csapi_cc_TpCallError_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
19853         /*  End struct "org_csapi_cc_TpCallError"  */
19854         break;
19855     case Reply:
19856         switch(header->rep_status) {
19857         case NO_EXCEPTION:
19858             /* Function returns void */
19859 
19860             break;
19861         case USER_EXCEPTION:
19862             break;
19863         default:
19864             /* Unknown Exception */
19865             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
19866             break;
19867         }   /* switch(header->rep_status) */
19868 
19869         break;
19870     default:
19871         /* Unknown GIOP Message */
19872         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
19873         break;
19874     } /* switch(header->message_type) */
19875 }
19876 
19877 /*
19878  * IDL:org/csapi/cc/mmccs/IpAppMultiMediaCallLeg/mediaStreamMonitorRes:1.0
19879  */
19880 static void
decode_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)19881 decode_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
19882 {
19883     /* Operation specific Variable declarations Begin */
19884     guint32   u_octet4_loop_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_streams;
19885     guint32   i_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_streams;
19886     guint32   u_octet4;
19887     /* Operation specific Variable declarations End */
19888 
19889     switch(header->message_type) {
19890     case Request:
19891         proto_tree_add_int(tree, hf_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
19892 
19893         u_octet4_loop_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_streams = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
19894         proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_streams_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_streams);
19895 
19896         for (i_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_streams=0; i_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_streams < u_octet4_loop_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_streams; i_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_streams++) {
19897 
19898             /*  Begin struct "org_csapi_cc_mmccs_TpMediaStream"  */
19899             decode_org_csapi_cc_mmccs_TpMediaStream_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
19900             /*  End struct "org_csapi_cc_mmccs_TpMediaStream"  */
19901         }
19902 
19903         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
19904         proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_type, tvb, *offset-4, 4, u_octet4);
19905 
19906         break;
19907     case Reply:
19908         switch(header->rep_status) {
19909         case NO_EXCEPTION:
19910             /* Function returns void */
19911 
19912             break;
19913         case USER_EXCEPTION:
19914             break;
19915         default:
19916             /* Unknown Exception */
19917             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
19918             break;
19919         }   /* switch(header->rep_status) */
19920 
19921         break;
19922     default:
19923         /* Unknown GIOP Message */
19924         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
19925         break;
19926     } /* switch(header->message_type) */
19927 }
19928 
19929 /*
19930  * IDL:org/csapi/cc/mmccs/IpMultiMediaStream/subtract:1.0
19931  */
19932 static void
decode_org_csapi_cc_mmccs_IpMultiMediaStream_subtract(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)19933 decode_org_csapi_cc_mmccs_IpMultiMediaStream_subtract(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
19934 {
19935     switch(header->message_type) {
19936     case Request:
19937         proto_tree_add_int(tree, hf_org_csapi_cc_mmccs_IpMultiMediaStream_subtract_mediaStreamSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
19938 
19939         break;
19940     case Reply:
19941         switch(header->rep_status) {
19942         case NO_EXCEPTION:
19943             /* Function returns void */
19944 
19945             break;
19946         case USER_EXCEPTION:
19947             break;
19948         default:
19949             /* Unknown Exception */
19950             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
19951             break;
19952         }   /* switch(header->rep_status) */
19953 
19954         break;
19955     default:
19956         /* Unknown GIOP Message */
19957         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
19958         break;
19959     } /* switch(header->message_type) */
19960 }
19961 
19962 /*
19963  * IDL:org/csapi/cc/mmccs/IpMultiMediaCallLeg/mediaStreamAllow:1.0
19964  */
19965 static void
decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)19966 decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
19967 {
19968     /* Operation specific Variable declarations Begin */
19969     guint32   u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList;
19970     guint32   i_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList;
19971     /* Operation specific Variable declarations End */
19972 
19973     switch(header->message_type) {
19974     case Request:
19975         proto_tree_add_int(tree, hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
19976 
19977         u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
19978         proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList);
19979 
19980         for (i_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList=0; i_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList < u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList; i_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList++) {
19981 
19982             proto_tree_add_int(tree, hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
19983 
19984         }
19985 
19986         break;
19987     case Reply:
19988         switch(header->rep_status) {
19989         case NO_EXCEPTION:
19990             /* Function returns void */
19991 
19992             break;
19993         case USER_EXCEPTION:
19994             break;
19995         default:
19996             /* Unknown Exception */
19997             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
19998             break;
19999         }   /* switch(header->rep_status) */
20000 
20001         break;
20002     default:
20003         /* Unknown GIOP Message */
20004         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
20005         break;
20006     } /* switch(header->message_type) */
20007 }
20008 
20009 /*
20010  * IDL:org/csapi/cc/mmccs/IpMultiMediaCallLeg/mediaStreamMonitorReq:1.0
20011  */
20012 static void
decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)20013 decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
20014 {
20015     /* Operation specific Variable declarations Begin */
20016     guint32   u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_mediaStreamEventCriteria;
20017     guint32   i_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_mediaStreamEventCriteria;
20018     /* Operation specific Variable declarations End */
20019 
20020     switch(header->message_type) {
20021     case Request:
20022         proto_tree_add_int(tree, hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20023 
20024         u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_mediaStreamEventCriteria = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
20025         proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_mediaStreamEventCriteria_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_mediaStreamEventCriteria);
20026 
20027         for (i_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_mediaStreamEventCriteria=0; i_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_mediaStreamEventCriteria < u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_mediaStreamEventCriteria; i_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_mediaStreamEventCriteria++) {
20028 
20029             /*  Begin struct "org_csapi_cc_mmccs_TpMediaStreamRequest"  */
20030             decode_org_csapi_cc_mmccs_TpMediaStreamRequest_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
20031             /*  End struct "org_csapi_cc_mmccs_TpMediaStreamRequest"  */
20032         }
20033 
20034         break;
20035     case Reply:
20036         switch(header->rep_status) {
20037         case NO_EXCEPTION:
20038             /* Function returns void */
20039 
20040             break;
20041         case USER_EXCEPTION:
20042             break;
20043         default:
20044             /* Unknown Exception */
20045             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
20046             break;
20047         }   /* switch(header->rep_status) */
20048 
20049         break;
20050     default:
20051         /* Unknown GIOP Message */
20052         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
20053         break;
20054     } /* switch(header->message_type) */
20055 }
20056 
20057 /*
20058  * IDL:org/csapi/cc/mmccs/IpMultiMediaCallLeg/getMediaStreams:1.0
20059  */
20060 static void
decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)20061 decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
20062 {
20063     /* Operation specific Variable declarations Begin */
20064     guint32   u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_return;
20065     guint32   i_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_return;
20066     /* Operation specific Variable declarations End */
20067 
20068     switch(header->message_type) {
20069     case Request:
20070         proto_tree_add_int(tree, hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20071 
20072         break;
20073     case Reply:
20074         switch(header->rep_status) {
20075         case NO_EXCEPTION:
20076             u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
20077             proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_return);
20078 
20079             for (i_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_return=0; i_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_return < u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_return; i_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_return++) {
20080 
20081                 /*  Begin struct "org_csapi_cc_mmccs_TpMediaStream"  */
20082                 decode_org_csapi_cc_mmccs_TpMediaStream_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
20083                 /*  End struct "org_csapi_cc_mmccs_TpMediaStream"  */
20084             }
20085 
20086             break;
20087         case USER_EXCEPTION:
20088             break;
20089         default:
20090             /* Unknown Exception */
20091             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
20092             break;
20093         }   /* switch(header->rep_status) */
20094 
20095         break;
20096     default:
20097         /* Unknown GIOP Message */
20098         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
20099         break;
20100     } /* switch(header->message_type) */
20101 }
20102 
20103 /*
20104  * IDL:org/csapi/cc/mmccs/IpMultiMediaCall/superviseVolumeReq:1.0
20105  */
20106 static void
decode_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)20107 decode_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
20108 {
20109     switch(header->message_type) {
20110     case Request:
20111         proto_tree_add_int(tree, hf_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20112 
20113         /*  Begin struct "org_csapi_cc_mmccs_TpCallSuperviseVolume"  */
20114         decode_org_csapi_cc_mmccs_TpCallSuperviseVolume_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
20115         /*  End struct "org_csapi_cc_mmccs_TpCallSuperviseVolume"  */
20116         proto_tree_add_int(tree, hf_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq_treatment, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20117 
20118         break;
20119     case Reply:
20120         switch(header->rep_status) {
20121         case NO_EXCEPTION:
20122             /* Function returns void */
20123 
20124             break;
20125         case USER_EXCEPTION:
20126             break;
20127         default:
20128             /* Unknown Exception */
20129             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
20130             break;
20131         }   /* switch(header->rep_status) */
20132 
20133         break;
20134     default:
20135         /* Unknown GIOP Message */
20136         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
20137         break;
20138     } /* switch(header->message_type) */
20139 }
20140 
20141 /*
20142  * IDL:org/csapi/cc/mmccs/IpAppMultiMediaCallControlManager/reportMediaNotification:1.0
20143  */
20144 static void
decode_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)20145 decode_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
20146 {
20147     /* Operation specific Variable declarations Begin */
20148     guint32   u_octet4_loop_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_callLegReferenceSet;
20149     guint32   i_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_callLegReferenceSet;
20150     guint32   u_octet4_loop_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_mediaStreams;
20151     guint32   i_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_mediaStreams;
20152     guint32   u_octet4;
20153     /* Operation specific Variable declarations End */
20154 
20155     switch(header->message_type) {
20156     case Request:
20157         /*  Begin struct "org_csapi_cc_mmccs_TpMultiMediaCallIdentifier"  */
20158         decode_org_csapi_cc_mmccs_TpMultiMediaCallIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
20159         /*  End struct "org_csapi_cc_mmccs_TpMultiMediaCallIdentifier"  */
20160         u_octet4_loop_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_callLegReferenceSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
20161         proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_callLegReferenceSet_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_callLegReferenceSet);
20162 
20163         for (i_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_callLegReferenceSet=0; i_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_callLegReferenceSet < u_octet4_loop_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_callLegReferenceSet; i_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_callLegReferenceSet++) {
20164 
20165             /*  Begin struct "org_csapi_cc_mmccs_TpMultiMediaCallLegIdentifier"  */
20166             decode_org_csapi_cc_mmccs_TpMultiMediaCallLegIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
20167             /*  End struct "org_csapi_cc_mmccs_TpMultiMediaCallLegIdentifier"  */
20168         }
20169 
20170         u_octet4_loop_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_mediaStreams = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
20171         proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_mediaStreams_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_mediaStreams);
20172 
20173         for (i_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_mediaStreams=0; i_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_mediaStreams < u_octet4_loop_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_mediaStreams; i_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_mediaStreams++) {
20174 
20175             /*  Begin struct "org_csapi_cc_mmccs_TpMediaStream"  */
20176             decode_org_csapi_cc_mmccs_TpMediaStream_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
20177             /*  End struct "org_csapi_cc_mmccs_TpMediaStream"  */
20178         }
20179 
20180         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
20181         proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_type, tvb, *offset-4, 4, u_octet4);
20182 
20183         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
20184         proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_qualityOfService, tvb, *offset-4, 4, u_octet4);
20185 
20186         proto_tree_add_int(tree, hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20187 
20188         break;
20189     case Reply:
20190         switch(header->rep_status) {
20191         case NO_EXCEPTION:
20192             /*  Begin union "org_csapi_cc_mmccs_TpAppMultiMediaCallBack"  */
20193             decode_org_csapi_cc_mmccs_TpAppMultiMediaCallBack_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
20194 
20195             /*  End union "org_csapi_cc_mmccs_TpAppMultiMediaCallBack"  */
20196             break;
20197         case USER_EXCEPTION:
20198             break;
20199         default:
20200             /* Unknown Exception */
20201             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
20202             break;
20203         }   /* switch(header->rep_status) */
20204 
20205         break;
20206     default:
20207         /* Unknown GIOP Message */
20208         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
20209         break;
20210     } /* switch(header->message_type) */
20211 }
20212 
20213 /*
20214  * IDL:org/csapi/cc/mmccs/IpMultiMediaCallControlManager/createMediaNotification:1.0
20215  */
20216 static void
decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_createMediaNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)20217 decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_createMediaNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
20218 {
20219     switch(header->message_type) {
20220     case Request:
20221         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
20222 
20223         /*  Begin struct "org_csapi_cc_mmccs_TpNotificationMediaRequest"  */
20224         decode_org_csapi_cc_mmccs_TpNotificationMediaRequest_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
20225         /*  End struct "org_csapi_cc_mmccs_TpNotificationMediaRequest"  */
20226         break;
20227     case Reply:
20228         switch(header->rep_status) {
20229         case NO_EXCEPTION:
20230             proto_tree_add_int(tree, hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_createMediaNotification_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20231 
20232             break;
20233         case USER_EXCEPTION:
20234             break;
20235         default:
20236             /* Unknown Exception */
20237             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
20238             break;
20239         }   /* switch(header->rep_status) */
20240 
20241         break;
20242     default:
20243         /* Unknown GIOP Message */
20244         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
20245         break;
20246     } /* switch(header->message_type) */
20247 }
20248 
20249 /*
20250  * IDL:org/csapi/cc/mmccs/IpMultiMediaCallControlManager/destroyMediaNotification:1.0
20251  */
20252 static void
decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_destroyMediaNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)20253 decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_destroyMediaNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
20254 {
20255     switch(header->message_type) {
20256     case Request:
20257         proto_tree_add_int(tree, hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_destroyMediaNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20258 
20259         break;
20260     case Reply:
20261         switch(header->rep_status) {
20262         case NO_EXCEPTION:
20263             /* Function returns void */
20264 
20265             break;
20266         case USER_EXCEPTION:
20267             break;
20268         default:
20269             /* Unknown Exception */
20270             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
20271             break;
20272         }   /* switch(header->rep_status) */
20273 
20274         break;
20275     default:
20276         /* Unknown GIOP Message */
20277         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
20278         break;
20279     } /* switch(header->message_type) */
20280 }
20281 
20282 /*
20283  * IDL:org/csapi/cc/mmccs/IpMultiMediaCallControlManager/changeMediaNotification:1.0
20284  */
20285 static void
decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_changeMediaNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)20286 decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_changeMediaNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
20287 {
20288     switch(header->message_type) {
20289     case Request:
20290         proto_tree_add_int(tree, hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_changeMediaNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20291 
20292         /*  Begin struct "org_csapi_cc_mmccs_TpNotificationMediaRequest"  */
20293         decode_org_csapi_cc_mmccs_TpNotificationMediaRequest_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
20294         /*  End struct "org_csapi_cc_mmccs_TpNotificationMediaRequest"  */
20295         break;
20296     case Reply:
20297         switch(header->rep_status) {
20298         case NO_EXCEPTION:
20299             /* Function returns void */
20300 
20301             break;
20302         case USER_EXCEPTION:
20303             break;
20304         default:
20305             /* Unknown Exception */
20306             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
20307             break;
20308         }   /* switch(header->rep_status) */
20309 
20310         break;
20311     default:
20312         /* Unknown GIOP Message */
20313         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
20314         break;
20315     } /* switch(header->message_type) */
20316 }
20317 
20318 /*
20319  * IDL:org/csapi/cc/mmccs/IpMultiMediaCallControlManager/getMediaNotification:1.0
20320  */
20321 static void
decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)20322 decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
20323 {
20324     /* Operation specific Variable declarations Begin */
20325     guint32   u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification_return;
20326     guint32   i_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification_return;
20327     /* Operation specific Variable declarations End */
20328 
20329     switch(header->message_type) {
20330     case Request:
20331         break;
20332     case Reply:
20333         switch(header->rep_status) {
20334         case NO_EXCEPTION:
20335             u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
20336             proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification_return);
20337 
20338             for (i_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification_return=0; i_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification_return < u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification_return; i_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification_return++) {
20339 
20340                 /*  Begin struct "org_csapi_cc_mmccs_TpMediaNotificationRequested"  */
20341                 decode_org_csapi_cc_mmccs_TpMediaNotificationRequested_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
20342                 /*  End struct "org_csapi_cc_mmccs_TpMediaNotificationRequested"  */
20343             }
20344 
20345             break;
20346         case USER_EXCEPTION:
20347             break;
20348         default:
20349             /* Unknown Exception */
20350             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
20351             break;
20352         }   /* switch(header->rep_status) */
20353 
20354         break;
20355     default:
20356         /* Unknown GIOP Message */
20357         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
20358         break;
20359     } /* switch(header->message_type) */
20360 }
20361 
20362 /*
20363  * IDL:org/csapi/cc/cccs/IpAppSubConfCall/chairSelection:1.0
20364  */
20365 static void
decode_org_csapi_cc_cccs_IpAppSubConfCall_chairSelection(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)20366 decode_org_csapi_cc_cccs_IpAppSubConfCall_chairSelection(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
20367 {
20368     switch(header->message_type) {
20369     case Request:
20370         proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpAppSubConfCall_chairSelection_subConferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20371 
20372         proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpAppSubConfCall_chairSelection_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20373 
20374         break;
20375     case Reply:
20376         switch(header->rep_status) {
20377         case NO_EXCEPTION:
20378             /* Function returns void */
20379 
20380             break;
20381         case USER_EXCEPTION:
20382             break;
20383         default:
20384             /* Unknown Exception */
20385             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
20386             break;
20387         }   /* switch(header->rep_status) */
20388 
20389         break;
20390     default:
20391         /* Unknown GIOP Message */
20392         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
20393         break;
20394     } /* switch(header->message_type) */
20395 }
20396 
20397 /*
20398  * IDL:org/csapi/cc/cccs/IpAppSubConfCall/floorRequest:1.0
20399  */
20400 static void
decode_org_csapi_cc_cccs_IpAppSubConfCall_floorRequest(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)20401 decode_org_csapi_cc_cccs_IpAppSubConfCall_floorRequest(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
20402 {
20403     switch(header->message_type) {
20404     case Request:
20405         proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpAppSubConfCall_floorRequest_subConferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20406 
20407         proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpAppSubConfCall_floorRequest_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20408 
20409         break;
20410     case Reply:
20411         switch(header->rep_status) {
20412         case NO_EXCEPTION:
20413             /* Function returns void */
20414 
20415             break;
20416         case USER_EXCEPTION:
20417             break;
20418         default:
20419             /* Unknown Exception */
20420             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
20421             break;
20422         }   /* switch(header->rep_status) */
20423 
20424         break;
20425     default:
20426         /* Unknown GIOP Message */
20427         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
20428         break;
20429     } /* switch(header->message_type) */
20430 }
20431 
20432 /*
20433  * IDL:org/csapi/cc/cccs/IpAppConfCall/partyJoined:1.0
20434  */
20435 static void
decode_org_csapi_cc_cccs_IpAppConfCall_partyJoined(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)20436 decode_org_csapi_cc_cccs_IpAppConfCall_partyJoined(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
20437 {
20438     switch(header->message_type) {
20439     case Request:
20440         proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpAppConfCall_partyJoined_conferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20441 
20442         /*  Begin struct "org_csapi_cc_mpccs_TpCallLegIdentifier"  */
20443         decode_org_csapi_cc_mpccs_TpCallLegIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
20444         /*  End struct "org_csapi_cc_mpccs_TpCallLegIdentifier"  */
20445         /*  Begin struct "org_csapi_cc_cccs_TpJoinEventInfo"  */
20446         decode_org_csapi_cc_cccs_TpJoinEventInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
20447         /*  End struct "org_csapi_cc_cccs_TpJoinEventInfo"  */
20448         break;
20449     case Reply:
20450         switch(header->rep_status) {
20451         case NO_EXCEPTION:
20452             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
20453 
20454             break;
20455         case USER_EXCEPTION:
20456             break;
20457         default:
20458             /* Unknown Exception */
20459             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
20460             break;
20461         }   /* switch(header->rep_status) */
20462 
20463         break;
20464     default:
20465         /* Unknown GIOP Message */
20466         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
20467         break;
20468     } /* switch(header->message_type) */
20469 }
20470 
20471 /*
20472  * IDL:org/csapi/cc/cccs/IpAppConfCall/leaveMonitorRes:1.0
20473  */
20474 static void
decode_org_csapi_cc_cccs_IpAppConfCall_leaveMonitorRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)20475 decode_org_csapi_cc_cccs_IpAppConfCall_leaveMonitorRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
20476 {
20477     switch(header->message_type) {
20478     case Request:
20479         proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpAppConfCall_leaveMonitorRes_conferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20480 
20481         proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpAppConfCall_leaveMonitorRes_callLeg, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20482 
20483         break;
20484     case Reply:
20485         switch(header->rep_status) {
20486         case NO_EXCEPTION:
20487             /* Function returns void */
20488 
20489             break;
20490         case USER_EXCEPTION:
20491             break;
20492         default:
20493             /* Unknown Exception */
20494             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
20495             break;
20496         }   /* switch(header->rep_status) */
20497 
20498         break;
20499     default:
20500         /* Unknown GIOP Message */
20501         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
20502         break;
20503     } /* switch(header->message_type) */
20504 }
20505 
20506 /*
20507  * IDL:org/csapi/cc/cccs/IpConfCallControlManager/createConference:1.0
20508  */
20509 static void
decode_org_csapi_cc_cccs_IpConfCallControlManager_createConference(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)20510 decode_org_csapi_cc_cccs_IpConfCallControlManager_createConference(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
20511 {
20512     switch(header->message_type) {
20513     case Request:
20514         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
20515 
20516         proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpConfCallControlManager_createConference_numberOfSubConferences, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20517 
20518         /*  Begin union "org_csapi_cc_cccs_TpConfPolicy"  */
20519         decode_org_csapi_cc_cccs_TpConfPolicy_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
20520 
20521         /*  End union "org_csapi_cc_cccs_TpConfPolicy"  */
20522         proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpConfCallControlManager_createConference_numberOfParticipants, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20523 
20524         proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpConfCallControlManager_createConference_duration, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20525 
20526         break;
20527     case Reply:
20528         switch(header->rep_status) {
20529         case NO_EXCEPTION:
20530             /*  Begin struct "org_csapi_cc_cccs_TpConfCallIdentifier"  */
20531             decode_org_csapi_cc_cccs_TpConfCallIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
20532             /*  End struct "org_csapi_cc_cccs_TpConfCallIdentifier"  */
20533             break;
20534         case USER_EXCEPTION:
20535             break;
20536         default:
20537             /* Unknown Exception */
20538             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
20539             break;
20540         }   /* switch(header->rep_status) */
20541 
20542         break;
20543     default:
20544         /* Unknown GIOP Message */
20545         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
20546         break;
20547     } /* switch(header->message_type) */
20548 }
20549 
20550 /*
20551  * IDL:org/csapi/cc/cccs/IpConfCallControlManager/checkResources:1.0
20552  */
20553 static void
decode_org_csapi_cc_cccs_IpConfCallControlManager_checkResources(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)20554 decode_org_csapi_cc_cccs_IpConfCallControlManager_checkResources(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
20555 {
20556     switch(header->message_type) {
20557     case Request:
20558         /*  Begin struct "org_csapi_cc_cccs_TpConfSearchCriteria"  */
20559         decode_org_csapi_cc_cccs_TpConfSearchCriteria_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
20560         /*  End struct "org_csapi_cc_cccs_TpConfSearchCriteria"  */
20561         break;
20562     case Reply:
20563         switch(header->rep_status) {
20564         case NO_EXCEPTION:
20565             /*  Begin struct "org_csapi_cc_cccs_TpConfSearchResult"  */
20566             decode_org_csapi_cc_cccs_TpConfSearchResult_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
20567             /*  End struct "org_csapi_cc_cccs_TpConfSearchResult"  */
20568             break;
20569         case USER_EXCEPTION:
20570             break;
20571         default:
20572             /* Unknown Exception */
20573             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
20574             break;
20575         }   /* switch(header->rep_status) */
20576 
20577         break;
20578     default:
20579         /* Unknown GIOP Message */
20580         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
20581         break;
20582     } /* switch(header->message_type) */
20583 }
20584 
20585 /*
20586  * IDL:org/csapi/cc/cccs/IpConfCallControlManager/reserveResources:1.0
20587  */
20588 static void
decode_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)20589 decode_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
20590 {
20591     switch(header->message_type) {
20592     case Request:
20593         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
20594 
20595         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources_startTime);
20596 
20597         proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources_numberOfParticipants, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20598 
20599         proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources_duration, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20600 
20601         /*  Begin union "org_csapi_cc_cccs_TpConfPolicy"  */
20602         decode_org_csapi_cc_cccs_TpConfPolicy_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
20603 
20604         /*  End union "org_csapi_cc_cccs_TpConfPolicy"  */
20605         break;
20606     case Reply:
20607         switch(header->rep_status) {
20608         case NO_EXCEPTION:
20609             /*  Begin struct "org_csapi_cc_cccs_TpResourceReservation"  */
20610             decode_org_csapi_cc_cccs_TpResourceReservation_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
20611             /*  End struct "org_csapi_cc_cccs_TpResourceReservation"  */
20612             break;
20613         case USER_EXCEPTION:
20614             break;
20615         default:
20616             /* Unknown Exception */
20617             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
20618             break;
20619         }   /* switch(header->rep_status) */
20620 
20621         break;
20622     default:
20623         /* Unknown GIOP Message */
20624         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
20625         break;
20626     } /* switch(header->message_type) */
20627 }
20628 
20629 /*
20630  * IDL:org/csapi/cc/cccs/IpConfCallControlManager/freeResources:1.0
20631  */
20632 static void
decode_org_csapi_cc_cccs_IpConfCallControlManager_freeResources(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)20633 decode_org_csapi_cc_cccs_IpConfCallControlManager_freeResources(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
20634 {
20635     switch(header->message_type) {
20636     case Request:
20637         /*  Begin struct "org_csapi_cc_cccs_TpResourceReservation"  */
20638         decode_org_csapi_cc_cccs_TpResourceReservation_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
20639         /*  End struct "org_csapi_cc_cccs_TpResourceReservation"  */
20640         break;
20641     case Reply:
20642         switch(header->rep_status) {
20643         case NO_EXCEPTION:
20644             /* Function returns void */
20645 
20646             break;
20647         case USER_EXCEPTION:
20648             break;
20649         default:
20650             /* Unknown Exception */
20651             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
20652             break;
20653         }   /* switch(header->rep_status) */
20654 
20655         break;
20656     default:
20657         /* Unknown GIOP Message */
20658         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
20659         break;
20660     } /* switch(header->message_type) */
20661 }
20662 
20663 /*
20664  * IDL:org/csapi/cc/cccs/IpAppConfCallControlManager/conferenceCreated:1.0
20665  */
20666 static void
decode_org_csapi_cc_cccs_IpAppConfCallControlManager_conferenceCreated(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)20667 decode_org_csapi_cc_cccs_IpAppConfCallControlManager_conferenceCreated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
20668 {
20669     switch(header->message_type) {
20670     case Request:
20671         /*  Begin struct "org_csapi_cc_cccs_TpConfCallIdentifier"  */
20672         decode_org_csapi_cc_cccs_TpConfCallIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
20673         /*  End struct "org_csapi_cc_cccs_TpConfCallIdentifier"  */
20674         break;
20675     case Reply:
20676         switch(header->rep_status) {
20677         case NO_EXCEPTION:
20678             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
20679 
20680             break;
20681         case USER_EXCEPTION:
20682             break;
20683         default:
20684             /* Unknown Exception */
20685             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
20686             break;
20687         }   /* switch(header->rep_status) */
20688 
20689         break;
20690     default:
20691         /* Unknown GIOP Message */
20692         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
20693         break;
20694     } /* switch(header->message_type) */
20695 }
20696 
20697 /*
20698  * IDL:org/csapi/cc/cccs/IpSubConfCall/splitSubConference:1.0
20699  */
20700 static void
decode_org_csapi_cc_cccs_IpSubConfCall_splitSubConference(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)20701 decode_org_csapi_cc_cccs_IpSubConfCall_splitSubConference(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
20702 {
20703     /* Operation specific Variable declarations Begin */
20704     guint32   u_octet4_loop_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList;
20705     guint32   i_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList;
20706     /* Operation specific Variable declarations End */
20707 
20708     switch(header->message_type) {
20709     case Request:
20710         proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_subConferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20711 
20712         u_octet4_loop_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
20713         proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList);
20714 
20715         for (i_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList=0; i_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList < u_octet4_loop_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList; i_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList++) {
20716 
20717             proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20718 
20719         }
20720 
20721         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
20722 
20723         break;
20724     case Reply:
20725         switch(header->rep_status) {
20726         case NO_EXCEPTION:
20727             /*  Begin struct "org_csapi_cc_cccs_TpSubConfCallIdentifier"  */
20728             decode_org_csapi_cc_cccs_TpSubConfCallIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
20729             /*  End struct "org_csapi_cc_cccs_TpSubConfCallIdentifier"  */
20730             break;
20731         case USER_EXCEPTION:
20732             break;
20733         default:
20734             /* Unknown Exception */
20735             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
20736             break;
20737         }   /* switch(header->rep_status) */
20738 
20739         break;
20740     default:
20741         /* Unknown GIOP Message */
20742         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
20743         break;
20744     } /* switch(header->message_type) */
20745 }
20746 
20747 /*
20748  * IDL:org/csapi/cc/cccs/IpSubConfCall/mergeSubConference:1.0
20749  */
20750 static void
decode_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)20751 decode_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
20752 {
20753     switch(header->message_type) {
20754     case Request:
20755         proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference_subConferenceCallSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20756 
20757         proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference_targetSubConferenceCall, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20758 
20759         break;
20760     case Reply:
20761         switch(header->rep_status) {
20762         case NO_EXCEPTION:
20763             /* Function returns void */
20764 
20765             break;
20766         case USER_EXCEPTION:
20767             break;
20768         default:
20769             /* Unknown Exception */
20770             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
20771             break;
20772         }   /* switch(header->rep_status) */
20773 
20774         break;
20775     default:
20776         /* Unknown GIOP Message */
20777         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
20778         break;
20779     } /* switch(header->message_type) */
20780 }
20781 
20782 /*
20783  * IDL:org/csapi/cc/cccs/IpSubConfCall/moveCallLeg:1.0
20784  */
20785 static void
decode_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)20786 decode_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
20787 {
20788     switch(header->message_type) {
20789     case Request:
20790         proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg_subConferenceCallSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20791 
20792         proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg_targetSubConferenceCall, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20793 
20794         proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg_callLeg, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20795 
20796         break;
20797     case Reply:
20798         switch(header->rep_status) {
20799         case NO_EXCEPTION:
20800             /* Function returns void */
20801 
20802             break;
20803         case USER_EXCEPTION:
20804             break;
20805         default:
20806             /* Unknown Exception */
20807             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
20808             break;
20809         }   /* switch(header->rep_status) */
20810 
20811         break;
20812     default:
20813         /* Unknown GIOP Message */
20814         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
20815         break;
20816     } /* switch(header->message_type) */
20817 }
20818 
20819 /*
20820  * IDL:org/csapi/cc/cccs/IpSubConfCall/inspectVideo:1.0
20821  */
20822 static void
decode_org_csapi_cc_cccs_IpSubConfCall_inspectVideo(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)20823 decode_org_csapi_cc_cccs_IpSubConfCall_inspectVideo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
20824 {
20825     switch(header->message_type) {
20826     case Request:
20827         proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpSubConfCall_inspectVideo_subConferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20828 
20829         proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpSubConfCall_inspectVideo_inspectedCallLeg, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20830 
20831         break;
20832     case Reply:
20833         switch(header->rep_status) {
20834         case NO_EXCEPTION:
20835             /* Function returns void */
20836 
20837             break;
20838         case USER_EXCEPTION:
20839             break;
20840         default:
20841             /* Unknown Exception */
20842             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
20843             break;
20844         }   /* switch(header->rep_status) */
20845 
20846         break;
20847     default:
20848         /* Unknown GIOP Message */
20849         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
20850         break;
20851     } /* switch(header->message_type) */
20852 }
20853 
20854 /*
20855  * IDL:org/csapi/cc/cccs/IpSubConfCall/inspectVideoCancel:1.0
20856  */
20857 static void
decode_org_csapi_cc_cccs_IpSubConfCall_inspectVideoCancel(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)20858 decode_org_csapi_cc_cccs_IpSubConfCall_inspectVideoCancel(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
20859 {
20860     switch(header->message_type) {
20861     case Request:
20862         proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpSubConfCall_inspectVideoCancel_subConferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20863 
20864         break;
20865     case Reply:
20866         switch(header->rep_status) {
20867         case NO_EXCEPTION:
20868             /* Function returns void */
20869 
20870             break;
20871         case USER_EXCEPTION:
20872             break;
20873         default:
20874             /* Unknown Exception */
20875             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
20876             break;
20877         }   /* switch(header->rep_status) */
20878 
20879         break;
20880     default:
20881         /* Unknown GIOP Message */
20882         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
20883         break;
20884     } /* switch(header->message_type) */
20885 }
20886 
20887 /*
20888  * IDL:org/csapi/cc/cccs/IpSubConfCall/appointSpeaker:1.0
20889  */
20890 static void
decode_org_csapi_cc_cccs_IpSubConfCall_appointSpeaker(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)20891 decode_org_csapi_cc_cccs_IpSubConfCall_appointSpeaker(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
20892 {
20893     switch(header->message_type) {
20894     case Request:
20895         proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpSubConfCall_appointSpeaker_subConferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20896 
20897         proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpSubConfCall_appointSpeaker_speakerCallLeg, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20898 
20899         break;
20900     case Reply:
20901         switch(header->rep_status) {
20902         case NO_EXCEPTION:
20903             /* Function returns void */
20904 
20905             break;
20906         case USER_EXCEPTION:
20907             break;
20908         default:
20909             /* Unknown Exception */
20910             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
20911             break;
20912         }   /* switch(header->rep_status) */
20913 
20914         break;
20915     default:
20916         /* Unknown GIOP Message */
20917         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
20918         break;
20919     } /* switch(header->message_type) */
20920 }
20921 
20922 /*
20923  * IDL:org/csapi/cc/cccs/IpSubConfCall/chairSelection:1.0
20924  */
20925 static void
decode_org_csapi_cc_cccs_IpSubConfCall_chairSelection(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)20926 decode_org_csapi_cc_cccs_IpSubConfCall_chairSelection(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
20927 {
20928     switch(header->message_type) {
20929     case Request:
20930         proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpSubConfCall_chairSelection_subConferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20931 
20932         proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpSubConfCall_chairSelection_chairCallLeg, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20933 
20934         break;
20935     case Reply:
20936         switch(header->rep_status) {
20937         case NO_EXCEPTION:
20938             /* Function returns void */
20939 
20940             break;
20941         case USER_EXCEPTION:
20942             break;
20943         default:
20944             /* Unknown Exception */
20945             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
20946             break;
20947         }   /* switch(header->rep_status) */
20948 
20949         break;
20950     default:
20951         /* Unknown GIOP Message */
20952         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
20953         break;
20954     } /* switch(header->message_type) */
20955 }
20956 
20957 /*
20958  * IDL:org/csapi/cc/cccs/IpSubConfCall/changeConferencePolicy:1.0
20959  */
20960 static void
decode_org_csapi_cc_cccs_IpSubConfCall_changeConferencePolicy(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)20961 decode_org_csapi_cc_cccs_IpSubConfCall_changeConferencePolicy(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
20962 {
20963     switch(header->message_type) {
20964     case Request:
20965         proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpSubConfCall_changeConferencePolicy_subConferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
20966 
20967         /*  Begin union "org_csapi_cc_cccs_TpConfPolicy"  */
20968         decode_org_csapi_cc_cccs_TpConfPolicy_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
20969 
20970         /*  End union "org_csapi_cc_cccs_TpConfPolicy"  */
20971         break;
20972     case Reply:
20973         switch(header->rep_status) {
20974         case NO_EXCEPTION:
20975             /* Function returns void */
20976 
20977             break;
20978         case USER_EXCEPTION:
20979             break;
20980         default:
20981             /* Unknown Exception */
20982             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
20983             break;
20984         }   /* switch(header->rep_status) */
20985 
20986         break;
20987     default:
20988         /* Unknown GIOP Message */
20989         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
20990         break;
20991     } /* switch(header->message_type) */
20992 }
20993 
20994 /*
20995  * IDL:org/csapi/cc/cccs/IpConfCall/getSubConferences:1.0
20996  */
20997 static void
decode_org_csapi_cc_cccs_IpConfCall_getSubConferences(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)20998 decode_org_csapi_cc_cccs_IpConfCall_getSubConferences(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
20999 {
21000     /* Operation specific Variable declarations Begin */
21001     guint32   u_octet4_loop_org_csapi_cc_cccs_IpConfCall_getSubConferences_return;
21002     guint32   i_org_csapi_cc_cccs_IpConfCall_getSubConferences_return;
21003     /* Operation specific Variable declarations End */
21004 
21005     switch(header->message_type) {
21006     case Request:
21007         proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpConfCall_getSubConferences_conferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21008 
21009         break;
21010     case Reply:
21011         switch(header->rep_status) {
21012         case NO_EXCEPTION:
21013             u_octet4_loop_org_csapi_cc_cccs_IpConfCall_getSubConferences_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
21014             proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpConfCall_getSubConferences_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_cccs_IpConfCall_getSubConferences_return);
21015 
21016             for (i_org_csapi_cc_cccs_IpConfCall_getSubConferences_return=0; i_org_csapi_cc_cccs_IpConfCall_getSubConferences_return < u_octet4_loop_org_csapi_cc_cccs_IpConfCall_getSubConferences_return; i_org_csapi_cc_cccs_IpConfCall_getSubConferences_return++) {
21017 
21018                 /*  Begin struct "org_csapi_cc_cccs_TpSubConfCallIdentifier"  */
21019                 decode_org_csapi_cc_cccs_TpSubConfCallIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
21020                 /*  End struct "org_csapi_cc_cccs_TpSubConfCallIdentifier"  */
21021             }
21022 
21023             break;
21024         case USER_EXCEPTION:
21025             break;
21026         default:
21027             /* Unknown Exception */
21028             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
21029             break;
21030         }   /* switch(header->rep_status) */
21031 
21032         break;
21033     default:
21034         /* Unknown GIOP Message */
21035         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
21036         break;
21037     } /* switch(header->message_type) */
21038 }
21039 
21040 /*
21041  * IDL:org/csapi/cc/cccs/IpConfCall/createSubConference:1.0
21042  */
21043 static void
decode_org_csapi_cc_cccs_IpConfCall_createSubConference(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)21044 decode_org_csapi_cc_cccs_IpConfCall_createSubConference(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
21045 {
21046     switch(header->message_type) {
21047     case Request:
21048         proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpConfCall_createSubConference_conferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21049 
21050         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
21051 
21052         /*  Begin union "org_csapi_cc_cccs_TpConfPolicy"  */
21053         decode_org_csapi_cc_cccs_TpConfPolicy_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
21054 
21055         /*  End union "org_csapi_cc_cccs_TpConfPolicy"  */
21056         break;
21057     case Reply:
21058         switch(header->rep_status) {
21059         case NO_EXCEPTION:
21060             /*  Begin struct "org_csapi_cc_cccs_TpSubConfCallIdentifier"  */
21061             decode_org_csapi_cc_cccs_TpSubConfCallIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
21062             /*  End struct "org_csapi_cc_cccs_TpSubConfCallIdentifier"  */
21063             break;
21064         case USER_EXCEPTION:
21065             break;
21066         default:
21067             /* Unknown Exception */
21068             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
21069             break;
21070         }   /* switch(header->rep_status) */
21071 
21072         break;
21073     default:
21074         /* Unknown GIOP Message */
21075         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
21076         break;
21077     } /* switch(header->message_type) */
21078 }
21079 
21080 /*
21081  * IDL:org/csapi/cc/cccs/IpConfCall/leaveMonitorReq:1.0
21082  */
21083 static void
decode_org_csapi_cc_cccs_IpConfCall_leaveMonitorReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)21084 decode_org_csapi_cc_cccs_IpConfCall_leaveMonitorReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
21085 {
21086     switch(header->message_type) {
21087     case Request:
21088         proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpConfCall_leaveMonitorReq_conferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21089 
21090         break;
21091     case Reply:
21092         switch(header->rep_status) {
21093         case NO_EXCEPTION:
21094             /* Function returns void */
21095 
21096             break;
21097         case USER_EXCEPTION:
21098             break;
21099         default:
21100             /* Unknown Exception */
21101             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
21102             break;
21103         }   /* switch(header->rep_status) */
21104 
21105         break;
21106     default:
21107         /* Unknown GIOP Message */
21108         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
21109         break;
21110     } /* switch(header->message_type) */
21111 }
21112 
21113 /*
21114  * IDL:org/csapi/cc/cccs/IpConfCall/getConferenceAddress:1.0
21115  */
21116 static void
decode_org_csapi_cc_cccs_IpConfCall_getConferenceAddress(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)21117 decode_org_csapi_cc_cccs_IpConfCall_getConferenceAddress(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
21118 {
21119     switch(header->message_type) {
21120     case Request:
21121         proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpConfCall_getConferenceAddress_conferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21122 
21123         break;
21124     case Reply:
21125         switch(header->rep_status) {
21126         case NO_EXCEPTION:
21127             /*  Begin struct "org_csapi_TpAddress"  */
21128             decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
21129             /*  End struct "org_csapi_TpAddress"  */
21130             break;
21131         case USER_EXCEPTION:
21132             break;
21133         default:
21134             /* Unknown Exception */
21135             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
21136             break;
21137         }   /* switch(header->rep_status) */
21138 
21139         break;
21140     default:
21141         /* Unknown GIOP Message */
21142         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
21143         break;
21144     } /* switch(header->message_type) */
21145 }
21146 
21147 /*
21148  * IDL:org/csapi/ui/IpAppUI/sendInfoRes:1.0
21149  */
21150 static void
decode_org_csapi_ui_IpAppUI_sendInfoRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)21151 decode_org_csapi_ui_IpAppUI_sendInfoRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
21152 {
21153     /* Operation specific Variable declarations Begin */
21154     guint32   u_octet4;
21155     /* Operation specific Variable declarations End */
21156 
21157     switch(header->message_type) {
21158     case Request:
21159         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUI_sendInfoRes_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21160 
21161         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUI_sendInfoRes_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21162 
21163         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
21164         proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUI_sendInfoRes_response, tvb, *offset-4, 4, u_octet4);
21165 
21166         break;
21167     case Reply:
21168         switch(header->rep_status) {
21169         case NO_EXCEPTION:
21170             /* Function returns void */
21171 
21172             break;
21173         case USER_EXCEPTION:
21174             break;
21175         default:
21176             /* Unknown Exception */
21177             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
21178             break;
21179         }   /* switch(header->rep_status) */
21180 
21181         break;
21182     default:
21183         /* Unknown GIOP Message */
21184         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
21185         break;
21186     } /* switch(header->message_type) */
21187 }
21188 
21189 /*
21190  * IDL:org/csapi/ui/IpAppUI/sendInfoErr:1.0
21191  */
21192 static void
decode_org_csapi_ui_IpAppUI_sendInfoErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)21193 decode_org_csapi_ui_IpAppUI_sendInfoErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
21194 {
21195     /* Operation specific Variable declarations Begin */
21196     guint32   u_octet4;
21197     /* Operation specific Variable declarations End */
21198 
21199     switch(header->message_type) {
21200     case Request:
21201         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUI_sendInfoErr_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21202 
21203         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUI_sendInfoErr_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21204 
21205         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
21206         proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUI_sendInfoErr_error, tvb, *offset-4, 4, u_octet4);
21207 
21208         break;
21209     case Reply:
21210         switch(header->rep_status) {
21211         case NO_EXCEPTION:
21212             /* Function returns void */
21213 
21214             break;
21215         case USER_EXCEPTION:
21216             break;
21217         default:
21218             /* Unknown Exception */
21219             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
21220             break;
21221         }   /* switch(header->rep_status) */
21222 
21223         break;
21224     default:
21225         /* Unknown GIOP Message */
21226         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
21227         break;
21228     } /* switch(header->message_type) */
21229 }
21230 
21231 /*
21232  * IDL:org/csapi/ui/IpAppUI/sendInfoAndCollectRes:1.0
21233  */
21234 static void
decode_org_csapi_ui_IpAppUI_sendInfoAndCollectRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)21235 decode_org_csapi_ui_IpAppUI_sendInfoAndCollectRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
21236 {
21237     /* Operation specific Variable declarations Begin */
21238     guint32   u_octet4;
21239     /* Operation specific Variable declarations End */
21240 
21241     switch(header->message_type) {
21242     case Request:
21243         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUI_sendInfoAndCollectRes_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21244 
21245         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUI_sendInfoAndCollectRes_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21246 
21247         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
21248         proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUI_sendInfoAndCollectRes_response, tvb, *offset-4, 4, u_octet4);
21249 
21250         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_IpAppUI_sendInfoAndCollectRes_collectedInfo);
21251 
21252         break;
21253     case Reply:
21254         switch(header->rep_status) {
21255         case NO_EXCEPTION:
21256             /* Function returns void */
21257 
21258             break;
21259         case USER_EXCEPTION:
21260             break;
21261         default:
21262             /* Unknown Exception */
21263             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
21264             break;
21265         }   /* switch(header->rep_status) */
21266 
21267         break;
21268     default:
21269         /* Unknown GIOP Message */
21270         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
21271         break;
21272     } /* switch(header->message_type) */
21273 }
21274 
21275 /*
21276  * IDL:org/csapi/ui/IpAppUI/sendInfoAndCollectErr:1.0
21277  */
21278 static void
decode_org_csapi_ui_IpAppUI_sendInfoAndCollectErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)21279 decode_org_csapi_ui_IpAppUI_sendInfoAndCollectErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
21280 {
21281     /* Operation specific Variable declarations Begin */
21282     guint32   u_octet4;
21283     /* Operation specific Variable declarations End */
21284 
21285     switch(header->message_type) {
21286     case Request:
21287         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUI_sendInfoAndCollectErr_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21288 
21289         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUI_sendInfoAndCollectErr_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21290 
21291         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
21292         proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUI_sendInfoAndCollectErr_error, tvb, *offset-4, 4, u_octet4);
21293 
21294         break;
21295     case Reply:
21296         switch(header->rep_status) {
21297         case NO_EXCEPTION:
21298             /* Function returns void */
21299 
21300             break;
21301         case USER_EXCEPTION:
21302             break;
21303         default:
21304             /* Unknown Exception */
21305             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
21306             break;
21307         }   /* switch(header->rep_status) */
21308 
21309         break;
21310     default:
21311         /* Unknown GIOP Message */
21312         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
21313         break;
21314     } /* switch(header->message_type) */
21315 }
21316 
21317 /*
21318  * IDL:org/csapi/ui/IpAppUI/userInteractionFaultDetected:1.0
21319  */
21320 static void
decode_org_csapi_ui_IpAppUI_userInteractionFaultDetected(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)21321 decode_org_csapi_ui_IpAppUI_userInteractionFaultDetected(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
21322 {
21323     /* Operation specific Variable declarations Begin */
21324     guint32   u_octet4;
21325     /* Operation specific Variable declarations End */
21326 
21327     switch(header->message_type) {
21328     case Request:
21329         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUI_userInteractionFaultDetected_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21330 
21331         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
21332         proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUI_userInteractionFaultDetected_fault, tvb, *offset-4, 4, u_octet4);
21333 
21334         break;
21335     case Reply:
21336         switch(header->rep_status) {
21337         case NO_EXCEPTION:
21338             /* Function returns void */
21339 
21340             break;
21341         case USER_EXCEPTION:
21342             break;
21343         default:
21344             /* Unknown Exception */
21345             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
21346             break;
21347         }   /* switch(header->rep_status) */
21348 
21349         break;
21350     default:
21351         /* Unknown GIOP Message */
21352         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
21353         break;
21354     } /* switch(header->message_type) */
21355 }
21356 
21357 /*
21358  * IDL:org/csapi/ui/IpAppUICall/recordMessageRes:1.0
21359  */
21360 static void
decode_org_csapi_ui_IpAppUICall_recordMessageRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)21361 decode_org_csapi_ui_IpAppUICall_recordMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
21362 {
21363     /* Operation specific Variable declarations Begin */
21364     guint32   u_octet4;
21365     /* Operation specific Variable declarations End */
21366 
21367     switch(header->message_type) {
21368     case Request:
21369         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUICall_recordMessageRes_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21370 
21371         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUICall_recordMessageRes_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21372 
21373         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
21374         proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUICall_recordMessageRes_response, tvb, *offset-4, 4, u_octet4);
21375 
21376         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUICall_recordMessageRes_messageID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21377 
21378         break;
21379     case Reply:
21380         switch(header->rep_status) {
21381         case NO_EXCEPTION:
21382             /* Function returns void */
21383 
21384             break;
21385         case USER_EXCEPTION:
21386             break;
21387         default:
21388             /* Unknown Exception */
21389             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
21390             break;
21391         }   /* switch(header->rep_status) */
21392 
21393         break;
21394     default:
21395         /* Unknown GIOP Message */
21396         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
21397         break;
21398     } /* switch(header->message_type) */
21399 }
21400 
21401 /*
21402  * IDL:org/csapi/ui/IpAppUICall/recordMessageErr:1.0
21403  */
21404 static void
decode_org_csapi_ui_IpAppUICall_recordMessageErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)21405 decode_org_csapi_ui_IpAppUICall_recordMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
21406 {
21407     /* Operation specific Variable declarations Begin */
21408     guint32   u_octet4;
21409     /* Operation specific Variable declarations End */
21410 
21411     switch(header->message_type) {
21412     case Request:
21413         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUICall_recordMessageErr_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21414 
21415         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUICall_recordMessageErr_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21416 
21417         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
21418         proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUICall_recordMessageErr_error, tvb, *offset-4, 4, u_octet4);
21419 
21420         break;
21421     case Reply:
21422         switch(header->rep_status) {
21423         case NO_EXCEPTION:
21424             /* Function returns void */
21425 
21426             break;
21427         case USER_EXCEPTION:
21428             break;
21429         default:
21430             /* Unknown Exception */
21431             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
21432             break;
21433         }   /* switch(header->rep_status) */
21434 
21435         break;
21436     default:
21437         /* Unknown GIOP Message */
21438         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
21439         break;
21440     } /* switch(header->message_type) */
21441 }
21442 
21443 /*
21444  * IDL:org/csapi/ui/IpAppUICall/deleteMessageRes:1.0
21445  */
21446 static void
decode_org_csapi_ui_IpAppUICall_deleteMessageRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)21447 decode_org_csapi_ui_IpAppUICall_deleteMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
21448 {
21449     /* Operation specific Variable declarations Begin */
21450     guint32   u_octet4;
21451     /* Operation specific Variable declarations End */
21452 
21453     switch(header->message_type) {
21454     case Request:
21455         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUICall_deleteMessageRes_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21456 
21457         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
21458         proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUICall_deleteMessageRes_response, tvb, *offset-4, 4, u_octet4);
21459 
21460         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUICall_deleteMessageRes_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21461 
21462         break;
21463     case Reply:
21464         switch(header->rep_status) {
21465         case NO_EXCEPTION:
21466             /* Function returns void */
21467 
21468             break;
21469         case USER_EXCEPTION:
21470             break;
21471         default:
21472             /* Unknown Exception */
21473             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
21474             break;
21475         }   /* switch(header->rep_status) */
21476 
21477         break;
21478     default:
21479         /* Unknown GIOP Message */
21480         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
21481         break;
21482     } /* switch(header->message_type) */
21483 }
21484 
21485 /*
21486  * IDL:org/csapi/ui/IpAppUICall/deleteMessageErr:1.0
21487  */
21488 static void
decode_org_csapi_ui_IpAppUICall_deleteMessageErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)21489 decode_org_csapi_ui_IpAppUICall_deleteMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
21490 {
21491     /* Operation specific Variable declarations Begin */
21492     guint32   u_octet4;
21493     /* Operation specific Variable declarations End */
21494 
21495     switch(header->message_type) {
21496     case Request:
21497         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUICall_deleteMessageErr_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21498 
21499         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
21500         proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUICall_deleteMessageErr_error, tvb, *offset-4, 4, u_octet4);
21501 
21502         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUICall_deleteMessageErr_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21503 
21504         break;
21505     case Reply:
21506         switch(header->rep_status) {
21507         case NO_EXCEPTION:
21508             /* Function returns void */
21509 
21510             break;
21511         case USER_EXCEPTION:
21512             break;
21513         default:
21514             /* Unknown Exception */
21515             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
21516             break;
21517         }   /* switch(header->rep_status) */
21518 
21519         break;
21520     default:
21521         /* Unknown GIOP Message */
21522         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
21523         break;
21524     } /* switch(header->message_type) */
21525 }
21526 
21527 /*
21528  * IDL:org/csapi/ui/IpAppUICall/abortActionRes:1.0
21529  */
21530 static void
decode_org_csapi_ui_IpAppUICall_abortActionRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)21531 decode_org_csapi_ui_IpAppUICall_abortActionRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
21532 {
21533     switch(header->message_type) {
21534     case Request:
21535         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUICall_abortActionRes_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21536 
21537         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUICall_abortActionRes_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21538 
21539         break;
21540     case Reply:
21541         switch(header->rep_status) {
21542         case NO_EXCEPTION:
21543             /* Function returns void */
21544 
21545             break;
21546         case USER_EXCEPTION:
21547             break;
21548         default:
21549             /* Unknown Exception */
21550             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
21551             break;
21552         }   /* switch(header->rep_status) */
21553 
21554         break;
21555     default:
21556         /* Unknown GIOP Message */
21557         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
21558         break;
21559     } /* switch(header->message_type) */
21560 }
21561 
21562 /*
21563  * IDL:org/csapi/ui/IpAppUICall/abortActionErr:1.0
21564  */
21565 static void
decode_org_csapi_ui_IpAppUICall_abortActionErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)21566 decode_org_csapi_ui_IpAppUICall_abortActionErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
21567 {
21568     /* Operation specific Variable declarations Begin */
21569     guint32   u_octet4;
21570     /* Operation specific Variable declarations End */
21571 
21572     switch(header->message_type) {
21573     case Request:
21574         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUICall_abortActionErr_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21575 
21576         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUICall_abortActionErr_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21577 
21578         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
21579         proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUICall_abortActionErr_error, tvb, *offset-4, 4, u_octet4);
21580 
21581         break;
21582     case Reply:
21583         switch(header->rep_status) {
21584         case NO_EXCEPTION:
21585             /* Function returns void */
21586 
21587             break;
21588         case USER_EXCEPTION:
21589             break;
21590         default:
21591             /* Unknown Exception */
21592             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
21593             break;
21594         }   /* switch(header->rep_status) */
21595 
21596         break;
21597     default:
21598         /* Unknown GIOP Message */
21599         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
21600         break;
21601     } /* switch(header->message_type) */
21602 }
21603 
21604 /*
21605  * IDL:org/csapi/ui/IpAppUICall/getMessageRes:1.0
21606  */
21607 static void
decode_org_csapi_ui_IpAppUICall_getMessageRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)21608 decode_org_csapi_ui_IpAppUICall_getMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
21609 {
21610     switch(header->message_type) {
21611     case Request:
21612         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUICall_getMessageRes_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21613 
21614         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUICall_getMessageRes_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21615 
21616         /*  Begin union "org_csapi_ui_TpUIInfo"  */
21617         decode_org_csapi_ui_TpUIInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
21618 
21619         /*  End union "org_csapi_ui_TpUIInfo"  */
21620         break;
21621     case Reply:
21622         switch(header->rep_status) {
21623         case NO_EXCEPTION:
21624             /* Function returns void */
21625 
21626             break;
21627         case USER_EXCEPTION:
21628             break;
21629         default:
21630             /* Unknown Exception */
21631             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
21632             break;
21633         }   /* switch(header->rep_status) */
21634 
21635         break;
21636     default:
21637         /* Unknown GIOP Message */
21638         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
21639         break;
21640     } /* switch(header->message_type) */
21641 }
21642 
21643 /*
21644  * IDL:org/csapi/ui/IpAppUICall/getMessageErr:1.0
21645  */
21646 static void
decode_org_csapi_ui_IpAppUICall_getMessageErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)21647 decode_org_csapi_ui_IpAppUICall_getMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
21648 {
21649     /* Operation specific Variable declarations Begin */
21650     guint32   u_octet4;
21651     /* Operation specific Variable declarations End */
21652 
21653     switch(header->message_type) {
21654     case Request:
21655         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUICall_getMessageErr_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21656 
21657         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUICall_getMessageErr_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21658 
21659         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
21660         proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUICall_getMessageErr_error, tvb, *offset-4, 4, u_octet4);
21661 
21662         break;
21663     case Reply:
21664         switch(header->rep_status) {
21665         case NO_EXCEPTION:
21666             /* Function returns void */
21667 
21668             break;
21669         case USER_EXCEPTION:
21670             break;
21671         default:
21672             /* Unknown Exception */
21673             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
21674             break;
21675         }   /* switch(header->rep_status) */
21676 
21677         break;
21678     default:
21679         /* Unknown GIOP Message */
21680         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
21681         break;
21682     } /* switch(header->message_type) */
21683 }
21684 
21685 /*
21686  * IDL:org/csapi/ui/IpAppUIManager/userInteractionAborted:1.0
21687  */
21688 static void
decode_org_csapi_ui_IpAppUIManager_userInteractionAborted(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)21689 decode_org_csapi_ui_IpAppUIManager_userInteractionAborted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
21690 {
21691     switch(header->message_type) {
21692     case Request:
21693         /*  Begin struct "org_csapi_ui_TpUIIdentifier"  */
21694         decode_org_csapi_ui_TpUIIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
21695         /*  End struct "org_csapi_ui_TpUIIdentifier"  */
21696         break;
21697     case Reply:
21698         switch(header->rep_status) {
21699         case NO_EXCEPTION:
21700             /* Function returns void */
21701 
21702             break;
21703         case USER_EXCEPTION:
21704             break;
21705         default:
21706             /* Unknown Exception */
21707             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
21708             break;
21709         }   /* switch(header->rep_status) */
21710 
21711         break;
21712     default:
21713         /* Unknown GIOP Message */
21714         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
21715         break;
21716     } /* switch(header->message_type) */
21717 }
21718 
21719 /*
21720  * IDL:org/csapi/ui/IpAppUIManager/userInteractionNotificationInterrupted:1.0
21721  */
21722 static void
decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationInterrupted(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)21723 decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationInterrupted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
21724 {
21725     switch(header->message_type) {
21726     case Request:
21727         break;
21728     case Reply:
21729         switch(header->rep_status) {
21730         case NO_EXCEPTION:
21731             /* Function returns void */
21732 
21733             break;
21734         case USER_EXCEPTION:
21735             break;
21736         default:
21737             /* Unknown Exception */
21738             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
21739             break;
21740         }   /* switch(header->rep_status) */
21741 
21742         break;
21743     default:
21744         /* Unknown GIOP Message */
21745         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
21746         break;
21747     } /* switch(header->message_type) */
21748 }
21749 
21750 /*
21751  * IDL:org/csapi/ui/IpAppUIManager/userInteractionNotificationContinued:1.0
21752  */
21753 static void
decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationContinued(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)21754 decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationContinued(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
21755 {
21756     switch(header->message_type) {
21757     case Request:
21758         break;
21759     case Reply:
21760         switch(header->rep_status) {
21761         case NO_EXCEPTION:
21762             /* Function returns void */
21763 
21764             break;
21765         case USER_EXCEPTION:
21766             break;
21767         default:
21768             /* Unknown Exception */
21769             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
21770             break;
21771         }   /* switch(header->rep_status) */
21772 
21773         break;
21774     default:
21775         /* Unknown GIOP Message */
21776         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
21777         break;
21778     } /* switch(header->message_type) */
21779 }
21780 
21781 /*
21782  * IDL:org/csapi/ui/IpAppUIManager/reportEventNotification:1.0
21783  */
21784 static void
decode_org_csapi_ui_IpAppUIManager_reportEventNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)21785 decode_org_csapi_ui_IpAppUIManager_reportEventNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
21786 {
21787     switch(header->message_type) {
21788     case Request:
21789         /*  Begin struct "org_csapi_ui_TpUIIdentifier"  */
21790         decode_org_csapi_ui_TpUIIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
21791         /*  End struct "org_csapi_ui_TpUIIdentifier"  */
21792         /*  Begin struct "org_csapi_ui_TpUIEventNotificationInfo"  */
21793         decode_org_csapi_ui_TpUIEventNotificationInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
21794         /*  End struct "org_csapi_ui_TpUIEventNotificationInfo"  */
21795         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUIManager_reportEventNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21796 
21797         break;
21798     case Reply:
21799         switch(header->rep_status) {
21800         case NO_EXCEPTION:
21801             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
21802 
21803             break;
21804         case USER_EXCEPTION:
21805             break;
21806         default:
21807             /* Unknown Exception */
21808             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
21809             break;
21810         }   /* switch(header->rep_status) */
21811 
21812         break;
21813     default:
21814         /* Unknown GIOP Message */
21815         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
21816         break;
21817     } /* switch(header->message_type) */
21818 }
21819 
21820 /*
21821  * IDL:org/csapi/ui/IpAppUIManager/abortMultipleUserInteractions:1.0
21822  */
21823 static void
decode_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)21824 decode_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
21825 {
21826     /* Operation specific Variable declarations Begin */
21827     guint32   u_octet4_loop_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions_userInteractionSet;
21828     guint32   i_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions_userInteractionSet;
21829     /* Operation specific Variable declarations End */
21830 
21831     switch(header->message_type) {
21832     case Request:
21833         u_octet4_loop_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions_userInteractionSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
21834         proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions_userInteractionSet_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions_userInteractionSet);
21835 
21836         for (i_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions_userInteractionSet=0; i_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions_userInteractionSet < u_octet4_loop_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions_userInteractionSet; i_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions_userInteractionSet++) {
21837 
21838             /*  Begin struct "org_csapi_ui_TpUIIdentifier"  */
21839             decode_org_csapi_ui_TpUIIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
21840             /*  End struct "org_csapi_ui_TpUIIdentifier"  */
21841         }
21842 
21843         break;
21844     case Reply:
21845         switch(header->rep_status) {
21846         case NO_EXCEPTION:
21847             /* Function returns void */
21848 
21849             break;
21850         case USER_EXCEPTION:
21851             break;
21852         default:
21853             /* Unknown Exception */
21854             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
21855             break;
21856         }   /* switch(header->rep_status) */
21857 
21858         break;
21859     default:
21860         /* Unknown GIOP Message */
21861         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
21862         break;
21863     } /* switch(header->message_type) */
21864 }
21865 
21866 /*
21867  * IDL:org/csapi/ui/IpUI/sendInfoReq:1.0
21868  */
21869 static void
decode_org_csapi_ui_IpUI_sendInfoReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)21870 decode_org_csapi_ui_IpUI_sendInfoReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
21871 {
21872     /* Operation specific Variable declarations Begin */
21873     guint32   u_octet4_loop_org_csapi_ui_IpUI_sendInfoReq_variableInfo;
21874     guint32   i_org_csapi_ui_IpUI_sendInfoReq_variableInfo;
21875     /* Operation specific Variable declarations End */
21876 
21877     switch(header->message_type) {
21878     case Request:
21879         proto_tree_add_int(tree, hf_org_csapi_ui_IpUI_sendInfoReq_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21880 
21881         /*  Begin union "org_csapi_ui_TpUIInfo"  */
21882         decode_org_csapi_ui_TpUIInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
21883 
21884         /*  End union "org_csapi_ui_TpUIInfo"  */
21885         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_IpUI_sendInfoReq_language);
21886 
21887         u_octet4_loop_org_csapi_ui_IpUI_sendInfoReq_variableInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
21888         proto_tree_add_uint(tree, hf_org_csapi_ui_IpUI_sendInfoReq_variableInfo_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_IpUI_sendInfoReq_variableInfo);
21889 
21890         for (i_org_csapi_ui_IpUI_sendInfoReq_variableInfo=0; i_org_csapi_ui_IpUI_sendInfoReq_variableInfo < u_octet4_loop_org_csapi_ui_IpUI_sendInfoReq_variableInfo; i_org_csapi_ui_IpUI_sendInfoReq_variableInfo++) {
21891 
21892             /*  Begin union "org_csapi_ui_TpUIVariableInfo"  */
21893             decode_org_csapi_ui_TpUIVariableInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
21894 
21895             /*  End union "org_csapi_ui_TpUIVariableInfo"  */
21896         }
21897 
21898         proto_tree_add_int(tree, hf_org_csapi_ui_IpUI_sendInfoReq_repeatIndicator, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21899 
21900         proto_tree_add_int(tree, hf_org_csapi_ui_IpUI_sendInfoReq_responseRequested, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21901 
21902         break;
21903     case Reply:
21904         switch(header->rep_status) {
21905         case NO_EXCEPTION:
21906             proto_tree_add_int(tree, hf_org_csapi_ui_IpUI_sendInfoReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21907 
21908             break;
21909         case USER_EXCEPTION:
21910             break;
21911         default:
21912             /* Unknown Exception */
21913             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
21914             break;
21915         }   /* switch(header->rep_status) */
21916 
21917         break;
21918     default:
21919         /* Unknown GIOP Message */
21920         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
21921         break;
21922     } /* switch(header->message_type) */
21923 }
21924 
21925 /*
21926  * IDL:org/csapi/ui/IpUI/sendInfoAndCollectReq:1.0
21927  */
21928 static void
decode_org_csapi_ui_IpUI_sendInfoAndCollectReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)21929 decode_org_csapi_ui_IpUI_sendInfoAndCollectReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
21930 {
21931     /* Operation specific Variable declarations Begin */
21932     guint32   u_octet4_loop_org_csapi_ui_IpUI_sendInfoAndCollectReq_variableInfo;
21933     guint32   i_org_csapi_ui_IpUI_sendInfoAndCollectReq_variableInfo;
21934     /* Operation specific Variable declarations End */
21935 
21936     switch(header->message_type) {
21937     case Request:
21938         proto_tree_add_int(tree, hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21939 
21940         /*  Begin union "org_csapi_ui_TpUIInfo"  */
21941         decode_org_csapi_ui_TpUIInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
21942 
21943         /*  End union "org_csapi_ui_TpUIInfo"  */
21944         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_language);
21945 
21946         u_octet4_loop_org_csapi_ui_IpUI_sendInfoAndCollectReq_variableInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
21947         proto_tree_add_uint(tree, hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_variableInfo_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_IpUI_sendInfoAndCollectReq_variableInfo);
21948 
21949         for (i_org_csapi_ui_IpUI_sendInfoAndCollectReq_variableInfo=0; i_org_csapi_ui_IpUI_sendInfoAndCollectReq_variableInfo < u_octet4_loop_org_csapi_ui_IpUI_sendInfoAndCollectReq_variableInfo; i_org_csapi_ui_IpUI_sendInfoAndCollectReq_variableInfo++) {
21950 
21951             /*  Begin union "org_csapi_ui_TpUIVariableInfo"  */
21952             decode_org_csapi_ui_TpUIVariableInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
21953 
21954             /*  End union "org_csapi_ui_TpUIVariableInfo"  */
21955         }
21956 
21957         /*  Begin struct "org_csapi_ui_TpUICollectCriteria"  */
21958         decode_org_csapi_ui_TpUICollectCriteria_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
21959         /*  End struct "org_csapi_ui_TpUICollectCriteria"  */
21960         proto_tree_add_int(tree, hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_responseRequested, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21961 
21962         break;
21963     case Reply:
21964         switch(header->rep_status) {
21965         case NO_EXCEPTION:
21966             proto_tree_add_int(tree, hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21967 
21968             break;
21969         case USER_EXCEPTION:
21970             break;
21971         default:
21972             /* Unknown Exception */
21973             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
21974             break;
21975         }   /* switch(header->rep_status) */
21976 
21977         break;
21978     default:
21979         /* Unknown GIOP Message */
21980         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
21981         break;
21982     } /* switch(header->message_type) */
21983 }
21984 
21985 /*
21986  * IDL:org/csapi/ui/IpUI/release:1.0
21987  */
21988 static void
decode_org_csapi_ui_IpUI_release(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)21989 decode_org_csapi_ui_IpUI_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
21990 {
21991     switch(header->message_type) {
21992     case Request:
21993         proto_tree_add_int(tree, hf_org_csapi_ui_IpUI_release_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
21994 
21995         break;
21996     case Reply:
21997         switch(header->rep_status) {
21998         case NO_EXCEPTION:
21999             /* Function returns void */
22000 
22001             break;
22002         case USER_EXCEPTION:
22003             break;
22004         default:
22005             /* Unknown Exception */
22006             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
22007             break;
22008         }   /* switch(header->rep_status) */
22009 
22010         break;
22011     default:
22012         /* Unknown GIOP Message */
22013         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
22014         break;
22015     } /* switch(header->message_type) */
22016 }
22017 
22018 /*
22019  * IDL:org/csapi/ui/IpUI/setOriginatingAddress:1.0
22020  */
22021 static void
decode_org_csapi_ui_IpUI_setOriginatingAddress(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)22022 decode_org_csapi_ui_IpUI_setOriginatingAddress(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
22023 {
22024     switch(header->message_type) {
22025     case Request:
22026         proto_tree_add_int(tree, hf_org_csapi_ui_IpUI_setOriginatingAddress_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22027 
22028         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_IpUI_setOriginatingAddress_origin);
22029 
22030         break;
22031     case Reply:
22032         switch(header->rep_status) {
22033         case NO_EXCEPTION:
22034             /* Function returns void */
22035 
22036             break;
22037         case USER_EXCEPTION:
22038             break;
22039         default:
22040             /* Unknown Exception */
22041             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
22042             break;
22043         }   /* switch(header->rep_status) */
22044 
22045         break;
22046     default:
22047         /* Unknown GIOP Message */
22048         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
22049         break;
22050     } /* switch(header->message_type) */
22051 }
22052 
22053 /*
22054  * IDL:org/csapi/ui/IpUI/getOriginatingAddress:1.0
22055  */
22056 static void
decode_org_csapi_ui_IpUI_getOriginatingAddress(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)22057 decode_org_csapi_ui_IpUI_getOriginatingAddress(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
22058 {
22059     switch(header->message_type) {
22060     case Request:
22061         proto_tree_add_int(tree, hf_org_csapi_ui_IpUI_getOriginatingAddress_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22062 
22063         break;
22064     case Reply:
22065         switch(header->rep_status) {
22066         case NO_EXCEPTION:
22067             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_IpUI_getOriginatingAddress_return);
22068 
22069             break;
22070         case USER_EXCEPTION:
22071             break;
22072         default:
22073             /* Unknown Exception */
22074             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
22075             break;
22076         }   /* switch(header->rep_status) */
22077 
22078         break;
22079     default:
22080         /* Unknown GIOP Message */
22081         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
22082         break;
22083     } /* switch(header->message_type) */
22084 }
22085 
22086 /*
22087  * IDL:org/csapi/ui/IpUICall/recordMessageReq:1.0
22088  */
22089 static void
decode_org_csapi_ui_IpUICall_recordMessageReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)22090 decode_org_csapi_ui_IpUICall_recordMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
22091 {
22092     switch(header->message_type) {
22093     case Request:
22094         proto_tree_add_int(tree, hf_org_csapi_ui_IpUICall_recordMessageReq_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22095 
22096         /*  Begin union "org_csapi_ui_TpUIInfo"  */
22097         decode_org_csapi_ui_TpUIInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
22098 
22099         /*  End union "org_csapi_ui_TpUIInfo"  */
22100         /*  Begin struct "org_csapi_ui_TpUIMessageCriteria"  */
22101         decode_org_csapi_ui_TpUIMessageCriteria_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
22102         /*  End struct "org_csapi_ui_TpUIMessageCriteria"  */
22103         break;
22104     case Reply:
22105         switch(header->rep_status) {
22106         case NO_EXCEPTION:
22107             proto_tree_add_int(tree, hf_org_csapi_ui_IpUICall_recordMessageReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22108 
22109             break;
22110         case USER_EXCEPTION:
22111             break;
22112         default:
22113             /* Unknown Exception */
22114             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
22115             break;
22116         }   /* switch(header->rep_status) */
22117 
22118         break;
22119     default:
22120         /* Unknown GIOP Message */
22121         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
22122         break;
22123     } /* switch(header->message_type) */
22124 }
22125 
22126 /*
22127  * IDL:org/csapi/ui/IpUICall/deleteMessageReq:1.0
22128  */
22129 static void
decode_org_csapi_ui_IpUICall_deleteMessageReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)22130 decode_org_csapi_ui_IpUICall_deleteMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
22131 {
22132     switch(header->message_type) {
22133     case Request:
22134         proto_tree_add_int(tree, hf_org_csapi_ui_IpUICall_deleteMessageReq_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22135 
22136         proto_tree_add_int(tree, hf_org_csapi_ui_IpUICall_deleteMessageReq_messageID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22137 
22138         break;
22139     case Reply:
22140         switch(header->rep_status) {
22141         case NO_EXCEPTION:
22142             proto_tree_add_int(tree, hf_org_csapi_ui_IpUICall_deleteMessageReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22143 
22144             break;
22145         case USER_EXCEPTION:
22146             break;
22147         default:
22148             /* Unknown Exception */
22149             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
22150             break;
22151         }   /* switch(header->rep_status) */
22152 
22153         break;
22154     default:
22155         /* Unknown GIOP Message */
22156         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
22157         break;
22158     } /* switch(header->message_type) */
22159 }
22160 
22161 /*
22162  * IDL:org/csapi/ui/IpUICall/abortActionReq:1.0
22163  */
22164 static void
decode_org_csapi_ui_IpUICall_abortActionReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)22165 decode_org_csapi_ui_IpUICall_abortActionReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
22166 {
22167     switch(header->message_type) {
22168     case Request:
22169         proto_tree_add_int(tree, hf_org_csapi_ui_IpUICall_abortActionReq_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22170 
22171         proto_tree_add_int(tree, hf_org_csapi_ui_IpUICall_abortActionReq_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22172 
22173         break;
22174     case Reply:
22175         switch(header->rep_status) {
22176         case NO_EXCEPTION:
22177             /* Function returns void */
22178 
22179             break;
22180         case USER_EXCEPTION:
22181             break;
22182         default:
22183             /* Unknown Exception */
22184             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
22185             break;
22186         }   /* switch(header->rep_status) */
22187 
22188         break;
22189     default:
22190         /* Unknown GIOP Message */
22191         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
22192         break;
22193     } /* switch(header->message_type) */
22194 }
22195 
22196 /*
22197  * IDL:org/csapi/ui/IpUICall/getMessageReq:1.0
22198  */
22199 static void
decode_org_csapi_ui_IpUICall_getMessageReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)22200 decode_org_csapi_ui_IpUICall_getMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
22201 {
22202     switch(header->message_type) {
22203     case Request:
22204         proto_tree_add_int(tree, hf_org_csapi_ui_IpUICall_getMessageReq_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22205 
22206         proto_tree_add_int(tree, hf_org_csapi_ui_IpUICall_getMessageReq_messageID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22207 
22208         break;
22209     case Reply:
22210         switch(header->rep_status) {
22211         case NO_EXCEPTION:
22212             proto_tree_add_int(tree, hf_org_csapi_ui_IpUICall_getMessageReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22213 
22214             break;
22215         case USER_EXCEPTION:
22216             break;
22217         default:
22218             /* Unknown Exception */
22219             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
22220             break;
22221         }   /* switch(header->rep_status) */
22222 
22223         break;
22224     default:
22225         /* Unknown GIOP Message */
22226         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
22227         break;
22228     } /* switch(header->message_type) */
22229 }
22230 
22231 /*
22232  * IDL:org/csapi/ui/IpUIManager/createUI:1.0
22233  */
22234 static void
decode_org_csapi_ui_IpUIManager_createUI(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)22235 decode_org_csapi_ui_IpUIManager_createUI(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
22236 {
22237     switch(header->message_type) {
22238     case Request:
22239         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
22240 
22241         /*  Begin struct "org_csapi_TpAddress"  */
22242         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
22243         /*  End struct "org_csapi_TpAddress"  */
22244         break;
22245     case Reply:
22246         switch(header->rep_status) {
22247         case NO_EXCEPTION:
22248             /*  Begin struct "org_csapi_ui_TpUIIdentifier"  */
22249             decode_org_csapi_ui_TpUIIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
22250             /*  End struct "org_csapi_ui_TpUIIdentifier"  */
22251             break;
22252         case USER_EXCEPTION:
22253             break;
22254         default:
22255             /* Unknown Exception */
22256             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
22257             break;
22258         }   /* switch(header->rep_status) */
22259 
22260         break;
22261     default:
22262         /* Unknown GIOP Message */
22263         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
22264         break;
22265     } /* switch(header->message_type) */
22266 }
22267 
22268 /*
22269  * IDL:org/csapi/ui/IpUIManager/createUICall:1.0
22270  */
22271 static void
decode_org_csapi_ui_IpUIManager_createUICall(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)22272 decode_org_csapi_ui_IpUIManager_createUICall(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
22273 {
22274     switch(header->message_type) {
22275     case Request:
22276         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
22277 
22278         /*  Begin union "org_csapi_ui_TpUITargetObject"  */
22279         decode_org_csapi_ui_TpUITargetObject_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
22280 
22281         /*  End union "org_csapi_ui_TpUITargetObject"  */
22282         break;
22283     case Reply:
22284         switch(header->rep_status) {
22285         case NO_EXCEPTION:
22286             /*  Begin struct "org_csapi_ui_TpUICallIdentifier"  */
22287             decode_org_csapi_ui_TpUICallIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
22288             /*  End struct "org_csapi_ui_TpUICallIdentifier"  */
22289             break;
22290         case USER_EXCEPTION:
22291             break;
22292         default:
22293             /* Unknown Exception */
22294             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
22295             break;
22296         }   /* switch(header->rep_status) */
22297 
22298         break;
22299     default:
22300         /* Unknown GIOP Message */
22301         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
22302         break;
22303     } /* switch(header->message_type) */
22304 }
22305 
22306 /*
22307  * IDL:org/csapi/ui/IpUIManager/createNotification:1.0
22308  */
22309 static void
decode_org_csapi_ui_IpUIManager_createNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)22310 decode_org_csapi_ui_IpUIManager_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
22311 {
22312     switch(header->message_type) {
22313     case Request:
22314         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
22315 
22316         /*  Begin struct "org_csapi_ui_TpUIEventCriteria"  */
22317         decode_org_csapi_ui_TpUIEventCriteria_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
22318         /*  End struct "org_csapi_ui_TpUIEventCriteria"  */
22319         break;
22320     case Reply:
22321         switch(header->rep_status) {
22322         case NO_EXCEPTION:
22323             proto_tree_add_int(tree, hf_org_csapi_ui_IpUIManager_createNotification_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22324 
22325             break;
22326         case USER_EXCEPTION:
22327             break;
22328         default:
22329             /* Unknown Exception */
22330             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
22331             break;
22332         }   /* switch(header->rep_status) */
22333 
22334         break;
22335     default:
22336         /* Unknown GIOP Message */
22337         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
22338         break;
22339     } /* switch(header->message_type) */
22340 }
22341 
22342 /*
22343  * IDL:org/csapi/ui/IpUIManager/destroyNotification:1.0
22344  */
22345 static void
decode_org_csapi_ui_IpUIManager_destroyNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)22346 decode_org_csapi_ui_IpUIManager_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
22347 {
22348     switch(header->message_type) {
22349     case Request:
22350         proto_tree_add_int(tree, hf_org_csapi_ui_IpUIManager_destroyNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22351 
22352         break;
22353     case Reply:
22354         switch(header->rep_status) {
22355         case NO_EXCEPTION:
22356             /* Function returns void */
22357 
22358             break;
22359         case USER_EXCEPTION:
22360             break;
22361         default:
22362             /* Unknown Exception */
22363             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
22364             break;
22365         }   /* switch(header->rep_status) */
22366 
22367         break;
22368     default:
22369         /* Unknown GIOP Message */
22370         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
22371         break;
22372     } /* switch(header->message_type) */
22373 }
22374 
22375 /*
22376  * IDL:org/csapi/ui/IpUIManager/changeNotification:1.0
22377  */
22378 static void
decode_org_csapi_ui_IpUIManager_changeNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)22379 decode_org_csapi_ui_IpUIManager_changeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
22380 {
22381     switch(header->message_type) {
22382     case Request:
22383         proto_tree_add_int(tree, hf_org_csapi_ui_IpUIManager_changeNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22384 
22385         /*  Begin struct "org_csapi_ui_TpUIEventCriteria"  */
22386         decode_org_csapi_ui_TpUIEventCriteria_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
22387         /*  End struct "org_csapi_ui_TpUIEventCriteria"  */
22388         break;
22389     case Reply:
22390         switch(header->rep_status) {
22391         case NO_EXCEPTION:
22392             /* Function returns void */
22393 
22394             break;
22395         case USER_EXCEPTION:
22396             break;
22397         default:
22398             /* Unknown Exception */
22399             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
22400             break;
22401         }   /* switch(header->rep_status) */
22402 
22403         break;
22404     default:
22405         /* Unknown GIOP Message */
22406         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
22407         break;
22408     } /* switch(header->message_type) */
22409 }
22410 
22411 /*
22412  * IDL:org/csapi/ui/IpUIManager/getNotification:1.0
22413  */
22414 static void
decode_org_csapi_ui_IpUIManager_getNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)22415 decode_org_csapi_ui_IpUIManager_getNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
22416 {
22417     /* Operation specific Variable declarations Begin */
22418     guint32   u_octet4_loop_org_csapi_ui_IpUIManager_getNotification_return;
22419     guint32   i_org_csapi_ui_IpUIManager_getNotification_return;
22420     /* Operation specific Variable declarations End */
22421 
22422     switch(header->message_type) {
22423     case Request:
22424         break;
22425     case Reply:
22426         switch(header->rep_status) {
22427         case NO_EXCEPTION:
22428             u_octet4_loop_org_csapi_ui_IpUIManager_getNotification_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
22429             proto_tree_add_uint(tree, hf_org_csapi_ui_IpUIManager_getNotification_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_IpUIManager_getNotification_return);
22430 
22431             for (i_org_csapi_ui_IpUIManager_getNotification_return=0; i_org_csapi_ui_IpUIManager_getNotification_return < u_octet4_loop_org_csapi_ui_IpUIManager_getNotification_return; i_org_csapi_ui_IpUIManager_getNotification_return++) {
22432 
22433                 /*  Begin struct "org_csapi_ui_TpUIEventCriteriaResult"  */
22434                 decode_org_csapi_ui_TpUIEventCriteriaResult_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
22435                 /*  End struct "org_csapi_ui_TpUIEventCriteriaResult"  */
22436             }
22437 
22438             break;
22439         case USER_EXCEPTION:
22440             break;
22441         default:
22442             /* Unknown Exception */
22443             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
22444             break;
22445         }   /* switch(header->rep_status) */
22446 
22447         break;
22448     default:
22449         /* Unknown GIOP Message */
22450         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
22451         break;
22452     } /* switch(header->message_type) */
22453 }
22454 
22455 /*
22456  * IDL:org/csapi/ui/IpUIManager/enableNotifications:1.0
22457  */
22458 static void
decode_org_csapi_ui_IpUIManager_enableNotifications(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)22459 decode_org_csapi_ui_IpUIManager_enableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
22460 {
22461     switch(header->message_type) {
22462     case Request:
22463         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
22464 
22465         break;
22466     case Reply:
22467         switch(header->rep_status) {
22468         case NO_EXCEPTION:
22469             proto_tree_add_int(tree, hf_org_csapi_ui_IpUIManager_enableNotifications_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22470 
22471             break;
22472         case USER_EXCEPTION:
22473             break;
22474         default:
22475             /* Unknown Exception */
22476             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
22477             break;
22478         }   /* switch(header->rep_status) */
22479 
22480         break;
22481     default:
22482         /* Unknown GIOP Message */
22483         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
22484         break;
22485     } /* switch(header->message_type) */
22486 }
22487 
22488 /*
22489  * IDL:org/csapi/ui/IpUIManager/disableNotifications:1.0
22490  */
22491 static void
decode_org_csapi_ui_IpUIManager_disableNotifications(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)22492 decode_org_csapi_ui_IpUIManager_disableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
22493 {
22494     switch(header->message_type) {
22495     case Request:
22496         break;
22497     case Reply:
22498         switch(header->rep_status) {
22499         case NO_EXCEPTION:
22500             /* Function returns void */
22501 
22502             break;
22503         case USER_EXCEPTION:
22504             break;
22505         default:
22506             /* Unknown Exception */
22507             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
22508             break;
22509         }   /* switch(header->rep_status) */
22510 
22511         break;
22512     default:
22513         /* Unknown GIOP Message */
22514         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
22515         break;
22516     } /* switch(header->message_type) */
22517 }
22518 
22519 /*
22520  * IDL:org/csapi/ui/IpAppUIAdminManager/getMessageRes:1.0
22521  */
22522 static void
decode_org_csapi_ui_IpAppUIAdminManager_getMessageRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)22523 decode_org_csapi_ui_IpAppUIAdminManager_getMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
22524 {
22525     switch(header->message_type) {
22526     case Request:
22527         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUIAdminManager_getMessageRes_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22528 
22529         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUIAdminManager_getMessageRes_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22530 
22531         /*  Begin union "org_csapi_ui_TpUIInfo"  */
22532         decode_org_csapi_ui_TpUIInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
22533 
22534         /*  End union "org_csapi_ui_TpUIInfo"  */
22535         break;
22536     case Reply:
22537         switch(header->rep_status) {
22538         case NO_EXCEPTION:
22539             /* Function returns void */
22540 
22541             break;
22542         case USER_EXCEPTION:
22543             break;
22544         default:
22545             /* Unknown Exception */
22546             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
22547             break;
22548         }   /* switch(header->rep_status) */
22549 
22550         break;
22551     default:
22552         /* Unknown GIOP Message */
22553         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
22554         break;
22555     } /* switch(header->message_type) */
22556 }
22557 
22558 /*
22559  * IDL:org/csapi/ui/IpAppUIAdminManager/getMessageErr:1.0
22560  */
22561 static void
decode_org_csapi_ui_IpAppUIAdminManager_getMessageErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)22562 decode_org_csapi_ui_IpAppUIAdminManager_getMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
22563 {
22564     /* Operation specific Variable declarations Begin */
22565     guint32   u_octet4;
22566     /* Operation specific Variable declarations End */
22567 
22568     switch(header->message_type) {
22569     case Request:
22570         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUIAdminManager_getMessageErr_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22571 
22572         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUIAdminManager_getMessageErr_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22573 
22574         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
22575         proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_getMessageErr_error, tvb, *offset-4, 4, u_octet4);
22576 
22577         break;
22578     case Reply:
22579         switch(header->rep_status) {
22580         case NO_EXCEPTION:
22581             /* Function returns void */
22582 
22583             break;
22584         case USER_EXCEPTION:
22585             break;
22586         default:
22587             /* Unknown Exception */
22588             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
22589             break;
22590         }   /* switch(header->rep_status) */
22591 
22592         break;
22593     default:
22594         /* Unknown GIOP Message */
22595         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
22596         break;
22597     } /* switch(header->message_type) */
22598 }
22599 
22600 /*
22601  * IDL:org/csapi/ui/IpAppUIAdminManager/deleteMessageRes:1.0
22602  */
22603 static void
decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)22604 decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
22605 {
22606     /* Operation specific Variable declarations Begin */
22607     guint32   u_octet4;
22608     /* Operation specific Variable declarations End */
22609 
22610     switch(header->message_type) {
22611     case Request:
22612         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22613 
22614         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
22615         proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes_response, tvb, *offset-4, 4, u_octet4);
22616 
22617         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22618 
22619         break;
22620     case Reply:
22621         switch(header->rep_status) {
22622         case NO_EXCEPTION:
22623             /* Function returns void */
22624 
22625             break;
22626         case USER_EXCEPTION:
22627             break;
22628         default:
22629             /* Unknown Exception */
22630             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
22631             break;
22632         }   /* switch(header->rep_status) */
22633 
22634         break;
22635     default:
22636         /* Unknown GIOP Message */
22637         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
22638         break;
22639     } /* switch(header->message_type) */
22640 }
22641 
22642 /*
22643  * IDL:org/csapi/ui/IpAppUIAdminManager/deleteMessageErr:1.0
22644  */
22645 static void
decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)22646 decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
22647 {
22648     /* Operation specific Variable declarations Begin */
22649     guint32   u_octet4;
22650     /* Operation specific Variable declarations End */
22651 
22652     switch(header->message_type) {
22653     case Request:
22654         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22655 
22656         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
22657         proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr_error, tvb, *offset-4, 4, u_octet4);
22658 
22659         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22660 
22661         break;
22662     case Reply:
22663         switch(header->rep_status) {
22664         case NO_EXCEPTION:
22665             /* Function returns void */
22666 
22667             break;
22668         case USER_EXCEPTION:
22669             break;
22670         default:
22671             /* Unknown Exception */
22672             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
22673             break;
22674         }   /* switch(header->rep_status) */
22675 
22676         break;
22677     default:
22678         /* Unknown GIOP Message */
22679         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
22680         break;
22681     } /* switch(header->message_type) */
22682 }
22683 
22684 /*
22685  * IDL:org/csapi/ui/IpAppUIAdminManager/putMessageRes:1.0
22686  */
22687 static void
decode_org_csapi_ui_IpAppUIAdminManager_putMessageRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)22688 decode_org_csapi_ui_IpAppUIAdminManager_putMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
22689 {
22690     switch(header->message_type) {
22691     case Request:
22692         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUIAdminManager_putMessageRes_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22693 
22694         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUIAdminManager_putMessageRes_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22695 
22696         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUIAdminManager_putMessageRes_messageID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22697 
22698         break;
22699     case Reply:
22700         switch(header->rep_status) {
22701         case NO_EXCEPTION:
22702             /* Function returns void */
22703 
22704             break;
22705         case USER_EXCEPTION:
22706             break;
22707         default:
22708             /* Unknown Exception */
22709             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
22710             break;
22711         }   /* switch(header->rep_status) */
22712 
22713         break;
22714     default:
22715         /* Unknown GIOP Message */
22716         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
22717         break;
22718     } /* switch(header->message_type) */
22719 }
22720 
22721 /*
22722  * IDL:org/csapi/ui/IpAppUIAdminManager/putMessageErr:1.0
22723  */
22724 static void
decode_org_csapi_ui_IpAppUIAdminManager_putMessageErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)22725 decode_org_csapi_ui_IpAppUIAdminManager_putMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
22726 {
22727     /* Operation specific Variable declarations Begin */
22728     guint32   u_octet4;
22729     /* Operation specific Variable declarations End */
22730 
22731     switch(header->message_type) {
22732     case Request:
22733         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUIAdminManager_putMessageErr_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22734 
22735         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUIAdminManager_putMessageErr_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22736 
22737         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
22738         proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_putMessageErr_error, tvb, *offset-4, 4, u_octet4);
22739 
22740         break;
22741     case Reply:
22742         switch(header->rep_status) {
22743         case NO_EXCEPTION:
22744             /* Function returns void */
22745 
22746             break;
22747         case USER_EXCEPTION:
22748             break;
22749         default:
22750             /* Unknown Exception */
22751             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
22752             break;
22753         }   /* switch(header->rep_status) */
22754 
22755         break;
22756     default:
22757         /* Unknown GIOP Message */
22758         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
22759         break;
22760     } /* switch(header->message_type) */
22761 }
22762 
22763 /*
22764  * IDL:org/csapi/ui/IpAppUIAdminManager/getMessageListRes:1.0
22765  */
22766 static void
decode_org_csapi_ui_IpAppUIAdminManager_getMessageListRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)22767 decode_org_csapi_ui_IpAppUIAdminManager_getMessageListRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
22768 {
22769     /* Operation specific Variable declarations Begin */
22770     guint32   u_octet4_loop_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList;
22771     guint32   i_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList;
22772     /* Operation specific Variable declarations End */
22773 
22774     switch(header->message_type) {
22775     case Request:
22776         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22777 
22778         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22779 
22780         u_octet4_loop_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
22781         proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList);
22782 
22783         for (i_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList=0; i_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList < u_octet4_loop_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList; i_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList++) {
22784 
22785             proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22786 
22787         }
22788 
22789         proto_tree_add_boolean(tree, hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_final, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
22790 
22791         break;
22792     case Reply:
22793         switch(header->rep_status) {
22794         case NO_EXCEPTION:
22795             /* Function returns void */
22796 
22797             break;
22798         case USER_EXCEPTION:
22799             break;
22800         default:
22801             /* Unknown Exception */
22802             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
22803             break;
22804         }   /* switch(header->rep_status) */
22805 
22806         break;
22807     default:
22808         /* Unknown GIOP Message */
22809         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
22810         break;
22811     } /* switch(header->message_type) */
22812 }
22813 
22814 /*
22815  * IDL:org/csapi/ui/IpAppUIAdminManager/getMessageListErr:1.0
22816  */
22817 static void
decode_org_csapi_ui_IpAppUIAdminManager_getMessageListErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)22818 decode_org_csapi_ui_IpAppUIAdminManager_getMessageListErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
22819 {
22820     /* Operation specific Variable declarations Begin */
22821     guint32   u_octet4;
22822     /* Operation specific Variable declarations End */
22823 
22824     switch(header->message_type) {
22825     case Request:
22826         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUIAdminManager_getMessageListErr_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22827 
22828         proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUIAdminManager_getMessageListErr_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22829 
22830         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
22831         proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_getMessageListErr_error, tvb, *offset-4, 4, u_octet4);
22832 
22833         break;
22834     case Reply:
22835         switch(header->rep_status) {
22836         case NO_EXCEPTION:
22837             /* Function returns void */
22838 
22839             break;
22840         case USER_EXCEPTION:
22841             break;
22842         default:
22843             /* Unknown Exception */
22844             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
22845             break;
22846         }   /* switch(header->rep_status) */
22847 
22848         break;
22849     default:
22850         /* Unknown GIOP Message */
22851         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
22852         break;
22853     } /* switch(header->message_type) */
22854 }
22855 
22856 /*
22857  * IDL:org/csapi/ui/IpUIAdminManager/getMessageReq:1.0
22858  */
22859 static void
decode_org_csapi_ui_IpUIAdminManager_getMessageReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)22860 decode_org_csapi_ui_IpUIAdminManager_getMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
22861 {
22862     switch(header->message_type) {
22863     case Request:
22864         proto_tree_add_int(tree, hf_org_csapi_ui_IpUIAdminManager_getMessageReq_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22865 
22866         proto_tree_add_int(tree, hf_org_csapi_ui_IpUIAdminManager_getMessageReq_messageID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22867 
22868         break;
22869     case Reply:
22870         switch(header->rep_status) {
22871         case NO_EXCEPTION:
22872             proto_tree_add_int(tree, hf_org_csapi_ui_IpUIAdminManager_getMessageReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22873 
22874             break;
22875         case USER_EXCEPTION:
22876             break;
22877         default:
22878             /* Unknown Exception */
22879             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
22880             break;
22881         }   /* switch(header->rep_status) */
22882 
22883         break;
22884     default:
22885         /* Unknown GIOP Message */
22886         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
22887         break;
22888     } /* switch(header->message_type) */
22889 }
22890 
22891 /*
22892  * IDL:org/csapi/ui/IpUIAdminManager/putMessageReq:1.0
22893  */
22894 static void
decode_org_csapi_ui_IpUIAdminManager_putMessageReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)22895 decode_org_csapi_ui_IpUIAdminManager_putMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
22896 {
22897     switch(header->message_type) {
22898     case Request:
22899         proto_tree_add_int(tree, hf_org_csapi_ui_IpUIAdminManager_putMessageReq_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22900 
22901         /*  Begin union "org_csapi_ui_TpUIInfo"  */
22902         decode_org_csapi_ui_TpUIInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
22903 
22904         /*  End union "org_csapi_ui_TpUIInfo"  */
22905         break;
22906     case Reply:
22907         switch(header->rep_status) {
22908         case NO_EXCEPTION:
22909             proto_tree_add_int(tree, hf_org_csapi_ui_IpUIAdminManager_putMessageReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22910 
22911             break;
22912         case USER_EXCEPTION:
22913             break;
22914         default:
22915             /* Unknown Exception */
22916             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
22917             break;
22918         }   /* switch(header->rep_status) */
22919 
22920         break;
22921     default:
22922         /* Unknown GIOP Message */
22923         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
22924         break;
22925     } /* switch(header->message_type) */
22926 }
22927 
22928 /*
22929  * IDL:org/csapi/ui/IpUIAdminManager/deleteMessageReq:1.0
22930  */
22931 static void
decode_org_csapi_ui_IpUIAdminManager_deleteMessageReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)22932 decode_org_csapi_ui_IpUIAdminManager_deleteMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
22933 {
22934     switch(header->message_type) {
22935     case Request:
22936         proto_tree_add_int(tree, hf_org_csapi_ui_IpUIAdminManager_deleteMessageReq_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22937 
22938         proto_tree_add_int(tree, hf_org_csapi_ui_IpUIAdminManager_deleteMessageReq_messageID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22939 
22940         break;
22941     case Reply:
22942         switch(header->rep_status) {
22943         case NO_EXCEPTION:
22944             proto_tree_add_int(tree, hf_org_csapi_ui_IpUIAdminManager_deleteMessageReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22945 
22946             break;
22947         case USER_EXCEPTION:
22948             break;
22949         default:
22950             /* Unknown Exception */
22951             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
22952             break;
22953         }   /* switch(header->rep_status) */
22954 
22955         break;
22956     default:
22957         /* Unknown GIOP Message */
22958         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
22959         break;
22960     } /* switch(header->message_type) */
22961 }
22962 
22963 /*
22964  * IDL:org/csapi/ui/IpUIAdminManager/getMessageListReq:1.0
22965  */
22966 static void
decode_org_csapi_ui_IpUIAdminManager_getMessageListReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)22967 decode_org_csapi_ui_IpUIAdminManager_getMessageListReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
22968 {
22969     switch(header->message_type) {
22970     case Request:
22971         proto_tree_add_int(tree, hf_org_csapi_ui_IpUIAdminManager_getMessageListReq_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22972 
22973         proto_tree_add_boolean(tree, hf_org_csapi_ui_IpUIAdminManager_getMessageListReq_reset, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
22974 
22975         break;
22976     case Reply:
22977         switch(header->rep_status) {
22978         case NO_EXCEPTION:
22979             proto_tree_add_int(tree, hf_org_csapi_ui_IpUIAdminManager_getMessageListReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
22980 
22981             break;
22982         case USER_EXCEPTION:
22983             break;
22984         default:
22985             /* Unknown Exception */
22986             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
22987             break;
22988         }   /* switch(header->rep_status) */
22989 
22990         break;
22991     default:
22992         /* Unknown GIOP Message */
22993         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
22994         break;
22995     } /* switch(header->message_type) */
22996 }
22997 
22998 /*
22999  * IDL:org/csapi/mm/ul/IpAppUserLocation/locationReportRes:1.0
23000  */
23001 static void
decode_org_csapi_mm_ul_IpAppUserLocation_locationReportRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)23002 decode_org_csapi_mm_ul_IpAppUserLocation_locationReportRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
23003 {
23004     /* Operation specific Variable declarations Begin */
23005     guint32   u_octet4_loop_org_csapi_mm_ul_IpAppUserLocation_locationReportRes_locations;
23006     guint32   i_org_csapi_mm_ul_IpAppUserLocation_locationReportRes_locations;
23007     /* Operation specific Variable declarations End */
23008 
23009     switch(header->message_type) {
23010     case Request:
23011         proto_tree_add_int(tree, hf_org_csapi_mm_ul_IpAppUserLocation_locationReportRes_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
23012 
23013         u_octet4_loop_org_csapi_mm_ul_IpAppUserLocation_locationReportRes_locations = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
23014         proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppUserLocation_locationReportRes_locations_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ul_IpAppUserLocation_locationReportRes_locations);
23015 
23016         for (i_org_csapi_mm_ul_IpAppUserLocation_locationReportRes_locations=0; i_org_csapi_mm_ul_IpAppUserLocation_locationReportRes_locations < u_octet4_loop_org_csapi_mm_ul_IpAppUserLocation_locationReportRes_locations; i_org_csapi_mm_ul_IpAppUserLocation_locationReportRes_locations++) {
23017 
23018             /*  Begin struct "org_csapi_mm_TpUserLocation"  */
23019             decode_org_csapi_mm_TpUserLocation_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
23020             /*  End struct "org_csapi_mm_TpUserLocation"  */
23021         }
23022 
23023         break;
23024     case Reply:
23025         switch(header->rep_status) {
23026         case NO_EXCEPTION:
23027             /* Function returns void */
23028 
23029             break;
23030         case USER_EXCEPTION:
23031             break;
23032         default:
23033             /* Unknown Exception */
23034             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
23035             break;
23036         }   /* switch(header->rep_status) */
23037 
23038         break;
23039     default:
23040         /* Unknown GIOP Message */
23041         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
23042         break;
23043     } /* switch(header->message_type) */
23044 }
23045 
23046 /*
23047  * IDL:org/csapi/mm/ul/IpAppUserLocation/locationReportErr:1.0
23048  */
23049 static void
decode_org_csapi_mm_ul_IpAppUserLocation_locationReportErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)23050 decode_org_csapi_mm_ul_IpAppUserLocation_locationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
23051 {
23052     /* Operation specific Variable declarations Begin */
23053     guint32   u_octet4;
23054     /* Operation specific Variable declarations End */
23055 
23056     switch(header->message_type) {
23057     case Request:
23058         proto_tree_add_int(tree, hf_org_csapi_mm_ul_IpAppUserLocation_locationReportErr_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
23059 
23060         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
23061         proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppUserLocation_locationReportErr_cause, tvb, *offset-4, 4, u_octet4);
23062 
23063         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
23064         proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppUserLocation_locationReportErr_diagnostic, tvb, *offset-4, 4, u_octet4);
23065 
23066         break;
23067     case Reply:
23068         switch(header->rep_status) {
23069         case NO_EXCEPTION:
23070             /* Function returns void */
23071 
23072             break;
23073         case USER_EXCEPTION:
23074             break;
23075         default:
23076             /* Unknown Exception */
23077             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
23078             break;
23079         }   /* switch(header->rep_status) */
23080 
23081         break;
23082     default:
23083         /* Unknown GIOP Message */
23084         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
23085         break;
23086     } /* switch(header->message_type) */
23087 }
23088 
23089 /*
23090  * IDL:org/csapi/mm/ul/IpAppUserLocation/extendedLocationReportRes:1.0
23091  */
23092 static void
decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)23093 decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
23094 {
23095     /* Operation specific Variable declarations Begin */
23096     guint32   u_octet4_loop_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_locations;
23097     guint32   i_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_locations;
23098     /* Operation specific Variable declarations End */
23099 
23100     switch(header->message_type) {
23101     case Request:
23102         proto_tree_add_int(tree, hf_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
23103 
23104         u_octet4_loop_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_locations = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
23105         proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_locations_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_locations);
23106 
23107         for (i_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_locations=0; i_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_locations < u_octet4_loop_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_locations; i_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_locations++) {
23108 
23109             /*  Begin struct "org_csapi_mm_TpUserLocationExtended"  */
23110             decode_org_csapi_mm_TpUserLocationExtended_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
23111             /*  End struct "org_csapi_mm_TpUserLocationExtended"  */
23112         }
23113 
23114         break;
23115     case Reply:
23116         switch(header->rep_status) {
23117         case NO_EXCEPTION:
23118             /* Function returns void */
23119 
23120             break;
23121         case USER_EXCEPTION:
23122             break;
23123         default:
23124             /* Unknown Exception */
23125             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
23126             break;
23127         }   /* switch(header->rep_status) */
23128 
23129         break;
23130     default:
23131         /* Unknown GIOP Message */
23132         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
23133         break;
23134     } /* switch(header->message_type) */
23135 }
23136 
23137 /*
23138  * IDL:org/csapi/mm/ul/IpAppUserLocation/extendedLocationReportErr:1.0
23139  */
23140 static void
decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)23141 decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
23142 {
23143     /* Operation specific Variable declarations Begin */
23144     guint32   u_octet4;
23145     /* Operation specific Variable declarations End */
23146 
23147     switch(header->message_type) {
23148     case Request:
23149         proto_tree_add_int(tree, hf_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
23150 
23151         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
23152         proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr_cause, tvb, *offset-4, 4, u_octet4);
23153 
23154         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
23155         proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr_diagnostic, tvb, *offset-4, 4, u_octet4);
23156 
23157         break;
23158     case Reply:
23159         switch(header->rep_status) {
23160         case NO_EXCEPTION:
23161             /* Function returns void */
23162 
23163             break;
23164         case USER_EXCEPTION:
23165             break;
23166         default:
23167             /* Unknown Exception */
23168             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
23169             break;
23170         }   /* switch(header->rep_status) */
23171 
23172         break;
23173     default:
23174         /* Unknown GIOP Message */
23175         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
23176         break;
23177     } /* switch(header->message_type) */
23178 }
23179 
23180 /*
23181  * IDL:org/csapi/mm/ul/IpAppUserLocation/periodicLocationReport:1.0
23182  */
23183 static void
decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)23184 decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
23185 {
23186     /* Operation specific Variable declarations Begin */
23187     guint32   u_octet4_loop_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_locations;
23188     guint32   i_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_locations;
23189     /* Operation specific Variable declarations End */
23190 
23191     switch(header->message_type) {
23192     case Request:
23193         proto_tree_add_int(tree, hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
23194 
23195         u_octet4_loop_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_locations = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
23196         proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_locations_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_locations);
23197 
23198         for (i_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_locations=0; i_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_locations < u_octet4_loop_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_locations; i_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_locations++) {
23199 
23200             /*  Begin struct "org_csapi_mm_TpUserLocationExtended"  */
23201             decode_org_csapi_mm_TpUserLocationExtended_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
23202             /*  End struct "org_csapi_mm_TpUserLocationExtended"  */
23203         }
23204 
23205         break;
23206     case Reply:
23207         switch(header->rep_status) {
23208         case NO_EXCEPTION:
23209             /* Function returns void */
23210 
23211             break;
23212         case USER_EXCEPTION:
23213             break;
23214         default:
23215             /* Unknown Exception */
23216             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
23217             break;
23218         }   /* switch(header->rep_status) */
23219 
23220         break;
23221     default:
23222         /* Unknown GIOP Message */
23223         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
23224         break;
23225     } /* switch(header->message_type) */
23226 }
23227 
23228 /*
23229  * IDL:org/csapi/mm/ul/IpAppUserLocation/periodicLocationReportErr:1.0
23230  */
23231 static void
decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)23232 decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
23233 {
23234     /* Operation specific Variable declarations Begin */
23235     guint32   u_octet4;
23236     /* Operation specific Variable declarations End */
23237 
23238     switch(header->message_type) {
23239     case Request:
23240         proto_tree_add_int(tree, hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
23241 
23242         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
23243         proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr_cause, tvb, *offset-4, 4, u_octet4);
23244 
23245         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
23246         proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr_diagnostic, tvb, *offset-4, 4, u_octet4);
23247 
23248         break;
23249     case Reply:
23250         switch(header->rep_status) {
23251         case NO_EXCEPTION:
23252             /* Function returns void */
23253 
23254             break;
23255         case USER_EXCEPTION:
23256             break;
23257         default:
23258             /* Unknown Exception */
23259             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
23260             break;
23261         }   /* switch(header->rep_status) */
23262 
23263         break;
23264     default:
23265         /* Unknown GIOP Message */
23266         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
23267         break;
23268     } /* switch(header->message_type) */
23269 }
23270 
23271 /*
23272  * IDL:org/csapi/mm/ul/IpUserLocation/locationReportReq:1.0
23273  */
23274 static void
decode_org_csapi_mm_ul_IpUserLocation_locationReportReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)23275 decode_org_csapi_mm_ul_IpUserLocation_locationReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
23276 {
23277     /* Operation specific Variable declarations Begin */
23278     guint32   u_octet4_loop_org_csapi_mm_ul_IpUserLocation_locationReportReq_users;
23279     guint32   i_org_csapi_mm_ul_IpUserLocation_locationReportReq_users;
23280     /* Operation specific Variable declarations End */
23281 
23282     switch(header->message_type) {
23283     case Request:
23284         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
23285 
23286         u_octet4_loop_org_csapi_mm_ul_IpUserLocation_locationReportReq_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
23287         proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpUserLocation_locationReportReq_users_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ul_IpUserLocation_locationReportReq_users);
23288 
23289         for (i_org_csapi_mm_ul_IpUserLocation_locationReportReq_users=0; i_org_csapi_mm_ul_IpUserLocation_locationReportReq_users < u_octet4_loop_org_csapi_mm_ul_IpUserLocation_locationReportReq_users; i_org_csapi_mm_ul_IpUserLocation_locationReportReq_users++) {
23290 
23291             /*  Begin struct "org_csapi_TpAddress"  */
23292             decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
23293             /*  End struct "org_csapi_TpAddress"  */
23294         }
23295 
23296         break;
23297     case Reply:
23298         switch(header->rep_status) {
23299         case NO_EXCEPTION:
23300             proto_tree_add_int(tree, hf_org_csapi_mm_ul_IpUserLocation_locationReportReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
23301 
23302             break;
23303         case USER_EXCEPTION:
23304             break;
23305         default:
23306             /* Unknown Exception */
23307             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
23308             break;
23309         }   /* switch(header->rep_status) */
23310 
23311         break;
23312     default:
23313         /* Unknown GIOP Message */
23314         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
23315         break;
23316     } /* switch(header->message_type) */
23317 }
23318 
23319 /*
23320  * IDL:org/csapi/mm/ul/IpUserLocation/extendedLocationReportReq:1.0
23321  */
23322 static void
decode_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)23323 decode_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
23324 {
23325     /* Operation specific Variable declarations Begin */
23326     guint32   u_octet4_loop_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_users;
23327     guint32   i_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_users;
23328     /* Operation specific Variable declarations End */
23329 
23330     switch(header->message_type) {
23331     case Request:
23332         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
23333 
23334         u_octet4_loop_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
23335         proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_users_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_users);
23336 
23337         for (i_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_users=0; i_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_users < u_octet4_loop_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_users; i_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_users++) {
23338 
23339             /*  Begin struct "org_csapi_TpAddress"  */
23340             decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
23341             /*  End struct "org_csapi_TpAddress"  */
23342         }
23343 
23344         /*  Begin struct "org_csapi_mm_TpLocationRequest"  */
23345         decode_org_csapi_mm_TpLocationRequest_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
23346         /*  End struct "org_csapi_mm_TpLocationRequest"  */
23347         break;
23348     case Reply:
23349         switch(header->rep_status) {
23350         case NO_EXCEPTION:
23351             proto_tree_add_int(tree, hf_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
23352 
23353             break;
23354         case USER_EXCEPTION:
23355             break;
23356         default:
23357             /* Unknown Exception */
23358             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
23359             break;
23360         }   /* switch(header->rep_status) */
23361 
23362         break;
23363     default:
23364         /* Unknown GIOP Message */
23365         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
23366         break;
23367     } /* switch(header->message_type) */
23368 }
23369 
23370 /*
23371  * IDL:org/csapi/mm/ul/IpUserLocation/periodicLocationReportingStartReq:1.0
23372  */
23373 static void
decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)23374 decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
23375 {
23376     /* Operation specific Variable declarations Begin */
23377     guint32   u_octet4_loop_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_users;
23378     guint32   i_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_users;
23379     /* Operation specific Variable declarations End */
23380 
23381     switch(header->message_type) {
23382     case Request:
23383         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
23384 
23385         u_octet4_loop_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
23386         proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_users_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_users);
23387 
23388         for (i_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_users=0; i_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_users < u_octet4_loop_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_users; i_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_users++) {
23389 
23390             /*  Begin struct "org_csapi_TpAddress"  */
23391             decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
23392             /*  End struct "org_csapi_TpAddress"  */
23393         }
23394 
23395         /*  Begin struct "org_csapi_mm_TpLocationRequest"  */
23396         decode_org_csapi_mm_TpLocationRequest_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
23397         /*  End struct "org_csapi_mm_TpLocationRequest"  */
23398         proto_tree_add_int(tree, hf_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_reportingInterval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
23399 
23400         break;
23401     case Reply:
23402         switch(header->rep_status) {
23403         case NO_EXCEPTION:
23404             proto_tree_add_int(tree, hf_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
23405 
23406             break;
23407         case USER_EXCEPTION:
23408             break;
23409         default:
23410             /* Unknown Exception */
23411             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
23412             break;
23413         }   /* switch(header->rep_status) */
23414 
23415         break;
23416     default:
23417         /* Unknown GIOP Message */
23418         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
23419         break;
23420     } /* switch(header->message_type) */
23421 }
23422 
23423 /*
23424  * IDL:org/csapi/mm/ul/IpUserLocation/periodicLocationReportingStop:1.0
23425  */
23426 static void
decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStop(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)23427 decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
23428 {
23429     switch(header->message_type) {
23430     case Request:
23431         /*  Begin struct "org_csapi_mm_TpMobilityStopAssignmentData"  */
23432         decode_org_csapi_mm_TpMobilityStopAssignmentData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
23433         /*  End struct "org_csapi_mm_TpMobilityStopAssignmentData"  */
23434         break;
23435     case Reply:
23436         switch(header->rep_status) {
23437         case NO_EXCEPTION:
23438             /* Function returns void */
23439 
23440             break;
23441         case USER_EXCEPTION:
23442             break;
23443         default:
23444             /* Unknown Exception */
23445             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
23446             break;
23447         }   /* switch(header->rep_status) */
23448 
23449         break;
23450     default:
23451         /* Unknown GIOP Message */
23452         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
23453         break;
23454     } /* switch(header->message_type) */
23455 }
23456 
23457 /*
23458  * IDL:org/csapi/mm/ul/IpUserLocation/getNextPeriodicLocationRequest:1.0
23459  */
23460 static void
decode_org_csapi_mm_ul_IpUserLocation_getNextPeriodicLocationRequest(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)23461 decode_org_csapi_mm_ul_IpUserLocation_getNextPeriodicLocationRequest(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
23462 {
23463     switch(header->message_type) {
23464     case Request:
23465         proto_tree_add_boolean(tree, hf_org_csapi_mm_ul_IpUserLocation_getNextPeriodicLocationRequest_reset, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
23466 
23467         break;
23468     case Reply:
23469         switch(header->rep_status) {
23470         case NO_EXCEPTION:
23471             /*  Begin struct "org_csapi_mm_TpPeriodicLocationRequestSetEntry"  */
23472             decode_org_csapi_mm_TpPeriodicLocationRequestSetEntry_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
23473             /*  End struct "org_csapi_mm_TpPeriodicLocationRequestSetEntry"  */
23474             break;
23475         case USER_EXCEPTION:
23476             break;
23477         default:
23478             /* Unknown Exception */
23479             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
23480             break;
23481         }   /* switch(header->rep_status) */
23482 
23483         break;
23484     default:
23485         /* Unknown GIOP Message */
23486         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
23487         break;
23488     } /* switch(header->message_type) */
23489 }
23490 
23491 /*
23492  * IDL:org/csapi/mm/ul/IpAppTriggeredUserLocation/triggeredLocationReport:1.0
23493  */
23494 static void
decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReport(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)23495 decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
23496 {
23497     /* Operation specific Variable declarations Begin */
23498     guint32   u_octet4;
23499     /* Operation specific Variable declarations End */
23500 
23501     switch(header->message_type) {
23502     case Request:
23503         proto_tree_add_int(tree, hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReport_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
23504 
23505         /*  Begin struct "org_csapi_mm_TpUserLocationExtended"  */
23506         decode_org_csapi_mm_TpUserLocationExtended_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
23507         /*  End struct "org_csapi_mm_TpUserLocationExtended"  */
23508         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
23509         proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReport_criterion, tvb, *offset-4, 4, u_octet4);
23510 
23511         break;
23512     case Reply:
23513         switch(header->rep_status) {
23514         case NO_EXCEPTION:
23515             /* Function returns void */
23516 
23517             break;
23518         case USER_EXCEPTION:
23519             break;
23520         default:
23521             /* Unknown Exception */
23522             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
23523             break;
23524         }   /* switch(header->rep_status) */
23525 
23526         break;
23527     default:
23528         /* Unknown GIOP Message */
23529         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
23530         break;
23531     } /* switch(header->message_type) */
23532 }
23533 
23534 /*
23535  * IDL:org/csapi/mm/ul/IpAppTriggeredUserLocation/triggeredLocationReportErr:1.0
23536  */
23537 static void
decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)23538 decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
23539 {
23540     /* Operation specific Variable declarations Begin */
23541     guint32   u_octet4;
23542     /* Operation specific Variable declarations End */
23543 
23544     switch(header->message_type) {
23545     case Request:
23546         proto_tree_add_int(tree, hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
23547 
23548         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
23549         proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr_cause, tvb, *offset-4, 4, u_octet4);
23550 
23551         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
23552         proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr_diagnostic, tvb, *offset-4, 4, u_octet4);
23553 
23554         break;
23555     case Reply:
23556         switch(header->rep_status) {
23557         case NO_EXCEPTION:
23558             /* Function returns void */
23559 
23560             break;
23561         case USER_EXCEPTION:
23562             break;
23563         default:
23564             /* Unknown Exception */
23565             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
23566             break;
23567         }   /* switch(header->rep_status) */
23568 
23569         break;
23570     default:
23571         /* Unknown GIOP Message */
23572         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
23573         break;
23574     } /* switch(header->message_type) */
23575 }
23576 
23577 /*
23578  * IDL:org/csapi/mm/ul/IpTriggeredUserLocation/triggeredLocationReportingStartReq:1.0
23579  */
23580 static void
decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)23581 decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
23582 {
23583     /* Operation specific Variable declarations Begin */
23584     guint32   u_octet4_loop_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_users;
23585     guint32   i_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_users;
23586     guint32   u_octet4_loop_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_triggers;
23587     guint32   i_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_triggers;
23588     /* Operation specific Variable declarations End */
23589 
23590     switch(header->message_type) {
23591     case Request:
23592         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
23593 
23594         u_octet4_loop_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
23595         proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_users_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_users);
23596 
23597         for (i_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_users=0; i_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_users < u_octet4_loop_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_users; i_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_users++) {
23598 
23599             /*  Begin struct "org_csapi_TpAddress"  */
23600             decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
23601             /*  End struct "org_csapi_TpAddress"  */
23602         }
23603 
23604         /*  Begin struct "org_csapi_mm_TpLocationRequest"  */
23605         decode_org_csapi_mm_TpLocationRequest_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
23606         /*  End struct "org_csapi_mm_TpLocationRequest"  */
23607         u_octet4_loop_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_triggers = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
23608         proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_triggers_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_triggers);
23609 
23610         for (i_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_triggers=0; i_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_triggers < u_octet4_loop_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_triggers; i_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_triggers++) {
23611 
23612             /*  Begin struct "org_csapi_mm_TpLocationTrigger"  */
23613             decode_org_csapi_mm_TpLocationTrigger_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
23614             /*  End struct "org_csapi_mm_TpLocationTrigger"  */
23615         }
23616 
23617         break;
23618     case Reply:
23619         switch(header->rep_status) {
23620         case NO_EXCEPTION:
23621             proto_tree_add_int(tree, hf_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
23622 
23623             break;
23624         case USER_EXCEPTION:
23625             break;
23626         default:
23627             /* Unknown Exception */
23628             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
23629             break;
23630         }   /* switch(header->rep_status) */
23631 
23632         break;
23633     default:
23634         /* Unknown GIOP Message */
23635         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
23636         break;
23637     } /* switch(header->message_type) */
23638 }
23639 
23640 /*
23641  * IDL:org/csapi/mm/ul/IpTriggeredUserLocation/triggeredLocationReportingStop:1.0
23642  */
23643 static void
decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStop(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)23644 decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
23645 {
23646     switch(header->message_type) {
23647     case Request:
23648         /*  Begin struct "org_csapi_mm_TpMobilityStopAssignmentData"  */
23649         decode_org_csapi_mm_TpMobilityStopAssignmentData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
23650         /*  End struct "org_csapi_mm_TpMobilityStopAssignmentData"  */
23651         break;
23652     case Reply:
23653         switch(header->rep_status) {
23654         case NO_EXCEPTION:
23655             /* Function returns void */
23656 
23657             break;
23658         case USER_EXCEPTION:
23659             break;
23660         default:
23661             /* Unknown Exception */
23662             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
23663             break;
23664         }   /* switch(header->rep_status) */
23665 
23666         break;
23667     default:
23668         /* Unknown GIOP Message */
23669         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
23670         break;
23671     } /* switch(header->message_type) */
23672 }
23673 
23674 /*
23675  * IDL:org/csapi/mm/ul/IpTriggeredUserLocation/getNextTriggeredLocationRequest:1.0
23676  */
23677 static void
decode_org_csapi_mm_ul_IpTriggeredUserLocation_getNextTriggeredLocationRequest(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)23678 decode_org_csapi_mm_ul_IpTriggeredUserLocation_getNextTriggeredLocationRequest(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
23679 {
23680     switch(header->message_type) {
23681     case Request:
23682         proto_tree_add_boolean(tree, hf_org_csapi_mm_ul_IpTriggeredUserLocation_getNextTriggeredLocationRequest_reset, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
23683 
23684         break;
23685     case Reply:
23686         switch(header->rep_status) {
23687         case NO_EXCEPTION:
23688             /*  Begin struct "org_csapi_mm_TpTriggeredLocationRequestSetEntry"  */
23689             decode_org_csapi_mm_TpTriggeredLocationRequestSetEntry_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
23690             /*  End struct "org_csapi_mm_TpTriggeredLocationRequestSetEntry"  */
23691             break;
23692         case USER_EXCEPTION:
23693             break;
23694         default:
23695             /* Unknown Exception */
23696             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
23697             break;
23698         }   /* switch(header->rep_status) */
23699 
23700         break;
23701     default:
23702         /* Unknown GIOP Message */
23703         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
23704         break;
23705     } /* switch(header->message_type) */
23706 }
23707 
23708 /*
23709  * IDL:org/csapi/mm/ulc/IpAppUserLocationCamel/locationReportRes:1.0
23710  */
23711 static void
decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)23712 decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
23713 {
23714     /* Operation specific Variable declarations Begin */
23715     guint32   u_octet4_loop_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_locations;
23716     guint32   i_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_locations;
23717     /* Operation specific Variable declarations End */
23718 
23719     switch(header->message_type) {
23720     case Request:
23721         proto_tree_add_int(tree, hf_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
23722 
23723         u_octet4_loop_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_locations = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
23724         proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_locations_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_locations);
23725 
23726         for (i_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_locations=0; i_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_locations < u_octet4_loop_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_locations; i_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_locations++) {
23727 
23728             /*  Begin struct "org_csapi_mm_TpUserLocationCamel"  */
23729             decode_org_csapi_mm_TpUserLocationCamel_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
23730             /*  End struct "org_csapi_mm_TpUserLocationCamel"  */
23731         }
23732 
23733         break;
23734     case Reply:
23735         switch(header->rep_status) {
23736         case NO_EXCEPTION:
23737             /* Function returns void */
23738 
23739             break;
23740         case USER_EXCEPTION:
23741             break;
23742         default:
23743             /* Unknown Exception */
23744             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
23745             break;
23746         }   /* switch(header->rep_status) */
23747 
23748         break;
23749     default:
23750         /* Unknown GIOP Message */
23751         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
23752         break;
23753     } /* switch(header->message_type) */
23754 }
23755 
23756 /*
23757  * IDL:org/csapi/mm/ulc/IpAppUserLocationCamel/locationReportErr:1.0
23758  */
23759 static void
decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)23760 decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
23761 {
23762     /* Operation specific Variable declarations Begin */
23763     guint32   u_octet4;
23764     /* Operation specific Variable declarations End */
23765 
23766     switch(header->message_type) {
23767     case Request:
23768         proto_tree_add_int(tree, hf_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
23769 
23770         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
23771         proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr_cause, tvb, *offset-4, 4, u_octet4);
23772 
23773         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
23774         proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr_diagnostic, tvb, *offset-4, 4, u_octet4);
23775 
23776         break;
23777     case Reply:
23778         switch(header->rep_status) {
23779         case NO_EXCEPTION:
23780             /* Function returns void */
23781 
23782             break;
23783         case USER_EXCEPTION:
23784             break;
23785         default:
23786             /* Unknown Exception */
23787             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
23788             break;
23789         }   /* switch(header->rep_status) */
23790 
23791         break;
23792     default:
23793         /* Unknown GIOP Message */
23794         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
23795         break;
23796     } /* switch(header->message_type) */
23797 }
23798 
23799 /*
23800  * IDL:org/csapi/mm/ulc/IpAppUserLocationCamel/periodicLocationReport:1.0
23801  */
23802 static void
decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)23803 decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
23804 {
23805     /* Operation specific Variable declarations Begin */
23806     guint32   u_octet4_loop_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_locations;
23807     guint32   i_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_locations;
23808     /* Operation specific Variable declarations End */
23809 
23810     switch(header->message_type) {
23811     case Request:
23812         proto_tree_add_int(tree, hf_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
23813 
23814         u_octet4_loop_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_locations = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
23815         proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_locations_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_locations);
23816 
23817         for (i_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_locations=0; i_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_locations < u_octet4_loop_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_locations; i_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_locations++) {
23818 
23819             /*  Begin struct "org_csapi_mm_TpUserLocationCamel"  */
23820             decode_org_csapi_mm_TpUserLocationCamel_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
23821             /*  End struct "org_csapi_mm_TpUserLocationCamel"  */
23822         }
23823 
23824         break;
23825     case Reply:
23826         switch(header->rep_status) {
23827         case NO_EXCEPTION:
23828             /* Function returns void */
23829 
23830             break;
23831         case USER_EXCEPTION:
23832             break;
23833         default:
23834             /* Unknown Exception */
23835             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
23836             break;
23837         }   /* switch(header->rep_status) */
23838 
23839         break;
23840     default:
23841         /* Unknown GIOP Message */
23842         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
23843         break;
23844     } /* switch(header->message_type) */
23845 }
23846 
23847 /*
23848  * IDL:org/csapi/mm/ulc/IpAppUserLocationCamel/periodicLocationReportErr:1.0
23849  */
23850 static void
decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)23851 decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
23852 {
23853     /* Operation specific Variable declarations Begin */
23854     guint32   u_octet4;
23855     /* Operation specific Variable declarations End */
23856 
23857     switch(header->message_type) {
23858     case Request:
23859         proto_tree_add_int(tree, hf_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
23860 
23861         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
23862         proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr_cause, tvb, *offset-4, 4, u_octet4);
23863 
23864         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
23865         proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr_diagnostic, tvb, *offset-4, 4, u_octet4);
23866 
23867         break;
23868     case Reply:
23869         switch(header->rep_status) {
23870         case NO_EXCEPTION:
23871             /* Function returns void */
23872 
23873             break;
23874         case USER_EXCEPTION:
23875             break;
23876         default:
23877             /* Unknown Exception */
23878             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
23879             break;
23880         }   /* switch(header->rep_status) */
23881 
23882         break;
23883     default:
23884         /* Unknown GIOP Message */
23885         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
23886         break;
23887     } /* switch(header->message_type) */
23888 }
23889 
23890 /*
23891  * IDL:org/csapi/mm/ulc/IpAppUserLocationCamel/triggeredLocationReport:1.0
23892  */
23893 static void
decode_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReport(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)23894 decode_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
23895 {
23896     switch(header->message_type) {
23897     case Request:
23898         proto_tree_add_int(tree, hf_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReport_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
23899 
23900         /*  Begin struct "org_csapi_mm_TpUserLocationCamel"  */
23901         decode_org_csapi_mm_TpUserLocationCamel_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
23902         /*  End struct "org_csapi_mm_TpUserLocationCamel"  */
23903         /*  Begin struct "org_csapi_mm_TpLocationTriggerCamel"  */
23904         decode_org_csapi_mm_TpLocationTriggerCamel_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
23905         /*  End struct "org_csapi_mm_TpLocationTriggerCamel"  */
23906         break;
23907     case Reply:
23908         switch(header->rep_status) {
23909         case NO_EXCEPTION:
23910             /* Function returns void */
23911 
23912             break;
23913         case USER_EXCEPTION:
23914             break;
23915         default:
23916             /* Unknown Exception */
23917             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
23918             break;
23919         }   /* switch(header->rep_status) */
23920 
23921         break;
23922     default:
23923         /* Unknown GIOP Message */
23924         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
23925         break;
23926     } /* switch(header->message_type) */
23927 }
23928 
23929 /*
23930  * IDL:org/csapi/mm/ulc/IpAppUserLocationCamel/triggeredLocationReportErr:1.0
23931  */
23932 static void
decode_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)23933 decode_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
23934 {
23935     /* Operation specific Variable declarations Begin */
23936     guint32   u_octet4;
23937     /* Operation specific Variable declarations End */
23938 
23939     switch(header->message_type) {
23940     case Request:
23941         proto_tree_add_int(tree, hf_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
23942 
23943         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
23944         proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr_cause, tvb, *offset-4, 4, u_octet4);
23945 
23946         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
23947         proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr_diagnostic, tvb, *offset-4, 4, u_octet4);
23948 
23949         break;
23950     case Reply:
23951         switch(header->rep_status) {
23952         case NO_EXCEPTION:
23953             /* Function returns void */
23954 
23955             break;
23956         case USER_EXCEPTION:
23957             break;
23958         default:
23959             /* Unknown Exception */
23960             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
23961             break;
23962         }   /* switch(header->rep_status) */
23963 
23964         break;
23965     default:
23966         /* Unknown GIOP Message */
23967         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
23968         break;
23969     } /* switch(header->message_type) */
23970 }
23971 
23972 /*
23973  * IDL:org/csapi/mm/ulc/IpUserLocationCamel/locationReportReq:1.0
23974  */
23975 static void
decode_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)23976 decode_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
23977 {
23978     /* Operation specific Variable declarations Begin */
23979     guint32   u_octet4_loop_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_users;
23980     guint32   i_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_users;
23981     /* Operation specific Variable declarations End */
23982 
23983     switch(header->message_type) {
23984     case Request:
23985         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
23986 
23987         u_octet4_loop_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
23988         proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_users_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_users);
23989 
23990         for (i_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_users=0; i_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_users < u_octet4_loop_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_users; i_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_users++) {
23991 
23992             /*  Begin struct "org_csapi_TpAddress"  */
23993             decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
23994             /*  End struct "org_csapi_TpAddress"  */
23995         }
23996 
23997         break;
23998     case Reply:
23999         switch(header->rep_status) {
24000         case NO_EXCEPTION:
24001             proto_tree_add_int(tree, hf_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
24002 
24003             break;
24004         case USER_EXCEPTION:
24005             break;
24006         default:
24007             /* Unknown Exception */
24008             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
24009             break;
24010         }   /* switch(header->rep_status) */
24011 
24012         break;
24013     default:
24014         /* Unknown GIOP Message */
24015         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
24016         break;
24017     } /* switch(header->message_type) */
24018 }
24019 
24020 /*
24021  * IDL:org/csapi/mm/ulc/IpUserLocationCamel/periodicLocationReportingStartReq:1.0
24022  */
24023 static void
decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)24024 decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
24025 {
24026     /* Operation specific Variable declarations Begin */
24027     guint32   u_octet4_loop_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_users;
24028     guint32   i_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_users;
24029     /* Operation specific Variable declarations End */
24030 
24031     switch(header->message_type) {
24032     case Request:
24033         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
24034 
24035         u_octet4_loop_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
24036         proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_users_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_users);
24037 
24038         for (i_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_users=0; i_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_users < u_octet4_loop_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_users; i_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_users++) {
24039 
24040             /*  Begin struct "org_csapi_TpAddress"  */
24041             decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
24042             /*  End struct "org_csapi_TpAddress"  */
24043         }
24044 
24045         proto_tree_add_int(tree, hf_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_reportingInterval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
24046 
24047         break;
24048     case Reply:
24049         switch(header->rep_status) {
24050         case NO_EXCEPTION:
24051             proto_tree_add_int(tree, hf_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
24052 
24053             break;
24054         case USER_EXCEPTION:
24055             break;
24056         default:
24057             /* Unknown Exception */
24058             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
24059             break;
24060         }   /* switch(header->rep_status) */
24061 
24062         break;
24063     default:
24064         /* Unknown GIOP Message */
24065         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
24066         break;
24067     } /* switch(header->message_type) */
24068 }
24069 
24070 /*
24071  * IDL:org/csapi/mm/ulc/IpUserLocationCamel/periodicLocationReportingStop:1.0
24072  */
24073 static void
decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStop(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)24074 decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
24075 {
24076     switch(header->message_type) {
24077     case Request:
24078         /*  Begin struct "org_csapi_mm_TpMobilityStopAssignmentData"  */
24079         decode_org_csapi_mm_TpMobilityStopAssignmentData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
24080         /*  End struct "org_csapi_mm_TpMobilityStopAssignmentData"  */
24081         break;
24082     case Reply:
24083         switch(header->rep_status) {
24084         case NO_EXCEPTION:
24085             /* Function returns void */
24086 
24087             break;
24088         case USER_EXCEPTION:
24089             break;
24090         default:
24091             /* Unknown Exception */
24092             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
24093             break;
24094         }   /* switch(header->rep_status) */
24095 
24096         break;
24097     default:
24098         /* Unknown GIOP Message */
24099         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
24100         break;
24101     } /* switch(header->message_type) */
24102 }
24103 
24104 /*
24105  * IDL:org/csapi/mm/ulc/IpUserLocationCamel/triggeredLocationReportingStartReq:1.0
24106  */
24107 static void
decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)24108 decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
24109 {
24110     /* Operation specific Variable declarations Begin */
24111     guint32   u_octet4_loop_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_users;
24112     guint32   i_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_users;
24113     /* Operation specific Variable declarations End */
24114 
24115     switch(header->message_type) {
24116     case Request:
24117         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
24118 
24119         u_octet4_loop_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
24120         proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_users_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_users);
24121 
24122         for (i_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_users=0; i_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_users < u_octet4_loop_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_users; i_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_users++) {
24123 
24124             /*  Begin struct "org_csapi_TpAddress"  */
24125             decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
24126             /*  End struct "org_csapi_TpAddress"  */
24127         }
24128 
24129         /*  Begin struct "org_csapi_mm_TpLocationTriggerCamel"  */
24130         decode_org_csapi_mm_TpLocationTriggerCamel_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
24131         /*  End struct "org_csapi_mm_TpLocationTriggerCamel"  */
24132         break;
24133     case Reply:
24134         switch(header->rep_status) {
24135         case NO_EXCEPTION:
24136             proto_tree_add_int(tree, hf_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
24137 
24138             break;
24139         case USER_EXCEPTION:
24140             break;
24141         default:
24142             /* Unknown Exception */
24143             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
24144             break;
24145         }   /* switch(header->rep_status) */
24146 
24147         break;
24148     default:
24149         /* Unknown GIOP Message */
24150         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
24151         break;
24152     } /* switch(header->message_type) */
24153 }
24154 
24155 /*
24156  * IDL:org/csapi/mm/ulc/IpUserLocationCamel/triggeredLocationReportingStop:1.0
24157  */
24158 static void
decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStop(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)24159 decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
24160 {
24161     switch(header->message_type) {
24162     case Request:
24163         /*  Begin struct "org_csapi_mm_TpMobilityStopAssignmentData"  */
24164         decode_org_csapi_mm_TpMobilityStopAssignmentData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
24165         /*  End struct "org_csapi_mm_TpMobilityStopAssignmentData"  */
24166         break;
24167     case Reply:
24168         switch(header->rep_status) {
24169         case NO_EXCEPTION:
24170             /* Function returns void */
24171 
24172             break;
24173         case USER_EXCEPTION:
24174             break;
24175         default:
24176             /* Unknown Exception */
24177             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
24178             break;
24179         }   /* switch(header->rep_status) */
24180 
24181         break;
24182     default:
24183         /* Unknown GIOP Message */
24184         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
24185         break;
24186     } /* switch(header->message_type) */
24187 }
24188 
24189 /*
24190  * IDL:org/csapi/mm/ulc/IpUserLocationCamel/getNextPeriodicLocationRequest:1.0
24191  */
24192 static void
decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextPeriodicLocationRequest(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)24193 decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextPeriodicLocationRequest(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
24194 {
24195     switch(header->message_type) {
24196     case Request:
24197         proto_tree_add_boolean(tree, hf_org_csapi_mm_ulc_IpUserLocationCamel_getNextPeriodicLocationRequest_reset, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
24198 
24199         break;
24200     case Reply:
24201         switch(header->rep_status) {
24202         case NO_EXCEPTION:
24203             /*  Begin struct "org_csapi_mm_TpPeriodicLocationRequestSetEntry"  */
24204             decode_org_csapi_mm_TpPeriodicLocationRequestSetEntry_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
24205             /*  End struct "org_csapi_mm_TpPeriodicLocationRequestSetEntry"  */
24206             break;
24207         case USER_EXCEPTION:
24208             break;
24209         default:
24210             /* Unknown Exception */
24211             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
24212             break;
24213         }   /* switch(header->rep_status) */
24214 
24215         break;
24216     default:
24217         /* Unknown GIOP Message */
24218         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
24219         break;
24220     } /* switch(header->message_type) */
24221 }
24222 
24223 /*
24224  * IDL:org/csapi/mm/ulc/IpUserLocationCamel/getNextTriggeredLocationRequest:1.0
24225  */
24226 static void
decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextTriggeredLocationRequest(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)24227 decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextTriggeredLocationRequest(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
24228 {
24229     switch(header->message_type) {
24230     case Request:
24231         proto_tree_add_boolean(tree, hf_org_csapi_mm_ulc_IpUserLocationCamel_getNextTriggeredLocationRequest_reset, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
24232 
24233         break;
24234     case Reply:
24235         switch(header->rep_status) {
24236         case NO_EXCEPTION:
24237             /*  Begin struct "org_csapi_mm_TpTriggeredLocationRequestSetEntry"  */
24238             decode_org_csapi_mm_TpTriggeredLocationRequestSetEntry_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
24239             /*  End struct "org_csapi_mm_TpTriggeredLocationRequestSetEntry"  */
24240             break;
24241         case USER_EXCEPTION:
24242             break;
24243         default:
24244             /* Unknown Exception */
24245             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
24246             break;
24247         }   /* switch(header->rep_status) */
24248 
24249         break;
24250     default:
24251         /* Unknown GIOP Message */
24252         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
24253         break;
24254     } /* switch(header->message_type) */
24255 }
24256 
24257 /*
24258  * IDL:org/csapi/mm/ule/IpAppUserLocationEmergency/emergencyLocationReport:1.0
24259  */
24260 static void
decode_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReport(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)24261 decode_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
24262 {
24263     switch(header->message_type) {
24264     case Request:
24265         proto_tree_add_int(tree, hf_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReport_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
24266 
24267         /*  Begin struct "org_csapi_mm_TpUserLocationEmergency"  */
24268         decode_org_csapi_mm_TpUserLocationEmergency_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
24269         /*  End struct "org_csapi_mm_TpUserLocationEmergency"  */
24270         break;
24271     case Reply:
24272         switch(header->rep_status) {
24273         case NO_EXCEPTION:
24274             /* Function returns void */
24275 
24276             break;
24277         case USER_EXCEPTION:
24278             break;
24279         default:
24280             /* Unknown Exception */
24281             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
24282             break;
24283         }   /* switch(header->rep_status) */
24284 
24285         break;
24286     default:
24287         /* Unknown GIOP Message */
24288         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
24289         break;
24290     } /* switch(header->message_type) */
24291 }
24292 
24293 /*
24294  * IDL:org/csapi/mm/ule/IpAppUserLocationEmergency/emergencyLocationReportErr:1.0
24295  */
24296 static void
decode_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)24297 decode_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
24298 {
24299     /* Operation specific Variable declarations Begin */
24300     guint32   u_octet4;
24301     /* Operation specific Variable declarations End */
24302 
24303     switch(header->message_type) {
24304     case Request:
24305         proto_tree_add_int(tree, hf_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
24306 
24307         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
24308         proto_tree_add_uint(tree, hf_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr_cause, tvb, *offset-4, 4, u_octet4);
24309 
24310         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
24311         proto_tree_add_uint(tree, hf_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr_diagnostic, tvb, *offset-4, 4, u_octet4);
24312 
24313         break;
24314     case Reply:
24315         switch(header->rep_status) {
24316         case NO_EXCEPTION:
24317             /* Function returns void */
24318 
24319             break;
24320         case USER_EXCEPTION:
24321             break;
24322         default:
24323             /* Unknown Exception */
24324             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
24325             break;
24326         }   /* switch(header->rep_status) */
24327 
24328         break;
24329     default:
24330         /* Unknown GIOP Message */
24331         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
24332         break;
24333     } /* switch(header->message_type) */
24334 }
24335 
24336 /*
24337  * IDL:org/csapi/mm/ule/IpUserLocationEmergency/emergencyLocationReportReq:1.0
24338  */
24339 static void
decode_org_csapi_mm_ule_IpUserLocationEmergency_emergencyLocationReportReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)24340 decode_org_csapi_mm_ule_IpUserLocationEmergency_emergencyLocationReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
24341 {
24342     switch(header->message_type) {
24343     case Request:
24344         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
24345 
24346         /*  Begin struct "org_csapi_mm_TpUserLocationEmergencyRequest"  */
24347         decode_org_csapi_mm_TpUserLocationEmergencyRequest_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
24348         /*  End struct "org_csapi_mm_TpUserLocationEmergencyRequest"  */
24349         break;
24350     case Reply:
24351         switch(header->rep_status) {
24352         case NO_EXCEPTION:
24353             proto_tree_add_int(tree, hf_org_csapi_mm_ule_IpUserLocationEmergency_emergencyLocationReportReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
24354 
24355             break;
24356         case USER_EXCEPTION:
24357             break;
24358         default:
24359             /* Unknown Exception */
24360             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
24361             break;
24362         }   /* switch(header->rep_status) */
24363 
24364         break;
24365     default:
24366         /* Unknown GIOP Message */
24367         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
24368         break;
24369     } /* switch(header->message_type) */
24370 }
24371 
24372 /*
24373  * IDL:org/csapi/mm/ule/IpUserLocationEmergency/subscribeEmergencyLocationReports:1.0
24374  */
24375 static void
decode_org_csapi_mm_ule_IpUserLocationEmergency_subscribeEmergencyLocationReports(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)24376 decode_org_csapi_mm_ule_IpUserLocationEmergency_subscribeEmergencyLocationReports(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
24377 {
24378     switch(header->message_type) {
24379     case Request:
24380         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
24381 
24382         break;
24383     case Reply:
24384         switch(header->rep_status) {
24385         case NO_EXCEPTION:
24386             proto_tree_add_int(tree, hf_org_csapi_mm_ule_IpUserLocationEmergency_subscribeEmergencyLocationReports_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
24387 
24388             break;
24389         case USER_EXCEPTION:
24390             break;
24391         default:
24392             /* Unknown Exception */
24393             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
24394             break;
24395         }   /* switch(header->rep_status) */
24396 
24397         break;
24398     default:
24399         /* Unknown GIOP Message */
24400         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
24401         break;
24402     } /* switch(header->message_type) */
24403 }
24404 
24405 /*
24406  * IDL:org/csapi/mm/ule/IpUserLocationEmergency/unSubscribeEmergencyLocationReports:1.0
24407  */
24408 static void
decode_org_csapi_mm_ule_IpUserLocationEmergency_unSubscribeEmergencyLocationReports(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)24409 decode_org_csapi_mm_ule_IpUserLocationEmergency_unSubscribeEmergencyLocationReports(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
24410 {
24411     switch(header->message_type) {
24412     case Request:
24413         proto_tree_add_int(tree, hf_org_csapi_mm_ule_IpUserLocationEmergency_unSubscribeEmergencyLocationReports_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
24414 
24415         break;
24416     case Reply:
24417         switch(header->rep_status) {
24418         case NO_EXCEPTION:
24419             /* Function returns void */
24420 
24421             break;
24422         case USER_EXCEPTION:
24423             break;
24424         default:
24425             /* Unknown Exception */
24426             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
24427             break;
24428         }   /* switch(header->rep_status) */
24429 
24430         break;
24431     default:
24432         /* Unknown GIOP Message */
24433         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
24434         break;
24435     } /* switch(header->message_type) */
24436 }
24437 
24438 /*
24439  * IDL:org/csapi/mm/us/IpAppUserStatus/statusReportRes:1.0
24440  */
24441 static void
decode_org_csapi_mm_us_IpAppUserStatus_statusReportRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)24442 decode_org_csapi_mm_us_IpAppUserStatus_statusReportRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
24443 {
24444     /* Operation specific Variable declarations Begin */
24445     guint32   u_octet4_loop_org_csapi_mm_us_IpAppUserStatus_statusReportRes_status;
24446     guint32   i_org_csapi_mm_us_IpAppUserStatus_statusReportRes_status;
24447     /* Operation specific Variable declarations End */
24448 
24449     switch(header->message_type) {
24450     case Request:
24451         proto_tree_add_int(tree, hf_org_csapi_mm_us_IpAppUserStatus_statusReportRes_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
24452 
24453         u_octet4_loop_org_csapi_mm_us_IpAppUserStatus_statusReportRes_status = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
24454         proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpAppUserStatus_statusReportRes_status_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_us_IpAppUserStatus_statusReportRes_status);
24455 
24456         for (i_org_csapi_mm_us_IpAppUserStatus_statusReportRes_status=0; i_org_csapi_mm_us_IpAppUserStatus_statusReportRes_status < u_octet4_loop_org_csapi_mm_us_IpAppUserStatus_statusReportRes_status; i_org_csapi_mm_us_IpAppUserStatus_statusReportRes_status++) {
24457 
24458             /*  Begin struct "org_csapi_mm_TpUserStatus"  */
24459             decode_org_csapi_mm_TpUserStatus_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
24460             /*  End struct "org_csapi_mm_TpUserStatus"  */
24461         }
24462 
24463         break;
24464     case Reply:
24465         switch(header->rep_status) {
24466         case NO_EXCEPTION:
24467             /* Function returns void */
24468 
24469             break;
24470         case USER_EXCEPTION:
24471             break;
24472         default:
24473             /* Unknown Exception */
24474             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
24475             break;
24476         }   /* switch(header->rep_status) */
24477 
24478         break;
24479     default:
24480         /* Unknown GIOP Message */
24481         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
24482         break;
24483     } /* switch(header->message_type) */
24484 }
24485 
24486 /*
24487  * IDL:org/csapi/mm/us/IpAppUserStatus/statusReportErr:1.0
24488  */
24489 static void
decode_org_csapi_mm_us_IpAppUserStatus_statusReportErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)24490 decode_org_csapi_mm_us_IpAppUserStatus_statusReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
24491 {
24492     /* Operation specific Variable declarations Begin */
24493     guint32   u_octet4;
24494     /* Operation specific Variable declarations End */
24495 
24496     switch(header->message_type) {
24497     case Request:
24498         proto_tree_add_int(tree, hf_org_csapi_mm_us_IpAppUserStatus_statusReportErr_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
24499 
24500         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
24501         proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpAppUserStatus_statusReportErr_cause, tvb, *offset-4, 4, u_octet4);
24502 
24503         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
24504         proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpAppUserStatus_statusReportErr_diagnostic, tvb, *offset-4, 4, u_octet4);
24505 
24506         break;
24507     case Reply:
24508         switch(header->rep_status) {
24509         case NO_EXCEPTION:
24510             /* Function returns void */
24511 
24512             break;
24513         case USER_EXCEPTION:
24514             break;
24515         default:
24516             /* Unknown Exception */
24517             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
24518             break;
24519         }   /* switch(header->rep_status) */
24520 
24521         break;
24522     default:
24523         /* Unknown GIOP Message */
24524         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
24525         break;
24526     } /* switch(header->message_type) */
24527 }
24528 
24529 /*
24530  * IDL:org/csapi/mm/us/IpAppUserStatus/triggeredStatusReport:1.0
24531  */
24532 static void
decode_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReport(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)24533 decode_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
24534 {
24535     switch(header->message_type) {
24536     case Request:
24537         proto_tree_add_int(tree, hf_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReport_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
24538 
24539         /*  Begin struct "org_csapi_mm_TpUserStatus"  */
24540         decode_org_csapi_mm_TpUserStatus_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
24541         /*  End struct "org_csapi_mm_TpUserStatus"  */
24542         break;
24543     case Reply:
24544         switch(header->rep_status) {
24545         case NO_EXCEPTION:
24546             /* Function returns void */
24547 
24548             break;
24549         case USER_EXCEPTION:
24550             break;
24551         default:
24552             /* Unknown Exception */
24553             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
24554             break;
24555         }   /* switch(header->rep_status) */
24556 
24557         break;
24558     default:
24559         /* Unknown GIOP Message */
24560         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
24561         break;
24562     } /* switch(header->message_type) */
24563 }
24564 
24565 /*
24566  * IDL:org/csapi/mm/us/IpAppUserStatus/triggeredStatusReportErr:1.0
24567  */
24568 static void
decode_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)24569 decode_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
24570 {
24571     /* Operation specific Variable declarations Begin */
24572     guint32   u_octet4;
24573     /* Operation specific Variable declarations End */
24574 
24575     switch(header->message_type) {
24576     case Request:
24577         proto_tree_add_int(tree, hf_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
24578 
24579         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
24580         proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr_cause, tvb, *offset-4, 4, u_octet4);
24581 
24582         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
24583         proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr_diagnostic, tvb, *offset-4, 4, u_octet4);
24584 
24585         break;
24586     case Reply:
24587         switch(header->rep_status) {
24588         case NO_EXCEPTION:
24589             /* Function returns void */
24590 
24591             break;
24592         case USER_EXCEPTION:
24593             break;
24594         default:
24595             /* Unknown Exception */
24596             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
24597             break;
24598         }   /* switch(header->rep_status) */
24599 
24600         break;
24601     default:
24602         /* Unknown GIOP Message */
24603         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
24604         break;
24605     } /* switch(header->message_type) */
24606 }
24607 
24608 /*
24609  * IDL:org/csapi/mm/us/IpAppUserStatus/extendedStatusReportRes:1.0
24610  */
24611 static void
decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)24612 decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
24613 {
24614     /* Operation specific Variable declarations Begin */
24615     guint32   u_octet4_loop_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_status;
24616     guint32   i_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_status;
24617     /* Operation specific Variable declarations End */
24618 
24619     switch(header->message_type) {
24620     case Request:
24621         proto_tree_add_int(tree, hf_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
24622 
24623         u_octet4_loop_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_status = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
24624         proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_status_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_status);
24625 
24626         for (i_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_status=0; i_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_status < u_octet4_loop_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_status; i_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_status++) {
24627 
24628             /*  Begin struct "org_csapi_mm_TpUserStatusExtended"  */
24629             decode_org_csapi_mm_TpUserStatusExtended_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
24630             /*  End struct "org_csapi_mm_TpUserStatusExtended"  */
24631         }
24632 
24633         break;
24634     case Reply:
24635         switch(header->rep_status) {
24636         case NO_EXCEPTION:
24637             /* Function returns void */
24638 
24639             break;
24640         case USER_EXCEPTION:
24641             break;
24642         default:
24643             /* Unknown Exception */
24644             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
24645             break;
24646         }   /* switch(header->rep_status) */
24647 
24648         break;
24649     default:
24650         /* Unknown GIOP Message */
24651         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
24652         break;
24653     } /* switch(header->message_type) */
24654 }
24655 
24656 /*
24657  * IDL:org/csapi/mm/us/IpAppUserStatus/extendedStatusReportErr:1.0
24658  */
24659 static void
decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)24660 decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
24661 {
24662     /* Operation specific Variable declarations Begin */
24663     guint32   u_octet4;
24664     /* Operation specific Variable declarations End */
24665 
24666     switch(header->message_type) {
24667     case Request:
24668         proto_tree_add_int(tree, hf_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
24669 
24670         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
24671         proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr_cause, tvb, *offset-4, 4, u_octet4);
24672 
24673         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
24674         proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr_diagnostic, tvb, *offset-4, 4, u_octet4);
24675 
24676         break;
24677     case Reply:
24678         switch(header->rep_status) {
24679         case NO_EXCEPTION:
24680             /* Function returns void */
24681 
24682             break;
24683         case USER_EXCEPTION:
24684             break;
24685         default:
24686             /* Unknown Exception */
24687             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
24688             break;
24689         }   /* switch(header->rep_status) */
24690 
24691         break;
24692     default:
24693         /* Unknown GIOP Message */
24694         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
24695         break;
24696     } /* switch(header->message_type) */
24697 }
24698 
24699 /*
24700  * IDL:org/csapi/mm/us/IpAppUserStatus/extTriggeredStatusReport:1.0
24701  */
24702 static void
decode_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReport(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)24703 decode_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
24704 {
24705     switch(header->message_type) {
24706     case Request:
24707         proto_tree_add_int(tree, hf_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReport_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
24708 
24709         /*  Begin struct "org_csapi_mm_TpUserStatusExtended"  */
24710         decode_org_csapi_mm_TpUserStatusExtended_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
24711         /*  End struct "org_csapi_mm_TpUserStatusExtended"  */
24712         break;
24713     case Reply:
24714         switch(header->rep_status) {
24715         case NO_EXCEPTION:
24716             /* Function returns void */
24717 
24718             break;
24719         case USER_EXCEPTION:
24720             break;
24721         default:
24722             /* Unknown Exception */
24723             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
24724             break;
24725         }   /* switch(header->rep_status) */
24726 
24727         break;
24728     default:
24729         /* Unknown GIOP Message */
24730         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
24731         break;
24732     } /* switch(header->message_type) */
24733 }
24734 
24735 /*
24736  * IDL:org/csapi/mm/us/IpAppUserStatus/extTriggeredStatusReportErr:1.0
24737  */
24738 static void
decode_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)24739 decode_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
24740 {
24741     /* Operation specific Variable declarations Begin */
24742     guint32   u_octet4;
24743     /* Operation specific Variable declarations End */
24744 
24745     switch(header->message_type) {
24746     case Request:
24747         proto_tree_add_int(tree, hf_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
24748 
24749         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
24750         proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr_cause, tvb, *offset-4, 4, u_octet4);
24751 
24752         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
24753         proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr_diagnostic, tvb, *offset-4, 4, u_octet4);
24754 
24755         break;
24756     case Reply:
24757         switch(header->rep_status) {
24758         case NO_EXCEPTION:
24759             /* Function returns void */
24760 
24761             break;
24762         case USER_EXCEPTION:
24763             break;
24764         default:
24765             /* Unknown Exception */
24766             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
24767             break;
24768         }   /* switch(header->rep_status) */
24769 
24770         break;
24771     default:
24772         /* Unknown GIOP Message */
24773         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
24774         break;
24775     } /* switch(header->message_type) */
24776 }
24777 
24778 /*
24779  * IDL:org/csapi/mm/us/IpUserStatus/statusReportReq:1.0
24780  */
24781 static void
decode_org_csapi_mm_us_IpUserStatus_statusReportReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)24782 decode_org_csapi_mm_us_IpUserStatus_statusReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
24783 {
24784     /* Operation specific Variable declarations Begin */
24785     guint32   u_octet4_loop_org_csapi_mm_us_IpUserStatus_statusReportReq_users;
24786     guint32   i_org_csapi_mm_us_IpUserStatus_statusReportReq_users;
24787     /* Operation specific Variable declarations End */
24788 
24789     switch(header->message_type) {
24790     case Request:
24791         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
24792 
24793         u_octet4_loop_org_csapi_mm_us_IpUserStatus_statusReportReq_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
24794         proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpUserStatus_statusReportReq_users_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_us_IpUserStatus_statusReportReq_users);
24795 
24796         for (i_org_csapi_mm_us_IpUserStatus_statusReportReq_users=0; i_org_csapi_mm_us_IpUserStatus_statusReportReq_users < u_octet4_loop_org_csapi_mm_us_IpUserStatus_statusReportReq_users; i_org_csapi_mm_us_IpUserStatus_statusReportReq_users++) {
24797 
24798             /*  Begin struct "org_csapi_TpAddress"  */
24799             decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
24800             /*  End struct "org_csapi_TpAddress"  */
24801         }
24802 
24803         break;
24804     case Reply:
24805         switch(header->rep_status) {
24806         case NO_EXCEPTION:
24807             proto_tree_add_int(tree, hf_org_csapi_mm_us_IpUserStatus_statusReportReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
24808 
24809             break;
24810         case USER_EXCEPTION:
24811             break;
24812         default:
24813             /* Unknown Exception */
24814             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
24815             break;
24816         }   /* switch(header->rep_status) */
24817 
24818         break;
24819     default:
24820         /* Unknown GIOP Message */
24821         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
24822         break;
24823     } /* switch(header->message_type) */
24824 }
24825 
24826 /*
24827  * IDL:org/csapi/mm/us/IpUserStatus/triggeredStatusReportingStartReq:1.0
24828  */
24829 static void
decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)24830 decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
24831 {
24832     /* Operation specific Variable declarations Begin */
24833     guint32   u_octet4_loop_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_users;
24834     guint32   i_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_users;
24835     /* Operation specific Variable declarations End */
24836 
24837     switch(header->message_type) {
24838     case Request:
24839         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
24840 
24841         u_octet4_loop_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
24842         proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_users_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_users);
24843 
24844         for (i_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_users=0; i_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_users < u_octet4_loop_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_users; i_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_users++) {
24845 
24846             /*  Begin struct "org_csapi_TpAddress"  */
24847             decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
24848             /*  End struct "org_csapi_TpAddress"  */
24849         }
24850 
24851         break;
24852     case Reply:
24853         switch(header->rep_status) {
24854         case NO_EXCEPTION:
24855             proto_tree_add_int(tree, hf_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
24856 
24857             break;
24858         case USER_EXCEPTION:
24859             break;
24860         default:
24861             /* Unknown Exception */
24862             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
24863             break;
24864         }   /* switch(header->rep_status) */
24865 
24866         break;
24867     default:
24868         /* Unknown GIOP Message */
24869         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
24870         break;
24871     } /* switch(header->message_type) */
24872 }
24873 
24874 /*
24875  * IDL:org/csapi/mm/us/IpUserStatus/triggeredStatusReportingStop:1.0
24876  */
24877 static void
decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStop(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)24878 decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
24879 {
24880     switch(header->message_type) {
24881     case Request:
24882         /*  Begin struct "org_csapi_mm_TpMobilityStopAssignmentData"  */
24883         decode_org_csapi_mm_TpMobilityStopAssignmentData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
24884         /*  End struct "org_csapi_mm_TpMobilityStopAssignmentData"  */
24885         break;
24886     case Reply:
24887         switch(header->rep_status) {
24888         case NO_EXCEPTION:
24889             /* Function returns void */
24890 
24891             break;
24892         case USER_EXCEPTION:
24893             break;
24894         default:
24895             /* Unknown Exception */
24896             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
24897             break;
24898         }   /* switch(header->rep_status) */
24899 
24900         break;
24901     default:
24902         /* Unknown GIOP Message */
24903         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
24904         break;
24905     } /* switch(header->message_type) */
24906 }
24907 
24908 /*
24909  * IDL:org/csapi/mm/us/IpUserStatus/getNextTriggeredStatusRequest:1.0
24910  */
24911 static void
decode_org_csapi_mm_us_IpUserStatus_getNextTriggeredStatusRequest(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)24912 decode_org_csapi_mm_us_IpUserStatus_getNextTriggeredStatusRequest(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
24913 {
24914     switch(header->message_type) {
24915     case Request:
24916         proto_tree_add_boolean(tree, hf_org_csapi_mm_us_IpUserStatus_getNextTriggeredStatusRequest_reset, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
24917 
24918         break;
24919     case Reply:
24920         switch(header->rep_status) {
24921         case NO_EXCEPTION:
24922             /*  Begin struct "org_csapi_mm_TpTriggeredStatusRequestSetEntry"  */
24923             decode_org_csapi_mm_TpTriggeredStatusRequestSetEntry_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
24924             /*  End struct "org_csapi_mm_TpTriggeredStatusRequestSetEntry"  */
24925             break;
24926         case USER_EXCEPTION:
24927             break;
24928         default:
24929             /* Unknown Exception */
24930             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
24931             break;
24932         }   /* switch(header->rep_status) */
24933 
24934         break;
24935     default:
24936         /* Unknown GIOP Message */
24937         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
24938         break;
24939     } /* switch(header->message_type) */
24940 }
24941 
24942 /*
24943  * IDL:org/csapi/mm/us/IpUserStatus/extendedStatusReportReq:1.0
24944  */
24945 static void
decode_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)24946 decode_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
24947 {
24948     /* Operation specific Variable declarations Begin */
24949     guint32   u_octet4_loop_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_users;
24950     guint32   i_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_users;
24951     /* Operation specific Variable declarations End */
24952 
24953     switch(header->message_type) {
24954     case Request:
24955         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
24956 
24957         u_octet4_loop_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
24958         proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_users_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_users);
24959 
24960         for (i_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_users=0; i_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_users < u_octet4_loop_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_users; i_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_users++) {
24961 
24962             /*  Begin struct "org_csapi_TpAddress"  */
24963             decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
24964             /*  End struct "org_csapi_TpAddress"  */
24965         }
24966 
24967         break;
24968     case Reply:
24969         switch(header->rep_status) {
24970         case NO_EXCEPTION:
24971             proto_tree_add_int(tree, hf_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
24972 
24973             break;
24974         case USER_EXCEPTION:
24975             break;
24976         default:
24977             /* Unknown Exception */
24978             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
24979             break;
24980         }   /* switch(header->rep_status) */
24981 
24982         break;
24983     default:
24984         /* Unknown GIOP Message */
24985         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
24986         break;
24987     } /* switch(header->message_type) */
24988 }
24989 
24990 /*
24991  * IDL:org/csapi/mm/us/IpUserStatus/extTriggeredStatusReportingStartReq:1.0
24992  */
24993 static void
decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)24994 decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
24995 {
24996     /* Operation specific Variable declarations Begin */
24997     guint32   u_octet4_loop_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_users;
24998     guint32   i_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_users;
24999     /* Operation specific Variable declarations End */
25000 
25001     switch(header->message_type) {
25002     case Request:
25003         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
25004 
25005         u_octet4_loop_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
25006         proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_users_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_users);
25007 
25008         for (i_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_users=0; i_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_users < u_octet4_loop_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_users; i_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_users++) {
25009 
25010             /*  Begin struct "org_csapi_TpAddress"  */
25011             decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
25012             /*  End struct "org_csapi_TpAddress"  */
25013         }
25014 
25015         break;
25016     case Reply:
25017         switch(header->rep_status) {
25018         case NO_EXCEPTION:
25019             proto_tree_add_int(tree, hf_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
25020 
25021             break;
25022         case USER_EXCEPTION:
25023             break;
25024         default:
25025             /* Unknown Exception */
25026             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
25027             break;
25028         }   /* switch(header->rep_status) */
25029 
25030         break;
25031     default:
25032         /* Unknown GIOP Message */
25033         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
25034         break;
25035     } /* switch(header->message_type) */
25036 }
25037 
25038 /*
25039  * IDL:org/csapi/mm/us/IpUserStatus/extTriggeredStatusReportingStop:1.0
25040  */
25041 static void
decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStop(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)25042 decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
25043 {
25044     switch(header->message_type) {
25045     case Request:
25046         /*  Begin struct "org_csapi_mm_TpMobilityStopAssignmentData"  */
25047         decode_org_csapi_mm_TpMobilityStopAssignmentData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
25048         /*  End struct "org_csapi_mm_TpMobilityStopAssignmentData"  */
25049         break;
25050     case Reply:
25051         switch(header->rep_status) {
25052         case NO_EXCEPTION:
25053             /* Function returns void */
25054 
25055             break;
25056         case USER_EXCEPTION:
25057             break;
25058         default:
25059             /* Unknown Exception */
25060             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
25061             break;
25062         }   /* switch(header->rep_status) */
25063 
25064         break;
25065     default:
25066         /* Unknown GIOP Message */
25067         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
25068         break;
25069     } /* switch(header->message_type) */
25070 }
25071 
25072 /*
25073  * IDL:org/csapi/mm/ub/IpAppUserBinding/triggeredBindingRequestNotification:1.0
25074  */
25075 static void
decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)25076 decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
25077 {
25078     /* Operation specific Variable declarations Begin */
25079     guint32   u_octet4_loop_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation;
25080     guint32   i_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation;
25081     guint32   u_octet4_loop_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return;
25082     guint32   i_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return;
25083     /* Operation specific Variable declarations End */
25084 
25085     switch(header->message_type) {
25086     case Request:
25087         proto_tree_add_int(tree, hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
25088 
25089         /*  Begin struct "org_csapi_TpAddress"  */
25090         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
25091         /*  End struct "org_csapi_TpAddress"  */
25092         u_octet4_loop_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
25093         proto_tree_add_uint(tree, hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation);
25094 
25095         for (i_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation=0; i_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation < u_octet4_loop_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation; i_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation++) {
25096 
25097             u_octet4_loop_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
25098             proto_tree_add_uint(tree, hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation);
25099 
25100             for (i_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation=0; i_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation < u_octet4_loop_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation; i_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation++) {
25101 
25102                 /*  Begin union "org_csapi_mm_TpBindingEntry"  */
25103                 decode_org_csapi_mm_TpBindingEntry_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
25104 
25105                 /*  End union "org_csapi_mm_TpBindingEntry"  */
25106             }
25107 
25108         }
25109 
25110         break;
25111     case Reply:
25112         switch(header->rep_status) {
25113         case NO_EXCEPTION:
25114             u_octet4_loop_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
25115             proto_tree_add_uint(tree, hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return);
25116 
25117             for (i_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return=0; i_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return < u_octet4_loop_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return; i_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return++) {
25118 
25119                 u_octet4_loop_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
25120                 proto_tree_add_uint(tree, hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return);
25121 
25122                 for (i_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return=0; i_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return < u_octet4_loop_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return; i_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return++) {
25123 
25124                     /*  Begin union "org_csapi_mm_TpBindingEntry"  */
25125                     decode_org_csapi_mm_TpBindingEntry_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
25126 
25127                     /*  End union "org_csapi_mm_TpBindingEntry"  */
25128                 }
25129 
25130             }
25131 
25132             break;
25133         case USER_EXCEPTION:
25134             break;
25135         default:
25136             /* Unknown Exception */
25137             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
25138             break;
25139         }   /* switch(header->rep_status) */
25140 
25141         break;
25142     default:
25143         /* Unknown GIOP Message */
25144         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
25145         break;
25146     } /* switch(header->message_type) */
25147 }
25148 
25149 /*
25150  * IDL:org/csapi/mm/ub/IpAppUserBinding/triggeredBindingRequestNotificationStartErr:1.0
25151  */
25152 static void
decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)25153 decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
25154 {
25155     /* Operation specific Variable declarations Begin */
25156     guint32   u_octet4;
25157     /* Operation specific Variable declarations End */
25158 
25159     switch(header->message_type) {
25160     case Request:
25161         proto_tree_add_int(tree, hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
25162 
25163         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
25164         proto_tree_add_uint(tree, hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr_cause, tvb, *offset-4, 4, u_octet4);
25165 
25166         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
25167         proto_tree_add_uint(tree, hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr_diagnostic, tvb, *offset-4, 4, u_octet4);
25168 
25169         break;
25170     case Reply:
25171         switch(header->rep_status) {
25172         case NO_EXCEPTION:
25173             /* Function returns void */
25174 
25175             break;
25176         case USER_EXCEPTION:
25177             break;
25178         default:
25179             /* Unknown Exception */
25180             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
25181             break;
25182         }   /* switch(header->rep_status) */
25183 
25184         break;
25185     default:
25186         /* Unknown GIOP Message */
25187         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
25188         break;
25189     } /* switch(header->message_type) */
25190 }
25191 
25192 /*
25193  * IDL:org/csapi/mm/ub/IpUserBinding/triggeredBindingRequestNotificationStartReq:1.0
25194  */
25195 static void
decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)25196 decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
25197 {
25198     /* Operation specific Variable declarations Begin */
25199     guint32   u_octet4_loop_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_users;
25200     guint32   i_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_users;
25201     guint32   u_octet4_loop_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_criteria;
25202     guint32   i_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_criteria;
25203     /* Operation specific Variable declarations End */
25204 
25205     switch(header->message_type) {
25206     case Request:
25207         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
25208 
25209         u_octet4_loop_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
25210         proto_tree_add_uint(tree, hf_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_users_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_users);
25211 
25212         for (i_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_users=0; i_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_users < u_octet4_loop_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_users; i_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_users++) {
25213 
25214             /*  Begin struct "org_csapi_TpAddress"  */
25215             decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
25216             /*  End struct "org_csapi_TpAddress"  */
25217         }
25218 
25219         u_octet4_loop_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_criteria = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
25220         proto_tree_add_uint(tree, hf_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_criteria_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_criteria);
25221 
25222         for (i_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_criteria=0; i_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_criteria < u_octet4_loop_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_criteria; i_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_criteria++) {
25223 
25224             /*  Begin struct "org_csapi_mm_TpBindingNotificationCriteria"  */
25225             decode_org_csapi_mm_TpBindingNotificationCriteria_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
25226             /*  End struct "org_csapi_mm_TpBindingNotificationCriteria"  */
25227         }
25228 
25229         break;
25230     case Reply:
25231         switch(header->rep_status) {
25232         case NO_EXCEPTION:
25233             proto_tree_add_int(tree, hf_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
25234 
25235             break;
25236         case USER_EXCEPTION:
25237             break;
25238         default:
25239             /* Unknown Exception */
25240             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
25241             break;
25242         }   /* switch(header->rep_status) */
25243 
25244         break;
25245     default:
25246         /* Unknown GIOP Message */
25247         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
25248         break;
25249     } /* switch(header->message_type) */
25250 }
25251 
25252 /*
25253  * IDL:org/csapi/mm/ub/IpUserBinding/triggeredBindingRequestNotificationStop:1.0
25254  */
25255 static void
decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStop(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)25256 decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
25257 {
25258     switch(header->message_type) {
25259     case Request:
25260         proto_tree_add_int(tree, hf_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStop_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
25261 
25262         break;
25263     case Reply:
25264         switch(header->rep_status) {
25265         case NO_EXCEPTION:
25266             /* Function returns void */
25267 
25268             break;
25269         case USER_EXCEPTION:
25270             break;
25271         default:
25272             /* Unknown Exception */
25273             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
25274             break;
25275         }   /* switch(header->rep_status) */
25276 
25277         break;
25278     default:
25279         /* Unknown GIOP Message */
25280         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
25281         break;
25282     } /* switch(header->message_type) */
25283 }
25284 
25285 /*
25286  * IDL:org/csapi/termcap/IpTerminalCapabilities/getTerminalCapabilities:1.0
25287  */
25288 static void
decode_org_csapi_termcap_IpTerminalCapabilities_getTerminalCapabilities(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)25289 decode_org_csapi_termcap_IpTerminalCapabilities_getTerminalCapabilities(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
25290 {
25291     switch(header->message_type) {
25292     case Request:
25293         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_termcap_IpTerminalCapabilities_getTerminalCapabilities_terminalIdentity);
25294 
25295         break;
25296     case Reply:
25297         switch(header->rep_status) {
25298         case NO_EXCEPTION:
25299             /*  Begin struct "org_csapi_termcap_TpTerminalCapabilities"  */
25300             decode_org_csapi_termcap_TpTerminalCapabilities_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
25301             /*  End struct "org_csapi_termcap_TpTerminalCapabilities"  */
25302             break;
25303         case USER_EXCEPTION:
25304             break;
25305         default:
25306             /* Unknown Exception */
25307             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
25308             break;
25309         }   /* switch(header->rep_status) */
25310 
25311         break;
25312     default:
25313         /* Unknown GIOP Message */
25314         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
25315         break;
25316     } /* switch(header->message_type) */
25317 }
25318 
25319 /*
25320  * IDL:org/csapi/termcap/IpAppExtendedTerminalCapabilities/triggeredTerminalCapabilityReport:1.0
25321  */
25322 static void
decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)25323 decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
25324 {
25325     /* Operation specific Variable declarations Begin */
25326     guint32   u_octet4_loop_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_terminals;
25327     guint32   i_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_terminals;
25328     /* Operation specific Variable declarations End */
25329 
25330     switch(header->message_type) {
25331     case Request:
25332         proto_tree_add_int(tree, hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
25333 
25334         u_octet4_loop_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_terminals = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
25335         proto_tree_add_uint(tree, hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_terminals_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_terminals);
25336 
25337         for (i_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_terminals=0; i_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_terminals < u_octet4_loop_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_terminals; i_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_terminals++) {
25338 
25339             /*  Begin struct "org_csapi_TpAddress"  */
25340             decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
25341             /*  End struct "org_csapi_TpAddress"  */
25342         }
25343 
25344         proto_tree_add_int(tree, hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_criteria, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
25345 
25346         /*  Begin struct "org_csapi_termcap_TpTerminalCapabilities"  */
25347         decode_org_csapi_termcap_TpTerminalCapabilities_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
25348         /*  End struct "org_csapi_termcap_TpTerminalCapabilities"  */
25349         break;
25350     case Reply:
25351         switch(header->rep_status) {
25352         case NO_EXCEPTION:
25353             /* Function returns void */
25354 
25355             break;
25356         case USER_EXCEPTION:
25357             break;
25358         default:
25359             /* Unknown Exception */
25360             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
25361             break;
25362         }   /* switch(header->rep_status) */
25363 
25364         break;
25365     default:
25366         /* Unknown GIOP Message */
25367         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
25368         break;
25369     } /* switch(header->message_type) */
25370 }
25371 
25372 /*
25373  * IDL:org/csapi/termcap/IpAppExtendedTerminalCapabilities/triggeredTerminalCapabilityReportErr:1.0
25374  */
25375 static void
decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)25376 decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
25377 {
25378     /* Operation specific Variable declarations Begin */
25379     guint32   u_octet4_loop_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_terminals;
25380     guint32   i_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_terminals;
25381     guint32   u_octet4;
25382     /* Operation specific Variable declarations End */
25383 
25384     switch(header->message_type) {
25385     case Request:
25386         proto_tree_add_int(tree, hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
25387 
25388         u_octet4_loop_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_terminals = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
25389         proto_tree_add_uint(tree, hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_terminals_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_terminals);
25390 
25391         for (i_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_terminals=0; i_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_terminals < u_octet4_loop_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_terminals; i_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_terminals++) {
25392 
25393             /*  Begin struct "org_csapi_TpAddress"  */
25394             decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
25395             /*  End struct "org_csapi_TpAddress"  */
25396         }
25397 
25398         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
25399         proto_tree_add_uint(tree, hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_cause, tvb, *offset-4, 4, u_octet4);
25400 
25401         break;
25402     case Reply:
25403         switch(header->rep_status) {
25404         case NO_EXCEPTION:
25405             /* Function returns void */
25406 
25407             break;
25408         case USER_EXCEPTION:
25409             break;
25410         default:
25411             /* Unknown Exception */
25412             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
25413             break;
25414         }   /* switch(header->rep_status) */
25415 
25416         break;
25417     default:
25418         /* Unknown GIOP Message */
25419         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
25420         break;
25421     } /* switch(header->message_type) */
25422 }
25423 
25424 /*
25425  * IDL:org/csapi/termcap/IpExtendedTerminalCapabilities/triggeredTerminalCapabilityStartReq:1.0
25426  */
25427 static void
decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)25428 decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
25429 {
25430     /* Operation specific Variable declarations Begin */
25431     guint32   u_octet4_loop_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_terminals;
25432     guint32   i_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_terminals;
25433     /* Operation specific Variable declarations End */
25434 
25435     switch(header->message_type) {
25436     case Request:
25437         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
25438 
25439         u_octet4_loop_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_terminals = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
25440         proto_tree_add_uint(tree, hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_terminals_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_terminals);
25441 
25442         for (i_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_terminals=0; i_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_terminals < u_octet4_loop_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_terminals; i_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_terminals++) {
25443 
25444             /*  Begin struct "org_csapi_TpAddress"  */
25445             decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
25446             /*  End struct "org_csapi_TpAddress"  */
25447         }
25448 
25449         /*  Begin struct "org_csapi_termcap_TpTerminalCapabilityScope"  */
25450         decode_org_csapi_termcap_TpTerminalCapabilityScope_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
25451         /*  End struct "org_csapi_termcap_TpTerminalCapabilityScope"  */
25452         proto_tree_add_int(tree, hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_criteria, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
25453 
25454         break;
25455     case Reply:
25456         switch(header->rep_status) {
25457         case NO_EXCEPTION:
25458             proto_tree_add_int(tree, hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
25459 
25460             break;
25461         case USER_EXCEPTION:
25462             break;
25463         default:
25464             /* Unknown Exception */
25465             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
25466             break;
25467         }   /* switch(header->rep_status) */
25468 
25469         break;
25470     default:
25471         /* Unknown GIOP Message */
25472         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
25473         break;
25474     } /* switch(header->message_type) */
25475 }
25476 
25477 /*
25478  * IDL:org/csapi/termcap/IpExtendedTerminalCapabilities/triggeredTerminalCapabilityStop:1.0
25479  */
25480 static void
decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStop(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)25481 decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
25482 {
25483     switch(header->message_type) {
25484     case Request:
25485         proto_tree_add_int(tree, hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStop_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
25486 
25487         break;
25488     case Reply:
25489         switch(header->rep_status) {
25490         case NO_EXCEPTION:
25491             /* Function returns void */
25492 
25493             break;
25494         case USER_EXCEPTION:
25495             break;
25496         default:
25497             /* Unknown Exception */
25498             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
25499             break;
25500         }   /* switch(header->rep_status) */
25501 
25502         break;
25503     default:
25504         /* Unknown GIOP Message */
25505         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
25506         break;
25507     } /* switch(header->message_type) */
25508 }
25509 
25510 /*
25511  * IDL:org/csapi/dsc/IpAppDataSession/connectRes:1.0
25512  */
25513 static void
decode_org_csapi_dsc_IpAppDataSession_connectRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)25514 decode_org_csapi_dsc_IpAppDataSession_connectRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
25515 {
25516     switch(header->message_type) {
25517     case Request:
25518         proto_tree_add_int(tree, hf_org_csapi_dsc_IpAppDataSession_connectRes_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
25519 
25520         /*  Begin struct "org_csapi_dsc_TpDataSessionReport"  */
25521         decode_org_csapi_dsc_TpDataSessionReport_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
25522         /*  End struct "org_csapi_dsc_TpDataSessionReport"  */
25523         proto_tree_add_int(tree, hf_org_csapi_dsc_IpAppDataSession_connectRes_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
25524 
25525         break;
25526     case Reply:
25527         switch(header->rep_status) {
25528         case NO_EXCEPTION:
25529             /* Function returns void */
25530 
25531             break;
25532         case USER_EXCEPTION:
25533             break;
25534         default:
25535             /* Unknown Exception */
25536             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
25537             break;
25538         }   /* switch(header->rep_status) */
25539 
25540         break;
25541     default:
25542         /* Unknown GIOP Message */
25543         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
25544         break;
25545     } /* switch(header->message_type) */
25546 }
25547 
25548 /*
25549  * IDL:org/csapi/dsc/IpAppDataSession/connectErr:1.0
25550  */
25551 static void
decode_org_csapi_dsc_IpAppDataSession_connectErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)25552 decode_org_csapi_dsc_IpAppDataSession_connectErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
25553 {
25554     switch(header->message_type) {
25555     case Request:
25556         proto_tree_add_int(tree, hf_org_csapi_dsc_IpAppDataSession_connectErr_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
25557 
25558         /*  Begin struct "org_csapi_dsc_TpDataSessionError"  */
25559         decode_org_csapi_dsc_TpDataSessionError_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
25560         /*  End struct "org_csapi_dsc_TpDataSessionError"  */
25561         proto_tree_add_int(tree, hf_org_csapi_dsc_IpAppDataSession_connectErr_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
25562 
25563         break;
25564     case Reply:
25565         switch(header->rep_status) {
25566         case NO_EXCEPTION:
25567             /* Function returns void */
25568 
25569             break;
25570         case USER_EXCEPTION:
25571             break;
25572         default:
25573             /* Unknown Exception */
25574             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
25575             break;
25576         }   /* switch(header->rep_status) */
25577 
25578         break;
25579     default:
25580         /* Unknown GIOP Message */
25581         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
25582         break;
25583     } /* switch(header->message_type) */
25584 }
25585 
25586 /*
25587  * IDL:org/csapi/dsc/IpAppDataSession/superviseDataSessionRes:1.0
25588  */
25589 static void
decode_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)25590 decode_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
25591 {
25592     /* Operation specific Variable declarations Begin */
25593     guint32   u_octet4;
25594     /* Operation specific Variable declarations End */
25595 
25596     switch(header->message_type) {
25597     case Request:
25598         proto_tree_add_int(tree, hf_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
25599 
25600         proto_tree_add_int(tree, hf_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes_report, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
25601 
25602         /*  Begin struct "org_csapi_dsc_TpDataSessionSuperviseVolume"  */
25603         decode_org_csapi_dsc_TpDataSessionSuperviseVolume_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
25604         /*  End struct "org_csapi_dsc_TpDataSessionSuperviseVolume"  */
25605         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
25606         proto_tree_add_uint(tree, hf_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes_qualityOfService, tvb, *offset-4, 4, u_octet4);
25607 
25608         break;
25609     case Reply:
25610         switch(header->rep_status) {
25611         case NO_EXCEPTION:
25612             /* Function returns void */
25613 
25614             break;
25615         case USER_EXCEPTION:
25616             break;
25617         default:
25618             /* Unknown Exception */
25619             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
25620             break;
25621         }   /* switch(header->rep_status) */
25622 
25623         break;
25624     default:
25625         /* Unknown GIOP Message */
25626         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
25627         break;
25628     } /* switch(header->message_type) */
25629 }
25630 
25631 /*
25632  * IDL:org/csapi/dsc/IpAppDataSession/superviseDataSessionErr:1.0
25633  */
25634 static void
decode_org_csapi_dsc_IpAppDataSession_superviseDataSessionErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)25635 decode_org_csapi_dsc_IpAppDataSession_superviseDataSessionErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
25636 {
25637     switch(header->message_type) {
25638     case Request:
25639         proto_tree_add_int(tree, hf_org_csapi_dsc_IpAppDataSession_superviseDataSessionErr_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
25640 
25641         /*  Begin struct "org_csapi_dsc_TpDataSessionError"  */
25642         decode_org_csapi_dsc_TpDataSessionError_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
25643         /*  End struct "org_csapi_dsc_TpDataSessionError"  */
25644         break;
25645     case Reply:
25646         switch(header->rep_status) {
25647         case NO_EXCEPTION:
25648             /* Function returns void */
25649 
25650             break;
25651         case USER_EXCEPTION:
25652             break;
25653         default:
25654             /* Unknown Exception */
25655             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
25656             break;
25657         }   /* switch(header->rep_status) */
25658 
25659         break;
25660     default:
25661         /* Unknown GIOP Message */
25662         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
25663         break;
25664     } /* switch(header->message_type) */
25665 }
25666 
25667 /*
25668  * IDL:org/csapi/dsc/IpAppDataSession/dataSessionFaultDetected:1.0
25669  */
25670 static void
decode_org_csapi_dsc_IpAppDataSession_dataSessionFaultDetected(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)25671 decode_org_csapi_dsc_IpAppDataSession_dataSessionFaultDetected(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
25672 {
25673     /* Operation specific Variable declarations Begin */
25674     guint32   u_octet4;
25675     /* Operation specific Variable declarations End */
25676 
25677     switch(header->message_type) {
25678     case Request:
25679         proto_tree_add_int(tree, hf_org_csapi_dsc_IpAppDataSession_dataSessionFaultDetected_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
25680 
25681         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
25682         proto_tree_add_uint(tree, hf_org_csapi_dsc_IpAppDataSession_dataSessionFaultDetected_fault, tvb, *offset-4, 4, u_octet4);
25683 
25684         break;
25685     case Reply:
25686         switch(header->rep_status) {
25687         case NO_EXCEPTION:
25688             /* Function returns void */
25689 
25690             break;
25691         case USER_EXCEPTION:
25692             break;
25693         default:
25694             /* Unknown Exception */
25695             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
25696             break;
25697         }   /* switch(header->rep_status) */
25698 
25699         break;
25700     default:
25701         /* Unknown GIOP Message */
25702         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
25703         break;
25704     } /* switch(header->message_type) */
25705 }
25706 
25707 /*
25708  * IDL:org/csapi/dsc/IpAppDataSessionControlManager/dataSessionAborted:1.0
25709  */
25710 static void
decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionAborted(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)25711 decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionAborted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
25712 {
25713     switch(header->message_type) {
25714     case Request:
25715         proto_tree_add_int(tree, hf_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionAborted_dataSession, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
25716 
25717         break;
25718     case Reply:
25719         switch(header->rep_status) {
25720         case NO_EXCEPTION:
25721             /* Function returns void */
25722 
25723             break;
25724         case USER_EXCEPTION:
25725             break;
25726         default:
25727             /* Unknown Exception */
25728             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
25729             break;
25730         }   /* switch(header->rep_status) */
25731 
25732         break;
25733     default:
25734         /* Unknown GIOP Message */
25735         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
25736         break;
25737     } /* switch(header->message_type) */
25738 }
25739 
25740 /*
25741  * IDL:org/csapi/dsc/IpAppDataSessionControlManager/reportNotification:1.0
25742  */
25743 static void
decode_org_csapi_dsc_IpAppDataSessionControlManager_reportNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)25744 decode_org_csapi_dsc_IpAppDataSessionControlManager_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
25745 {
25746     switch(header->message_type) {
25747     case Request:
25748         /*  Begin struct "org_csapi_dsc_TpDataSessionIdentifier"  */
25749         decode_org_csapi_dsc_TpDataSessionIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
25750         /*  End struct "org_csapi_dsc_TpDataSessionIdentifier"  */
25751         /*  Begin struct "org_csapi_dsc_TpDataSessionEventInfo"  */
25752         decode_org_csapi_dsc_TpDataSessionEventInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
25753         /*  End struct "org_csapi_dsc_TpDataSessionEventInfo"  */
25754         proto_tree_add_int(tree, hf_org_csapi_dsc_IpAppDataSessionControlManager_reportNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
25755 
25756         break;
25757     case Reply:
25758         switch(header->rep_status) {
25759         case NO_EXCEPTION:
25760             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
25761 
25762             break;
25763         case USER_EXCEPTION:
25764             break;
25765         default:
25766             /* Unknown Exception */
25767             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
25768             break;
25769         }   /* switch(header->rep_status) */
25770 
25771         break;
25772     default:
25773         /* Unknown GIOP Message */
25774         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
25775         break;
25776     } /* switch(header->message_type) */
25777 }
25778 
25779 /*
25780  * IDL:org/csapi/dsc/IpAppDataSessionControlManager/dataSessionNotificationContinued:1.0
25781  */
25782 static void
decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationContinued(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)25783 decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationContinued(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
25784 {
25785     switch(header->message_type) {
25786     case Request:
25787         break;
25788     case Reply:
25789         switch(header->rep_status) {
25790         case NO_EXCEPTION:
25791             /* Function returns void */
25792 
25793             break;
25794         case USER_EXCEPTION:
25795             break;
25796         default:
25797             /* Unknown Exception */
25798             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
25799             break;
25800         }   /* switch(header->rep_status) */
25801 
25802         break;
25803     default:
25804         /* Unknown GIOP Message */
25805         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
25806         break;
25807     } /* switch(header->message_type) */
25808 }
25809 
25810 /*
25811  * IDL:org/csapi/dsc/IpAppDataSessionControlManager/dataSessionNotificationInterrupted:1.0
25812  */
25813 static void
decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationInterrupted(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)25814 decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationInterrupted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
25815 {
25816     switch(header->message_type) {
25817     case Request:
25818         break;
25819     case Reply:
25820         switch(header->rep_status) {
25821         case NO_EXCEPTION:
25822             /* Function returns void */
25823 
25824             break;
25825         case USER_EXCEPTION:
25826             break;
25827         default:
25828             /* Unknown Exception */
25829             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
25830             break;
25831         }   /* switch(header->rep_status) */
25832 
25833         break;
25834     default:
25835         /* Unknown GIOP Message */
25836         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
25837         break;
25838     } /* switch(header->message_type) */
25839 }
25840 
25841 /*
25842  * IDL:org/csapi/dsc/IpAppDataSessionControlManager/abortMultipleDataSessions:1.0
25843  */
25844 static void
decode_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)25845 decode_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
25846 {
25847     /* Operation specific Variable declarations Begin */
25848     guint32   u_octet4_loop_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet;
25849     guint32   i_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet;
25850     /* Operation specific Variable declarations End */
25851 
25852     switch(header->message_type) {
25853     case Request:
25854         u_octet4_loop_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
25855         proto_tree_add_uint(tree, hf_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet);
25856 
25857         for (i_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet=0; i_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet < u_octet4_loop_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet; i_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet++) {
25858 
25859             proto_tree_add_int(tree, hf_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
25860 
25861         }
25862 
25863         break;
25864     case Reply:
25865         switch(header->rep_status) {
25866         case NO_EXCEPTION:
25867             /* Function returns void */
25868 
25869             break;
25870         case USER_EXCEPTION:
25871             break;
25872         default:
25873             /* Unknown Exception */
25874             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
25875             break;
25876         }   /* switch(header->rep_status) */
25877 
25878         break;
25879     default:
25880         /* Unknown GIOP Message */
25881         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
25882         break;
25883     } /* switch(header->message_type) */
25884 }
25885 
25886 /*
25887  * IDL:org/csapi/dsc/IpDataSession/connectReq:1.0
25888  */
25889 static void
decode_org_csapi_dsc_IpDataSession_connectReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)25890 decode_org_csapi_dsc_IpDataSession_connectReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
25891 {
25892     /* Operation specific Variable declarations Begin */
25893     guint32   u_octet4_loop_org_csapi_dsc_IpDataSession_connectReq_responseRequested;
25894     guint32   i_org_csapi_dsc_IpDataSession_connectReq_responseRequested;
25895     /* Operation specific Variable declarations End */
25896 
25897     switch(header->message_type) {
25898     case Request:
25899         proto_tree_add_int(tree, hf_org_csapi_dsc_IpDataSession_connectReq_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
25900 
25901         u_octet4_loop_org_csapi_dsc_IpDataSession_connectReq_responseRequested = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
25902         proto_tree_add_uint(tree, hf_org_csapi_dsc_IpDataSession_connectReq_responseRequested_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_dsc_IpDataSession_connectReq_responseRequested);
25903 
25904         for (i_org_csapi_dsc_IpDataSession_connectReq_responseRequested=0; i_org_csapi_dsc_IpDataSession_connectReq_responseRequested < u_octet4_loop_org_csapi_dsc_IpDataSession_connectReq_responseRequested; i_org_csapi_dsc_IpDataSession_connectReq_responseRequested++) {
25905 
25906             /*  Begin struct "org_csapi_dsc_TpDataSessionReportRequest"  */
25907             decode_org_csapi_dsc_TpDataSessionReportRequest_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
25908             /*  End struct "org_csapi_dsc_TpDataSessionReportRequest"  */
25909         }
25910 
25911         /*  Begin struct "org_csapi_TpAddress"  */
25912         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
25913         /*  End struct "org_csapi_TpAddress"  */
25914         break;
25915     case Reply:
25916         switch(header->rep_status) {
25917         case NO_EXCEPTION:
25918             proto_tree_add_int(tree, hf_org_csapi_dsc_IpDataSession_connectReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
25919 
25920             break;
25921         case USER_EXCEPTION:
25922             break;
25923         default:
25924             /* Unknown Exception */
25925             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
25926             break;
25927         }   /* switch(header->rep_status) */
25928 
25929         break;
25930     default:
25931         /* Unknown GIOP Message */
25932         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
25933         break;
25934     } /* switch(header->message_type) */
25935 }
25936 
25937 /*
25938  * IDL:org/csapi/dsc/IpDataSession/release:1.0
25939  */
25940 static void
decode_org_csapi_dsc_IpDataSession_release(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)25941 decode_org_csapi_dsc_IpDataSession_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
25942 {
25943     switch(header->message_type) {
25944     case Request:
25945         proto_tree_add_int(tree, hf_org_csapi_dsc_IpDataSession_release_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
25946 
25947         /*  Begin struct "org_csapi_dsc_TpDataSessionReleaseCause"  */
25948         decode_org_csapi_dsc_TpDataSessionReleaseCause_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
25949         /*  End struct "org_csapi_dsc_TpDataSessionReleaseCause"  */
25950         break;
25951     case Reply:
25952         switch(header->rep_status) {
25953         case NO_EXCEPTION:
25954             /* Function returns void */
25955 
25956             break;
25957         case USER_EXCEPTION:
25958             break;
25959         default:
25960             /* Unknown Exception */
25961             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
25962             break;
25963         }   /* switch(header->rep_status) */
25964 
25965         break;
25966     default:
25967         /* Unknown GIOP Message */
25968         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
25969         break;
25970     } /* switch(header->message_type) */
25971 }
25972 
25973 /*
25974  * IDL:org/csapi/dsc/IpDataSession/superviseDataSessionReq:1.0
25975  */
25976 static void
decode_org_csapi_dsc_IpDataSession_superviseDataSessionReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)25977 decode_org_csapi_dsc_IpDataSession_superviseDataSessionReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
25978 {
25979     switch(header->message_type) {
25980     case Request:
25981         proto_tree_add_int(tree, hf_org_csapi_dsc_IpDataSession_superviseDataSessionReq_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
25982 
25983         proto_tree_add_int(tree, hf_org_csapi_dsc_IpDataSession_superviseDataSessionReq_treatment, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
25984 
25985         /*  Begin struct "org_csapi_dsc_TpDataSessionSuperviseVolume"  */
25986         decode_org_csapi_dsc_TpDataSessionSuperviseVolume_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
25987         /*  End struct "org_csapi_dsc_TpDataSessionSuperviseVolume"  */
25988         break;
25989     case Reply:
25990         switch(header->rep_status) {
25991         case NO_EXCEPTION:
25992             /* Function returns void */
25993 
25994             break;
25995         case USER_EXCEPTION:
25996             break;
25997         default:
25998             /* Unknown Exception */
25999             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
26000             break;
26001         }   /* switch(header->rep_status) */
26002 
26003         break;
26004     default:
26005         /* Unknown GIOP Message */
26006         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
26007         break;
26008     } /* switch(header->message_type) */
26009 }
26010 
26011 /*
26012  * IDL:org/csapi/dsc/IpDataSession/setDataSessionChargePlan:1.0
26013  */
26014 static void
decode_org_csapi_dsc_IpDataSession_setDataSessionChargePlan(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)26015 decode_org_csapi_dsc_IpDataSession_setDataSessionChargePlan(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
26016 {
26017     switch(header->message_type) {
26018     case Request:
26019         proto_tree_add_int(tree, hf_org_csapi_dsc_IpDataSession_setDataSessionChargePlan_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
26020 
26021         /*  Begin struct "org_csapi_dsc_TpDataSessionChargePlan"  */
26022         decode_org_csapi_dsc_TpDataSessionChargePlan_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
26023         /*  End struct "org_csapi_dsc_TpDataSessionChargePlan"  */
26024         break;
26025     case Reply:
26026         switch(header->rep_status) {
26027         case NO_EXCEPTION:
26028             /* Function returns void */
26029 
26030             break;
26031         case USER_EXCEPTION:
26032             break;
26033         default:
26034             /* Unknown Exception */
26035             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
26036             break;
26037         }   /* switch(header->rep_status) */
26038 
26039         break;
26040     default:
26041         /* Unknown GIOP Message */
26042         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
26043         break;
26044     } /* switch(header->message_type) */
26045 }
26046 
26047 /*
26048  * IDL:org/csapi/dsc/IpDataSession/setAdviceOfCharge:1.0
26049  */
26050 static void
decode_org_csapi_dsc_IpDataSession_setAdviceOfCharge(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)26051 decode_org_csapi_dsc_IpDataSession_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
26052 {
26053     switch(header->message_type) {
26054     case Request:
26055         proto_tree_add_int(tree, hf_org_csapi_dsc_IpDataSession_setAdviceOfCharge_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
26056 
26057         /*  Begin struct "org_csapi_TpAoCInfo"  */
26058         decode_org_csapi_TpAoCInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
26059         /*  End struct "org_csapi_TpAoCInfo"  */
26060         proto_tree_add_int(tree, hf_org_csapi_dsc_IpDataSession_setAdviceOfCharge_tariffSwitch, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
26061 
26062         break;
26063     case Reply:
26064         switch(header->rep_status) {
26065         case NO_EXCEPTION:
26066             /* Function returns void */
26067 
26068             break;
26069         case USER_EXCEPTION:
26070             break;
26071         default:
26072             /* Unknown Exception */
26073             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
26074             break;
26075         }   /* switch(header->rep_status) */
26076 
26077         break;
26078     default:
26079         /* Unknown GIOP Message */
26080         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
26081         break;
26082     } /* switch(header->message_type) */
26083 }
26084 
26085 /*
26086  * IDL:org/csapi/dsc/IpDataSession/deassignDataSession:1.0
26087  */
26088 static void
decode_org_csapi_dsc_IpDataSession_deassignDataSession(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)26089 decode_org_csapi_dsc_IpDataSession_deassignDataSession(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
26090 {
26091     switch(header->message_type) {
26092     case Request:
26093         proto_tree_add_int(tree, hf_org_csapi_dsc_IpDataSession_deassignDataSession_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
26094 
26095         break;
26096     case Reply:
26097         switch(header->rep_status) {
26098         case NO_EXCEPTION:
26099             /* Function returns void */
26100 
26101             break;
26102         case USER_EXCEPTION:
26103             break;
26104         default:
26105             /* Unknown Exception */
26106             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
26107             break;
26108         }   /* switch(header->rep_status) */
26109 
26110         break;
26111     default:
26112         /* Unknown GIOP Message */
26113         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
26114         break;
26115     } /* switch(header->message_type) */
26116 }
26117 
26118 /*
26119  * IDL:org/csapi/dsc/IpDataSession/continueProcessing:1.0
26120  */
26121 static void
decode_org_csapi_dsc_IpDataSession_continueProcessing(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)26122 decode_org_csapi_dsc_IpDataSession_continueProcessing(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
26123 {
26124     switch(header->message_type) {
26125     case Request:
26126         proto_tree_add_int(tree, hf_org_csapi_dsc_IpDataSession_continueProcessing_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
26127 
26128         break;
26129     case Reply:
26130         switch(header->rep_status) {
26131         case NO_EXCEPTION:
26132             /* Function returns void */
26133 
26134             break;
26135         case USER_EXCEPTION:
26136             break;
26137         default:
26138             /* Unknown Exception */
26139             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
26140             break;
26141         }   /* switch(header->rep_status) */
26142 
26143         break;
26144     default:
26145         /* Unknown GIOP Message */
26146         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
26147         break;
26148     } /* switch(header->message_type) */
26149 }
26150 
26151 /*
26152  * IDL:org/csapi/dsc/IpDataSessionControlManager/createNotification:1.0
26153  */
26154 static void
decode_org_csapi_dsc_IpDataSessionControlManager_createNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)26155 decode_org_csapi_dsc_IpDataSessionControlManager_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
26156 {
26157     switch(header->message_type) {
26158     case Request:
26159         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
26160 
26161         /*  Begin struct "org_csapi_dsc_TpDataSessionEventCriteria"  */
26162         decode_org_csapi_dsc_TpDataSessionEventCriteria_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
26163         /*  End struct "org_csapi_dsc_TpDataSessionEventCriteria"  */
26164         break;
26165     case Reply:
26166         switch(header->rep_status) {
26167         case NO_EXCEPTION:
26168             proto_tree_add_int(tree, hf_org_csapi_dsc_IpDataSessionControlManager_createNotification_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
26169 
26170             break;
26171         case USER_EXCEPTION:
26172             break;
26173         default:
26174             /* Unknown Exception */
26175             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
26176             break;
26177         }   /* switch(header->rep_status) */
26178 
26179         break;
26180     default:
26181         /* Unknown GIOP Message */
26182         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
26183         break;
26184     } /* switch(header->message_type) */
26185 }
26186 
26187 /*
26188  * IDL:org/csapi/dsc/IpDataSessionControlManager/destroyNotification:1.0
26189  */
26190 static void
decode_org_csapi_dsc_IpDataSessionControlManager_destroyNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)26191 decode_org_csapi_dsc_IpDataSessionControlManager_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
26192 {
26193     switch(header->message_type) {
26194     case Request:
26195         proto_tree_add_int(tree, hf_org_csapi_dsc_IpDataSessionControlManager_destroyNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
26196 
26197         break;
26198     case Reply:
26199         switch(header->rep_status) {
26200         case NO_EXCEPTION:
26201             /* Function returns void */
26202 
26203             break;
26204         case USER_EXCEPTION:
26205             break;
26206         default:
26207             /* Unknown Exception */
26208             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
26209             break;
26210         }   /* switch(header->rep_status) */
26211 
26212         break;
26213     default:
26214         /* Unknown GIOP Message */
26215         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
26216         break;
26217     } /* switch(header->message_type) */
26218 }
26219 
26220 /*
26221  * IDL:org/csapi/dsc/IpDataSessionControlManager/changeNotification:1.0
26222  */
26223 static void
decode_org_csapi_dsc_IpDataSessionControlManager_changeNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)26224 decode_org_csapi_dsc_IpDataSessionControlManager_changeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
26225 {
26226     switch(header->message_type) {
26227     case Request:
26228         proto_tree_add_int(tree, hf_org_csapi_dsc_IpDataSessionControlManager_changeNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
26229 
26230         /*  Begin struct "org_csapi_dsc_TpDataSessionEventCriteria"  */
26231         decode_org_csapi_dsc_TpDataSessionEventCriteria_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
26232         /*  End struct "org_csapi_dsc_TpDataSessionEventCriteria"  */
26233         break;
26234     case Reply:
26235         switch(header->rep_status) {
26236         case NO_EXCEPTION:
26237             /* Function returns void */
26238 
26239             break;
26240         case USER_EXCEPTION:
26241             break;
26242         default:
26243             /* Unknown Exception */
26244             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
26245             break;
26246         }   /* switch(header->rep_status) */
26247 
26248         break;
26249     default:
26250         /* Unknown GIOP Message */
26251         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
26252         break;
26253     } /* switch(header->message_type) */
26254 }
26255 
26256 /*
26257  * IDL:org/csapi/dsc/IpDataSessionControlManager/enableNotifications:1.0
26258  */
26259 static void
decode_org_csapi_dsc_IpDataSessionControlManager_enableNotifications(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)26260 decode_org_csapi_dsc_IpDataSessionControlManager_enableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
26261 {
26262     switch(header->message_type) {
26263     case Request:
26264         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
26265 
26266         break;
26267     case Reply:
26268         switch(header->rep_status) {
26269         case NO_EXCEPTION:
26270             proto_tree_add_int(tree, hf_org_csapi_dsc_IpDataSessionControlManager_enableNotifications_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
26271 
26272             break;
26273         case USER_EXCEPTION:
26274             break;
26275         default:
26276             /* Unknown Exception */
26277             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
26278             break;
26279         }   /* switch(header->rep_status) */
26280 
26281         break;
26282     default:
26283         /* Unknown GIOP Message */
26284         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
26285         break;
26286     } /* switch(header->message_type) */
26287 }
26288 
26289 /*
26290  * IDL:org/csapi/dsc/IpDataSessionControlManager/disableNotifications:1.0
26291  */
26292 static void
decode_org_csapi_dsc_IpDataSessionControlManager_disableNotifications(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)26293 decode_org_csapi_dsc_IpDataSessionControlManager_disableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
26294 {
26295     switch(header->message_type) {
26296     case Request:
26297         break;
26298     case Reply:
26299         switch(header->rep_status) {
26300         case NO_EXCEPTION:
26301             /* Function returns void */
26302 
26303             break;
26304         case USER_EXCEPTION:
26305             break;
26306         default:
26307             /* Unknown Exception */
26308             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
26309             break;
26310         }   /* switch(header->rep_status) */
26311 
26312         break;
26313     default:
26314         /* Unknown GIOP Message */
26315         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
26316         break;
26317     } /* switch(header->message_type) */
26318 }
26319 
26320 /*
26321  * IDL:org/csapi/dsc/IpDataSessionControlManager/getNotifications:1.0
26322  */
26323 static void
decode_org_csapi_dsc_IpDataSessionControlManager_getNotifications(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)26324 decode_org_csapi_dsc_IpDataSessionControlManager_getNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
26325 {
26326     /* Operation specific Variable declarations Begin */
26327     guint32   u_octet4_loop_org_csapi_dsc_IpDataSessionControlManager_getNotifications_return;
26328     guint32   i_org_csapi_dsc_IpDataSessionControlManager_getNotifications_return;
26329     /* Operation specific Variable declarations End */
26330 
26331     switch(header->message_type) {
26332     case Request:
26333         break;
26334     case Reply:
26335         switch(header->rep_status) {
26336         case NO_EXCEPTION:
26337             u_octet4_loop_org_csapi_dsc_IpDataSessionControlManager_getNotifications_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
26338             proto_tree_add_uint(tree, hf_org_csapi_dsc_IpDataSessionControlManager_getNotifications_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_dsc_IpDataSessionControlManager_getNotifications_return);
26339 
26340             for (i_org_csapi_dsc_IpDataSessionControlManager_getNotifications_return=0; i_org_csapi_dsc_IpDataSessionControlManager_getNotifications_return < u_octet4_loop_org_csapi_dsc_IpDataSessionControlManager_getNotifications_return; i_org_csapi_dsc_IpDataSessionControlManager_getNotifications_return++) {
26341 
26342                 /*  Begin struct "org_csapi_dsc_TpDataSessionEventCriteriaResult"  */
26343                 decode_org_csapi_dsc_TpDataSessionEventCriteriaResult_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
26344                 /*  End struct "org_csapi_dsc_TpDataSessionEventCriteriaResult"  */
26345             }
26346 
26347             break;
26348         case USER_EXCEPTION:
26349             break;
26350         default:
26351             /* Unknown Exception */
26352             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
26353             break;
26354         }   /* switch(header->rep_status) */
26355 
26356         break;
26357     default:
26358         /* Unknown GIOP Message */
26359         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
26360         break;
26361     } /* switch(header->message_type) */
26362 }
26363 
26364 /*
26365  * IDL:org/csapi/dsc/IpDataSessionControlManager/createNotifications:1.0
26366  */
26367 static void
decode_org_csapi_dsc_IpDataSessionControlManager_createNotifications(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)26368 decode_org_csapi_dsc_IpDataSessionControlManager_createNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
26369 {
26370     switch(header->message_type) {
26371     case Request:
26372         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
26373 
26374         /*  Begin struct "org_csapi_dsc_TpDataSessionEventCriteria"  */
26375         decode_org_csapi_dsc_TpDataSessionEventCriteria_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
26376         /*  End struct "org_csapi_dsc_TpDataSessionEventCriteria"  */
26377         break;
26378     case Reply:
26379         switch(header->rep_status) {
26380         case NO_EXCEPTION:
26381             proto_tree_add_int(tree, hf_org_csapi_dsc_IpDataSessionControlManager_createNotifications_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
26382 
26383             break;
26384         case USER_EXCEPTION:
26385             break;
26386         default:
26387             /* Unknown Exception */
26388             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
26389             break;
26390         }   /* switch(header->rep_status) */
26391 
26392         break;
26393     default:
26394         /* Unknown GIOP Message */
26395         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
26396         break;
26397     } /* switch(header->message_type) */
26398 }
26399 
26400 /*
26401  * IDL:org/csapi/gms/IpMessagingManager/openMailbox:1.0
26402  */
26403 static void
decode_org_csapi_gms_IpMessagingManager_openMailbox(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)26404 decode_org_csapi_gms_IpMessagingManager_openMailbox(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
26405 {
26406     switch(header->message_type) {
26407     case Request:
26408         /*  Begin struct "org_csapi_TpAddress"  */
26409         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
26410         /*  End struct "org_csapi_TpAddress"  */
26411         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_IpMessagingManager_openMailbox_authenticationInfo);
26412 
26413         break;
26414     case Reply:
26415         switch(header->rep_status) {
26416         case NO_EXCEPTION:
26417             /*  Begin struct "org_csapi_gms_TpMailboxIdentifier"  */
26418             decode_org_csapi_gms_TpMailboxIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
26419             /*  End struct "org_csapi_gms_TpMailboxIdentifier"  */
26420             break;
26421         case USER_EXCEPTION:
26422             break;
26423         default:
26424             /* Unknown Exception */
26425             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
26426             break;
26427         }   /* switch(header->rep_status) */
26428 
26429         break;
26430     default:
26431         /* Unknown GIOP Message */
26432         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
26433         break;
26434     } /* switch(header->message_type) */
26435 }
26436 
26437 /*
26438  * IDL:org/csapi/gms/IpMessagingManager/enableMessagingNotification:1.0
26439  */
26440 static void
decode_org_csapi_gms_IpMessagingManager_enableMessagingNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)26441 decode_org_csapi_gms_IpMessagingManager_enableMessagingNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
26442 {
26443     switch(header->message_type) {
26444     case Request:
26445         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
26446 
26447         /*  Begin union "org_csapi_gms_TpMessagingEventCriteria"  */
26448         decode_org_csapi_gms_TpMessagingEventCriteria_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
26449 
26450         /*  End union "org_csapi_gms_TpMessagingEventCriteria"  */
26451         break;
26452     case Reply:
26453         switch(header->rep_status) {
26454         case NO_EXCEPTION:
26455             proto_tree_add_int(tree, hf_org_csapi_gms_IpMessagingManager_enableMessagingNotification_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
26456 
26457             break;
26458         case USER_EXCEPTION:
26459             break;
26460         default:
26461             /* Unknown Exception */
26462             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
26463             break;
26464         }   /* switch(header->rep_status) */
26465 
26466         break;
26467     default:
26468         /* Unknown GIOP Message */
26469         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
26470         break;
26471     } /* switch(header->message_type) */
26472 }
26473 
26474 /*
26475  * IDL:org/csapi/gms/IpMessagingManager/disableMessagingNotification:1.0
26476  */
26477 static void
decode_org_csapi_gms_IpMessagingManager_disableMessagingNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)26478 decode_org_csapi_gms_IpMessagingManager_disableMessagingNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
26479 {
26480     switch(header->message_type) {
26481     case Request:
26482         proto_tree_add_int(tree, hf_org_csapi_gms_IpMessagingManager_disableMessagingNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
26483 
26484         break;
26485     case Reply:
26486         switch(header->rep_status) {
26487         case NO_EXCEPTION:
26488             /* Function returns void */
26489 
26490             break;
26491         case USER_EXCEPTION:
26492             break;
26493         default:
26494             /* Unknown Exception */
26495             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
26496             break;
26497         }   /* switch(header->rep_status) */
26498 
26499         break;
26500     default:
26501         /* Unknown GIOP Message */
26502         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
26503         break;
26504     } /* switch(header->message_type) */
26505 }
26506 
26507 /*
26508  * IDL:org/csapi/gms/IpAppMessagingManager/mailboxTerminated:1.0
26509  */
26510 static void
decode_org_csapi_gms_IpAppMessagingManager_mailboxTerminated(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)26511 decode_org_csapi_gms_IpAppMessagingManager_mailboxTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
26512 {
26513     switch(header->message_type) {
26514     case Request:
26515         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
26516 
26517         proto_tree_add_int(tree, hf_org_csapi_gms_IpAppMessagingManager_mailboxTerminated_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
26518 
26519         break;
26520     case Reply:
26521         switch(header->rep_status) {
26522         case NO_EXCEPTION:
26523             /* Function returns void */
26524 
26525             break;
26526         case USER_EXCEPTION:
26527             break;
26528         default:
26529             /* Unknown Exception */
26530             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
26531             break;
26532         }   /* switch(header->rep_status) */
26533 
26534         break;
26535     default:
26536         /* Unknown GIOP Message */
26537         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
26538         break;
26539     } /* switch(header->message_type) */
26540 }
26541 
26542 /*
26543  * IDL:org/csapi/gms/IpAppMessagingManager/mailboxFaultDetected:1.0
26544  */
26545 static void
decode_org_csapi_gms_IpAppMessagingManager_mailboxFaultDetected(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)26546 decode_org_csapi_gms_IpAppMessagingManager_mailboxFaultDetected(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
26547 {
26548     /* Operation specific Variable declarations Begin */
26549     guint32   u_octet4;
26550     /* Operation specific Variable declarations End */
26551 
26552     switch(header->message_type) {
26553     case Request:
26554         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
26555 
26556         proto_tree_add_int(tree, hf_org_csapi_gms_IpAppMessagingManager_mailboxFaultDetected_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
26557 
26558         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
26559         proto_tree_add_uint(tree, hf_org_csapi_gms_IpAppMessagingManager_mailboxFaultDetected_fault, tvb, *offset-4, 4, u_octet4);
26560 
26561         break;
26562     case Reply:
26563         switch(header->rep_status) {
26564         case NO_EXCEPTION:
26565             /* Function returns void */
26566 
26567             break;
26568         case USER_EXCEPTION:
26569             break;
26570         default:
26571             /* Unknown Exception */
26572             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
26573             break;
26574         }   /* switch(header->rep_status) */
26575 
26576         break;
26577     default:
26578         /* Unknown GIOP Message */
26579         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
26580         break;
26581     } /* switch(header->message_type) */
26582 }
26583 
26584 /*
26585  * IDL:org/csapi/gms/IpAppMessagingManager/messagingEventNotify:1.0
26586  */
26587 static void
decode_org_csapi_gms_IpAppMessagingManager_messagingEventNotify(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)26588 decode_org_csapi_gms_IpAppMessagingManager_messagingEventNotify(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
26589 {
26590     switch(header->message_type) {
26591     case Request:
26592         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
26593 
26594         /*  Begin union "org_csapi_gms_TpMessagingEventInfo"  */
26595         decode_org_csapi_gms_TpMessagingEventInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
26596 
26597         /*  End union "org_csapi_gms_TpMessagingEventInfo"  */
26598         proto_tree_add_int(tree, hf_org_csapi_gms_IpAppMessagingManager_messagingEventNotify_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
26599 
26600         break;
26601     case Reply:
26602         switch(header->rep_status) {
26603         case NO_EXCEPTION:
26604             /* Function returns void */
26605 
26606             break;
26607         case USER_EXCEPTION:
26608             break;
26609         default:
26610             /* Unknown Exception */
26611             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
26612             break;
26613         }   /* switch(header->rep_status) */
26614 
26615         break;
26616     default:
26617         /* Unknown GIOP Message */
26618         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
26619         break;
26620     } /* switch(header->message_type) */
26621 }
26622 
26623 /*
26624  * IDL:org/csapi/gms/IpAppMessagingManager/messagingNotificationTerminated:1.0
26625  */
26626 static void
decode_org_csapi_gms_IpAppMessagingManager_messagingNotificationTerminated(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)26627 decode_org_csapi_gms_IpAppMessagingManager_messagingNotificationTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
26628 {
26629     switch(header->message_type) {
26630     case Request:
26631         break;
26632     case Reply:
26633         switch(header->rep_status) {
26634         case NO_EXCEPTION:
26635             /* Function returns void */
26636 
26637             break;
26638         case USER_EXCEPTION:
26639             break;
26640         default:
26641             /* Unknown Exception */
26642             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
26643             break;
26644         }   /* switch(header->rep_status) */
26645 
26646         break;
26647     default:
26648         /* Unknown GIOP Message */
26649         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
26650         break;
26651     } /* switch(header->message_type) */
26652 }
26653 
26654 /*
26655  * IDL:org/csapi/gms/IpMailbox/close:1.0
26656  */
26657 static void
decode_org_csapi_gms_IpMailbox_close(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)26658 decode_org_csapi_gms_IpMailbox_close(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
26659 {
26660     switch(header->message_type) {
26661     case Request:
26662         proto_tree_add_int(tree, hf_org_csapi_gms_IpMailbox_close_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
26663 
26664         break;
26665     case Reply:
26666         switch(header->rep_status) {
26667         case NO_EXCEPTION:
26668             /* Function returns void */
26669 
26670             break;
26671         case USER_EXCEPTION:
26672             break;
26673         default:
26674             /* Unknown Exception */
26675             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
26676             break;
26677         }   /* switch(header->rep_status) */
26678 
26679         break;
26680     default:
26681         /* Unknown GIOP Message */
26682         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
26683         break;
26684     } /* switch(header->message_type) */
26685 }
26686 
26687 /*
26688  * IDL:org/csapi/gms/IpMailbox/lock:1.0
26689  */
26690 static void
decode_org_csapi_gms_IpMailbox_lock(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)26691 decode_org_csapi_gms_IpMailbox_lock(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
26692 {
26693     switch(header->message_type) {
26694     case Request:
26695         proto_tree_add_int(tree, hf_org_csapi_gms_IpMailbox_lock_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
26696 
26697         break;
26698     case Reply:
26699         switch(header->rep_status) {
26700         case NO_EXCEPTION:
26701             /* Function returns void */
26702 
26703             break;
26704         case USER_EXCEPTION:
26705             break;
26706         default:
26707             /* Unknown Exception */
26708             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
26709             break;
26710         }   /* switch(header->rep_status) */
26711 
26712         break;
26713     default:
26714         /* Unknown GIOP Message */
26715         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
26716         break;
26717     } /* switch(header->message_type) */
26718 }
26719 
26720 /*
26721  * IDL:org/csapi/gms/IpMailbox/unlock:1.0
26722  */
26723 static void
decode_org_csapi_gms_IpMailbox_unlock(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)26724 decode_org_csapi_gms_IpMailbox_unlock(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
26725 {
26726     switch(header->message_type) {
26727     case Request:
26728         proto_tree_add_int(tree, hf_org_csapi_gms_IpMailbox_unlock_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
26729 
26730         break;
26731     case Reply:
26732         switch(header->rep_status) {
26733         case NO_EXCEPTION:
26734             /* Function returns void */
26735 
26736             break;
26737         case USER_EXCEPTION:
26738             break;
26739         default:
26740             /* Unknown Exception */
26741             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
26742             break;
26743         }   /* switch(header->rep_status) */
26744 
26745         break;
26746     default:
26747         /* Unknown GIOP Message */
26748         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
26749         break;
26750     } /* switch(header->message_type) */
26751 }
26752 
26753 /*
26754  * IDL:org/csapi/gms/IpMailbox/getInfoAmount:1.0
26755  */
26756 static void
decode_org_csapi_gms_IpMailbox_getInfoAmount(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)26757 decode_org_csapi_gms_IpMailbox_getInfoAmount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
26758 {
26759     switch(header->message_type) {
26760     case Request:
26761         proto_tree_add_int(tree, hf_org_csapi_gms_IpMailbox_getInfoAmount_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
26762 
26763         break;
26764     case Reply:
26765         switch(header->rep_status) {
26766         case NO_EXCEPTION:
26767             proto_tree_add_int(tree, hf_org_csapi_gms_IpMailbox_getInfoAmount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
26768 
26769             break;
26770         case USER_EXCEPTION:
26771             break;
26772         default:
26773             /* Unknown Exception */
26774             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
26775             break;
26776         }   /* switch(header->rep_status) */
26777 
26778         break;
26779     default:
26780         /* Unknown GIOP Message */
26781         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
26782         break;
26783     } /* switch(header->message_type) */
26784 }
26785 
26786 /*
26787  * IDL:org/csapi/gms/IpMailbox/getInfoProperties:1.0
26788  */
26789 static void
decode_org_csapi_gms_IpMailbox_getInfoProperties(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)26790 decode_org_csapi_gms_IpMailbox_getInfoProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
26791 {
26792     /* Operation specific Variable declarations Begin */
26793     guint32   u_octet4_loop_org_csapi_gms_IpMailbox_getInfoProperties_return;
26794     guint32   i_org_csapi_gms_IpMailbox_getInfoProperties_return;
26795     /* Operation specific Variable declarations End */
26796 
26797     switch(header->message_type) {
26798     case Request:
26799         proto_tree_add_int(tree, hf_org_csapi_gms_IpMailbox_getInfoProperties_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
26800 
26801         proto_tree_add_int(tree, hf_org_csapi_gms_IpMailbox_getInfoProperties_firstProperty, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
26802 
26803         proto_tree_add_int(tree, hf_org_csapi_gms_IpMailbox_getInfoProperties_numberOfProperties, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
26804 
26805         break;
26806     case Reply:
26807         switch(header->rep_status) {
26808         case NO_EXCEPTION:
26809             u_octet4_loop_org_csapi_gms_IpMailbox_getInfoProperties_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
26810             proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailbox_getInfoProperties_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_gms_IpMailbox_getInfoProperties_return);
26811 
26812             for (i_org_csapi_gms_IpMailbox_getInfoProperties_return=0; i_org_csapi_gms_IpMailbox_getInfoProperties_return < u_octet4_loop_org_csapi_gms_IpMailbox_getInfoProperties_return; i_org_csapi_gms_IpMailbox_getInfoProperties_return++) {
26813 
26814                 /*  Begin union "org_csapi_gms_TpMailboxInfoProperty"  */
26815                 decode_org_csapi_gms_TpMailboxInfoProperty_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
26816 
26817                 /*  End union "org_csapi_gms_TpMailboxInfoProperty"  */
26818             }
26819 
26820             break;
26821         case USER_EXCEPTION:
26822             break;
26823         default:
26824             /* Unknown Exception */
26825             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
26826             break;
26827         }   /* switch(header->rep_status) */
26828 
26829         break;
26830     default:
26831         /* Unknown GIOP Message */
26832         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
26833         break;
26834     } /* switch(header->message_type) */
26835 }
26836 
26837 /*
26838  * IDL:org/csapi/gms/IpMailbox/setInfoProperties:1.0
26839  */
26840 static void
decode_org_csapi_gms_IpMailbox_setInfoProperties(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)26841 decode_org_csapi_gms_IpMailbox_setInfoProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
26842 {
26843     /* Operation specific Variable declarations Begin */
26844     guint32   u_octet4_loop_org_csapi_gms_IpMailbox_setInfoProperties_mailboxInfoProperties;
26845     guint32   i_org_csapi_gms_IpMailbox_setInfoProperties_mailboxInfoProperties;
26846     /* Operation specific Variable declarations End */
26847 
26848     switch(header->message_type) {
26849     case Request:
26850         proto_tree_add_int(tree, hf_org_csapi_gms_IpMailbox_setInfoProperties_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
26851 
26852         proto_tree_add_int(tree, hf_org_csapi_gms_IpMailbox_setInfoProperties_firstProperty, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
26853 
26854         u_octet4_loop_org_csapi_gms_IpMailbox_setInfoProperties_mailboxInfoProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
26855         proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailbox_setInfoProperties_mailboxInfoProperties_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_gms_IpMailbox_setInfoProperties_mailboxInfoProperties);
26856 
26857         for (i_org_csapi_gms_IpMailbox_setInfoProperties_mailboxInfoProperties=0; i_org_csapi_gms_IpMailbox_setInfoProperties_mailboxInfoProperties < u_octet4_loop_org_csapi_gms_IpMailbox_setInfoProperties_mailboxInfoProperties; i_org_csapi_gms_IpMailbox_setInfoProperties_mailboxInfoProperties++) {
26858 
26859             /*  Begin union "org_csapi_gms_TpMailboxInfoProperty"  */
26860             decode_org_csapi_gms_TpMailboxInfoProperty_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
26861 
26862             /*  End union "org_csapi_gms_TpMailboxInfoProperty"  */
26863         }
26864 
26865         break;
26866     case Reply:
26867         switch(header->rep_status) {
26868         case NO_EXCEPTION:
26869             /* Function returns void */
26870 
26871             break;
26872         case USER_EXCEPTION:
26873             break;
26874         default:
26875             /* Unknown Exception */
26876             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
26877             break;
26878         }   /* switch(header->rep_status) */
26879 
26880         break;
26881     default:
26882         /* Unknown GIOP Message */
26883         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
26884         break;
26885     } /* switch(header->message_type) */
26886 }
26887 
26888 /*
26889  * IDL:org/csapi/gms/IpMailbox/openFolder:1.0
26890  */
26891 static void
decode_org_csapi_gms_IpMailbox_openFolder(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)26892 decode_org_csapi_gms_IpMailbox_openFolder(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
26893 {
26894     switch(header->message_type) {
26895     case Request:
26896         proto_tree_add_int(tree, hf_org_csapi_gms_IpMailbox_openFolder_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
26897 
26898         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_IpMailbox_openFolder_folderID);
26899 
26900         break;
26901     case Reply:
26902         switch(header->rep_status) {
26903         case NO_EXCEPTION:
26904             /*  Begin struct "org_csapi_gms_TpMailboxFolderIdentifier"  */
26905             decode_org_csapi_gms_TpMailboxFolderIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
26906             /*  End struct "org_csapi_gms_TpMailboxFolderIdentifier"  */
26907             break;
26908         case USER_EXCEPTION:
26909             break;
26910         default:
26911             /* Unknown Exception */
26912             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
26913             break;
26914         }   /* switch(header->rep_status) */
26915 
26916         break;
26917     default:
26918         /* Unknown GIOP Message */
26919         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
26920         break;
26921     } /* switch(header->message_type) */
26922 }
26923 
26924 /*
26925  * IDL:org/csapi/gms/IpMailbox/createFolder:1.0
26926  */
26927 static void
decode_org_csapi_gms_IpMailbox_createFolder(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)26928 decode_org_csapi_gms_IpMailbox_createFolder(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
26929 {
26930     switch(header->message_type) {
26931     case Request:
26932         proto_tree_add_int(tree, hf_org_csapi_gms_IpMailbox_createFolder_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
26933 
26934         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_IpMailbox_createFolder_folderID);
26935 
26936         break;
26937     case Reply:
26938         switch(header->rep_status) {
26939         case NO_EXCEPTION:
26940             /* Function returns void */
26941 
26942             break;
26943         case USER_EXCEPTION:
26944             break;
26945         default:
26946             /* Unknown Exception */
26947             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
26948             break;
26949         }   /* switch(header->rep_status) */
26950 
26951         break;
26952     default:
26953         /* Unknown GIOP Message */
26954         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
26955         break;
26956     } /* switch(header->message_type) */
26957 }
26958 
26959 /*
26960  * IDL:org/csapi/gms/IpMailbox/remove:1.0
26961  */
26962 static void
decode_org_csapi_gms_IpMailbox_remove(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)26963 decode_org_csapi_gms_IpMailbox_remove(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
26964 {
26965     switch(header->message_type) {
26966     case Request:
26967         /*  Begin struct "org_csapi_TpAddress"  */
26968         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
26969         /*  End struct "org_csapi_TpAddress"  */
26970         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_IpMailbox_remove_authenticationInfo);
26971 
26972         break;
26973     case Reply:
26974         switch(header->rep_status) {
26975         case NO_EXCEPTION:
26976             /* Function returns void */
26977 
26978             break;
26979         case USER_EXCEPTION:
26980             break;
26981         default:
26982             /* Unknown Exception */
26983             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
26984             break;
26985         }   /* switch(header->rep_status) */
26986 
26987         break;
26988     default:
26989         /* Unknown GIOP Message */
26990         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
26991         break;
26992     } /* switch(header->message_type) */
26993 }
26994 
26995 /*
26996  * IDL:org/csapi/gms/IpMessage/getInfoAmount:1.0
26997  */
26998 static void
decode_org_csapi_gms_IpMessage_getInfoAmount(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)26999 decode_org_csapi_gms_IpMessage_getInfoAmount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
27000 {
27001     switch(header->message_type) {
27002     case Request:
27003         proto_tree_add_int(tree, hf_org_csapi_gms_IpMessage_getInfoAmount_folderSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
27004 
27005         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_IpMessage_getInfoAmount_messageID);
27006 
27007         break;
27008     case Reply:
27009         switch(header->rep_status) {
27010         case NO_EXCEPTION:
27011             proto_tree_add_int(tree, hf_org_csapi_gms_IpMessage_getInfoAmount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
27012 
27013             break;
27014         case USER_EXCEPTION:
27015             break;
27016         default:
27017             /* Unknown Exception */
27018             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
27019             break;
27020         }   /* switch(header->rep_status) */
27021 
27022         break;
27023     default:
27024         /* Unknown GIOP Message */
27025         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
27026         break;
27027     } /* switch(header->message_type) */
27028 }
27029 
27030 /*
27031  * IDL:org/csapi/gms/IpMessage/getInfoProperties:1.0
27032  */
27033 static void
decode_org_csapi_gms_IpMessage_getInfoProperties(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)27034 decode_org_csapi_gms_IpMessage_getInfoProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
27035 {
27036     /* Operation specific Variable declarations Begin */
27037     guint32   u_octet4_loop_org_csapi_gms_IpMessage_getInfoProperties_return;
27038     guint32   i_org_csapi_gms_IpMessage_getInfoProperties_return;
27039     /* Operation specific Variable declarations End */
27040 
27041     switch(header->message_type) {
27042     case Request:
27043         proto_tree_add_int(tree, hf_org_csapi_gms_IpMessage_getInfoProperties_folderSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
27044 
27045         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_IpMessage_getInfoProperties_messageID);
27046 
27047         proto_tree_add_int(tree, hf_org_csapi_gms_IpMessage_getInfoProperties_firstProperty, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
27048 
27049         proto_tree_add_int(tree, hf_org_csapi_gms_IpMessage_getInfoProperties_numberOfProperties, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
27050 
27051         break;
27052     case Reply:
27053         switch(header->rep_status) {
27054         case NO_EXCEPTION:
27055             u_octet4_loop_org_csapi_gms_IpMessage_getInfoProperties_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
27056             proto_tree_add_uint(tree, hf_org_csapi_gms_IpMessage_getInfoProperties_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_gms_IpMessage_getInfoProperties_return);
27057 
27058             for (i_org_csapi_gms_IpMessage_getInfoProperties_return=0; i_org_csapi_gms_IpMessage_getInfoProperties_return < u_octet4_loop_org_csapi_gms_IpMessage_getInfoProperties_return; i_org_csapi_gms_IpMessage_getInfoProperties_return++) {
27059 
27060                 /*  Begin union "org_csapi_gms_TpMessageInfoProperty"  */
27061                 decode_org_csapi_gms_TpMessageInfoProperty_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
27062 
27063                 /*  End union "org_csapi_gms_TpMessageInfoProperty"  */
27064             }
27065 
27066             break;
27067         case USER_EXCEPTION:
27068             break;
27069         default:
27070             /* Unknown Exception */
27071             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
27072             break;
27073         }   /* switch(header->rep_status) */
27074 
27075         break;
27076     default:
27077         /* Unknown GIOP Message */
27078         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
27079         break;
27080     } /* switch(header->message_type) */
27081 }
27082 
27083 /*
27084  * IDL:org/csapi/gms/IpMessage/setInfoProperties:1.0
27085  */
27086 static void
decode_org_csapi_gms_IpMessage_setInfoProperties(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)27087 decode_org_csapi_gms_IpMessage_setInfoProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
27088 {
27089     /* Operation specific Variable declarations Begin */
27090     guint32   u_octet4_loop_org_csapi_gms_IpMessage_setInfoProperties_messageInfoProperties;
27091     guint32   i_org_csapi_gms_IpMessage_setInfoProperties_messageInfoProperties;
27092     /* Operation specific Variable declarations End */
27093 
27094     switch(header->message_type) {
27095     case Request:
27096         proto_tree_add_int(tree, hf_org_csapi_gms_IpMessage_setInfoProperties_folderSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
27097 
27098         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_IpMessage_setInfoProperties_messageID);
27099 
27100         proto_tree_add_int(tree, hf_org_csapi_gms_IpMessage_setInfoProperties_firstProperty, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
27101 
27102         u_octet4_loop_org_csapi_gms_IpMessage_setInfoProperties_messageInfoProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
27103         proto_tree_add_uint(tree, hf_org_csapi_gms_IpMessage_setInfoProperties_messageInfoProperties_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_gms_IpMessage_setInfoProperties_messageInfoProperties);
27104 
27105         for (i_org_csapi_gms_IpMessage_setInfoProperties_messageInfoProperties=0; i_org_csapi_gms_IpMessage_setInfoProperties_messageInfoProperties < u_octet4_loop_org_csapi_gms_IpMessage_setInfoProperties_messageInfoProperties; i_org_csapi_gms_IpMessage_setInfoProperties_messageInfoProperties++) {
27106 
27107             /*  Begin union "org_csapi_gms_TpMessageInfoProperty"  */
27108             decode_org_csapi_gms_TpMessageInfoProperty_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
27109 
27110             /*  End union "org_csapi_gms_TpMessageInfoProperty"  */
27111         }
27112 
27113         break;
27114     case Reply:
27115         switch(header->rep_status) {
27116         case NO_EXCEPTION:
27117             /* Function returns void */
27118 
27119             break;
27120         case USER_EXCEPTION:
27121             break;
27122         default:
27123             /* Unknown Exception */
27124             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
27125             break;
27126         }   /* switch(header->rep_status) */
27127 
27128         break;
27129     default:
27130         /* Unknown GIOP Message */
27131         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
27132         break;
27133     } /* switch(header->message_type) */
27134 }
27135 
27136 /*
27137  * IDL:org/csapi/gms/IpMessage/remove:1.0
27138  */
27139 static void
decode_org_csapi_gms_IpMessage_remove(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)27140 decode_org_csapi_gms_IpMessage_remove(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
27141 {
27142     switch(header->message_type) {
27143     case Request:
27144         proto_tree_add_int(tree, hf_org_csapi_gms_IpMessage_remove_folderSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
27145 
27146         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_IpMessage_remove_messageID);
27147 
27148         break;
27149     case Reply:
27150         switch(header->rep_status) {
27151         case NO_EXCEPTION:
27152             /* Function returns void */
27153 
27154             break;
27155         case USER_EXCEPTION:
27156             break;
27157         default:
27158             /* Unknown Exception */
27159             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
27160             break;
27161         }   /* switch(header->rep_status) */
27162 
27163         break;
27164     default:
27165         /* Unknown GIOP Message */
27166         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
27167         break;
27168     } /* switch(header->message_type) */
27169 }
27170 
27171 /*
27172  * IDL:org/csapi/gms/IpMessage/getContent:1.0
27173  */
27174 static void
decode_org_csapi_gms_IpMessage_getContent(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)27175 decode_org_csapi_gms_IpMessage_getContent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
27176 {
27177     switch(header->message_type) {
27178     case Request:
27179         proto_tree_add_int(tree, hf_org_csapi_gms_IpMessage_getContent_folderSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
27180 
27181         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_IpMessage_getContent_messageID);
27182 
27183         break;
27184     case Reply:
27185         switch(header->rep_status) {
27186         case NO_EXCEPTION:
27187             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_IpMessage_getContent_return);
27188 
27189             break;
27190         case USER_EXCEPTION:
27191             break;
27192         default:
27193             /* Unknown Exception */
27194             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
27195             break;
27196         }   /* switch(header->rep_status) */
27197 
27198         break;
27199     default:
27200         /* Unknown GIOP Message */
27201         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
27202         break;
27203     } /* switch(header->message_type) */
27204 }
27205 
27206 /*
27207  * IDL:org/csapi/gms/IpMailboxFolder/getInfoAmount:1.0
27208  */
27209 static void
decode_org_csapi_gms_IpMailboxFolder_getInfoAmount(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)27210 decode_org_csapi_gms_IpMailboxFolder_getInfoAmount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
27211 {
27212     switch(header->message_type) {
27213     case Request:
27214         proto_tree_add_int(tree, hf_org_csapi_gms_IpMailboxFolder_getInfoAmount_folderSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
27215 
27216         break;
27217     case Reply:
27218         switch(header->rep_status) {
27219         case NO_EXCEPTION:
27220             proto_tree_add_int(tree, hf_org_csapi_gms_IpMailboxFolder_getInfoAmount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
27221 
27222             break;
27223         case USER_EXCEPTION:
27224             break;
27225         default:
27226             /* Unknown Exception */
27227             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
27228             break;
27229         }   /* switch(header->rep_status) */
27230 
27231         break;
27232     default:
27233         /* Unknown GIOP Message */
27234         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
27235         break;
27236     } /* switch(header->message_type) */
27237 }
27238 
27239 /*
27240  * IDL:org/csapi/gms/IpMailboxFolder/getInfoProperties:1.0
27241  */
27242 static void
decode_org_csapi_gms_IpMailboxFolder_getInfoProperties(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)27243 decode_org_csapi_gms_IpMailboxFolder_getInfoProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
27244 {
27245     /* Operation specific Variable declarations Begin */
27246     guint32   u_octet4_loop_org_csapi_gms_IpMailboxFolder_getInfoProperties_return;
27247     guint32   i_org_csapi_gms_IpMailboxFolder_getInfoProperties_return;
27248     /* Operation specific Variable declarations End */
27249 
27250     switch(header->message_type) {
27251     case Request:
27252         proto_tree_add_int(tree, hf_org_csapi_gms_IpMailboxFolder_getInfoProperties_folderSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
27253 
27254         proto_tree_add_int(tree, hf_org_csapi_gms_IpMailboxFolder_getInfoProperties_firstProperty, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
27255 
27256         proto_tree_add_int(tree, hf_org_csapi_gms_IpMailboxFolder_getInfoProperties_numberOfProperties, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
27257 
27258         break;
27259     case Reply:
27260         switch(header->rep_status) {
27261         case NO_EXCEPTION:
27262             u_octet4_loop_org_csapi_gms_IpMailboxFolder_getInfoProperties_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
27263             proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailboxFolder_getInfoProperties_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_gms_IpMailboxFolder_getInfoProperties_return);
27264 
27265             for (i_org_csapi_gms_IpMailboxFolder_getInfoProperties_return=0; i_org_csapi_gms_IpMailboxFolder_getInfoProperties_return < u_octet4_loop_org_csapi_gms_IpMailboxFolder_getInfoProperties_return; i_org_csapi_gms_IpMailboxFolder_getInfoProperties_return++) {
27266 
27267                 /*  Begin union "org_csapi_gms_TpFolderInfoProperty"  */
27268                 decode_org_csapi_gms_TpFolderInfoProperty_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
27269 
27270                 /*  End union "org_csapi_gms_TpFolderInfoProperty"  */
27271             }
27272 
27273             break;
27274         case USER_EXCEPTION:
27275             break;
27276         default:
27277             /* Unknown Exception */
27278             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
27279             break;
27280         }   /* switch(header->rep_status) */
27281 
27282         break;
27283     default:
27284         /* Unknown GIOP Message */
27285         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
27286         break;
27287     } /* switch(header->message_type) */
27288 }
27289 
27290 /*
27291  * IDL:org/csapi/gms/IpMailboxFolder/setInfoProperties:1.0
27292  */
27293 static void
decode_org_csapi_gms_IpMailboxFolder_setInfoProperties(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)27294 decode_org_csapi_gms_IpMailboxFolder_setInfoProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
27295 {
27296     /* Operation specific Variable declarations Begin */
27297     guint32   u_octet4_loop_org_csapi_gms_IpMailboxFolder_setInfoProperties_folderInfoProperties;
27298     guint32   i_org_csapi_gms_IpMailboxFolder_setInfoProperties_folderInfoProperties;
27299     /* Operation specific Variable declarations End */
27300 
27301     switch(header->message_type) {
27302     case Request:
27303         proto_tree_add_int(tree, hf_org_csapi_gms_IpMailboxFolder_setInfoProperties_folderSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
27304 
27305         proto_tree_add_int(tree, hf_org_csapi_gms_IpMailboxFolder_setInfoProperties_firstProperty, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
27306 
27307         u_octet4_loop_org_csapi_gms_IpMailboxFolder_setInfoProperties_folderInfoProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
27308         proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailboxFolder_setInfoProperties_folderInfoProperties_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_gms_IpMailboxFolder_setInfoProperties_folderInfoProperties);
27309 
27310         for (i_org_csapi_gms_IpMailboxFolder_setInfoProperties_folderInfoProperties=0; i_org_csapi_gms_IpMailboxFolder_setInfoProperties_folderInfoProperties < u_octet4_loop_org_csapi_gms_IpMailboxFolder_setInfoProperties_folderInfoProperties; i_org_csapi_gms_IpMailboxFolder_setInfoProperties_folderInfoProperties++) {
27311 
27312             /*  Begin union "org_csapi_gms_TpFolderInfoProperty"  */
27313             decode_org_csapi_gms_TpFolderInfoProperty_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
27314 
27315             /*  End union "org_csapi_gms_TpFolderInfoProperty"  */
27316         }
27317 
27318         break;
27319     case Reply:
27320         switch(header->rep_status) {
27321         case NO_EXCEPTION:
27322             /* Function returns void */
27323 
27324             break;
27325         case USER_EXCEPTION:
27326             break;
27327         default:
27328             /* Unknown Exception */
27329             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
27330             break;
27331         }   /* switch(header->rep_status) */
27332 
27333         break;
27334     default:
27335         /* Unknown GIOP Message */
27336         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
27337         break;
27338     } /* switch(header->message_type) */
27339 }
27340 
27341 /*
27342  * IDL:org/csapi/gms/IpMailboxFolder/putMessage:1.0
27343  */
27344 static void
decode_org_csapi_gms_IpMailboxFolder_putMessage(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)27345 decode_org_csapi_gms_IpMailboxFolder_putMessage(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
27346 {
27347     /* Operation specific Variable declarations Begin */
27348     guint32   u_octet4_loop_org_csapi_gms_IpMailboxFolder_putMessage_messageInfoProperties;
27349     guint32   i_org_csapi_gms_IpMailboxFolder_putMessage_messageInfoProperties;
27350     /* Operation specific Variable declarations End */
27351 
27352     switch(header->message_type) {
27353     case Request:
27354         proto_tree_add_int(tree, hf_org_csapi_gms_IpMailboxFolder_putMessage_folderSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
27355 
27356         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_IpMailboxFolder_putMessage_message);
27357 
27358         u_octet4_loop_org_csapi_gms_IpMailboxFolder_putMessage_messageInfoProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
27359         proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailboxFolder_putMessage_messageInfoProperties_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_gms_IpMailboxFolder_putMessage_messageInfoProperties);
27360 
27361         for (i_org_csapi_gms_IpMailboxFolder_putMessage_messageInfoProperties=0; i_org_csapi_gms_IpMailboxFolder_putMessage_messageInfoProperties < u_octet4_loop_org_csapi_gms_IpMailboxFolder_putMessage_messageInfoProperties; i_org_csapi_gms_IpMailboxFolder_putMessage_messageInfoProperties++) {
27362 
27363             /*  Begin union "org_csapi_gms_TpMessageInfoProperty"  */
27364             decode_org_csapi_gms_TpMessageInfoProperty_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
27365 
27366             /*  End union "org_csapi_gms_TpMessageInfoProperty"  */
27367         }
27368 
27369         break;
27370     case Reply:
27371         switch(header->rep_status) {
27372         case NO_EXCEPTION:
27373             /* Function returns void */
27374 
27375             break;
27376         case USER_EXCEPTION:
27377             break;
27378         default:
27379             /* Unknown Exception */
27380             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
27381             break;
27382         }   /* switch(header->rep_status) */
27383 
27384         break;
27385     default:
27386         /* Unknown GIOP Message */
27387         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
27388         break;
27389     } /* switch(header->message_type) */
27390 }
27391 
27392 /*
27393  * IDL:org/csapi/gms/IpMailboxFolder/getMessage:1.0
27394  */
27395 static void
decode_org_csapi_gms_IpMailboxFolder_getMessage(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)27396 decode_org_csapi_gms_IpMailboxFolder_getMessage(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
27397 {
27398     switch(header->message_type) {
27399     case Request:
27400         proto_tree_add_int(tree, hf_org_csapi_gms_IpMailboxFolder_getMessage_folderSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
27401 
27402         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_IpMailboxFolder_getMessage_messageID);
27403 
27404         break;
27405     case Reply:
27406         switch(header->rep_status) {
27407         case NO_EXCEPTION:
27408             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
27409 
27410             break;
27411         case USER_EXCEPTION:
27412             break;
27413         default:
27414             /* Unknown Exception */
27415             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
27416             break;
27417         }   /* switch(header->rep_status) */
27418 
27419         break;
27420     default:
27421         /* Unknown GIOP Message */
27422         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
27423         break;
27424     } /* switch(header->message_type) */
27425 }
27426 
27427 /*
27428  * IDL:org/csapi/gms/IpMailboxFolder/close:1.0
27429  */
27430 static void
decode_org_csapi_gms_IpMailboxFolder_close(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)27431 decode_org_csapi_gms_IpMailboxFolder_close(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
27432 {
27433     switch(header->message_type) {
27434     case Request:
27435         proto_tree_add_int(tree, hf_org_csapi_gms_IpMailboxFolder_close_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
27436 
27437         proto_tree_add_int(tree, hf_org_csapi_gms_IpMailboxFolder_close_folderSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
27438 
27439         break;
27440     case Reply:
27441         switch(header->rep_status) {
27442         case NO_EXCEPTION:
27443             /* Function returns void */
27444 
27445             break;
27446         case USER_EXCEPTION:
27447             break;
27448         default:
27449             /* Unknown Exception */
27450             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
27451             break;
27452         }   /* switch(header->rep_status) */
27453 
27454         break;
27455     default:
27456         /* Unknown GIOP Message */
27457         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
27458         break;
27459     } /* switch(header->message_type) */
27460 }
27461 
27462 /*
27463  * IDL:org/csapi/gms/IpMailboxFolder/remove:1.0
27464  */
27465 static void
decode_org_csapi_gms_IpMailboxFolder_remove(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)27466 decode_org_csapi_gms_IpMailboxFolder_remove(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
27467 {
27468     switch(header->message_type) {
27469     case Request:
27470         proto_tree_add_int(tree, hf_org_csapi_gms_IpMailboxFolder_remove_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
27471 
27472         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_IpMailboxFolder_remove_folderID);
27473 
27474         break;
27475     case Reply:
27476         switch(header->rep_status) {
27477         case NO_EXCEPTION:
27478             /* Function returns void */
27479 
27480             break;
27481         case USER_EXCEPTION:
27482             break;
27483         default:
27484             /* Unknown Exception */
27485             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
27486             break;
27487         }   /* switch(header->rep_status) */
27488 
27489         break;
27490     default:
27491         /* Unknown GIOP Message */
27492         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
27493         break;
27494     } /* switch(header->message_type) */
27495 }
27496 
27497 /*
27498  * IDL:org/csapi/cm/IpVPrP/getVPrPID:1.0
27499  */
27500 static void
decode_org_csapi_cm_IpVPrP_getVPrPID(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)27501 decode_org_csapi_cm_IpVPrP_getVPrPID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
27502 {
27503     switch(header->message_type) {
27504     case Request:
27505         break;
27506     case Reply:
27507         switch(header->rep_status) {
27508         case NO_EXCEPTION:
27509             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_IpVPrP_getVPrPID_return);
27510 
27511             break;
27512         case USER_EXCEPTION:
27513             break;
27514         default:
27515             /* Unknown Exception */
27516             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
27517             break;
27518         }   /* switch(header->rep_status) */
27519 
27520         break;
27521     default:
27522         /* Unknown GIOP Message */
27523         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
27524         break;
27525     } /* switch(header->message_type) */
27526 }
27527 
27528 /*
27529  * IDL:org/csapi/cm/IpVPrP/getSlaID:1.0
27530  */
27531 static void
decode_org_csapi_cm_IpVPrP_getSlaID(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)27532 decode_org_csapi_cm_IpVPrP_getSlaID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
27533 {
27534     switch(header->message_type) {
27535     case Request:
27536         break;
27537     case Reply:
27538         switch(header->rep_status) {
27539         case NO_EXCEPTION:
27540             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_IpVPrP_getSlaID_return);
27541 
27542             break;
27543         case USER_EXCEPTION:
27544             break;
27545         default:
27546             /* Unknown Exception */
27547             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
27548             break;
27549         }   /* switch(header->rep_status) */
27550 
27551         break;
27552     default:
27553         /* Unknown GIOP Message */
27554         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
27555         break;
27556     } /* switch(header->message_type) */
27557 }
27558 
27559 /*
27560  * IDL:org/csapi/cm/IpVPrP/getStatus:1.0
27561  */
27562 static void
decode_org_csapi_cm_IpVPrP_getStatus(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)27563 decode_org_csapi_cm_IpVPrP_getStatus(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
27564 {
27565     /* Operation specific Variable declarations Begin */
27566     guint32   u_octet4;
27567     /* Operation specific Variable declarations End */
27568 
27569     switch(header->message_type) {
27570     case Request:
27571         break;
27572     case Reply:
27573         switch(header->rep_status) {
27574         case NO_EXCEPTION:
27575             u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
27576             proto_tree_add_uint(tree, hf_org_csapi_cm_IpVPrP_getStatus_return, tvb, *offset-4, 4, u_octet4);
27577 
27578             break;
27579         case USER_EXCEPTION:
27580             break;
27581         default:
27582             /* Unknown Exception */
27583             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
27584             break;
27585         }   /* switch(header->rep_status) */
27586 
27587         break;
27588     default:
27589         /* Unknown GIOP Message */
27590         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
27591         break;
27592     } /* switch(header->message_type) */
27593 }
27594 
27595 /*
27596  * IDL:org/csapi/cm/IpVPrP/getProvisionedQoSInfo:1.0
27597  */
27598 static void
decode_org_csapi_cm_IpVPrP_getProvisionedQoSInfo(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)27599 decode_org_csapi_cm_IpVPrP_getProvisionedQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
27600 {
27601     switch(header->message_type) {
27602     case Request:
27603         break;
27604     case Reply:
27605         switch(header->rep_status) {
27606         case NO_EXCEPTION:
27607             /*  Begin struct "org_csapi_cm_TpProvisionedQoSInfo"  */
27608             decode_org_csapi_cm_TpProvisionedQoSInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
27609             /*  End struct "org_csapi_cm_TpProvisionedQoSInfo"  */
27610             break;
27611         case USER_EXCEPTION:
27612             break;
27613         default:
27614             /* Unknown Exception */
27615             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
27616             break;
27617         }   /* switch(header->rep_status) */
27618 
27619         break;
27620     default:
27621         /* Unknown GIOP Message */
27622         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
27623         break;
27624     } /* switch(header->message_type) */
27625 }
27626 
27627 /*
27628  * IDL:org/csapi/cm/IpVPrP/getValidityInfo:1.0
27629  */
27630 static void
decode_org_csapi_cm_IpVPrP_getValidityInfo(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)27631 decode_org_csapi_cm_IpVPrP_getValidityInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
27632 {
27633     switch(header->message_type) {
27634     case Request:
27635         break;
27636     case Reply:
27637         switch(header->rep_status) {
27638         case NO_EXCEPTION:
27639             /*  Begin struct "org_csapi_cm_TpValidityInfo"  */
27640             decode_org_csapi_cm_TpValidityInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
27641             /*  End struct "org_csapi_cm_TpValidityInfo"  */
27642             break;
27643         case USER_EXCEPTION:
27644             break;
27645         default:
27646             /* Unknown Exception */
27647             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
27648             break;
27649         }   /* switch(header->rep_status) */
27650 
27651         break;
27652     default:
27653         /* Unknown GIOP Message */
27654         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
27655         break;
27656     } /* switch(header->message_type) */
27657 }
27658 
27659 /*
27660  * IDL:org/csapi/cm/IpVPrP/getPipeQoSInfo:1.0
27661  */
27662 static void
decode_org_csapi_cm_IpVPrP_getPipeQoSInfo(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)27663 decode_org_csapi_cm_IpVPrP_getPipeQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
27664 {
27665     switch(header->message_type) {
27666     case Request:
27667         break;
27668     case Reply:
27669         switch(header->rep_status) {
27670         case NO_EXCEPTION:
27671             /*  Begin struct "org_csapi_cm_TpPipeQoSInfo"  */
27672             decode_org_csapi_cm_TpPipeQoSInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
27673             /*  End struct "org_csapi_cm_TpPipeQoSInfo"  */
27674             break;
27675         case USER_EXCEPTION:
27676             break;
27677         default:
27678             /* Unknown Exception */
27679             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
27680             break;
27681         }   /* switch(header->rep_status) */
27682 
27683         break;
27684     default:
27685         /* Unknown GIOP Message */
27686         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
27687         break;
27688     } /* switch(header->message_type) */
27689 }
27690 
27691 /*
27692  * IDL:org/csapi/cm/IpVPrP/getDsCodepoint:1.0
27693  */
27694 static void
decode_org_csapi_cm_IpVPrP_getDsCodepoint(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)27695 decode_org_csapi_cm_IpVPrP_getDsCodepoint(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
27696 {
27697     switch(header->message_type) {
27698     case Request:
27699         break;
27700     case Reply:
27701         switch(header->rep_status) {
27702         case NO_EXCEPTION:
27703             /*  Begin struct "org_csapi_cm_TpDsCodepoint"  */
27704             decode_org_csapi_cm_TpDsCodepoint_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
27705             /*  End struct "org_csapi_cm_TpDsCodepoint"  */
27706             break;
27707         case USER_EXCEPTION:
27708             break;
27709         default:
27710             /* Unknown Exception */
27711             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
27712             break;
27713         }   /* switch(header->rep_status) */
27714 
27715         break;
27716     default:
27717         /* Unknown GIOP Message */
27718         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
27719         break;
27720     } /* switch(header->message_type) */
27721 }
27722 
27723 /*
27724  * IDL:org/csapi/cm/IpVPrN/getVPrPList:1.0
27725  */
27726 static void
decode_org_csapi_cm_IpVPrN_getVPrPList(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)27727 decode_org_csapi_cm_IpVPrN_getVPrPList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
27728 {
27729     /* Operation specific Variable declarations Begin */
27730     guint32   u_octet4_loop_org_csapi_cm_IpVPrN_getVPrPList_return;
27731     guint32   i_org_csapi_cm_IpVPrN_getVPrPList_return;
27732     /* Operation specific Variable declarations End */
27733 
27734     switch(header->message_type) {
27735     case Request:
27736         break;
27737     case Reply:
27738         switch(header->rep_status) {
27739         case NO_EXCEPTION:
27740             u_octet4_loop_org_csapi_cm_IpVPrN_getVPrPList_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
27741             proto_tree_add_uint(tree, hf_org_csapi_cm_IpVPrN_getVPrPList_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cm_IpVPrN_getVPrPList_return);
27742 
27743             for (i_org_csapi_cm_IpVPrN_getVPrPList_return=0; i_org_csapi_cm_IpVPrN_getVPrPList_return < u_octet4_loop_org_csapi_cm_IpVPrN_getVPrPList_return; i_org_csapi_cm_IpVPrN_getVPrPList_return++) {
27744 
27745                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_IpVPrN_getVPrPList_return);
27746 
27747             }
27748 
27749             break;
27750         case USER_EXCEPTION:
27751             break;
27752         default:
27753             /* Unknown Exception */
27754             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
27755             break;
27756         }   /* switch(header->rep_status) */
27757 
27758         break;
27759     default:
27760         /* Unknown GIOP Message */
27761         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
27762         break;
27763     } /* switch(header->message_type) */
27764 }
27765 
27766 /*
27767  * IDL:org/csapi/cm/IpVPrN/getVPrP:1.0
27768  */
27769 static void
decode_org_csapi_cm_IpVPrN_getVPrP(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)27770 decode_org_csapi_cm_IpVPrN_getVPrP(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
27771 {
27772     switch(header->message_type) {
27773     case Request:
27774         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_IpVPrN_getVPrP_vPrPID);
27775 
27776         break;
27777     case Reply:
27778         switch(header->rep_status) {
27779         case NO_EXCEPTION:
27780             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
27781 
27782             break;
27783         case USER_EXCEPTION:
27784             break;
27785         default:
27786             /* Unknown Exception */
27787             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
27788             break;
27789         }   /* switch(header->rep_status) */
27790 
27791         break;
27792     default:
27793         /* Unknown GIOP Message */
27794         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
27795         break;
27796     } /* switch(header->message_type) */
27797 }
27798 
27799 /*
27800  * IDL:org/csapi/cm/IpVPrN/createVPrP:1.0
27801  */
27802 static void
decode_org_csapi_cm_IpVPrN_createVPrP(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)27803 decode_org_csapi_cm_IpVPrN_createVPrP(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
27804 {
27805     switch(header->message_type) {
27806     case Request:
27807         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
27808 
27809         break;
27810     case Reply:
27811         switch(header->rep_status) {
27812         case NO_EXCEPTION:
27813             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
27814 
27815             break;
27816         case USER_EXCEPTION:
27817             break;
27818         default:
27819             /* Unknown Exception */
27820             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
27821             break;
27822         }   /* switch(header->rep_status) */
27823 
27824         break;
27825     default:
27826         /* Unknown GIOP Message */
27827         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
27828         break;
27829     } /* switch(header->message_type) */
27830 }
27831 
27832 /*
27833  * IDL:org/csapi/cm/IpVPrN/deleteVPrP:1.0
27834  */
27835 static void
decode_org_csapi_cm_IpVPrN_deleteVPrP(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)27836 decode_org_csapi_cm_IpVPrN_deleteVPrP(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
27837 {
27838     switch(header->message_type) {
27839     case Request:
27840         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_IpVPrN_deleteVPrP_vPrPID);
27841 
27842         break;
27843     case Reply:
27844         switch(header->rep_status) {
27845         case NO_EXCEPTION:
27846             /* Function returns void */
27847 
27848             break;
27849         case USER_EXCEPTION:
27850             break;
27851         default:
27852             /* Unknown Exception */
27853             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
27854             break;
27855         }   /* switch(header->rep_status) */
27856 
27857         break;
27858     default:
27859         /* Unknown GIOP Message */
27860         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
27861         break;
27862     } /* switch(header->message_type) */
27863 }
27864 
27865 /*
27866  * IDL:org/csapi/cm/IpQoSMenu/getTemplate:1.0
27867  */
27868 static void
decode_org_csapi_cm_IpQoSMenu_getTemplate(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)27869 decode_org_csapi_cm_IpQoSMenu_getTemplate(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
27870 {
27871     switch(header->message_type) {
27872     case Request:
27873         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_IpQoSMenu_getTemplate_templateType);
27874 
27875         break;
27876     case Reply:
27877         switch(header->rep_status) {
27878         case NO_EXCEPTION:
27879             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
27880 
27881             break;
27882         case USER_EXCEPTION:
27883             break;
27884         default:
27885             /* Unknown Exception */
27886             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
27887             break;
27888         }   /* switch(header->rep_status) */
27889 
27890         break;
27891     default:
27892         /* Unknown GIOP Message */
27893         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
27894         break;
27895     } /* switch(header->message_type) */
27896 }
27897 
27898 /*
27899  * IDL:org/csapi/cm/IpQoSMenu/getTemplateList:1.0
27900  */
27901 static void
decode_org_csapi_cm_IpQoSMenu_getTemplateList(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)27902 decode_org_csapi_cm_IpQoSMenu_getTemplateList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
27903 {
27904     /* Operation specific Variable declarations Begin */
27905     guint32   u_octet4_loop_org_csapi_cm_IpQoSMenu_getTemplateList_return;
27906     guint32   i_org_csapi_cm_IpQoSMenu_getTemplateList_return;
27907     /* Operation specific Variable declarations End */
27908 
27909     switch(header->message_type) {
27910     case Request:
27911         break;
27912     case Reply:
27913         switch(header->rep_status) {
27914         case NO_EXCEPTION:
27915             u_octet4_loop_org_csapi_cm_IpQoSMenu_getTemplateList_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
27916             proto_tree_add_uint(tree, hf_org_csapi_cm_IpQoSMenu_getTemplateList_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cm_IpQoSMenu_getTemplateList_return);
27917 
27918             for (i_org_csapi_cm_IpQoSMenu_getTemplateList_return=0; i_org_csapi_cm_IpQoSMenu_getTemplateList_return < u_octet4_loop_org_csapi_cm_IpQoSMenu_getTemplateList_return; i_org_csapi_cm_IpQoSMenu_getTemplateList_return++) {
27919 
27920                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_IpQoSMenu_getTemplateList_return);
27921 
27922             }
27923 
27924             break;
27925         case USER_EXCEPTION:
27926             break;
27927         default:
27928             /* Unknown Exception */
27929             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
27930             break;
27931         }   /* switch(header->rep_status) */
27932 
27933         break;
27934     default:
27935         /* Unknown GIOP Message */
27936         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
27937         break;
27938     } /* switch(header->message_type) */
27939 }
27940 
27941 /*
27942  * IDL:org/csapi/cm/IpConnectivityManager/getQoSMenu:1.0
27943  */
27944 static void
decode_org_csapi_cm_IpConnectivityManager_getQoSMenu(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)27945 decode_org_csapi_cm_IpConnectivityManager_getQoSMenu(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
27946 {
27947     switch(header->message_type) {
27948     case Request:
27949         break;
27950     case Reply:
27951         switch(header->rep_status) {
27952         case NO_EXCEPTION:
27953             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
27954 
27955             break;
27956         case USER_EXCEPTION:
27957             break;
27958         default:
27959             /* Unknown Exception */
27960             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
27961             break;
27962         }   /* switch(header->rep_status) */
27963 
27964         break;
27965     default:
27966         /* Unknown GIOP Message */
27967         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
27968         break;
27969     } /* switch(header->message_type) */
27970 }
27971 
27972 /*
27973  * IDL:org/csapi/cm/IpConnectivityManager/getEnterpriseNetwork:1.0
27974  */
27975 static void
decode_org_csapi_cm_IpConnectivityManager_getEnterpriseNetwork(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)27976 decode_org_csapi_cm_IpConnectivityManager_getEnterpriseNetwork(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
27977 {
27978     switch(header->message_type) {
27979     case Request:
27980         break;
27981     case Reply:
27982         switch(header->rep_status) {
27983         case NO_EXCEPTION:
27984             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
27985 
27986             break;
27987         case USER_EXCEPTION:
27988             break;
27989         default:
27990             /* Unknown Exception */
27991             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
27992             break;
27993         }   /* switch(header->rep_status) */
27994 
27995         break;
27996     default:
27997         /* Unknown GIOP Message */
27998         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
27999         break;
28000     } /* switch(header->message_type) */
28001 }
28002 
28003 /*
28004  * IDL:org/csapi/cm/IpQoSTemplate/getTemplateType:1.0
28005  */
28006 static void
decode_org_csapi_cm_IpQoSTemplate_getTemplateType(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)28007 decode_org_csapi_cm_IpQoSTemplate_getTemplateType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
28008 {
28009     switch(header->message_type) {
28010     case Request:
28011         break;
28012     case Reply:
28013         switch(header->rep_status) {
28014         case NO_EXCEPTION:
28015             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_IpQoSTemplate_getTemplateType_return);
28016 
28017             break;
28018         case USER_EXCEPTION:
28019             break;
28020         default:
28021             /* Unknown Exception */
28022             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
28023             break;
28024         }   /* switch(header->rep_status) */
28025 
28026         break;
28027     default:
28028         /* Unknown GIOP Message */
28029         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
28030         break;
28031     } /* switch(header->message_type) */
28032 }
28033 
28034 /*
28035  * IDL:org/csapi/cm/IpQoSTemplate/getDescription:1.0
28036  */
28037 static void
decode_org_csapi_cm_IpQoSTemplate_getDescription(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)28038 decode_org_csapi_cm_IpQoSTemplate_getDescription(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
28039 {
28040     switch(header->message_type) {
28041     case Request:
28042         break;
28043     case Reply:
28044         switch(header->rep_status) {
28045         case NO_EXCEPTION:
28046             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_IpQoSTemplate_getDescription_return);
28047 
28048             break;
28049         case USER_EXCEPTION:
28050             break;
28051         default:
28052             /* Unknown Exception */
28053             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
28054             break;
28055         }   /* switch(header->rep_status) */
28056 
28057         break;
28058     default:
28059         /* Unknown GIOP Message */
28060         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
28061         break;
28062     } /* switch(header->message_type) */
28063 }
28064 
28065 /*
28066  * IDL:org/csapi/cm/IpQoSTemplate/setSlaID:1.0
28067  */
28068 static void
decode_org_csapi_cm_IpQoSTemplate_setSlaID(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)28069 decode_org_csapi_cm_IpQoSTemplate_setSlaID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
28070 {
28071     switch(header->message_type) {
28072     case Request:
28073         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_IpQoSTemplate_setSlaID_slaID);
28074 
28075         break;
28076     case Reply:
28077         switch(header->rep_status) {
28078         case NO_EXCEPTION:
28079             /* Function returns void */
28080 
28081             break;
28082         case USER_EXCEPTION:
28083             break;
28084         default:
28085             /* Unknown Exception */
28086             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
28087             break;
28088         }   /* switch(header->rep_status) */
28089 
28090         break;
28091     default:
28092         /* Unknown GIOP Message */
28093         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
28094         break;
28095     } /* switch(header->message_type) */
28096 }
28097 
28098 /*
28099  * IDL:org/csapi/cm/IpQoSTemplate/getPipeQoSInfo:1.0
28100  */
28101 static void
decode_org_csapi_cm_IpQoSTemplate_getPipeQoSInfo(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)28102 decode_org_csapi_cm_IpQoSTemplate_getPipeQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
28103 {
28104     switch(header->message_type) {
28105     case Request:
28106         break;
28107     case Reply:
28108         switch(header->rep_status) {
28109         case NO_EXCEPTION:
28110             /*  Begin struct "org_csapi_cm_TpPipeQoSInfo"  */
28111             decode_org_csapi_cm_TpPipeQoSInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
28112             /*  End struct "org_csapi_cm_TpPipeQoSInfo"  */
28113             break;
28114         case USER_EXCEPTION:
28115             break;
28116         default:
28117             /* Unknown Exception */
28118             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
28119             break;
28120         }   /* switch(header->rep_status) */
28121 
28122         break;
28123     default:
28124         /* Unknown GIOP Message */
28125         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
28126         break;
28127     } /* switch(header->message_type) */
28128 }
28129 
28130 /*
28131  * IDL:org/csapi/cm/IpQoSTemplate/setPipeQoSInfo:1.0
28132  */
28133 static void
decode_org_csapi_cm_IpQoSTemplate_setPipeQoSInfo(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)28134 decode_org_csapi_cm_IpQoSTemplate_setPipeQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
28135 {
28136     switch(header->message_type) {
28137     case Request:
28138         /*  Begin struct "org_csapi_cm_TpPipeQoSInfo"  */
28139         decode_org_csapi_cm_TpPipeQoSInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
28140         /*  End struct "org_csapi_cm_TpPipeQoSInfo"  */
28141         break;
28142     case Reply:
28143         switch(header->rep_status) {
28144         case NO_EXCEPTION:
28145             /* Function returns void */
28146 
28147             break;
28148         case USER_EXCEPTION:
28149             break;
28150         default:
28151             /* Unknown Exception */
28152             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
28153             break;
28154         }   /* switch(header->rep_status) */
28155 
28156         break;
28157     default:
28158         /* Unknown GIOP Message */
28159         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
28160         break;
28161     } /* switch(header->message_type) */
28162 }
28163 
28164 /*
28165  * IDL:org/csapi/cm/IpQoSTemplate/getValidityInfo:1.0
28166  */
28167 static void
decode_org_csapi_cm_IpQoSTemplate_getValidityInfo(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)28168 decode_org_csapi_cm_IpQoSTemplate_getValidityInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
28169 {
28170     switch(header->message_type) {
28171     case Request:
28172         break;
28173     case Reply:
28174         switch(header->rep_status) {
28175         case NO_EXCEPTION:
28176             /*  Begin struct "org_csapi_cm_TpValidityInfo"  */
28177             decode_org_csapi_cm_TpValidityInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
28178             /*  End struct "org_csapi_cm_TpValidityInfo"  */
28179             break;
28180         case USER_EXCEPTION:
28181             break;
28182         default:
28183             /* Unknown Exception */
28184             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
28185             break;
28186         }   /* switch(header->rep_status) */
28187 
28188         break;
28189     default:
28190         /* Unknown GIOP Message */
28191         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
28192         break;
28193     } /* switch(header->message_type) */
28194 }
28195 
28196 /*
28197  * IDL:org/csapi/cm/IpQoSTemplate/setValidityInfo:1.0
28198  */
28199 static void
decode_org_csapi_cm_IpQoSTemplate_setValidityInfo(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)28200 decode_org_csapi_cm_IpQoSTemplate_setValidityInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
28201 {
28202     switch(header->message_type) {
28203     case Request:
28204         /*  Begin struct "org_csapi_cm_TpValidityInfo"  */
28205         decode_org_csapi_cm_TpValidityInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
28206         /*  End struct "org_csapi_cm_TpValidityInfo"  */
28207         break;
28208     case Reply:
28209         switch(header->rep_status) {
28210         case NO_EXCEPTION:
28211             /* Function returns void */
28212 
28213             break;
28214         case USER_EXCEPTION:
28215             break;
28216         default:
28217             /* Unknown Exception */
28218             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
28219             break;
28220         }   /* switch(header->rep_status) */
28221 
28222         break;
28223     default:
28224         /* Unknown GIOP Message */
28225         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
28226         break;
28227     } /* switch(header->message_type) */
28228 }
28229 
28230 /*
28231  * IDL:org/csapi/cm/IpQoSTemplate/setProvisionedQoSInfo:1.0
28232  */
28233 static void
decode_org_csapi_cm_IpQoSTemplate_setProvisionedQoSInfo(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)28234 decode_org_csapi_cm_IpQoSTemplate_setProvisionedQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
28235 {
28236     switch(header->message_type) {
28237     case Request:
28238         /*  Begin struct "org_csapi_cm_TpProvisionedQoSInfo"  */
28239         decode_org_csapi_cm_TpProvisionedQoSInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
28240         /*  End struct "org_csapi_cm_TpProvisionedQoSInfo"  */
28241         break;
28242     case Reply:
28243         switch(header->rep_status) {
28244         case NO_EXCEPTION:
28245             /* Function returns void */
28246 
28247             break;
28248         case USER_EXCEPTION:
28249             break;
28250         default:
28251             /* Unknown Exception */
28252             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
28253             break;
28254         }   /* switch(header->rep_status) */
28255 
28256         break;
28257     default:
28258         /* Unknown GIOP Message */
28259         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
28260         break;
28261     } /* switch(header->message_type) */
28262 }
28263 
28264 /*
28265  * IDL:org/csapi/cm/IpQoSTemplate/getProvisionedQoSInfo:1.0
28266  */
28267 static void
decode_org_csapi_cm_IpQoSTemplate_getProvisionedQoSInfo(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)28268 decode_org_csapi_cm_IpQoSTemplate_getProvisionedQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
28269 {
28270     switch(header->message_type) {
28271     case Request:
28272         break;
28273     case Reply:
28274         switch(header->rep_status) {
28275         case NO_EXCEPTION:
28276             /*  Begin struct "org_csapi_cm_TpProvisionedQoSInfo"  */
28277             decode_org_csapi_cm_TpProvisionedQoSInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
28278             /*  End struct "org_csapi_cm_TpProvisionedQoSInfo"  */
28279             break;
28280         case USER_EXCEPTION:
28281             break;
28282         default:
28283             /* Unknown Exception */
28284             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
28285             break;
28286         }   /* switch(header->rep_status) */
28287 
28288         break;
28289     default:
28290         /* Unknown GIOP Message */
28291         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
28292         break;
28293     } /* switch(header->message_type) */
28294 }
28295 
28296 /*
28297  * IDL:org/csapi/cm/IpQoSTemplate/getDsCodepoint:1.0
28298  */
28299 static void
decode_org_csapi_cm_IpQoSTemplate_getDsCodepoint(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)28300 decode_org_csapi_cm_IpQoSTemplate_getDsCodepoint(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
28301 {
28302     switch(header->message_type) {
28303     case Request:
28304         break;
28305     case Reply:
28306         switch(header->rep_status) {
28307         case NO_EXCEPTION:
28308             /*  Begin struct "org_csapi_cm_TpDsCodepoint"  */
28309             decode_org_csapi_cm_TpDsCodepoint_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
28310             /*  End struct "org_csapi_cm_TpDsCodepoint"  */
28311             break;
28312         case USER_EXCEPTION:
28313             break;
28314         default:
28315             /* Unknown Exception */
28316             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
28317             break;
28318         }   /* switch(header->rep_status) */
28319 
28320         break;
28321     default:
28322         /* Unknown GIOP Message */
28323         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
28324         break;
28325     } /* switch(header->message_type) */
28326 }
28327 
28328 /*
28329  * IDL:org/csapi/cm/IpEnterpriseNetwork/getSiteList:1.0
28330  */
28331 static void
decode_org_csapi_cm_IpEnterpriseNetwork_getSiteList(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)28332 decode_org_csapi_cm_IpEnterpriseNetwork_getSiteList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
28333 {
28334     /* Operation specific Variable declarations Begin */
28335     guint32   u_octet4_loop_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return;
28336     guint32   i_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return;
28337     /* Operation specific Variable declarations End */
28338 
28339     switch(header->message_type) {
28340     case Request:
28341         break;
28342     case Reply:
28343         switch(header->rep_status) {
28344         case NO_EXCEPTION:
28345             u_octet4_loop_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
28346             proto_tree_add_uint(tree, hf_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return);
28347 
28348             for (i_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return=0; i_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return < u_octet4_loop_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return; i_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return++) {
28349 
28350                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return);
28351 
28352             }
28353 
28354             break;
28355         case USER_EXCEPTION:
28356             break;
28357         default:
28358             /* Unknown Exception */
28359             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
28360             break;
28361         }   /* switch(header->rep_status) */
28362 
28363         break;
28364     default:
28365         /* Unknown GIOP Message */
28366         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
28367         break;
28368     } /* switch(header->message_type) */
28369 }
28370 
28371 /*
28372  * IDL:org/csapi/cm/IpEnterpriseNetwork/getVPrN:1.0
28373  */
28374 static void
decode_org_csapi_cm_IpEnterpriseNetwork_getVPrN(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)28375 decode_org_csapi_cm_IpEnterpriseNetwork_getVPrN(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
28376 {
28377     switch(header->message_type) {
28378     case Request:
28379         break;
28380     case Reply:
28381         switch(header->rep_status) {
28382         case NO_EXCEPTION:
28383             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
28384 
28385             break;
28386         case USER_EXCEPTION:
28387             break;
28388         default:
28389             /* Unknown Exception */
28390             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
28391             break;
28392         }   /* switch(header->rep_status) */
28393 
28394         break;
28395     default:
28396         /* Unknown GIOP Message */
28397         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
28398         break;
28399     } /* switch(header->message_type) */
28400 }
28401 
28402 /*
28403  * IDL:org/csapi/cm/IpEnterpriseNetwork/getSite:1.0
28404  */
28405 static void
decode_org_csapi_cm_IpEnterpriseNetwork_getSite(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)28406 decode_org_csapi_cm_IpEnterpriseNetwork_getSite(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
28407 {
28408     switch(header->message_type) {
28409     case Request:
28410         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_IpEnterpriseNetwork_getSite_siteID);
28411 
28412         break;
28413     case Reply:
28414         switch(header->rep_status) {
28415         case NO_EXCEPTION:
28416             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
28417 
28418             break;
28419         case USER_EXCEPTION:
28420             break;
28421         default:
28422             /* Unknown Exception */
28423             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
28424             break;
28425         }   /* switch(header->rep_status) */
28426 
28427         break;
28428     default:
28429         /* Unknown GIOP Message */
28430         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
28431         break;
28432     } /* switch(header->message_type) */
28433 }
28434 
28435 /*
28436  * IDL:org/csapi/cm/IpEnterpriseNetworkSite/getSAPList:1.0
28437  */
28438 static void
decode_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)28439 decode_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
28440 {
28441     /* Operation specific Variable declarations Begin */
28442     guint32   u_octet4_loop_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return;
28443     guint32   i_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return;
28444     /* Operation specific Variable declarations End */
28445 
28446     switch(header->message_type) {
28447     case Request:
28448         break;
28449     case Reply:
28450         switch(header->rep_status) {
28451         case NO_EXCEPTION:
28452             u_octet4_loop_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
28453             proto_tree_add_uint(tree, hf_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return);
28454 
28455             for (i_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return=0; i_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return < u_octet4_loop_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return; i_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return++) {
28456 
28457                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return);
28458 
28459             }
28460 
28461             break;
28462         case USER_EXCEPTION:
28463             break;
28464         default:
28465             /* Unknown Exception */
28466             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
28467             break;
28468         }   /* switch(header->rep_status) */
28469 
28470         break;
28471     default:
28472         /* Unknown GIOP Message */
28473         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
28474         break;
28475     } /* switch(header->message_type) */
28476 }
28477 
28478 /*
28479  * IDL:org/csapi/cm/IpEnterpriseNetworkSite/getSiteID:1.0
28480  */
28481 static void
decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteID(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)28482 decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
28483 {
28484     switch(header->message_type) {
28485     case Request:
28486         break;
28487     case Reply:
28488         switch(header->rep_status) {
28489         case NO_EXCEPTION:
28490             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_IpEnterpriseNetworkSite_getSiteID_return);
28491 
28492             break;
28493         case USER_EXCEPTION:
28494             break;
28495         default:
28496             /* Unknown Exception */
28497             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
28498             break;
28499         }   /* switch(header->rep_status) */
28500 
28501         break;
28502     default:
28503         /* Unknown GIOP Message */
28504         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
28505         break;
28506     } /* switch(header->message_type) */
28507 }
28508 
28509 /*
28510  * IDL:org/csapi/cm/IpEnterpriseNetworkSite/getSiteLocation:1.0
28511  */
28512 static void
decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteLocation(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)28513 decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteLocation(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
28514 {
28515     switch(header->message_type) {
28516     case Request:
28517         break;
28518     case Reply:
28519         switch(header->rep_status) {
28520         case NO_EXCEPTION:
28521             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_IpEnterpriseNetworkSite_getSiteLocation_return);
28522 
28523             break;
28524         case USER_EXCEPTION:
28525             break;
28526         default:
28527             /* Unknown Exception */
28528             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
28529             break;
28530         }   /* switch(header->rep_status) */
28531 
28532         break;
28533     default:
28534         /* Unknown GIOP Message */
28535         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
28536         break;
28537     } /* switch(header->message_type) */
28538 }
28539 
28540 /*
28541  * IDL:org/csapi/cm/IpEnterpriseNetworkSite/getSiteDescription:1.0
28542  */
28543 static void
decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteDescription(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)28544 decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteDescription(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
28545 {
28546     switch(header->message_type) {
28547     case Request:
28548         break;
28549     case Reply:
28550         switch(header->rep_status) {
28551         case NO_EXCEPTION:
28552             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_IpEnterpriseNetworkSite_getSiteDescription_return);
28553 
28554             break;
28555         case USER_EXCEPTION:
28556             break;
28557         default:
28558             /* Unknown Exception */
28559             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
28560             break;
28561         }   /* switch(header->rep_status) */
28562 
28563         break;
28564     default:
28565         /* Unknown GIOP Message */
28566         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
28567         break;
28568     } /* switch(header->message_type) */
28569 }
28570 
28571 /*
28572  * IDL:org/csapi/cm/IpEnterpriseNetworkSite/getIPSubnet:1.0
28573  */
28574 static void
decode_org_csapi_cm_IpEnterpriseNetworkSite_getIPSubnet(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)28575 decode_org_csapi_cm_IpEnterpriseNetworkSite_getIPSubnet(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
28576 {
28577     switch(header->message_type) {
28578     case Request:
28579         break;
28580     case Reply:
28581         switch(header->rep_status) {
28582         case NO_EXCEPTION:
28583             /*  Begin struct "org_csapi_cm_TpIPSubnet"  */
28584             decode_org_csapi_cm_TpIPSubnet_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
28585             /*  End struct "org_csapi_cm_TpIPSubnet"  */
28586             break;
28587         case USER_EXCEPTION:
28588             break;
28589         default:
28590             /* Unknown Exception */
28591             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
28592             break;
28593         }   /* switch(header->rep_status) */
28594 
28595         break;
28596     default:
28597         /* Unknown GIOP Message */
28598         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
28599         break;
28600     } /* switch(header->message_type) */
28601 }
28602 
28603 /*
28604  * IDL:org/csapi/cm/IpEnterpriseNetworkSite/getSAPIPSubnet:1.0
28605  */
28606 static void
decode_org_csapi_cm_IpEnterpriseNetworkSite_getSAPIPSubnet(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)28607 decode_org_csapi_cm_IpEnterpriseNetworkSite_getSAPIPSubnet(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
28608 {
28609     switch(header->message_type) {
28610     case Request:
28611         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_IpEnterpriseNetworkSite_getSAPIPSubnet_sapID);
28612 
28613         break;
28614     case Reply:
28615         switch(header->rep_status) {
28616         case NO_EXCEPTION:
28617             /*  Begin struct "org_csapi_cm_TpIPSubnet"  */
28618             decode_org_csapi_cm_TpIPSubnet_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
28619             /*  End struct "org_csapi_cm_TpIPSubnet"  */
28620             break;
28621         case USER_EXCEPTION:
28622             break;
28623         default:
28624             /* Unknown Exception */
28625             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
28626             break;
28627         }   /* switch(header->rep_status) */
28628 
28629         break;
28630     default:
28631         /* Unknown GIOP Message */
28632         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
28633         break;
28634     } /* switch(header->message_type) */
28635 }
28636 
28637 /*
28638  * IDL:org/csapi/am/IpAppAccountManager/reportNotification:1.0
28639  */
28640 static void
decode_org_csapi_am_IpAppAccountManager_reportNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)28641 decode_org_csapi_am_IpAppAccountManager_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
28642 {
28643     switch(header->message_type) {
28644     case Request:
28645         /*  Begin struct "org_csapi_am_TpChargingEventInfo"  */
28646         decode_org_csapi_am_TpChargingEventInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
28647         /*  End struct "org_csapi_am_TpChargingEventInfo"  */
28648         proto_tree_add_int(tree, hf_org_csapi_am_IpAppAccountManager_reportNotification_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
28649 
28650         break;
28651     case Reply:
28652         switch(header->rep_status) {
28653         case NO_EXCEPTION:
28654             /* Function returns void */
28655 
28656             break;
28657         case USER_EXCEPTION:
28658             break;
28659         default:
28660             /* Unknown Exception */
28661             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
28662             break;
28663         }   /* switch(header->rep_status) */
28664 
28665         break;
28666     default:
28667         /* Unknown GIOP Message */
28668         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
28669         break;
28670     } /* switch(header->message_type) */
28671 }
28672 
28673 /*
28674  * IDL:org/csapi/am/IpAppAccountManager/queryBalanceRes:1.0
28675  */
28676 static void
decode_org_csapi_am_IpAppAccountManager_queryBalanceRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)28677 decode_org_csapi_am_IpAppAccountManager_queryBalanceRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
28678 {
28679     /* Operation specific Variable declarations Begin */
28680     guint32   u_octet4_loop_org_csapi_am_IpAppAccountManager_queryBalanceRes_balances;
28681     guint32   i_org_csapi_am_IpAppAccountManager_queryBalanceRes_balances;
28682     /* Operation specific Variable declarations End */
28683 
28684     switch(header->message_type) {
28685     case Request:
28686         proto_tree_add_int(tree, hf_org_csapi_am_IpAppAccountManager_queryBalanceRes_queryId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
28687 
28688         u_octet4_loop_org_csapi_am_IpAppAccountManager_queryBalanceRes_balances = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
28689         proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_queryBalanceRes_balances_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_am_IpAppAccountManager_queryBalanceRes_balances);
28690 
28691         for (i_org_csapi_am_IpAppAccountManager_queryBalanceRes_balances=0; i_org_csapi_am_IpAppAccountManager_queryBalanceRes_balances < u_octet4_loop_org_csapi_am_IpAppAccountManager_queryBalanceRes_balances; i_org_csapi_am_IpAppAccountManager_queryBalanceRes_balances++) {
28692 
28693             /*  Begin struct "org_csapi_am_TpBalance"  */
28694             decode_org_csapi_am_TpBalance_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
28695             /*  End struct "org_csapi_am_TpBalance"  */
28696         }
28697 
28698         break;
28699     case Reply:
28700         switch(header->rep_status) {
28701         case NO_EXCEPTION:
28702             /* Function returns void */
28703 
28704             break;
28705         case USER_EXCEPTION:
28706             break;
28707         default:
28708             /* Unknown Exception */
28709             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
28710             break;
28711         }   /* switch(header->rep_status) */
28712 
28713         break;
28714     default:
28715         /* Unknown GIOP Message */
28716         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
28717         break;
28718     } /* switch(header->message_type) */
28719 }
28720 
28721 /*
28722  * IDL:org/csapi/am/IpAppAccountManager/queryBalanceErr:1.0
28723  */
28724 static void
decode_org_csapi_am_IpAppAccountManager_queryBalanceErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)28725 decode_org_csapi_am_IpAppAccountManager_queryBalanceErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
28726 {
28727     /* Operation specific Variable declarations Begin */
28728     guint32   u_octet4;
28729     /* Operation specific Variable declarations End */
28730 
28731     switch(header->message_type) {
28732     case Request:
28733         proto_tree_add_int(tree, hf_org_csapi_am_IpAppAccountManager_queryBalanceErr_queryId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
28734 
28735         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
28736         proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_queryBalanceErr_cause, tvb, *offset-4, 4, u_octet4);
28737 
28738         break;
28739     case Reply:
28740         switch(header->rep_status) {
28741         case NO_EXCEPTION:
28742             /* Function returns void */
28743 
28744             break;
28745         case USER_EXCEPTION:
28746             break;
28747         default:
28748             /* Unknown Exception */
28749             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
28750             break;
28751         }   /* switch(header->rep_status) */
28752 
28753         break;
28754     default:
28755         /* Unknown GIOP Message */
28756         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
28757         break;
28758     } /* switch(header->message_type) */
28759 }
28760 
28761 /*
28762  * IDL:org/csapi/am/IpAppAccountManager/retrieveTransactionHistoryRes:1.0
28763  */
28764 static void
decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)28765 decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
28766 {
28767     /* Operation specific Variable declarations Begin */
28768     guint32   u_octet4_loop_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_transactionHistory;
28769     guint32   i_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_transactionHistory;
28770     /* Operation specific Variable declarations End */
28771 
28772     switch(header->message_type) {
28773     case Request:
28774         proto_tree_add_int(tree, hf_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_retrievalID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
28775 
28776         u_octet4_loop_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_transactionHistory = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
28777         proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_transactionHistory_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_transactionHistory);
28778 
28779         for (i_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_transactionHistory=0; i_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_transactionHistory < u_octet4_loop_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_transactionHistory; i_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_transactionHistory++) {
28780 
28781             /*  Begin struct "org_csapi_am_TpTransactionHistory"  */
28782             decode_org_csapi_am_TpTransactionHistory_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
28783             /*  End struct "org_csapi_am_TpTransactionHistory"  */
28784         }
28785 
28786         break;
28787     case Reply:
28788         switch(header->rep_status) {
28789         case NO_EXCEPTION:
28790             /* Function returns void */
28791 
28792             break;
28793         case USER_EXCEPTION:
28794             break;
28795         default:
28796             /* Unknown Exception */
28797             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
28798             break;
28799         }   /* switch(header->rep_status) */
28800 
28801         break;
28802     default:
28803         /* Unknown GIOP Message */
28804         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
28805         break;
28806     } /* switch(header->message_type) */
28807 }
28808 
28809 /*
28810  * IDL:org/csapi/am/IpAppAccountManager/retrieveTransactionHistoryErr:1.0
28811  */
28812 static void
decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)28813 decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
28814 {
28815     /* Operation specific Variable declarations Begin */
28816     guint32   u_octet4;
28817     /* Operation specific Variable declarations End */
28818 
28819     switch(header->message_type) {
28820     case Request:
28821         proto_tree_add_int(tree, hf_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryErr_retrievalID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
28822 
28823         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
28824         proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryErr_transactionHistoryError, tvb, *offset-4, 4, u_octet4);
28825 
28826         break;
28827     case Reply:
28828         switch(header->rep_status) {
28829         case NO_EXCEPTION:
28830             /* Function returns void */
28831 
28832             break;
28833         case USER_EXCEPTION:
28834             break;
28835         default:
28836             /* Unknown Exception */
28837             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
28838             break;
28839         }   /* switch(header->rep_status) */
28840 
28841         break;
28842     default:
28843         /* Unknown GIOP Message */
28844         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
28845         break;
28846     } /* switch(header->message_type) */
28847 }
28848 
28849 /*
28850  * IDL:org/csapi/am/IpAppAccountManager/queryBalanceExpiryDateRes:1.0
28851  */
28852 static void
decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)28853 decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
28854 {
28855     /* Operation specific Variable declarations Begin */
28856     guint32   u_octet4_loop_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_dates;
28857     guint32   i_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_dates;
28858     /* Operation specific Variable declarations End */
28859 
28860     switch(header->message_type) {
28861     case Request:
28862         proto_tree_add_int(tree, hf_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_queryId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
28863 
28864         u_octet4_loop_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_dates = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
28865         proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_dates_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_dates);
28866 
28867         for (i_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_dates=0; i_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_dates < u_octet4_loop_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_dates; i_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_dates++) {
28868 
28869             /*  Begin struct "org_csapi_am_TpBalanceExpiryDate"  */
28870             decode_org_csapi_am_TpBalanceExpiryDate_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
28871             /*  End struct "org_csapi_am_TpBalanceExpiryDate"  */
28872         }
28873 
28874         break;
28875     case Reply:
28876         switch(header->rep_status) {
28877         case NO_EXCEPTION:
28878             /* Function returns void */
28879 
28880             break;
28881         case USER_EXCEPTION:
28882             break;
28883         default:
28884             /* Unknown Exception */
28885             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
28886             break;
28887         }   /* switch(header->rep_status) */
28888 
28889         break;
28890     default:
28891         /* Unknown GIOP Message */
28892         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
28893         break;
28894     } /* switch(header->message_type) */
28895 }
28896 
28897 /*
28898  * IDL:org/csapi/am/IpAppAccountManager/queryBalanceExpiryDateErr:1.0
28899  */
28900 static void
decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)28901 decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
28902 {
28903     /* Operation specific Variable declarations Begin */
28904     guint32   u_octet4;
28905     /* Operation specific Variable declarations End */
28906 
28907     switch(header->message_type) {
28908     case Request:
28909         proto_tree_add_int(tree, hf_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateErr_queryId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
28910 
28911         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
28912         proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateErr_cause, tvb, *offset-4, 4, u_octet4);
28913 
28914         break;
28915     case Reply:
28916         switch(header->rep_status) {
28917         case NO_EXCEPTION:
28918             /* Function returns void */
28919 
28920             break;
28921         case USER_EXCEPTION:
28922             break;
28923         default:
28924             /* Unknown Exception */
28925             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
28926             break;
28927         }   /* switch(header->rep_status) */
28928 
28929         break;
28930     default:
28931         /* Unknown GIOP Message */
28932         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
28933         break;
28934     } /* switch(header->message_type) */
28935 }
28936 
28937 /*
28938  * IDL:org/csapi/am/IpAppAccountManager/updateBalanceRes:1.0
28939  */
28940 static void
decode_org_csapi_am_IpAppAccountManager_updateBalanceRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)28941 decode_org_csapi_am_IpAppAccountManager_updateBalanceRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
28942 {
28943     switch(header->message_type) {
28944     case Request:
28945         proto_tree_add_int(tree, hf_org_csapi_am_IpAppAccountManager_updateBalanceRes_requestId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
28946 
28947         /*  Begin struct "org_csapi_am_TpBalance"  */
28948         decode_org_csapi_am_TpBalance_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
28949         /*  End struct "org_csapi_am_TpBalance"  */
28950         break;
28951     case Reply:
28952         switch(header->rep_status) {
28953         case NO_EXCEPTION:
28954             /* Function returns void */
28955 
28956             break;
28957         case USER_EXCEPTION:
28958             break;
28959         default:
28960             /* Unknown Exception */
28961             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
28962             break;
28963         }   /* switch(header->rep_status) */
28964 
28965         break;
28966     default:
28967         /* Unknown GIOP Message */
28968         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
28969         break;
28970     } /* switch(header->message_type) */
28971 }
28972 
28973 /*
28974  * IDL:org/csapi/am/IpAppAccountManager/updateBalanceErr:1.0
28975  */
28976 static void
decode_org_csapi_am_IpAppAccountManager_updateBalanceErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)28977 decode_org_csapi_am_IpAppAccountManager_updateBalanceErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
28978 {
28979     /* Operation specific Variable declarations Begin */
28980     guint32   u_octet4;
28981     /* Operation specific Variable declarations End */
28982 
28983     switch(header->message_type) {
28984     case Request:
28985         proto_tree_add_int(tree, hf_org_csapi_am_IpAppAccountManager_updateBalanceErr_requestId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
28986 
28987         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
28988         proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_updateBalanceErr_cause, tvb, *offset-4, 4, u_octet4);
28989 
28990         break;
28991     case Reply:
28992         switch(header->rep_status) {
28993         case NO_EXCEPTION:
28994             /* Function returns void */
28995 
28996             break;
28997         case USER_EXCEPTION:
28998             break;
28999         default:
29000             /* Unknown Exception */
29001             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
29002             break;
29003         }   /* switch(header->rep_status) */
29004 
29005         break;
29006     default:
29007         /* Unknown GIOP Message */
29008         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
29009         break;
29010     } /* switch(header->message_type) */
29011 }
29012 
29013 /*
29014  * IDL:org/csapi/am/IpAppAccountManager/createVoucherRes:1.0
29015  */
29016 static void
decode_org_csapi_am_IpAppAccountManager_createVoucherRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)29017 decode_org_csapi_am_IpAppAccountManager_createVoucherRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
29018 {
29019     switch(header->message_type) {
29020     case Request:
29021         proto_tree_add_int(tree, hf_org_csapi_am_IpAppAccountManager_createVoucherRes_requestId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29022 
29023         proto_tree_add_int(tree, hf_org_csapi_am_IpAppAccountManager_createVoucherRes_voucherId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29024 
29025         break;
29026     case Reply:
29027         switch(header->rep_status) {
29028         case NO_EXCEPTION:
29029             /* Function returns void */
29030 
29031             break;
29032         case USER_EXCEPTION:
29033             break;
29034         default:
29035             /* Unknown Exception */
29036             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
29037             break;
29038         }   /* switch(header->rep_status) */
29039 
29040         break;
29041     default:
29042         /* Unknown GIOP Message */
29043         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
29044         break;
29045     } /* switch(header->message_type) */
29046 }
29047 
29048 /*
29049  * IDL:org/csapi/am/IpAppAccountManager/createVoucherErr:1.0
29050  */
29051 static void
decode_org_csapi_am_IpAppAccountManager_createVoucherErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)29052 decode_org_csapi_am_IpAppAccountManager_createVoucherErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
29053 {
29054     /* Operation specific Variable declarations Begin */
29055     guint32   u_octet4;
29056     /* Operation specific Variable declarations End */
29057 
29058     switch(header->message_type) {
29059     case Request:
29060         proto_tree_add_int(tree, hf_org_csapi_am_IpAppAccountManager_createVoucherErr_requestId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29061 
29062         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
29063         proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_createVoucherErr_cause, tvb, *offset-4, 4, u_octet4);
29064 
29065         break;
29066     case Reply:
29067         switch(header->rep_status) {
29068         case NO_EXCEPTION:
29069             /* Function returns void */
29070 
29071             break;
29072         case USER_EXCEPTION:
29073             break;
29074         default:
29075             /* Unknown Exception */
29076             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
29077             break;
29078         }   /* switch(header->rep_status) */
29079 
29080         break;
29081     default:
29082         /* Unknown GIOP Message */
29083         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
29084         break;
29085     } /* switch(header->message_type) */
29086 }
29087 
29088 /*
29089  * IDL:org/csapi/am/IpAppAccountManager/destroyVoucherRes:1.0
29090  */
29091 static void
decode_org_csapi_am_IpAppAccountManager_destroyVoucherRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)29092 decode_org_csapi_am_IpAppAccountManager_destroyVoucherRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
29093 {
29094     switch(header->message_type) {
29095     case Request:
29096         proto_tree_add_int(tree, hf_org_csapi_am_IpAppAccountManager_destroyVoucherRes_requestId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29097 
29098         proto_tree_add_int(tree, hf_org_csapi_am_IpAppAccountManager_destroyVoucherRes_voucherId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29099 
29100         break;
29101     case Reply:
29102         switch(header->rep_status) {
29103         case NO_EXCEPTION:
29104             /* Function returns void */
29105 
29106             break;
29107         case USER_EXCEPTION:
29108             break;
29109         default:
29110             /* Unknown Exception */
29111             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
29112             break;
29113         }   /* switch(header->rep_status) */
29114 
29115         break;
29116     default:
29117         /* Unknown GIOP Message */
29118         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
29119         break;
29120     } /* switch(header->message_type) */
29121 }
29122 
29123 /*
29124  * IDL:org/csapi/am/IpAppAccountManager/destroyVoucherErr:1.0
29125  */
29126 static void
decode_org_csapi_am_IpAppAccountManager_destroyVoucherErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)29127 decode_org_csapi_am_IpAppAccountManager_destroyVoucherErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
29128 {
29129     /* Operation specific Variable declarations Begin */
29130     guint32   u_octet4;
29131     /* Operation specific Variable declarations End */
29132 
29133     switch(header->message_type) {
29134     case Request:
29135         proto_tree_add_int(tree, hf_org_csapi_am_IpAppAccountManager_destroyVoucherErr_requestId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29136 
29137         proto_tree_add_int(tree, hf_org_csapi_am_IpAppAccountManager_destroyVoucherErr_voucherId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29138 
29139         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
29140         proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_destroyVoucherErr_cause, tvb, *offset-4, 4, u_octet4);
29141 
29142         break;
29143     case Reply:
29144         switch(header->rep_status) {
29145         case NO_EXCEPTION:
29146             /* Function returns void */
29147 
29148             break;
29149         case USER_EXCEPTION:
29150             break;
29151         default:
29152             /* Unknown Exception */
29153             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
29154             break;
29155         }   /* switch(header->rep_status) */
29156 
29157         break;
29158     default:
29159         /* Unknown GIOP Message */
29160         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
29161         break;
29162     } /* switch(header->message_type) */
29163 }
29164 
29165 /*
29166  * IDL:org/csapi/am/IpAppAccountManager/queryVoucherRes:1.0
29167  */
29168 static void
decode_org_csapi_am_IpAppAccountManager_queryVoucherRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)29169 decode_org_csapi_am_IpAppAccountManager_queryVoucherRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
29170 {
29171     switch(header->message_type) {
29172     case Request:
29173         proto_tree_add_int(tree, hf_org_csapi_am_IpAppAccountManager_queryVoucherRes_queryId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29174 
29175         /*  Begin struct "org_csapi_am_TpVoucher"  */
29176         decode_org_csapi_am_TpVoucher_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
29177         /*  End struct "org_csapi_am_TpVoucher"  */
29178         break;
29179     case Reply:
29180         switch(header->rep_status) {
29181         case NO_EXCEPTION:
29182             /* Function returns void */
29183 
29184             break;
29185         case USER_EXCEPTION:
29186             break;
29187         default:
29188             /* Unknown Exception */
29189             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
29190             break;
29191         }   /* switch(header->rep_status) */
29192 
29193         break;
29194     default:
29195         /* Unknown GIOP Message */
29196         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
29197         break;
29198     } /* switch(header->message_type) */
29199 }
29200 
29201 /*
29202  * IDL:org/csapi/am/IpAppAccountManager/queryVoucherErr:1.0
29203  */
29204 static void
decode_org_csapi_am_IpAppAccountManager_queryVoucherErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)29205 decode_org_csapi_am_IpAppAccountManager_queryVoucherErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
29206 {
29207     /* Operation specific Variable declarations Begin */
29208     guint32   u_octet4;
29209     /* Operation specific Variable declarations End */
29210 
29211     switch(header->message_type) {
29212     case Request:
29213         proto_tree_add_int(tree, hf_org_csapi_am_IpAppAccountManager_queryVoucherErr_queryId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29214 
29215         proto_tree_add_int(tree, hf_org_csapi_am_IpAppAccountManager_queryVoucherErr_voucherId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29216 
29217         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
29218         proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_queryVoucherErr_cause, tvb, *offset-4, 4, u_octet4);
29219 
29220         break;
29221     case Reply:
29222         switch(header->rep_status) {
29223         case NO_EXCEPTION:
29224             /* Function returns void */
29225 
29226             break;
29227         case USER_EXCEPTION:
29228             break;
29229         default:
29230             /* Unknown Exception */
29231             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
29232             break;
29233         }   /* switch(header->rep_status) */
29234 
29235         break;
29236     default:
29237         /* Unknown GIOP Message */
29238         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
29239         break;
29240     } /* switch(header->message_type) */
29241 }
29242 
29243 /*
29244  * IDL:org/csapi/am/IpAppAccountManager/queryUserVouchersRes:1.0
29245  */
29246 static void
decode_org_csapi_am_IpAppAccountManager_queryUserVouchersRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)29247 decode_org_csapi_am_IpAppAccountManager_queryUserVouchersRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
29248 {
29249     /* Operation specific Variable declarations Begin */
29250     guint32   u_octet4_loop_org_csapi_am_IpAppAccountManager_queryUserVouchersRes_vouchers;
29251     guint32   i_org_csapi_am_IpAppAccountManager_queryUserVouchersRes_vouchers;
29252     /* Operation specific Variable declarations End */
29253 
29254     switch(header->message_type) {
29255     case Request:
29256         proto_tree_add_int(tree, hf_org_csapi_am_IpAppAccountManager_queryUserVouchersRes_queryId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29257 
29258         u_octet4_loop_org_csapi_am_IpAppAccountManager_queryUserVouchersRes_vouchers = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
29259         proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_queryUserVouchersRes_vouchers_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_am_IpAppAccountManager_queryUserVouchersRes_vouchers);
29260 
29261         for (i_org_csapi_am_IpAppAccountManager_queryUserVouchersRes_vouchers=0; i_org_csapi_am_IpAppAccountManager_queryUserVouchersRes_vouchers < u_octet4_loop_org_csapi_am_IpAppAccountManager_queryUserVouchersRes_vouchers; i_org_csapi_am_IpAppAccountManager_queryUserVouchersRes_vouchers++) {
29262 
29263             /*  Begin struct "org_csapi_am_TpVoucher"  */
29264             decode_org_csapi_am_TpVoucher_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
29265             /*  End struct "org_csapi_am_TpVoucher"  */
29266         }
29267 
29268         break;
29269     case Reply:
29270         switch(header->rep_status) {
29271         case NO_EXCEPTION:
29272             /* Function returns void */
29273 
29274             break;
29275         case USER_EXCEPTION:
29276             break;
29277         default:
29278             /* Unknown Exception */
29279             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
29280             break;
29281         }   /* switch(header->rep_status) */
29282 
29283         break;
29284     default:
29285         /* Unknown GIOP Message */
29286         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
29287         break;
29288     } /* switch(header->message_type) */
29289 }
29290 
29291 /*
29292  * IDL:org/csapi/am/IpAppAccountManager/queryUserVouchersErr:1.0
29293  */
29294 static void
decode_org_csapi_am_IpAppAccountManager_queryUserVouchersErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)29295 decode_org_csapi_am_IpAppAccountManager_queryUserVouchersErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
29296 {
29297     /* Operation specific Variable declarations Begin */
29298     guint32   u_octet4;
29299     /* Operation specific Variable declarations End */
29300 
29301     switch(header->message_type) {
29302     case Request:
29303         proto_tree_add_int(tree, hf_org_csapi_am_IpAppAccountManager_queryUserVouchersErr_queryId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29304 
29305         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
29306         proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_queryUserVouchersErr_cause, tvb, *offset-4, 4, u_octet4);
29307 
29308         break;
29309     case Reply:
29310         switch(header->rep_status) {
29311         case NO_EXCEPTION:
29312             /* Function returns void */
29313 
29314             break;
29315         case USER_EXCEPTION:
29316             break;
29317         default:
29318             /* Unknown Exception */
29319             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
29320             break;
29321         }   /* switch(header->rep_status) */
29322 
29323         break;
29324     default:
29325         /* Unknown GIOP Message */
29326         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
29327         break;
29328     } /* switch(header->message_type) */
29329 }
29330 
29331 /*
29332  * IDL:org/csapi/am/IpAccountManager/createNotification:1.0
29333  */
29334 static void
decode_org_csapi_am_IpAccountManager_createNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)29335 decode_org_csapi_am_IpAccountManager_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
29336 {
29337     switch(header->message_type) {
29338     case Request:
29339         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
29340 
29341         /*  Begin struct "org_csapi_am_TpChargingEventCriteria"  */
29342         decode_org_csapi_am_TpChargingEventCriteria_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
29343         /*  End struct "org_csapi_am_TpChargingEventCriteria"  */
29344         break;
29345     case Reply:
29346         switch(header->rep_status) {
29347         case NO_EXCEPTION:
29348             proto_tree_add_int(tree, hf_org_csapi_am_IpAccountManager_createNotification_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29349 
29350             break;
29351         case USER_EXCEPTION:
29352             break;
29353         default:
29354             /* Unknown Exception */
29355             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
29356             break;
29357         }   /* switch(header->rep_status) */
29358 
29359         break;
29360     default:
29361         /* Unknown GIOP Message */
29362         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
29363         break;
29364     } /* switch(header->message_type) */
29365 }
29366 
29367 /*
29368  * IDL:org/csapi/am/IpAccountManager/destroyNotification:1.0
29369  */
29370 static void
decode_org_csapi_am_IpAccountManager_destroyNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)29371 decode_org_csapi_am_IpAccountManager_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
29372 {
29373     switch(header->message_type) {
29374     case Request:
29375         proto_tree_add_int(tree, hf_org_csapi_am_IpAccountManager_destroyNotification_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29376 
29377         break;
29378     case Reply:
29379         switch(header->rep_status) {
29380         case NO_EXCEPTION:
29381             /* Function returns void */
29382 
29383             break;
29384         case USER_EXCEPTION:
29385             break;
29386         default:
29387             /* Unknown Exception */
29388             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
29389             break;
29390         }   /* switch(header->rep_status) */
29391 
29392         break;
29393     default:
29394         /* Unknown GIOP Message */
29395         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
29396         break;
29397     } /* switch(header->message_type) */
29398 }
29399 
29400 /*
29401  * IDL:org/csapi/am/IpAccountManager/queryBalanceReq:1.0
29402  */
29403 static void
decode_org_csapi_am_IpAccountManager_queryBalanceReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)29404 decode_org_csapi_am_IpAccountManager_queryBalanceReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
29405 {
29406     /* Operation specific Variable declarations Begin */
29407     guint32   u_octet4_loop_org_csapi_am_IpAccountManager_queryBalanceReq_users;
29408     guint32   i_org_csapi_am_IpAccountManager_queryBalanceReq_users;
29409     /* Operation specific Variable declarations End */
29410 
29411     switch(header->message_type) {
29412     case Request:
29413         u_octet4_loop_org_csapi_am_IpAccountManager_queryBalanceReq_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
29414         proto_tree_add_uint(tree, hf_org_csapi_am_IpAccountManager_queryBalanceReq_users_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_am_IpAccountManager_queryBalanceReq_users);
29415 
29416         for (i_org_csapi_am_IpAccountManager_queryBalanceReq_users=0; i_org_csapi_am_IpAccountManager_queryBalanceReq_users < u_octet4_loop_org_csapi_am_IpAccountManager_queryBalanceReq_users; i_org_csapi_am_IpAccountManager_queryBalanceReq_users++) {
29417 
29418             /*  Begin struct "org_csapi_TpAddress"  */
29419             decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
29420             /*  End struct "org_csapi_TpAddress"  */
29421         }
29422 
29423         break;
29424     case Reply:
29425         switch(header->rep_status) {
29426         case NO_EXCEPTION:
29427             proto_tree_add_int(tree, hf_org_csapi_am_IpAccountManager_queryBalanceReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29428 
29429             break;
29430         case USER_EXCEPTION:
29431             break;
29432         default:
29433             /* Unknown Exception */
29434             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
29435             break;
29436         }   /* switch(header->rep_status) */
29437 
29438         break;
29439     default:
29440         /* Unknown GIOP Message */
29441         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
29442         break;
29443     } /* switch(header->message_type) */
29444 }
29445 
29446 /*
29447  * IDL:org/csapi/am/IpAccountManager/changeNotification:1.0
29448  */
29449 static void
decode_org_csapi_am_IpAccountManager_changeNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)29450 decode_org_csapi_am_IpAccountManager_changeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
29451 {
29452     switch(header->message_type) {
29453     case Request:
29454         proto_tree_add_int(tree, hf_org_csapi_am_IpAccountManager_changeNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29455 
29456         /*  Begin struct "org_csapi_am_TpChargingEventCriteria"  */
29457         decode_org_csapi_am_TpChargingEventCriteria_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
29458         /*  End struct "org_csapi_am_TpChargingEventCriteria"  */
29459         break;
29460     case Reply:
29461         switch(header->rep_status) {
29462         case NO_EXCEPTION:
29463             /* Function returns void */
29464 
29465             break;
29466         case USER_EXCEPTION:
29467             break;
29468         default:
29469             /* Unknown Exception */
29470             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
29471             break;
29472         }   /* switch(header->rep_status) */
29473 
29474         break;
29475     default:
29476         /* Unknown GIOP Message */
29477         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
29478         break;
29479     } /* switch(header->message_type) */
29480 }
29481 
29482 /*
29483  * IDL:org/csapi/am/IpAccountManager/getNotification:1.0
29484  */
29485 static void
decode_org_csapi_am_IpAccountManager_getNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)29486 decode_org_csapi_am_IpAccountManager_getNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
29487 {
29488     /* Operation specific Variable declarations Begin */
29489     guint32   u_octet4_loop_org_csapi_am_IpAccountManager_getNotification_return;
29490     guint32   i_org_csapi_am_IpAccountManager_getNotification_return;
29491     /* Operation specific Variable declarations End */
29492 
29493     switch(header->message_type) {
29494     case Request:
29495         break;
29496     case Reply:
29497         switch(header->rep_status) {
29498         case NO_EXCEPTION:
29499             u_octet4_loop_org_csapi_am_IpAccountManager_getNotification_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
29500             proto_tree_add_uint(tree, hf_org_csapi_am_IpAccountManager_getNotification_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_am_IpAccountManager_getNotification_return);
29501 
29502             for (i_org_csapi_am_IpAccountManager_getNotification_return=0; i_org_csapi_am_IpAccountManager_getNotification_return < u_octet4_loop_org_csapi_am_IpAccountManager_getNotification_return; i_org_csapi_am_IpAccountManager_getNotification_return++) {
29503 
29504                 /*  Begin struct "org_csapi_am_TpChargingEventCriteriaResult"  */
29505                 decode_org_csapi_am_TpChargingEventCriteriaResult_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
29506                 /*  End struct "org_csapi_am_TpChargingEventCriteriaResult"  */
29507             }
29508 
29509             break;
29510         case USER_EXCEPTION:
29511             break;
29512         default:
29513             /* Unknown Exception */
29514             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
29515             break;
29516         }   /* switch(header->rep_status) */
29517 
29518         break;
29519     default:
29520         /* Unknown GIOP Message */
29521         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
29522         break;
29523     } /* switch(header->message_type) */
29524 }
29525 
29526 /*
29527  * IDL:org/csapi/am/IpAccountManager/retrieveTransactionHistoryReq:1.0
29528  */
29529 static void
decode_org_csapi_am_IpAccountManager_retrieveTransactionHistoryReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)29530 decode_org_csapi_am_IpAccountManager_retrieveTransactionHistoryReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
29531 {
29532     switch(header->message_type) {
29533     case Request:
29534         /*  Begin struct "org_csapi_TpAddress"  */
29535         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
29536         /*  End struct "org_csapi_TpAddress"  */
29537         /*  Begin struct "org_csapi_TpTimeInterval"  */
29538         decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
29539         /*  End struct "org_csapi_TpTimeInterval"  */
29540         break;
29541     case Reply:
29542         switch(header->rep_status) {
29543         case NO_EXCEPTION:
29544             proto_tree_add_int(tree, hf_org_csapi_am_IpAccountManager_retrieveTransactionHistoryReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29545 
29546             break;
29547         case USER_EXCEPTION:
29548             break;
29549         default:
29550             /* Unknown Exception */
29551             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
29552             break;
29553         }   /* switch(header->rep_status) */
29554 
29555         break;
29556     default:
29557         /* Unknown GIOP Message */
29558         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
29559         break;
29560     } /* switch(header->message_type) */
29561 }
29562 
29563 /*
29564  * IDL:org/csapi/am/IpAccountManager/enableNotifications:1.0
29565  */
29566 static void
decode_org_csapi_am_IpAccountManager_enableNotifications(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)29567 decode_org_csapi_am_IpAccountManager_enableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
29568 {
29569     switch(header->message_type) {
29570     case Request:
29571         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
29572 
29573         break;
29574     case Reply:
29575         switch(header->rep_status) {
29576         case NO_EXCEPTION:
29577             proto_tree_add_int(tree, hf_org_csapi_am_IpAccountManager_enableNotifications_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29578 
29579             break;
29580         case USER_EXCEPTION:
29581             break;
29582         default:
29583             /* Unknown Exception */
29584             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
29585             break;
29586         }   /* switch(header->rep_status) */
29587 
29588         break;
29589     default:
29590         /* Unknown GIOP Message */
29591         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
29592         break;
29593     } /* switch(header->message_type) */
29594 }
29595 
29596 /*
29597  * IDL:org/csapi/am/IpAccountManager/disableNotifications:1.0
29598  */
29599 static void
decode_org_csapi_am_IpAccountManager_disableNotifications(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)29600 decode_org_csapi_am_IpAccountManager_disableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
29601 {
29602     switch(header->message_type) {
29603     case Request:
29604         break;
29605     case Reply:
29606         switch(header->rep_status) {
29607         case NO_EXCEPTION:
29608             /* Function returns void */
29609 
29610             break;
29611         case USER_EXCEPTION:
29612             break;
29613         default:
29614             /* Unknown Exception */
29615             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
29616             break;
29617         }   /* switch(header->rep_status) */
29618 
29619         break;
29620     default:
29621         /* Unknown GIOP Message */
29622         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
29623         break;
29624     } /* switch(header->message_type) */
29625 }
29626 
29627 /*
29628  * IDL:org/csapi/am/IpAccountManager/queryBalanceExpiryDateReq:1.0
29629  */
29630 static void
decode_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)29631 decode_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
29632 {
29633     /* Operation specific Variable declarations Begin */
29634     guint32   u_octet4_loop_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_users;
29635     guint32   i_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_users;
29636     /* Operation specific Variable declarations End */
29637 
29638     switch(header->message_type) {
29639     case Request:
29640         u_octet4_loop_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
29641         proto_tree_add_uint(tree, hf_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_users_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_users);
29642 
29643         for (i_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_users=0; i_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_users < u_octet4_loop_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_users; i_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_users++) {
29644 
29645             /*  Begin struct "org_csapi_TpAddress"  */
29646             decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
29647             /*  End struct "org_csapi_TpAddress"  */
29648         }
29649 
29650         break;
29651     case Reply:
29652         switch(header->rep_status) {
29653         case NO_EXCEPTION:
29654             proto_tree_add_int(tree, hf_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29655 
29656             break;
29657         case USER_EXCEPTION:
29658             break;
29659         default:
29660             /* Unknown Exception */
29661             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
29662             break;
29663         }   /* switch(header->rep_status) */
29664 
29665         break;
29666     default:
29667         /* Unknown GIOP Message */
29668         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
29669         break;
29670     } /* switch(header->message_type) */
29671 }
29672 
29673 /*
29674  * IDL:org/csapi/am/IpAccountManager/updateBalanceReq:1.0
29675  */
29676 static void
decode_org_csapi_am_IpAccountManager_updateBalanceReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)29677 decode_org_csapi_am_IpAccountManager_updateBalanceReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
29678 {
29679     switch(header->message_type) {
29680     case Request:
29681         /*  Begin struct "org_csapi_TpAddress"  */
29682         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
29683         /*  End struct "org_csapi_TpAddress"  */
29684         proto_tree_add_boolean(tree, hf_org_csapi_am_IpAccountManager_updateBalanceReq_debit, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
29685 
29686         /*  Begin struct "org_csapi_am_TpBalanceInfo"  */
29687         decode_org_csapi_am_TpBalanceInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
29688         /*  End struct "org_csapi_am_TpBalanceInfo"  */
29689         proto_tree_add_int(tree, hf_org_csapi_am_IpAccountManager_updateBalanceReq_period, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29690 
29691         break;
29692     case Reply:
29693         switch(header->rep_status) {
29694         case NO_EXCEPTION:
29695             proto_tree_add_int(tree, hf_org_csapi_am_IpAccountManager_updateBalanceReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29696 
29697             break;
29698         case USER_EXCEPTION:
29699             break;
29700         default:
29701             /* Unknown Exception */
29702             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
29703             break;
29704         }   /* switch(header->rep_status) */
29705 
29706         break;
29707     default:
29708         /* Unknown GIOP Message */
29709         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
29710         break;
29711     } /* switch(header->message_type) */
29712 }
29713 
29714 /*
29715  * IDL:org/csapi/am/IpAccountManager/createVoucherReq:1.0
29716  */
29717 static void
decode_org_csapi_am_IpAccountManager_createVoucherReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)29718 decode_org_csapi_am_IpAccountManager_createVoucherReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
29719 {
29720     switch(header->message_type) {
29721     case Request:
29722         /*  Begin struct "org_csapi_TpAddress"  */
29723         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
29724         /*  End struct "org_csapi_TpAddress"  */
29725         /*  Begin struct "org_csapi_am_TpBalanceInfo"  */
29726         decode_org_csapi_am_TpBalanceInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
29727         /*  End struct "org_csapi_am_TpBalanceInfo"  */
29728         break;
29729     case Reply:
29730         switch(header->rep_status) {
29731         case NO_EXCEPTION:
29732             proto_tree_add_int(tree, hf_org_csapi_am_IpAccountManager_createVoucherReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29733 
29734             break;
29735         case USER_EXCEPTION:
29736             break;
29737         default:
29738             /* Unknown Exception */
29739             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
29740             break;
29741         }   /* switch(header->rep_status) */
29742 
29743         break;
29744     default:
29745         /* Unknown GIOP Message */
29746         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
29747         break;
29748     } /* switch(header->message_type) */
29749 }
29750 
29751 /*
29752  * IDL:org/csapi/am/IpAccountManager/destroyVoucherReq:1.0
29753  */
29754 static void
decode_org_csapi_am_IpAccountManager_destroyVoucherReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)29755 decode_org_csapi_am_IpAccountManager_destroyVoucherReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
29756 {
29757     switch(header->message_type) {
29758     case Request:
29759         proto_tree_add_int(tree, hf_org_csapi_am_IpAccountManager_destroyVoucherReq_voucherId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29760 
29761         break;
29762     case Reply:
29763         switch(header->rep_status) {
29764         case NO_EXCEPTION:
29765             proto_tree_add_int(tree, hf_org_csapi_am_IpAccountManager_destroyVoucherReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29766 
29767             break;
29768         case USER_EXCEPTION:
29769             break;
29770         default:
29771             /* Unknown Exception */
29772             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
29773             break;
29774         }   /* switch(header->rep_status) */
29775 
29776         break;
29777     default:
29778         /* Unknown GIOP Message */
29779         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
29780         break;
29781     } /* switch(header->message_type) */
29782 }
29783 
29784 /*
29785  * IDL:org/csapi/am/IpAccountManager/queryVoucherReq:1.0
29786  */
29787 static void
decode_org_csapi_am_IpAccountManager_queryVoucherReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)29788 decode_org_csapi_am_IpAccountManager_queryVoucherReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
29789 {
29790     switch(header->message_type) {
29791     case Request:
29792         proto_tree_add_int(tree, hf_org_csapi_am_IpAccountManager_queryVoucherReq_voucherId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29793 
29794         break;
29795     case Reply:
29796         switch(header->rep_status) {
29797         case NO_EXCEPTION:
29798             proto_tree_add_int(tree, hf_org_csapi_am_IpAccountManager_queryVoucherReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29799 
29800             break;
29801         case USER_EXCEPTION:
29802             break;
29803         default:
29804             /* Unknown Exception */
29805             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
29806             break;
29807         }   /* switch(header->rep_status) */
29808 
29809         break;
29810     default:
29811         /* Unknown GIOP Message */
29812         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
29813         break;
29814     } /* switch(header->message_type) */
29815 }
29816 
29817 /*
29818  * IDL:org/csapi/am/IpAccountManager/queryUserVouchersReq:1.0
29819  */
29820 static void
decode_org_csapi_am_IpAccountManager_queryUserVouchersReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)29821 decode_org_csapi_am_IpAccountManager_queryUserVouchersReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
29822 {
29823     switch(header->message_type) {
29824     case Request:
29825         /*  Begin struct "org_csapi_TpAddress"  */
29826         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
29827         /*  End struct "org_csapi_TpAddress"  */
29828         break;
29829     case Reply:
29830         switch(header->rep_status) {
29831         case NO_EXCEPTION:
29832             proto_tree_add_int(tree, hf_org_csapi_am_IpAccountManager_queryUserVouchersReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29833 
29834             break;
29835         case USER_EXCEPTION:
29836             break;
29837         default:
29838             /* Unknown Exception */
29839             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
29840             break;
29841         }   /* switch(header->rep_status) */
29842 
29843         break;
29844     default:
29845         /* Unknown GIOP Message */
29846         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
29847         break;
29848     } /* switch(header->message_type) */
29849 }
29850 
29851 /*
29852  * IDL:org/csapi/cs/IpAppChargingSession/creditAmountErr:1.0
29853  */
29854 static void
decode_org_csapi_cs_IpAppChargingSession_creditAmountErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)29855 decode_org_csapi_cs_IpAppChargingSession_creditAmountErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
29856 {
29857     /* Operation specific Variable declarations Begin */
29858     guint32   u_octet4;
29859     /* Operation specific Variable declarations End */
29860 
29861     switch(header->message_type) {
29862     case Request:
29863         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_creditAmountErr_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29864 
29865         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_creditAmountErr_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29866 
29867         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
29868         proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_creditAmountErr_error, tvb, *offset-4, 4, u_octet4);
29869 
29870         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_creditAmountErr_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29871 
29872         break;
29873     case Reply:
29874         switch(header->rep_status) {
29875         case NO_EXCEPTION:
29876             /* Function returns void */
29877 
29878             break;
29879         case USER_EXCEPTION:
29880             break;
29881         default:
29882             /* Unknown Exception */
29883             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
29884             break;
29885         }   /* switch(header->rep_status) */
29886 
29887         break;
29888     default:
29889         /* Unknown GIOP Message */
29890         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
29891         break;
29892     } /* switch(header->message_type) */
29893 }
29894 
29895 /*
29896  * IDL:org/csapi/cs/IpAppChargingSession/creditAmountRes:1.0
29897  */
29898 static void
decode_org_csapi_cs_IpAppChargingSession_creditAmountRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)29899 decode_org_csapi_cs_IpAppChargingSession_creditAmountRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
29900 {
29901     switch(header->message_type) {
29902     case Request:
29903         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_creditAmountRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29904 
29905         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_creditAmountRes_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29906 
29907         /*  Begin struct "org_csapi_cs_TpChargingPrice"  */
29908         decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
29909         /*  End struct "org_csapi_cs_TpChargingPrice"  */
29910         /*  Begin struct "org_csapi_cs_TpChargingPrice"  */
29911         decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
29912         /*  End struct "org_csapi_cs_TpChargingPrice"  */
29913         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_creditAmountRes_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29914 
29915         break;
29916     case Reply:
29917         switch(header->rep_status) {
29918         case NO_EXCEPTION:
29919             /* Function returns void */
29920 
29921             break;
29922         case USER_EXCEPTION:
29923             break;
29924         default:
29925             /* Unknown Exception */
29926             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
29927             break;
29928         }   /* switch(header->rep_status) */
29929 
29930         break;
29931     default:
29932         /* Unknown GIOP Message */
29933         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
29934         break;
29935     } /* switch(header->message_type) */
29936 }
29937 
29938 /*
29939  * IDL:org/csapi/cs/IpAppChargingSession/creditUnitErr:1.0
29940  */
29941 static void
decode_org_csapi_cs_IpAppChargingSession_creditUnitErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)29942 decode_org_csapi_cs_IpAppChargingSession_creditUnitErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
29943 {
29944     /* Operation specific Variable declarations Begin */
29945     guint32   u_octet4;
29946     /* Operation specific Variable declarations End */
29947 
29948     switch(header->message_type) {
29949     case Request:
29950         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_creditUnitErr_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29951 
29952         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_creditUnitErr_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29953 
29954         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
29955         proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_creditUnitErr_error, tvb, *offset-4, 4, u_octet4);
29956 
29957         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_creditUnitErr_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29958 
29959         break;
29960     case Reply:
29961         switch(header->rep_status) {
29962         case NO_EXCEPTION:
29963             /* Function returns void */
29964 
29965             break;
29966         case USER_EXCEPTION:
29967             break;
29968         default:
29969             /* Unknown Exception */
29970             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
29971             break;
29972         }   /* switch(header->rep_status) */
29973 
29974         break;
29975     default:
29976         /* Unknown GIOP Message */
29977         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
29978         break;
29979     } /* switch(header->message_type) */
29980 }
29981 
29982 /*
29983  * IDL:org/csapi/cs/IpAppChargingSession/creditUnitRes:1.0
29984  */
29985 static void
decode_org_csapi_cs_IpAppChargingSession_creditUnitRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)29986 decode_org_csapi_cs_IpAppChargingSession_creditUnitRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
29987 {
29988     /* Operation specific Variable declarations Begin */
29989     guint32   u_octet4_loop_org_csapi_cs_IpAppChargingSession_creditUnitRes_creditedVolumes;
29990     guint32   i_org_csapi_cs_IpAppChargingSession_creditUnitRes_creditedVolumes;
29991     guint32   u_octet4_loop_org_csapi_cs_IpAppChargingSession_creditUnitRes_reservedUnitsLeft;
29992     guint32   i_org_csapi_cs_IpAppChargingSession_creditUnitRes_reservedUnitsLeft;
29993     /* Operation specific Variable declarations End */
29994 
29995     switch(header->message_type) {
29996     case Request:
29997         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_creditUnitRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
29998 
29999         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_creditUnitRes_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30000 
30001         u_octet4_loop_org_csapi_cs_IpAppChargingSession_creditUnitRes_creditedVolumes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
30002         proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_creditUnitRes_creditedVolumes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpAppChargingSession_creditUnitRes_creditedVolumes);
30003 
30004         for (i_org_csapi_cs_IpAppChargingSession_creditUnitRes_creditedVolumes=0; i_org_csapi_cs_IpAppChargingSession_creditUnitRes_creditedVolumes < u_octet4_loop_org_csapi_cs_IpAppChargingSession_creditUnitRes_creditedVolumes; i_org_csapi_cs_IpAppChargingSession_creditUnitRes_creditedVolumes++) {
30005 
30006             /*  Begin struct "org_csapi_cs_TpVolume"  */
30007             decode_org_csapi_cs_TpVolume_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
30008             /*  End struct "org_csapi_cs_TpVolume"  */
30009         }
30010 
30011         u_octet4_loop_org_csapi_cs_IpAppChargingSession_creditUnitRes_reservedUnitsLeft = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
30012         proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_creditUnitRes_reservedUnitsLeft_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpAppChargingSession_creditUnitRes_reservedUnitsLeft);
30013 
30014         for (i_org_csapi_cs_IpAppChargingSession_creditUnitRes_reservedUnitsLeft=0; i_org_csapi_cs_IpAppChargingSession_creditUnitRes_reservedUnitsLeft < u_octet4_loop_org_csapi_cs_IpAppChargingSession_creditUnitRes_reservedUnitsLeft; i_org_csapi_cs_IpAppChargingSession_creditUnitRes_reservedUnitsLeft++) {
30015 
30016             /*  Begin struct "org_csapi_cs_TpVolume"  */
30017             decode_org_csapi_cs_TpVolume_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
30018             /*  End struct "org_csapi_cs_TpVolume"  */
30019         }
30020 
30021         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_creditUnitRes_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30022 
30023         break;
30024     case Reply:
30025         switch(header->rep_status) {
30026         case NO_EXCEPTION:
30027             /* Function returns void */
30028 
30029             break;
30030         case USER_EXCEPTION:
30031             break;
30032         default:
30033             /* Unknown Exception */
30034             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
30035             break;
30036         }   /* switch(header->rep_status) */
30037 
30038         break;
30039     default:
30040         /* Unknown GIOP Message */
30041         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
30042         break;
30043     } /* switch(header->message_type) */
30044 }
30045 
30046 /*
30047  * IDL:org/csapi/cs/IpAppChargingSession/debitAmountErr:1.0
30048  */
30049 static void
decode_org_csapi_cs_IpAppChargingSession_debitAmountErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)30050 decode_org_csapi_cs_IpAppChargingSession_debitAmountErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
30051 {
30052     /* Operation specific Variable declarations Begin */
30053     guint32   u_octet4;
30054     /* Operation specific Variable declarations End */
30055 
30056     switch(header->message_type) {
30057     case Request:
30058         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_debitAmountErr_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30059 
30060         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_debitAmountErr_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30061 
30062         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
30063         proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_debitAmountErr_error, tvb, *offset-4, 4, u_octet4);
30064 
30065         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_debitAmountErr_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30066 
30067         break;
30068     case Reply:
30069         switch(header->rep_status) {
30070         case NO_EXCEPTION:
30071             /* Function returns void */
30072 
30073             break;
30074         case USER_EXCEPTION:
30075             break;
30076         default:
30077             /* Unknown Exception */
30078             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
30079             break;
30080         }   /* switch(header->rep_status) */
30081 
30082         break;
30083     default:
30084         /* Unknown GIOP Message */
30085         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
30086         break;
30087     } /* switch(header->message_type) */
30088 }
30089 
30090 /*
30091  * IDL:org/csapi/cs/IpAppChargingSession/debitAmountRes:1.0
30092  */
30093 static void
decode_org_csapi_cs_IpAppChargingSession_debitAmountRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)30094 decode_org_csapi_cs_IpAppChargingSession_debitAmountRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
30095 {
30096     switch(header->message_type) {
30097     case Request:
30098         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_debitAmountRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30099 
30100         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_debitAmountRes_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30101 
30102         /*  Begin struct "org_csapi_cs_TpChargingPrice"  */
30103         decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
30104         /*  End struct "org_csapi_cs_TpChargingPrice"  */
30105         /*  Begin struct "org_csapi_cs_TpChargingPrice"  */
30106         decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
30107         /*  End struct "org_csapi_cs_TpChargingPrice"  */
30108         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_debitAmountRes_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30109 
30110         break;
30111     case Reply:
30112         switch(header->rep_status) {
30113         case NO_EXCEPTION:
30114             /* Function returns void */
30115 
30116             break;
30117         case USER_EXCEPTION:
30118             break;
30119         default:
30120             /* Unknown Exception */
30121             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
30122             break;
30123         }   /* switch(header->rep_status) */
30124 
30125         break;
30126     default:
30127         /* Unknown GIOP Message */
30128         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
30129         break;
30130     } /* switch(header->message_type) */
30131 }
30132 
30133 /*
30134  * IDL:org/csapi/cs/IpAppChargingSession/debitUnitErr:1.0
30135  */
30136 static void
decode_org_csapi_cs_IpAppChargingSession_debitUnitErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)30137 decode_org_csapi_cs_IpAppChargingSession_debitUnitErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
30138 {
30139     /* Operation specific Variable declarations Begin */
30140     guint32   u_octet4;
30141     /* Operation specific Variable declarations End */
30142 
30143     switch(header->message_type) {
30144     case Request:
30145         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_debitUnitErr_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30146 
30147         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_debitUnitErr_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30148 
30149         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
30150         proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_debitUnitErr_error, tvb, *offset-4, 4, u_octet4);
30151 
30152         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_debitUnitErr_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30153 
30154         break;
30155     case Reply:
30156         switch(header->rep_status) {
30157         case NO_EXCEPTION:
30158             /* Function returns void */
30159 
30160             break;
30161         case USER_EXCEPTION:
30162             break;
30163         default:
30164             /* Unknown Exception */
30165             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
30166             break;
30167         }   /* switch(header->rep_status) */
30168 
30169         break;
30170     default:
30171         /* Unknown GIOP Message */
30172         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
30173         break;
30174     } /* switch(header->message_type) */
30175 }
30176 
30177 /*
30178  * IDL:org/csapi/cs/IpAppChargingSession/debitUnitRes:1.0
30179  */
30180 static void
decode_org_csapi_cs_IpAppChargingSession_debitUnitRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)30181 decode_org_csapi_cs_IpAppChargingSession_debitUnitRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
30182 {
30183     /* Operation specific Variable declarations Begin */
30184     guint32   u_octet4_loop_org_csapi_cs_IpAppChargingSession_debitUnitRes_debitedVolumes;
30185     guint32   i_org_csapi_cs_IpAppChargingSession_debitUnitRes_debitedVolumes;
30186     guint32   u_octet4_loop_org_csapi_cs_IpAppChargingSession_debitUnitRes_reservedUnitsLeft;
30187     guint32   i_org_csapi_cs_IpAppChargingSession_debitUnitRes_reservedUnitsLeft;
30188     /* Operation specific Variable declarations End */
30189 
30190     switch(header->message_type) {
30191     case Request:
30192         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_debitUnitRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30193 
30194         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_debitUnitRes_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30195 
30196         u_octet4_loop_org_csapi_cs_IpAppChargingSession_debitUnitRes_debitedVolumes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
30197         proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_debitUnitRes_debitedVolumes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpAppChargingSession_debitUnitRes_debitedVolumes);
30198 
30199         for (i_org_csapi_cs_IpAppChargingSession_debitUnitRes_debitedVolumes=0; i_org_csapi_cs_IpAppChargingSession_debitUnitRes_debitedVolumes < u_octet4_loop_org_csapi_cs_IpAppChargingSession_debitUnitRes_debitedVolumes; i_org_csapi_cs_IpAppChargingSession_debitUnitRes_debitedVolumes++) {
30200 
30201             /*  Begin struct "org_csapi_cs_TpVolume"  */
30202             decode_org_csapi_cs_TpVolume_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
30203             /*  End struct "org_csapi_cs_TpVolume"  */
30204         }
30205 
30206         u_octet4_loop_org_csapi_cs_IpAppChargingSession_debitUnitRes_reservedUnitsLeft = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
30207         proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_debitUnitRes_reservedUnitsLeft_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpAppChargingSession_debitUnitRes_reservedUnitsLeft);
30208 
30209         for (i_org_csapi_cs_IpAppChargingSession_debitUnitRes_reservedUnitsLeft=0; i_org_csapi_cs_IpAppChargingSession_debitUnitRes_reservedUnitsLeft < u_octet4_loop_org_csapi_cs_IpAppChargingSession_debitUnitRes_reservedUnitsLeft; i_org_csapi_cs_IpAppChargingSession_debitUnitRes_reservedUnitsLeft++) {
30210 
30211             /*  Begin struct "org_csapi_cs_TpVolume"  */
30212             decode_org_csapi_cs_TpVolume_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
30213             /*  End struct "org_csapi_cs_TpVolume"  */
30214         }
30215 
30216         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_debitUnitRes_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30217 
30218         break;
30219     case Reply:
30220         switch(header->rep_status) {
30221         case NO_EXCEPTION:
30222             /* Function returns void */
30223 
30224             break;
30225         case USER_EXCEPTION:
30226             break;
30227         default:
30228             /* Unknown Exception */
30229             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
30230             break;
30231         }   /* switch(header->rep_status) */
30232 
30233         break;
30234     default:
30235         /* Unknown GIOP Message */
30236         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
30237         break;
30238     } /* switch(header->message_type) */
30239 }
30240 
30241 /*
30242  * IDL:org/csapi/cs/IpAppChargingSession/directCreditAmountErr:1.0
30243  */
30244 static void
decode_org_csapi_cs_IpAppChargingSession_directCreditAmountErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)30245 decode_org_csapi_cs_IpAppChargingSession_directCreditAmountErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
30246 {
30247     /* Operation specific Variable declarations Begin */
30248     guint32   u_octet4;
30249     /* Operation specific Variable declarations End */
30250 
30251     switch(header->message_type) {
30252     case Request:
30253         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_directCreditAmountErr_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30254 
30255         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_directCreditAmountErr_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30256 
30257         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
30258         proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directCreditAmountErr_error, tvb, *offset-4, 4, u_octet4);
30259 
30260         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_directCreditAmountErr_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30261 
30262         break;
30263     case Reply:
30264         switch(header->rep_status) {
30265         case NO_EXCEPTION:
30266             /* Function returns void */
30267 
30268             break;
30269         case USER_EXCEPTION:
30270             break;
30271         default:
30272             /* Unknown Exception */
30273             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
30274             break;
30275         }   /* switch(header->rep_status) */
30276 
30277         break;
30278     default:
30279         /* Unknown GIOP Message */
30280         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
30281         break;
30282     } /* switch(header->message_type) */
30283 }
30284 
30285 /*
30286  * IDL:org/csapi/cs/IpAppChargingSession/directCreditAmountRes:1.0
30287  */
30288 static void
decode_org_csapi_cs_IpAppChargingSession_directCreditAmountRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)30289 decode_org_csapi_cs_IpAppChargingSession_directCreditAmountRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
30290 {
30291     switch(header->message_type) {
30292     case Request:
30293         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_directCreditAmountRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30294 
30295         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_directCreditAmountRes_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30296 
30297         /*  Begin struct "org_csapi_cs_TpChargingPrice"  */
30298         decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
30299         /*  End struct "org_csapi_cs_TpChargingPrice"  */
30300         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_directCreditAmountRes_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30301 
30302         break;
30303     case Reply:
30304         switch(header->rep_status) {
30305         case NO_EXCEPTION:
30306             /* Function returns void */
30307 
30308             break;
30309         case USER_EXCEPTION:
30310             break;
30311         default:
30312             /* Unknown Exception */
30313             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
30314             break;
30315         }   /* switch(header->rep_status) */
30316 
30317         break;
30318     default:
30319         /* Unknown GIOP Message */
30320         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
30321         break;
30322     } /* switch(header->message_type) */
30323 }
30324 
30325 /*
30326  * IDL:org/csapi/cs/IpAppChargingSession/directCreditUnitErr:1.0
30327  */
30328 static void
decode_org_csapi_cs_IpAppChargingSession_directCreditUnitErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)30329 decode_org_csapi_cs_IpAppChargingSession_directCreditUnitErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
30330 {
30331     /* Operation specific Variable declarations Begin */
30332     guint32   u_octet4;
30333     /* Operation specific Variable declarations End */
30334 
30335     switch(header->message_type) {
30336     case Request:
30337         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_directCreditUnitErr_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30338 
30339         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_directCreditUnitErr_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30340 
30341         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
30342         proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directCreditUnitErr_error, tvb, *offset-4, 4, u_octet4);
30343 
30344         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_directCreditUnitErr_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30345 
30346         break;
30347     case Reply:
30348         switch(header->rep_status) {
30349         case NO_EXCEPTION:
30350             /* Function returns void */
30351 
30352             break;
30353         case USER_EXCEPTION:
30354             break;
30355         default:
30356             /* Unknown Exception */
30357             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
30358             break;
30359         }   /* switch(header->rep_status) */
30360 
30361         break;
30362     default:
30363         /* Unknown GIOP Message */
30364         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
30365         break;
30366     } /* switch(header->message_type) */
30367 }
30368 
30369 /*
30370  * IDL:org/csapi/cs/IpAppChargingSession/directCreditUnitRes:1.0
30371  */
30372 static void
decode_org_csapi_cs_IpAppChargingSession_directCreditUnitRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)30373 decode_org_csapi_cs_IpAppChargingSession_directCreditUnitRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
30374 {
30375     /* Operation specific Variable declarations Begin */
30376     guint32   u_octet4_loop_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_creditedVolumes;
30377     guint32   i_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_creditedVolumes;
30378     /* Operation specific Variable declarations End */
30379 
30380     switch(header->message_type) {
30381     case Request:
30382         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30383 
30384         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30385 
30386         u_octet4_loop_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_creditedVolumes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
30387         proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_creditedVolumes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_creditedVolumes);
30388 
30389         for (i_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_creditedVolumes=0; i_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_creditedVolumes < u_octet4_loop_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_creditedVolumes; i_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_creditedVolumes++) {
30390 
30391             /*  Begin struct "org_csapi_cs_TpVolume"  */
30392             decode_org_csapi_cs_TpVolume_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
30393             /*  End struct "org_csapi_cs_TpVolume"  */
30394         }
30395 
30396         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30397 
30398         break;
30399     case Reply:
30400         switch(header->rep_status) {
30401         case NO_EXCEPTION:
30402             /* Function returns void */
30403 
30404             break;
30405         case USER_EXCEPTION:
30406             break;
30407         default:
30408             /* Unknown Exception */
30409             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
30410             break;
30411         }   /* switch(header->rep_status) */
30412 
30413         break;
30414     default:
30415         /* Unknown GIOP Message */
30416         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
30417         break;
30418     } /* switch(header->message_type) */
30419 }
30420 
30421 /*
30422  * IDL:org/csapi/cs/IpAppChargingSession/directDebitAmountErr:1.0
30423  */
30424 static void
decode_org_csapi_cs_IpAppChargingSession_directDebitAmountErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)30425 decode_org_csapi_cs_IpAppChargingSession_directDebitAmountErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
30426 {
30427     /* Operation specific Variable declarations Begin */
30428     guint32   u_octet4;
30429     /* Operation specific Variable declarations End */
30430 
30431     switch(header->message_type) {
30432     case Request:
30433         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_directDebitAmountErr_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30434 
30435         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_directDebitAmountErr_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30436 
30437         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
30438         proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directDebitAmountErr_error, tvb, *offset-4, 4, u_octet4);
30439 
30440         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_directDebitAmountErr_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30441 
30442         break;
30443     case Reply:
30444         switch(header->rep_status) {
30445         case NO_EXCEPTION:
30446             /* Function returns void */
30447 
30448             break;
30449         case USER_EXCEPTION:
30450             break;
30451         default:
30452             /* Unknown Exception */
30453             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
30454             break;
30455         }   /* switch(header->rep_status) */
30456 
30457         break;
30458     default:
30459         /* Unknown GIOP Message */
30460         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
30461         break;
30462     } /* switch(header->message_type) */
30463 }
30464 
30465 /*
30466  * IDL:org/csapi/cs/IpAppChargingSession/directDebitAmountRes:1.0
30467  */
30468 static void
decode_org_csapi_cs_IpAppChargingSession_directDebitAmountRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)30469 decode_org_csapi_cs_IpAppChargingSession_directDebitAmountRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
30470 {
30471     switch(header->message_type) {
30472     case Request:
30473         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_directDebitAmountRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30474 
30475         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_directDebitAmountRes_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30476 
30477         /*  Begin struct "org_csapi_cs_TpChargingPrice"  */
30478         decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
30479         /*  End struct "org_csapi_cs_TpChargingPrice"  */
30480         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_directDebitAmountRes_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30481 
30482         break;
30483     case Reply:
30484         switch(header->rep_status) {
30485         case NO_EXCEPTION:
30486             /* Function returns void */
30487 
30488             break;
30489         case USER_EXCEPTION:
30490             break;
30491         default:
30492             /* Unknown Exception */
30493             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
30494             break;
30495         }   /* switch(header->rep_status) */
30496 
30497         break;
30498     default:
30499         /* Unknown GIOP Message */
30500         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
30501         break;
30502     } /* switch(header->message_type) */
30503 }
30504 
30505 /*
30506  * IDL:org/csapi/cs/IpAppChargingSession/directDebitUnitErr:1.0
30507  */
30508 static void
decode_org_csapi_cs_IpAppChargingSession_directDebitUnitErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)30509 decode_org_csapi_cs_IpAppChargingSession_directDebitUnitErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
30510 {
30511     /* Operation specific Variable declarations Begin */
30512     guint32   u_octet4;
30513     /* Operation specific Variable declarations End */
30514 
30515     switch(header->message_type) {
30516     case Request:
30517         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_directDebitUnitErr_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30518 
30519         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_directDebitUnitErr_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30520 
30521         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
30522         proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directDebitUnitErr_error, tvb, *offset-4, 4, u_octet4);
30523 
30524         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_directDebitUnitErr_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30525 
30526         break;
30527     case Reply:
30528         switch(header->rep_status) {
30529         case NO_EXCEPTION:
30530             /* Function returns void */
30531 
30532             break;
30533         case USER_EXCEPTION:
30534             break;
30535         default:
30536             /* Unknown Exception */
30537             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
30538             break;
30539         }   /* switch(header->rep_status) */
30540 
30541         break;
30542     default:
30543         /* Unknown GIOP Message */
30544         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
30545         break;
30546     } /* switch(header->message_type) */
30547 }
30548 
30549 /*
30550  * IDL:org/csapi/cs/IpAppChargingSession/directDebitUnitRes:1.0
30551  */
30552 static void
decode_org_csapi_cs_IpAppChargingSession_directDebitUnitRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)30553 decode_org_csapi_cs_IpAppChargingSession_directDebitUnitRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
30554 {
30555     /* Operation specific Variable declarations Begin */
30556     guint32   u_octet4_loop_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_debitedVolumes;
30557     guint32   i_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_debitedVolumes;
30558     /* Operation specific Variable declarations End */
30559 
30560     switch(header->message_type) {
30561     case Request:
30562         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30563 
30564         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30565 
30566         u_octet4_loop_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_debitedVolumes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
30567         proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_debitedVolumes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_debitedVolumes);
30568 
30569         for (i_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_debitedVolumes=0; i_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_debitedVolumes < u_octet4_loop_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_debitedVolumes; i_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_debitedVolumes++) {
30570 
30571             /*  Begin struct "org_csapi_cs_TpVolume"  */
30572             decode_org_csapi_cs_TpVolume_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
30573             /*  End struct "org_csapi_cs_TpVolume"  */
30574         }
30575 
30576         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30577 
30578         break;
30579     case Reply:
30580         switch(header->rep_status) {
30581         case NO_EXCEPTION:
30582             /* Function returns void */
30583 
30584             break;
30585         case USER_EXCEPTION:
30586             break;
30587         default:
30588             /* Unknown Exception */
30589             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
30590             break;
30591         }   /* switch(header->rep_status) */
30592 
30593         break;
30594     default:
30595         /* Unknown GIOP Message */
30596         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
30597         break;
30598     } /* switch(header->message_type) */
30599 }
30600 
30601 /*
30602  * IDL:org/csapi/cs/IpAppChargingSession/extendLifeTimeErr:1.0
30603  */
30604 static void
decode_org_csapi_cs_IpAppChargingSession_extendLifeTimeErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)30605 decode_org_csapi_cs_IpAppChargingSession_extendLifeTimeErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
30606 {
30607     /* Operation specific Variable declarations Begin */
30608     guint32   u_octet4;
30609     /* Operation specific Variable declarations End */
30610 
30611     switch(header->message_type) {
30612     case Request:
30613         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_extendLifeTimeErr_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30614 
30615         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
30616         proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_extendLifeTimeErr_error, tvb, *offset-4, 4, u_octet4);
30617 
30618         break;
30619     case Reply:
30620         switch(header->rep_status) {
30621         case NO_EXCEPTION:
30622             /* Function returns void */
30623 
30624             break;
30625         case USER_EXCEPTION:
30626             break;
30627         default:
30628             /* Unknown Exception */
30629             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
30630             break;
30631         }   /* switch(header->rep_status) */
30632 
30633         break;
30634     default:
30635         /* Unknown GIOP Message */
30636         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
30637         break;
30638     } /* switch(header->message_type) */
30639 }
30640 
30641 /*
30642  * IDL:org/csapi/cs/IpAppChargingSession/extendLifeTimeRes:1.0
30643  */
30644 static void
decode_org_csapi_cs_IpAppChargingSession_extendLifeTimeRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)30645 decode_org_csapi_cs_IpAppChargingSession_extendLifeTimeRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
30646 {
30647     switch(header->message_type) {
30648     case Request:
30649         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_extendLifeTimeRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30650 
30651         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_extendLifeTimeRes_sessionTimeLeft, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30652 
30653         break;
30654     case Reply:
30655         switch(header->rep_status) {
30656         case NO_EXCEPTION:
30657             /* Function returns void */
30658 
30659             break;
30660         case USER_EXCEPTION:
30661             break;
30662         default:
30663             /* Unknown Exception */
30664             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
30665             break;
30666         }   /* switch(header->rep_status) */
30667 
30668         break;
30669     default:
30670         /* Unknown GIOP Message */
30671         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
30672         break;
30673     } /* switch(header->message_type) */
30674 }
30675 
30676 /*
30677  * IDL:org/csapi/cs/IpAppChargingSession/rateErr:1.0
30678  */
30679 static void
decode_org_csapi_cs_IpAppChargingSession_rateErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)30680 decode_org_csapi_cs_IpAppChargingSession_rateErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
30681 {
30682     /* Operation specific Variable declarations Begin */
30683     guint32   u_octet4;
30684     /* Operation specific Variable declarations End */
30685 
30686     switch(header->message_type) {
30687     case Request:
30688         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_rateErr_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30689 
30690         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
30691         proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_rateErr_error, tvb, *offset-4, 4, u_octet4);
30692 
30693         break;
30694     case Reply:
30695         switch(header->rep_status) {
30696         case NO_EXCEPTION:
30697             /* Function returns void */
30698 
30699             break;
30700         case USER_EXCEPTION:
30701             break;
30702         default:
30703             /* Unknown Exception */
30704             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
30705             break;
30706         }   /* switch(header->rep_status) */
30707 
30708         break;
30709     default:
30710         /* Unknown GIOP Message */
30711         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
30712         break;
30713     } /* switch(header->message_type) */
30714 }
30715 
30716 /*
30717  * IDL:org/csapi/cs/IpAppChargingSession/rateRes:1.0
30718  */
30719 static void
decode_org_csapi_cs_IpAppChargingSession_rateRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)30720 decode_org_csapi_cs_IpAppChargingSession_rateRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
30721 {
30722     /* Operation specific Variable declarations Begin */
30723     guint32   u_octet4_loop_org_csapi_cs_IpAppChargingSession_rateRes_rates;
30724     guint32   i_org_csapi_cs_IpAppChargingSession_rateRes_rates;
30725     /* Operation specific Variable declarations End */
30726 
30727     switch(header->message_type) {
30728     case Request:
30729         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_rateRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30730 
30731         u_octet4_loop_org_csapi_cs_IpAppChargingSession_rateRes_rates = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
30732         proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_rateRes_rates_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpAppChargingSession_rateRes_rates);
30733 
30734         for (i_org_csapi_cs_IpAppChargingSession_rateRes_rates=0; i_org_csapi_cs_IpAppChargingSession_rateRes_rates < u_octet4_loop_org_csapi_cs_IpAppChargingSession_rateRes_rates; i_org_csapi_cs_IpAppChargingSession_rateRes_rates++) {
30735 
30736             /*  Begin struct "org_csapi_cs_TpPriceVolume"  */
30737             decode_org_csapi_cs_TpPriceVolume_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
30738             /*  End struct "org_csapi_cs_TpPriceVolume"  */
30739         }
30740 
30741         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_rateRes_validityTimeLeft, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30742 
30743         break;
30744     case Reply:
30745         switch(header->rep_status) {
30746         case NO_EXCEPTION:
30747             /* Function returns void */
30748 
30749             break;
30750         case USER_EXCEPTION:
30751             break;
30752         default:
30753             /* Unknown Exception */
30754             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
30755             break;
30756         }   /* switch(header->rep_status) */
30757 
30758         break;
30759     default:
30760         /* Unknown GIOP Message */
30761         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
30762         break;
30763     } /* switch(header->message_type) */
30764 }
30765 
30766 /*
30767  * IDL:org/csapi/cs/IpAppChargingSession/reserveAmountErr:1.0
30768  */
30769 static void
decode_org_csapi_cs_IpAppChargingSession_reserveAmountErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)30770 decode_org_csapi_cs_IpAppChargingSession_reserveAmountErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
30771 {
30772     /* Operation specific Variable declarations Begin */
30773     guint32   u_octet4;
30774     /* Operation specific Variable declarations End */
30775 
30776     switch(header->message_type) {
30777     case Request:
30778         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_reserveAmountErr_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30779 
30780         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_reserveAmountErr_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30781 
30782         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
30783         proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_reserveAmountErr_error, tvb, *offset-4, 4, u_octet4);
30784 
30785         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_reserveAmountErr_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30786 
30787         break;
30788     case Reply:
30789         switch(header->rep_status) {
30790         case NO_EXCEPTION:
30791             /* Function returns void */
30792 
30793             break;
30794         case USER_EXCEPTION:
30795             break;
30796         default:
30797             /* Unknown Exception */
30798             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
30799             break;
30800         }   /* switch(header->rep_status) */
30801 
30802         break;
30803     default:
30804         /* Unknown GIOP Message */
30805         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
30806         break;
30807     } /* switch(header->message_type) */
30808 }
30809 
30810 /*
30811  * IDL:org/csapi/cs/IpAppChargingSession/reserveAmountRes:1.0
30812  */
30813 static void
decode_org_csapi_cs_IpAppChargingSession_reserveAmountRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)30814 decode_org_csapi_cs_IpAppChargingSession_reserveAmountRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
30815 {
30816     switch(header->message_type) {
30817     case Request:
30818         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_reserveAmountRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30819 
30820         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_reserveAmountRes_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30821 
30822         /*  Begin struct "org_csapi_cs_TpChargingPrice"  */
30823         decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
30824         /*  End struct "org_csapi_cs_TpChargingPrice"  */
30825         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_reserveAmountRes_sessionTimeLeft, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30826 
30827         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_reserveAmountRes_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30828 
30829         break;
30830     case Reply:
30831         switch(header->rep_status) {
30832         case NO_EXCEPTION:
30833             /* Function returns void */
30834 
30835             break;
30836         case USER_EXCEPTION:
30837             break;
30838         default:
30839             /* Unknown Exception */
30840             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
30841             break;
30842         }   /* switch(header->rep_status) */
30843 
30844         break;
30845     default:
30846         /* Unknown GIOP Message */
30847         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
30848         break;
30849     } /* switch(header->message_type) */
30850 }
30851 
30852 /*
30853  * IDL:org/csapi/cs/IpAppChargingSession/reserveUnitErr:1.0
30854  */
30855 static void
decode_org_csapi_cs_IpAppChargingSession_reserveUnitErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)30856 decode_org_csapi_cs_IpAppChargingSession_reserveUnitErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
30857 {
30858     /* Operation specific Variable declarations Begin */
30859     guint32   u_octet4;
30860     /* Operation specific Variable declarations End */
30861 
30862     switch(header->message_type) {
30863     case Request:
30864         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_reserveUnitErr_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30865 
30866         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_reserveUnitErr_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30867 
30868         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
30869         proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_reserveUnitErr_error, tvb, *offset-4, 4, u_octet4);
30870 
30871         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_reserveUnitErr_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30872 
30873         break;
30874     case Reply:
30875         switch(header->rep_status) {
30876         case NO_EXCEPTION:
30877             /* Function returns void */
30878 
30879             break;
30880         case USER_EXCEPTION:
30881             break;
30882         default:
30883             /* Unknown Exception */
30884             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
30885             break;
30886         }   /* switch(header->rep_status) */
30887 
30888         break;
30889     default:
30890         /* Unknown GIOP Message */
30891         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
30892         break;
30893     } /* switch(header->message_type) */
30894 }
30895 
30896 /*
30897  * IDL:org/csapi/cs/IpAppChargingSession/reserveUnitRes:1.0
30898  */
30899 static void
decode_org_csapi_cs_IpAppChargingSession_reserveUnitRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)30900 decode_org_csapi_cs_IpAppChargingSession_reserveUnitRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
30901 {
30902     /* Operation specific Variable declarations Begin */
30903     guint32   u_octet4_loop_org_csapi_cs_IpAppChargingSession_reserveUnitRes_reservedUnits;
30904     guint32   i_org_csapi_cs_IpAppChargingSession_reserveUnitRes_reservedUnits;
30905     /* Operation specific Variable declarations End */
30906 
30907     switch(header->message_type) {
30908     case Request:
30909         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_reserveUnitRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30910 
30911         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_reserveUnitRes_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30912 
30913         u_octet4_loop_org_csapi_cs_IpAppChargingSession_reserveUnitRes_reservedUnits = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
30914         proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_reserveUnitRes_reservedUnits_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpAppChargingSession_reserveUnitRes_reservedUnits);
30915 
30916         for (i_org_csapi_cs_IpAppChargingSession_reserveUnitRes_reservedUnits=0; i_org_csapi_cs_IpAppChargingSession_reserveUnitRes_reservedUnits < u_octet4_loop_org_csapi_cs_IpAppChargingSession_reserveUnitRes_reservedUnits; i_org_csapi_cs_IpAppChargingSession_reserveUnitRes_reservedUnits++) {
30917 
30918             /*  Begin struct "org_csapi_cs_TpVolume"  */
30919             decode_org_csapi_cs_TpVolume_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
30920             /*  End struct "org_csapi_cs_TpVolume"  */
30921         }
30922 
30923         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_reserveUnitRes_sessionTimeLeft, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30924 
30925         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_reserveUnitRes_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30926 
30927         break;
30928     case Reply:
30929         switch(header->rep_status) {
30930         case NO_EXCEPTION:
30931             /* Function returns void */
30932 
30933             break;
30934         case USER_EXCEPTION:
30935             break;
30936         default:
30937             /* Unknown Exception */
30938             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
30939             break;
30940         }   /* switch(header->rep_status) */
30941 
30942         break;
30943     default:
30944         /* Unknown GIOP Message */
30945         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
30946         break;
30947     } /* switch(header->message_type) */
30948 }
30949 
30950 /*
30951  * IDL:org/csapi/cs/IpAppChargingSession/sessionEnded:1.0
30952  */
30953 static void
decode_org_csapi_cs_IpAppChargingSession_sessionEnded(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)30954 decode_org_csapi_cs_IpAppChargingSession_sessionEnded(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
30955 {
30956     /* Operation specific Variable declarations Begin */
30957     guint32   u_octet4;
30958     /* Operation specific Variable declarations End */
30959 
30960     switch(header->message_type) {
30961     case Request:
30962         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_sessionEnded_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30963 
30964         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
30965         proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_sessionEnded_report, tvb, *offset-4, 4, u_octet4);
30966 
30967         break;
30968     case Reply:
30969         switch(header->rep_status) {
30970         case NO_EXCEPTION:
30971             /* Function returns void */
30972 
30973             break;
30974         case USER_EXCEPTION:
30975             break;
30976         default:
30977             /* Unknown Exception */
30978             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
30979             break;
30980         }   /* switch(header->rep_status) */
30981 
30982         break;
30983     default:
30984         /* Unknown GIOP Message */
30985         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
30986         break;
30987     } /* switch(header->message_type) */
30988 }
30989 
30990 /*
30991  * IDL:org/csapi/cs/IpChargingSession/creditAmountReq:1.0
30992  */
30993 static void
decode_org_csapi_cs_IpChargingSession_creditAmountReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)30994 decode_org_csapi_cs_IpChargingSession_creditAmountReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
30995 {
30996     switch(header->message_type) {
30997     case Request:
30998         proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_creditAmountReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
30999 
31000         /*  Begin struct "org_csapi_cs_TpApplicationDescription"  */
31001         decode_org_csapi_cs_TpApplicationDescription_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31002         /*  End struct "org_csapi_cs_TpApplicationDescription"  */
31003         /*  Begin struct "org_csapi_cs_TpChargingPrice"  */
31004         decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31005         /*  End struct "org_csapi_cs_TpChargingPrice"  */
31006         proto_tree_add_boolean(tree, hf_org_csapi_cs_IpChargingSession_creditAmountReq_closeReservation, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
31007 
31008         proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_creditAmountReq_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
31009 
31010         break;
31011     case Reply:
31012         switch(header->rep_status) {
31013         case NO_EXCEPTION:
31014             /* Function returns void */
31015 
31016             break;
31017         case USER_EXCEPTION:
31018             break;
31019         default:
31020             /* Unknown Exception */
31021             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
31022             break;
31023         }   /* switch(header->rep_status) */
31024 
31025         break;
31026     default:
31027         /* Unknown GIOP Message */
31028         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
31029         break;
31030     } /* switch(header->message_type) */
31031 }
31032 
31033 /*
31034  * IDL:org/csapi/cs/IpChargingSession/creditUnitReq:1.0
31035  */
31036 static void
decode_org_csapi_cs_IpChargingSession_creditUnitReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)31037 decode_org_csapi_cs_IpChargingSession_creditUnitReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
31038 {
31039     /* Operation specific Variable declarations Begin */
31040     guint32   u_octet4_loop_org_csapi_cs_IpChargingSession_creditUnitReq_volumes;
31041     guint32   i_org_csapi_cs_IpChargingSession_creditUnitReq_volumes;
31042     /* Operation specific Variable declarations End */
31043 
31044     switch(header->message_type) {
31045     case Request:
31046         proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_creditUnitReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
31047 
31048         /*  Begin struct "org_csapi_cs_TpApplicationDescription"  */
31049         decode_org_csapi_cs_TpApplicationDescription_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31050         /*  End struct "org_csapi_cs_TpApplicationDescription"  */
31051         u_octet4_loop_org_csapi_cs_IpChargingSession_creditUnitReq_volumes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
31052         proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_creditUnitReq_volumes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpChargingSession_creditUnitReq_volumes);
31053 
31054         for (i_org_csapi_cs_IpChargingSession_creditUnitReq_volumes=0; i_org_csapi_cs_IpChargingSession_creditUnitReq_volumes < u_octet4_loop_org_csapi_cs_IpChargingSession_creditUnitReq_volumes; i_org_csapi_cs_IpChargingSession_creditUnitReq_volumes++) {
31055 
31056             /*  Begin struct "org_csapi_cs_TpVolume"  */
31057             decode_org_csapi_cs_TpVolume_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31058             /*  End struct "org_csapi_cs_TpVolume"  */
31059         }
31060 
31061         proto_tree_add_boolean(tree, hf_org_csapi_cs_IpChargingSession_creditUnitReq_closeReservation, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
31062 
31063         proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_creditUnitReq_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
31064 
31065         break;
31066     case Reply:
31067         switch(header->rep_status) {
31068         case NO_EXCEPTION:
31069             /* Function returns void */
31070 
31071             break;
31072         case USER_EXCEPTION:
31073             break;
31074         default:
31075             /* Unknown Exception */
31076             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
31077             break;
31078         }   /* switch(header->rep_status) */
31079 
31080         break;
31081     default:
31082         /* Unknown GIOP Message */
31083         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
31084         break;
31085     } /* switch(header->message_type) */
31086 }
31087 
31088 /*
31089  * IDL:org/csapi/cs/IpChargingSession/debitAmountReq:1.0
31090  */
31091 static void
decode_org_csapi_cs_IpChargingSession_debitAmountReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)31092 decode_org_csapi_cs_IpChargingSession_debitAmountReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
31093 {
31094     switch(header->message_type) {
31095     case Request:
31096         proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_debitAmountReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
31097 
31098         /*  Begin struct "org_csapi_cs_TpApplicationDescription"  */
31099         decode_org_csapi_cs_TpApplicationDescription_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31100         /*  End struct "org_csapi_cs_TpApplicationDescription"  */
31101         /*  Begin struct "org_csapi_cs_TpChargingPrice"  */
31102         decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31103         /*  End struct "org_csapi_cs_TpChargingPrice"  */
31104         proto_tree_add_boolean(tree, hf_org_csapi_cs_IpChargingSession_debitAmountReq_closeReservation, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
31105 
31106         proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_debitAmountReq_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
31107 
31108         break;
31109     case Reply:
31110         switch(header->rep_status) {
31111         case NO_EXCEPTION:
31112             /* Function returns void */
31113 
31114             break;
31115         case USER_EXCEPTION:
31116             break;
31117         default:
31118             /* Unknown Exception */
31119             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
31120             break;
31121         }   /* switch(header->rep_status) */
31122 
31123         break;
31124     default:
31125         /* Unknown GIOP Message */
31126         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
31127         break;
31128     } /* switch(header->message_type) */
31129 }
31130 
31131 /*
31132  * IDL:org/csapi/cs/IpChargingSession/debitUnitReq:1.0
31133  */
31134 static void
decode_org_csapi_cs_IpChargingSession_debitUnitReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)31135 decode_org_csapi_cs_IpChargingSession_debitUnitReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
31136 {
31137     /* Operation specific Variable declarations Begin */
31138     guint32   u_octet4_loop_org_csapi_cs_IpChargingSession_debitUnitReq_volumes;
31139     guint32   i_org_csapi_cs_IpChargingSession_debitUnitReq_volumes;
31140     /* Operation specific Variable declarations End */
31141 
31142     switch(header->message_type) {
31143     case Request:
31144         proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_debitUnitReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
31145 
31146         /*  Begin struct "org_csapi_cs_TpApplicationDescription"  */
31147         decode_org_csapi_cs_TpApplicationDescription_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31148         /*  End struct "org_csapi_cs_TpApplicationDescription"  */
31149         u_octet4_loop_org_csapi_cs_IpChargingSession_debitUnitReq_volumes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
31150         proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_debitUnitReq_volumes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpChargingSession_debitUnitReq_volumes);
31151 
31152         for (i_org_csapi_cs_IpChargingSession_debitUnitReq_volumes=0; i_org_csapi_cs_IpChargingSession_debitUnitReq_volumes < u_octet4_loop_org_csapi_cs_IpChargingSession_debitUnitReq_volumes; i_org_csapi_cs_IpChargingSession_debitUnitReq_volumes++) {
31153 
31154             /*  Begin struct "org_csapi_cs_TpVolume"  */
31155             decode_org_csapi_cs_TpVolume_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31156             /*  End struct "org_csapi_cs_TpVolume"  */
31157         }
31158 
31159         proto_tree_add_boolean(tree, hf_org_csapi_cs_IpChargingSession_debitUnitReq_closeReservation, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
31160 
31161         proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_debitUnitReq_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
31162 
31163         break;
31164     case Reply:
31165         switch(header->rep_status) {
31166         case NO_EXCEPTION:
31167             /* Function returns void */
31168 
31169             break;
31170         case USER_EXCEPTION:
31171             break;
31172         default:
31173             /* Unknown Exception */
31174             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
31175             break;
31176         }   /* switch(header->rep_status) */
31177 
31178         break;
31179     default:
31180         /* Unknown GIOP Message */
31181         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
31182         break;
31183     } /* switch(header->message_type) */
31184 }
31185 
31186 /*
31187  * IDL:org/csapi/cs/IpChargingSession/directCreditAmountReq:1.0
31188  */
31189 static void
decode_org_csapi_cs_IpChargingSession_directCreditAmountReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)31190 decode_org_csapi_cs_IpChargingSession_directCreditAmountReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
31191 {
31192     /* Operation specific Variable declarations Begin */
31193     guint32   u_octet4_loop_org_csapi_cs_IpChargingSession_directCreditAmountReq_chargingParameters;
31194     guint32   i_org_csapi_cs_IpChargingSession_directCreditAmountReq_chargingParameters;
31195     /* Operation specific Variable declarations End */
31196 
31197     switch(header->message_type) {
31198     case Request:
31199         proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_directCreditAmountReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
31200 
31201         /*  Begin struct "org_csapi_cs_TpApplicationDescription"  */
31202         decode_org_csapi_cs_TpApplicationDescription_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31203         /*  End struct "org_csapi_cs_TpApplicationDescription"  */
31204         u_octet4_loop_org_csapi_cs_IpChargingSession_directCreditAmountReq_chargingParameters = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
31205         proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_directCreditAmountReq_chargingParameters_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpChargingSession_directCreditAmountReq_chargingParameters);
31206 
31207         for (i_org_csapi_cs_IpChargingSession_directCreditAmountReq_chargingParameters=0; i_org_csapi_cs_IpChargingSession_directCreditAmountReq_chargingParameters < u_octet4_loop_org_csapi_cs_IpChargingSession_directCreditAmountReq_chargingParameters; i_org_csapi_cs_IpChargingSession_directCreditAmountReq_chargingParameters++) {
31208 
31209             /*  Begin struct "org_csapi_cs_TpChargingParameter"  */
31210             decode_org_csapi_cs_TpChargingParameter_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31211             /*  End struct "org_csapi_cs_TpChargingParameter"  */
31212         }
31213 
31214         /*  Begin struct "org_csapi_cs_TpChargingPrice"  */
31215         decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31216         /*  End struct "org_csapi_cs_TpChargingPrice"  */
31217         proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_directCreditAmountReq_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
31218 
31219         break;
31220     case Reply:
31221         switch(header->rep_status) {
31222         case NO_EXCEPTION:
31223             /* Function returns void */
31224 
31225             break;
31226         case USER_EXCEPTION:
31227             break;
31228         default:
31229             /* Unknown Exception */
31230             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
31231             break;
31232         }   /* switch(header->rep_status) */
31233 
31234         break;
31235     default:
31236         /* Unknown GIOP Message */
31237         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
31238         break;
31239     } /* switch(header->message_type) */
31240 }
31241 
31242 /*
31243  * IDL:org/csapi/cs/IpChargingSession/directCreditUnitReq:1.0
31244  */
31245 static void
decode_org_csapi_cs_IpChargingSession_directCreditUnitReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)31246 decode_org_csapi_cs_IpChargingSession_directCreditUnitReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
31247 {
31248     /* Operation specific Variable declarations Begin */
31249     guint32   u_octet4_loop_org_csapi_cs_IpChargingSession_directCreditUnitReq_chargingParameters;
31250     guint32   i_org_csapi_cs_IpChargingSession_directCreditUnitReq_chargingParameters;
31251     guint32   u_octet4_loop_org_csapi_cs_IpChargingSession_directCreditUnitReq_volumes;
31252     guint32   i_org_csapi_cs_IpChargingSession_directCreditUnitReq_volumes;
31253     /* Operation specific Variable declarations End */
31254 
31255     switch(header->message_type) {
31256     case Request:
31257         proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_directCreditUnitReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
31258 
31259         /*  Begin struct "org_csapi_cs_TpApplicationDescription"  */
31260         decode_org_csapi_cs_TpApplicationDescription_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31261         /*  End struct "org_csapi_cs_TpApplicationDescription"  */
31262         u_octet4_loop_org_csapi_cs_IpChargingSession_directCreditUnitReq_chargingParameters = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
31263         proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_directCreditUnitReq_chargingParameters_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpChargingSession_directCreditUnitReq_chargingParameters);
31264 
31265         for (i_org_csapi_cs_IpChargingSession_directCreditUnitReq_chargingParameters=0; i_org_csapi_cs_IpChargingSession_directCreditUnitReq_chargingParameters < u_octet4_loop_org_csapi_cs_IpChargingSession_directCreditUnitReq_chargingParameters; i_org_csapi_cs_IpChargingSession_directCreditUnitReq_chargingParameters++) {
31266 
31267             /*  Begin struct "org_csapi_cs_TpChargingParameter"  */
31268             decode_org_csapi_cs_TpChargingParameter_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31269             /*  End struct "org_csapi_cs_TpChargingParameter"  */
31270         }
31271 
31272         u_octet4_loop_org_csapi_cs_IpChargingSession_directCreditUnitReq_volumes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
31273         proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_directCreditUnitReq_volumes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpChargingSession_directCreditUnitReq_volumes);
31274 
31275         for (i_org_csapi_cs_IpChargingSession_directCreditUnitReq_volumes=0; i_org_csapi_cs_IpChargingSession_directCreditUnitReq_volumes < u_octet4_loop_org_csapi_cs_IpChargingSession_directCreditUnitReq_volumes; i_org_csapi_cs_IpChargingSession_directCreditUnitReq_volumes++) {
31276 
31277             /*  Begin struct "org_csapi_cs_TpVolume"  */
31278             decode_org_csapi_cs_TpVolume_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31279             /*  End struct "org_csapi_cs_TpVolume"  */
31280         }
31281 
31282         proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_directCreditUnitReq_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
31283 
31284         break;
31285     case Reply:
31286         switch(header->rep_status) {
31287         case NO_EXCEPTION:
31288             /* Function returns void */
31289 
31290             break;
31291         case USER_EXCEPTION:
31292             break;
31293         default:
31294             /* Unknown Exception */
31295             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
31296             break;
31297         }   /* switch(header->rep_status) */
31298 
31299         break;
31300     default:
31301         /* Unknown GIOP Message */
31302         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
31303         break;
31304     } /* switch(header->message_type) */
31305 }
31306 
31307 /*
31308  * IDL:org/csapi/cs/IpChargingSession/directDebitAmountReq:1.0
31309  */
31310 static void
decode_org_csapi_cs_IpChargingSession_directDebitAmountReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)31311 decode_org_csapi_cs_IpChargingSession_directDebitAmountReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
31312 {
31313     /* Operation specific Variable declarations Begin */
31314     guint32   u_octet4_loop_org_csapi_cs_IpChargingSession_directDebitAmountReq_chargingParameters;
31315     guint32   i_org_csapi_cs_IpChargingSession_directDebitAmountReq_chargingParameters;
31316     /* Operation specific Variable declarations End */
31317 
31318     switch(header->message_type) {
31319     case Request:
31320         proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_directDebitAmountReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
31321 
31322         /*  Begin struct "org_csapi_cs_TpApplicationDescription"  */
31323         decode_org_csapi_cs_TpApplicationDescription_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31324         /*  End struct "org_csapi_cs_TpApplicationDescription"  */
31325         u_octet4_loop_org_csapi_cs_IpChargingSession_directDebitAmountReq_chargingParameters = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
31326         proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_directDebitAmountReq_chargingParameters_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpChargingSession_directDebitAmountReq_chargingParameters);
31327 
31328         for (i_org_csapi_cs_IpChargingSession_directDebitAmountReq_chargingParameters=0; i_org_csapi_cs_IpChargingSession_directDebitAmountReq_chargingParameters < u_octet4_loop_org_csapi_cs_IpChargingSession_directDebitAmountReq_chargingParameters; i_org_csapi_cs_IpChargingSession_directDebitAmountReq_chargingParameters++) {
31329 
31330             /*  Begin struct "org_csapi_cs_TpChargingParameter"  */
31331             decode_org_csapi_cs_TpChargingParameter_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31332             /*  End struct "org_csapi_cs_TpChargingParameter"  */
31333         }
31334 
31335         /*  Begin struct "org_csapi_cs_TpChargingPrice"  */
31336         decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31337         /*  End struct "org_csapi_cs_TpChargingPrice"  */
31338         proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_directDebitAmountReq_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
31339 
31340         break;
31341     case Reply:
31342         switch(header->rep_status) {
31343         case NO_EXCEPTION:
31344             /* Function returns void */
31345 
31346             break;
31347         case USER_EXCEPTION:
31348             break;
31349         default:
31350             /* Unknown Exception */
31351             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
31352             break;
31353         }   /* switch(header->rep_status) */
31354 
31355         break;
31356     default:
31357         /* Unknown GIOP Message */
31358         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
31359         break;
31360     } /* switch(header->message_type) */
31361 }
31362 
31363 /*
31364  * IDL:org/csapi/cs/IpChargingSession/directDebitUnitReq:1.0
31365  */
31366 static void
decode_org_csapi_cs_IpChargingSession_directDebitUnitReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)31367 decode_org_csapi_cs_IpChargingSession_directDebitUnitReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
31368 {
31369     /* Operation specific Variable declarations Begin */
31370     guint32   u_octet4_loop_org_csapi_cs_IpChargingSession_directDebitUnitReq_chargingParameters;
31371     guint32   i_org_csapi_cs_IpChargingSession_directDebitUnitReq_chargingParameters;
31372     guint32   u_octet4_loop_org_csapi_cs_IpChargingSession_directDebitUnitReq_volumes;
31373     guint32   i_org_csapi_cs_IpChargingSession_directDebitUnitReq_volumes;
31374     /* Operation specific Variable declarations End */
31375 
31376     switch(header->message_type) {
31377     case Request:
31378         proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_directDebitUnitReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
31379 
31380         /*  Begin struct "org_csapi_cs_TpApplicationDescription"  */
31381         decode_org_csapi_cs_TpApplicationDescription_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31382         /*  End struct "org_csapi_cs_TpApplicationDescription"  */
31383         u_octet4_loop_org_csapi_cs_IpChargingSession_directDebitUnitReq_chargingParameters = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
31384         proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_directDebitUnitReq_chargingParameters_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpChargingSession_directDebitUnitReq_chargingParameters);
31385 
31386         for (i_org_csapi_cs_IpChargingSession_directDebitUnitReq_chargingParameters=0; i_org_csapi_cs_IpChargingSession_directDebitUnitReq_chargingParameters < u_octet4_loop_org_csapi_cs_IpChargingSession_directDebitUnitReq_chargingParameters; i_org_csapi_cs_IpChargingSession_directDebitUnitReq_chargingParameters++) {
31387 
31388             /*  Begin struct "org_csapi_cs_TpChargingParameter"  */
31389             decode_org_csapi_cs_TpChargingParameter_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31390             /*  End struct "org_csapi_cs_TpChargingParameter"  */
31391         }
31392 
31393         u_octet4_loop_org_csapi_cs_IpChargingSession_directDebitUnitReq_volumes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
31394         proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_directDebitUnitReq_volumes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpChargingSession_directDebitUnitReq_volumes);
31395 
31396         for (i_org_csapi_cs_IpChargingSession_directDebitUnitReq_volumes=0; i_org_csapi_cs_IpChargingSession_directDebitUnitReq_volumes < u_octet4_loop_org_csapi_cs_IpChargingSession_directDebitUnitReq_volumes; i_org_csapi_cs_IpChargingSession_directDebitUnitReq_volumes++) {
31397 
31398             /*  Begin struct "org_csapi_cs_TpVolume"  */
31399             decode_org_csapi_cs_TpVolume_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31400             /*  End struct "org_csapi_cs_TpVolume"  */
31401         }
31402 
31403         proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_directDebitUnitReq_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
31404 
31405         break;
31406     case Reply:
31407         switch(header->rep_status) {
31408         case NO_EXCEPTION:
31409             /* Function returns void */
31410 
31411             break;
31412         case USER_EXCEPTION:
31413             break;
31414         default:
31415             /* Unknown Exception */
31416             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
31417             break;
31418         }   /* switch(header->rep_status) */
31419 
31420         break;
31421     default:
31422         /* Unknown GIOP Message */
31423         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
31424         break;
31425     } /* switch(header->message_type) */
31426 }
31427 
31428 /*
31429  * IDL:org/csapi/cs/IpChargingSession/extendLifeTimeReq:1.0
31430  */
31431 static void
decode_org_csapi_cs_IpChargingSession_extendLifeTimeReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)31432 decode_org_csapi_cs_IpChargingSession_extendLifeTimeReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
31433 {
31434     switch(header->message_type) {
31435     case Request:
31436         proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_extendLifeTimeReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
31437 
31438         break;
31439     case Reply:
31440         switch(header->rep_status) {
31441         case NO_EXCEPTION:
31442             /* Function returns void */
31443 
31444             break;
31445         case USER_EXCEPTION:
31446             break;
31447         default:
31448             /* Unknown Exception */
31449             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
31450             break;
31451         }   /* switch(header->rep_status) */
31452 
31453         break;
31454     default:
31455         /* Unknown GIOP Message */
31456         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
31457         break;
31458     } /* switch(header->message_type) */
31459 }
31460 
31461 /*
31462  * IDL:org/csapi/cs/IpChargingSession/getAmountLeft:1.0
31463  */
31464 static void
decode_org_csapi_cs_IpChargingSession_getAmountLeft(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)31465 decode_org_csapi_cs_IpChargingSession_getAmountLeft(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
31466 {
31467     switch(header->message_type) {
31468     case Request:
31469         proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_getAmountLeft_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
31470 
31471         break;
31472     case Reply:
31473         switch(header->rep_status) {
31474         case NO_EXCEPTION:
31475             /*  Begin struct "org_csapi_cs_TpChargingPrice"  */
31476             decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31477             /*  End struct "org_csapi_cs_TpChargingPrice"  */
31478             break;
31479         case USER_EXCEPTION:
31480             break;
31481         default:
31482             /* Unknown Exception */
31483             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
31484             break;
31485         }   /* switch(header->rep_status) */
31486 
31487         break;
31488     default:
31489         /* Unknown GIOP Message */
31490         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
31491         break;
31492     } /* switch(header->message_type) */
31493 }
31494 
31495 /*
31496  * IDL:org/csapi/cs/IpChargingSession/getLifeTimeLeft:1.0
31497  */
31498 static void
decode_org_csapi_cs_IpChargingSession_getLifeTimeLeft(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)31499 decode_org_csapi_cs_IpChargingSession_getLifeTimeLeft(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
31500 {
31501     switch(header->message_type) {
31502     case Request:
31503         proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_getLifeTimeLeft_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
31504 
31505         break;
31506     case Reply:
31507         switch(header->rep_status) {
31508         case NO_EXCEPTION:
31509             proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_getLifeTimeLeft_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
31510 
31511             break;
31512         case USER_EXCEPTION:
31513             break;
31514         default:
31515             /* Unknown Exception */
31516             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
31517             break;
31518         }   /* switch(header->rep_status) */
31519 
31520         break;
31521     default:
31522         /* Unknown GIOP Message */
31523         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
31524         break;
31525     } /* switch(header->message_type) */
31526 }
31527 
31528 /*
31529  * IDL:org/csapi/cs/IpChargingSession/getUnitLeft:1.0
31530  */
31531 static void
decode_org_csapi_cs_IpChargingSession_getUnitLeft(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)31532 decode_org_csapi_cs_IpChargingSession_getUnitLeft(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
31533 {
31534     /* Operation specific Variable declarations Begin */
31535     guint32   u_octet4_loop_org_csapi_cs_IpChargingSession_getUnitLeft_return;
31536     guint32   i_org_csapi_cs_IpChargingSession_getUnitLeft_return;
31537     /* Operation specific Variable declarations End */
31538 
31539     switch(header->message_type) {
31540     case Request:
31541         proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_getUnitLeft_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
31542 
31543         break;
31544     case Reply:
31545         switch(header->rep_status) {
31546         case NO_EXCEPTION:
31547             u_octet4_loop_org_csapi_cs_IpChargingSession_getUnitLeft_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
31548             proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_getUnitLeft_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpChargingSession_getUnitLeft_return);
31549 
31550             for (i_org_csapi_cs_IpChargingSession_getUnitLeft_return=0; i_org_csapi_cs_IpChargingSession_getUnitLeft_return < u_octet4_loop_org_csapi_cs_IpChargingSession_getUnitLeft_return; i_org_csapi_cs_IpChargingSession_getUnitLeft_return++) {
31551 
31552                 /*  Begin struct "org_csapi_cs_TpVolume"  */
31553                 decode_org_csapi_cs_TpVolume_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31554                 /*  End struct "org_csapi_cs_TpVolume"  */
31555             }
31556 
31557             break;
31558         case USER_EXCEPTION:
31559             break;
31560         default:
31561             /* Unknown Exception */
31562             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
31563             break;
31564         }   /* switch(header->rep_status) */
31565 
31566         break;
31567     default:
31568         /* Unknown GIOP Message */
31569         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
31570         break;
31571     } /* switch(header->message_type) */
31572 }
31573 
31574 /*
31575  * IDL:org/csapi/cs/IpChargingSession/rateReq:1.0
31576  */
31577 static void
decode_org_csapi_cs_IpChargingSession_rateReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)31578 decode_org_csapi_cs_IpChargingSession_rateReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
31579 {
31580     /* Operation specific Variable declarations Begin */
31581     guint32   u_octet4_loop_org_csapi_cs_IpChargingSession_rateReq_chargingParameters;
31582     guint32   i_org_csapi_cs_IpChargingSession_rateReq_chargingParameters;
31583     /* Operation specific Variable declarations End */
31584 
31585     switch(header->message_type) {
31586     case Request:
31587         proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_rateReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
31588 
31589         u_octet4_loop_org_csapi_cs_IpChargingSession_rateReq_chargingParameters = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
31590         proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_rateReq_chargingParameters_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpChargingSession_rateReq_chargingParameters);
31591 
31592         for (i_org_csapi_cs_IpChargingSession_rateReq_chargingParameters=0; i_org_csapi_cs_IpChargingSession_rateReq_chargingParameters < u_octet4_loop_org_csapi_cs_IpChargingSession_rateReq_chargingParameters; i_org_csapi_cs_IpChargingSession_rateReq_chargingParameters++) {
31593 
31594             /*  Begin struct "org_csapi_cs_TpChargingParameter"  */
31595             decode_org_csapi_cs_TpChargingParameter_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31596             /*  End struct "org_csapi_cs_TpChargingParameter"  */
31597         }
31598 
31599         break;
31600     case Reply:
31601         switch(header->rep_status) {
31602         case NO_EXCEPTION:
31603             /* Function returns void */
31604 
31605             break;
31606         case USER_EXCEPTION:
31607             break;
31608         default:
31609             /* Unknown Exception */
31610             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
31611             break;
31612         }   /* switch(header->rep_status) */
31613 
31614         break;
31615     default:
31616         /* Unknown GIOP Message */
31617         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
31618         break;
31619     } /* switch(header->message_type) */
31620 }
31621 
31622 /*
31623  * IDL:org/csapi/cs/IpChargingSession/release:1.0
31624  */
31625 static void
decode_org_csapi_cs_IpChargingSession_release(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)31626 decode_org_csapi_cs_IpChargingSession_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
31627 {
31628     switch(header->message_type) {
31629     case Request:
31630         proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_release_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
31631 
31632         proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_release_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
31633 
31634         break;
31635     case Reply:
31636         switch(header->rep_status) {
31637         case NO_EXCEPTION:
31638             /* Function returns void */
31639 
31640             break;
31641         case USER_EXCEPTION:
31642             break;
31643         default:
31644             /* Unknown Exception */
31645             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
31646             break;
31647         }   /* switch(header->rep_status) */
31648 
31649         break;
31650     default:
31651         /* Unknown GIOP Message */
31652         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
31653         break;
31654     } /* switch(header->message_type) */
31655 }
31656 
31657 /*
31658  * IDL:org/csapi/cs/IpChargingSession/reserveAmountReq:1.0
31659  */
31660 static void
decode_org_csapi_cs_IpChargingSession_reserveAmountReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)31661 decode_org_csapi_cs_IpChargingSession_reserveAmountReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
31662 {
31663     /* Operation specific Variable declarations Begin */
31664     guint32   u_octet4_loop_org_csapi_cs_IpChargingSession_reserveAmountReq_chargingParameters;
31665     guint32   i_org_csapi_cs_IpChargingSession_reserveAmountReq_chargingParameters;
31666     /* Operation specific Variable declarations End */
31667 
31668     switch(header->message_type) {
31669     case Request:
31670         proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_reserveAmountReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
31671 
31672         /*  Begin struct "org_csapi_cs_TpApplicationDescription"  */
31673         decode_org_csapi_cs_TpApplicationDescription_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31674         /*  End struct "org_csapi_cs_TpApplicationDescription"  */
31675         u_octet4_loop_org_csapi_cs_IpChargingSession_reserveAmountReq_chargingParameters = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
31676         proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_reserveAmountReq_chargingParameters_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpChargingSession_reserveAmountReq_chargingParameters);
31677 
31678         for (i_org_csapi_cs_IpChargingSession_reserveAmountReq_chargingParameters=0; i_org_csapi_cs_IpChargingSession_reserveAmountReq_chargingParameters < u_octet4_loop_org_csapi_cs_IpChargingSession_reserveAmountReq_chargingParameters; i_org_csapi_cs_IpChargingSession_reserveAmountReq_chargingParameters++) {
31679 
31680             /*  Begin struct "org_csapi_cs_TpChargingParameter"  */
31681             decode_org_csapi_cs_TpChargingParameter_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31682             /*  End struct "org_csapi_cs_TpChargingParameter"  */
31683         }
31684 
31685         /*  Begin struct "org_csapi_cs_TpChargingPrice"  */
31686         decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31687         /*  End struct "org_csapi_cs_TpChargingPrice"  */
31688         /*  Begin struct "org_csapi_cs_TpChargingPrice"  */
31689         decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31690         /*  End struct "org_csapi_cs_TpChargingPrice"  */
31691         proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_reserveAmountReq_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
31692 
31693         break;
31694     case Reply:
31695         switch(header->rep_status) {
31696         case NO_EXCEPTION:
31697             /* Function returns void */
31698 
31699             break;
31700         case USER_EXCEPTION:
31701             break;
31702         default:
31703             /* Unknown Exception */
31704             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
31705             break;
31706         }   /* switch(header->rep_status) */
31707 
31708         break;
31709     default:
31710         /* Unknown GIOP Message */
31711         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
31712         break;
31713     } /* switch(header->message_type) */
31714 }
31715 
31716 /*
31717  * IDL:org/csapi/cs/IpChargingSession/reserveUnitReq:1.0
31718  */
31719 static void
decode_org_csapi_cs_IpChargingSession_reserveUnitReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)31720 decode_org_csapi_cs_IpChargingSession_reserveUnitReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
31721 {
31722     /* Operation specific Variable declarations Begin */
31723     guint32   u_octet4_loop_org_csapi_cs_IpChargingSession_reserveUnitReq_chargingParameters;
31724     guint32   i_org_csapi_cs_IpChargingSession_reserveUnitReq_chargingParameters;
31725     guint32   u_octet4_loop_org_csapi_cs_IpChargingSession_reserveUnitReq_volumes;
31726     guint32   i_org_csapi_cs_IpChargingSession_reserveUnitReq_volumes;
31727     /* Operation specific Variable declarations End */
31728 
31729     switch(header->message_type) {
31730     case Request:
31731         proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_reserveUnitReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
31732 
31733         /*  Begin struct "org_csapi_cs_TpApplicationDescription"  */
31734         decode_org_csapi_cs_TpApplicationDescription_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31735         /*  End struct "org_csapi_cs_TpApplicationDescription"  */
31736         u_octet4_loop_org_csapi_cs_IpChargingSession_reserveUnitReq_chargingParameters = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
31737         proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_reserveUnitReq_chargingParameters_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpChargingSession_reserveUnitReq_chargingParameters);
31738 
31739         for (i_org_csapi_cs_IpChargingSession_reserveUnitReq_chargingParameters=0; i_org_csapi_cs_IpChargingSession_reserveUnitReq_chargingParameters < u_octet4_loop_org_csapi_cs_IpChargingSession_reserveUnitReq_chargingParameters; i_org_csapi_cs_IpChargingSession_reserveUnitReq_chargingParameters++) {
31740 
31741             /*  Begin struct "org_csapi_cs_TpChargingParameter"  */
31742             decode_org_csapi_cs_TpChargingParameter_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31743             /*  End struct "org_csapi_cs_TpChargingParameter"  */
31744         }
31745 
31746         u_octet4_loop_org_csapi_cs_IpChargingSession_reserveUnitReq_volumes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
31747         proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_reserveUnitReq_volumes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpChargingSession_reserveUnitReq_volumes);
31748 
31749         for (i_org_csapi_cs_IpChargingSession_reserveUnitReq_volumes=0; i_org_csapi_cs_IpChargingSession_reserveUnitReq_volumes < u_octet4_loop_org_csapi_cs_IpChargingSession_reserveUnitReq_volumes; i_org_csapi_cs_IpChargingSession_reserveUnitReq_volumes++) {
31750 
31751             /*  Begin struct "org_csapi_cs_TpVolume"  */
31752             decode_org_csapi_cs_TpVolume_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31753             /*  End struct "org_csapi_cs_TpVolume"  */
31754         }
31755 
31756         proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_reserveUnitReq_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
31757 
31758         break;
31759     case Reply:
31760         switch(header->rep_status) {
31761         case NO_EXCEPTION:
31762             /* Function returns void */
31763 
31764             break;
31765         case USER_EXCEPTION:
31766             break;
31767         default:
31768             /* Unknown Exception */
31769             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
31770             break;
31771         }   /* switch(header->rep_status) */
31772 
31773         break;
31774     default:
31775         /* Unknown GIOP Message */
31776         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
31777         break;
31778     } /* switch(header->message_type) */
31779 }
31780 
31781 /*
31782  * IDL:org/csapi/cs/IpAppChargingManager/sessionAborted:1.0
31783  */
31784 static void
decode_org_csapi_cs_IpAppChargingManager_sessionAborted(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)31785 decode_org_csapi_cs_IpAppChargingManager_sessionAborted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
31786 {
31787     switch(header->message_type) {
31788     case Request:
31789         proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingManager_sessionAborted_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
31790 
31791         break;
31792     case Reply:
31793         switch(header->rep_status) {
31794         case NO_EXCEPTION:
31795             /* Function returns void */
31796 
31797             break;
31798         case USER_EXCEPTION:
31799             break;
31800         default:
31801             /* Unknown Exception */
31802             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
31803             break;
31804         }   /* switch(header->rep_status) */
31805 
31806         break;
31807     default:
31808         /* Unknown GIOP Message */
31809         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
31810         break;
31811     } /* switch(header->message_type) */
31812 }
31813 
31814 /*
31815  * IDL:org/csapi/cs/IpAppChargingManager/abortMultipleChargingSessions:1.0
31816  */
31817 static void
decode_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)31818 decode_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
31819 {
31820     /* Operation specific Variable declarations Begin */
31821     guint32   u_octet4_loop_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet;
31822     guint32   i_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet;
31823     /* Operation specific Variable declarations End */
31824 
31825     switch(header->message_type) {
31826     case Request:
31827         u_octet4_loop_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
31828         proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet);
31829 
31830         for (i_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet=0; i_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet < u_octet4_loop_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet; i_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet++) {
31831 
31832             proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
31833 
31834         }
31835 
31836         break;
31837     case Reply:
31838         switch(header->rep_status) {
31839         case NO_EXCEPTION:
31840             /* Function returns void */
31841 
31842             break;
31843         case USER_EXCEPTION:
31844             break;
31845         default:
31846             /* Unknown Exception */
31847             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
31848             break;
31849         }   /* switch(header->rep_status) */
31850 
31851         break;
31852     default:
31853         /* Unknown GIOP Message */
31854         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
31855         break;
31856     } /* switch(header->message_type) */
31857 }
31858 
31859 /*
31860  * IDL:org/csapi/cs/IpChargingManager/createChargingSession:1.0
31861  */
31862 static void
decode_org_csapi_cs_IpChargingManager_createChargingSession(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)31863 decode_org_csapi_cs_IpChargingManager_createChargingSession(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
31864 {
31865     switch(header->message_type) {
31866     case Request:
31867         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
31868 
31869         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cs_IpChargingManager_createChargingSession_sessionDescription);
31870 
31871         /*  Begin struct "org_csapi_cs_TpMerchantAccountID"  */
31872         decode_org_csapi_cs_TpMerchantAccountID_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31873         /*  End struct "org_csapi_cs_TpMerchantAccountID"  */
31874         /*  Begin struct "org_csapi_TpAddress"  */
31875         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31876         /*  End struct "org_csapi_TpAddress"  */
31877         /*  Begin struct "org_csapi_cs_TpCorrelationID"  */
31878         decode_org_csapi_cs_TpCorrelationID_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31879         /*  End struct "org_csapi_cs_TpCorrelationID"  */
31880         break;
31881     case Reply:
31882         switch(header->rep_status) {
31883         case NO_EXCEPTION:
31884             /*  Begin struct "org_csapi_cs_TpChargingSessionID"  */
31885             decode_org_csapi_cs_TpChargingSessionID_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31886             /*  End struct "org_csapi_cs_TpChargingSessionID"  */
31887             break;
31888         case USER_EXCEPTION:
31889             break;
31890         default:
31891             /* Unknown Exception */
31892             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
31893             break;
31894         }   /* switch(header->rep_status) */
31895 
31896         break;
31897     default:
31898         /* Unknown GIOP Message */
31899         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
31900         break;
31901     } /* switch(header->message_type) */
31902 }
31903 
31904 /*
31905  * IDL:org/csapi/cs/IpChargingManager/createSplitChargingSession:1.0
31906  */
31907 static void
decode_org_csapi_cs_IpChargingManager_createSplitChargingSession(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)31908 decode_org_csapi_cs_IpChargingManager_createSplitChargingSession(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
31909 {
31910     /* Operation specific Variable declarations Begin */
31911     guint32   u_octet4_loop_org_csapi_cs_IpChargingManager_createSplitChargingSession_users;
31912     guint32   i_org_csapi_cs_IpChargingManager_createSplitChargingSession_users;
31913     /* Operation specific Variable declarations End */
31914 
31915     switch(header->message_type) {
31916     case Request:
31917         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
31918 
31919         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cs_IpChargingManager_createSplitChargingSession_sessionDescription);
31920 
31921         /*  Begin struct "org_csapi_cs_TpMerchantAccountID"  */
31922         decode_org_csapi_cs_TpMerchantAccountID_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31923         /*  End struct "org_csapi_cs_TpMerchantAccountID"  */
31924         u_octet4_loop_org_csapi_cs_IpChargingManager_createSplitChargingSession_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
31925         proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingManager_createSplitChargingSession_users_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpChargingManager_createSplitChargingSession_users);
31926 
31927         for (i_org_csapi_cs_IpChargingManager_createSplitChargingSession_users=0; i_org_csapi_cs_IpChargingManager_createSplitChargingSession_users < u_octet4_loop_org_csapi_cs_IpChargingManager_createSplitChargingSession_users; i_org_csapi_cs_IpChargingManager_createSplitChargingSession_users++) {
31928 
31929             /*  Begin struct "org_csapi_TpAddress"  */
31930             decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31931             /*  End struct "org_csapi_TpAddress"  */
31932         }
31933 
31934         /*  Begin struct "org_csapi_cs_TpCorrelationID"  */
31935         decode_org_csapi_cs_TpCorrelationID_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31936         /*  End struct "org_csapi_cs_TpCorrelationID"  */
31937         break;
31938     case Reply:
31939         switch(header->rep_status) {
31940         case NO_EXCEPTION:
31941             /*  Begin struct "org_csapi_cs_TpChargingSessionID"  */
31942             decode_org_csapi_cs_TpChargingSessionID_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31943             /*  End struct "org_csapi_cs_TpChargingSessionID"  */
31944             break;
31945         case USER_EXCEPTION:
31946             break;
31947         default:
31948             /* Unknown Exception */
31949             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
31950             break;
31951         }   /* switch(header->rep_status) */
31952 
31953         break;
31954     default:
31955         /* Unknown GIOP Message */
31956         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
31957         break;
31958     } /* switch(header->message_type) */
31959 }
31960 
31961 /*
31962  * IDL:org/csapi/policy/evaluation/IpAppPolicyDomain/reportNotification:1.0
31963  */
31964 static void
decode_org_csapi_policy_evaluation_IpAppPolicyDomain_reportNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)31965 decode_org_csapi_policy_evaluation_IpAppPolicyDomain_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
31966 {
31967     switch(header->message_type) {
31968     case Request:
31969         proto_tree_add_int(tree, hf_org_csapi_policy_evaluation_IpAppPolicyDomain_reportNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
31970 
31971         /*  Begin struct "org_csapi_policy_TpPolicyEvent"  */
31972         decode_org_csapi_policy_TpPolicyEvent_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
31973         /*  End struct "org_csapi_policy_TpPolicyEvent"  */
31974         break;
31975     case Reply:
31976         switch(header->rep_status) {
31977         case NO_EXCEPTION:
31978             /* Function returns void */
31979 
31980             break;
31981         case USER_EXCEPTION:
31982             break;
31983         default:
31984             /* Unknown Exception */
31985             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
31986             break;
31987         }   /* switch(header->rep_status) */
31988 
31989         break;
31990     default:
31991         /* Unknown GIOP Message */
31992         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
31993         break;
31994     } /* switch(header->message_type) */
31995 }
31996 
31997 /*
31998  * IDL:org/csapi/policy/evaluation/IpAppPolicyDomain/evalPolicyRes:1.0
31999  */
32000 static void
decode_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)32001 decode_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
32002 {
32003     /* Operation specific Variable declarations Begin */
32004     guint32   u_octet4_loop_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_outputVariables;
32005     guint32   i_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_outputVariables;
32006     /* Operation specific Variable declarations End */
32007 
32008     switch(header->message_type) {
32009     case Request:
32010         proto_tree_add_int(tree, hf_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
32011 
32012         u_octet4_loop_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_outputVariables = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
32013         proto_tree_add_uint(tree, hf_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_outputVariables_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_outputVariables);
32014 
32015         for (i_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_outputVariables=0; i_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_outputVariables < u_octet4_loop_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_outputVariables; i_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_outputVariables++) {
32016 
32017             /*  Begin struct "org_csapi_policy_TpPolicyNameValue"  */
32018             decode_org_csapi_policy_TpPolicyNameValue_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
32019             /*  End struct "org_csapi_policy_TpPolicyNameValue"  */
32020         }
32021 
32022         break;
32023     case Reply:
32024         switch(header->rep_status) {
32025         case NO_EXCEPTION:
32026             /* Function returns void */
32027 
32028             break;
32029         case USER_EXCEPTION:
32030             break;
32031         default:
32032             /* Unknown Exception */
32033             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
32034             break;
32035         }   /* switch(header->rep_status) */
32036 
32037         break;
32038     default:
32039         /* Unknown GIOP Message */
32040         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
32041         break;
32042     } /* switch(header->message_type) */
32043 }
32044 
32045 /*
32046  * IDL:org/csapi/policy/evaluation/IpAppPolicyDomain/evalPolicyErr:1.0
32047  */
32048 static void
decode_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)32049 decode_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
32050 {
32051     switch(header->message_type) {
32052     case Request:
32053         proto_tree_add_int(tree, hf_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
32054 
32055         proto_tree_add_int(tree, hf_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr_error, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
32056 
32057         break;
32058     case Reply:
32059         switch(header->rep_status) {
32060         case NO_EXCEPTION:
32061             /* Function returns void */
32062 
32063             break;
32064         case USER_EXCEPTION:
32065             break;
32066         default:
32067             /* Unknown Exception */
32068             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
32069             break;
32070         }   /* switch(header->rep_status) */
32071 
32072         break;
32073     default:
32074         /* Unknown GIOP Message */
32075         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
32076         break;
32077     } /* switch(header->message_type) */
32078 }
32079 
32080 /*
32081  * IDL:org/csapi/policy/evaluation/IpPolicyEvalManager/evalPolicy:1.0
32082  */
32083 static void
decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)32084 decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
32085 {
32086     /* Operation specific Variable declarations Begin */
32087     guint32   u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_inputVariables;
32088     guint32   i_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_inputVariables;
32089     guint32   u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_return;
32090     guint32   i_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_return;
32091     /* Operation specific Variable declarations End */
32092 
32093     switch(header->message_type) {
32094     case Request:
32095         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_domainName);
32096 
32097         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_signatureName);
32098 
32099         u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_inputVariables = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
32100         proto_tree_add_uint(tree, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_inputVariables_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_inputVariables);
32101 
32102         for (i_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_inputVariables=0; i_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_inputVariables < u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_inputVariables; i_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_inputVariables++) {
32103 
32104             /*  Begin struct "org_csapi_policy_TpPolicyNameValue"  */
32105             decode_org_csapi_policy_TpPolicyNameValue_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
32106             /*  End struct "org_csapi_policy_TpPolicyNameValue"  */
32107         }
32108 
32109         break;
32110     case Reply:
32111         switch(header->rep_status) {
32112         case NO_EXCEPTION:
32113             u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
32114             proto_tree_add_uint(tree, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_return);
32115 
32116             for (i_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_return=0; i_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_return < u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_return; i_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_return++) {
32117 
32118                 /*  Begin struct "org_csapi_policy_TpPolicyNameValue"  */
32119                 decode_org_csapi_policy_TpPolicyNameValue_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
32120                 /*  End struct "org_csapi_policy_TpPolicyNameValue"  */
32121             }
32122 
32123             break;
32124         case USER_EXCEPTION:
32125             break;
32126         default:
32127             /* Unknown Exception */
32128             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
32129             break;
32130         }   /* switch(header->rep_status) */
32131 
32132         break;
32133     default:
32134         /* Unknown GIOP Message */
32135         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
32136         break;
32137     } /* switch(header->message_type) */
32138 }
32139 
32140 /*
32141  * IDL:org/csapi/policy/evaluation/IpPolicyEvalManager/evalPolicyReq:1.0
32142  */
32143 static void
decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)32144 decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
32145 {
32146     /* Operation specific Variable declarations Begin */
32147     guint32   u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_inputVariables;
32148     guint32   i_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_inputVariables;
32149     /* Operation specific Variable declarations End */
32150 
32151     switch(header->message_type) {
32152     case Request:
32153         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_domainName);
32154 
32155         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_signatureName);
32156 
32157         u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_inputVariables = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
32158         proto_tree_add_uint(tree, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_inputVariables_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_inputVariables);
32159 
32160         for (i_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_inputVariables=0; i_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_inputVariables < u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_inputVariables; i_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_inputVariables++) {
32161 
32162             /*  Begin struct "org_csapi_policy_TpPolicyNameValue"  */
32163             decode_org_csapi_policy_TpPolicyNameValue_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
32164             /*  End struct "org_csapi_policy_TpPolicyNameValue"  */
32165         }
32166 
32167         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
32168 
32169         break;
32170     case Reply:
32171         switch(header->rep_status) {
32172         case NO_EXCEPTION:
32173             proto_tree_add_int(tree, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
32174 
32175             break;
32176         case USER_EXCEPTION:
32177             break;
32178         default:
32179             /* Unknown Exception */
32180             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
32181             break;
32182         }   /* switch(header->rep_status) */
32183 
32184         break;
32185     default:
32186         /* Unknown GIOP Message */
32187         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
32188         break;
32189     } /* switch(header->message_type) */
32190 }
32191 
32192 /*
32193  * IDL:org/csapi/policy/evaluation/IpPolicyEvalManager/abortEvalPolicyReq:1.0
32194  */
32195 static void
decode_org_csapi_policy_evaluation_IpPolicyEvalManager_abortEvalPolicyReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)32196 decode_org_csapi_policy_evaluation_IpPolicyEvalManager_abortEvalPolicyReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
32197 {
32198     switch(header->message_type) {
32199     case Request:
32200         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_abortEvalPolicyReq_domainName);
32201 
32202         proto_tree_add_int(tree, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_abortEvalPolicyReq_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
32203 
32204         break;
32205     case Reply:
32206         switch(header->rep_status) {
32207         case NO_EXCEPTION:
32208             /* Function returns void */
32209 
32210             break;
32211         case USER_EXCEPTION:
32212             break;
32213         default:
32214             /* Unknown Exception */
32215             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
32216             break;
32217         }   /* switch(header->rep_status) */
32218 
32219         break;
32220     default:
32221         /* Unknown GIOP Message */
32222         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
32223         break;
32224     } /* switch(header->message_type) */
32225 }
32226 
32227 /*
32228  * IDL:org/csapi/policy/evaluation/IpPolicyEvalManager/generateEvent:1.0
32229  */
32230 static void
decode_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)32231 decode_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
32232 {
32233     /* Operation specific Variable declarations Begin */
32234     guint32   u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_attributes;
32235     guint32   i_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_attributes;
32236     /* Operation specific Variable declarations End */
32237 
32238     switch(header->message_type) {
32239     case Request:
32240         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_domainName);
32241 
32242         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_eventDefinitionName);
32243 
32244         u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_attributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
32245         proto_tree_add_uint(tree, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_attributes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_attributes);
32246 
32247         for (i_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_attributes=0; i_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_attributes < u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_attributes; i_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_attributes++) {
32248 
32249             /*  Begin struct "org_csapi_TpAttribute"  */
32250             decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
32251             /*  End struct "org_csapi_TpAttribute"  */
32252         }
32253 
32254         break;
32255     case Reply:
32256         switch(header->rep_status) {
32257         case NO_EXCEPTION:
32258             /* Function returns void */
32259 
32260             break;
32261         case USER_EXCEPTION:
32262             break;
32263         default:
32264             /* Unknown Exception */
32265             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
32266             break;
32267         }   /* switch(header->rep_status) */
32268 
32269         break;
32270     default:
32271         /* Unknown GIOP Message */
32272         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
32273         break;
32274     } /* switch(header->message_type) */
32275 }
32276 
32277 /*
32278  * IDL:org/csapi/policy/evaluation/IpPolicyEvalManager/createNotification:1.0
32279  */
32280 static void
decode_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)32281 decode_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
32282 {
32283     /* Operation specific Variable declarations Begin */
32284     guint32   u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events;
32285     guint32   i_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events;
32286     /* Operation specific Variable declarations End */
32287 
32288     switch(header->message_type) {
32289     case Request:
32290         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_domainName);
32291 
32292         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
32293 
32294         u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
32295         proto_tree_add_uint(tree, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events);
32296 
32297         for (i_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events=0; i_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events < u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events; i_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events++) {
32298 
32299             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events);
32300 
32301         }
32302 
32303         break;
32304     case Reply:
32305         switch(header->rep_status) {
32306         case NO_EXCEPTION:
32307             proto_tree_add_int(tree, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
32308 
32309             break;
32310         case USER_EXCEPTION:
32311             break;
32312         default:
32313             /* Unknown Exception */
32314             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
32315             break;
32316         }   /* switch(header->rep_status) */
32317 
32318         break;
32319     default:
32320         /* Unknown GIOP Message */
32321         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
32322         break;
32323     } /* switch(header->message_type) */
32324 }
32325 
32326 /*
32327  * IDL:org/csapi/policy/evaluation/IpPolicyEvalManager/destroyNotification:1.0
32328  */
32329 static void
decode_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)32330 decode_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
32331 {
32332     /* Operation specific Variable declarations Begin */
32333     guint32   u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events;
32334     guint32   i_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events;
32335     /* Operation specific Variable declarations End */
32336 
32337     switch(header->message_type) {
32338     case Request:
32339         proto_tree_add_int(tree, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
32340 
32341         u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
32342         proto_tree_add_uint(tree, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events);
32343 
32344         for (i_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events=0; i_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events < u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events; i_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events++) {
32345 
32346             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events);
32347 
32348         }
32349 
32350         break;
32351     case Reply:
32352         switch(header->rep_status) {
32353         case NO_EXCEPTION:
32354             /* Function returns void */
32355 
32356             break;
32357         case USER_EXCEPTION:
32358             break;
32359         default:
32360             /* Unknown Exception */
32361             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
32362             break;
32363         }   /* switch(header->rep_status) */
32364 
32365         break;
32366     default:
32367         /* Unknown GIOP Message */
32368         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
32369         break;
32370     } /* switch(header->message_type) */
32371 }
32372 
32373 /*
32374  * IDL:org/csapi/policy/provisioning/IpPolicy/getAttribute:1.0
32375  */
32376 static void
decode_org_csapi_policy_provisioning_IpPolicy_getAttribute(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)32377 decode_org_csapi_policy_provisioning_IpPolicy_getAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
32378 {
32379     switch(header->message_type) {
32380     case Request:
32381         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicy_getAttribute_attributeName);
32382 
32383         break;
32384     case Reply:
32385         switch(header->rep_status) {
32386         case NO_EXCEPTION:
32387             /*  Begin struct "org_csapi_TpAttribute"  */
32388             decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
32389             /*  End struct "org_csapi_TpAttribute"  */
32390             break;
32391         case USER_EXCEPTION:
32392             break;
32393         default:
32394             /* Unknown Exception */
32395             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
32396             break;
32397         }   /* switch(header->rep_status) */
32398 
32399         break;
32400     default:
32401         /* Unknown GIOP Message */
32402         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
32403         break;
32404     } /* switch(header->message_type) */
32405 }
32406 
32407 /*
32408  * IDL:org/csapi/policy/provisioning/IpPolicy/setAttribute:1.0
32409  */
32410 static void
decode_org_csapi_policy_provisioning_IpPolicy_setAttribute(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)32411 decode_org_csapi_policy_provisioning_IpPolicy_setAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
32412 {
32413     switch(header->message_type) {
32414     case Request:
32415         /*  Begin struct "org_csapi_TpAttribute"  */
32416         decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
32417         /*  End struct "org_csapi_TpAttribute"  */
32418         break;
32419     case Reply:
32420         switch(header->rep_status) {
32421         case NO_EXCEPTION:
32422             /* Function returns void */
32423 
32424             break;
32425         case USER_EXCEPTION:
32426             break;
32427         default:
32428             /* Unknown Exception */
32429             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
32430             break;
32431         }   /* switch(header->rep_status) */
32432 
32433         break;
32434     default:
32435         /* Unknown GIOP Message */
32436         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
32437         break;
32438     } /* switch(header->message_type) */
32439 }
32440 
32441 /*
32442  * IDL:org/csapi/policy/provisioning/IpPolicy/getAttributes:1.0
32443  */
32444 static void
decode_org_csapi_policy_provisioning_IpPolicy_getAttributes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)32445 decode_org_csapi_policy_provisioning_IpPolicy_getAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
32446 {
32447     /* Operation specific Variable declarations Begin */
32448     guint32   u_octet4_loop_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames;
32449     guint32   i_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames;
32450     guint32   u_octet4_loop_org_csapi_policy_provisioning_IpPolicy_getAttributes_return;
32451     guint32   i_org_csapi_policy_provisioning_IpPolicy_getAttributes_return;
32452     /* Operation specific Variable declarations End */
32453 
32454     switch(header->message_type) {
32455     case Request:
32456         u_octet4_loop_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
32457         proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames);
32458 
32459         for (i_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames=0; i_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames < u_octet4_loop_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames; i_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames++) {
32460 
32461             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames);
32462 
32463         }
32464 
32465         break;
32466     case Reply:
32467         switch(header->rep_status) {
32468         case NO_EXCEPTION:
32469             u_octet4_loop_org_csapi_policy_provisioning_IpPolicy_getAttributes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
32470             proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicy_getAttributes_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicy_getAttributes_return);
32471 
32472             for (i_org_csapi_policy_provisioning_IpPolicy_getAttributes_return=0; i_org_csapi_policy_provisioning_IpPolicy_getAttributes_return < u_octet4_loop_org_csapi_policy_provisioning_IpPolicy_getAttributes_return; i_org_csapi_policy_provisioning_IpPolicy_getAttributes_return++) {
32473 
32474                 /*  Begin struct "org_csapi_TpAttribute"  */
32475                 decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
32476                 /*  End struct "org_csapi_TpAttribute"  */
32477             }
32478 
32479             break;
32480         case USER_EXCEPTION:
32481             break;
32482         default:
32483             /* Unknown Exception */
32484             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
32485             break;
32486         }   /* switch(header->rep_status) */
32487 
32488         break;
32489     default:
32490         /* Unknown GIOP Message */
32491         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
32492         break;
32493     } /* switch(header->message_type) */
32494 }
32495 
32496 /*
32497  * IDL:org/csapi/policy/provisioning/IpPolicy/setAttributes:1.0
32498  */
32499 static void
decode_org_csapi_policy_provisioning_IpPolicy_setAttributes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)32500 decode_org_csapi_policy_provisioning_IpPolicy_setAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
32501 {
32502     /* Operation specific Variable declarations Begin */
32503     guint32   u_octet4_loop_org_csapi_policy_provisioning_IpPolicy_setAttributes_targetAttributes;
32504     guint32   i_org_csapi_policy_provisioning_IpPolicy_setAttributes_targetAttributes;
32505     /* Operation specific Variable declarations End */
32506 
32507     switch(header->message_type) {
32508     case Request:
32509         u_octet4_loop_org_csapi_policy_provisioning_IpPolicy_setAttributes_targetAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
32510         proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicy_setAttributes_targetAttributes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicy_setAttributes_targetAttributes);
32511 
32512         for (i_org_csapi_policy_provisioning_IpPolicy_setAttributes_targetAttributes=0; i_org_csapi_policy_provisioning_IpPolicy_setAttributes_targetAttributes < u_octet4_loop_org_csapi_policy_provisioning_IpPolicy_setAttributes_targetAttributes; i_org_csapi_policy_provisioning_IpPolicy_setAttributes_targetAttributes++) {
32513 
32514             /*  Begin struct "org_csapi_TpAttribute"  */
32515             decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
32516             /*  End struct "org_csapi_TpAttribute"  */
32517         }
32518 
32519         break;
32520     case Reply:
32521         switch(header->rep_status) {
32522         case NO_EXCEPTION:
32523             /* Function returns void */
32524 
32525             break;
32526         case USER_EXCEPTION:
32527             break;
32528         default:
32529             /* Unknown Exception */
32530             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
32531             break;
32532         }   /* switch(header->rep_status) */
32533 
32534         break;
32535     default:
32536         /* Unknown GIOP Message */
32537         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
32538         break;
32539     } /* switch(header->message_type) */
32540 }
32541 
32542 /*
32543  * IDL:org/csapi/policy/provisioning/IpPolicyIterator/getList:1.0
32544  */
32545 static void
decode_org_csapi_policy_provisioning_IpPolicyIterator_getList(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)32546 decode_org_csapi_policy_provisioning_IpPolicyIterator_getList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
32547 {
32548     /* Operation specific Variable declarations Begin */
32549     guint32   u_octet4_loop_org_csapi_policy_provisioning_IpPolicyIterator_getList_return;
32550     guint32   i_org_csapi_policy_provisioning_IpPolicyIterator_getList_return;
32551     /* Operation specific Variable declarations End */
32552 
32553     switch(header->message_type) {
32554     case Request:
32555         proto_tree_add_int(tree, hf_org_csapi_policy_provisioning_IpPolicyIterator_getList_startIndex, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
32556 
32557         proto_tree_add_int(tree, hf_org_csapi_policy_provisioning_IpPolicyIterator_getList_numberRequested, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
32558 
32559         break;
32560     case Reply:
32561         switch(header->rep_status) {
32562         case NO_EXCEPTION:
32563             u_octet4_loop_org_csapi_policy_provisioning_IpPolicyIterator_getList_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
32564             proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyIterator_getList_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyIterator_getList_return);
32565 
32566             for (i_org_csapi_policy_provisioning_IpPolicyIterator_getList_return=0; i_org_csapi_policy_provisioning_IpPolicyIterator_getList_return < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyIterator_getList_return; i_org_csapi_policy_provisioning_IpPolicyIterator_getList_return++) {
32567 
32568                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyIterator_getList_return);
32569 
32570             }
32571 
32572             break;
32573         case USER_EXCEPTION:
32574             break;
32575         default:
32576             /* Unknown Exception */
32577             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
32578             break;
32579         }   /* switch(header->rep_status) */
32580 
32581         break;
32582     default:
32583         /* Unknown GIOP Message */
32584         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
32585         break;
32586     } /* switch(header->message_type) */
32587 }
32588 
32589 /*
32590  * IDL:org/csapi/policy/provisioning/IpPolicyRepository/getParentRepository:1.0
32591  */
32592 static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_getParentRepository(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)32593 decode_org_csapi_policy_provisioning_IpPolicyRepository_getParentRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
32594 {
32595     switch(header->message_type) {
32596     case Request:
32597         break;
32598     case Reply:
32599         switch(header->rep_status) {
32600         case NO_EXCEPTION:
32601             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
32602 
32603             break;
32604         case USER_EXCEPTION:
32605             break;
32606         default:
32607             /* Unknown Exception */
32608             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
32609             break;
32610         }   /* switch(header->rep_status) */
32611 
32612         break;
32613     default:
32614         /* Unknown GIOP Message */
32615         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
32616         break;
32617     } /* switch(header->message_type) */
32618 }
32619 
32620 /*
32621  * IDL:org/csapi/policy/provisioning/IpPolicyRepository/createRepository:1.0
32622  */
32623 static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_createRepository(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)32624 decode_org_csapi_policy_provisioning_IpPolicyRepository_createRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
32625 {
32626     switch(header->message_type) {
32627     case Request:
32628         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyRepository_createRepository_repositoryName);
32629 
32630         break;
32631     case Reply:
32632         switch(header->rep_status) {
32633         case NO_EXCEPTION:
32634             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
32635 
32636             break;
32637         case USER_EXCEPTION:
32638             break;
32639         default:
32640             /* Unknown Exception */
32641             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
32642             break;
32643         }   /* switch(header->rep_status) */
32644 
32645         break;
32646     default:
32647         /* Unknown GIOP Message */
32648         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
32649         break;
32650     } /* switch(header->message_type) */
32651 }
32652 
32653 /*
32654  * IDL:org/csapi/policy/provisioning/IpPolicyRepository/getRepository:1.0
32655  */
32656 static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepository(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)32657 decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
32658 {
32659     switch(header->message_type) {
32660     case Request:
32661         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyRepository_getRepository_repositoryName);
32662 
32663         break;
32664     case Reply:
32665         switch(header->rep_status) {
32666         case NO_EXCEPTION:
32667             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
32668 
32669             break;
32670         case USER_EXCEPTION:
32671             break;
32672         default:
32673             /* Unknown Exception */
32674             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
32675             break;
32676         }   /* switch(header->rep_status) */
32677 
32678         break;
32679     default:
32680         /* Unknown GIOP Message */
32681         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
32682         break;
32683     } /* switch(header->message_type) */
32684 }
32685 
32686 /*
32687  * IDL:org/csapi/policy/provisioning/IpPolicyRepository/removeRepository:1.0
32688  */
32689 static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_removeRepository(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)32690 decode_org_csapi_policy_provisioning_IpPolicyRepository_removeRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
32691 {
32692     switch(header->message_type) {
32693     case Request:
32694         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyRepository_removeRepository_repositoryName);
32695 
32696         break;
32697     case Reply:
32698         switch(header->rep_status) {
32699         case NO_EXCEPTION:
32700             /* Function returns void */
32701 
32702             break;
32703         case USER_EXCEPTION:
32704             break;
32705         default:
32706             /* Unknown Exception */
32707             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
32708             break;
32709         }   /* switch(header->rep_status) */
32710 
32711         break;
32712     default:
32713         /* Unknown GIOP Message */
32714         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
32715         break;
32716     } /* switch(header->message_type) */
32717 }
32718 
32719 /*
32720  * IDL:org/csapi/policy/provisioning/IpPolicyRepository/getRepositoryCount:1.0
32721  */
32722 static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryCount(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)32723 decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
32724 {
32725     switch(header->message_type) {
32726     case Request:
32727         break;
32728     case Reply:
32729         switch(header->rep_status) {
32730         case NO_EXCEPTION:
32731             proto_tree_add_int(tree, hf_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryCount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
32732 
32733             break;
32734         case USER_EXCEPTION:
32735             break;
32736         default:
32737             /* Unknown Exception */
32738             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
32739             break;
32740         }   /* switch(header->rep_status) */
32741 
32742         break;
32743     default:
32744         /* Unknown GIOP Message */
32745         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
32746         break;
32747     } /* switch(header->message_type) */
32748 }
32749 
32750 /*
32751  * IDL:org/csapi/policy/provisioning/IpPolicyRepository/getRepositoryIterator:1.0
32752  */
32753 static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryIterator(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)32754 decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
32755 {
32756     switch(header->message_type) {
32757     case Request:
32758         break;
32759     case Reply:
32760         switch(header->rep_status) {
32761         case NO_EXCEPTION:
32762             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
32763 
32764             break;
32765         case USER_EXCEPTION:
32766             break;
32767         default:
32768             /* Unknown Exception */
32769             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
32770             break;
32771         }   /* switch(header->rep_status) */
32772 
32773         break;
32774     default:
32775         /* Unknown GIOP Message */
32776         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
32777         break;
32778     } /* switch(header->message_type) */
32779 }
32780 
32781 /*
32782  * IDL:org/csapi/policy/provisioning/IpPolicyRepository/createCondition:1.0
32783  */
32784 static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_createCondition(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)32785 decode_org_csapi_policy_provisioning_IpPolicyRepository_createCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
32786 {
32787     /* Operation specific Variable declarations Begin */
32788     guint32   u_octet4;
32789     guint32   u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionAttributes;
32790     guint32   i_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionAttributes;
32791     /* Operation specific Variable declarations End */
32792 
32793     switch(header->message_type) {
32794     case Request:
32795         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionName);
32796 
32797         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
32798         proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionType, tvb, *offset-4, 4, u_octet4);
32799 
32800         u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
32801         proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionAttributes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionAttributes);
32802 
32803         for (i_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionAttributes=0; i_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionAttributes < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionAttributes; i_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionAttributes++) {
32804 
32805             /*  Begin struct "org_csapi_TpAttribute"  */
32806             decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
32807             /*  End struct "org_csapi_TpAttribute"  */
32808         }
32809 
32810         break;
32811     case Reply:
32812         switch(header->rep_status) {
32813         case NO_EXCEPTION:
32814             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
32815 
32816             break;
32817         case USER_EXCEPTION:
32818             break;
32819         default:
32820             /* Unknown Exception */
32821             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
32822             break;
32823         }   /* switch(header->rep_status) */
32824 
32825         break;
32826     default:
32827         /* Unknown GIOP Message */
32828         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
32829         break;
32830     } /* switch(header->message_type) */
32831 }
32832 
32833 /*
32834  * IDL:org/csapi/policy/provisioning/IpPolicyRepository/getCondition:1.0
32835  */
32836 static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_getCondition(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)32837 decode_org_csapi_policy_provisioning_IpPolicyRepository_getCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
32838 {
32839     switch(header->message_type) {
32840     case Request:
32841         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyRepository_getCondition_conditionName);
32842 
32843         break;
32844     case Reply:
32845         switch(header->rep_status) {
32846         case NO_EXCEPTION:
32847             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
32848 
32849             break;
32850         case USER_EXCEPTION:
32851             break;
32852         default:
32853             /* Unknown Exception */
32854             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
32855             break;
32856         }   /* switch(header->rep_status) */
32857 
32858         break;
32859     default:
32860         /* Unknown GIOP Message */
32861         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
32862         break;
32863     } /* switch(header->message_type) */
32864 }
32865 
32866 /*
32867  * IDL:org/csapi/policy/provisioning/IpPolicyRepository/removeCondition:1.0
32868  */
32869 static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_removeCondition(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)32870 decode_org_csapi_policy_provisioning_IpPolicyRepository_removeCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
32871 {
32872     switch(header->message_type) {
32873     case Request:
32874         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyRepository_removeCondition_conditionName);
32875 
32876         break;
32877     case Reply:
32878         switch(header->rep_status) {
32879         case NO_EXCEPTION:
32880             /* Function returns void */
32881 
32882             break;
32883         case USER_EXCEPTION:
32884             break;
32885         default:
32886             /* Unknown Exception */
32887             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
32888             break;
32889         }   /* switch(header->rep_status) */
32890 
32891         break;
32892     default:
32893         /* Unknown GIOP Message */
32894         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
32895         break;
32896     } /* switch(header->message_type) */
32897 }
32898 
32899 /*
32900  * IDL:org/csapi/policy/provisioning/IpPolicyRepository/getConditionCount:1.0
32901  */
32902 static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_getConditionCount(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)32903 decode_org_csapi_policy_provisioning_IpPolicyRepository_getConditionCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
32904 {
32905     switch(header->message_type) {
32906     case Request:
32907         break;
32908     case Reply:
32909         switch(header->rep_status) {
32910         case NO_EXCEPTION:
32911             proto_tree_add_int(tree, hf_org_csapi_policy_provisioning_IpPolicyRepository_getConditionCount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
32912 
32913             break;
32914         case USER_EXCEPTION:
32915             break;
32916         default:
32917             /* Unknown Exception */
32918             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
32919             break;
32920         }   /* switch(header->rep_status) */
32921 
32922         break;
32923     default:
32924         /* Unknown GIOP Message */
32925         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
32926         break;
32927     } /* switch(header->message_type) */
32928 }
32929 
32930 /*
32931  * IDL:org/csapi/policy/provisioning/IpPolicyRepository/getConditionIterator:1.0
32932  */
32933 static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_getConditionIterator(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)32934 decode_org_csapi_policy_provisioning_IpPolicyRepository_getConditionIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
32935 {
32936     switch(header->message_type) {
32937     case Request:
32938         break;
32939     case Reply:
32940         switch(header->rep_status) {
32941         case NO_EXCEPTION:
32942             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
32943 
32944             break;
32945         case USER_EXCEPTION:
32946             break;
32947         default:
32948             /* Unknown Exception */
32949             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
32950             break;
32951         }   /* switch(header->rep_status) */
32952 
32953         break;
32954     default:
32955         /* Unknown GIOP Message */
32956         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
32957         break;
32958     } /* switch(header->message_type) */
32959 }
32960 
32961 /*
32962  * IDL:org/csapi/policy/provisioning/IpPolicyRepository/createAction:1.0
32963  */
32964 static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_createAction(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)32965 decode_org_csapi_policy_provisioning_IpPolicyRepository_createAction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
32966 {
32967     /* Operation specific Variable declarations Begin */
32968     guint32   u_octet4;
32969     guint32   u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionAttributes;
32970     guint32   i_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionAttributes;
32971     /* Operation specific Variable declarations End */
32972 
32973     switch(header->message_type) {
32974     case Request:
32975         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionName);
32976 
32977         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
32978         proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionType, tvb, *offset-4, 4, u_octet4);
32979 
32980         u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
32981         proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionAttributes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionAttributes);
32982 
32983         for (i_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionAttributes=0; i_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionAttributes < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionAttributes; i_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionAttributes++) {
32984 
32985             /*  Begin struct "org_csapi_TpAttribute"  */
32986             decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
32987             /*  End struct "org_csapi_TpAttribute"  */
32988         }
32989 
32990         break;
32991     case Reply:
32992         switch(header->rep_status) {
32993         case NO_EXCEPTION:
32994             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
32995 
32996             break;
32997         case USER_EXCEPTION:
32998             break;
32999         default:
33000             /* Unknown Exception */
33001             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
33002             break;
33003         }   /* switch(header->rep_status) */
33004 
33005         break;
33006     default:
33007         /* Unknown GIOP Message */
33008         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
33009         break;
33010     } /* switch(header->message_type) */
33011 }
33012 
33013 /*
33014  * IDL:org/csapi/policy/provisioning/IpPolicyRepository/getAction:1.0
33015  */
33016 static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_getAction(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)33017 decode_org_csapi_policy_provisioning_IpPolicyRepository_getAction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
33018 {
33019     switch(header->message_type) {
33020     case Request:
33021         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyRepository_getAction_actionName);
33022 
33023         break;
33024     case Reply:
33025         switch(header->rep_status) {
33026         case NO_EXCEPTION:
33027             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
33028 
33029             break;
33030         case USER_EXCEPTION:
33031             break;
33032         default:
33033             /* Unknown Exception */
33034             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
33035             break;
33036         }   /* switch(header->rep_status) */
33037 
33038         break;
33039     default:
33040         /* Unknown GIOP Message */
33041         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
33042         break;
33043     } /* switch(header->message_type) */
33044 }
33045 
33046 /*
33047  * IDL:org/csapi/policy/provisioning/IpPolicyRepository/removeAction:1.0
33048  */
33049 static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_removeAction(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)33050 decode_org_csapi_policy_provisioning_IpPolicyRepository_removeAction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
33051 {
33052     switch(header->message_type) {
33053     case Request:
33054         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyRepository_removeAction_actionName);
33055 
33056         break;
33057     case Reply:
33058         switch(header->rep_status) {
33059         case NO_EXCEPTION:
33060             /* Function returns void */
33061 
33062             break;
33063         case USER_EXCEPTION:
33064             break;
33065         default:
33066             /* Unknown Exception */
33067             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
33068             break;
33069         }   /* switch(header->rep_status) */
33070 
33071         break;
33072     default:
33073         /* Unknown GIOP Message */
33074         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
33075         break;
33076     } /* switch(header->message_type) */
33077 }
33078 
33079 /*
33080  * IDL:org/csapi/policy/provisioning/IpPolicyRepository/getActionCount:1.0
33081  */
33082 static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_getActionCount(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)33083 decode_org_csapi_policy_provisioning_IpPolicyRepository_getActionCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
33084 {
33085     switch(header->message_type) {
33086     case Request:
33087         break;
33088     case Reply:
33089         switch(header->rep_status) {
33090         case NO_EXCEPTION:
33091             proto_tree_add_int(tree, hf_org_csapi_policy_provisioning_IpPolicyRepository_getActionCount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
33092 
33093             break;
33094         case USER_EXCEPTION:
33095             break;
33096         default:
33097             /* Unknown Exception */
33098             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
33099             break;
33100         }   /* switch(header->rep_status) */
33101 
33102         break;
33103     default:
33104         /* Unknown GIOP Message */
33105         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
33106         break;
33107     } /* switch(header->message_type) */
33108 }
33109 
33110 /*
33111  * IDL:org/csapi/policy/provisioning/IpPolicyRepository/getActionIterator:1.0
33112  */
33113 static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_getActionIterator(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)33114 decode_org_csapi_policy_provisioning_IpPolicyRepository_getActionIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
33115 {
33116     switch(header->message_type) {
33117     case Request:
33118         break;
33119     case Reply:
33120         switch(header->rep_status) {
33121         case NO_EXCEPTION:
33122             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
33123 
33124             break;
33125         case USER_EXCEPTION:
33126             break;
33127         default:
33128             /* Unknown Exception */
33129             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
33130             break;
33131         }   /* switch(header->rep_status) */
33132 
33133         break;
33134     default:
33135         /* Unknown GIOP Message */
33136         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
33137         break;
33138     } /* switch(header->message_type) */
33139 }
33140 
33141 /*
33142  * IDL:org/csapi/policy/provisioning/IpPolicyRule/getParentGroup:1.0
33143  */
33144 static void
decode_org_csapi_policy_provisioning_IpPolicyRule_getParentGroup(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)33145 decode_org_csapi_policy_provisioning_IpPolicyRule_getParentGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
33146 {
33147     switch(header->message_type) {
33148     case Request:
33149         break;
33150     case Reply:
33151         switch(header->rep_status) {
33152         case NO_EXCEPTION:
33153             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
33154 
33155             break;
33156         case USER_EXCEPTION:
33157             break;
33158         default:
33159             /* Unknown Exception */
33160             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
33161             break;
33162         }   /* switch(header->rep_status) */
33163 
33164         break;
33165     default:
33166         /* Unknown GIOP Message */
33167         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
33168         break;
33169     } /* switch(header->message_type) */
33170 }
33171 
33172 /*
33173  * IDL:org/csapi/policy/provisioning/IpPolicyRule/getParentDomain:1.0
33174  */
33175 static void
decode_org_csapi_policy_provisioning_IpPolicyRule_getParentDomain(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)33176 decode_org_csapi_policy_provisioning_IpPolicyRule_getParentDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
33177 {
33178     switch(header->message_type) {
33179     case Request:
33180         break;
33181     case Reply:
33182         switch(header->rep_status) {
33183         case NO_EXCEPTION:
33184             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
33185 
33186             break;
33187         case USER_EXCEPTION:
33188             break;
33189         default:
33190             /* Unknown Exception */
33191             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
33192             break;
33193         }   /* switch(header->rep_status) */
33194 
33195         break;
33196     default:
33197         /* Unknown GIOP Message */
33198         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
33199         break;
33200     } /* switch(header->message_type) */
33201 }
33202 
33203 /*
33204  * IDL:org/csapi/policy/provisioning/IpPolicyRule/createCondition:1.0
33205  */
33206 static void
decode_org_csapi_policy_provisioning_IpPolicyRule_createCondition(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)33207 decode_org_csapi_policy_provisioning_IpPolicyRule_createCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
33208 {
33209     /* Operation specific Variable declarations Begin */
33210     guint32   u_octet4;
33211     guint32   u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionAttributes;
33212     guint32   i_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionAttributes;
33213     /* Operation specific Variable declarations End */
33214 
33215     switch(header->message_type) {
33216     case Request:
33217         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionName);
33218 
33219         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
33220         proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionType, tvb, *offset-4, 4, u_octet4);
33221 
33222         u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
33223         proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionAttributes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionAttributes);
33224 
33225         for (i_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionAttributes=0; i_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionAttributes < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionAttributes; i_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionAttributes++) {
33226 
33227             /*  Begin struct "org_csapi_TpAttribute"  */
33228             decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
33229             /*  End struct "org_csapi_TpAttribute"  */
33230         }
33231 
33232         break;
33233     case Reply:
33234         switch(header->rep_status) {
33235         case NO_EXCEPTION:
33236             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
33237 
33238             break;
33239         case USER_EXCEPTION:
33240             break;
33241         default:
33242             /* Unknown Exception */
33243             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
33244             break;
33245         }   /* switch(header->rep_status) */
33246 
33247         break;
33248     default:
33249         /* Unknown GIOP Message */
33250         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
33251         break;
33252     } /* switch(header->message_type) */
33253 }
33254 
33255 /*
33256  * IDL:org/csapi/policy/provisioning/IpPolicyRule/getCondition:1.0
33257  */
33258 static void
decode_org_csapi_policy_provisioning_IpPolicyRule_getCondition(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)33259 decode_org_csapi_policy_provisioning_IpPolicyRule_getCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
33260 {
33261     switch(header->message_type) {
33262     case Request:
33263         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyRule_getCondition_conditionName);
33264 
33265         break;
33266     case Reply:
33267         switch(header->rep_status) {
33268         case NO_EXCEPTION:
33269             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
33270 
33271             break;
33272         case USER_EXCEPTION:
33273             break;
33274         default:
33275             /* Unknown Exception */
33276             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
33277             break;
33278         }   /* switch(header->rep_status) */
33279 
33280         break;
33281     default:
33282         /* Unknown GIOP Message */
33283         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
33284         break;
33285     } /* switch(header->message_type) */
33286 }
33287 
33288 /*
33289  * IDL:org/csapi/policy/provisioning/IpPolicyRule/removeCondition:1.0
33290  */
33291 static void
decode_org_csapi_policy_provisioning_IpPolicyRule_removeCondition(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)33292 decode_org_csapi_policy_provisioning_IpPolicyRule_removeCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
33293 {
33294     switch(header->message_type) {
33295     case Request:
33296         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyRule_removeCondition_conditionName);
33297 
33298         break;
33299     case Reply:
33300         switch(header->rep_status) {
33301         case NO_EXCEPTION:
33302             /* Function returns void */
33303 
33304             break;
33305         case USER_EXCEPTION:
33306             break;
33307         default:
33308             /* Unknown Exception */
33309             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
33310             break;
33311         }   /* switch(header->rep_status) */
33312 
33313         break;
33314     default:
33315         /* Unknown GIOP Message */
33316         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
33317         break;
33318     } /* switch(header->message_type) */
33319 }
33320 
33321 /*
33322  * IDL:org/csapi/policy/provisioning/IpPolicyRule/getConditionCount:1.0
33323  */
33324 static void
decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionCount(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)33325 decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
33326 {
33327     switch(header->message_type) {
33328     case Request:
33329         break;
33330     case Reply:
33331         switch(header->rep_status) {
33332         case NO_EXCEPTION:
33333             proto_tree_add_int(tree, hf_org_csapi_policy_provisioning_IpPolicyRule_getConditionCount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
33334 
33335             break;
33336         case USER_EXCEPTION:
33337             break;
33338         default:
33339             /* Unknown Exception */
33340             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
33341             break;
33342         }   /* switch(header->rep_status) */
33343 
33344         break;
33345     default:
33346         /* Unknown GIOP Message */
33347         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
33348         break;
33349     } /* switch(header->message_type) */
33350 }
33351 
33352 /*
33353  * IDL:org/csapi/policy/provisioning/IpPolicyRule/getConditionIterator:1.0
33354  */
33355 static void
decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionIterator(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)33356 decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
33357 {
33358     switch(header->message_type) {
33359     case Request:
33360         break;
33361     case Reply:
33362         switch(header->rep_status) {
33363         case NO_EXCEPTION:
33364             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
33365 
33366             break;
33367         case USER_EXCEPTION:
33368             break;
33369         default:
33370             /* Unknown Exception */
33371             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
33372             break;
33373         }   /* switch(header->rep_status) */
33374 
33375         break;
33376     default:
33377         /* Unknown GIOP Message */
33378         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
33379         break;
33380     } /* switch(header->message_type) */
33381 }
33382 
33383 /*
33384  * IDL:org/csapi/policy/provisioning/IpPolicyRule/createAction:1.0
33385  */
33386 static void
decode_org_csapi_policy_provisioning_IpPolicyRule_createAction(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)33387 decode_org_csapi_policy_provisioning_IpPolicyRule_createAction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
33388 {
33389     /* Operation specific Variable declarations Begin */
33390     guint32   u_octet4;
33391     guint32   u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionAttributes;
33392     guint32   i_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionAttributes;
33393     /* Operation specific Variable declarations End */
33394 
33395     switch(header->message_type) {
33396     case Request:
33397         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionName);
33398 
33399         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
33400         proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionType, tvb, *offset-4, 4, u_octet4);
33401 
33402         u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
33403         proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionAttributes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionAttributes);
33404 
33405         for (i_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionAttributes=0; i_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionAttributes < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionAttributes; i_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionAttributes++) {
33406 
33407             /*  Begin struct "org_csapi_TpAttribute"  */
33408             decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
33409             /*  End struct "org_csapi_TpAttribute"  */
33410         }
33411 
33412         break;
33413     case Reply:
33414         switch(header->rep_status) {
33415         case NO_EXCEPTION:
33416             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
33417 
33418             break;
33419         case USER_EXCEPTION:
33420             break;
33421         default:
33422             /* Unknown Exception */
33423             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
33424             break;
33425         }   /* switch(header->rep_status) */
33426 
33427         break;
33428     default:
33429         /* Unknown GIOP Message */
33430         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
33431         break;
33432     } /* switch(header->message_type) */
33433 }
33434 
33435 /*
33436  * IDL:org/csapi/policy/provisioning/IpPolicyRule/getAction:1.0
33437  */
33438 static void
decode_org_csapi_policy_provisioning_IpPolicyRule_getAction(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)33439 decode_org_csapi_policy_provisioning_IpPolicyRule_getAction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
33440 {
33441     switch(header->message_type) {
33442     case Request:
33443         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyRule_getAction_actionName);
33444 
33445         break;
33446     case Reply:
33447         switch(header->rep_status) {
33448         case NO_EXCEPTION:
33449             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
33450 
33451             break;
33452         case USER_EXCEPTION:
33453             break;
33454         default:
33455             /* Unknown Exception */
33456             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
33457             break;
33458         }   /* switch(header->rep_status) */
33459 
33460         break;
33461     default:
33462         /* Unknown GIOP Message */
33463         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
33464         break;
33465     } /* switch(header->message_type) */
33466 }
33467 
33468 /*
33469  * IDL:org/csapi/policy/provisioning/IpPolicyRule/removeAction:1.0
33470  */
33471 static void
decode_org_csapi_policy_provisioning_IpPolicyRule_removeAction(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)33472 decode_org_csapi_policy_provisioning_IpPolicyRule_removeAction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
33473 {
33474     switch(header->message_type) {
33475     case Request:
33476         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyRule_removeAction_actionName);
33477 
33478         break;
33479     case Reply:
33480         switch(header->rep_status) {
33481         case NO_EXCEPTION:
33482             /* Function returns void */
33483 
33484             break;
33485         case USER_EXCEPTION:
33486             break;
33487         default:
33488             /* Unknown Exception */
33489             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
33490             break;
33491         }   /* switch(header->rep_status) */
33492 
33493         break;
33494     default:
33495         /* Unknown GIOP Message */
33496         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
33497         break;
33498     } /* switch(header->message_type) */
33499 }
33500 
33501 /*
33502  * IDL:org/csapi/policy/provisioning/IpPolicyRule/getActionCount:1.0
33503  */
33504 static void
decode_org_csapi_policy_provisioning_IpPolicyRule_getActionCount(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)33505 decode_org_csapi_policy_provisioning_IpPolicyRule_getActionCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
33506 {
33507     switch(header->message_type) {
33508     case Request:
33509         break;
33510     case Reply:
33511         switch(header->rep_status) {
33512         case NO_EXCEPTION:
33513             proto_tree_add_int(tree, hf_org_csapi_policy_provisioning_IpPolicyRule_getActionCount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
33514 
33515             break;
33516         case USER_EXCEPTION:
33517             break;
33518         default:
33519             /* Unknown Exception */
33520             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
33521             break;
33522         }   /* switch(header->rep_status) */
33523 
33524         break;
33525     default:
33526         /* Unknown GIOP Message */
33527         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
33528         break;
33529     } /* switch(header->message_type) */
33530 }
33531 
33532 /*
33533  * IDL:org/csapi/policy/provisioning/IpPolicyRule/getActionIterator:1.0
33534  */
33535 static void
decode_org_csapi_policy_provisioning_IpPolicyRule_getActionIterator(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)33536 decode_org_csapi_policy_provisioning_IpPolicyRule_getActionIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
33537 {
33538     switch(header->message_type) {
33539     case Request:
33540         break;
33541     case Reply:
33542         switch(header->rep_status) {
33543         case NO_EXCEPTION:
33544             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
33545 
33546             break;
33547         case USER_EXCEPTION:
33548             break;
33549         default:
33550             /* Unknown Exception */
33551             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
33552             break;
33553         }   /* switch(header->rep_status) */
33554 
33555         break;
33556     default:
33557         /* Unknown GIOP Message */
33558         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
33559         break;
33560     } /* switch(header->message_type) */
33561 }
33562 
33563 /*
33564  * IDL:org/csapi/policy/provisioning/IpPolicyRule/setValidityPeriodConditionByName:1.0
33565  */
33566 static void
decode_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodConditionByName(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)33567 decode_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodConditionByName(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
33568 {
33569     switch(header->message_type) {
33570     case Request:
33571         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodConditionByName_conditionName);
33572 
33573         break;
33574     case Reply:
33575         switch(header->rep_status) {
33576         case NO_EXCEPTION:
33577             /* Function returns void */
33578 
33579             break;
33580         case USER_EXCEPTION:
33581             break;
33582         default:
33583             /* Unknown Exception */
33584             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
33585             break;
33586         }   /* switch(header->rep_status) */
33587 
33588         break;
33589     default:
33590         /* Unknown GIOP Message */
33591         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
33592         break;
33593     } /* switch(header->message_type) */
33594 }
33595 
33596 /*
33597  * IDL:org/csapi/policy/provisioning/IpPolicyRule/setValidityPeriodCondition:1.0
33598  */
33599 static void
decode_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodCondition(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)33600 decode_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
33601 {
33602     switch(header->message_type) {
33603     case Request:
33604         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
33605 
33606         break;
33607     case Reply:
33608         switch(header->rep_status) {
33609         case NO_EXCEPTION:
33610             /* Function returns void */
33611 
33612             break;
33613         case USER_EXCEPTION:
33614             break;
33615         default:
33616             /* Unknown Exception */
33617             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
33618             break;
33619         }   /* switch(header->rep_status) */
33620 
33621         break;
33622     default:
33623         /* Unknown GIOP Message */
33624         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
33625         break;
33626     } /* switch(header->message_type) */
33627 }
33628 
33629 /*
33630  * IDL:org/csapi/policy/provisioning/IpPolicyRule/getValidityPeriodCondition:1.0
33631  */
33632 static void
decode_org_csapi_policy_provisioning_IpPolicyRule_getValidityPeriodCondition(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)33633 decode_org_csapi_policy_provisioning_IpPolicyRule_getValidityPeriodCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
33634 {
33635     switch(header->message_type) {
33636     case Request:
33637         break;
33638     case Reply:
33639         switch(header->rep_status) {
33640         case NO_EXCEPTION:
33641             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
33642 
33643             break;
33644         case USER_EXCEPTION:
33645             break;
33646         default:
33647             /* Unknown Exception */
33648             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
33649             break;
33650         }   /* switch(header->rep_status) */
33651 
33652         break;
33653     default:
33654         /* Unknown GIOP Message */
33655         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
33656         break;
33657     } /* switch(header->message_type) */
33658 }
33659 
33660 /*
33661  * IDL:org/csapi/policy/provisioning/IpPolicyRule/unsetValidityPeriodCondition:1.0
33662  */
33663 static void
decode_org_csapi_policy_provisioning_IpPolicyRule_unsetValidityPeriodCondition(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)33664 decode_org_csapi_policy_provisioning_IpPolicyRule_unsetValidityPeriodCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
33665 {
33666     switch(header->message_type) {
33667     case Request:
33668         break;
33669     case Reply:
33670         switch(header->rep_status) {
33671         case NO_EXCEPTION:
33672             /* Function returns void */
33673 
33674             break;
33675         case USER_EXCEPTION:
33676             break;
33677         default:
33678             /* Unknown Exception */
33679             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
33680             break;
33681         }   /* switch(header->rep_status) */
33682 
33683         break;
33684     default:
33685         /* Unknown GIOP Message */
33686         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
33687         break;
33688     } /* switch(header->message_type) */
33689 }
33690 
33691 /*
33692  * IDL:org/csapi/policy/provisioning/IpPolicyRule/setConditionList:1.0
33693  */
33694 static void
decode_org_csapi_policy_provisioning_IpPolicyRule_setConditionList(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)33695 decode_org_csapi_policy_provisioning_IpPolicyRule_setConditionList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
33696 {
33697     /* Operation specific Variable declarations Begin */
33698     guint32   u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_setConditionList_conditionList;
33699     guint32   i_org_csapi_policy_provisioning_IpPolicyRule_setConditionList_conditionList;
33700     /* Operation specific Variable declarations End */
33701 
33702     switch(header->message_type) {
33703     case Request:
33704         u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_setConditionList_conditionList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
33705         proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyRule_setConditionList_conditionList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_setConditionList_conditionList);
33706 
33707         for (i_org_csapi_policy_provisioning_IpPolicyRule_setConditionList_conditionList=0; i_org_csapi_policy_provisioning_IpPolicyRule_setConditionList_conditionList < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_setConditionList_conditionList; i_org_csapi_policy_provisioning_IpPolicyRule_setConditionList_conditionList++) {
33708 
33709             /*  Begin struct "org_csapi_policy_TpPolicyConditionListElement"  */
33710             decode_org_csapi_policy_TpPolicyConditionListElement_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
33711             /*  End struct "org_csapi_policy_TpPolicyConditionListElement"  */
33712         }
33713 
33714         break;
33715     case Reply:
33716         switch(header->rep_status) {
33717         case NO_EXCEPTION:
33718             /* Function returns void */
33719 
33720             break;
33721         case USER_EXCEPTION:
33722             break;
33723         default:
33724             /* Unknown Exception */
33725             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
33726             break;
33727         }   /* switch(header->rep_status) */
33728 
33729         break;
33730     default:
33731         /* Unknown GIOP Message */
33732         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
33733         break;
33734     } /* switch(header->message_type) */
33735 }
33736 
33737 /*
33738  * IDL:org/csapi/policy/provisioning/IpPolicyRule/getConditionList:1.0
33739  */
33740 static void
decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionList(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)33741 decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
33742 {
33743     /* Operation specific Variable declarations Begin */
33744     guint32   u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_getConditionList_return;
33745     guint32   i_org_csapi_policy_provisioning_IpPolicyRule_getConditionList_return;
33746     /* Operation specific Variable declarations End */
33747 
33748     switch(header->message_type) {
33749     case Request:
33750         break;
33751     case Reply:
33752         switch(header->rep_status) {
33753         case NO_EXCEPTION:
33754             u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_getConditionList_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
33755             proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyRule_getConditionList_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_getConditionList_return);
33756 
33757             for (i_org_csapi_policy_provisioning_IpPolicyRule_getConditionList_return=0; i_org_csapi_policy_provisioning_IpPolicyRule_getConditionList_return < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_getConditionList_return; i_org_csapi_policy_provisioning_IpPolicyRule_getConditionList_return++) {
33758 
33759                 /*  Begin struct "org_csapi_policy_TpPolicyConditionListElement"  */
33760                 decode_org_csapi_policy_TpPolicyConditionListElement_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
33761                 /*  End struct "org_csapi_policy_TpPolicyConditionListElement"  */
33762             }
33763 
33764             break;
33765         case USER_EXCEPTION:
33766             break;
33767         default:
33768             /* Unknown Exception */
33769             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
33770             break;
33771         }   /* switch(header->rep_status) */
33772 
33773         break;
33774     default:
33775         /* Unknown GIOP Message */
33776         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
33777         break;
33778     } /* switch(header->message_type) */
33779 }
33780 
33781 /*
33782  * IDL:org/csapi/policy/provisioning/IpPolicyRule/setActionList:1.0
33783  */
33784 static void
decode_org_csapi_policy_provisioning_IpPolicyRule_setActionList(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)33785 decode_org_csapi_policy_provisioning_IpPolicyRule_setActionList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
33786 {
33787     /* Operation specific Variable declarations Begin */
33788     guint32   u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_setActionList_actionList;
33789     guint32   i_org_csapi_policy_provisioning_IpPolicyRule_setActionList_actionList;
33790     /* Operation specific Variable declarations End */
33791 
33792     switch(header->message_type) {
33793     case Request:
33794         u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_setActionList_actionList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
33795         proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyRule_setActionList_actionList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_setActionList_actionList);
33796 
33797         for (i_org_csapi_policy_provisioning_IpPolicyRule_setActionList_actionList=0; i_org_csapi_policy_provisioning_IpPolicyRule_setActionList_actionList < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_setActionList_actionList; i_org_csapi_policy_provisioning_IpPolicyRule_setActionList_actionList++) {
33798 
33799             /*  Begin struct "org_csapi_policy_TpPolicyActionListElement"  */
33800             decode_org_csapi_policy_TpPolicyActionListElement_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
33801             /*  End struct "org_csapi_policy_TpPolicyActionListElement"  */
33802         }
33803 
33804         break;
33805     case Reply:
33806         switch(header->rep_status) {
33807         case NO_EXCEPTION:
33808             /* Function returns void */
33809 
33810             break;
33811         case USER_EXCEPTION:
33812             break;
33813         default:
33814             /* Unknown Exception */
33815             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
33816             break;
33817         }   /* switch(header->rep_status) */
33818 
33819         break;
33820     default:
33821         /* Unknown GIOP Message */
33822         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
33823         break;
33824     } /* switch(header->message_type) */
33825 }
33826 
33827 /*
33828  * IDL:org/csapi/policy/provisioning/IpPolicyRule/getActionList:1.0
33829  */
33830 static void
decode_org_csapi_policy_provisioning_IpPolicyRule_getActionList(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)33831 decode_org_csapi_policy_provisioning_IpPolicyRule_getActionList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
33832 {
33833     /* Operation specific Variable declarations Begin */
33834     guint32   u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_getActionList_return;
33835     guint32   i_org_csapi_policy_provisioning_IpPolicyRule_getActionList_return;
33836     /* Operation specific Variable declarations End */
33837 
33838     switch(header->message_type) {
33839     case Request:
33840         break;
33841     case Reply:
33842         switch(header->rep_status) {
33843         case NO_EXCEPTION:
33844             u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_getActionList_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
33845             proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyRule_getActionList_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_getActionList_return);
33846 
33847             for (i_org_csapi_policy_provisioning_IpPolicyRule_getActionList_return=0; i_org_csapi_policy_provisioning_IpPolicyRule_getActionList_return < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_getActionList_return; i_org_csapi_policy_provisioning_IpPolicyRule_getActionList_return++) {
33848 
33849                 /*  Begin struct "org_csapi_policy_TpPolicyActionListElement"  */
33850                 decode_org_csapi_policy_TpPolicyActionListElement_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
33851                 /*  End struct "org_csapi_policy_TpPolicyActionListElement"  */
33852             }
33853 
33854             break;
33855         case USER_EXCEPTION:
33856             break;
33857         default:
33858             /* Unknown Exception */
33859             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
33860             break;
33861         }   /* switch(header->rep_status) */
33862 
33863         break;
33864     default:
33865         /* Unknown GIOP Message */
33866         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
33867         break;
33868     } /* switch(header->message_type) */
33869 }
33870 
33871 /*
33872  * IDL:org/csapi/policy/provisioning/IpPolicyManager/createDomain:1.0
33873  */
33874 static void
decode_org_csapi_policy_provisioning_IpPolicyManager_createDomain(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)33875 decode_org_csapi_policy_provisioning_IpPolicyManager_createDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
33876 {
33877     switch(header->message_type) {
33878     case Request:
33879         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyManager_createDomain_domainName);
33880 
33881         break;
33882     case Reply:
33883         switch(header->rep_status) {
33884         case NO_EXCEPTION:
33885             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
33886 
33887             break;
33888         case USER_EXCEPTION:
33889             break;
33890         default:
33891             /* Unknown Exception */
33892             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
33893             break;
33894         }   /* switch(header->rep_status) */
33895 
33896         break;
33897     default:
33898         /* Unknown GIOP Message */
33899         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
33900         break;
33901     } /* switch(header->message_type) */
33902 }
33903 
33904 /*
33905  * IDL:org/csapi/policy/provisioning/IpPolicyManager/getDomain:1.0
33906  */
33907 static void
decode_org_csapi_policy_provisioning_IpPolicyManager_getDomain(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)33908 decode_org_csapi_policy_provisioning_IpPolicyManager_getDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
33909 {
33910     switch(header->message_type) {
33911     case Request:
33912         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyManager_getDomain_domainName);
33913 
33914         break;
33915     case Reply:
33916         switch(header->rep_status) {
33917         case NO_EXCEPTION:
33918             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
33919 
33920             break;
33921         case USER_EXCEPTION:
33922             break;
33923         default:
33924             /* Unknown Exception */
33925             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
33926             break;
33927         }   /* switch(header->rep_status) */
33928 
33929         break;
33930     default:
33931         /* Unknown GIOP Message */
33932         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
33933         break;
33934     } /* switch(header->message_type) */
33935 }
33936 
33937 /*
33938  * IDL:org/csapi/policy/provisioning/IpPolicyManager/removeDomain:1.0
33939  */
33940 static void
decode_org_csapi_policy_provisioning_IpPolicyManager_removeDomain(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)33941 decode_org_csapi_policy_provisioning_IpPolicyManager_removeDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
33942 {
33943     switch(header->message_type) {
33944     case Request:
33945         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyManager_removeDomain_domainName);
33946 
33947         break;
33948     case Reply:
33949         switch(header->rep_status) {
33950         case NO_EXCEPTION:
33951             /* Function returns void */
33952 
33953             break;
33954         case USER_EXCEPTION:
33955             break;
33956         default:
33957             /* Unknown Exception */
33958             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
33959             break;
33960         }   /* switch(header->rep_status) */
33961 
33962         break;
33963     default:
33964         /* Unknown GIOP Message */
33965         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
33966         break;
33967     } /* switch(header->message_type) */
33968 }
33969 
33970 /*
33971  * IDL:org/csapi/policy/provisioning/IpPolicyManager/getDomainCount:1.0
33972  */
33973 static void
decode_org_csapi_policy_provisioning_IpPolicyManager_getDomainCount(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)33974 decode_org_csapi_policy_provisioning_IpPolicyManager_getDomainCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
33975 {
33976     switch(header->message_type) {
33977     case Request:
33978         break;
33979     case Reply:
33980         switch(header->rep_status) {
33981         case NO_EXCEPTION:
33982             proto_tree_add_int(tree, hf_org_csapi_policy_provisioning_IpPolicyManager_getDomainCount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
33983 
33984             break;
33985         case USER_EXCEPTION:
33986             break;
33987         default:
33988             /* Unknown Exception */
33989             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
33990             break;
33991         }   /* switch(header->rep_status) */
33992 
33993         break;
33994     default:
33995         /* Unknown GIOP Message */
33996         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
33997         break;
33998     } /* switch(header->message_type) */
33999 }
34000 
34001 /*
34002  * IDL:org/csapi/policy/provisioning/IpPolicyManager/getDomainIterator:1.0
34003  */
34004 static void
decode_org_csapi_policy_provisioning_IpPolicyManager_getDomainIterator(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)34005 decode_org_csapi_policy_provisioning_IpPolicyManager_getDomainIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
34006 {
34007     switch(header->message_type) {
34008     case Request:
34009         break;
34010     case Reply:
34011         switch(header->rep_status) {
34012         case NO_EXCEPTION:
34013             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
34014 
34015             break;
34016         case USER_EXCEPTION:
34017             break;
34018         default:
34019             /* Unknown Exception */
34020             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
34021             break;
34022         }   /* switch(header->rep_status) */
34023 
34024         break;
34025     default:
34026         /* Unknown GIOP Message */
34027         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
34028         break;
34029     } /* switch(header->message_type) */
34030 }
34031 
34032 /*
34033  * IDL:org/csapi/policy/provisioning/IpPolicyManager/findMatchingDomains:1.0
34034  */
34035 static void
decode_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)34036 decode_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
34037 {
34038     /* Operation specific Variable declarations Begin */
34039     guint32   u_octet4_loop_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_matchingAttributes;
34040     guint32   i_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_matchingAttributes;
34041     guint32   u_octet4_loop_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return;
34042     guint32   i_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return;
34043     /* Operation specific Variable declarations End */
34044 
34045     switch(header->message_type) {
34046     case Request:
34047         u_octet4_loop_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_matchingAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
34048         proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_matchingAttributes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_matchingAttributes);
34049 
34050         for (i_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_matchingAttributes=0; i_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_matchingAttributes < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_matchingAttributes; i_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_matchingAttributes++) {
34051 
34052             /*  Begin struct "org_csapi_TpAttribute"  */
34053             decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
34054             /*  End struct "org_csapi_TpAttribute"  */
34055         }
34056 
34057         break;
34058     case Reply:
34059         switch(header->rep_status) {
34060         case NO_EXCEPTION:
34061             u_octet4_loop_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
34062             proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return);
34063 
34064             for (i_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return=0; i_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return; i_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return++) {
34065 
34066                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return);
34067 
34068             }
34069 
34070             break;
34071         case USER_EXCEPTION:
34072             break;
34073         default:
34074             /* Unknown Exception */
34075             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
34076             break;
34077         }   /* switch(header->rep_status) */
34078 
34079         break;
34080     default:
34081         /* Unknown GIOP Message */
34082         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
34083         break;
34084     } /* switch(header->message_type) */
34085 }
34086 
34087 /*
34088  * IDL:org/csapi/policy/provisioning/IpPolicyManager/createRepository:1.0
34089  */
34090 static void
decode_org_csapi_policy_provisioning_IpPolicyManager_createRepository(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)34091 decode_org_csapi_policy_provisioning_IpPolicyManager_createRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
34092 {
34093     switch(header->message_type) {
34094     case Request:
34095         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyManager_createRepository_repositoryName);
34096 
34097         break;
34098     case Reply:
34099         switch(header->rep_status) {
34100         case NO_EXCEPTION:
34101             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
34102 
34103             break;
34104         case USER_EXCEPTION:
34105             break;
34106         default:
34107             /* Unknown Exception */
34108             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
34109             break;
34110         }   /* switch(header->rep_status) */
34111 
34112         break;
34113     default:
34114         /* Unknown GIOP Message */
34115         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
34116         break;
34117     } /* switch(header->message_type) */
34118 }
34119 
34120 /*
34121  * IDL:org/csapi/policy/provisioning/IpPolicyManager/getRepository:1.0
34122  */
34123 static void
decode_org_csapi_policy_provisioning_IpPolicyManager_getRepository(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)34124 decode_org_csapi_policy_provisioning_IpPolicyManager_getRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
34125 {
34126     switch(header->message_type) {
34127     case Request:
34128         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyManager_getRepository_repositoryName);
34129 
34130         break;
34131     case Reply:
34132         switch(header->rep_status) {
34133         case NO_EXCEPTION:
34134             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
34135 
34136             break;
34137         case USER_EXCEPTION:
34138             break;
34139         default:
34140             /* Unknown Exception */
34141             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
34142             break;
34143         }   /* switch(header->rep_status) */
34144 
34145         break;
34146     default:
34147         /* Unknown GIOP Message */
34148         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
34149         break;
34150     } /* switch(header->message_type) */
34151 }
34152 
34153 /*
34154  * IDL:org/csapi/policy/provisioning/IpPolicyManager/removeRepository:1.0
34155  */
34156 static void
decode_org_csapi_policy_provisioning_IpPolicyManager_removeRepository(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)34157 decode_org_csapi_policy_provisioning_IpPolicyManager_removeRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
34158 {
34159     switch(header->message_type) {
34160     case Request:
34161         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyManager_removeRepository_repositoryName);
34162 
34163         break;
34164     case Reply:
34165         switch(header->rep_status) {
34166         case NO_EXCEPTION:
34167             /* Function returns void */
34168 
34169             break;
34170         case USER_EXCEPTION:
34171             break;
34172         default:
34173             /* Unknown Exception */
34174             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
34175             break;
34176         }   /* switch(header->rep_status) */
34177 
34178         break;
34179     default:
34180         /* Unknown GIOP Message */
34181         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
34182         break;
34183     } /* switch(header->message_type) */
34184 }
34185 
34186 /*
34187  * IDL:org/csapi/policy/provisioning/IpPolicyManager/getRepositoryCount:1.0
34188  */
34189 static void
decode_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryCount(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)34190 decode_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
34191 {
34192     switch(header->message_type) {
34193     case Request:
34194         break;
34195     case Reply:
34196         switch(header->rep_status) {
34197         case NO_EXCEPTION:
34198             proto_tree_add_int(tree, hf_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryCount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
34199 
34200             break;
34201         case USER_EXCEPTION:
34202             break;
34203         default:
34204             /* Unknown Exception */
34205             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
34206             break;
34207         }   /* switch(header->rep_status) */
34208 
34209         break;
34210     default:
34211         /* Unknown GIOP Message */
34212         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
34213         break;
34214     } /* switch(header->message_type) */
34215 }
34216 
34217 /*
34218  * IDL:org/csapi/policy/provisioning/IpPolicyManager/getRepositoryIterator:1.0
34219  */
34220 static void
decode_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryIterator(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)34221 decode_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
34222 {
34223     switch(header->message_type) {
34224     case Request:
34225         break;
34226     case Reply:
34227         switch(header->rep_status) {
34228         case NO_EXCEPTION:
34229             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
34230 
34231             break;
34232         case USER_EXCEPTION:
34233             break;
34234         default:
34235             /* Unknown Exception */
34236             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
34237             break;
34238         }   /* switch(header->rep_status) */
34239 
34240         break;
34241     default:
34242         /* Unknown GIOP Message */
34243         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
34244         break;
34245     } /* switch(header->message_type) */
34246 }
34247 
34248 /*
34249  * IDL:org/csapi/policy/provisioning/IpPolicyManager/startTransaction:1.0
34250  */
34251 static void
decode_org_csapi_policy_provisioning_IpPolicyManager_startTransaction(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)34252 decode_org_csapi_policy_provisioning_IpPolicyManager_startTransaction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
34253 {
34254     switch(header->message_type) {
34255     case Request:
34256         break;
34257     case Reply:
34258         switch(header->rep_status) {
34259         case NO_EXCEPTION:
34260             /* Function returns void */
34261 
34262             break;
34263         case USER_EXCEPTION:
34264             break;
34265         default:
34266             /* Unknown Exception */
34267             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
34268             break;
34269         }   /* switch(header->rep_status) */
34270 
34271         break;
34272     default:
34273         /* Unknown GIOP Message */
34274         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
34275         break;
34276     } /* switch(header->message_type) */
34277 }
34278 
34279 /*
34280  * IDL:org/csapi/policy/provisioning/IpPolicyManager/commitTransaction:1.0
34281  */
34282 static void
decode_org_csapi_policy_provisioning_IpPolicyManager_commitTransaction(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)34283 decode_org_csapi_policy_provisioning_IpPolicyManager_commitTransaction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
34284 {
34285     switch(header->message_type) {
34286     case Request:
34287         break;
34288     case Reply:
34289         switch(header->rep_status) {
34290         case NO_EXCEPTION:
34291             proto_tree_add_boolean(tree, hf_org_csapi_policy_provisioning_IpPolicyManager_commitTransaction_return, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
34292 
34293             break;
34294         case USER_EXCEPTION:
34295             break;
34296         default:
34297             /* Unknown Exception */
34298             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
34299             break;
34300         }   /* switch(header->rep_status) */
34301 
34302         break;
34303     default:
34304         /* Unknown GIOP Message */
34305         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
34306         break;
34307     } /* switch(header->message_type) */
34308 }
34309 
34310 /*
34311  * IDL:org/csapi/policy/provisioning/IpPolicyManager/abortTransaction:1.0
34312  */
34313 static void
decode_org_csapi_policy_provisioning_IpPolicyManager_abortTransaction(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)34314 decode_org_csapi_policy_provisioning_IpPolicyManager_abortTransaction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
34315 {
34316     switch(header->message_type) {
34317     case Request:
34318         break;
34319     case Reply:
34320         switch(header->rep_status) {
34321         case NO_EXCEPTION:
34322             /* Function returns void */
34323 
34324             break;
34325         case USER_EXCEPTION:
34326             break;
34327         default:
34328             /* Unknown Exception */
34329             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
34330             break;
34331         }   /* switch(header->rep_status) */
34332 
34333         break;
34334     default:
34335         /* Unknown GIOP Message */
34336         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
34337         break;
34338     } /* switch(header->message_type) */
34339 }
34340 
34341 /*
34342  * IDL:org/csapi/policy/provisioning/IpPolicyGroup/getParentDomain:1.0
34343  */
34344 static void
decode_org_csapi_policy_provisioning_IpPolicyGroup_getParentDomain(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)34345 decode_org_csapi_policy_provisioning_IpPolicyGroup_getParentDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
34346 {
34347     switch(header->message_type) {
34348     case Request:
34349         break;
34350     case Reply:
34351         switch(header->rep_status) {
34352         case NO_EXCEPTION:
34353             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
34354 
34355             break;
34356         case USER_EXCEPTION:
34357             break;
34358         default:
34359             /* Unknown Exception */
34360             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
34361             break;
34362         }   /* switch(header->rep_status) */
34363 
34364         break;
34365     default:
34366         /* Unknown GIOP Message */
34367         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
34368         break;
34369     } /* switch(header->message_type) */
34370 }
34371 
34372 /*
34373  * IDL:org/csapi/policy/provisioning/IpPolicyGroup/getParentGroup:1.0
34374  */
34375 static void
decode_org_csapi_policy_provisioning_IpPolicyGroup_getParentGroup(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)34376 decode_org_csapi_policy_provisioning_IpPolicyGroup_getParentGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
34377 {
34378     switch(header->message_type) {
34379     case Request:
34380         break;
34381     case Reply:
34382         switch(header->rep_status) {
34383         case NO_EXCEPTION:
34384             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
34385 
34386             break;
34387         case USER_EXCEPTION:
34388             break;
34389         default:
34390             /* Unknown Exception */
34391             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
34392             break;
34393         }   /* switch(header->rep_status) */
34394 
34395         break;
34396     default:
34397         /* Unknown GIOP Message */
34398         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
34399         break;
34400     } /* switch(header->message_type) */
34401 }
34402 
34403 /*
34404  * IDL:org/csapi/policy/provisioning/IpPolicyGroup/createGroup:1.0
34405  */
34406 static void
decode_org_csapi_policy_provisioning_IpPolicyGroup_createGroup(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)34407 decode_org_csapi_policy_provisioning_IpPolicyGroup_createGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
34408 {
34409     switch(header->message_type) {
34410     case Request:
34411         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyGroup_createGroup_groupName);
34412 
34413         break;
34414     case Reply:
34415         switch(header->rep_status) {
34416         case NO_EXCEPTION:
34417             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
34418 
34419             break;
34420         case USER_EXCEPTION:
34421             break;
34422         default:
34423             /* Unknown Exception */
34424             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
34425             break;
34426         }   /* switch(header->rep_status) */
34427 
34428         break;
34429     default:
34430         /* Unknown GIOP Message */
34431         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
34432         break;
34433     } /* switch(header->message_type) */
34434 }
34435 
34436 /*
34437  * IDL:org/csapi/policy/provisioning/IpPolicyGroup/getGroup:1.0
34438  */
34439 static void
decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroup(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)34440 decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
34441 {
34442     switch(header->message_type) {
34443     case Request:
34444         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyGroup_getGroup_groupName);
34445 
34446         break;
34447     case Reply:
34448         switch(header->rep_status) {
34449         case NO_EXCEPTION:
34450             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
34451 
34452             break;
34453         case USER_EXCEPTION:
34454             break;
34455         default:
34456             /* Unknown Exception */
34457             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
34458             break;
34459         }   /* switch(header->rep_status) */
34460 
34461         break;
34462     default:
34463         /* Unknown GIOP Message */
34464         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
34465         break;
34466     } /* switch(header->message_type) */
34467 }
34468 
34469 /*
34470  * IDL:org/csapi/policy/provisioning/IpPolicyGroup/removeGroup:1.0
34471  */
34472 static void
decode_org_csapi_policy_provisioning_IpPolicyGroup_removeGroup(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)34473 decode_org_csapi_policy_provisioning_IpPolicyGroup_removeGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
34474 {
34475     switch(header->message_type) {
34476     case Request:
34477         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyGroup_removeGroup_groupName);
34478 
34479         break;
34480     case Reply:
34481         switch(header->rep_status) {
34482         case NO_EXCEPTION:
34483             /* Function returns void */
34484 
34485             break;
34486         case USER_EXCEPTION:
34487             break;
34488         default:
34489             /* Unknown Exception */
34490             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
34491             break;
34492         }   /* switch(header->rep_status) */
34493 
34494         break;
34495     default:
34496         /* Unknown GIOP Message */
34497         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
34498         break;
34499     } /* switch(header->message_type) */
34500 }
34501 
34502 /*
34503  * IDL:org/csapi/policy/provisioning/IpPolicyGroup/getGroupCount:1.0
34504  */
34505 static void
decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroupCount(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)34506 decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroupCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
34507 {
34508     switch(header->message_type) {
34509     case Request:
34510         break;
34511     case Reply:
34512         switch(header->rep_status) {
34513         case NO_EXCEPTION:
34514             proto_tree_add_int(tree, hf_org_csapi_policy_provisioning_IpPolicyGroup_getGroupCount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
34515 
34516             break;
34517         case USER_EXCEPTION:
34518             break;
34519         default:
34520             /* Unknown Exception */
34521             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
34522             break;
34523         }   /* switch(header->rep_status) */
34524 
34525         break;
34526     default:
34527         /* Unknown GIOP Message */
34528         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
34529         break;
34530     } /* switch(header->message_type) */
34531 }
34532 
34533 /*
34534  * IDL:org/csapi/policy/provisioning/IpPolicyGroup/getGroupIterator:1.0
34535  */
34536 static void
decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroupIterator(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)34537 decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroupIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
34538 {
34539     switch(header->message_type) {
34540     case Request:
34541         break;
34542     case Reply:
34543         switch(header->rep_status) {
34544         case NO_EXCEPTION:
34545             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
34546 
34547             break;
34548         case USER_EXCEPTION:
34549             break;
34550         default:
34551             /* Unknown Exception */
34552             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
34553             break;
34554         }   /* switch(header->rep_status) */
34555 
34556         break;
34557     default:
34558         /* Unknown GIOP Message */
34559         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
34560         break;
34561     } /* switch(header->message_type) */
34562 }
34563 
34564 /*
34565  * IDL:org/csapi/policy/provisioning/IpPolicyGroup/createRule:1.0
34566  */
34567 static void
decode_org_csapi_policy_provisioning_IpPolicyGroup_createRule(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)34568 decode_org_csapi_policy_provisioning_IpPolicyGroup_createRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
34569 {
34570     switch(header->message_type) {
34571     case Request:
34572         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyGroup_createRule_ruleName);
34573 
34574         break;
34575     case Reply:
34576         switch(header->rep_status) {
34577         case NO_EXCEPTION:
34578             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
34579 
34580             break;
34581         case USER_EXCEPTION:
34582             break;
34583         default:
34584             /* Unknown Exception */
34585             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
34586             break;
34587         }   /* switch(header->rep_status) */
34588 
34589         break;
34590     default:
34591         /* Unknown GIOP Message */
34592         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
34593         break;
34594     } /* switch(header->message_type) */
34595 }
34596 
34597 /*
34598  * IDL:org/csapi/policy/provisioning/IpPolicyGroup/getRule:1.0
34599  */
34600 static void
decode_org_csapi_policy_provisioning_IpPolicyGroup_getRule(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)34601 decode_org_csapi_policy_provisioning_IpPolicyGroup_getRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
34602 {
34603     switch(header->message_type) {
34604     case Request:
34605         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyGroup_getRule_ruleName);
34606 
34607         break;
34608     case Reply:
34609         switch(header->rep_status) {
34610         case NO_EXCEPTION:
34611             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
34612 
34613             break;
34614         case USER_EXCEPTION:
34615             break;
34616         default:
34617             /* Unknown Exception */
34618             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
34619             break;
34620         }   /* switch(header->rep_status) */
34621 
34622         break;
34623     default:
34624         /* Unknown GIOP Message */
34625         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
34626         break;
34627     } /* switch(header->message_type) */
34628 }
34629 
34630 /*
34631  * IDL:org/csapi/policy/provisioning/IpPolicyGroup/removeRule:1.0
34632  */
34633 static void
decode_org_csapi_policy_provisioning_IpPolicyGroup_removeRule(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)34634 decode_org_csapi_policy_provisioning_IpPolicyGroup_removeRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
34635 {
34636     switch(header->message_type) {
34637     case Request:
34638         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyGroup_removeRule_ruleName);
34639 
34640         break;
34641     case Reply:
34642         switch(header->rep_status) {
34643         case NO_EXCEPTION:
34644             /* Function returns void */
34645 
34646             break;
34647         case USER_EXCEPTION:
34648             break;
34649         default:
34650             /* Unknown Exception */
34651             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
34652             break;
34653         }   /* switch(header->rep_status) */
34654 
34655         break;
34656     default:
34657         /* Unknown GIOP Message */
34658         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
34659         break;
34660     } /* switch(header->message_type) */
34661 }
34662 
34663 /*
34664  * IDL:org/csapi/policy/provisioning/IpPolicyGroup/getRuleCount:1.0
34665  */
34666 static void
decode_org_csapi_policy_provisioning_IpPolicyGroup_getRuleCount(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)34667 decode_org_csapi_policy_provisioning_IpPolicyGroup_getRuleCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
34668 {
34669     switch(header->message_type) {
34670     case Request:
34671         break;
34672     case Reply:
34673         switch(header->rep_status) {
34674         case NO_EXCEPTION:
34675             proto_tree_add_int(tree, hf_org_csapi_policy_provisioning_IpPolicyGroup_getRuleCount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
34676 
34677             break;
34678         case USER_EXCEPTION:
34679             break;
34680         default:
34681             /* Unknown Exception */
34682             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
34683             break;
34684         }   /* switch(header->rep_status) */
34685 
34686         break;
34687     default:
34688         /* Unknown GIOP Message */
34689         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
34690         break;
34691     } /* switch(header->message_type) */
34692 }
34693 
34694 /*
34695  * IDL:org/csapi/policy/provisioning/IpPolicyGroup/getRuleIterator:1.0
34696  */
34697 static void
decode_org_csapi_policy_provisioning_IpPolicyGroup_getRuleIterator(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)34698 decode_org_csapi_policy_provisioning_IpPolicyGroup_getRuleIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
34699 {
34700     switch(header->message_type) {
34701     case Request:
34702         break;
34703     case Reply:
34704         switch(header->rep_status) {
34705         case NO_EXCEPTION:
34706             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
34707 
34708             break;
34709         case USER_EXCEPTION:
34710             break;
34711         default:
34712             /* Unknown Exception */
34713             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
34714             break;
34715         }   /* switch(header->rep_status) */
34716 
34717         break;
34718     default:
34719         /* Unknown GIOP Message */
34720         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
34721         break;
34722     } /* switch(header->message_type) */
34723 }
34724 
34725 /*
34726  * IDL:org/csapi/policy/provisioning/IpPolicyEventDefinition/setRequiredAttributes:1.0
34727  */
34728 static void
decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)34729 decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
34730 {
34731     /* Operation specific Variable declarations Begin */
34732     guint32   u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes_requiredAttributes;
34733     guint32   i_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes_requiredAttributes;
34734     /* Operation specific Variable declarations End */
34735 
34736     switch(header->message_type) {
34737     case Request:
34738         u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes_requiredAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
34739         proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes_requiredAttributes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes_requiredAttributes);
34740 
34741         for (i_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes_requiredAttributes=0; i_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes_requiredAttributes < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes_requiredAttributes; i_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes_requiredAttributes++) {
34742 
34743             /*  Begin struct "org_csapi_TpAttribute"  */
34744             decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
34745             /*  End struct "org_csapi_TpAttribute"  */
34746         }
34747 
34748         break;
34749     case Reply:
34750         switch(header->rep_status) {
34751         case NO_EXCEPTION:
34752             /* Function returns void */
34753 
34754             break;
34755         case USER_EXCEPTION:
34756             break;
34757         default:
34758             /* Unknown Exception */
34759             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
34760             break;
34761         }   /* switch(header->rep_status) */
34762 
34763         break;
34764     default:
34765         /* Unknown GIOP Message */
34766         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
34767         break;
34768     } /* switch(header->message_type) */
34769 }
34770 
34771 /*
34772  * IDL:org/csapi/policy/provisioning/IpPolicyEventDefinition/setOptionalAttributes:1.0
34773  */
34774 static void
decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)34775 decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
34776 {
34777     /* Operation specific Variable declarations Begin */
34778     guint32   u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes_optionalAttributes;
34779     guint32   i_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes_optionalAttributes;
34780     /* Operation specific Variable declarations End */
34781 
34782     switch(header->message_type) {
34783     case Request:
34784         u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes_optionalAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
34785         proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes_optionalAttributes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes_optionalAttributes);
34786 
34787         for (i_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes_optionalAttributes=0; i_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes_optionalAttributes < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes_optionalAttributes; i_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes_optionalAttributes++) {
34788 
34789             /*  Begin struct "org_csapi_TpAttribute"  */
34790             decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
34791             /*  End struct "org_csapi_TpAttribute"  */
34792         }
34793 
34794         break;
34795     case Reply:
34796         switch(header->rep_status) {
34797         case NO_EXCEPTION:
34798             /* Function returns void */
34799 
34800             break;
34801         case USER_EXCEPTION:
34802             break;
34803         default:
34804             /* Unknown Exception */
34805             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
34806             break;
34807         }   /* switch(header->rep_status) */
34808 
34809         break;
34810     default:
34811         /* Unknown GIOP Message */
34812         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
34813         break;
34814     } /* switch(header->message_type) */
34815 }
34816 
34817 /*
34818  * IDL:org/csapi/policy/provisioning/IpPolicyEventDefinition/getRequiredAttributes:1.0
34819  */
34820 static void
decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)34821 decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
34822 {
34823     /* Operation specific Variable declarations Begin */
34824     guint32   u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes_return;
34825     guint32   i_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes_return;
34826     /* Operation specific Variable declarations End */
34827 
34828     switch(header->message_type) {
34829     case Request:
34830         break;
34831     case Reply:
34832         switch(header->rep_status) {
34833         case NO_EXCEPTION:
34834             u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
34835             proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes_return);
34836 
34837             for (i_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes_return=0; i_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes_return < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes_return; i_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes_return++) {
34838 
34839                 /*  Begin struct "org_csapi_TpAttribute"  */
34840                 decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
34841                 /*  End struct "org_csapi_TpAttribute"  */
34842             }
34843 
34844             break;
34845         case USER_EXCEPTION:
34846             break;
34847         default:
34848             /* Unknown Exception */
34849             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
34850             break;
34851         }   /* switch(header->rep_status) */
34852 
34853         break;
34854     default:
34855         /* Unknown GIOP Message */
34856         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
34857         break;
34858     } /* switch(header->message_type) */
34859 }
34860 
34861 /*
34862  * IDL:org/csapi/policy/provisioning/IpPolicyEventDefinition/getOptionalAttributes:1.0
34863  */
34864 static void
decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)34865 decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
34866 {
34867     /* Operation specific Variable declarations Begin */
34868     guint32   u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes_return;
34869     guint32   i_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes_return;
34870     /* Operation specific Variable declarations End */
34871 
34872     switch(header->message_type) {
34873     case Request:
34874         break;
34875     case Reply:
34876         switch(header->rep_status) {
34877         case NO_EXCEPTION:
34878             u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
34879             proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes_return);
34880 
34881             for (i_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes_return=0; i_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes_return < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes_return; i_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes_return++) {
34882 
34883                 /*  Begin struct "org_csapi_TpAttribute"  */
34884                 decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
34885                 /*  End struct "org_csapi_TpAttribute"  */
34886             }
34887 
34888             break;
34889         case USER_EXCEPTION:
34890             break;
34891         default:
34892             /* Unknown Exception */
34893             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
34894             break;
34895         }   /* switch(header->rep_status) */
34896 
34897         break;
34898     default:
34899         /* Unknown GIOP Message */
34900         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
34901         break;
34902     } /* switch(header->message_type) */
34903 }
34904 
34905 /*
34906  * IDL:org/csapi/policy/provisioning/IpPolicyEventDefinition/getParentDomain:1.0
34907  */
34908 static void
decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getParentDomain(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)34909 decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getParentDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
34910 {
34911     switch(header->message_type) {
34912     case Request:
34913         break;
34914     case Reply:
34915         switch(header->rep_status) {
34916         case NO_EXCEPTION:
34917             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
34918 
34919             break;
34920         case USER_EXCEPTION:
34921             break;
34922         default:
34923             /* Unknown Exception */
34924             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
34925             break;
34926         }   /* switch(header->rep_status) */
34927 
34928         break;
34929     default:
34930         /* Unknown GIOP Message */
34931         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
34932         break;
34933     } /* switch(header->message_type) */
34934 }
34935 
34936 /*
34937  * IDL:org/csapi/policy/provisioning/IpPolicyCondition/getParentRepository:1.0
34938  */
34939 static void
decode_org_csapi_policy_provisioning_IpPolicyCondition_getParentRepository(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)34940 decode_org_csapi_policy_provisioning_IpPolicyCondition_getParentRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
34941 {
34942     switch(header->message_type) {
34943     case Request:
34944         break;
34945     case Reply:
34946         switch(header->rep_status) {
34947         case NO_EXCEPTION:
34948             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
34949 
34950             break;
34951         case USER_EXCEPTION:
34952             break;
34953         default:
34954             /* Unknown Exception */
34955             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
34956             break;
34957         }   /* switch(header->rep_status) */
34958 
34959         break;
34960     default:
34961         /* Unknown GIOP Message */
34962         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
34963         break;
34964     } /* switch(header->message_type) */
34965 }
34966 
34967 /*
34968  * IDL:org/csapi/policy/provisioning/IpPolicyCondition/getParentRule:1.0
34969  */
34970 static void
decode_org_csapi_policy_provisioning_IpPolicyCondition_getParentRule(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)34971 decode_org_csapi_policy_provisioning_IpPolicyCondition_getParentRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
34972 {
34973     switch(header->message_type) {
34974     case Request:
34975         break;
34976     case Reply:
34977         switch(header->rep_status) {
34978         case NO_EXCEPTION:
34979             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
34980 
34981             break;
34982         case USER_EXCEPTION:
34983             break;
34984         default:
34985             /* Unknown Exception */
34986             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
34987             break;
34988         }   /* switch(header->rep_status) */
34989 
34990         break;
34991     default:
34992         /* Unknown GIOP Message */
34993         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
34994         break;
34995     } /* switch(header->message_type) */
34996 }
34997 
34998 /*
34999  * IDL:org/csapi/policy/provisioning/IpPolicyAction/getParentRepository:1.0
35000  */
35001 static void
decode_org_csapi_policy_provisioning_IpPolicyAction_getParentRepository(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)35002 decode_org_csapi_policy_provisioning_IpPolicyAction_getParentRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
35003 {
35004     switch(header->message_type) {
35005     case Request:
35006         break;
35007     case Reply:
35008         switch(header->rep_status) {
35009         case NO_EXCEPTION:
35010             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
35011 
35012             break;
35013         case USER_EXCEPTION:
35014             break;
35015         default:
35016             /* Unknown Exception */
35017             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
35018             break;
35019         }   /* switch(header->rep_status) */
35020 
35021         break;
35022     default:
35023         /* Unknown GIOP Message */
35024         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
35025         break;
35026     } /* switch(header->message_type) */
35027 }
35028 
35029 /*
35030  * IDL:org/csapi/policy/provisioning/IpPolicyAction/getParentRule:1.0
35031  */
35032 static void
decode_org_csapi_policy_provisioning_IpPolicyAction_getParentRule(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)35033 decode_org_csapi_policy_provisioning_IpPolicyAction_getParentRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
35034 {
35035     switch(header->message_type) {
35036     case Request:
35037         break;
35038     case Reply:
35039         switch(header->rep_status) {
35040         case NO_EXCEPTION:
35041             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
35042 
35043             break;
35044         case USER_EXCEPTION:
35045             break;
35046         default:
35047             /* Unknown Exception */
35048             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
35049             break;
35050         }   /* switch(header->rep_status) */
35051 
35052         break;
35053     default:
35054         /* Unknown GIOP Message */
35055         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
35056         break;
35057     } /* switch(header->message_type) */
35058 }
35059 
35060 /*
35061  * IDL:org/csapi/policy/provisioning/IpPolicySignature/setInputVariables:1.0
35062  */
35063 static void
decode_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)35064 decode_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
35065 {
35066     /* Operation specific Variable declarations Begin */
35067     guint32   u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables;
35068     guint32   i_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables;
35069     /* Operation specific Variable declarations End */
35070 
35071     switch(header->message_type) {
35072     case Request:
35073         u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
35074         proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables);
35075 
35076         for (i_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables=0; i_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables < u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables; i_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables++) {
35077 
35078             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables);
35079 
35080         }
35081 
35082         break;
35083     case Reply:
35084         switch(header->rep_status) {
35085         case NO_EXCEPTION:
35086             /* Function returns void */
35087 
35088             break;
35089         case USER_EXCEPTION:
35090             break;
35091         default:
35092             /* Unknown Exception */
35093             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
35094             break;
35095         }   /* switch(header->rep_status) */
35096 
35097         break;
35098     default:
35099         /* Unknown GIOP Message */
35100         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
35101         break;
35102     } /* switch(header->message_type) */
35103 }
35104 
35105 /*
35106  * IDL:org/csapi/policy/provisioning/IpPolicySignature/setOutputVariables:1.0
35107  */
35108 static void
decode_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)35109 decode_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
35110 {
35111     /* Operation specific Variable declarations Begin */
35112     guint32   u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables;
35113     guint32   i_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables;
35114     /* Operation specific Variable declarations End */
35115 
35116     switch(header->message_type) {
35117     case Request:
35118         u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
35119         proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables);
35120 
35121         for (i_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables=0; i_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables < u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables; i_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables++) {
35122 
35123             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables);
35124 
35125         }
35126 
35127         break;
35128     case Reply:
35129         switch(header->rep_status) {
35130         case NO_EXCEPTION:
35131             /* Function returns void */
35132 
35133             break;
35134         case USER_EXCEPTION:
35135             break;
35136         default:
35137             /* Unknown Exception */
35138             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
35139             break;
35140         }   /* switch(header->rep_status) */
35141 
35142         break;
35143     default:
35144         /* Unknown GIOP Message */
35145         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
35146         break;
35147     } /* switch(header->message_type) */
35148 }
35149 
35150 /*
35151  * IDL:org/csapi/policy/provisioning/IpPolicySignature/getInputVariables:1.0
35152  */
35153 static void
decode_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)35154 decode_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
35155 {
35156     /* Operation specific Variable declarations Begin */
35157     guint32   u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return;
35158     guint32   i_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return;
35159     /* Operation specific Variable declarations End */
35160 
35161     switch(header->message_type) {
35162     case Request:
35163         break;
35164     case Reply:
35165         switch(header->rep_status) {
35166         case NO_EXCEPTION:
35167             u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
35168             proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return);
35169 
35170             for (i_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return=0; i_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return < u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return; i_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return++) {
35171 
35172                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return);
35173 
35174             }
35175 
35176             break;
35177         case USER_EXCEPTION:
35178             break;
35179         default:
35180             /* Unknown Exception */
35181             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
35182             break;
35183         }   /* switch(header->rep_status) */
35184 
35185         break;
35186     default:
35187         /* Unknown GIOP Message */
35188         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
35189         break;
35190     } /* switch(header->message_type) */
35191 }
35192 
35193 /*
35194  * IDL:org/csapi/policy/provisioning/IpPolicySignature/getOutputVariables:1.0
35195  */
35196 static void
decode_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)35197 decode_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
35198 {
35199     /* Operation specific Variable declarations Begin */
35200     guint32   u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return;
35201     guint32   i_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return;
35202     /* Operation specific Variable declarations End */
35203 
35204     switch(header->message_type) {
35205     case Request:
35206         break;
35207     case Reply:
35208         switch(header->rep_status) {
35209         case NO_EXCEPTION:
35210             u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
35211             proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return);
35212 
35213             for (i_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return=0; i_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return < u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return; i_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return++) {
35214 
35215                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return);
35216 
35217             }
35218 
35219             break;
35220         case USER_EXCEPTION:
35221             break;
35222         default:
35223             /* Unknown Exception */
35224             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
35225             break;
35226         }   /* switch(header->rep_status) */
35227 
35228         break;
35229     default:
35230         /* Unknown GIOP Message */
35231         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
35232         break;
35233     } /* switch(header->message_type) */
35234 }
35235 
35236 /*
35237  * IDL:org/csapi/policy/provisioning/IpPolicySignature/setGroupNames:1.0
35238  */
35239 static void
decode_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)35240 decode_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
35241 {
35242     /* Operation specific Variable declarations Begin */
35243     guint32   u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames;
35244     guint32   i_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames;
35245     /* Operation specific Variable declarations End */
35246 
35247     switch(header->message_type) {
35248     case Request:
35249         u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
35250         proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames);
35251 
35252         for (i_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames=0; i_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames < u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames; i_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames++) {
35253 
35254             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames);
35255 
35256         }
35257 
35258         break;
35259     case Reply:
35260         switch(header->rep_status) {
35261         case NO_EXCEPTION:
35262             /* Function returns void */
35263 
35264             break;
35265         case USER_EXCEPTION:
35266             break;
35267         default:
35268             /* Unknown Exception */
35269             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
35270             break;
35271         }   /* switch(header->rep_status) */
35272 
35273         break;
35274     default:
35275         /* Unknown GIOP Message */
35276         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
35277         break;
35278     } /* switch(header->message_type) */
35279 }
35280 
35281 /*
35282  * IDL:org/csapi/policy/provisioning/IpPolicySignature/setPolicyRoles:1.0
35283  */
35284 static void
decode_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)35285 decode_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
35286 {
35287     /* Operation specific Variable declarations Begin */
35288     guint32   u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames;
35289     guint32   i_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames;
35290     /* Operation specific Variable declarations End */
35291 
35292     switch(header->message_type) {
35293     case Request:
35294         u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
35295         proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames);
35296 
35297         for (i_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames=0; i_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames < u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames; i_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames++) {
35298 
35299             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames);
35300 
35301         }
35302 
35303         break;
35304     case Reply:
35305         switch(header->rep_status) {
35306         case NO_EXCEPTION:
35307             /* Function returns void */
35308 
35309             break;
35310         case USER_EXCEPTION:
35311             break;
35312         default:
35313             /* Unknown Exception */
35314             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
35315             break;
35316         }   /* switch(header->rep_status) */
35317 
35318         break;
35319     default:
35320         /* Unknown GIOP Message */
35321         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
35322         break;
35323     } /* switch(header->message_type) */
35324 }
35325 
35326 /*
35327  * IDL:org/csapi/policy/provisioning/IpPolicySignature/getGroupNames:1.0
35328  */
35329 static void
decode_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)35330 decode_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
35331 {
35332     /* Operation specific Variable declarations Begin */
35333     guint32   u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return;
35334     guint32   i_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return;
35335     /* Operation specific Variable declarations End */
35336 
35337     switch(header->message_type) {
35338     case Request:
35339         break;
35340     case Reply:
35341         switch(header->rep_status) {
35342         case NO_EXCEPTION:
35343             u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
35344             proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return);
35345 
35346             for (i_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return=0; i_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return < u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return; i_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return++) {
35347 
35348                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return);
35349 
35350             }
35351 
35352             break;
35353         case USER_EXCEPTION:
35354             break;
35355         default:
35356             /* Unknown Exception */
35357             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
35358             break;
35359         }   /* switch(header->rep_status) */
35360 
35361         break;
35362     default:
35363         /* Unknown GIOP Message */
35364         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
35365         break;
35366     } /* switch(header->message_type) */
35367 }
35368 
35369 /*
35370  * IDL:org/csapi/policy/provisioning/IpPolicySignature/getPolicyRoles:1.0
35371  */
35372 static void
decode_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)35373 decode_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
35374 {
35375     /* Operation specific Variable declarations Begin */
35376     guint32   u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return;
35377     guint32   i_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return;
35378     /* Operation specific Variable declarations End */
35379 
35380     switch(header->message_type) {
35381     case Request:
35382         break;
35383     case Reply:
35384         switch(header->rep_status) {
35385         case NO_EXCEPTION:
35386             u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
35387             proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return);
35388 
35389             for (i_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return=0; i_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return < u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return; i_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return++) {
35390 
35391                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return);
35392 
35393             }
35394 
35395             break;
35396         case USER_EXCEPTION:
35397             break;
35398         default:
35399             /* Unknown Exception */
35400             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
35401             break;
35402         }   /* switch(header->rep_status) */
35403 
35404         break;
35405     default:
35406         /* Unknown GIOP Message */
35407         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
35408         break;
35409     } /* switch(header->message_type) */
35410 }
35411 
35412 /*
35413  * IDL:org/csapi/policy/provisioning/IpPolicySignature/getParentDomain:1.0
35414  */
35415 static void
decode_org_csapi_policy_provisioning_IpPolicySignature_getParentDomain(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)35416 decode_org_csapi_policy_provisioning_IpPolicySignature_getParentDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
35417 {
35418     switch(header->message_type) {
35419     case Request:
35420         break;
35421     case Reply:
35422         switch(header->rep_status) {
35423         case NO_EXCEPTION:
35424             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
35425 
35426             break;
35427         case USER_EXCEPTION:
35428             break;
35429         default:
35430             /* Unknown Exception */
35431             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
35432             break;
35433         }   /* switch(header->rep_status) */
35434 
35435         break;
35436     default:
35437         /* Unknown GIOP Message */
35438         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
35439         break;
35440     } /* switch(header->message_type) */
35441 }
35442 
35443 /*
35444  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/getParentDomain:1.0
35445  */
35446 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getParentDomain(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)35447 decode_org_csapi_policy_provisioning_IpPolicyDomain_getParentDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
35448 {
35449     switch(header->message_type) {
35450     case Request:
35451         break;
35452     case Reply:
35453         switch(header->rep_status) {
35454         case NO_EXCEPTION:
35455             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
35456 
35457             break;
35458         case USER_EXCEPTION:
35459             break;
35460         default:
35461             /* Unknown Exception */
35462             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
35463             break;
35464         }   /* switch(header->rep_status) */
35465 
35466         break;
35467     default:
35468         /* Unknown GIOP Message */
35469         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
35470         break;
35471     } /* switch(header->message_type) */
35472 }
35473 
35474 /*
35475  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/createDomain:1.0
35476  */
35477 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_createDomain(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)35478 decode_org_csapi_policy_provisioning_IpPolicyDomain_createDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
35479 {
35480     switch(header->message_type) {
35481     case Request:
35482         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_createDomain_domainName);
35483 
35484         break;
35485     case Reply:
35486         switch(header->rep_status) {
35487         case NO_EXCEPTION:
35488             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
35489 
35490             break;
35491         case USER_EXCEPTION:
35492             break;
35493         default:
35494             /* Unknown Exception */
35495             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
35496             break;
35497         }   /* switch(header->rep_status) */
35498 
35499         break;
35500     default:
35501         /* Unknown GIOP Message */
35502         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
35503         break;
35504     } /* switch(header->message_type) */
35505 }
35506 
35507 /*
35508  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/getDomain:1.0
35509  */
35510 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomain(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)35511 decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
35512 {
35513     switch(header->message_type) {
35514     case Request:
35515         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_getDomain_domainName);
35516 
35517         break;
35518     case Reply:
35519         switch(header->rep_status) {
35520         case NO_EXCEPTION:
35521             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
35522 
35523             break;
35524         case USER_EXCEPTION:
35525             break;
35526         default:
35527             /* Unknown Exception */
35528             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
35529             break;
35530         }   /* switch(header->rep_status) */
35531 
35532         break;
35533     default:
35534         /* Unknown GIOP Message */
35535         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
35536         break;
35537     } /* switch(header->message_type) */
35538 }
35539 
35540 /*
35541  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/removeDomain:1.0
35542  */
35543 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_removeDomain(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)35544 decode_org_csapi_policy_provisioning_IpPolicyDomain_removeDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
35545 {
35546     switch(header->message_type) {
35547     case Request:
35548         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_removeDomain_domainName);
35549 
35550         break;
35551     case Reply:
35552         switch(header->rep_status) {
35553         case NO_EXCEPTION:
35554             /* Function returns void */
35555 
35556             break;
35557         case USER_EXCEPTION:
35558             break;
35559         default:
35560             /* Unknown Exception */
35561             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
35562             break;
35563         }   /* switch(header->rep_status) */
35564 
35565         break;
35566     default:
35567         /* Unknown GIOP Message */
35568         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
35569         break;
35570     } /* switch(header->message_type) */
35571 }
35572 
35573 /*
35574  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/getDomainCount:1.0
35575  */
35576 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomainCount(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)35577 decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomainCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
35578 {
35579     switch(header->message_type) {
35580     case Request:
35581         break;
35582     case Reply:
35583         switch(header->rep_status) {
35584         case NO_EXCEPTION:
35585             proto_tree_add_int(tree, hf_org_csapi_policy_provisioning_IpPolicyDomain_getDomainCount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
35586 
35587             break;
35588         case USER_EXCEPTION:
35589             break;
35590         default:
35591             /* Unknown Exception */
35592             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
35593             break;
35594         }   /* switch(header->rep_status) */
35595 
35596         break;
35597     default:
35598         /* Unknown GIOP Message */
35599         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
35600         break;
35601     } /* switch(header->message_type) */
35602 }
35603 
35604 /*
35605  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/getDomainIterator:1.0
35606  */
35607 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomainIterator(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)35608 decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomainIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
35609 {
35610     switch(header->message_type) {
35611     case Request:
35612         break;
35613     case Reply:
35614         switch(header->rep_status) {
35615         case NO_EXCEPTION:
35616             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
35617 
35618             break;
35619         case USER_EXCEPTION:
35620             break;
35621         default:
35622             /* Unknown Exception */
35623             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
35624             break;
35625         }   /* switch(header->rep_status) */
35626 
35627         break;
35628     default:
35629         /* Unknown GIOP Message */
35630         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
35631         break;
35632     } /* switch(header->message_type) */
35633 }
35634 
35635 /*
35636  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/createGroup:1.0
35637  */
35638 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_createGroup(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)35639 decode_org_csapi_policy_provisioning_IpPolicyDomain_createGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
35640 {
35641     switch(header->message_type) {
35642     case Request:
35643         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_createGroup_groupName);
35644 
35645         break;
35646     case Reply:
35647         switch(header->rep_status) {
35648         case NO_EXCEPTION:
35649             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
35650 
35651             break;
35652         case USER_EXCEPTION:
35653             break;
35654         default:
35655             /* Unknown Exception */
35656             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
35657             break;
35658         }   /* switch(header->rep_status) */
35659 
35660         break;
35661     default:
35662         /* Unknown GIOP Message */
35663         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
35664         break;
35665     } /* switch(header->message_type) */
35666 }
35667 
35668 /*
35669  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/getGroup:1.0
35670  */
35671 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroup(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)35672 decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
35673 {
35674     switch(header->message_type) {
35675     case Request:
35676         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_getGroup_groupName);
35677 
35678         break;
35679     case Reply:
35680         switch(header->rep_status) {
35681         case NO_EXCEPTION:
35682             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
35683 
35684             break;
35685         case USER_EXCEPTION:
35686             break;
35687         default:
35688             /* Unknown Exception */
35689             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
35690             break;
35691         }   /* switch(header->rep_status) */
35692 
35693         break;
35694     default:
35695         /* Unknown GIOP Message */
35696         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
35697         break;
35698     } /* switch(header->message_type) */
35699 }
35700 
35701 /*
35702  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/removeGroup:1.0
35703  */
35704 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_removeGroup(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)35705 decode_org_csapi_policy_provisioning_IpPolicyDomain_removeGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
35706 {
35707     switch(header->message_type) {
35708     case Request:
35709         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_removeGroup_groupName);
35710 
35711         break;
35712     case Reply:
35713         switch(header->rep_status) {
35714         case NO_EXCEPTION:
35715             /* Function returns void */
35716 
35717             break;
35718         case USER_EXCEPTION:
35719             break;
35720         default:
35721             /* Unknown Exception */
35722             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
35723             break;
35724         }   /* switch(header->rep_status) */
35725 
35726         break;
35727     default:
35728         /* Unknown GIOP Message */
35729         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
35730         break;
35731     } /* switch(header->message_type) */
35732 }
35733 
35734 /*
35735  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/getGroupCount:1.0
35736  */
35737 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroupCount(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)35738 decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroupCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
35739 {
35740     switch(header->message_type) {
35741     case Request:
35742         break;
35743     case Reply:
35744         switch(header->rep_status) {
35745         case NO_EXCEPTION:
35746             proto_tree_add_int(tree, hf_org_csapi_policy_provisioning_IpPolicyDomain_getGroupCount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
35747 
35748             break;
35749         case USER_EXCEPTION:
35750             break;
35751         default:
35752             /* Unknown Exception */
35753             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
35754             break;
35755         }   /* switch(header->rep_status) */
35756 
35757         break;
35758     default:
35759         /* Unknown GIOP Message */
35760         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
35761         break;
35762     } /* switch(header->message_type) */
35763 }
35764 
35765 /*
35766  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/getGroupIterator:1.0
35767  */
35768 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroupIterator(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)35769 decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroupIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
35770 {
35771     switch(header->message_type) {
35772     case Request:
35773         break;
35774     case Reply:
35775         switch(header->rep_status) {
35776         case NO_EXCEPTION:
35777             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
35778 
35779             break;
35780         case USER_EXCEPTION:
35781             break;
35782         default:
35783             /* Unknown Exception */
35784             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
35785             break;
35786         }   /* switch(header->rep_status) */
35787 
35788         break;
35789     default:
35790         /* Unknown GIOP Message */
35791         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
35792         break;
35793     } /* switch(header->message_type) */
35794 }
35795 
35796 /*
35797  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/createRule:1.0
35798  */
35799 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_createRule(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)35800 decode_org_csapi_policy_provisioning_IpPolicyDomain_createRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
35801 {
35802     switch(header->message_type) {
35803     case Request:
35804         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_createRule_ruleName);
35805 
35806         break;
35807     case Reply:
35808         switch(header->rep_status) {
35809         case NO_EXCEPTION:
35810             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
35811 
35812             break;
35813         case USER_EXCEPTION:
35814             break;
35815         default:
35816             /* Unknown Exception */
35817             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
35818             break;
35819         }   /* switch(header->rep_status) */
35820 
35821         break;
35822     default:
35823         /* Unknown GIOP Message */
35824         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
35825         break;
35826     } /* switch(header->message_type) */
35827 }
35828 
35829 /*
35830  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/getRule:1.0
35831  */
35832 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getRule(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)35833 decode_org_csapi_policy_provisioning_IpPolicyDomain_getRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
35834 {
35835     switch(header->message_type) {
35836     case Request:
35837         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_getRule_ruleName);
35838 
35839         break;
35840     case Reply:
35841         switch(header->rep_status) {
35842         case NO_EXCEPTION:
35843             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
35844 
35845             break;
35846         case USER_EXCEPTION:
35847             break;
35848         default:
35849             /* Unknown Exception */
35850             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
35851             break;
35852         }   /* switch(header->rep_status) */
35853 
35854         break;
35855     default:
35856         /* Unknown GIOP Message */
35857         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
35858         break;
35859     } /* switch(header->message_type) */
35860 }
35861 
35862 /*
35863  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/removeRule:1.0
35864  */
35865 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_removeRule(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)35866 decode_org_csapi_policy_provisioning_IpPolicyDomain_removeRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
35867 {
35868     switch(header->message_type) {
35869     case Request:
35870         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_removeRule_ruleName);
35871 
35872         break;
35873     case Reply:
35874         switch(header->rep_status) {
35875         case NO_EXCEPTION:
35876             /* Function returns void */
35877 
35878             break;
35879         case USER_EXCEPTION:
35880             break;
35881         default:
35882             /* Unknown Exception */
35883             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
35884             break;
35885         }   /* switch(header->rep_status) */
35886 
35887         break;
35888     default:
35889         /* Unknown GIOP Message */
35890         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
35891         break;
35892     } /* switch(header->message_type) */
35893 }
35894 
35895 /*
35896  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/getRuleCount:1.0
35897  */
35898 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getRuleCount(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)35899 decode_org_csapi_policy_provisioning_IpPolicyDomain_getRuleCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
35900 {
35901     switch(header->message_type) {
35902     case Request:
35903         break;
35904     case Reply:
35905         switch(header->rep_status) {
35906         case NO_EXCEPTION:
35907             proto_tree_add_int(tree, hf_org_csapi_policy_provisioning_IpPolicyDomain_getRuleCount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
35908 
35909             break;
35910         case USER_EXCEPTION:
35911             break;
35912         default:
35913             /* Unknown Exception */
35914             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
35915             break;
35916         }   /* switch(header->rep_status) */
35917 
35918         break;
35919     default:
35920         /* Unknown GIOP Message */
35921         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
35922         break;
35923     } /* switch(header->message_type) */
35924 }
35925 
35926 /*
35927  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/getRuleIterator:1.0
35928  */
35929 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getRuleIterator(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)35930 decode_org_csapi_policy_provisioning_IpPolicyDomain_getRuleIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
35931 {
35932     switch(header->message_type) {
35933     case Request:
35934         break;
35935     case Reply:
35936         switch(header->rep_status) {
35937         case NO_EXCEPTION:
35938             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
35939 
35940             break;
35941         case USER_EXCEPTION:
35942             break;
35943         default:
35944             /* Unknown Exception */
35945             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
35946             break;
35947         }   /* switch(header->rep_status) */
35948 
35949         break;
35950     default:
35951         /* Unknown GIOP Message */
35952         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
35953         break;
35954     } /* switch(header->message_type) */
35955 }
35956 
35957 /*
35958  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/createEventDefinition:1.0
35959  */
35960 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)35961 decode_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
35962 {
35963     /* Operation specific Variable declarations Begin */
35964     guint32   u_octet4_loop_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes;
35965     guint32   i_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes;
35966     guint32   u_octet4_loop_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes;
35967     guint32   i_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes;
35968     /* Operation specific Variable declarations End */
35969 
35970     switch(header->message_type) {
35971     case Request:
35972         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_eventDefinitionName);
35973 
35974         u_octet4_loop_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
35975         proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes);
35976 
35977         for (i_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes=0; i_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes; i_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes++) {
35978 
35979             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes);
35980 
35981         }
35982 
35983         u_octet4_loop_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
35984         proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes);
35985 
35986         for (i_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes=0; i_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes; i_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes++) {
35987 
35988             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes);
35989 
35990         }
35991 
35992         break;
35993     case Reply:
35994         switch(header->rep_status) {
35995         case NO_EXCEPTION:
35996             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
35997 
35998             break;
35999         case USER_EXCEPTION:
36000             break;
36001         default:
36002             /* Unknown Exception */
36003             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
36004             break;
36005         }   /* switch(header->rep_status) */
36006 
36007         break;
36008     default:
36009         /* Unknown GIOP Message */
36010         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
36011         break;
36012     } /* switch(header->message_type) */
36013 }
36014 
36015 /*
36016  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/getEventDefinition:1.0
36017  */
36018 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinition(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)36019 decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
36020 {
36021     switch(header->message_type) {
36022     case Request:
36023         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinition_eventDefinitionName);
36024 
36025         break;
36026     case Reply:
36027         switch(header->rep_status) {
36028         case NO_EXCEPTION:
36029             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
36030 
36031             break;
36032         case USER_EXCEPTION:
36033             break;
36034         default:
36035             /* Unknown Exception */
36036             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
36037             break;
36038         }   /* switch(header->rep_status) */
36039 
36040         break;
36041     default:
36042         /* Unknown GIOP Message */
36043         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
36044         break;
36045     } /* switch(header->message_type) */
36046 }
36047 
36048 /*
36049  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/removeEventDefinition:1.0
36050  */
36051 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_removeEventDefinition(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)36052 decode_org_csapi_policy_provisioning_IpPolicyDomain_removeEventDefinition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
36053 {
36054     switch(header->message_type) {
36055     case Request:
36056         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_removeEventDefinition_eventDefinitionName);
36057 
36058         break;
36059     case Reply:
36060         switch(header->rep_status) {
36061         case NO_EXCEPTION:
36062             /* Function returns void */
36063 
36064             break;
36065         case USER_EXCEPTION:
36066             break;
36067         default:
36068             /* Unknown Exception */
36069             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
36070             break;
36071         }   /* switch(header->rep_status) */
36072 
36073         break;
36074     default:
36075         /* Unknown GIOP Message */
36076         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
36077         break;
36078     } /* switch(header->message_type) */
36079 }
36080 
36081 /*
36082  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/getEventDefinitionCount:1.0
36083  */
36084 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionCount(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)36085 decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
36086 {
36087     switch(header->message_type) {
36088     case Request:
36089         break;
36090     case Reply:
36091         switch(header->rep_status) {
36092         case NO_EXCEPTION:
36093             proto_tree_add_int(tree, hf_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionCount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
36094 
36095             break;
36096         case USER_EXCEPTION:
36097             break;
36098         default:
36099             /* Unknown Exception */
36100             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
36101             break;
36102         }   /* switch(header->rep_status) */
36103 
36104         break;
36105     default:
36106         /* Unknown GIOP Message */
36107         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
36108         break;
36109     } /* switch(header->message_type) */
36110 }
36111 
36112 /*
36113  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/getEventDefinitionIterator:1.0
36114  */
36115 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionIterator(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)36116 decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
36117 {
36118     switch(header->message_type) {
36119     case Request:
36120         break;
36121     case Reply:
36122         switch(header->rep_status) {
36123         case NO_EXCEPTION:
36124             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
36125 
36126             break;
36127         case USER_EXCEPTION:
36128             break;
36129         default:
36130             /* Unknown Exception */
36131             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
36132             break;
36133         }   /* switch(header->rep_status) */
36134 
36135         break;
36136     default:
36137         /* Unknown GIOP Message */
36138         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
36139         break;
36140     } /* switch(header->message_type) */
36141 }
36142 
36143 /*
36144  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/createVariableSet:1.0
36145  */
36146 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_createVariableSet(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)36147 decode_org_csapi_policy_provisioning_IpPolicyDomain_createVariableSet(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
36148 {
36149     switch(header->message_type) {
36150     case Request:
36151         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_createVariableSet_variableSetName);
36152 
36153         break;
36154     case Reply:
36155         switch(header->rep_status) {
36156         case NO_EXCEPTION:
36157             /* Function returns void */
36158 
36159             break;
36160         case USER_EXCEPTION:
36161             break;
36162         default:
36163             /* Unknown Exception */
36164             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
36165             break;
36166         }   /* switch(header->rep_status) */
36167 
36168         break;
36169     default:
36170         /* Unknown GIOP Message */
36171         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
36172         break;
36173     } /* switch(header->message_type) */
36174 }
36175 
36176 /*
36177  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/getVariableSet:1.0
36178  */
36179 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)36180 decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
36181 {
36182     /* Operation specific Variable declarations Begin */
36183     guint32   u_octet4_loop_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_return;
36184     guint32   i_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_return;
36185     /* Operation specific Variable declarations End */
36186 
36187     switch(header->message_type) {
36188     case Request:
36189         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_variableSetName);
36190 
36191         break;
36192     case Reply:
36193         switch(header->rep_status) {
36194         case NO_EXCEPTION:
36195             u_octet4_loop_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
36196             proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_return);
36197 
36198             for (i_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_return=0; i_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_return < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_return; i_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_return++) {
36199 
36200                 /*  Begin struct "org_csapi_policy_TpPolicyVar"  */
36201                 decode_org_csapi_policy_TpPolicyVar_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
36202                 /*  End struct "org_csapi_policy_TpPolicyVar"  */
36203             }
36204 
36205             break;
36206         case USER_EXCEPTION:
36207             break;
36208         default:
36209             /* Unknown Exception */
36210             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
36211             break;
36212         }   /* switch(header->rep_status) */
36213 
36214         break;
36215     default:
36216         /* Unknown GIOP Message */
36217         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
36218         break;
36219     } /* switch(header->message_type) */
36220 }
36221 
36222 /*
36223  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/removeVariableSet:1.0
36224  */
36225 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_removeVariableSet(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)36226 decode_org_csapi_policy_provisioning_IpPolicyDomain_removeVariableSet(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
36227 {
36228     switch(header->message_type) {
36229     case Request:
36230         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_removeVariableSet_variableSetName);
36231 
36232         break;
36233     case Reply:
36234         switch(header->rep_status) {
36235         case NO_EXCEPTION:
36236             /* Function returns void */
36237 
36238             break;
36239         case USER_EXCEPTION:
36240             break;
36241         default:
36242             /* Unknown Exception */
36243             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
36244             break;
36245         }   /* switch(header->rep_status) */
36246 
36247         break;
36248     default:
36249         /* Unknown GIOP Message */
36250         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
36251         break;
36252     } /* switch(header->message_type) */
36253 }
36254 
36255 /*
36256  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/getVariableSetCount:1.0
36257  */
36258 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetCount(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)36259 decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
36260 {
36261     switch(header->message_type) {
36262     case Request:
36263         break;
36264     case Reply:
36265         switch(header->rep_status) {
36266         case NO_EXCEPTION:
36267             proto_tree_add_int(tree, hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetCount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
36268 
36269             break;
36270         case USER_EXCEPTION:
36271             break;
36272         default:
36273             /* Unknown Exception */
36274             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
36275             break;
36276         }   /* switch(header->rep_status) */
36277 
36278         break;
36279     default:
36280         /* Unknown GIOP Message */
36281         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
36282         break;
36283     } /* switch(header->message_type) */
36284 }
36285 
36286 /*
36287  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/getVariableSetIterator:1.0
36288  */
36289 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetIterator(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)36290 decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
36291 {
36292     switch(header->message_type) {
36293     case Request:
36294         break;
36295     case Reply:
36296         switch(header->rep_status) {
36297         case NO_EXCEPTION:
36298             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
36299 
36300             break;
36301         case USER_EXCEPTION:
36302             break;
36303         default:
36304             /* Unknown Exception */
36305             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
36306             break;
36307         }   /* switch(header->rep_status) */
36308 
36309         break;
36310     default:
36311         /* Unknown GIOP Message */
36312         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
36313         break;
36314     } /* switch(header->message_type) */
36315 }
36316 
36317 /*
36318  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/createVariable:1.0
36319  */
36320 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_createVariable(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)36321 decode_org_csapi_policy_provisioning_IpPolicyDomain_createVariable(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
36322 {
36323     switch(header->message_type) {
36324     case Request:
36325         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_createVariable_variableSetName);
36326 
36327         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_createVariable_variableName);
36328 
36329         /*  Begin union "org_csapi_policy_TpPolicyType"  */
36330         decode_org_csapi_policy_TpPolicyType_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
36331 
36332         /*  End union "org_csapi_policy_TpPolicyType"  */
36333         break;
36334     case Reply:
36335         switch(header->rep_status) {
36336         case NO_EXCEPTION:
36337             /* Function returns void */
36338 
36339             break;
36340         case USER_EXCEPTION:
36341             break;
36342         default:
36343             /* Unknown Exception */
36344             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
36345             break;
36346         }   /* switch(header->rep_status) */
36347 
36348         break;
36349     default:
36350         /* Unknown GIOP Message */
36351         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
36352         break;
36353     } /* switch(header->message_type) */
36354 }
36355 
36356 /*
36357  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/setVariableValue:1.0
36358  */
36359 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_setVariableValue(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)36360 decode_org_csapi_policy_provisioning_IpPolicyDomain_setVariableValue(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
36361 {
36362     switch(header->message_type) {
36363     case Request:
36364         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_setVariableValue_variableSetName);
36365 
36366         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_setVariableValue_variableName);
36367 
36368         get_CDR_any(tvb, pinfo, tree, item, offset, stream_is_big_endian, boundary, header);
36369 
36370         break;
36371     case Reply:
36372         switch(header->rep_status) {
36373         case NO_EXCEPTION:
36374             /* Function returns void */
36375 
36376             break;
36377         case USER_EXCEPTION:
36378             break;
36379         default:
36380             /* Unknown Exception */
36381             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
36382             break;
36383         }   /* switch(header->rep_status) */
36384 
36385         break;
36386     default:
36387         /* Unknown GIOP Message */
36388         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
36389         break;
36390     } /* switch(header->message_type) */
36391 }
36392 
36393 /*
36394  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/getVariableType:1.0
36395  */
36396 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableType(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)36397 decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
36398 {
36399     switch(header->message_type) {
36400     case Request:
36401         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableType_variableSetName);
36402 
36403         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableType_variableName);
36404 
36405         break;
36406     case Reply:
36407         switch(header->rep_status) {
36408         case NO_EXCEPTION:
36409             /*  Begin union "org_csapi_policy_TpPolicyType"  */
36410             decode_org_csapi_policy_TpPolicyType_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
36411 
36412             /*  End union "org_csapi_policy_TpPolicyType"  */
36413             break;
36414         case USER_EXCEPTION:
36415             break;
36416         default:
36417             /* Unknown Exception */
36418             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
36419             break;
36420         }   /* switch(header->rep_status) */
36421 
36422         break;
36423     default:
36424         /* Unknown GIOP Message */
36425         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
36426         break;
36427     } /* switch(header->message_type) */
36428 }
36429 
36430 /*
36431  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/getVariableValue:1.0
36432  */
36433 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)36434 decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
36435 {
36436     switch(header->message_type) {
36437     case Request:
36438         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue_variableSetName);
36439 
36440         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue_variableName);
36441 
36442         break;
36443     case Reply:
36444         switch(header->rep_status) {
36445         case NO_EXCEPTION:
36446             get_CDR_any(tvb, pinfo, tree, item, offset, stream_is_big_endian, boundary, header);
36447 
36448             break;
36449         case USER_EXCEPTION:
36450             break;
36451         default:
36452             /* Unknown Exception */
36453             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
36454             break;
36455         }   /* switch(header->rep_status) */
36456 
36457         break;
36458     default:
36459         /* Unknown GIOP Message */
36460         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
36461         break;
36462     } /* switch(header->message_type) */
36463 }
36464 
36465 /*
36466  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/getVariable:1.0
36467  */
36468 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariable(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)36469 decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariable(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
36470 {
36471     switch(header->message_type) {
36472     case Request:
36473         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariable_variableSetName);
36474 
36475         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariable_variableName);
36476 
36477         break;
36478     case Reply:
36479         switch(header->rep_status) {
36480         case NO_EXCEPTION:
36481             /*  Begin struct "org_csapi_policy_TpPolicyVar"  */
36482             decode_org_csapi_policy_TpPolicyVar_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
36483             /*  End struct "org_csapi_policy_TpPolicyVar"  */
36484             break;
36485         case USER_EXCEPTION:
36486             break;
36487         default:
36488             /* Unknown Exception */
36489             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
36490             break;
36491         }   /* switch(header->rep_status) */
36492 
36493         break;
36494     default:
36495         /* Unknown GIOP Message */
36496         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
36497         break;
36498     } /* switch(header->message_type) */
36499 }
36500 
36501 /*
36502  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/removeVariable:1.0
36503  */
36504 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_removeVariable(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)36505 decode_org_csapi_policy_provisioning_IpPolicyDomain_removeVariable(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
36506 {
36507     switch(header->message_type) {
36508     case Request:
36509         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_removeVariable_variablSetName);
36510 
36511         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_removeVariable_variableName);
36512 
36513         break;
36514     case Reply:
36515         switch(header->rep_status) {
36516         case NO_EXCEPTION:
36517             /* Function returns void */
36518 
36519             break;
36520         case USER_EXCEPTION:
36521             break;
36522         default:
36523             /* Unknown Exception */
36524             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
36525             break;
36526         }   /* switch(header->rep_status) */
36527 
36528         break;
36529     default:
36530         /* Unknown GIOP Message */
36531         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
36532         break;
36533     } /* switch(header->message_type) */
36534 }
36535 
36536 /*
36537  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/createSignature:1.0
36538  */
36539 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_createSignature(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)36540 decode_org_csapi_policy_provisioning_IpPolicyDomain_createSignature(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
36541 {
36542     switch(header->message_type) {
36543     case Request:
36544         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_createSignature_signatureName);
36545 
36546         break;
36547     case Reply:
36548         switch(header->rep_status) {
36549         case NO_EXCEPTION:
36550             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
36551 
36552             break;
36553         case USER_EXCEPTION:
36554             break;
36555         default:
36556             /* Unknown Exception */
36557             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
36558             break;
36559         }   /* switch(header->rep_status) */
36560 
36561         break;
36562     default:
36563         /* Unknown GIOP Message */
36564         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
36565         break;
36566     } /* switch(header->message_type) */
36567 }
36568 
36569 /*
36570  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/getSignature:1.0
36571  */
36572 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignature(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)36573 decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignature(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
36574 {
36575     switch(header->message_type) {
36576     case Request:
36577         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_getSignature_signatureName);
36578 
36579         break;
36580     case Reply:
36581         switch(header->rep_status) {
36582         case NO_EXCEPTION:
36583             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
36584 
36585             break;
36586         case USER_EXCEPTION:
36587             break;
36588         default:
36589             /* Unknown Exception */
36590             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
36591             break;
36592         }   /* switch(header->rep_status) */
36593 
36594         break;
36595     default:
36596         /* Unknown GIOP Message */
36597         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
36598         break;
36599     } /* switch(header->message_type) */
36600 }
36601 
36602 /*
36603  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/removeSignature:1.0
36604  */
36605 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_removeSignature(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)36606 decode_org_csapi_policy_provisioning_IpPolicyDomain_removeSignature(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
36607 {
36608     switch(header->message_type) {
36609     case Request:
36610         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_removeSignature_signatureName);
36611 
36612         break;
36613     case Reply:
36614         switch(header->rep_status) {
36615         case NO_EXCEPTION:
36616             /* Function returns void */
36617 
36618             break;
36619         case USER_EXCEPTION:
36620             break;
36621         default:
36622             /* Unknown Exception */
36623             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
36624             break;
36625         }   /* switch(header->rep_status) */
36626 
36627         break;
36628     default:
36629         /* Unknown GIOP Message */
36630         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
36631         break;
36632     } /* switch(header->message_type) */
36633 }
36634 
36635 /*
36636  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/getSignatureCount:1.0
36637  */
36638 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureCount(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)36639 decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
36640 {
36641     switch(header->message_type) {
36642     case Request:
36643         break;
36644     case Reply:
36645         switch(header->rep_status) {
36646         case NO_EXCEPTION:
36647             proto_tree_add_int(tree, hf_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureCount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
36648 
36649             break;
36650         case USER_EXCEPTION:
36651             break;
36652         default:
36653             /* Unknown Exception */
36654             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
36655             break;
36656         }   /* switch(header->rep_status) */
36657 
36658         break;
36659     default:
36660         /* Unknown GIOP Message */
36661         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
36662         break;
36663     } /* switch(header->message_type) */
36664 }
36665 
36666 /*
36667  * IDL:org/csapi/policy/provisioning/IpPolicyDomain/getSignatureIterator:1.0
36668  */
36669 static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureIterator(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)36670 decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
36671 {
36672     switch(header->message_type) {
36673     case Request:
36674         break;
36675     case Reply:
36676         switch(header->rep_status) {
36677         case NO_EXCEPTION:
36678             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
36679 
36680             break;
36681         case USER_EXCEPTION:
36682             break;
36683         default:
36684             /* Unknown Exception */
36685             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
36686             break;
36687         }   /* switch(header->rep_status) */
36688 
36689         break;
36690     default:
36691         /* Unknown GIOP Message */
36692         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
36693         break;
36694     } /* switch(header->message_type) */
36695 }
36696 
36697 /*
36698  * IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/createIdentity:1.0
36699  */
36700 static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)36701 decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
36702 {
36703     /* Operation specific Variable declarations Begin */
36704     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes;
36705     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes;
36706     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken;
36707     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken;
36708     /* Operation specific Variable declarations End */
36709 
36710     switch(header->message_type) {
36711     case Request:
36712         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identity);
36713 
36714         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
36715         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes);
36716 
36717         for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes++) {
36718 
36719             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes);
36720 
36721         }
36722 
36723         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
36724         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken);
36725 
36726         for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken++) {
36727 
36728             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
36729 
36730         }
36731 
36732         break;
36733     case Reply:
36734         switch(header->rep_status) {
36735         case NO_EXCEPTION:
36736             /* Function returns void */
36737 
36738             break;
36739         case USER_EXCEPTION:
36740             break;
36741         default:
36742             /* Unknown Exception */
36743             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
36744             break;
36745         }   /* switch(header->rep_status) */
36746 
36747         break;
36748     default:
36749         /* Unknown GIOP Message */
36750         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
36751         break;
36752     } /* switch(header->message_type) */
36753 }
36754 
36755 /*
36756  * IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/deleteIdentity:1.0
36757  */
36758 static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)36759 decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
36760 {
36761     /* Operation specific Variable declarations Begin */
36762     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken;
36763     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken;
36764     /* Operation specific Variable declarations End */
36765 
36766     switch(header->message_type) {
36767     case Request:
36768         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_identity);
36769 
36770         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
36771         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken);
36772 
36773         for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken++) {
36774 
36775             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
36776 
36777         }
36778 
36779         break;
36780     case Reply:
36781         switch(header->rep_status) {
36782         case NO_EXCEPTION:
36783             /* Function returns void */
36784 
36785             break;
36786         case USER_EXCEPTION:
36787             break;
36788         default:
36789             /* Unknown Exception */
36790             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
36791             break;
36792         }   /* switch(header->rep_status) */
36793 
36794         break;
36795     default:
36796         /* Unknown GIOP Message */
36797         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
36798         break;
36799     } /* switch(header->message_type) */
36800 }
36801 
36802 /*
36803  * IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/isIdentity:1.0
36804  */
36805 static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)36806 decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
36807 {
36808     /* Operation specific Variable declarations Begin */
36809     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken;
36810     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken;
36811     /* Operation specific Variable declarations End */
36812 
36813     switch(header->message_type) {
36814     case Request:
36815         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_identity);
36816 
36817         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
36818         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken);
36819 
36820         for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken++) {
36821 
36822             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
36823 
36824         }
36825 
36826         break;
36827     case Reply:
36828         switch(header->rep_status) {
36829         case NO_EXCEPTION:
36830             proto_tree_add_boolean(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_return, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
36831 
36832             break;
36833         case USER_EXCEPTION:
36834             break;
36835         default:
36836             /* Unknown Exception */
36837             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
36838             break;
36839         }   /* switch(header->rep_status) */
36840 
36841         break;
36842     default:
36843         /* Unknown GIOP Message */
36844         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
36845         break;
36846     } /* switch(header->message_type) */
36847 }
36848 
36849 /*
36850  * IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/createGroupIdentity:1.0
36851  */
36852 static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)36853 decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
36854 {
36855     /* Operation specific Variable declarations Begin */
36856     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes;
36857     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes;
36858     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken;
36859     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken;
36860     /* Operation specific Variable declarations End */
36861 
36862     switch(header->message_type) {
36863     case Request:
36864         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identity);
36865 
36866         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
36867         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes);
36868 
36869         for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes++) {
36870 
36871             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes);
36872 
36873         }
36874 
36875         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
36876         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken);
36877 
36878         for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken++) {
36879 
36880             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
36881 
36882         }
36883 
36884         break;
36885     case Reply:
36886         switch(header->rep_status) {
36887         case NO_EXCEPTION:
36888             /* Function returns void */
36889 
36890             break;
36891         case USER_EXCEPTION:
36892             break;
36893         default:
36894             /* Unknown Exception */
36895             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
36896             break;
36897         }   /* switch(header->rep_status) */
36898 
36899         break;
36900     default:
36901         /* Unknown GIOP Message */
36902         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
36903         break;
36904     } /* switch(header->message_type) */
36905 }
36906 
36907 /*
36908  * IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/deleteGroupIdentity:1.0
36909  */
36910 static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)36911 decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
36912 {
36913     /* Operation specific Variable declarations Begin */
36914     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken;
36915     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken;
36916     /* Operation specific Variable declarations End */
36917 
36918     switch(header->message_type) {
36919     case Request:
36920         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_identity);
36921 
36922         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
36923         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken);
36924 
36925         for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken++) {
36926 
36927             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
36928 
36929         }
36930 
36931         break;
36932     case Reply:
36933         switch(header->rep_status) {
36934         case NO_EXCEPTION:
36935             /* Function returns void */
36936 
36937             break;
36938         case USER_EXCEPTION:
36939             break;
36940         default:
36941             /* Unknown Exception */
36942             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
36943             break;
36944         }   /* switch(header->rep_status) */
36945 
36946         break;
36947     default:
36948         /* Unknown GIOP Message */
36949         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
36950         break;
36951     } /* switch(header->message_type) */
36952 }
36953 
36954 /*
36955  * IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/addToGroup:1.0
36956  */
36957 static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)36958 decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
36959 {
36960     /* Operation specific Variable declarations Begin */
36961     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken;
36962     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken;
36963     /* Operation specific Variable declarations End */
36964 
36965     switch(header->message_type) {
36966     case Request:
36967         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_group);
36968 
36969         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_member);
36970 
36971         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
36972         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken);
36973 
36974         for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken++) {
36975 
36976             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
36977 
36978         }
36979 
36980         break;
36981     case Reply:
36982         switch(header->rep_status) {
36983         case NO_EXCEPTION:
36984             /* Function returns void */
36985 
36986             break;
36987         case USER_EXCEPTION:
36988             break;
36989         default:
36990             /* Unknown Exception */
36991             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
36992             break;
36993         }   /* switch(header->rep_status) */
36994 
36995         break;
36996     default:
36997         /* Unknown GIOP Message */
36998         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
36999         break;
37000     } /* switch(header->message_type) */
37001 }
37002 
37003 /*
37004  * IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/removeFromGroup:1.0
37005  */
37006 static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)37007 decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
37008 {
37009     /* Operation specific Variable declarations Begin */
37010     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken;
37011     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken;
37012     /* Operation specific Variable declarations End */
37013 
37014     switch(header->message_type) {
37015     case Request:
37016         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_group);
37017 
37018         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_identity);
37019 
37020         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
37021         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken);
37022 
37023         for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken++) {
37024 
37025             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
37026 
37027         }
37028 
37029         break;
37030     case Reply:
37031         switch(header->rep_status) {
37032         case NO_EXCEPTION:
37033             /* Function returns void */
37034 
37035             break;
37036         case USER_EXCEPTION:
37037             break;
37038         default:
37039             /* Unknown Exception */
37040             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
37041             break;
37042         }   /* switch(header->rep_status) */
37043 
37044         break;
37045     default:
37046         /* Unknown GIOP Message */
37047         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
37048         break;
37049     } /* switch(header->message_type) */
37050 }
37051 
37052 /*
37053  * IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/listMembers:1.0
37054  */
37055 static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)37056 decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
37057 {
37058     /* Operation specific Variable declarations Begin */
37059     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken;
37060     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken;
37061     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return;
37062     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return;
37063     /* Operation specific Variable declarations End */
37064 
37065     switch(header->message_type) {
37066     case Request:
37067         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_identity);
37068 
37069         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
37070         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken);
37071 
37072         for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken++) {
37073 
37074             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
37075 
37076         }
37077 
37078         break;
37079     case Reply:
37080         switch(header->rep_status) {
37081         case NO_EXCEPTION:
37082             u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
37083             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return);
37084 
37085             for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return++) {
37086 
37087                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return);
37088 
37089             }
37090 
37091             break;
37092         case USER_EXCEPTION:
37093             break;
37094         default:
37095             /* Unknown Exception */
37096             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
37097             break;
37098         }   /* switch(header->rep_status) */
37099 
37100         break;
37101     default:
37102         /* Unknown GIOP Message */
37103         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
37104         break;
37105     } /* switch(header->message_type) */
37106 }
37107 
37108 /*
37109  * IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/isGroupIdentity:1.0
37110  */
37111 static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)37112 decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
37113 {
37114     /* Operation specific Variable declarations Begin */
37115     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken;
37116     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken;
37117     /* Operation specific Variable declarations End */
37118 
37119     switch(header->message_type) {
37120     case Request:
37121         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_identity);
37122 
37123         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
37124         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken);
37125 
37126         for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken++) {
37127 
37128             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
37129 
37130         }
37131 
37132         break;
37133     case Reply:
37134         switch(header->rep_status) {
37135         case NO_EXCEPTION:
37136             proto_tree_add_boolean(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_return, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
37137 
37138             break;
37139         case USER_EXCEPTION:
37140             break;
37141         default:
37142             /* Unknown Exception */
37143             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
37144             break;
37145         }   /* switch(header->rep_status) */
37146 
37147         break;
37148     default:
37149         /* Unknown GIOP Message */
37150         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
37151         break;
37152     } /* switch(header->message_type) */
37153 }
37154 
37155 /*
37156  * IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/listGroupMembership:1.0
37157  */
37158 static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)37159 decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
37160 {
37161     /* Operation specific Variable declarations Begin */
37162     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken;
37163     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken;
37164     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return;
37165     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return;
37166     /* Operation specific Variable declarations End */
37167 
37168     switch(header->message_type) {
37169     case Request:
37170         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_identity);
37171 
37172         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
37173         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken);
37174 
37175         for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken++) {
37176 
37177             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
37178 
37179         }
37180 
37181         break;
37182     case Reply:
37183         switch(header->rep_status) {
37184         case NO_EXCEPTION:
37185             u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
37186             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return);
37187 
37188             for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return++) {
37189 
37190                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return);
37191 
37192             }
37193 
37194             break;
37195         case USER_EXCEPTION:
37196             break;
37197         default:
37198             /* Unknown Exception */
37199             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
37200             break;
37201         }   /* switch(header->rep_status) */
37202 
37203         break;
37204     default:
37205         /* Unknown GIOP Message */
37206         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
37207         break;
37208     } /* switch(header->message_type) */
37209 }
37210 
37211 /*
37212  * IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/addAlias:1.0
37213  */
37214 static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)37215 decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
37216 {
37217     /* Operation specific Variable declarations Begin */
37218     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken;
37219     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken;
37220     /* Operation specific Variable declarations End */
37221 
37222     switch(header->message_type) {
37223     case Request:
37224         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_identity);
37225 
37226         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_alias);
37227 
37228         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
37229         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken);
37230 
37231         for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken++) {
37232 
37233             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
37234 
37235         }
37236 
37237         break;
37238     case Reply:
37239         switch(header->rep_status) {
37240         case NO_EXCEPTION:
37241             /* Function returns void */
37242 
37243             break;
37244         case USER_EXCEPTION:
37245             break;
37246         default:
37247             /* Unknown Exception */
37248             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
37249             break;
37250         }   /* switch(header->rep_status) */
37251 
37252         break;
37253     default:
37254         /* Unknown GIOP Message */
37255         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
37256         break;
37257     } /* switch(header->message_type) */
37258 }
37259 
37260 /*
37261  * IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/removeAliases:1.0
37262  */
37263 static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)37264 decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
37265 {
37266     /* Operation specific Variable declarations Begin */
37267     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken;
37268     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken;
37269     /* Operation specific Variable declarations End */
37270 
37271     switch(header->message_type) {
37272     case Request:
37273         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_identity);
37274 
37275         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_alias);
37276 
37277         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
37278         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken);
37279 
37280         for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken++) {
37281 
37282             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
37283 
37284         }
37285 
37286         break;
37287     case Reply:
37288         switch(header->rep_status) {
37289         case NO_EXCEPTION:
37290             /* Function returns void */
37291 
37292             break;
37293         case USER_EXCEPTION:
37294             break;
37295         default:
37296             /* Unknown Exception */
37297             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
37298             break;
37299         }   /* switch(header->rep_status) */
37300 
37301         break;
37302     default:
37303         /* Unknown GIOP Message */
37304         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
37305         break;
37306     } /* switch(header->message_type) */
37307 }
37308 
37309 /*
37310  * IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/listAliases:1.0
37311  */
37312 static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)37313 decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
37314 {
37315     /* Operation specific Variable declarations Begin */
37316     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken;
37317     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken;
37318     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return;
37319     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return;
37320     /* Operation specific Variable declarations End */
37321 
37322     switch(header->message_type) {
37323     case Request:
37324         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_identity);
37325 
37326         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
37327         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken);
37328 
37329         for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken++) {
37330 
37331             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
37332 
37333         }
37334 
37335         break;
37336     case Reply:
37337         switch(header->rep_status) {
37338         case NO_EXCEPTION:
37339             u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
37340             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return);
37341 
37342             for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return++) {
37343 
37344                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return);
37345 
37346             }
37347 
37348             break;
37349         case USER_EXCEPTION:
37350             break;
37351         default:
37352             /* Unknown Exception */
37353             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
37354             break;
37355         }   /* switch(header->rep_status) */
37356 
37357         break;
37358     default:
37359         /* Unknown GIOP Message */
37360         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
37361         break;
37362     } /* switch(header->message_type) */
37363 }
37364 
37365 /*
37366  * IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/lookupByAlias:1.0
37367  */
37368 static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)37369 decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
37370 {
37371     /* Operation specific Variable declarations Begin */
37372     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken;
37373     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken;
37374     /* Operation specific Variable declarations End */
37375 
37376     switch(header->message_type) {
37377     case Request:
37378         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_alias);
37379 
37380         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
37381         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken);
37382 
37383         for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken++) {
37384 
37385             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
37386 
37387         }
37388 
37389         break;
37390     case Reply:
37391         switch(header->rep_status) {
37392         case NO_EXCEPTION:
37393             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_return);
37394 
37395             break;
37396         case USER_EXCEPTION:
37397             break;
37398         default:
37399             /* Unknown Exception */
37400             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
37401             break;
37402         }   /* switch(header->rep_status) */
37403 
37404         break;
37405     default:
37406         /* Unknown GIOP Message */
37407         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
37408         break;
37409     } /* switch(header->message_type) */
37410 }
37411 
37412 /*
37413  * IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/associateTypes:1.0
37414  */
37415 static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)37416 decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
37417 {
37418     /* Operation specific Variable declarations Begin */
37419     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes;
37420     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes;
37421     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken;
37422     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken;
37423     /* Operation specific Variable declarations End */
37424 
37425     switch(header->message_type) {
37426     case Request:
37427         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identity);
37428 
37429         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
37430         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes);
37431 
37432         for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes++) {
37433 
37434             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes);
37435 
37436         }
37437 
37438         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
37439         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken);
37440 
37441         for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken++) {
37442 
37443             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
37444 
37445         }
37446 
37447         break;
37448     case Reply:
37449         switch(header->rep_status) {
37450         case NO_EXCEPTION:
37451             /* Function returns void */
37452 
37453             break;
37454         case USER_EXCEPTION:
37455             break;
37456         default:
37457             /* Unknown Exception */
37458             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
37459             break;
37460         }   /* switch(header->rep_status) */
37461 
37462         break;
37463     default:
37464         /* Unknown GIOP Message */
37465         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
37466         break;
37467     } /* switch(header->message_type) */
37468 }
37469 
37470 /*
37471  * IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/disassociateTypes:1.0
37472  */
37473 static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)37474 decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
37475 {
37476     /* Operation specific Variable declarations Begin */
37477     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes;
37478     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes;
37479     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken;
37480     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken;
37481     /* Operation specific Variable declarations End */
37482 
37483     switch(header->message_type) {
37484     case Request:
37485         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identity);
37486 
37487         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
37488         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes);
37489 
37490         for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes++) {
37491 
37492             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes);
37493 
37494         }
37495 
37496         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
37497         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken);
37498 
37499         for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken++) {
37500 
37501             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
37502 
37503         }
37504 
37505         break;
37506     case Reply:
37507         switch(header->rep_status) {
37508         case NO_EXCEPTION:
37509             /* Function returns void */
37510 
37511             break;
37512         case USER_EXCEPTION:
37513             break;
37514         default:
37515             /* Unknown Exception */
37516             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
37517             break;
37518         }   /* switch(header->rep_status) */
37519 
37520         break;
37521     default:
37522         /* Unknown GIOP Message */
37523         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
37524         break;
37525     } /* switch(header->message_type) */
37526 }
37527 
37528 /*
37529  * IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/listTypesOfIdentity:1.0
37530  */
37531 static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)37532 decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
37533 {
37534     /* Operation specific Variable declarations Begin */
37535     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken;
37536     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken;
37537     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return;
37538     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return;
37539     /* Operation specific Variable declarations End */
37540 
37541     switch(header->message_type) {
37542     case Request:
37543         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_identity);
37544 
37545         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
37546         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken);
37547 
37548         for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken++) {
37549 
37550             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
37551 
37552         }
37553 
37554         break;
37555     case Reply:
37556         switch(header->rep_status) {
37557         case NO_EXCEPTION:
37558             u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
37559             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return);
37560 
37561             for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return++) {
37562 
37563                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return);
37564 
37565             }
37566 
37567             break;
37568         case USER_EXCEPTION:
37569             break;
37570         default:
37571             /* Unknown Exception */
37572             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
37573             break;
37574         }   /* switch(header->rep_status) */
37575 
37576         break;
37577     default:
37578         /* Unknown GIOP Message */
37579         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
37580         break;
37581     } /* switch(header->message_type) */
37582 }
37583 
37584 /*
37585  * IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/hasType:1.0
37586  */
37587 static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)37588 decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
37589 {
37590     /* Operation specific Variable declarations Begin */
37591     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken;
37592     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken;
37593     /* Operation specific Variable declarations End */
37594 
37595     switch(header->message_type) {
37596     case Request:
37597         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_identity);
37598 
37599         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_typeName);
37600 
37601         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
37602         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken);
37603 
37604         for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken++) {
37605 
37606             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
37607 
37608         }
37609 
37610         break;
37611     case Reply:
37612         switch(header->rep_status) {
37613         case NO_EXCEPTION:
37614             proto_tree_add_boolean(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_return, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
37615 
37616             break;
37617         case USER_EXCEPTION:
37618             break;
37619         default:
37620             /* Unknown Exception */
37621             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
37622             break;
37623         }   /* switch(header->rep_status) */
37624 
37625         break;
37626     default:
37627         /* Unknown GIOP Message */
37628         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
37629         break;
37630     } /* switch(header->message_type) */
37631 }
37632 
37633 /*
37634  * IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/getIdentityAttributes:1.0
37635  */
37636 static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)37637 decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
37638 {
37639     /* Operation specific Variable declarations Begin */
37640     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames;
37641     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames;
37642     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken;
37643     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken;
37644     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_return;
37645     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_return;
37646     /* Operation specific Variable declarations End */
37647 
37648     switch(header->message_type) {
37649     case Request:
37650         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_identity);
37651 
37652         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_identityType);
37653 
37654         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
37655         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames);
37656 
37657         for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames++) {
37658 
37659             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames);
37660 
37661         }
37662 
37663         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
37664         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken);
37665 
37666         for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken++) {
37667 
37668             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
37669 
37670         }
37671 
37672         break;
37673     case Reply:
37674         switch(header->rep_status) {
37675         case NO_EXCEPTION:
37676             u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
37677             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_return);
37678 
37679             for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_return=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_return; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_return++) {
37680 
37681                 /*  Begin struct "org_csapi_pam_TpPAMAttribute"  */
37682                 decode_org_csapi_pam_TpPAMAttribute_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
37683                 /*  End struct "org_csapi_pam_TpPAMAttribute"  */
37684             }
37685 
37686             break;
37687         case USER_EXCEPTION:
37688             break;
37689         default:
37690             /* Unknown Exception */
37691             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
37692             break;
37693         }   /* switch(header->rep_status) */
37694 
37695         break;
37696     default:
37697         /* Unknown GIOP Message */
37698         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
37699         break;
37700     } /* switch(header->message_type) */
37701 }
37702 
37703 /*
37704  * IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/setIdentityAttributes:1.0
37705  */
37706 static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)37707 decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
37708 {
37709     /* Operation specific Variable declarations Begin */
37710     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_attributes;
37711     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_attributes;
37712     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken;
37713     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken;
37714     /* Operation specific Variable declarations End */
37715 
37716     switch(header->message_type) {
37717     case Request:
37718         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_identity);
37719 
37720         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_identityType);
37721 
37722         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_attributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
37723         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_attributes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_attributes);
37724 
37725         for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_attributes=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_attributes < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_attributes; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_attributes++) {
37726 
37727             /*  Begin struct "org_csapi_pam_TpPAMAttribute"  */
37728             decode_org_csapi_pam_TpPAMAttribute_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
37729             /*  End struct "org_csapi_pam_TpPAMAttribute"  */
37730         }
37731 
37732         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
37733         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken);
37734 
37735         for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken++) {
37736 
37737             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
37738 
37739         }
37740 
37741         break;
37742     case Reply:
37743         switch(header->rep_status) {
37744         case NO_EXCEPTION:
37745             /* Function returns void */
37746 
37747             break;
37748         case USER_EXCEPTION:
37749             break;
37750         default:
37751             /* Unknown Exception */
37752             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
37753             break;
37754         }   /* switch(header->rep_status) */
37755 
37756         break;
37757     default:
37758         /* Unknown GIOP Message */
37759         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
37760         break;
37761     } /* switch(header->message_type) */
37762 }
37763 
37764 /*
37765  * IDL:org/csapi/pam/provisioning/IpPAMAgentManagement/createAgent:1.0
37766  */
37767 static void
decode_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)37768 decode_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
37769 {
37770     /* Operation specific Variable declarations Begin */
37771     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes;
37772     guint32   i_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes;
37773     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken;
37774     guint32   i_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken;
37775     /* Operation specific Variable declarations End */
37776 
37777     switch(header->message_type) {
37778     case Request:
37779         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentName);
37780 
37781         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
37782         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes);
37783 
37784         for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes; i_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes++) {
37785 
37786             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes);
37787 
37788         }
37789 
37790         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
37791         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken);
37792 
37793         for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken; i_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken++) {
37794 
37795             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
37796 
37797         }
37798 
37799         break;
37800     case Reply:
37801         switch(header->rep_status) {
37802         case NO_EXCEPTION:
37803             /* Function returns void */
37804 
37805             break;
37806         case USER_EXCEPTION:
37807             break;
37808         default:
37809             /* Unknown Exception */
37810             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
37811             break;
37812         }   /* switch(header->rep_status) */
37813 
37814         break;
37815     default:
37816         /* Unknown GIOP Message */
37817         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
37818         break;
37819     } /* switch(header->message_type) */
37820 }
37821 
37822 /*
37823  * IDL:org/csapi/pam/provisioning/IpPAMAgentManagement/deleteAgent:1.0
37824  */
37825 static void
decode_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)37826 decode_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
37827 {
37828     /* Operation specific Variable declarations Begin */
37829     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken;
37830     guint32   i_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken;
37831     /* Operation specific Variable declarations End */
37832 
37833     switch(header->message_type) {
37834     case Request:
37835         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_agentName);
37836 
37837         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
37838         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken);
37839 
37840         for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken; i_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken++) {
37841 
37842             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
37843 
37844         }
37845 
37846         break;
37847     case Reply:
37848         switch(header->rep_status) {
37849         case NO_EXCEPTION:
37850             /* Function returns void */
37851 
37852             break;
37853         case USER_EXCEPTION:
37854             break;
37855         default:
37856             /* Unknown Exception */
37857             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
37858             break;
37859         }   /* switch(header->rep_status) */
37860 
37861         break;
37862     default:
37863         /* Unknown GIOP Message */
37864         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
37865         break;
37866     } /* switch(header->message_type) */
37867 }
37868 
37869 /*
37870  * IDL:org/csapi/pam/provisioning/IpPAMAgentManagement/isAgent:1.0
37871  */
37872 static void
decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)37873 decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
37874 {
37875     /* Operation specific Variable declarations Begin */
37876     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken;
37877     guint32   i_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken;
37878     /* Operation specific Variable declarations End */
37879 
37880     switch(header->message_type) {
37881     case Request:
37882         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_agentName);
37883 
37884         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
37885         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken);
37886 
37887         for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken; i_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken++) {
37888 
37889             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
37890 
37891         }
37892 
37893         break;
37894     case Reply:
37895         switch(header->rep_status) {
37896         case NO_EXCEPTION:
37897             proto_tree_add_boolean(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_return, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
37898 
37899             break;
37900         case USER_EXCEPTION:
37901             break;
37902         default:
37903             /* Unknown Exception */
37904             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
37905             break;
37906         }   /* switch(header->rep_status) */
37907 
37908         break;
37909     default:
37910         /* Unknown GIOP Message */
37911         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
37912         break;
37913     } /* switch(header->message_type) */
37914 }
37915 
37916 /*
37917  * IDL:org/csapi/pam/provisioning/IpPAMAgentManagement/enableCapabilities:1.0
37918  */
37919 static void
decode_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)37920 decode_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
37921 {
37922     /* Operation specific Variable declarations Begin */
37923     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities;
37924     guint32   i_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities;
37925     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken;
37926     guint32   i_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken;
37927     /* Operation specific Variable declarations End */
37928 
37929     switch(header->message_type) {
37930     case Request:
37931         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_agentName);
37932 
37933         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
37934         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities);
37935 
37936         for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities; i_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities++) {
37937 
37938             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities);
37939 
37940         }
37941 
37942         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
37943         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken);
37944 
37945         for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken; i_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken++) {
37946 
37947             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
37948 
37949         }
37950 
37951         break;
37952     case Reply:
37953         switch(header->rep_status) {
37954         case NO_EXCEPTION:
37955             /* Function returns void */
37956 
37957             break;
37958         case USER_EXCEPTION:
37959             break;
37960         default:
37961             /* Unknown Exception */
37962             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
37963             break;
37964         }   /* switch(header->rep_status) */
37965 
37966         break;
37967     default:
37968         /* Unknown GIOP Message */
37969         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
37970         break;
37971     } /* switch(header->message_type) */
37972 }
37973 
37974 /*
37975  * IDL:org/csapi/pam/provisioning/IpPAMAgentManagement/disableCapabilities:1.0
37976  */
37977 static void
decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)37978 decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
37979 {
37980     /* Operation specific Variable declarations Begin */
37981     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities;
37982     guint32   i_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities;
37983     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken;
37984     guint32   i_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken;
37985     /* Operation specific Variable declarations End */
37986 
37987     switch(header->message_type) {
37988     case Request:
37989         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_agentName);
37990 
37991         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
37992         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities);
37993 
37994         for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities; i_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities++) {
37995 
37996             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities);
37997 
37998         }
37999 
38000         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
38001         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken);
38002 
38003         for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken; i_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken++) {
38004 
38005             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
38006 
38007         }
38008 
38009         break;
38010     case Reply:
38011         switch(header->rep_status) {
38012         case NO_EXCEPTION:
38013             /* Function returns void */
38014 
38015             break;
38016         case USER_EXCEPTION:
38017             break;
38018         default:
38019             /* Unknown Exception */
38020             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
38021             break;
38022         }   /* switch(header->rep_status) */
38023 
38024         break;
38025     default:
38026         /* Unknown GIOP Message */
38027         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
38028         break;
38029     } /* switch(header->message_type) */
38030 }
38031 
38032 /*
38033  * IDL:org/csapi/pam/provisioning/IpPAMAgentManagement/listEnabledCapabilities:1.0
38034  */
38035 static void
decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)38036 decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
38037 {
38038     /* Operation specific Variable declarations Begin */
38039     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken;
38040     guint32   i_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken;
38041     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return;
38042     guint32   i_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return;
38043     /* Operation specific Variable declarations End */
38044 
38045     switch(header->message_type) {
38046     case Request:
38047         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_agentName);
38048 
38049         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
38050         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken);
38051 
38052         for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken; i_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken++) {
38053 
38054             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
38055 
38056         }
38057 
38058         break;
38059     case Reply:
38060         switch(header->rep_status) {
38061         case NO_EXCEPTION:
38062             u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
38063             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return);
38064 
38065             for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return; i_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return++) {
38066 
38067                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return);
38068 
38069             }
38070 
38071             break;
38072         case USER_EXCEPTION:
38073             break;
38074         default:
38075             /* Unknown Exception */
38076             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
38077             break;
38078         }   /* switch(header->rep_status) */
38079 
38080         break;
38081     default:
38082         /* Unknown GIOP Message */
38083         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
38084         break;
38085     } /* switch(header->message_type) */
38086 }
38087 
38088 /*
38089  * IDL:org/csapi/pam/provisioning/IpPAMAgentManagement/listAllCapabilities:1.0
38090  */
38091 static void
decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)38092 decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
38093 {
38094     /* Operation specific Variable declarations Begin */
38095     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken;
38096     guint32   i_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken;
38097     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return;
38098     guint32   i_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return;
38099     /* Operation specific Variable declarations End */
38100 
38101     switch(header->message_type) {
38102     case Request:
38103         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_agentName);
38104 
38105         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
38106         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken);
38107 
38108         for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken; i_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken++) {
38109 
38110             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
38111 
38112         }
38113 
38114         break;
38115     case Reply:
38116         switch(header->rep_status) {
38117         case NO_EXCEPTION:
38118             u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
38119             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return);
38120 
38121             for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return; i_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return++) {
38122 
38123                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return);
38124 
38125             }
38126 
38127             break;
38128         case USER_EXCEPTION:
38129             break;
38130         default:
38131             /* Unknown Exception */
38132             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
38133             break;
38134         }   /* switch(header->rep_status) */
38135 
38136         break;
38137     default:
38138         /* Unknown GIOP Message */
38139         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
38140         break;
38141     } /* switch(header->message_type) */
38142 }
38143 
38144 /*
38145  * IDL:org/csapi/pam/provisioning/IpPAMAgentManagement/isCapableOf:1.0
38146  */
38147 static void
decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)38148 decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
38149 {
38150     /* Operation specific Variable declarations Begin */
38151     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken;
38152     guint32   i_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken;
38153     /* Operation specific Variable declarations End */
38154 
38155     switch(header->message_type) {
38156     case Request:
38157         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_agentName);
38158 
38159         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_capability);
38160 
38161         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
38162         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken);
38163 
38164         for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken; i_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken++) {
38165 
38166             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
38167 
38168         }
38169 
38170         break;
38171     case Reply:
38172         switch(header->rep_status) {
38173         case NO_EXCEPTION:
38174             proto_tree_add_boolean(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_return, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
38175 
38176             break;
38177         case USER_EXCEPTION:
38178             break;
38179         default:
38180             /* Unknown Exception */
38181             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
38182             break;
38183         }   /* switch(header->rep_status) */
38184 
38185         break;
38186     default:
38187         /* Unknown GIOP Message */
38188         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
38189         break;
38190     } /* switch(header->message_type) */
38191 }
38192 
38193 /*
38194  * IDL:org/csapi/pam/provisioning/IpPAMAgentManagement/associateTypes:1.0
38195  */
38196 static void
decode_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)38197 decode_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
38198 {
38199     /* Operation specific Variable declarations Begin */
38200     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes;
38201     guint32   i_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes;
38202     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken;
38203     guint32   i_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken;
38204     /* Operation specific Variable declarations End */
38205 
38206     switch(header->message_type) {
38207     case Request:
38208         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentName);
38209 
38210         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
38211         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes);
38212 
38213         for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes; i_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes++) {
38214 
38215             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes);
38216 
38217         }
38218 
38219         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
38220         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken);
38221 
38222         for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken; i_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken++) {
38223 
38224             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
38225 
38226         }
38227 
38228         break;
38229     case Reply:
38230         switch(header->rep_status) {
38231         case NO_EXCEPTION:
38232             /* Function returns void */
38233 
38234             break;
38235         case USER_EXCEPTION:
38236             break;
38237         default:
38238             /* Unknown Exception */
38239             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
38240             break;
38241         }   /* switch(header->rep_status) */
38242 
38243         break;
38244     default:
38245         /* Unknown GIOP Message */
38246         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
38247         break;
38248     } /* switch(header->message_type) */
38249 }
38250 
38251 /*
38252  * IDL:org/csapi/pam/provisioning/IpPAMAgentManagement/disassociateTypes:1.0
38253  */
38254 static void
decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)38255 decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
38256 {
38257     /* Operation specific Variable declarations Begin */
38258     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes;
38259     guint32   i_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes;
38260     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken;
38261     guint32   i_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken;
38262     /* Operation specific Variable declarations End */
38263 
38264     switch(header->message_type) {
38265     case Request:
38266         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentName);
38267 
38268         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
38269         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes);
38270 
38271         for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes; i_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes++) {
38272 
38273             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes);
38274 
38275         }
38276 
38277         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
38278         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken);
38279 
38280         for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken; i_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken++) {
38281 
38282             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
38283 
38284         }
38285 
38286         break;
38287     case Reply:
38288         switch(header->rep_status) {
38289         case NO_EXCEPTION:
38290             /* Function returns void */
38291 
38292             break;
38293         case USER_EXCEPTION:
38294             break;
38295         default:
38296             /* Unknown Exception */
38297             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
38298             break;
38299         }   /* switch(header->rep_status) */
38300 
38301         break;
38302     default:
38303         /* Unknown GIOP Message */
38304         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
38305         break;
38306     } /* switch(header->message_type) */
38307 }
38308 
38309 /*
38310  * IDL:org/csapi/pam/provisioning/IpPAMAgentManagement/listTypesOfAgent:1.0
38311  */
38312 static void
decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)38313 decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
38314 {
38315     /* Operation specific Variable declarations Begin */
38316     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken;
38317     guint32   i_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken;
38318     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return;
38319     guint32   i_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return;
38320     /* Operation specific Variable declarations End */
38321 
38322     switch(header->message_type) {
38323     case Request:
38324         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_agentName);
38325 
38326         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
38327         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken);
38328 
38329         for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken; i_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken++) {
38330 
38331             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
38332 
38333         }
38334 
38335         break;
38336     case Reply:
38337         switch(header->rep_status) {
38338         case NO_EXCEPTION:
38339             u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
38340             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return);
38341 
38342             for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return; i_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return++) {
38343 
38344                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return);
38345 
38346             }
38347 
38348             break;
38349         case USER_EXCEPTION:
38350             break;
38351         default:
38352             /* Unknown Exception */
38353             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
38354             break;
38355         }   /* switch(header->rep_status) */
38356 
38357         break;
38358     default:
38359         /* Unknown GIOP Message */
38360         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
38361         break;
38362     } /* switch(header->message_type) */
38363 }
38364 
38365 /*
38366  * IDL:org/csapi/pam/provisioning/IpPAMAgentManagement/hasType:1.0
38367  */
38368 static void
decode_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)38369 decode_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
38370 {
38371     /* Operation specific Variable declarations Begin */
38372     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken;
38373     guint32   i_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken;
38374     /* Operation specific Variable declarations End */
38375 
38376     switch(header->message_type) {
38377     case Request:
38378         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_agentName);
38379 
38380         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_typeName);
38381 
38382         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
38383         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken);
38384 
38385         for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken; i_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken++) {
38386 
38387             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
38388 
38389         }
38390 
38391         break;
38392     case Reply:
38393         switch(header->rep_status) {
38394         case NO_EXCEPTION:
38395             proto_tree_add_boolean(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_return, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
38396 
38397             break;
38398         case USER_EXCEPTION:
38399             break;
38400         default:
38401             /* Unknown Exception */
38402             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
38403             break;
38404         }   /* switch(header->rep_status) */
38405 
38406         break;
38407     default:
38408         /* Unknown GIOP Message */
38409         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
38410         break;
38411     } /* switch(header->message_type) */
38412 }
38413 
38414 /*
38415  * IDL:org/csapi/pam/provisioning/IpPAMAgentManagement/getAgentAttributes:1.0
38416  */
38417 static void
decode_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)38418 decode_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
38419 {
38420     /* Operation specific Variable declarations Begin */
38421     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames;
38422     guint32   i_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames;
38423     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken;
38424     guint32   i_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken;
38425     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_return;
38426     guint32   i_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_return;
38427     /* Operation specific Variable declarations End */
38428 
38429     switch(header->message_type) {
38430     case Request:
38431         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_agentName);
38432 
38433         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_agentType);
38434 
38435         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
38436         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames);
38437 
38438         for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames; i_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames++) {
38439 
38440             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames);
38441 
38442         }
38443 
38444         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
38445         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken);
38446 
38447         for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken++) {
38448 
38449             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
38450 
38451         }
38452 
38453         break;
38454     case Reply:
38455         switch(header->rep_status) {
38456         case NO_EXCEPTION:
38457             u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
38458             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_return);
38459 
38460             for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_return=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_return; i_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_return++) {
38461 
38462                 /*  Begin struct "org_csapi_pam_TpPAMAttribute"  */
38463                 decode_org_csapi_pam_TpPAMAttribute_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
38464                 /*  End struct "org_csapi_pam_TpPAMAttribute"  */
38465             }
38466 
38467             break;
38468         case USER_EXCEPTION:
38469             break;
38470         default:
38471             /* Unknown Exception */
38472             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
38473             break;
38474         }   /* switch(header->rep_status) */
38475 
38476         break;
38477     default:
38478         /* Unknown GIOP Message */
38479         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
38480         break;
38481     } /* switch(header->message_type) */
38482 }
38483 
38484 /*
38485  * IDL:org/csapi/pam/provisioning/IpPAMAgentManagement/setAgentAttributes:1.0
38486  */
38487 static void
decode_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)38488 decode_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
38489 {
38490     /* Operation specific Variable declarations Begin */
38491     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_attributes;
38492     guint32   i_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_attributes;
38493     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken;
38494     guint32   i_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken;
38495     /* Operation specific Variable declarations End */
38496 
38497     switch(header->message_type) {
38498     case Request:
38499         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_agentName);
38500 
38501         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_agentType);
38502 
38503         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_attributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
38504         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_attributes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_attributes);
38505 
38506         for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_attributes=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_attributes < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_attributes; i_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_attributes++) {
38507 
38508             /*  Begin struct "org_csapi_pam_TpPAMAttribute"  */
38509             decode_org_csapi_pam_TpPAMAttribute_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
38510             /*  End struct "org_csapi_pam_TpPAMAttribute"  */
38511         }
38512 
38513         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
38514         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken);
38515 
38516         for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken++) {
38517 
38518             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
38519 
38520         }
38521 
38522         break;
38523     case Reply:
38524         switch(header->rep_status) {
38525         case NO_EXCEPTION:
38526             /* Function returns void */
38527 
38528             break;
38529         case USER_EXCEPTION:
38530             break;
38531         default:
38532             /* Unknown Exception */
38533             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
38534             break;
38535         }   /* switch(header->rep_status) */
38536 
38537         break;
38538     default:
38539         /* Unknown GIOP Message */
38540         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
38541         break;
38542     } /* switch(header->message_type) */
38543 }
38544 
38545 /*
38546  * IDL:org/csapi/pam/provisioning/IpPAMAgentAssignment/assignAgent:1.0
38547  */
38548 static void
decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)38549 decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
38550 {
38551     /* Operation specific Variable declarations Begin */
38552     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken;
38553     guint32   i_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken;
38554     /* Operation specific Variable declarations End */
38555 
38556     switch(header->message_type) {
38557     case Request:
38558         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_identity);
38559 
38560         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_agentName);
38561 
38562         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
38563         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken);
38564 
38565         for (i_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken++) {
38566 
38567             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
38568 
38569         }
38570 
38571         break;
38572     case Reply:
38573         switch(header->rep_status) {
38574         case NO_EXCEPTION:
38575             /* Function returns void */
38576 
38577             break;
38578         case USER_EXCEPTION:
38579             break;
38580         default:
38581             /* Unknown Exception */
38582             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
38583             break;
38584         }   /* switch(header->rep_status) */
38585 
38586         break;
38587     default:
38588         /* Unknown GIOP Message */
38589         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
38590         break;
38591     } /* switch(header->message_type) */
38592 }
38593 
38594 /*
38595  * IDL:org/csapi/pam/provisioning/IpPAMAgentAssignment/unassignAgent:1.0
38596  */
38597 static void
decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)38598 decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
38599 {
38600     /* Operation specific Variable declarations Begin */
38601     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken;
38602     guint32   i_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken;
38603     /* Operation specific Variable declarations End */
38604 
38605     switch(header->message_type) {
38606     case Request:
38607         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_identity);
38608 
38609         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_agentName);
38610 
38611         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
38612         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken);
38613 
38614         for (i_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken++) {
38615 
38616             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
38617 
38618         }
38619 
38620         break;
38621     case Reply:
38622         switch(header->rep_status) {
38623         case NO_EXCEPTION:
38624             /* Function returns void */
38625 
38626             break;
38627         case USER_EXCEPTION:
38628             break;
38629         default:
38630             /* Unknown Exception */
38631             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
38632             break;
38633         }   /* switch(header->rep_status) */
38634 
38635         break;
38636     default:
38637         /* Unknown GIOP Message */
38638         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
38639         break;
38640     } /* switch(header->message_type) */
38641 }
38642 
38643 /*
38644  * IDL:org/csapi/pam/provisioning/IpPAMAgentAssignment/listAssignedAgents:1.0
38645  */
38646 static void
decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)38647 decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
38648 {
38649     /* Operation specific Variable declarations Begin */
38650     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken;
38651     guint32   i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken;
38652     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return;
38653     guint32   i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return;
38654     /* Operation specific Variable declarations End */
38655 
38656     switch(header->message_type) {
38657     case Request:
38658         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_identity);
38659 
38660         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
38661         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken);
38662 
38663         for (i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken++) {
38664 
38665             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
38666 
38667         }
38668 
38669         break;
38670     case Reply:
38671         switch(header->rep_status) {
38672         case NO_EXCEPTION:
38673             u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
38674             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return);
38675 
38676             for (i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return=0; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return++) {
38677 
38678                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return);
38679 
38680             }
38681 
38682             break;
38683         case USER_EXCEPTION:
38684             break;
38685         default:
38686             /* Unknown Exception */
38687             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
38688             break;
38689         }   /* switch(header->rep_status) */
38690 
38691         break;
38692     default:
38693         /* Unknown GIOP Message */
38694         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
38695         break;
38696     } /* switch(header->message_type) */
38697 }
38698 
38699 /*
38700  * IDL:org/csapi/pam/provisioning/IpPAMAgentAssignment/listAssociatedIdentitiesOfAgent:1.0
38701  */
38702 static void
decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)38703 decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
38704 {
38705     /* Operation specific Variable declarations Begin */
38706     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken;
38707     guint32   i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken;
38708     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return;
38709     guint32   i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return;
38710     /* Operation specific Variable declarations End */
38711 
38712     switch(header->message_type) {
38713     case Request:
38714         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_agentName);
38715 
38716         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
38717         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken);
38718 
38719         for (i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken++) {
38720 
38721             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
38722 
38723         }
38724 
38725         break;
38726     case Reply:
38727         switch(header->rep_status) {
38728         case NO_EXCEPTION:
38729             u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
38730             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return);
38731 
38732             for (i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return=0; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return++) {
38733 
38734                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return);
38735 
38736             }
38737 
38738             break;
38739         case USER_EXCEPTION:
38740             break;
38741         default:
38742             /* Unknown Exception */
38743             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
38744             break;
38745         }   /* switch(header->rep_status) */
38746 
38747         break;
38748     default:
38749         /* Unknown GIOP Message */
38750         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
38751         break;
38752     } /* switch(header->message_type) */
38753 }
38754 
38755 /*
38756  * IDL:org/csapi/pam/provisioning/IpPAMAgentAssignment/listAssignedAgentsByCapability:1.0
38757  */
38758 static void
decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)38759 decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
38760 {
38761     /* Operation specific Variable declarations Begin */
38762     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken;
38763     guint32   i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken;
38764     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return;
38765     guint32   i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return;
38766     /* Operation specific Variable declarations End */
38767 
38768     switch(header->message_type) {
38769     case Request:
38770         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_identity);
38771 
38772         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_capability);
38773 
38774         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
38775         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken);
38776 
38777         for (i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken++) {
38778 
38779             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
38780 
38781         }
38782 
38783         break;
38784     case Reply:
38785         switch(header->rep_status) {
38786         case NO_EXCEPTION:
38787             u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
38788             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return);
38789 
38790             for (i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return=0; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return++) {
38791 
38792                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return);
38793 
38794             }
38795 
38796             break;
38797         case USER_EXCEPTION:
38798             break;
38799         default:
38800             /* Unknown Exception */
38801             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
38802             break;
38803         }   /* switch(header->rep_status) */
38804 
38805         break;
38806     default:
38807         /* Unknown GIOP Message */
38808         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
38809         break;
38810     } /* switch(header->message_type) */
38811 }
38812 
38813 /*
38814  * IDL:org/csapi/pam/provisioning/IpPAMAgentAssignment/listCapabilitiesOfIdentity:1.0
38815  */
38816 static void
decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)38817 decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
38818 {
38819     /* Operation specific Variable declarations Begin */
38820     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken;
38821     guint32   i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken;
38822     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return;
38823     guint32   i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return;
38824     /* Operation specific Variable declarations End */
38825 
38826     switch(header->message_type) {
38827     case Request:
38828         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_identity);
38829 
38830         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
38831         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken);
38832 
38833         for (i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken++) {
38834 
38835             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
38836 
38837         }
38838 
38839         break;
38840     case Reply:
38841         switch(header->rep_status) {
38842         case NO_EXCEPTION:
38843             u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
38844             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return);
38845 
38846             for (i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return=0; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return++) {
38847 
38848                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return);
38849 
38850             }
38851 
38852             break;
38853         case USER_EXCEPTION:
38854             break;
38855         default:
38856             /* Unknown Exception */
38857             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
38858             break;
38859         }   /* switch(header->rep_status) */
38860 
38861         break;
38862     default:
38863         /* Unknown GIOP Message */
38864         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
38865         break;
38866     } /* switch(header->message_type) */
38867 }
38868 
38869 /*
38870  * IDL:org/csapi/pam/provisioning/IpPAMAgentAssignment/isIdentityCapableOf:1.0
38871  */
38872 static void
decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)38873 decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
38874 {
38875     /* Operation specific Variable declarations Begin */
38876     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken;
38877     guint32   i_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken;
38878     /* Operation specific Variable declarations End */
38879 
38880     switch(header->message_type) {
38881     case Request:
38882         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_identity);
38883 
38884         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_capability);
38885 
38886         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
38887         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken);
38888 
38889         for (i_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken++) {
38890 
38891             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
38892 
38893         }
38894 
38895         break;
38896     case Reply:
38897         switch(header->rep_status) {
38898         case NO_EXCEPTION:
38899             proto_tree_add_boolean(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_return, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
38900 
38901             break;
38902         case USER_EXCEPTION:
38903             break;
38904         default:
38905             /* Unknown Exception */
38906             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
38907             break;
38908         }   /* switch(header->rep_status) */
38909 
38910         break;
38911     default:
38912         /* Unknown GIOP Message */
38913         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
38914         break;
38915     } /* switch(header->message_type) */
38916 }
38917 
38918 /*
38919  * IDL:org/csapi/pam/provisioning/IpPAMIdentityTypeManagement/createIdentityAttribute:1.0
38920  */
38921 static void
decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)38922 decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
38923 {
38924     /* Operation specific Variable declarations Begin */
38925     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken;
38926     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken;
38927     /* Operation specific Variable declarations End */
38928 
38929     switch(header->message_type) {
38930     case Request:
38931         /*  Begin struct "org_csapi_pam_TpPAMAttributeDef"  */
38932         decode_org_csapi_pam_TpPAMAttributeDef_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
38933         /*  End struct "org_csapi_pam_TpPAMAttributeDef"  */
38934         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
38935         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken);
38936 
38937         for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken++) {
38938 
38939             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
38940 
38941         }
38942 
38943         break;
38944     case Reply:
38945         switch(header->rep_status) {
38946         case NO_EXCEPTION:
38947             /* Function returns void */
38948 
38949             break;
38950         case USER_EXCEPTION:
38951             break;
38952         default:
38953             /* Unknown Exception */
38954             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
38955             break;
38956         }   /* switch(header->rep_status) */
38957 
38958         break;
38959     default:
38960         /* Unknown GIOP Message */
38961         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
38962         break;
38963     } /* switch(header->message_type) */
38964 }
38965 
38966 /*
38967  * IDL:org/csapi/pam/provisioning/IpPAMIdentityTypeManagement/deleteIdentityAttribute:1.0
38968  */
38969 static void
decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)38970 decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
38971 {
38972     /* Operation specific Variable declarations Begin */
38973     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken;
38974     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken;
38975     /* Operation specific Variable declarations End */
38976 
38977     switch(header->message_type) {
38978     case Request:
38979         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_attributeName);
38980 
38981         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
38982         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken);
38983 
38984         for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken++) {
38985 
38986             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
38987 
38988         }
38989 
38990         break;
38991     case Reply:
38992         switch(header->rep_status) {
38993         case NO_EXCEPTION:
38994             /* Function returns void */
38995 
38996             break;
38997         case USER_EXCEPTION:
38998             break;
38999         default:
39000             /* Unknown Exception */
39001             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
39002             break;
39003         }   /* switch(header->rep_status) */
39004 
39005         break;
39006     default:
39007         /* Unknown GIOP Message */
39008         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
39009         break;
39010     } /* switch(header->message_type) */
39011 }
39012 
39013 /*
39014  * IDL:org/csapi/pam/provisioning/IpPAMIdentityTypeManagement/getIdentityAttributeDefinition:1.0
39015  */
39016 static void
decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)39017 decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
39018 {
39019     /* Operation specific Variable declarations Begin */
39020     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken;
39021     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken;
39022     /* Operation specific Variable declarations End */
39023 
39024     switch(header->message_type) {
39025     case Request:
39026         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_attributeName);
39027 
39028         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
39029         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken);
39030 
39031         for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken++) {
39032 
39033             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
39034 
39035         }
39036 
39037         break;
39038     case Reply:
39039         switch(header->rep_status) {
39040         case NO_EXCEPTION:
39041             /*  Begin struct "org_csapi_pam_TpPAMAttributeDef"  */
39042             decode_org_csapi_pam_TpPAMAttributeDef_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
39043             /*  End struct "org_csapi_pam_TpPAMAttributeDef"  */
39044             break;
39045         case USER_EXCEPTION:
39046             break;
39047         default:
39048             /* Unknown Exception */
39049             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
39050             break;
39051         }   /* switch(header->rep_status) */
39052 
39053         break;
39054     default:
39055         /* Unknown GIOP Message */
39056         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
39057         break;
39058     } /* switch(header->message_type) */
39059 }
39060 
39061 /*
39062  * IDL:org/csapi/pam/provisioning/IpPAMIdentityTypeManagement/listAllIdentityAttributes:1.0
39063  */
39064 static void
decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)39065 decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
39066 {
39067     /* Operation specific Variable declarations Begin */
39068     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken;
39069     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken;
39070     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return;
39071     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return;
39072     /* Operation specific Variable declarations End */
39073 
39074     switch(header->message_type) {
39075     case Request:
39076         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
39077         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken);
39078 
39079         for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken++) {
39080 
39081             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
39082 
39083         }
39084 
39085         break;
39086     case Reply:
39087         switch(header->rep_status) {
39088         case NO_EXCEPTION:
39089             u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
39090             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return);
39091 
39092             for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return++) {
39093 
39094                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return);
39095 
39096             }
39097 
39098             break;
39099         case USER_EXCEPTION:
39100             break;
39101         default:
39102             /* Unknown Exception */
39103             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
39104             break;
39105         }   /* switch(header->rep_status) */
39106 
39107         break;
39108     default:
39109         /* Unknown GIOP Message */
39110         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
39111         break;
39112     } /* switch(header->message_type) */
39113 }
39114 
39115 /*
39116  * IDL:org/csapi/pam/provisioning/IpPAMIdentityTypeManagement/createIdentityType:1.0
39117  */
39118 static void
decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)39119 decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
39120 {
39121     /* Operation specific Variable declarations Begin */
39122     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames;
39123     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames;
39124     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken;
39125     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken;
39126     /* Operation specific Variable declarations End */
39127 
39128     switch(header->message_type) {
39129     case Request:
39130         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_typeName);
39131 
39132         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
39133         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames);
39134 
39135         for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames++) {
39136 
39137             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames);
39138 
39139         }
39140 
39141         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
39142         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken);
39143 
39144         for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken++) {
39145 
39146             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
39147 
39148         }
39149 
39150         break;
39151     case Reply:
39152         switch(header->rep_status) {
39153         case NO_EXCEPTION:
39154             /* Function returns void */
39155 
39156             break;
39157         case USER_EXCEPTION:
39158             break;
39159         default:
39160             /* Unknown Exception */
39161             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
39162             break;
39163         }   /* switch(header->rep_status) */
39164 
39165         break;
39166     default:
39167         /* Unknown GIOP Message */
39168         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
39169         break;
39170     } /* switch(header->message_type) */
39171 }
39172 
39173 /*
39174  * IDL:org/csapi/pam/provisioning/IpPAMIdentityTypeManagement/deleteIdentityType:1.0
39175  */
39176 static void
decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)39177 decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
39178 {
39179     /* Operation specific Variable declarations Begin */
39180     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken;
39181     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken;
39182     /* Operation specific Variable declarations End */
39183 
39184     switch(header->message_type) {
39185     case Request:
39186         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_typeName);
39187 
39188         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
39189         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken);
39190 
39191         for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken++) {
39192 
39193             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
39194 
39195         }
39196 
39197         break;
39198     case Reply:
39199         switch(header->rep_status) {
39200         case NO_EXCEPTION:
39201             /* Function returns void */
39202 
39203             break;
39204         case USER_EXCEPTION:
39205             break;
39206         default:
39207             /* Unknown Exception */
39208             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
39209             break;
39210         }   /* switch(header->rep_status) */
39211 
39212         break;
39213     default:
39214         /* Unknown GIOP Message */
39215         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
39216         break;
39217     } /* switch(header->message_type) */
39218 }
39219 
39220 /*
39221  * IDL:org/csapi/pam/provisioning/IpPAMIdentityTypeManagement/listIdentityTypes:1.0
39222  */
39223 static void
decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)39224 decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
39225 {
39226     /* Operation specific Variable declarations Begin */
39227     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken;
39228     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken;
39229     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return;
39230     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return;
39231     /* Operation specific Variable declarations End */
39232 
39233     switch(header->message_type) {
39234     case Request:
39235         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
39236         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken);
39237 
39238         for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken++) {
39239 
39240             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
39241 
39242         }
39243 
39244         break;
39245     case Reply:
39246         switch(header->rep_status) {
39247         case NO_EXCEPTION:
39248             u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
39249             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return);
39250 
39251             for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return++) {
39252 
39253                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return);
39254 
39255             }
39256 
39257             break;
39258         case USER_EXCEPTION:
39259             break;
39260         default:
39261             /* Unknown Exception */
39262             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
39263             break;
39264         }   /* switch(header->rep_status) */
39265 
39266         break;
39267     default:
39268         /* Unknown GIOP Message */
39269         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
39270         break;
39271     } /* switch(header->message_type) */
39272 }
39273 
39274 /*
39275  * IDL:org/csapi/pam/provisioning/IpPAMIdentityTypeManagement/addIdentityTypeAttributes:1.0
39276  */
39277 static void
decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)39278 decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
39279 {
39280     /* Operation specific Variable declarations Begin */
39281     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames;
39282     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames;
39283     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken;
39284     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken;
39285     /* Operation specific Variable declarations End */
39286 
39287     switch(header->message_type) {
39288     case Request:
39289         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_typeName);
39290 
39291         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
39292         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames);
39293 
39294         for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames++) {
39295 
39296             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames);
39297 
39298         }
39299 
39300         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
39301         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken);
39302 
39303         for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken++) {
39304 
39305             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
39306 
39307         }
39308 
39309         break;
39310     case Reply:
39311         switch(header->rep_status) {
39312         case NO_EXCEPTION:
39313             /* Function returns void */
39314 
39315             break;
39316         case USER_EXCEPTION:
39317             break;
39318         default:
39319             /* Unknown Exception */
39320             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
39321             break;
39322         }   /* switch(header->rep_status) */
39323 
39324         break;
39325     default:
39326         /* Unknown GIOP Message */
39327         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
39328         break;
39329     } /* switch(header->message_type) */
39330 }
39331 
39332 /*
39333  * IDL:org/csapi/pam/provisioning/IpPAMIdentityTypeManagement/removeIdentityTypeAttributes:1.0
39334  */
39335 static void
decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)39336 decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
39337 {
39338     /* Operation specific Variable declarations Begin */
39339     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames;
39340     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames;
39341     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken;
39342     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken;
39343     /* Operation specific Variable declarations End */
39344 
39345     switch(header->message_type) {
39346     case Request:
39347         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_typeName);
39348 
39349         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
39350         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames);
39351 
39352         for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames++) {
39353 
39354             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames);
39355 
39356         }
39357 
39358         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
39359         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken);
39360 
39361         for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken++) {
39362 
39363             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
39364 
39365         }
39366 
39367         break;
39368     case Reply:
39369         switch(header->rep_status) {
39370         case NO_EXCEPTION:
39371             /* Function returns void */
39372 
39373             break;
39374         case USER_EXCEPTION:
39375             break;
39376         default:
39377             /* Unknown Exception */
39378             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
39379             break;
39380         }   /* switch(header->rep_status) */
39381 
39382         break;
39383     default:
39384         /* Unknown GIOP Message */
39385         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
39386         break;
39387     } /* switch(header->message_type) */
39388 }
39389 
39390 /*
39391  * IDL:org/csapi/pam/provisioning/IpPAMIdentityTypeManagement/listIdentityTypeAttributes:1.0
39392  */
39393 static void
decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)39394 decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
39395 {
39396     /* Operation specific Variable declarations Begin */
39397     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken;
39398     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken;
39399     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return;
39400     guint32   i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return;
39401     /* Operation specific Variable declarations End */
39402 
39403     switch(header->message_type) {
39404     case Request:
39405         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_typeName);
39406 
39407         u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
39408         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken);
39409 
39410         for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken++) {
39411 
39412             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
39413 
39414         }
39415 
39416         break;
39417     case Reply:
39418         switch(header->rep_status) {
39419         case NO_EXCEPTION:
39420             u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
39421             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return);
39422 
39423             for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return++) {
39424 
39425                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return);
39426 
39427             }
39428 
39429             break;
39430         case USER_EXCEPTION:
39431             break;
39432         default:
39433             /* Unknown Exception */
39434             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
39435             break;
39436         }   /* switch(header->rep_status) */
39437 
39438         break;
39439     default:
39440         /* Unknown GIOP Message */
39441         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
39442         break;
39443     } /* switch(header->message_type) */
39444 }
39445 
39446 /*
39447  * IDL:org/csapi/pam/provisioning/IpPAMAgentTypeManagement/createAgentAttribute:1.0
39448  */
39449 static void
decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)39450 decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
39451 {
39452     /* Operation specific Variable declarations Begin */
39453     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken;
39454     guint32   i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken;
39455     /* Operation specific Variable declarations End */
39456 
39457     switch(header->message_type) {
39458     case Request:
39459         /*  Begin struct "org_csapi_pam_TpPAMAttributeDef"  */
39460         decode_org_csapi_pam_TpPAMAttributeDef_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
39461         /*  End struct "org_csapi_pam_TpPAMAttributeDef"  */
39462         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
39463         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken);
39464 
39465         for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken++) {
39466 
39467             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
39468 
39469         }
39470 
39471         break;
39472     case Reply:
39473         switch(header->rep_status) {
39474         case NO_EXCEPTION:
39475             /* Function returns void */
39476 
39477             break;
39478         case USER_EXCEPTION:
39479             break;
39480         default:
39481             /* Unknown Exception */
39482             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
39483             break;
39484         }   /* switch(header->rep_status) */
39485 
39486         break;
39487     default:
39488         /* Unknown GIOP Message */
39489         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
39490         break;
39491     } /* switch(header->message_type) */
39492 }
39493 
39494 /*
39495  * IDL:org/csapi/pam/provisioning/IpPAMAgentTypeManagement/deleteAgentAttribute:1.0
39496  */
39497 static void
decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)39498 decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
39499 {
39500     /* Operation specific Variable declarations Begin */
39501     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken;
39502     guint32   i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken;
39503     /* Operation specific Variable declarations End */
39504 
39505     switch(header->message_type) {
39506     case Request:
39507         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_attributeName);
39508 
39509         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
39510         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken);
39511 
39512         for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken++) {
39513 
39514             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
39515 
39516         }
39517 
39518         break;
39519     case Reply:
39520         switch(header->rep_status) {
39521         case NO_EXCEPTION:
39522             /* Function returns void */
39523 
39524             break;
39525         case USER_EXCEPTION:
39526             break;
39527         default:
39528             /* Unknown Exception */
39529             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
39530             break;
39531         }   /* switch(header->rep_status) */
39532 
39533         break;
39534     default:
39535         /* Unknown GIOP Message */
39536         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
39537         break;
39538     } /* switch(header->message_type) */
39539 }
39540 
39541 /*
39542  * IDL:org/csapi/pam/provisioning/IpPAMAgentTypeManagement/getAgentAttributeDefinition:1.0
39543  */
39544 static void
decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)39545 decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
39546 {
39547     /* Operation specific Variable declarations Begin */
39548     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken;
39549     guint32   i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken;
39550     /* Operation specific Variable declarations End */
39551 
39552     switch(header->message_type) {
39553     case Request:
39554         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_attributeName);
39555 
39556         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
39557         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken);
39558 
39559         for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken++) {
39560 
39561             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
39562 
39563         }
39564 
39565         break;
39566     case Reply:
39567         switch(header->rep_status) {
39568         case NO_EXCEPTION:
39569             /*  Begin struct "org_csapi_pam_TpPAMAttributeDef"  */
39570             decode_org_csapi_pam_TpPAMAttributeDef_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
39571             /*  End struct "org_csapi_pam_TpPAMAttributeDef"  */
39572             break;
39573         case USER_EXCEPTION:
39574             break;
39575         default:
39576             /* Unknown Exception */
39577             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
39578             break;
39579         }   /* switch(header->rep_status) */
39580 
39581         break;
39582     default:
39583         /* Unknown GIOP Message */
39584         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
39585         break;
39586     } /* switch(header->message_type) */
39587 }
39588 
39589 /*
39590  * IDL:org/csapi/pam/provisioning/IpPAMAgentTypeManagement/listAllAgentAttributes:1.0
39591  */
39592 static void
decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)39593 decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
39594 {
39595     /* Operation specific Variable declarations Begin */
39596     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken;
39597     guint32   i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken;
39598     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return;
39599     guint32   i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return;
39600     /* Operation specific Variable declarations End */
39601 
39602     switch(header->message_type) {
39603     case Request:
39604         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
39605         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken);
39606 
39607         for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken++) {
39608 
39609             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
39610 
39611         }
39612 
39613         break;
39614     case Reply:
39615         switch(header->rep_status) {
39616         case NO_EXCEPTION:
39617             u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
39618             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return);
39619 
39620             for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return++) {
39621 
39622                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return);
39623 
39624             }
39625 
39626             break;
39627         case USER_EXCEPTION:
39628             break;
39629         default:
39630             /* Unknown Exception */
39631             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
39632             break;
39633         }   /* switch(header->rep_status) */
39634 
39635         break;
39636     default:
39637         /* Unknown GIOP Message */
39638         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
39639         break;
39640     } /* switch(header->message_type) */
39641 }
39642 
39643 /*
39644  * IDL:org/csapi/pam/provisioning/IpPAMAgentTypeManagement/createAgentType:1.0
39645  */
39646 static void
decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)39647 decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
39648 {
39649     /* Operation specific Variable declarations Begin */
39650     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames;
39651     guint32   i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames;
39652     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken;
39653     guint32   i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken;
39654     /* Operation specific Variable declarations End */
39655 
39656     switch(header->message_type) {
39657     case Request:
39658         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_typeName);
39659 
39660         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
39661         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames);
39662 
39663         for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames++) {
39664 
39665             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames);
39666 
39667         }
39668 
39669         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
39670         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken);
39671 
39672         for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken++) {
39673 
39674             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
39675 
39676         }
39677 
39678         break;
39679     case Reply:
39680         switch(header->rep_status) {
39681         case NO_EXCEPTION:
39682             /* Function returns void */
39683 
39684             break;
39685         case USER_EXCEPTION:
39686             break;
39687         default:
39688             /* Unknown Exception */
39689             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
39690             break;
39691         }   /* switch(header->rep_status) */
39692 
39693         break;
39694     default:
39695         /* Unknown GIOP Message */
39696         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
39697         break;
39698     } /* switch(header->message_type) */
39699 }
39700 
39701 /*
39702  * IDL:org/csapi/pam/provisioning/IpPAMAgentTypeManagement/deleteAgentType:1.0
39703  */
39704 static void
decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)39705 decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
39706 {
39707     /* Operation specific Variable declarations Begin */
39708     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken;
39709     guint32   i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken;
39710     /* Operation specific Variable declarations End */
39711 
39712     switch(header->message_type) {
39713     case Request:
39714         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_typeName);
39715 
39716         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
39717         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken);
39718 
39719         for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken++) {
39720 
39721             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
39722 
39723         }
39724 
39725         break;
39726     case Reply:
39727         switch(header->rep_status) {
39728         case NO_EXCEPTION:
39729             /* Function returns void */
39730 
39731             break;
39732         case USER_EXCEPTION:
39733             break;
39734         default:
39735             /* Unknown Exception */
39736             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
39737             break;
39738         }   /* switch(header->rep_status) */
39739 
39740         break;
39741     default:
39742         /* Unknown GIOP Message */
39743         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
39744         break;
39745     } /* switch(header->message_type) */
39746 }
39747 
39748 /*
39749  * IDL:org/csapi/pam/provisioning/IpPAMAgentTypeManagement/listAgentTypes:1.0
39750  */
39751 static void
decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)39752 decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
39753 {
39754     /* Operation specific Variable declarations Begin */
39755     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken;
39756     guint32   i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken;
39757     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return;
39758     guint32   i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return;
39759     /* Operation specific Variable declarations End */
39760 
39761     switch(header->message_type) {
39762     case Request:
39763         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
39764         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken);
39765 
39766         for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken++) {
39767 
39768             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
39769 
39770         }
39771 
39772         break;
39773     case Reply:
39774         switch(header->rep_status) {
39775         case NO_EXCEPTION:
39776             u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
39777             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return);
39778 
39779             for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return++) {
39780 
39781                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return);
39782 
39783             }
39784 
39785             break;
39786         case USER_EXCEPTION:
39787             break;
39788         default:
39789             /* Unknown Exception */
39790             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
39791             break;
39792         }   /* switch(header->rep_status) */
39793 
39794         break;
39795     default:
39796         /* Unknown GIOP Message */
39797         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
39798         break;
39799     } /* switch(header->message_type) */
39800 }
39801 
39802 /*
39803  * IDL:org/csapi/pam/provisioning/IpPAMAgentTypeManagement/addAgentTypeAttributes:1.0
39804  */
39805 static void
decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)39806 decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
39807 {
39808     /* Operation specific Variable declarations Begin */
39809     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames;
39810     guint32   i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames;
39811     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken;
39812     guint32   i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken;
39813     /* Operation specific Variable declarations End */
39814 
39815     switch(header->message_type) {
39816     case Request:
39817         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_typeName);
39818 
39819         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
39820         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames);
39821 
39822         for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames++) {
39823 
39824             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames);
39825 
39826         }
39827 
39828         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
39829         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken);
39830 
39831         for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken++) {
39832 
39833             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
39834 
39835         }
39836 
39837         break;
39838     case Reply:
39839         switch(header->rep_status) {
39840         case NO_EXCEPTION:
39841             /* Function returns void */
39842 
39843             break;
39844         case USER_EXCEPTION:
39845             break;
39846         default:
39847             /* Unknown Exception */
39848             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
39849             break;
39850         }   /* switch(header->rep_status) */
39851 
39852         break;
39853     default:
39854         /* Unknown GIOP Message */
39855         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
39856         break;
39857     } /* switch(header->message_type) */
39858 }
39859 
39860 /*
39861  * IDL:org/csapi/pam/provisioning/IpPAMAgentTypeManagement/removeAgentTypeAttributes:1.0
39862  */
39863 static void
decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)39864 decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
39865 {
39866     /* Operation specific Variable declarations Begin */
39867     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames;
39868     guint32   i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames;
39869     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken;
39870     guint32   i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken;
39871     /* Operation specific Variable declarations End */
39872 
39873     switch(header->message_type) {
39874     case Request:
39875         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_typeName);
39876 
39877         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
39878         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames);
39879 
39880         for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames++) {
39881 
39882             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames);
39883 
39884         }
39885 
39886         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
39887         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken);
39888 
39889         for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken++) {
39890 
39891             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
39892 
39893         }
39894 
39895         break;
39896     case Reply:
39897         switch(header->rep_status) {
39898         case NO_EXCEPTION:
39899             /* Function returns void */
39900 
39901             break;
39902         case USER_EXCEPTION:
39903             break;
39904         default:
39905             /* Unknown Exception */
39906             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
39907             break;
39908         }   /* switch(header->rep_status) */
39909 
39910         break;
39911     default:
39912         /* Unknown GIOP Message */
39913         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
39914         break;
39915     } /* switch(header->message_type) */
39916 }
39917 
39918 /*
39919  * IDL:org/csapi/pam/provisioning/IpPAMAgentTypeManagement/listAgentTypeAttributes:1.0
39920  */
39921 static void
decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)39922 decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
39923 {
39924     /* Operation specific Variable declarations Begin */
39925     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken;
39926     guint32   i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken;
39927     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return;
39928     guint32   i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return;
39929     /* Operation specific Variable declarations End */
39930 
39931     switch(header->message_type) {
39932     case Request:
39933         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_typeName);
39934 
39935         u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
39936         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken);
39937 
39938         for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken++) {
39939 
39940             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
39941 
39942         }
39943 
39944         break;
39945     case Reply:
39946         switch(header->rep_status) {
39947         case NO_EXCEPTION:
39948             u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
39949             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return);
39950 
39951             for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return++) {
39952 
39953                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return);
39954 
39955             }
39956 
39957             break;
39958         case USER_EXCEPTION:
39959             break;
39960         default:
39961             /* Unknown Exception */
39962             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
39963             break;
39964         }   /* switch(header->rep_status) */
39965 
39966         break;
39967     default:
39968         /* Unknown GIOP Message */
39969         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
39970         break;
39971     } /* switch(header->message_type) */
39972 }
39973 
39974 /*
39975  * IDL:org/csapi/pam/provisioning/IpPAMCapabilityManagement/createCapabilityAttribute:1.0
39976  */
39977 static void
decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)39978 decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
39979 {
39980     /* Operation specific Variable declarations Begin */
39981     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken;
39982     guint32   i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken;
39983     /* Operation specific Variable declarations End */
39984 
39985     switch(header->message_type) {
39986     case Request:
39987         /*  Begin struct "org_csapi_pam_TpPAMAttributeDef"  */
39988         decode_org_csapi_pam_TpPAMAttributeDef_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
39989         /*  End struct "org_csapi_pam_TpPAMAttributeDef"  */
39990         u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
39991         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken);
39992 
39993         for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken++) {
39994 
39995             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
39996 
39997         }
39998 
39999         break;
40000     case Reply:
40001         switch(header->rep_status) {
40002         case NO_EXCEPTION:
40003             /* Function returns void */
40004 
40005             break;
40006         case USER_EXCEPTION:
40007             break;
40008         default:
40009             /* Unknown Exception */
40010             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
40011             break;
40012         }   /* switch(header->rep_status) */
40013 
40014         break;
40015     default:
40016         /* Unknown GIOP Message */
40017         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
40018         break;
40019     } /* switch(header->message_type) */
40020 }
40021 
40022 /*
40023  * IDL:org/csapi/pam/provisioning/IpPAMCapabilityManagement/deleteCapabilityAttribute:1.0
40024  */
40025 static void
decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)40026 decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
40027 {
40028     /* Operation specific Variable declarations Begin */
40029     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken;
40030     guint32   i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken;
40031     /* Operation specific Variable declarations End */
40032 
40033     switch(header->message_type) {
40034     case Request:
40035         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_attributeName);
40036 
40037         u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
40038         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken);
40039 
40040         for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken++) {
40041 
40042             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
40043 
40044         }
40045 
40046         break;
40047     case Reply:
40048         switch(header->rep_status) {
40049         case NO_EXCEPTION:
40050             /* Function returns void */
40051 
40052             break;
40053         case USER_EXCEPTION:
40054             break;
40055         default:
40056             /* Unknown Exception */
40057             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
40058             break;
40059         }   /* switch(header->rep_status) */
40060 
40061         break;
40062     default:
40063         /* Unknown GIOP Message */
40064         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
40065         break;
40066     } /* switch(header->message_type) */
40067 }
40068 
40069 /*
40070  * IDL:org/csapi/pam/provisioning/IpPAMCapabilityManagement/getCapabilityAttributeDefinition:1.0
40071  */
40072 static void
decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)40073 decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
40074 {
40075     /* Operation specific Variable declarations Begin */
40076     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken;
40077     guint32   i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken;
40078     /* Operation specific Variable declarations End */
40079 
40080     switch(header->message_type) {
40081     case Request:
40082         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_attributeName);
40083 
40084         u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
40085         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken);
40086 
40087         for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken++) {
40088 
40089             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
40090 
40091         }
40092 
40093         break;
40094     case Reply:
40095         switch(header->rep_status) {
40096         case NO_EXCEPTION:
40097             /*  Begin struct "org_csapi_pam_TpPAMAttributeDef"  */
40098             decode_org_csapi_pam_TpPAMAttributeDef_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
40099             /*  End struct "org_csapi_pam_TpPAMAttributeDef"  */
40100             break;
40101         case USER_EXCEPTION:
40102             break;
40103         default:
40104             /* Unknown Exception */
40105             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
40106             break;
40107         }   /* switch(header->rep_status) */
40108 
40109         break;
40110     default:
40111         /* Unknown GIOP Message */
40112         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
40113         break;
40114     } /* switch(header->message_type) */
40115 }
40116 
40117 /*
40118  * IDL:org/csapi/pam/provisioning/IpPAMCapabilityManagement/listAllCapabilityAttributes:1.0
40119  */
40120 static void
decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)40121 decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
40122 {
40123     /* Operation specific Variable declarations Begin */
40124     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken;
40125     guint32   i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken;
40126     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return;
40127     guint32   i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return;
40128     /* Operation specific Variable declarations End */
40129 
40130     switch(header->message_type) {
40131     case Request:
40132         u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
40133         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken);
40134 
40135         for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken++) {
40136 
40137             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
40138 
40139         }
40140 
40141         break;
40142     case Reply:
40143         switch(header->rep_status) {
40144         case NO_EXCEPTION:
40145             u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
40146             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return);
40147 
40148             for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return++) {
40149 
40150                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return);
40151 
40152             }
40153 
40154             break;
40155         case USER_EXCEPTION:
40156             break;
40157         default:
40158             /* Unknown Exception */
40159             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
40160             break;
40161         }   /* switch(header->rep_status) */
40162 
40163         break;
40164     default:
40165         /* Unknown GIOP Message */
40166         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
40167         break;
40168     } /* switch(header->message_type) */
40169 }
40170 
40171 /*
40172  * IDL:org/csapi/pam/provisioning/IpPAMCapabilityManagement/createCapability:1.0
40173  */
40174 static void
decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)40175 decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
40176 {
40177     /* Operation specific Variable declarations Begin */
40178     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames;
40179     guint32   i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames;
40180     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken;
40181     guint32   i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken;
40182     /* Operation specific Variable declarations End */
40183 
40184     switch(header->message_type) {
40185     case Request:
40186         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_capabilityName);
40187 
40188         u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
40189         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames);
40190 
40191         for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames++) {
40192 
40193             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames);
40194 
40195         }
40196 
40197         u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
40198         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken);
40199 
40200         for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken++) {
40201 
40202             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
40203 
40204         }
40205 
40206         break;
40207     case Reply:
40208         switch(header->rep_status) {
40209         case NO_EXCEPTION:
40210             /* Function returns void */
40211 
40212             break;
40213         case USER_EXCEPTION:
40214             break;
40215         default:
40216             /* Unknown Exception */
40217             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
40218             break;
40219         }   /* switch(header->rep_status) */
40220 
40221         break;
40222     default:
40223         /* Unknown GIOP Message */
40224         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
40225         break;
40226     } /* switch(header->message_type) */
40227 }
40228 
40229 /*
40230  * IDL:org/csapi/pam/provisioning/IpPAMCapabilityManagement/deleteCapability:1.0
40231  */
40232 static void
decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)40233 decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
40234 {
40235     /* Operation specific Variable declarations Begin */
40236     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken;
40237     guint32   i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken;
40238     /* Operation specific Variable declarations End */
40239 
40240     switch(header->message_type) {
40241     case Request:
40242         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_capabilityName);
40243 
40244         u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
40245         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken);
40246 
40247         for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken++) {
40248 
40249             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
40250 
40251         }
40252 
40253         break;
40254     case Reply:
40255         switch(header->rep_status) {
40256         case NO_EXCEPTION:
40257             /* Function returns void */
40258 
40259             break;
40260         case USER_EXCEPTION:
40261             break;
40262         default:
40263             /* Unknown Exception */
40264             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
40265             break;
40266         }   /* switch(header->rep_status) */
40267 
40268         break;
40269     default:
40270         /* Unknown GIOP Message */
40271         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
40272         break;
40273     } /* switch(header->message_type) */
40274 }
40275 
40276 /*
40277  * IDL:org/csapi/pam/provisioning/IpPAMCapabilityManagement/listCapabilities:1.0
40278  */
40279 static void
decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)40280 decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
40281 {
40282     /* Operation specific Variable declarations Begin */
40283     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken;
40284     guint32   i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken;
40285     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return;
40286     guint32   i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return;
40287     /* Operation specific Variable declarations End */
40288 
40289     switch(header->message_type) {
40290     case Request:
40291         u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
40292         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken);
40293 
40294         for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken++) {
40295 
40296             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
40297 
40298         }
40299 
40300         break;
40301     case Reply:
40302         switch(header->rep_status) {
40303         case NO_EXCEPTION:
40304             u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
40305             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return);
40306 
40307             for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return++) {
40308 
40309                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return);
40310 
40311             }
40312 
40313             break;
40314         case USER_EXCEPTION:
40315             break;
40316         default:
40317             /* Unknown Exception */
40318             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
40319             break;
40320         }   /* switch(header->rep_status) */
40321 
40322         break;
40323     default:
40324         /* Unknown GIOP Message */
40325         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
40326         break;
40327     } /* switch(header->message_type) */
40328 }
40329 
40330 /*
40331  * IDL:org/csapi/pam/provisioning/IpPAMCapabilityManagement/addCapabilityAttributes:1.0
40332  */
40333 static void
decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)40334 decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
40335 {
40336     /* Operation specific Variable declarations Begin */
40337     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames;
40338     guint32   i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames;
40339     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken;
40340     guint32   i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken;
40341     /* Operation specific Variable declarations End */
40342 
40343     switch(header->message_type) {
40344     case Request:
40345         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_capabilityName);
40346 
40347         u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
40348         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames);
40349 
40350         for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames++) {
40351 
40352             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames);
40353 
40354         }
40355 
40356         u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
40357         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken);
40358 
40359         for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken++) {
40360 
40361             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
40362 
40363         }
40364 
40365         break;
40366     case Reply:
40367         switch(header->rep_status) {
40368         case NO_EXCEPTION:
40369             /* Function returns void */
40370 
40371             break;
40372         case USER_EXCEPTION:
40373             break;
40374         default:
40375             /* Unknown Exception */
40376             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
40377             break;
40378         }   /* switch(header->rep_status) */
40379 
40380         break;
40381     default:
40382         /* Unknown GIOP Message */
40383         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
40384         break;
40385     } /* switch(header->message_type) */
40386 }
40387 
40388 /*
40389  * IDL:org/csapi/pam/provisioning/IpPAMCapabilityManagement/removeCapabilityAttributes:1.0
40390  */
40391 static void
decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)40392 decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
40393 {
40394     /* Operation specific Variable declarations Begin */
40395     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames;
40396     guint32   i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames;
40397     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken;
40398     guint32   i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken;
40399     /* Operation specific Variable declarations End */
40400 
40401     switch(header->message_type) {
40402     case Request:
40403         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_capabilityName);
40404 
40405         u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
40406         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames);
40407 
40408         for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames++) {
40409 
40410             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames);
40411 
40412         }
40413 
40414         u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
40415         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken);
40416 
40417         for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken++) {
40418 
40419             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
40420 
40421         }
40422 
40423         break;
40424     case Reply:
40425         switch(header->rep_status) {
40426         case NO_EXCEPTION:
40427             /* Function returns void */
40428 
40429             break;
40430         case USER_EXCEPTION:
40431             break;
40432         default:
40433             /* Unknown Exception */
40434             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
40435             break;
40436         }   /* switch(header->rep_status) */
40437 
40438         break;
40439     default:
40440         /* Unknown GIOP Message */
40441         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
40442         break;
40443     } /* switch(header->message_type) */
40444 }
40445 
40446 /*
40447  * IDL:org/csapi/pam/provisioning/IpPAMCapabilityManagement/listCapabilityAttributes:1.0
40448  */
40449 static void
decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)40450 decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
40451 {
40452     /* Operation specific Variable declarations Begin */
40453     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken;
40454     guint32   i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken;
40455     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return;
40456     guint32   i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return;
40457     /* Operation specific Variable declarations End */
40458 
40459     switch(header->message_type) {
40460     case Request:
40461         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_capabilityName);
40462 
40463         u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
40464         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken);
40465 
40466         for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken++) {
40467 
40468             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
40469 
40470         }
40471 
40472         break;
40473     case Reply:
40474         switch(header->rep_status) {
40475         case NO_EXCEPTION:
40476             u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
40477             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return);
40478 
40479             for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return++) {
40480 
40481                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return);
40482 
40483             }
40484 
40485             break;
40486         case USER_EXCEPTION:
40487             break;
40488         default:
40489             /* Unknown Exception */
40490             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
40491             break;
40492         }   /* switch(header->rep_status) */
40493 
40494         break;
40495     default:
40496         /* Unknown GIOP Message */
40497         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
40498         break;
40499     } /* switch(header->message_type) */
40500 }
40501 
40502 /*
40503  * IDL:org/csapi/pam/provisioning/IpPAMCapabilityManagement/assignCapabilitiesToType:1.0
40504  */
40505 static void
decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)40506 decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
40507 {
40508     /* Operation specific Variable declarations Begin */
40509     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities;
40510     guint32   i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities;
40511     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken;
40512     guint32   i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken;
40513     /* Operation specific Variable declarations End */
40514 
40515     switch(header->message_type) {
40516     case Request:
40517         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_agentType);
40518 
40519         u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
40520         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities);
40521 
40522         for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities++) {
40523 
40524             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities);
40525 
40526         }
40527 
40528         u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
40529         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken);
40530 
40531         for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken++) {
40532 
40533             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
40534 
40535         }
40536 
40537         break;
40538     case Reply:
40539         switch(header->rep_status) {
40540         case NO_EXCEPTION:
40541             /* Function returns void */
40542 
40543             break;
40544         case USER_EXCEPTION:
40545             break;
40546         default:
40547             /* Unknown Exception */
40548             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
40549             break;
40550         }   /* switch(header->rep_status) */
40551 
40552         break;
40553     default:
40554         /* Unknown GIOP Message */
40555         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
40556         break;
40557     } /* switch(header->message_type) */
40558 }
40559 
40560 /*
40561  * IDL:org/csapi/pam/provisioning/IpPAMCapabilityManagement/unassignCapabilitiesFromType:1.0
40562  */
40563 static void
decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)40564 decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
40565 {
40566     /* Operation specific Variable declarations Begin */
40567     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities;
40568     guint32   i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities;
40569     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken;
40570     guint32   i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken;
40571     /* Operation specific Variable declarations End */
40572 
40573     switch(header->message_type) {
40574     case Request:
40575         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_agentType);
40576 
40577         u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
40578         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities);
40579 
40580         for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities++) {
40581 
40582             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities);
40583 
40584         }
40585 
40586         u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
40587         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken);
40588 
40589         for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken++) {
40590 
40591             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
40592 
40593         }
40594 
40595         break;
40596     case Reply:
40597         switch(header->rep_status) {
40598         case NO_EXCEPTION:
40599             /* Function returns void */
40600 
40601             break;
40602         case USER_EXCEPTION:
40603             break;
40604         default:
40605             /* Unknown Exception */
40606             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
40607             break;
40608         }   /* switch(header->rep_status) */
40609 
40610         break;
40611     default:
40612         /* Unknown GIOP Message */
40613         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
40614         break;
40615     } /* switch(header->message_type) */
40616 }
40617 
40618 /*
40619  * IDL:org/csapi/pam/provisioning/IpPAMCapabilityManagement/listCapabilitiesOfType:1.0
40620  */
40621 static void
decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)40622 decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
40623 {
40624     /* Operation specific Variable declarations Begin */
40625     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken;
40626     guint32   i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken;
40627     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return;
40628     guint32   i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return;
40629     /* Operation specific Variable declarations End */
40630 
40631     switch(header->message_type) {
40632     case Request:
40633         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_agentType);
40634 
40635         u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
40636         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken);
40637 
40638         for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken++) {
40639 
40640             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
40641 
40642         }
40643 
40644         break;
40645     case Reply:
40646         switch(header->rep_status) {
40647         case NO_EXCEPTION:
40648             u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
40649             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return);
40650 
40651             for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return++) {
40652 
40653                 giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return);
40654 
40655             }
40656 
40657             break;
40658         case USER_EXCEPTION:
40659             break;
40660         default:
40661             /* Unknown Exception */
40662             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
40663             break;
40664         }   /* switch(header->rep_status) */
40665 
40666         break;
40667     default:
40668         /* Unknown GIOP Message */
40669         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
40670         break;
40671     } /* switch(header->message_type) */
40672 }
40673 
40674 /*
40675  * IDL:org/csapi/pam/provisioning/IpPAMProvisioningManager/getAuthToken:1.0
40676  */
40677 static void
decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)40678 decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
40679 {
40680     /* Operation specific Variable declarations Begin */
40681     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_askerData;
40682     guint32   i_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_askerData;
40683     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return;
40684     guint32   i_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return;
40685     /* Operation specific Variable declarations End */
40686 
40687     switch(header->message_type) {
40688     case Request:
40689         u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_askerData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
40690         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_askerData_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_askerData);
40691 
40692         for (i_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_askerData=0; i_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_askerData < u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_askerData; i_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_askerData++) {
40693 
40694             /*  Begin struct "org_csapi_TpAttribute"  */
40695             decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
40696             /*  End struct "org_csapi_TpAttribute"  */
40697         }
40698 
40699         break;
40700     case Reply:
40701         switch(header->rep_status) {
40702         case NO_EXCEPTION:
40703             u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
40704             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return);
40705 
40706             for (i_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return=0; i_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return; i_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return++) {
40707 
40708                 proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
40709 
40710             }
40711 
40712             break;
40713         case USER_EXCEPTION:
40714             break;
40715         default:
40716             /* Unknown Exception */
40717             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
40718             break;
40719         }   /* switch(header->rep_status) */
40720 
40721         break;
40722     default:
40723         /* Unknown GIOP Message */
40724         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
40725         break;
40726     } /* switch(header->message_type) */
40727 }
40728 
40729 /*
40730  * IDL:org/csapi/pam/provisioning/IpPAMProvisioningManager/obtainInterface:1.0
40731  */
40732 static void
decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_obtainInterface(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)40733 decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_obtainInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
40734 {
40735     switch(header->message_type) {
40736     case Request:
40737         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_obtainInterface_interfaceName);
40738 
40739         break;
40740     case Reply:
40741         switch(header->rep_status) {
40742         case NO_EXCEPTION:
40743             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
40744 
40745             break;
40746         case USER_EXCEPTION:
40747             break;
40748         default:
40749             /* Unknown Exception */
40750             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
40751             break;
40752         }   /* switch(header->rep_status) */
40753 
40754         break;
40755     default:
40756         /* Unknown GIOP Message */
40757         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
40758         break;
40759     } /* switch(header->message_type) */
40760 }
40761 
40762 /*
40763  * IDL:org/csapi/pam/provisioning/IpPAMProvisioningManager/getAccessControl:1.0
40764  */
40765 static void
decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)40766 decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
40767 {
40768     /* Operation specific Variable declarations Begin */
40769     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken;
40770     guint32   i_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken;
40771     /* Operation specific Variable declarations End */
40772 
40773     switch(header->message_type) {
40774     case Request:
40775         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_identity);
40776 
40777         u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
40778         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken);
40779 
40780         for (i_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken=0; i_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken; i_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken++) {
40781 
40782             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
40783 
40784         }
40785 
40786         break;
40787     case Reply:
40788         switch(header->rep_status) {
40789         case NO_EXCEPTION:
40790             /*  Begin struct "org_csapi_pam_TpPAMAccessControlData"  */
40791             decode_org_csapi_pam_TpPAMAccessControlData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
40792             /*  End struct "org_csapi_pam_TpPAMAccessControlData"  */
40793             break;
40794         case USER_EXCEPTION:
40795             break;
40796         default:
40797             /* Unknown Exception */
40798             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
40799             break;
40800         }   /* switch(header->rep_status) */
40801 
40802         break;
40803     default:
40804         /* Unknown GIOP Message */
40805         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
40806         break;
40807     } /* switch(header->message_type) */
40808 }
40809 
40810 /*
40811  * IDL:org/csapi/pam/provisioning/IpPAMProvisioningManager/setAccessControl:1.0
40812  */
40813 static void
decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)40814 decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
40815 {
40816     /* Operation specific Variable declarations Begin */
40817     guint32   u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken;
40818     guint32   i_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken;
40819     /* Operation specific Variable declarations End */
40820 
40821     switch(header->message_type) {
40822     case Request:
40823         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_identity);
40824 
40825         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_operation);
40826 
40827         /*  Begin struct "org_csapi_pam_TpPAMAccessControlData"  */
40828         decode_org_csapi_pam_TpPAMAccessControlData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
40829         /*  End struct "org_csapi_pam_TpPAMAccessControlData"  */
40830         u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
40831         proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken);
40832 
40833         for (i_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken=0; i_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken; i_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken++) {
40834 
40835             proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
40836 
40837         }
40838 
40839         break;
40840     case Reply:
40841         switch(header->rep_status) {
40842         case NO_EXCEPTION:
40843             /* Function returns void */
40844 
40845             break;
40846         case USER_EXCEPTION:
40847             break;
40848         default:
40849             /* Unknown Exception */
40850             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
40851             break;
40852         }   /* switch(header->rep_status) */
40853 
40854         break;
40855     default:
40856         /* Unknown GIOP Message */
40857         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
40858         break;
40859     } /* switch(header->message_type) */
40860 }
40861 
40862 /*
40863  * IDL:org/csapi/pam/access/IpPAMIdentityPresence/setIdentityPresence:1.0
40864  */
40865 static void
decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)40866 decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
40867 {
40868     /* Operation specific Variable declarations Begin */
40869     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_attributes;
40870     guint32   i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_attributes;
40871     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken;
40872     guint32   i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken;
40873     /* Operation specific Variable declarations End */
40874 
40875     switch(header->message_type) {
40876     case Request:
40877         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_identity);
40878 
40879         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_identityType);
40880 
40881         u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_attributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
40882         proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_attributes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_attributes);
40883 
40884         for (i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_attributes=0; i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_attributes < u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_attributes; i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_attributes++) {
40885 
40886             /*  Begin struct "org_csapi_pam_TpPAMAttribute"  */
40887             decode_org_csapi_pam_TpPAMAttribute_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
40888             /*  End struct "org_csapi_pam_TpPAMAttribute"  */
40889         }
40890 
40891         u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
40892         proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken);
40893 
40894         for (i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken=0; i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken; i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken++) {
40895 
40896             proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
40897 
40898         }
40899 
40900         break;
40901     case Reply:
40902         switch(header->rep_status) {
40903         case NO_EXCEPTION:
40904             /* Function returns void */
40905 
40906             break;
40907         case USER_EXCEPTION:
40908             break;
40909         default:
40910             /* Unknown Exception */
40911             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
40912             break;
40913         }   /* switch(header->rep_status) */
40914 
40915         break;
40916     default:
40917         /* Unknown GIOP Message */
40918         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
40919         break;
40920     } /* switch(header->message_type) */
40921 }
40922 
40923 /*
40924  * IDL:org/csapi/pam/access/IpPAMIdentityPresence/setIdentityPresenceExpiration:1.0
40925  */
40926 static void
decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)40927 decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
40928 {
40929     /* Operation specific Variable declarations Begin */
40930     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames;
40931     guint32   i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames;
40932     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken;
40933     guint32   i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken;
40934     /* Operation specific Variable declarations End */
40935 
40936     switch(header->message_type) {
40937     case Request:
40938         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_identity);
40939 
40940         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_identityType);
40941 
40942         u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
40943         proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames);
40944 
40945         for (i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames=0; i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames < u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames; i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames++) {
40946 
40947             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames);
40948 
40949         }
40950 
40951         proto_tree_add_int64(tree, hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_expiresIn, tvb, *offset-8, 8, get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary));
40952 
40953         u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
40954         proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken);
40955 
40956         for (i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken=0; i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken; i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken++) {
40957 
40958             proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
40959 
40960         }
40961 
40962         break;
40963     case Reply:
40964         switch(header->rep_status) {
40965         case NO_EXCEPTION:
40966             /* Function returns void */
40967 
40968             break;
40969         case USER_EXCEPTION:
40970             break;
40971         default:
40972             /* Unknown Exception */
40973             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
40974             break;
40975         }   /* switch(header->rep_status) */
40976 
40977         break;
40978     default:
40979         /* Unknown GIOP Message */
40980         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
40981         break;
40982     } /* switch(header->message_type) */
40983 }
40984 
40985 /*
40986  * IDL:org/csapi/pam/access/IpPAMIdentityPresence/getIdentityPresence:1.0
40987  */
40988 static void
decode_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)40989 decode_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
40990 {
40991     /* Operation specific Variable declarations Begin */
40992     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames;
40993     guint32   i_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames;
40994     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken;
40995     guint32   i_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken;
40996     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_return;
40997     guint32   i_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_return;
40998     /* Operation specific Variable declarations End */
40999 
41000     switch(header->message_type) {
41001     case Request:
41002         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_identity);
41003 
41004         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_identityType);
41005 
41006         u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41007         proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames);
41008 
41009         for (i_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames=0; i_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames < u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames; i_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames++) {
41010 
41011             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames);
41012 
41013         }
41014 
41015         u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41016         proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken);
41017 
41018         for (i_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken=0; i_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken; i_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken++) {
41019 
41020             proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
41021 
41022         }
41023 
41024         break;
41025     case Reply:
41026         switch(header->rep_status) {
41027         case NO_EXCEPTION:
41028             u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41029             proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_return);
41030 
41031             for (i_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_return=0; i_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_return < u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_return; i_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_return++) {
41032 
41033                 /*  Begin struct "org_csapi_pam_TpPAMAttribute"  */
41034                 decode_org_csapi_pam_TpPAMAttribute_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
41035                 /*  End struct "org_csapi_pam_TpPAMAttribute"  */
41036             }
41037 
41038             break;
41039         case USER_EXCEPTION:
41040             break;
41041         default:
41042             /* Unknown Exception */
41043             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
41044             break;
41045         }   /* switch(header->rep_status) */
41046 
41047         break;
41048     default:
41049         /* Unknown GIOP Message */
41050         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
41051         break;
41052     } /* switch(header->message_type) */
41053 }
41054 
41055 /*
41056  * IDL:org/csapi/pam/access/IpPAMAgentPresence/setAgentPresence:1.0
41057  */
41058 static void
decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)41059 decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
41060 {
41061     /* Operation specific Variable declarations Begin */
41062     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_attributes;
41063     guint32   i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_attributes;
41064     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken;
41065     guint32   i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken;
41066     /* Operation specific Variable declarations End */
41067 
41068     switch(header->message_type) {
41069     case Request:
41070         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_agent);
41071 
41072         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_agentType);
41073 
41074         u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_attributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41075         proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_attributes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_attributes);
41076 
41077         for (i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_attributes=0; i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_attributes < u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_attributes; i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_attributes++) {
41078 
41079             /*  Begin struct "org_csapi_pam_TpPAMAttribute"  */
41080             decode_org_csapi_pam_TpPAMAttribute_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
41081             /*  End struct "org_csapi_pam_TpPAMAttribute"  */
41082         }
41083 
41084         u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41085         proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken);
41086 
41087         for (i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken=0; i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken; i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken++) {
41088 
41089             proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
41090 
41091         }
41092 
41093         break;
41094     case Reply:
41095         switch(header->rep_status) {
41096         case NO_EXCEPTION:
41097             /* Function returns void */
41098 
41099             break;
41100         case USER_EXCEPTION:
41101             break;
41102         default:
41103             /* Unknown Exception */
41104             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
41105             break;
41106         }   /* switch(header->rep_status) */
41107 
41108         break;
41109     default:
41110         /* Unknown GIOP Message */
41111         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
41112         break;
41113     } /* switch(header->message_type) */
41114 }
41115 
41116 /*
41117  * IDL:org/csapi/pam/access/IpPAMAgentPresence/setCapabilityPresence:1.0
41118  */
41119 static void
decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)41120 decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
41121 {
41122     /* Operation specific Variable declarations Begin */
41123     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_attributes;
41124     guint32   i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_attributes;
41125     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken;
41126     guint32   i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken;
41127     /* Operation specific Variable declarations End */
41128 
41129     switch(header->message_type) {
41130     case Request:
41131         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_agent);
41132 
41133         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_capability);
41134 
41135         u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_attributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41136         proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_attributes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_attributes);
41137 
41138         for (i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_attributes=0; i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_attributes < u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_attributes; i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_attributes++) {
41139 
41140             /*  Begin struct "org_csapi_pam_TpPAMAttribute"  */
41141             decode_org_csapi_pam_TpPAMAttribute_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
41142             /*  End struct "org_csapi_pam_TpPAMAttribute"  */
41143         }
41144 
41145         u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41146         proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken);
41147 
41148         for (i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken=0; i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken; i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken++) {
41149 
41150             proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
41151 
41152         }
41153 
41154         break;
41155     case Reply:
41156         switch(header->rep_status) {
41157         case NO_EXCEPTION:
41158             /* Function returns void */
41159 
41160             break;
41161         case USER_EXCEPTION:
41162             break;
41163         default:
41164             /* Unknown Exception */
41165             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
41166             break;
41167         }   /* switch(header->rep_status) */
41168 
41169         break;
41170     default:
41171         /* Unknown GIOP Message */
41172         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
41173         break;
41174     } /* switch(header->message_type) */
41175 }
41176 
41177 /*
41178  * IDL:org/csapi/pam/access/IpPAMAgentPresence/setAgentPresenceExpiration:1.0
41179  */
41180 static void
decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)41181 decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
41182 {
41183     /* Operation specific Variable declarations Begin */
41184     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames;
41185     guint32   i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames;
41186     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken;
41187     guint32   i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken;
41188     /* Operation specific Variable declarations End */
41189 
41190     switch(header->message_type) {
41191     case Request:
41192         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_agent);
41193 
41194         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_agentType);
41195 
41196         u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41197         proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames);
41198 
41199         for (i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames=0; i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames < u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames; i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames++) {
41200 
41201             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames);
41202 
41203         }
41204 
41205         proto_tree_add_int64(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_expiresIn, tvb, *offset-8, 8, get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary));
41206 
41207         u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41208         proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken);
41209 
41210         for (i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken=0; i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken; i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken++) {
41211 
41212             proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
41213 
41214         }
41215 
41216         break;
41217     case Reply:
41218         switch(header->rep_status) {
41219         case NO_EXCEPTION:
41220             /* Function returns void */
41221 
41222             break;
41223         case USER_EXCEPTION:
41224             break;
41225         default:
41226             /* Unknown Exception */
41227             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
41228             break;
41229         }   /* switch(header->rep_status) */
41230 
41231         break;
41232     default:
41233         /* Unknown GIOP Message */
41234         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
41235         break;
41236     } /* switch(header->message_type) */
41237 }
41238 
41239 /*
41240  * IDL:org/csapi/pam/access/IpPAMAgentPresence/setCapabilityPresenceExpiration:1.0
41241  */
41242 static void
decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)41243 decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
41244 {
41245     /* Operation specific Variable declarations Begin */
41246     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames;
41247     guint32   i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames;
41248     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken;
41249     guint32   i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken;
41250     /* Operation specific Variable declarations End */
41251 
41252     switch(header->message_type) {
41253     case Request:
41254         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_agent);
41255 
41256         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_capability);
41257 
41258         u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41259         proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames);
41260 
41261         for (i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames=0; i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames < u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames; i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames++) {
41262 
41263             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames);
41264 
41265         }
41266 
41267         proto_tree_add_int64(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_expiresIn, tvb, *offset-8, 8, get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary));
41268 
41269         u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41270         proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken);
41271 
41272         for (i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken=0; i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken; i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken++) {
41273 
41274             proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
41275 
41276         }
41277 
41278         break;
41279     case Reply:
41280         switch(header->rep_status) {
41281         case NO_EXCEPTION:
41282             /* Function returns void */
41283 
41284             break;
41285         case USER_EXCEPTION:
41286             break;
41287         default:
41288             /* Unknown Exception */
41289             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
41290             break;
41291         }   /* switch(header->rep_status) */
41292 
41293         break;
41294     default:
41295         /* Unknown GIOP Message */
41296         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
41297         break;
41298     } /* switch(header->message_type) */
41299 }
41300 
41301 /*
41302  * IDL:org/csapi/pam/access/IpPAMAgentPresence/getAgentPresence:1.0
41303  */
41304 static void
decode_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)41305 decode_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
41306 {
41307     /* Operation specific Variable declarations Begin */
41308     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames;
41309     guint32   i_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames;
41310     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken;
41311     guint32   i_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken;
41312     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_return;
41313     guint32   i_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_return;
41314     /* Operation specific Variable declarations End */
41315 
41316     switch(header->message_type) {
41317     case Request:
41318         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_agent);
41319 
41320         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_agentType);
41321 
41322         u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41323         proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames);
41324 
41325         for (i_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames=0; i_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames < u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames; i_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames++) {
41326 
41327             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames);
41328 
41329         }
41330 
41331         u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41332         proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken);
41333 
41334         for (i_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken=0; i_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken; i_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken++) {
41335 
41336             proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
41337 
41338         }
41339 
41340         break;
41341     case Reply:
41342         switch(header->rep_status) {
41343         case NO_EXCEPTION:
41344             u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41345             proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_return);
41346 
41347             for (i_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_return=0; i_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_return < u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_return; i_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_return++) {
41348 
41349                 /*  Begin struct "org_csapi_pam_TpPAMAttribute"  */
41350                 decode_org_csapi_pam_TpPAMAttribute_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
41351                 /*  End struct "org_csapi_pam_TpPAMAttribute"  */
41352             }
41353 
41354             break;
41355         case USER_EXCEPTION:
41356             break;
41357         default:
41358             /* Unknown Exception */
41359             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
41360             break;
41361         }   /* switch(header->rep_status) */
41362 
41363         break;
41364     default:
41365         /* Unknown GIOP Message */
41366         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
41367         break;
41368     } /* switch(header->message_type) */
41369 }
41370 
41371 /*
41372  * IDL:org/csapi/pam/access/IpPAMAgentPresence/getCapabilityPresence:1.0
41373  */
41374 static void
decode_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)41375 decode_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
41376 {
41377     /* Operation specific Variable declarations Begin */
41378     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames;
41379     guint32   i_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames;
41380     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken;
41381     guint32   i_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken;
41382     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_return;
41383     guint32   i_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_return;
41384     /* Operation specific Variable declarations End */
41385 
41386     switch(header->message_type) {
41387     case Request:
41388         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_agent);
41389 
41390         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_capability);
41391 
41392         u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41393         proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames);
41394 
41395         for (i_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames=0; i_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames < u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames; i_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames++) {
41396 
41397             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames);
41398 
41399         }
41400 
41401         u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41402         proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken);
41403 
41404         for (i_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken=0; i_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken; i_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken++) {
41405 
41406             proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
41407 
41408         }
41409 
41410         break;
41411     case Reply:
41412         switch(header->rep_status) {
41413         case NO_EXCEPTION:
41414             u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41415             proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_return);
41416 
41417             for (i_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_return=0; i_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_return < u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_return; i_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_return++) {
41418 
41419                 /*  Begin struct "org_csapi_pam_TpPAMAttribute"  */
41420                 decode_org_csapi_pam_TpPAMAttribute_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
41421                 /*  End struct "org_csapi_pam_TpPAMAttribute"  */
41422             }
41423 
41424             break;
41425         case USER_EXCEPTION:
41426             break;
41427         default:
41428             /* Unknown Exception */
41429             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
41430             break;
41431         }   /* switch(header->rep_status) */
41432 
41433         break;
41434     default:
41435         /* Unknown GIOP Message */
41436         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
41437         break;
41438     } /* switch(header->message_type) */
41439 }
41440 
41441 /*
41442  * IDL:org/csapi/pam/access/IpAppPAMPreferenceCheck/computeAvailability:1.0
41443  */
41444 static void
decode_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)41445 decode_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
41446 {
41447     /* Operation specific Variable declarations Begin */
41448     guint32   u_octet4_loop_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames;
41449     guint32   i_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames;
41450     guint32   u_octet4_loop_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken;
41451     guint32   i_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken;
41452     guint32   u_octet4_loop_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_return;
41453     guint32   i_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_return;
41454     /* Operation specific Variable declarations End */
41455 
41456     switch(header->message_type) {
41457     case Request:
41458         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_identity);
41459 
41460         /*  Begin struct "org_csapi_pam_TpPAMContext"  */
41461         decode_org_csapi_pam_TpPAMContext_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
41462         /*  End struct "org_csapi_pam_TpPAMContext"  */
41463         u_octet4_loop_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41464         proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames);
41465 
41466         for (i_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames=0; i_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames < u_octet4_loop_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames; i_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames++) {
41467 
41468             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames);
41469 
41470         }
41471 
41472         u_octet4_loop_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41473         proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken);
41474 
41475         for (i_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken=0; i_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken < u_octet4_loop_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken; i_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken++) {
41476 
41477             proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
41478 
41479         }
41480 
41481         break;
41482     case Reply:
41483         switch(header->rep_status) {
41484         case NO_EXCEPTION:
41485             u_octet4_loop_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41486             proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_return);
41487 
41488             for (i_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_return=0; i_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_return < u_octet4_loop_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_return; i_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_return++) {
41489 
41490                 /*  Begin struct "org_csapi_pam_TpPAMAvailabilityProfile"  */
41491                 decode_org_csapi_pam_TpPAMAvailabilityProfile_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
41492                 /*  End struct "org_csapi_pam_TpPAMAvailabilityProfile"  */
41493             }
41494 
41495             break;
41496         case USER_EXCEPTION:
41497             break;
41498         default:
41499             /* Unknown Exception */
41500             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
41501             break;
41502         }   /* switch(header->rep_status) */
41503 
41504         break;
41505     default:
41506         /* Unknown GIOP Message */
41507         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
41508         break;
41509     } /* switch(header->message_type) */
41510 }
41511 
41512 /*
41513  * IDL:org/csapi/pam/access/IpPAMAvailability/getAvailability:1.0
41514  */
41515 static void
decode_org_csapi_pam_access_IpPAMAvailability_getAvailability(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)41516 decode_org_csapi_pam_access_IpPAMAvailability_getAvailability(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
41517 {
41518     /* Operation specific Variable declarations Begin */
41519     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames;
41520     guint32   i_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames;
41521     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken;
41522     guint32   i_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken;
41523     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getAvailability_return;
41524     guint32   i_org_csapi_pam_access_IpPAMAvailability_getAvailability_return;
41525     /* Operation specific Variable declarations End */
41526 
41527     switch(header->message_type) {
41528     case Request:
41529         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_identity);
41530 
41531         /*  Begin struct "org_csapi_pam_TpPAMContext"  */
41532         decode_org_csapi_pam_TpPAMContext_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
41533         /*  End struct "org_csapi_pam_TpPAMContext"  */
41534         u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41535         proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames);
41536 
41537         for (i_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames=0; i_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames < u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames; i_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames++) {
41538 
41539             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames);
41540 
41541         }
41542 
41543         u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41544         proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken);
41545 
41546         for (i_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken=0; i_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken; i_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken++) {
41547 
41548             proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
41549 
41550         }
41551 
41552         break;
41553     case Reply:
41554         switch(header->rep_status) {
41555         case NO_EXCEPTION:
41556             u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getAvailability_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41557             proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getAvailability_return);
41558 
41559             for (i_org_csapi_pam_access_IpPAMAvailability_getAvailability_return=0; i_org_csapi_pam_access_IpPAMAvailability_getAvailability_return < u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getAvailability_return; i_org_csapi_pam_access_IpPAMAvailability_getAvailability_return++) {
41560 
41561                 /*  Begin struct "org_csapi_pam_TpPAMAvailabilityProfile"  */
41562                 decode_org_csapi_pam_TpPAMAvailabilityProfile_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
41563                 /*  End struct "org_csapi_pam_TpPAMAvailabilityProfile"  */
41564             }
41565 
41566             break;
41567         case USER_EXCEPTION:
41568             break;
41569         default:
41570             /* Unknown Exception */
41571             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
41572             break;
41573         }   /* switch(header->rep_status) */
41574 
41575         break;
41576     default:
41577         /* Unknown GIOP Message */
41578         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
41579         break;
41580     } /* switch(header->message_type) */
41581 }
41582 
41583 /*
41584  * IDL:org/csapi/pam/access/IpPAMAvailability/getPreference:1.0
41585  */
41586 static void
decode_org_csapi_pam_access_IpPAMAvailability_getPreference(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)41587 decode_org_csapi_pam_access_IpPAMAvailability_getPreference(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
41588 {
41589     /* Operation specific Variable declarations Begin */
41590     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken;
41591     guint32   i_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken;
41592     /* Operation specific Variable declarations End */
41593 
41594     switch(header->message_type) {
41595     case Request:
41596         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMAvailability_getPreference_identity);
41597 
41598         /*  Begin struct "org_csapi_pam_TpPAMContext"  */
41599         decode_org_csapi_pam_TpPAMContext_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
41600         /*  End struct "org_csapi_pam_TpPAMContext"  */
41601         u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41602         proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken);
41603 
41604         for (i_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken=0; i_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken; i_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken++) {
41605 
41606             proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
41607 
41608         }
41609 
41610         break;
41611     case Reply:
41612         switch(header->rep_status) {
41613         case NO_EXCEPTION:
41614             /*  Begin union "org_csapi_pam_TpPAMPreferenceData"  */
41615             decode_org_csapi_pam_TpPAMPreferenceData_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
41616 
41617             /*  End union "org_csapi_pam_TpPAMPreferenceData"  */
41618             break;
41619         case USER_EXCEPTION:
41620             break;
41621         default:
41622             /* Unknown Exception */
41623             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
41624             break;
41625         }   /* switch(header->rep_status) */
41626 
41627         break;
41628     default:
41629         /* Unknown GIOP Message */
41630         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
41631         break;
41632     } /* switch(header->message_type) */
41633 }
41634 
41635 /*
41636  * IDL:org/csapi/pam/access/IpPAMAvailability/setPreference:1.0
41637  */
41638 static void
decode_org_csapi_pam_access_IpPAMAvailability_setPreference(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)41639 decode_org_csapi_pam_access_IpPAMAvailability_setPreference(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
41640 {
41641     /* Operation specific Variable declarations Begin */
41642     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken;
41643     guint32   i_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken;
41644     /* Operation specific Variable declarations End */
41645 
41646     switch(header->message_type) {
41647     case Request:
41648         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMAvailability_setPreference_identity);
41649 
41650         /*  Begin struct "org_csapi_pam_TpPAMContext"  */
41651         decode_org_csapi_pam_TpPAMContext_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
41652         /*  End struct "org_csapi_pam_TpPAMContext"  */
41653         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMAvailability_setPreference_operation);
41654 
41655         /*  Begin union "org_csapi_pam_TpPAMPreferenceData"  */
41656         decode_org_csapi_pam_TpPAMPreferenceData_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
41657 
41658         /*  End union "org_csapi_pam_TpPAMPreferenceData"  */
41659         u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41660         proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken);
41661 
41662         for (i_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken=0; i_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken; i_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken++) {
41663 
41664             proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
41665 
41666         }
41667 
41668         break;
41669     case Reply:
41670         switch(header->rep_status) {
41671         case NO_EXCEPTION:
41672             /* Function returns void */
41673 
41674             break;
41675         case USER_EXCEPTION:
41676             break;
41677         default:
41678             /* Unknown Exception */
41679             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
41680             break;
41681         }   /* switch(header->rep_status) */
41682 
41683         break;
41684     default:
41685         /* Unknown GIOP Message */
41686         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
41687         break;
41688     } /* switch(header->message_type) */
41689 }
41690 
41691 /*
41692  * IDL:org/csapi/pam/access/IpPAMPresenceAvailabilityManager/getAuthToken:1.0
41693  */
41694 static void
decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)41695 decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
41696 {
41697     /* Operation specific Variable declarations Begin */
41698     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_askerData;
41699     guint32   i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_askerData;
41700     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return;
41701     guint32   i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return;
41702     /* Operation specific Variable declarations End */
41703 
41704     switch(header->message_type) {
41705     case Request:
41706         u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_askerData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41707         proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_askerData_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_askerData);
41708 
41709         for (i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_askerData=0; i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_askerData < u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_askerData; i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_askerData++) {
41710 
41711             /*  Begin struct "org_csapi_TpAttribute"  */
41712             decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
41713             /*  End struct "org_csapi_TpAttribute"  */
41714         }
41715 
41716         break;
41717     case Reply:
41718         switch(header->rep_status) {
41719         case NO_EXCEPTION:
41720             u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41721             proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return);
41722 
41723             for (i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return=0; i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return < u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return; i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return++) {
41724 
41725                 proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
41726 
41727             }
41728 
41729             break;
41730         case USER_EXCEPTION:
41731             break;
41732         default:
41733             /* Unknown Exception */
41734             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
41735             break;
41736         }   /* switch(header->rep_status) */
41737 
41738         break;
41739     default:
41740         /* Unknown GIOP Message */
41741         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
41742         break;
41743     } /* switch(header->message_type) */
41744 }
41745 
41746 /*
41747  * IDL:org/csapi/pam/access/IpPAMPresenceAvailabilityManager/obtainInterface:1.0
41748  */
41749 static void
decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_obtainInterface(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)41750 decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_obtainInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
41751 {
41752     switch(header->message_type) {
41753     case Request:
41754         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_obtainInterface_interfaceName);
41755 
41756         break;
41757     case Reply:
41758         switch(header->rep_status) {
41759         case NO_EXCEPTION:
41760             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
41761 
41762             break;
41763         case USER_EXCEPTION:
41764             break;
41765         default:
41766             /* Unknown Exception */
41767             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
41768             break;
41769         }   /* switch(header->rep_status) */
41770 
41771         break;
41772     default:
41773         /* Unknown GIOP Message */
41774         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
41775         break;
41776     } /* switch(header->message_type) */
41777 }
41778 
41779 /*
41780  * IDL:org/csapi/pam/access/IpPAMPresenceAvailabilityManager/getAccessControl:1.0
41781  */
41782 static void
decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)41783 decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
41784 {
41785     /* Operation specific Variable declarations Begin */
41786     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken;
41787     guint32   i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken;
41788     /* Operation specific Variable declarations End */
41789 
41790     switch(header->message_type) {
41791     case Request:
41792         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_identity);
41793 
41794         u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41795         proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken);
41796 
41797         for (i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken=0; i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken; i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken++) {
41798 
41799             proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
41800 
41801         }
41802 
41803         break;
41804     case Reply:
41805         switch(header->rep_status) {
41806         case NO_EXCEPTION:
41807             /*  Begin struct "org_csapi_pam_TpPAMAccessControlData"  */
41808             decode_org_csapi_pam_TpPAMAccessControlData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
41809             /*  End struct "org_csapi_pam_TpPAMAccessControlData"  */
41810             break;
41811         case USER_EXCEPTION:
41812             break;
41813         default:
41814             /* Unknown Exception */
41815             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
41816             break;
41817         }   /* switch(header->rep_status) */
41818 
41819         break;
41820     default:
41821         /* Unknown GIOP Message */
41822         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
41823         break;
41824     } /* switch(header->message_type) */
41825 }
41826 
41827 /*
41828  * IDL:org/csapi/pam/access/IpPAMPresenceAvailabilityManager/setAccessControl:1.0
41829  */
41830 static void
decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)41831 decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
41832 {
41833     /* Operation specific Variable declarations Begin */
41834     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken;
41835     guint32   i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken;
41836     /* Operation specific Variable declarations End */
41837 
41838     switch(header->message_type) {
41839     case Request:
41840         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_identity);
41841 
41842         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_operation);
41843 
41844         /*  Begin struct "org_csapi_pam_TpPAMAccessControlData"  */
41845         decode_org_csapi_pam_TpPAMAccessControlData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
41846         /*  End struct "org_csapi_pam_TpPAMAccessControlData"  */
41847         u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41848         proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken);
41849 
41850         for (i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken=0; i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken; i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken++) {
41851 
41852             proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
41853 
41854         }
41855 
41856         break;
41857     case Reply:
41858         switch(header->rep_status) {
41859         case NO_EXCEPTION:
41860             /* Function returns void */
41861 
41862             break;
41863         case USER_EXCEPTION:
41864             break;
41865         default:
41866             /* Unknown Exception */
41867             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
41868             break;
41869         }   /* switch(header->rep_status) */
41870 
41871         break;
41872     default:
41873         /* Unknown GIOP Message */
41874         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
41875         break;
41876     } /* switch(header->message_type) */
41877 }
41878 
41879 /*
41880  * IDL:org/csapi/pam/access/IpPAMPresenceAvailabilityManager/activateService:1.0
41881  */
41882 static void
decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)41883 decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
41884 {
41885     /* Operation specific Variable declarations Begin */
41886     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken;
41887     guint32   i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken;
41888     /* Operation specific Variable declarations End */
41889 
41890     switch(header->message_type) {
41891     case Request:
41892         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_identity);
41893 
41894         u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41895         proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken);
41896 
41897         for (i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken=0; i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken; i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken++) {
41898 
41899             proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
41900 
41901         }
41902 
41903         break;
41904     case Reply:
41905         switch(header->rep_status) {
41906         case NO_EXCEPTION:
41907             /* Function returns void */
41908 
41909             break;
41910         case USER_EXCEPTION:
41911             break;
41912         default:
41913             /* Unknown Exception */
41914             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
41915             break;
41916         }   /* switch(header->rep_status) */
41917 
41918         break;
41919     default:
41920         /* Unknown GIOP Message */
41921         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
41922         break;
41923     } /* switch(header->message_type) */
41924 }
41925 
41926 /*
41927  * IDL:org/csapi/pam/access/IpPAMPresenceAvailabilityManager/deactivateService:1.0
41928  */
41929 static void
decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)41930 decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
41931 {
41932     /* Operation specific Variable declarations Begin */
41933     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken;
41934     guint32   i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken;
41935     /* Operation specific Variable declarations End */
41936 
41937     switch(header->message_type) {
41938     case Request:
41939         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_identity);
41940 
41941         u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41942         proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken);
41943 
41944         for (i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken=0; i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken; i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken++) {
41945 
41946             proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
41947 
41948         }
41949 
41950         break;
41951     case Reply:
41952         switch(header->rep_status) {
41953         case NO_EXCEPTION:
41954             /* Function returns void */
41955 
41956             break;
41957         case USER_EXCEPTION:
41958             break;
41959         default:
41960             /* Unknown Exception */
41961             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
41962             break;
41963         }   /* switch(header->rep_status) */
41964 
41965         break;
41966     default:
41967         /* Unknown GIOP Message */
41968         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
41969         break;
41970     } /* switch(header->message_type) */
41971 }
41972 
41973 /*
41974  * IDL:org/csapi/pam/access/IpPAMPresenceAvailabilityManager/isActiveIdentity:1.0
41975  */
41976 static void
decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)41977 decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
41978 {
41979     /* Operation specific Variable declarations Begin */
41980     guint32   u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken;
41981     guint32   i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken;
41982     /* Operation specific Variable declarations End */
41983 
41984     switch(header->message_type) {
41985     case Request:
41986         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_identity);
41987 
41988         u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
41989         proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken);
41990 
41991         for (i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken=0; i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken; i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken++) {
41992 
41993             proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
41994 
41995         }
41996 
41997         break;
41998     case Reply:
41999         switch(header->rep_status) {
42000         case NO_EXCEPTION:
42001             proto_tree_add_boolean(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_return, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
42002 
42003             break;
42004         case USER_EXCEPTION:
42005             break;
42006         default:
42007             /* Unknown Exception */
42008             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
42009             break;
42010         }   /* switch(header->rep_status) */
42011 
42012         break;
42013     default:
42014         /* Unknown GIOP Message */
42015         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
42016         break;
42017     } /* switch(header->message_type) */
42018 }
42019 
42020 /*
42021  * IDL:org/csapi/pam/event/IpAppPAMEventHandler/eventNotify:1.0
42022  */
42023 static void
decode_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)42024 decode_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
42025 {
42026     /* Operation specific Variable declarations Begin */
42027     guint32   u_octet4_loop_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventInfo;
42028     guint32   i_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventInfo;
42029     /* Operation specific Variable declarations End */
42030 
42031     switch(header->message_type) {
42032     case Request:
42033         proto_tree_add_int(tree, hf_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
42034 
42035         u_octet4_loop_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
42036         proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventInfo_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventInfo);
42037 
42038         for (i_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventInfo=0; i_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventInfo < u_octet4_loop_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventInfo; i_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventInfo++) {
42039 
42040             /*  Begin union "org_csapi_pam_TpPAMNotificationInfo"  */
42041             decode_org_csapi_pam_TpPAMNotificationInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
42042 
42043             /*  End union "org_csapi_pam_TpPAMNotificationInfo"  */
42044         }
42045 
42046         break;
42047     case Reply:
42048         switch(header->rep_status) {
42049         case NO_EXCEPTION:
42050             /* Function returns void */
42051 
42052             break;
42053         case USER_EXCEPTION:
42054             break;
42055         default:
42056             /* Unknown Exception */
42057             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
42058             break;
42059         }   /* switch(header->rep_status) */
42060 
42061         break;
42062     default:
42063         /* Unknown GIOP Message */
42064         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
42065         break;
42066     } /* switch(header->message_type) */
42067 }
42068 
42069 /*
42070  * IDL:org/csapi/pam/event/IpAppPAMEventHandler/eventNotifyErr:1.0
42071  */
42072 static void
decode_org_csapi_pam_event_IpAppPAMEventHandler_eventNotifyErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)42073 decode_org_csapi_pam_event_IpAppPAMEventHandler_eventNotifyErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
42074 {
42075     switch(header->message_type) {
42076     case Request:
42077         proto_tree_add_int(tree, hf_org_csapi_pam_event_IpAppPAMEventHandler_eventNotifyErr_eventID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
42078 
42079         /*  Begin struct "org_csapi_pam_TpPAMErrorInfo"  */
42080         decode_org_csapi_pam_TpPAMErrorInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
42081         /*  End struct "org_csapi_pam_TpPAMErrorInfo"  */
42082         break;
42083     case Reply:
42084         switch(header->rep_status) {
42085         case NO_EXCEPTION:
42086             /* Function returns void */
42087 
42088             break;
42089         case USER_EXCEPTION:
42090             break;
42091         default:
42092             /* Unknown Exception */
42093             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
42094             break;
42095         }   /* switch(header->rep_status) */
42096 
42097         break;
42098     default:
42099         /* Unknown GIOP Message */
42100         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
42101         break;
42102     } /* switch(header->message_type) */
42103 }
42104 
42105 /*
42106  * IDL:org/csapi/pam/event/IpPAMEventHandler/isRegistered:1.0
42107  */
42108 static void
decode_org_csapi_pam_event_IpPAMEventHandler_isRegistered(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)42109 decode_org_csapi_pam_event_IpPAMEventHandler_isRegistered(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
42110 {
42111     /* Operation specific Variable declarations Begin */
42112     guint32   u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken;
42113     guint32   i_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken;
42114     /* Operation specific Variable declarations End */
42115 
42116     switch(header->message_type) {
42117     case Request:
42118         proto_tree_add_int(tree, hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_clientID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
42119 
42120         u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
42121         proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken);
42122 
42123         for (i_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken=0; i_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken < u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken; i_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken++) {
42124 
42125             proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
42126 
42127         }
42128 
42129         break;
42130     case Reply:
42131         switch(header->rep_status) {
42132         case NO_EXCEPTION:
42133             proto_tree_add_boolean(tree, hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_return, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
42134 
42135             break;
42136         case USER_EXCEPTION:
42137             break;
42138         default:
42139             /* Unknown Exception */
42140             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
42141             break;
42142         }   /* switch(header->rep_status) */
42143 
42144         break;
42145     default:
42146         /* Unknown GIOP Message */
42147         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
42148         break;
42149     } /* switch(header->message_type) */
42150 }
42151 
42152 /*
42153  * IDL:org/csapi/pam/event/IpPAMEventHandler/registerAppInterface:1.0
42154  */
42155 static void
decode_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)42156 decode_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
42157 {
42158     /* Operation specific Variable declarations Begin */
42159     guint32   u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken;
42160     guint32   i_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken;
42161     /* Operation specific Variable declarations End */
42162 
42163     switch(header->message_type) {
42164     case Request:
42165         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
42166 
42167         u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
42168         proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken);
42169 
42170         for (i_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken=0; i_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken < u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken; i_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken++) {
42171 
42172             proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
42173 
42174         }
42175 
42176         break;
42177     case Reply:
42178         switch(header->rep_status) {
42179         case NO_EXCEPTION:
42180             proto_tree_add_int(tree, hf_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
42181 
42182             break;
42183         case USER_EXCEPTION:
42184             break;
42185         default:
42186             /* Unknown Exception */
42187             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
42188             break;
42189         }   /* switch(header->rep_status) */
42190 
42191         break;
42192     default:
42193         /* Unknown GIOP Message */
42194         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
42195         break;
42196     } /* switch(header->message_type) */
42197 }
42198 
42199 /*
42200  * IDL:org/csapi/pam/event/IpPAMEventHandler/registerForEvent:1.0
42201  */
42202 static void
decode_org_csapi_pam_event_IpPAMEventHandler_registerForEvent(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)42203 decode_org_csapi_pam_event_IpPAMEventHandler_registerForEvent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
42204 {
42205     /* Operation specific Variable declarations Begin */
42206     guint32   u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_eventList;
42207     guint32   i_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_eventList;
42208     guint32   u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken;
42209     guint32   i_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken;
42210     /* Operation specific Variable declarations End */
42211 
42212     switch(header->message_type) {
42213     case Request:
42214         proto_tree_add_int(tree, hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_clientID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
42215 
42216         u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_eventList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
42217         proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_eventList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_eventList);
42218 
42219         for (i_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_eventList=0; i_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_eventList < u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_eventList; i_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_eventList++) {
42220 
42221             /*  Begin union "org_csapi_pam_TpPAMEventInfo"  */
42222             decode_org_csapi_pam_TpPAMEventInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
42223 
42224             /*  End union "org_csapi_pam_TpPAMEventInfo"  */
42225         }
42226 
42227         proto_tree_add_int(tree, hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_validFor, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
42228 
42229         u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
42230         proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken);
42231 
42232         for (i_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken=0; i_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken < u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken; i_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken++) {
42233 
42234             proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
42235 
42236         }
42237 
42238         break;
42239     case Reply:
42240         switch(header->rep_status) {
42241         case NO_EXCEPTION:
42242             proto_tree_add_int(tree, hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
42243 
42244             break;
42245         case USER_EXCEPTION:
42246             break;
42247         default:
42248             /* Unknown Exception */
42249             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
42250             break;
42251         }   /* switch(header->rep_status) */
42252 
42253         break;
42254     default:
42255         /* Unknown GIOP Message */
42256         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
42257         break;
42258     } /* switch(header->message_type) */
42259 }
42260 
42261 /*
42262  * IDL:org/csapi/pam/event/IpPAMEventHandler/deregisterAppInterface:1.0
42263  */
42264 static void
decode_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)42265 decode_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
42266 {
42267     /* Operation specific Variable declarations Begin */
42268     guint32   u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken;
42269     guint32   i_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken;
42270     /* Operation specific Variable declarations End */
42271 
42272     switch(header->message_type) {
42273     case Request:
42274         proto_tree_add_int(tree, hf_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_clientID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
42275 
42276         u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
42277         proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken);
42278 
42279         for (i_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken=0; i_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken < u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken; i_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken++) {
42280 
42281             proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
42282 
42283         }
42284 
42285         break;
42286     case Reply:
42287         switch(header->rep_status) {
42288         case NO_EXCEPTION:
42289             /* Function returns void */
42290 
42291             break;
42292         case USER_EXCEPTION:
42293             break;
42294         default:
42295             /* Unknown Exception */
42296             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
42297             break;
42298         }   /* switch(header->rep_status) */
42299 
42300         break;
42301     default:
42302         /* Unknown GIOP Message */
42303         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
42304         break;
42305     } /* switch(header->message_type) */
42306 }
42307 
42308 /*
42309  * IDL:org/csapi/pam/event/IpPAMEventHandler/deregisterFromEvent:1.0
42310  */
42311 static void
decode_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)42312 decode_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
42313 {
42314     /* Operation specific Variable declarations Begin */
42315     guint32   u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken;
42316     guint32   i_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken;
42317     /* Operation specific Variable declarations End */
42318 
42319     switch(header->message_type) {
42320     case Request:
42321         proto_tree_add_int(tree, hf_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_eventID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
42322 
42323         u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
42324         proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken);
42325 
42326         for (i_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken=0; i_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken < u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken; i_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken++) {
42327 
42328             proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
42329 
42330         }
42331 
42332         break;
42333     case Reply:
42334         switch(header->rep_status) {
42335         case NO_EXCEPTION:
42336             /* Function returns void */
42337 
42338             break;
42339         case USER_EXCEPTION:
42340             break;
42341         default:
42342             /* Unknown Exception */
42343             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
42344             break;
42345         }   /* switch(header->rep_status) */
42346 
42347         break;
42348     default:
42349         /* Unknown GIOP Message */
42350         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
42351         break;
42352     } /* switch(header->message_type) */
42353 }
42354 
42355 /*
42356  * IDL:org/csapi/pam/event/IpPAMEventManager/getAuthToken:1.0
42357  */
42358 static void
decode_org_csapi_pam_event_IpPAMEventManager_getAuthToken(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)42359 decode_org_csapi_pam_event_IpPAMEventManager_getAuthToken(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
42360 {
42361     /* Operation specific Variable declarations Begin */
42362     guint32   u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_getAuthToken_askerData;
42363     guint32   i_org_csapi_pam_event_IpPAMEventManager_getAuthToken_askerData;
42364     guint32   u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return;
42365     guint32   i_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return;
42366     /* Operation specific Variable declarations End */
42367 
42368     switch(header->message_type) {
42369     case Request:
42370         u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_getAuthToken_askerData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
42371         proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_getAuthToken_askerData_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_getAuthToken_askerData);
42372 
42373         for (i_org_csapi_pam_event_IpPAMEventManager_getAuthToken_askerData=0; i_org_csapi_pam_event_IpPAMEventManager_getAuthToken_askerData < u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_getAuthToken_askerData; i_org_csapi_pam_event_IpPAMEventManager_getAuthToken_askerData++) {
42374 
42375             /*  Begin struct "org_csapi_TpAttribute"  */
42376             decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
42377             /*  End struct "org_csapi_TpAttribute"  */
42378         }
42379 
42380         break;
42381     case Reply:
42382         switch(header->rep_status) {
42383         case NO_EXCEPTION:
42384             u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
42385             proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return);
42386 
42387             for (i_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return=0; i_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return < u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return; i_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return++) {
42388 
42389                 proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
42390 
42391             }
42392 
42393             break;
42394         case USER_EXCEPTION:
42395             break;
42396         default:
42397             /* Unknown Exception */
42398             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
42399             break;
42400         }   /* switch(header->rep_status) */
42401 
42402         break;
42403     default:
42404         /* Unknown GIOP Message */
42405         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
42406         break;
42407     } /* switch(header->message_type) */
42408 }
42409 
42410 /*
42411  * IDL:org/csapi/pam/event/IpPAMEventManager/obtainInterface:1.0
42412  */
42413 static void
decode_org_csapi_pam_event_IpPAMEventManager_obtainInterface(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)42414 decode_org_csapi_pam_event_IpPAMEventManager_obtainInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
42415 {
42416     switch(header->message_type) {
42417     case Request:
42418         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_event_IpPAMEventManager_obtainInterface_interfaceName);
42419 
42420         break;
42421     case Reply:
42422         switch(header->rep_status) {
42423         case NO_EXCEPTION:
42424             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
42425 
42426             break;
42427         case USER_EXCEPTION:
42428             break;
42429         default:
42430             /* Unknown Exception */
42431             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
42432             break;
42433         }   /* switch(header->rep_status) */
42434 
42435         break;
42436     default:
42437         /* Unknown GIOP Message */
42438         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
42439         break;
42440     } /* switch(header->message_type) */
42441 }
42442 
42443 /*
42444  * IDL:org/csapi/pam/event/IpPAMEventManager/getAccessControl:1.0
42445  */
42446 static void
decode_org_csapi_pam_event_IpPAMEventManager_getAccessControl(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)42447 decode_org_csapi_pam_event_IpPAMEventManager_getAccessControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
42448 {
42449     /* Operation specific Variable declarations Begin */
42450     guint32   u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken;
42451     guint32   i_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken;
42452     /* Operation specific Variable declarations End */
42453 
42454     switch(header->message_type) {
42455     case Request:
42456         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_event_IpPAMEventManager_getAccessControl_identity);
42457 
42458         u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
42459         proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken);
42460 
42461         for (i_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken=0; i_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken < u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken; i_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken++) {
42462 
42463             proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
42464 
42465         }
42466 
42467         break;
42468     case Reply:
42469         switch(header->rep_status) {
42470         case NO_EXCEPTION:
42471             /*  Begin struct "org_csapi_pam_TpPAMAccessControlData"  */
42472             decode_org_csapi_pam_TpPAMAccessControlData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
42473             /*  End struct "org_csapi_pam_TpPAMAccessControlData"  */
42474             break;
42475         case USER_EXCEPTION:
42476             break;
42477         default:
42478             /* Unknown Exception */
42479             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
42480             break;
42481         }   /* switch(header->rep_status) */
42482 
42483         break;
42484     default:
42485         /* Unknown GIOP Message */
42486         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
42487         break;
42488     } /* switch(header->message_type) */
42489 }
42490 
42491 /*
42492  * IDL:org/csapi/pam/event/IpPAMEventManager/setAccessControl:1.0
42493  */
42494 static void
decode_org_csapi_pam_event_IpPAMEventManager_setAccessControl(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)42495 decode_org_csapi_pam_event_IpPAMEventManager_setAccessControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
42496 {
42497     /* Operation specific Variable declarations Begin */
42498     guint32   u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken;
42499     guint32   i_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken;
42500     /* Operation specific Variable declarations End */
42501 
42502     switch(header->message_type) {
42503     case Request:
42504         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_event_IpPAMEventManager_setAccessControl_identity);
42505 
42506         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_event_IpPAMEventManager_setAccessControl_operation);
42507 
42508         /*  Begin struct "org_csapi_pam_TpPAMAccessControlData"  */
42509         decode_org_csapi_pam_TpPAMAccessControlData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
42510         /*  End struct "org_csapi_pam_TpPAMAccessControlData"  */
42511         u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
42512         proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken);
42513 
42514         for (i_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken=0; i_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken < u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken; i_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken++) {
42515 
42516             proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
42517 
42518         }
42519 
42520         break;
42521     case Reply:
42522         switch(header->rep_status) {
42523         case NO_EXCEPTION:
42524             /* Function returns void */
42525 
42526             break;
42527         case USER_EXCEPTION:
42528             break;
42529         default:
42530             /* Unknown Exception */
42531             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
42532             break;
42533         }   /* switch(header->rep_status) */
42534 
42535         break;
42536     default:
42537         /* Unknown GIOP Message */
42538         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
42539         break;
42540     } /* switch(header->message_type) */
42541 }
42542 
42543 /*
42544  * IDL:org/csapi/pam/event/IpPAMEventManager/activateService:1.0
42545  */
42546 static void
decode_org_csapi_pam_event_IpPAMEventManager_activateService(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)42547 decode_org_csapi_pam_event_IpPAMEventManager_activateService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
42548 {
42549     /* Operation specific Variable declarations Begin */
42550     guint32   u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_activateService_authToken;
42551     guint32   i_org_csapi_pam_event_IpPAMEventManager_activateService_authToken;
42552     /* Operation specific Variable declarations End */
42553 
42554     switch(header->message_type) {
42555     case Request:
42556         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_event_IpPAMEventManager_activateService_identity);
42557 
42558         u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_activateService_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
42559         proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_activateService_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_activateService_authToken);
42560 
42561         for (i_org_csapi_pam_event_IpPAMEventManager_activateService_authToken=0; i_org_csapi_pam_event_IpPAMEventManager_activateService_authToken < u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_activateService_authToken; i_org_csapi_pam_event_IpPAMEventManager_activateService_authToken++) {
42562 
42563             proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_activateService_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
42564 
42565         }
42566 
42567         break;
42568     case Reply:
42569         switch(header->rep_status) {
42570         case NO_EXCEPTION:
42571             /* Function returns void */
42572 
42573             break;
42574         case USER_EXCEPTION:
42575             break;
42576         default:
42577             /* Unknown Exception */
42578             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
42579             break;
42580         }   /* switch(header->rep_status) */
42581 
42582         break;
42583     default:
42584         /* Unknown GIOP Message */
42585         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
42586         break;
42587     } /* switch(header->message_type) */
42588 }
42589 
42590 /*
42591  * IDL:org/csapi/pam/event/IpPAMEventManager/deactivateService:1.0
42592  */
42593 static void
decode_org_csapi_pam_event_IpPAMEventManager_deactivateService(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)42594 decode_org_csapi_pam_event_IpPAMEventManager_deactivateService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
42595 {
42596     /* Operation specific Variable declarations Begin */
42597     guint32   u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken;
42598     guint32   i_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken;
42599     /* Operation specific Variable declarations End */
42600 
42601     switch(header->message_type) {
42602     case Request:
42603         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_event_IpPAMEventManager_deactivateService_identity);
42604 
42605         u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
42606         proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken);
42607 
42608         for (i_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken=0; i_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken < u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken; i_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken++) {
42609 
42610             proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
42611 
42612         }
42613 
42614         break;
42615     case Reply:
42616         switch(header->rep_status) {
42617         case NO_EXCEPTION:
42618             /* Function returns void */
42619 
42620             break;
42621         case USER_EXCEPTION:
42622             break;
42623         default:
42624             /* Unknown Exception */
42625             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
42626             break;
42627         }   /* switch(header->rep_status) */
42628 
42629         break;
42630     default:
42631         /* Unknown GIOP Message */
42632         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
42633         break;
42634     } /* switch(header->message_type) */
42635 }
42636 
42637 /*
42638  * IDL:org/csapi/pam/event/IpPAMEventManager/isActiveIdentity:1.0
42639  */
42640 static void
decode_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)42641 decode_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
42642 {
42643     /* Operation specific Variable declarations Begin */
42644     guint32   u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken;
42645     guint32   i_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken;
42646     /* Operation specific Variable declarations End */
42647 
42648     switch(header->message_type) {
42649     case Request:
42650         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_identity);
42651 
42652         u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
42653         proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken);
42654 
42655         for (i_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken=0; i_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken < u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken; i_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken++) {
42656 
42657             proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
42658 
42659         }
42660 
42661         break;
42662     case Reply:
42663         switch(header->rep_status) {
42664         case NO_EXCEPTION:
42665             proto_tree_add_boolean(tree, hf_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_return, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
42666 
42667             break;
42668         case USER_EXCEPTION:
42669             break;
42670         default:
42671             /* Unknown Exception */
42672             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
42673             break;
42674         }   /* switch(header->rep_status) */
42675 
42676         break;
42677     default:
42678         /* Unknown GIOP Message */
42679         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
42680         break;
42681     } /* switch(header->message_type) */
42682 }
42683 
42684 /*
42685  * IDL:org/csapi/mmm/IpAppMultiMediaMessagingManager/mailboxTerminated:1.0
42686  */
42687 static void
decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_mailboxTerminated(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)42688 decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_mailboxTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
42689 {
42690     switch(header->message_type) {
42691     case Request:
42692         /*  Begin struct "org_csapi_mmm_TpMailboxIdentifier"  */
42693         decode_org_csapi_mmm_TpMailboxIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
42694         /*  End struct "org_csapi_mmm_TpMailboxIdentifier"  */
42695         break;
42696     case Reply:
42697         switch(header->rep_status) {
42698         case NO_EXCEPTION:
42699             /* Function returns void */
42700 
42701             break;
42702         case USER_EXCEPTION:
42703             break;
42704         default:
42705             /* Unknown Exception */
42706             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
42707             break;
42708         }   /* switch(header->rep_status) */
42709 
42710         break;
42711     default:
42712         /* Unknown GIOP Message */
42713         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
42714         break;
42715     } /* switch(header->message_type) */
42716 }
42717 
42718 /*
42719  * IDL:org/csapi/mmm/IpAppMultiMediaMessagingManager/reportNotification:1.0
42720  */
42721 static void
decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)42722 decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
42723 {
42724     /* Operation specific Variable declarations Begin */
42725     guint32   u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_eventInfo;
42726     guint32   i_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_eventInfo;
42727     /* Operation specific Variable declarations End */
42728 
42729     switch(header->message_type) {
42730     case Request:
42731         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
42732 
42733         u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_eventInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
42734         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_eventInfo_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_eventInfo);
42735 
42736         for (i_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_eventInfo=0; i_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_eventInfo < u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_eventInfo; i_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_eventInfo++) {
42737 
42738             /*  Begin union "org_csapi_mmm_TpMessagingEventInfo"  */
42739             decode_org_csapi_mmm_TpMessagingEventInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
42740 
42741             /*  End union "org_csapi_mmm_TpMessagingEventInfo"  */
42742         }
42743 
42744         break;
42745     case Reply:
42746         switch(header->rep_status) {
42747         case NO_EXCEPTION:
42748             get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
42749 
42750             break;
42751         case USER_EXCEPTION:
42752             break;
42753         default:
42754             /* Unknown Exception */
42755             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
42756             break;
42757         }   /* switch(header->rep_status) */
42758 
42759         break;
42760     default:
42761         /* Unknown GIOP Message */
42762         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
42763         break;
42764     } /* switch(header->message_type) */
42765 }
42766 
42767 /*
42768  * IDL:org/csapi/mmm/IpAppMultiMediaMessagingManager/notificationsInterrupted:1.0
42769  */
42770 static void
decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsInterrupted(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)42771 decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsInterrupted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
42772 {
42773     switch(header->message_type) {
42774     case Request:
42775         break;
42776     case Reply:
42777         switch(header->rep_status) {
42778         case NO_EXCEPTION:
42779             /* Function returns void */
42780 
42781             break;
42782         case USER_EXCEPTION:
42783             break;
42784         default:
42785             /* Unknown Exception */
42786             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
42787             break;
42788         }   /* switch(header->rep_status) */
42789 
42790         break;
42791     default:
42792         /* Unknown GIOP Message */
42793         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
42794         break;
42795     } /* switch(header->message_type) */
42796 }
42797 
42798 /*
42799  * IDL:org/csapi/mmm/IpAppMultiMediaMessagingManager/notificationsResumed:1.0
42800  */
42801 static void
decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsResumed(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)42802 decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsResumed(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
42803 {
42804     switch(header->message_type) {
42805     case Request:
42806         break;
42807     case Reply:
42808         switch(header->rep_status) {
42809         case NO_EXCEPTION:
42810             /* Function returns void */
42811 
42812             break;
42813         case USER_EXCEPTION:
42814             break;
42815         default:
42816             /* Unknown Exception */
42817             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
42818             break;
42819         }   /* switch(header->rep_status) */
42820 
42821         break;
42822     default:
42823         /* Unknown GIOP Message */
42824         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
42825         break;
42826     } /* switch(header->message_type) */
42827 }
42828 
42829 /*
42830  * IDL:org/csapi/mmm/IpAppMultiMediaMessagingManager/multiMediaMessagingTerminated:1.0
42831  */
42832 static void
decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_multiMediaMessagingTerminated(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)42833 decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_multiMediaMessagingTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
42834 {
42835     switch(header->message_type) {
42836     case Request:
42837         /*  Begin struct "org_csapi_mmm_TpMultiMediaMessagingIdentifier"  */
42838         decode_org_csapi_mmm_TpMultiMediaMessagingIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
42839         /*  End struct "org_csapi_mmm_TpMultiMediaMessagingIdentifier"  */
42840         break;
42841     case Reply:
42842         switch(header->rep_status) {
42843         case NO_EXCEPTION:
42844             /* Function returns void */
42845 
42846             break;
42847         case USER_EXCEPTION:
42848             break;
42849         default:
42850             /* Unknown Exception */
42851             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
42852             break;
42853         }   /* switch(header->rep_status) */
42854 
42855         break;
42856     default:
42857         /* Unknown GIOP Message */
42858         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
42859         break;
42860     } /* switch(header->message_type) */
42861 }
42862 
42863 /*
42864  * IDL:org/csapi/mmm/IpAppMultiMediaMessagingManager/terminateMultipleMailboxes:1.0
42865  */
42866 static void
decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)42867 decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
42868 {
42869     /* Operation specific Variable declarations Begin */
42870     guint32   u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes_mailboxSet;
42871     guint32   i_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes_mailboxSet;
42872     /* Operation specific Variable declarations End */
42873 
42874     switch(header->message_type) {
42875     case Request:
42876         u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes_mailboxSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
42877         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes_mailboxSet_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes_mailboxSet);
42878 
42879         for (i_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes_mailboxSet=0; i_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes_mailboxSet < u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes_mailboxSet; i_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes_mailboxSet++) {
42880 
42881             /*  Begin struct "org_csapi_mmm_TpMailboxIdentifier"  */
42882             decode_org_csapi_mmm_TpMailboxIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
42883             /*  End struct "org_csapi_mmm_TpMailboxIdentifier"  */
42884         }
42885 
42886         break;
42887     case Reply:
42888         switch(header->rep_status) {
42889         case NO_EXCEPTION:
42890             /* Function returns void */
42891 
42892             break;
42893         case USER_EXCEPTION:
42894             break;
42895         default:
42896             /* Unknown Exception */
42897             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
42898             break;
42899         }   /* switch(header->rep_status) */
42900 
42901         break;
42902     default:
42903         /* Unknown GIOP Message */
42904         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
42905         break;
42906     } /* switch(header->message_type) */
42907 }
42908 
42909 /*
42910  * IDL:org/csapi/mmm/IpAppMultiMediaMessagingManager/terminateMultipleMultiMediaMessagingSessions:1.0
42911  */
42912 static void
decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)42913 decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
42914 {
42915     /* Operation specific Variable declarations Begin */
42916     guint32   u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions_multiMediaMessagingSet;
42917     guint32   i_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions_multiMediaMessagingSet;
42918     /* Operation specific Variable declarations End */
42919 
42920     switch(header->message_type) {
42921     case Request:
42922         u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions_multiMediaMessagingSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
42923         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions_multiMediaMessagingSet_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions_multiMediaMessagingSet);
42924 
42925         for (i_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions_multiMediaMessagingSet=0; i_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions_multiMediaMessagingSet < u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions_multiMediaMessagingSet; i_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions_multiMediaMessagingSet++) {
42926 
42927             /*  Begin struct "org_csapi_mmm_TpMultiMediaMessagingIdentifier"  */
42928             decode_org_csapi_mmm_TpMultiMediaMessagingIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
42929             /*  End struct "org_csapi_mmm_TpMultiMediaMessagingIdentifier"  */
42930         }
42931 
42932         break;
42933     case Reply:
42934         switch(header->rep_status) {
42935         case NO_EXCEPTION:
42936             /* Function returns void */
42937 
42938             break;
42939         case USER_EXCEPTION:
42940             break;
42941         default:
42942             /* Unknown Exception */
42943             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
42944             break;
42945         }   /* switch(header->rep_status) */
42946 
42947         break;
42948     default:
42949         /* Unknown GIOP Message */
42950         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
42951         break;
42952     } /* switch(header->message_type) */
42953 }
42954 
42955 /*
42956  * IDL:org/csapi/mmm/IpMultiMediaMessagingManager/openMailbox:1.0
42957  */
42958 static void
decode_org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)42959 decode_org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
42960 {
42961     switch(header->message_type) {
42962     case Request:
42963         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox_mailboxID);
42964 
42965         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox_authenticationInfo);
42966 
42967         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
42968 
42969         break;
42970     case Reply:
42971         switch(header->rep_status) {
42972         case NO_EXCEPTION:
42973             /*  Begin struct "org_csapi_mmm_TpMailboxIdentifier"  */
42974             decode_org_csapi_mmm_TpMailboxIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
42975             /*  End struct "org_csapi_mmm_TpMailboxIdentifier"  */
42976             break;
42977         case USER_EXCEPTION:
42978             break;
42979         default:
42980             /* Unknown Exception */
42981             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
42982             break;
42983         }   /* switch(header->rep_status) */
42984 
42985         break;
42986     default:
42987         /* Unknown GIOP Message */
42988         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
42989         break;
42990     } /* switch(header->message_type) */
42991 }
42992 
42993 /*
42994  * IDL:org/csapi/mmm/IpMultiMediaMessagingManager/openMultiMediaMessaging:1.0
42995  */
42996 static void
decode_org_csapi_mmm_IpMultiMediaMessagingManager_openMultiMediaMessaging(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)42997 decode_org_csapi_mmm_IpMultiMediaMessagingManager_openMultiMediaMessaging(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
42998 {
42999     switch(header->message_type) {
43000     case Request:
43001         /*  Begin struct "org_csapi_mmm_TpTerminatingAddressList"  */
43002         decode_org_csapi_mmm_TpTerminatingAddressList_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
43003         /*  End struct "org_csapi_mmm_TpTerminatingAddressList"  */
43004         /*  Begin struct "org_csapi_TpAddress"  */
43005         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
43006         /*  End struct "org_csapi_TpAddress"  */
43007         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
43008 
43009         break;
43010     case Reply:
43011         switch(header->rep_status) {
43012         case NO_EXCEPTION:
43013             /*  Begin struct "org_csapi_mmm_TpMultiMediaMessagingIdentifier"  */
43014             decode_org_csapi_mmm_TpMultiMediaMessagingIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
43015             /*  End struct "org_csapi_mmm_TpMultiMediaMessagingIdentifier"  */
43016             break;
43017         case USER_EXCEPTION:
43018             break;
43019         default:
43020             /* Unknown Exception */
43021             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
43022             break;
43023         }   /* switch(header->rep_status) */
43024 
43025         break;
43026     default:
43027         /* Unknown GIOP Message */
43028         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
43029         break;
43030     } /* switch(header->message_type) */
43031 }
43032 
43033 /*
43034  * IDL:org/csapi/mmm/IpMultiMediaMessagingManager/createNotification:1.0
43035  */
43036 static void
decode_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)43037 decode_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
43038 {
43039     /* Operation specific Variable declarations Begin */
43040     guint32   u_octet4_loop_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_eventCriteria;
43041     guint32   i_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_eventCriteria;
43042     /* Operation specific Variable declarations End */
43043 
43044     switch(header->message_type) {
43045     case Request:
43046         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
43047 
43048         u_octet4_loop_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_eventCriteria = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
43049         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_eventCriteria_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_eventCriteria);
43050 
43051         for (i_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_eventCriteria=0; i_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_eventCriteria < u_octet4_loop_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_eventCriteria; i_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_eventCriteria++) {
43052 
43053             /*  Begin union "org_csapi_mmm_TpMessagingEventCriteria"  */
43054             decode_org_csapi_mmm_TpMessagingEventCriteria_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
43055 
43056             /*  End union "org_csapi_mmm_TpMessagingEventCriteria"  */
43057         }
43058 
43059         break;
43060     case Reply:
43061         switch(header->rep_status) {
43062         case NO_EXCEPTION:
43063             proto_tree_add_int(tree, hf_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43064 
43065             break;
43066         case USER_EXCEPTION:
43067             break;
43068         default:
43069             /* Unknown Exception */
43070             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
43071             break;
43072         }   /* switch(header->rep_status) */
43073 
43074         break;
43075     default:
43076         /* Unknown GIOP Message */
43077         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
43078         break;
43079     } /* switch(header->message_type) */
43080 }
43081 
43082 /*
43083  * IDL:org/csapi/mmm/IpMultiMediaMessagingManager/destroyNotification:1.0
43084  */
43085 static void
decode_org_csapi_mmm_IpMultiMediaMessagingManager_destroyNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)43086 decode_org_csapi_mmm_IpMultiMediaMessagingManager_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
43087 {
43088     switch(header->message_type) {
43089     case Request:
43090         proto_tree_add_int(tree, hf_org_csapi_mmm_IpMultiMediaMessagingManager_destroyNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43091 
43092         break;
43093     case Reply:
43094         switch(header->rep_status) {
43095         case NO_EXCEPTION:
43096             /* Function returns void */
43097 
43098             break;
43099         case USER_EXCEPTION:
43100             break;
43101         default:
43102             /* Unknown Exception */
43103             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
43104             break;
43105         }   /* switch(header->rep_status) */
43106 
43107         break;
43108     default:
43109         /* Unknown GIOP Message */
43110         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
43111         break;
43112     } /* switch(header->message_type) */
43113 }
43114 
43115 /*
43116  * IDL:org/csapi/mmm/IpMultiMediaMessagingManager/changeNotification:1.0
43117  */
43118 static void
decode_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)43119 decode_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
43120 {
43121     /* Operation specific Variable declarations Begin */
43122     guint32   u_octet4_loop_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_eventCriteria;
43123     guint32   i_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_eventCriteria;
43124     /* Operation specific Variable declarations End */
43125 
43126     switch(header->message_type) {
43127     case Request:
43128         proto_tree_add_int(tree, hf_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43129 
43130         u_octet4_loop_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_eventCriteria = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
43131         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_eventCriteria_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_eventCriteria);
43132 
43133         for (i_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_eventCriteria=0; i_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_eventCriteria < u_octet4_loop_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_eventCriteria; i_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_eventCriteria++) {
43134 
43135             /*  Begin union "org_csapi_mmm_TpMessagingEventCriteria"  */
43136             decode_org_csapi_mmm_TpMessagingEventCriteria_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
43137 
43138             /*  End union "org_csapi_mmm_TpMessagingEventCriteria"  */
43139         }
43140 
43141         break;
43142     case Reply:
43143         switch(header->rep_status) {
43144         case NO_EXCEPTION:
43145             /* Function returns void */
43146 
43147             break;
43148         case USER_EXCEPTION:
43149             break;
43150         default:
43151             /* Unknown Exception */
43152             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
43153             break;
43154         }   /* switch(header->rep_status) */
43155 
43156         break;
43157     default:
43158         /* Unknown GIOP Message */
43159         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
43160         break;
43161     } /* switch(header->message_type) */
43162 }
43163 
43164 /*
43165  * IDL:org/csapi/mmm/IpMultiMediaMessagingManager/getNextNotification:1.0
43166  */
43167 static void
decode_org_csapi_mmm_IpMultiMediaMessagingManager_getNextNotification(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)43168 decode_org_csapi_mmm_IpMultiMediaMessagingManager_getNextNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
43169 {
43170     switch(header->message_type) {
43171     case Request:
43172         proto_tree_add_boolean(tree, hf_org_csapi_mmm_IpMultiMediaMessagingManager_getNextNotification_reset, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
43173 
43174         break;
43175     case Reply:
43176         switch(header->rep_status) {
43177         case NO_EXCEPTION:
43178             /*  Begin struct "org_csapi_mmm_TpMessagingNotificationRequestedSetEntry"  */
43179             decode_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
43180             /*  End struct "org_csapi_mmm_TpMessagingNotificationRequestedSetEntry"  */
43181             break;
43182         case USER_EXCEPTION:
43183             break;
43184         default:
43185             /* Unknown Exception */
43186             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
43187             break;
43188         }   /* switch(header->rep_status) */
43189 
43190         break;
43191     default:
43192         /* Unknown GIOP Message */
43193         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
43194         break;
43195     } /* switch(header->message_type) */
43196 }
43197 
43198 /*
43199  * IDL:org/csapi/mmm/IpMultiMediaMessagingManager/enableNotifications:1.0
43200  */
43201 static void
decode_org_csapi_mmm_IpMultiMediaMessagingManager_enableNotifications(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)43202 decode_org_csapi_mmm_IpMultiMediaMessagingManager_enableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
43203 {
43204     switch(header->message_type) {
43205     case Request:
43206         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
43207 
43208         break;
43209     case Reply:
43210         switch(header->rep_status) {
43211         case NO_EXCEPTION:
43212             proto_tree_add_int(tree, hf_org_csapi_mmm_IpMultiMediaMessagingManager_enableNotifications_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43213 
43214             break;
43215         case USER_EXCEPTION:
43216             break;
43217         default:
43218             /* Unknown Exception */
43219             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
43220             break;
43221         }   /* switch(header->rep_status) */
43222 
43223         break;
43224     default:
43225         /* Unknown GIOP Message */
43226         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
43227         break;
43228     } /* switch(header->message_type) */
43229 }
43230 
43231 /*
43232  * IDL:org/csapi/mmm/IpMultiMediaMessagingManager/disableNotifications:1.0
43233  */
43234 static void
decode_org_csapi_mmm_IpMultiMediaMessagingManager_disableNotifications(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)43235 decode_org_csapi_mmm_IpMultiMediaMessagingManager_disableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
43236 {
43237     switch(header->message_type) {
43238     case Request:
43239         break;
43240     case Reply:
43241         switch(header->rep_status) {
43242         case NO_EXCEPTION:
43243             /* Function returns void */
43244 
43245             break;
43246         case USER_EXCEPTION:
43247             break;
43248         default:
43249             /* Unknown Exception */
43250             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
43251             break;
43252         }   /* switch(header->rep_status) */
43253 
43254         break;
43255     default:
43256         /* Unknown GIOP Message */
43257         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
43258         break;
43259     } /* switch(header->message_type) */
43260 }
43261 
43262 /*
43263  * IDL:org/csapi/mmm/IpAppMailbox/createFolderRes:1.0
43264  */
43265 static void
decode_org_csapi_mmm_IpAppMailbox_createFolderRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)43266 decode_org_csapi_mmm_IpAppMailbox_createFolderRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
43267 {
43268     switch(header->message_type) {
43269     case Request:
43270         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_createFolderRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43271 
43272         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_createFolderRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43273 
43274         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMailbox_createFolderRes_folderID);
43275 
43276         break;
43277     case Reply:
43278         switch(header->rep_status) {
43279         case NO_EXCEPTION:
43280             /* Function returns void */
43281 
43282             break;
43283         case USER_EXCEPTION:
43284             break;
43285         default:
43286             /* Unknown Exception */
43287             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
43288             break;
43289         }   /* switch(header->rep_status) */
43290 
43291         break;
43292     default:
43293         /* Unknown GIOP Message */
43294         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
43295         break;
43296     } /* switch(header->message_type) */
43297 }
43298 
43299 /*
43300  * IDL:org/csapi/mmm/IpAppMailbox/createFolderErr:1.0
43301  */
43302 static void
decode_org_csapi_mmm_IpAppMailbox_createFolderErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)43303 decode_org_csapi_mmm_IpAppMailbox_createFolderErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
43304 {
43305     /* Operation specific Variable declarations Begin */
43306     guint32   u_octet4;
43307     /* Operation specific Variable declarations End */
43308 
43309     switch(header->message_type) {
43310     case Request:
43311         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_createFolderErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43312 
43313         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_createFolderErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43314 
43315         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
43316         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_createFolderErr_error, tvb, *offset-4, 4, u_octet4);
43317 
43318         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMailbox_createFolderErr_errorDetails);
43319 
43320         break;
43321     case Reply:
43322         switch(header->rep_status) {
43323         case NO_EXCEPTION:
43324             /* Function returns void */
43325 
43326             break;
43327         case USER_EXCEPTION:
43328             break;
43329         default:
43330             /* Unknown Exception */
43331             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
43332             break;
43333         }   /* switch(header->rep_status) */
43334 
43335         break;
43336     default:
43337         /* Unknown GIOP Message */
43338         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
43339         break;
43340     } /* switch(header->message_type) */
43341 }
43342 
43343 /*
43344  * IDL:org/csapi/mmm/IpAppMailbox/getFoldersRes:1.0
43345  */
43346 static void
decode_org_csapi_mmm_IpAppMailbox_getFoldersRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)43347 decode_org_csapi_mmm_IpAppMailbox_getFoldersRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
43348 {
43349     /* Operation specific Variable declarations Begin */
43350     guint32   u_octet4_loop_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames;
43351     guint32   i_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames;
43352     /* Operation specific Variable declarations End */
43353 
43354     switch(header->message_type) {
43355     case Request:
43356         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43357 
43358         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43359 
43360         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderID);
43361 
43362         u_octet4_loop_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
43363         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames);
43364 
43365         for (i_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames=0; i_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames < u_octet4_loop_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames; i_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames++) {
43366 
43367             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames);
43368 
43369         }
43370 
43371         break;
43372     case Reply:
43373         switch(header->rep_status) {
43374         case NO_EXCEPTION:
43375             /* Function returns void */
43376 
43377             break;
43378         case USER_EXCEPTION:
43379             break;
43380         default:
43381             /* Unknown Exception */
43382             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
43383             break;
43384         }   /* switch(header->rep_status) */
43385 
43386         break;
43387     default:
43388         /* Unknown GIOP Message */
43389         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
43390         break;
43391     } /* switch(header->message_type) */
43392 }
43393 
43394 /*
43395  * IDL:org/csapi/mmm/IpAppMailbox/getFoldersErr:1.0
43396  */
43397 static void
decode_org_csapi_mmm_IpAppMailbox_getFoldersErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)43398 decode_org_csapi_mmm_IpAppMailbox_getFoldersErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
43399 {
43400     /* Operation specific Variable declarations Begin */
43401     guint32   u_octet4;
43402     /* Operation specific Variable declarations End */
43403 
43404     switch(header->message_type) {
43405     case Request:
43406         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43407 
43408         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43409 
43410         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_folderID);
43411 
43412         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
43413         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_error, tvb, *offset-4, 4, u_octet4);
43414 
43415         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_errorDetails);
43416 
43417         break;
43418     case Reply:
43419         switch(header->rep_status) {
43420         case NO_EXCEPTION:
43421             /* Function returns void */
43422 
43423             break;
43424         case USER_EXCEPTION:
43425             break;
43426         default:
43427             /* Unknown Exception */
43428             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
43429             break;
43430         }   /* switch(header->rep_status) */
43431 
43432         break;
43433     default:
43434         /* Unknown GIOP Message */
43435         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
43436         break;
43437     } /* switch(header->message_type) */
43438 }
43439 
43440 /*
43441  * IDL:org/csapi/mmm/IpAppMailbox/deleteFolderRes:1.0
43442  */
43443 static void
decode_org_csapi_mmm_IpAppMailbox_deleteFolderRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)43444 decode_org_csapi_mmm_IpAppMailbox_deleteFolderRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
43445 {
43446     switch(header->message_type) {
43447     case Request:
43448         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_deleteFolderRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43449 
43450         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_deleteFolderRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43451 
43452         break;
43453     case Reply:
43454         switch(header->rep_status) {
43455         case NO_EXCEPTION:
43456             /* Function returns void */
43457 
43458             break;
43459         case USER_EXCEPTION:
43460             break;
43461         default:
43462             /* Unknown Exception */
43463             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
43464             break;
43465         }   /* switch(header->rep_status) */
43466 
43467         break;
43468     default:
43469         /* Unknown GIOP Message */
43470         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
43471         break;
43472     } /* switch(header->message_type) */
43473 }
43474 
43475 /*
43476  * IDL:org/csapi/mmm/IpAppMailbox/deleteFolderErr:1.0
43477  */
43478 static void
decode_org_csapi_mmm_IpAppMailbox_deleteFolderErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)43479 decode_org_csapi_mmm_IpAppMailbox_deleteFolderErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
43480 {
43481     /* Operation specific Variable declarations Begin */
43482     guint32   u_octet4;
43483     /* Operation specific Variable declarations End */
43484 
43485     switch(header->message_type) {
43486     case Request:
43487         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_deleteFolderErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43488 
43489         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_deleteFolderErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43490 
43491         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
43492         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_deleteFolderErr_error, tvb, *offset-4, 4, u_octet4);
43493 
43494         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMailbox_deleteFolderErr_errorDetails);
43495 
43496         break;
43497     case Reply:
43498         switch(header->rep_status) {
43499         case NO_EXCEPTION:
43500             /* Function returns void */
43501 
43502             break;
43503         case USER_EXCEPTION:
43504             break;
43505         default:
43506             /* Unknown Exception */
43507             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
43508             break;
43509         }   /* switch(header->rep_status) */
43510 
43511         break;
43512     default:
43513         /* Unknown GIOP Message */
43514         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
43515         break;
43516     } /* switch(header->message_type) */
43517 }
43518 
43519 /*
43520  * IDL:org/csapi/mmm/IpAppMailbox/copyFolderRes:1.0
43521  */
43522 static void
decode_org_csapi_mmm_IpAppMailbox_copyFolderRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)43523 decode_org_csapi_mmm_IpAppMailbox_copyFolderRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
43524 {
43525     switch(header->message_type) {
43526     case Request:
43527         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_copyFolderRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43528 
43529         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_copyFolderRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43530 
43531         break;
43532     case Reply:
43533         switch(header->rep_status) {
43534         case NO_EXCEPTION:
43535             /* Function returns void */
43536 
43537             break;
43538         case USER_EXCEPTION:
43539             break;
43540         default:
43541             /* Unknown Exception */
43542             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
43543             break;
43544         }   /* switch(header->rep_status) */
43545 
43546         break;
43547     default:
43548         /* Unknown GIOP Message */
43549         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
43550         break;
43551     } /* switch(header->message_type) */
43552 }
43553 
43554 /*
43555  * IDL:org/csapi/mmm/IpAppMailbox/copyFolderErr:1.0
43556  */
43557 static void
decode_org_csapi_mmm_IpAppMailbox_copyFolderErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)43558 decode_org_csapi_mmm_IpAppMailbox_copyFolderErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
43559 {
43560     /* Operation specific Variable declarations Begin */
43561     guint32   u_octet4;
43562     /* Operation specific Variable declarations End */
43563 
43564     switch(header->message_type) {
43565     case Request:
43566         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_copyFolderErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43567 
43568         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_copyFolderErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43569 
43570         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
43571         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_copyFolderErr_error, tvb, *offset-4, 4, u_octet4);
43572 
43573         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMailbox_copyFolderErr_errorDetails);
43574 
43575         break;
43576     case Reply:
43577         switch(header->rep_status) {
43578         case NO_EXCEPTION:
43579             /* Function returns void */
43580 
43581             break;
43582         case USER_EXCEPTION:
43583             break;
43584         default:
43585             /* Unknown Exception */
43586             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
43587             break;
43588         }   /* switch(header->rep_status) */
43589 
43590         break;
43591     default:
43592         /* Unknown GIOP Message */
43593         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
43594         break;
43595     } /* switch(header->message_type) */
43596 }
43597 
43598 /*
43599  * IDL:org/csapi/mmm/IpAppMailbox/moveFolderRes:1.0
43600  */
43601 static void
decode_org_csapi_mmm_IpAppMailbox_moveFolderRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)43602 decode_org_csapi_mmm_IpAppMailbox_moveFolderRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
43603 {
43604     switch(header->message_type) {
43605     case Request:
43606         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_moveFolderRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43607 
43608         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_moveFolderRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43609 
43610         break;
43611     case Reply:
43612         switch(header->rep_status) {
43613         case NO_EXCEPTION:
43614             /* Function returns void */
43615 
43616             break;
43617         case USER_EXCEPTION:
43618             break;
43619         default:
43620             /* Unknown Exception */
43621             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
43622             break;
43623         }   /* switch(header->rep_status) */
43624 
43625         break;
43626     default:
43627         /* Unknown GIOP Message */
43628         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
43629         break;
43630     } /* switch(header->message_type) */
43631 }
43632 
43633 /*
43634  * IDL:org/csapi/mmm/IpAppMailbox/moveFolderErr:1.0
43635  */
43636 static void
decode_org_csapi_mmm_IpAppMailbox_moveFolderErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)43637 decode_org_csapi_mmm_IpAppMailbox_moveFolderErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
43638 {
43639     /* Operation specific Variable declarations Begin */
43640     guint32   u_octet4;
43641     /* Operation specific Variable declarations End */
43642 
43643     switch(header->message_type) {
43644     case Request:
43645         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_moveFolderErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43646 
43647         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_moveFolderErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43648 
43649         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
43650         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_moveFolderErr_error, tvb, *offset-4, 4, u_octet4);
43651 
43652         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMailbox_moveFolderErr_errorDetails);
43653 
43654         break;
43655     case Reply:
43656         switch(header->rep_status) {
43657         case NO_EXCEPTION:
43658             /* Function returns void */
43659 
43660             break;
43661         case USER_EXCEPTION:
43662             break;
43663         default:
43664             /* Unknown Exception */
43665             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
43666             break;
43667         }   /* switch(header->rep_status) */
43668 
43669         break;
43670     default:
43671         /* Unknown GIOP Message */
43672         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
43673         break;
43674     } /* switch(header->message_type) */
43675 }
43676 
43677 /*
43678  * IDL:org/csapi/mmm/IpAppMailbox/putMessageRes:1.0
43679  */
43680 static void
decode_org_csapi_mmm_IpAppMailbox_putMessageRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)43681 decode_org_csapi_mmm_IpAppMailbox_putMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
43682 {
43683     switch(header->message_type) {
43684     case Request:
43685         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_putMessageRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43686 
43687         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_putMessageRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43688 
43689         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMailbox_putMessageRes_messageID);
43690 
43691         break;
43692     case Reply:
43693         switch(header->rep_status) {
43694         case NO_EXCEPTION:
43695             /* Function returns void */
43696 
43697             break;
43698         case USER_EXCEPTION:
43699             break;
43700         default:
43701             /* Unknown Exception */
43702             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
43703             break;
43704         }   /* switch(header->rep_status) */
43705 
43706         break;
43707     default:
43708         /* Unknown GIOP Message */
43709         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
43710         break;
43711     } /* switch(header->message_type) */
43712 }
43713 
43714 /*
43715  * IDL:org/csapi/mmm/IpAppMailbox/putMessageErr:1.0
43716  */
43717 static void
decode_org_csapi_mmm_IpAppMailbox_putMessageErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)43718 decode_org_csapi_mmm_IpAppMailbox_putMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
43719 {
43720     /* Operation specific Variable declarations Begin */
43721     guint32   u_octet4;
43722     /* Operation specific Variable declarations End */
43723 
43724     switch(header->message_type) {
43725     case Request:
43726         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_putMessageErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43727 
43728         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_putMessageErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43729 
43730         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
43731         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_putMessageErr_error, tvb, *offset-4, 4, u_octet4);
43732 
43733         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMailbox_putMessageErr_errorDetails);
43734 
43735         break;
43736     case Reply:
43737         switch(header->rep_status) {
43738         case NO_EXCEPTION:
43739             /* Function returns void */
43740 
43741             break;
43742         case USER_EXCEPTION:
43743             break;
43744         default:
43745             /* Unknown Exception */
43746             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
43747             break;
43748         }   /* switch(header->rep_status) */
43749 
43750         break;
43751     default:
43752         /* Unknown GIOP Message */
43753         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
43754         break;
43755     } /* switch(header->message_type) */
43756 }
43757 
43758 /*
43759  * IDL:org/csapi/mmm/IpAppMailbox/copyMessageRes:1.0
43760  */
43761 static void
decode_org_csapi_mmm_IpAppMailbox_copyMessageRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)43762 decode_org_csapi_mmm_IpAppMailbox_copyMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
43763 {
43764     switch(header->message_type) {
43765     case Request:
43766         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_copyMessageRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43767 
43768         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_copyMessageRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43769 
43770         break;
43771     case Reply:
43772         switch(header->rep_status) {
43773         case NO_EXCEPTION:
43774             /* Function returns void */
43775 
43776             break;
43777         case USER_EXCEPTION:
43778             break;
43779         default:
43780             /* Unknown Exception */
43781             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
43782             break;
43783         }   /* switch(header->rep_status) */
43784 
43785         break;
43786     default:
43787         /* Unknown GIOP Message */
43788         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
43789         break;
43790     } /* switch(header->message_type) */
43791 }
43792 
43793 /*
43794  * IDL:org/csapi/mmm/IpAppMailbox/copyMessageErr:1.0
43795  */
43796 static void
decode_org_csapi_mmm_IpAppMailbox_copyMessageErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)43797 decode_org_csapi_mmm_IpAppMailbox_copyMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
43798 {
43799     /* Operation specific Variable declarations Begin */
43800     guint32   u_octet4;
43801     /* Operation specific Variable declarations End */
43802 
43803     switch(header->message_type) {
43804     case Request:
43805         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_copyMessageErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43806 
43807         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_copyMessageErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43808 
43809         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
43810         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_copyMessageErr_error, tvb, *offset-4, 4, u_octet4);
43811 
43812         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMailbox_copyMessageErr_errorDetails);
43813 
43814         break;
43815     case Reply:
43816         switch(header->rep_status) {
43817         case NO_EXCEPTION:
43818             /* Function returns void */
43819 
43820             break;
43821         case USER_EXCEPTION:
43822             break;
43823         default:
43824             /* Unknown Exception */
43825             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
43826             break;
43827         }   /* switch(header->rep_status) */
43828 
43829         break;
43830     default:
43831         /* Unknown GIOP Message */
43832         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
43833         break;
43834     } /* switch(header->message_type) */
43835 }
43836 
43837 /*
43838  * IDL:org/csapi/mmm/IpAppMailbox/moveMessageRes:1.0
43839  */
43840 static void
decode_org_csapi_mmm_IpAppMailbox_moveMessageRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)43841 decode_org_csapi_mmm_IpAppMailbox_moveMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
43842 {
43843     switch(header->message_type) {
43844     case Request:
43845         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_moveMessageRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43846 
43847         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_moveMessageRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43848 
43849         break;
43850     case Reply:
43851         switch(header->rep_status) {
43852         case NO_EXCEPTION:
43853             /* Function returns void */
43854 
43855             break;
43856         case USER_EXCEPTION:
43857             break;
43858         default:
43859             /* Unknown Exception */
43860             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
43861             break;
43862         }   /* switch(header->rep_status) */
43863 
43864         break;
43865     default:
43866         /* Unknown GIOP Message */
43867         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
43868         break;
43869     } /* switch(header->message_type) */
43870 }
43871 
43872 /*
43873  * IDL:org/csapi/mmm/IpAppMailbox/moveMessageErr:1.0
43874  */
43875 static void
decode_org_csapi_mmm_IpAppMailbox_moveMessageErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)43876 decode_org_csapi_mmm_IpAppMailbox_moveMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
43877 {
43878     /* Operation specific Variable declarations Begin */
43879     guint32   u_octet4;
43880     /* Operation specific Variable declarations End */
43881 
43882     switch(header->message_type) {
43883     case Request:
43884         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_moveMessageErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43885 
43886         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_moveMessageErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43887 
43888         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
43889         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_moveMessageErr_error, tvb, *offset-4, 4, u_octet4);
43890 
43891         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMailbox_moveMessageErr_errorDetails);
43892 
43893         break;
43894     case Reply:
43895         switch(header->rep_status) {
43896         case NO_EXCEPTION:
43897             /* Function returns void */
43898 
43899             break;
43900         case USER_EXCEPTION:
43901             break;
43902         default:
43903             /* Unknown Exception */
43904             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
43905             break;
43906         }   /* switch(header->rep_status) */
43907 
43908         break;
43909     default:
43910         /* Unknown GIOP Message */
43911         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
43912         break;
43913     } /* switch(header->message_type) */
43914 }
43915 
43916 /*
43917  * IDL:org/csapi/mmm/IpAppMailbox/deleteMessageRes:1.0
43918  */
43919 static void
decode_org_csapi_mmm_IpAppMailbox_deleteMessageRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)43920 decode_org_csapi_mmm_IpAppMailbox_deleteMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
43921 {
43922     switch(header->message_type) {
43923     case Request:
43924         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_deleteMessageRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43925 
43926         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_deleteMessageRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43927 
43928         break;
43929     case Reply:
43930         switch(header->rep_status) {
43931         case NO_EXCEPTION:
43932             /* Function returns void */
43933 
43934             break;
43935         case USER_EXCEPTION:
43936             break;
43937         default:
43938             /* Unknown Exception */
43939             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
43940             break;
43941         }   /* switch(header->rep_status) */
43942 
43943         break;
43944     default:
43945         /* Unknown GIOP Message */
43946         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
43947         break;
43948     } /* switch(header->message_type) */
43949 }
43950 
43951 /*
43952  * IDL:org/csapi/mmm/IpAppMailbox/deleteMessageErr:1.0
43953  */
43954 static void
decode_org_csapi_mmm_IpAppMailbox_deleteMessageErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)43955 decode_org_csapi_mmm_IpAppMailbox_deleteMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
43956 {
43957     /* Operation specific Variable declarations Begin */
43958     guint32   u_octet4;
43959     /* Operation specific Variable declarations End */
43960 
43961     switch(header->message_type) {
43962     case Request:
43963         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_deleteMessageErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43964 
43965         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_deleteMessageErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
43966 
43967         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
43968         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_deleteMessageErr_error, tvb, *offset-4, 4, u_octet4);
43969 
43970         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMailbox_deleteMessageErr_errorDetails);
43971 
43972         break;
43973     case Reply:
43974         switch(header->rep_status) {
43975         case NO_EXCEPTION:
43976             /* Function returns void */
43977 
43978             break;
43979         case USER_EXCEPTION:
43980             break;
43981         default:
43982             /* Unknown Exception */
43983             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
43984             break;
43985         }   /* switch(header->rep_status) */
43986 
43987         break;
43988     default:
43989         /* Unknown GIOP Message */
43990         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
43991         break;
43992     } /* switch(header->message_type) */
43993 }
43994 
43995 /*
43996  * IDL:org/csapi/mmm/IpAppMailbox/listMessagesRes:1.0
43997  */
43998 static void
decode_org_csapi_mmm_IpAppMailbox_listMessagesRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)43999 decode_org_csapi_mmm_IpAppMailbox_listMessagesRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
44000 {
44001     /* Operation specific Variable declarations Begin */
44002     guint32   u_octet4_loop_org_csapi_mmm_IpAppMailbox_listMessagesRes_messageList;
44003     guint32   i_org_csapi_mmm_IpAppMailbox_listMessagesRes_messageList;
44004     /* Operation specific Variable declarations End */
44005 
44006     switch(header->message_type) {
44007     case Request:
44008         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_listMessagesRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44009 
44010         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_listMessagesRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44011 
44012         u_octet4_loop_org_csapi_mmm_IpAppMailbox_listMessagesRes_messageList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
44013         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_listMessagesRes_messageList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMailbox_listMessagesRes_messageList);
44014 
44015         for (i_org_csapi_mmm_IpAppMailbox_listMessagesRes_messageList=0; i_org_csapi_mmm_IpAppMailbox_listMessagesRes_messageList < u_octet4_loop_org_csapi_mmm_IpAppMailbox_listMessagesRes_messageList; i_org_csapi_mmm_IpAppMailbox_listMessagesRes_messageList++) {
44016 
44017             /*  Begin struct "org_csapi_mmm_TpMessageDescription"  */
44018             decode_org_csapi_mmm_TpMessageDescription_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
44019             /*  End struct "org_csapi_mmm_TpMessageDescription"  */
44020         }
44021 
44022         /*  Begin struct "org_csapi_mmm_TpMailboxFolderStatusInformation"  */
44023         decode_org_csapi_mmm_TpMailboxFolderStatusInformation_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
44024         /*  End struct "org_csapi_mmm_TpMailboxFolderStatusInformation"  */
44025         proto_tree_add_boolean(tree, hf_org_csapi_mmm_IpAppMailbox_listMessagesRes_final, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
44026 
44027         break;
44028     case Reply:
44029         switch(header->rep_status) {
44030         case NO_EXCEPTION:
44031             /* Function returns void */
44032 
44033             break;
44034         case USER_EXCEPTION:
44035             break;
44036         default:
44037             /* Unknown Exception */
44038             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
44039             break;
44040         }   /* switch(header->rep_status) */
44041 
44042         break;
44043     default:
44044         /* Unknown GIOP Message */
44045         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
44046         break;
44047     } /* switch(header->message_type) */
44048 }
44049 
44050 /*
44051  * IDL:org/csapi/mmm/IpAppMailbox/listMessagesErr:1.0
44052  */
44053 static void
decode_org_csapi_mmm_IpAppMailbox_listMessagesErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)44054 decode_org_csapi_mmm_IpAppMailbox_listMessagesErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
44055 {
44056     /* Operation specific Variable declarations Begin */
44057     guint32   u_octet4;
44058     /* Operation specific Variable declarations End */
44059 
44060     switch(header->message_type) {
44061     case Request:
44062         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_listMessagesErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44063 
44064         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_listMessagesErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44065 
44066         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
44067         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_listMessagesErr_error, tvb, *offset-4, 4, u_octet4);
44068 
44069         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMailbox_listMessagesErr_errorDetails);
44070 
44071         break;
44072     case Reply:
44073         switch(header->rep_status) {
44074         case NO_EXCEPTION:
44075             /* Function returns void */
44076 
44077             break;
44078         case USER_EXCEPTION:
44079             break;
44080         default:
44081             /* Unknown Exception */
44082             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
44083             break;
44084         }   /* switch(header->rep_status) */
44085 
44086         break;
44087     default:
44088         /* Unknown GIOP Message */
44089         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
44090         break;
44091     } /* switch(header->message_type) */
44092 }
44093 
44094 /*
44095  * IDL:org/csapi/mmm/IpAppMailbox/listMessageBodyPartsRes:1.0
44096  */
44097 static void
decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)44098 decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
44099 {
44100     /* Operation specific Variable declarations Begin */
44101     guint32   u_octet4_loop_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_partsList;
44102     guint32   i_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_partsList;
44103     /* Operation specific Variable declarations End */
44104 
44105     switch(header->message_type) {
44106     case Request:
44107         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44108 
44109         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44110 
44111         u_octet4_loop_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_partsList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
44112         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_partsList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_partsList);
44113 
44114         for (i_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_partsList=0; i_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_partsList < u_octet4_loop_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_partsList; i_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_partsList++) {
44115 
44116             /*  Begin struct "org_csapi_mmm_TpBodyPartDescription"  */
44117             decode_org_csapi_mmm_TpBodyPartDescription_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
44118             /*  End struct "org_csapi_mmm_TpBodyPartDescription"  */
44119         }
44120 
44121         break;
44122     case Reply:
44123         switch(header->rep_status) {
44124         case NO_EXCEPTION:
44125             /* Function returns void */
44126 
44127             break;
44128         case USER_EXCEPTION:
44129             break;
44130         default:
44131             /* Unknown Exception */
44132             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
44133             break;
44134         }   /* switch(header->rep_status) */
44135 
44136         break;
44137     default:
44138         /* Unknown GIOP Message */
44139         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
44140         break;
44141     } /* switch(header->message_type) */
44142 }
44143 
44144 /*
44145  * IDL:org/csapi/mmm/IpAppMailbox/listMessageBodyPartsErr:1.0
44146  */
44147 static void
decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)44148 decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
44149 {
44150     /* Operation specific Variable declarations Begin */
44151     guint32   u_octet4;
44152     /* Operation specific Variable declarations End */
44153 
44154     switch(header->message_type) {
44155     case Request:
44156         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44157 
44158         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44159 
44160         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
44161         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr_error, tvb, *offset-4, 4, u_octet4);
44162 
44163         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr_errorDetails);
44164 
44165         break;
44166     case Reply:
44167         switch(header->rep_status) {
44168         case NO_EXCEPTION:
44169             /* Function returns void */
44170 
44171             break;
44172         case USER_EXCEPTION:
44173             break;
44174         default:
44175             /* Unknown Exception */
44176             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
44177             break;
44178         }   /* switch(header->rep_status) */
44179 
44180         break;
44181     default:
44182         /* Unknown GIOP Message */
44183         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
44184         break;
44185     } /* switch(header->message_type) */
44186 }
44187 
44188 /*
44189  * IDL:org/csapi/mmm/IpAppMailbox/getMessageBodyPartsRes:1.0
44190  */
44191 static void
decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)44192 decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
44193 {
44194     /* Operation specific Variable declarations Begin */
44195     guint32   u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_bodyParts;
44196     guint32   i_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_bodyParts;
44197     /* Operation specific Variable declarations End */
44198 
44199     switch(header->message_type) {
44200     case Request:
44201         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44202 
44203         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44204 
44205         u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_bodyParts = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
44206         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_bodyParts_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_bodyParts);
44207 
44208         for (i_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_bodyParts=0; i_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_bodyParts < u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_bodyParts; i_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_bodyParts++) {
44209 
44210             /*  Begin struct "org_csapi_mmm_TpBodyPart"  */
44211             decode_org_csapi_mmm_TpBodyPart_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
44212             /*  End struct "org_csapi_mmm_TpBodyPart"  */
44213         }
44214 
44215         break;
44216     case Reply:
44217         switch(header->rep_status) {
44218         case NO_EXCEPTION:
44219             /* Function returns void */
44220 
44221             break;
44222         case USER_EXCEPTION:
44223             break;
44224         default:
44225             /* Unknown Exception */
44226             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
44227             break;
44228         }   /* switch(header->rep_status) */
44229 
44230         break;
44231     default:
44232         /* Unknown GIOP Message */
44233         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
44234         break;
44235     } /* switch(header->message_type) */
44236 }
44237 
44238 /*
44239  * IDL:org/csapi/mmm/IpAppMailbox/getMessageBodyPartsErr:1.0
44240  */
44241 static void
decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)44242 decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
44243 {
44244     /* Operation specific Variable declarations Begin */
44245     guint32   u_octet4;
44246     /* Operation specific Variable declarations End */
44247 
44248     switch(header->message_type) {
44249     case Request:
44250         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44251 
44252         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44253 
44254         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
44255         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr_error, tvb, *offset-4, 4, u_octet4);
44256 
44257         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr_errorDetails);
44258 
44259         break;
44260     case Reply:
44261         switch(header->rep_status) {
44262         case NO_EXCEPTION:
44263             /* Function returns void */
44264 
44265             break;
44266         case USER_EXCEPTION:
44267             break;
44268         default:
44269             /* Unknown Exception */
44270             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
44271             break;
44272         }   /* switch(header->rep_status) */
44273 
44274         break;
44275     default:
44276         /* Unknown GIOP Message */
44277         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
44278         break;
44279     } /* switch(header->message_type) */
44280 }
44281 
44282 /*
44283  * IDL:org/csapi/mmm/IpAppMailbox/getMessageHeadersRes:1.0
44284  */
44285 static void
decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)44286 decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
44287 {
44288     /* Operation specific Variable declarations Begin */
44289     guint32   u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_headers;
44290     guint32   i_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_headers;
44291     /* Operation specific Variable declarations End */
44292 
44293     switch(header->message_type) {
44294     case Request:
44295         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44296 
44297         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44298 
44299         u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_headers = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
44300         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_headers_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_headers);
44301 
44302         for (i_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_headers=0; i_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_headers < u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_headers; i_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_headers++) {
44303 
44304             /*  Begin union "org_csapi_mmm_TpMessageHeaderField"  */
44305             decode_org_csapi_mmm_TpMessageHeaderField_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
44306 
44307             /*  End union "org_csapi_mmm_TpMessageHeaderField"  */
44308         }
44309 
44310         break;
44311     case Reply:
44312         switch(header->rep_status) {
44313         case NO_EXCEPTION:
44314             /* Function returns void */
44315 
44316             break;
44317         case USER_EXCEPTION:
44318             break;
44319         default:
44320             /* Unknown Exception */
44321             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
44322             break;
44323         }   /* switch(header->rep_status) */
44324 
44325         break;
44326     default:
44327         /* Unknown GIOP Message */
44328         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
44329         break;
44330     } /* switch(header->message_type) */
44331 }
44332 
44333 /*
44334  * IDL:org/csapi/mmm/IpAppMailbox/getMessageHeadersErr:1.0
44335  */
44336 static void
decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)44337 decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
44338 {
44339     /* Operation specific Variable declarations Begin */
44340     guint32   u_octet4;
44341     /* Operation specific Variable declarations End */
44342 
44343     switch(header->message_type) {
44344     case Request:
44345         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44346 
44347         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44348 
44349         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
44350         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr_error, tvb, *offset-4, 4, u_octet4);
44351 
44352         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr_errorDetails);
44353 
44354         break;
44355     case Reply:
44356         switch(header->rep_status) {
44357         case NO_EXCEPTION:
44358             /* Function returns void */
44359 
44360             break;
44361         case USER_EXCEPTION:
44362             break;
44363         default:
44364             /* Unknown Exception */
44365             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
44366             break;
44367         }   /* switch(header->rep_status) */
44368 
44369         break;
44370     default:
44371         /* Unknown GIOP Message */
44372         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
44373         break;
44374     } /* switch(header->message_type) */
44375 }
44376 
44377 /*
44378  * IDL:org/csapi/mmm/IpAppMailbox/getMessageContentRes:1.0
44379  */
44380 static void
decode_org_csapi_mmm_IpAppMailbox_getMessageContentRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)44381 decode_org_csapi_mmm_IpAppMailbox_getMessageContentRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
44382 {
44383     /* Operation specific Variable declarations Begin */
44384     guint32   u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content;
44385     guint32   i_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content;
44386     /* Operation specific Variable declarations End */
44387 
44388     switch(header->message_type) {
44389     case Request:
44390         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44391 
44392         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44393 
44394         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_contentType);
44395 
44396         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_contentTransferEncoding);
44397 
44398         u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
44399         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content);
44400 
44401         for (i_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content=0; i_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content < u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content; i_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content++) {
44402 
44403             proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
44404 
44405         }
44406 
44407         break;
44408     case Reply:
44409         switch(header->rep_status) {
44410         case NO_EXCEPTION:
44411             /* Function returns void */
44412 
44413             break;
44414         case USER_EXCEPTION:
44415             break;
44416         default:
44417             /* Unknown Exception */
44418             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
44419             break;
44420         }   /* switch(header->rep_status) */
44421 
44422         break;
44423     default:
44424         /* Unknown GIOP Message */
44425         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
44426         break;
44427     } /* switch(header->message_type) */
44428 }
44429 
44430 /*
44431  * IDL:org/csapi/mmm/IpAppMailbox/getMessageContentErr:1.0
44432  */
44433 static void
decode_org_csapi_mmm_IpAppMailbox_getMessageContentErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)44434 decode_org_csapi_mmm_IpAppMailbox_getMessageContentErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
44435 {
44436     /* Operation specific Variable declarations Begin */
44437     guint32   u_octet4;
44438     /* Operation specific Variable declarations End */
44439 
44440     switch(header->message_type) {
44441     case Request:
44442         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageContentErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44443 
44444         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageContentErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44445 
44446         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
44447         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageContentErr_error, tvb, *offset-4, 4, u_octet4);
44448 
44449         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMailbox_getMessageContentErr_errorDetails);
44450 
44451         break;
44452     case Reply:
44453         switch(header->rep_status) {
44454         case NO_EXCEPTION:
44455             /* Function returns void */
44456 
44457             break;
44458         case USER_EXCEPTION:
44459             break;
44460         default:
44461             /* Unknown Exception */
44462             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
44463             break;
44464         }   /* switch(header->rep_status) */
44465 
44466         break;
44467     default:
44468         /* Unknown GIOP Message */
44469         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
44470         break;
44471     } /* switch(header->message_type) */
44472 }
44473 
44474 /*
44475  * IDL:org/csapi/mmm/IpAppMailbox/getFullMessageRes:1.0
44476  */
44477 static void
decode_org_csapi_mmm_IpAppMailbox_getFullMessageRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)44478 decode_org_csapi_mmm_IpAppMailbox_getFullMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
44479 {
44480     /* Operation specific Variable declarations Begin */
44481     guint32   u_octet4_loop_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message;
44482     guint32   i_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message;
44483     /* Operation specific Variable declarations End */
44484 
44485     switch(header->message_type) {
44486     case Request:
44487         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getFullMessageRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44488 
44489         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getFullMessageRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44490 
44491         u_octet4_loop_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
44492         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message);
44493 
44494         for (i_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message=0; i_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message < u_octet4_loop_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message; i_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message++) {
44495 
44496             proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
44497 
44498         }
44499 
44500         break;
44501     case Reply:
44502         switch(header->rep_status) {
44503         case NO_EXCEPTION:
44504             /* Function returns void */
44505 
44506             break;
44507         case USER_EXCEPTION:
44508             break;
44509         default:
44510             /* Unknown Exception */
44511             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
44512             break;
44513         }   /* switch(header->rep_status) */
44514 
44515         break;
44516     default:
44517         /* Unknown GIOP Message */
44518         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
44519         break;
44520     } /* switch(header->message_type) */
44521 }
44522 
44523 /*
44524  * IDL:org/csapi/mmm/IpAppMailbox/getFullMessageErr:1.0
44525  */
44526 static void
decode_org_csapi_mmm_IpAppMailbox_getFullMessageErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)44527 decode_org_csapi_mmm_IpAppMailbox_getFullMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
44528 {
44529     /* Operation specific Variable declarations Begin */
44530     guint32   u_octet4;
44531     /* Operation specific Variable declarations End */
44532 
44533     switch(header->message_type) {
44534     case Request:
44535         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getFullMessageErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44536 
44537         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getFullMessageErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44538 
44539         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
44540         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getFullMessageErr_error, tvb, *offset-4, 4, u_octet4);
44541 
44542         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMailbox_getFullMessageErr_errorDetails);
44543 
44544         break;
44545     case Reply:
44546         switch(header->rep_status) {
44547         case NO_EXCEPTION:
44548             /* Function returns void */
44549 
44550             break;
44551         case USER_EXCEPTION:
44552             break;
44553         default:
44554             /* Unknown Exception */
44555             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
44556             break;
44557         }   /* switch(header->rep_status) */
44558 
44559         break;
44560     default:
44561         /* Unknown GIOP Message */
44562         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
44563         break;
44564     } /* switch(header->message_type) */
44565 }
44566 
44567 /*
44568  * IDL:org/csapi/mmm/IpAppMailbox/getMailboxInfoPropertiesRes:1.0
44569  */
44570 static void
decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)44571 decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
44572 {
44573     /* Operation specific Variable declarations Begin */
44574     guint32   u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_returnedProperties;
44575     guint32   i_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_returnedProperties;
44576     /* Operation specific Variable declarations End */
44577 
44578     switch(header->message_type) {
44579     case Request:
44580         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44581 
44582         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44583 
44584         u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_returnedProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
44585         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_returnedProperties_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_returnedProperties);
44586 
44587         for (i_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_returnedProperties=0; i_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_returnedProperties < u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_returnedProperties; i_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_returnedProperties++) {
44588 
44589             /*  Begin union "org_csapi_mmm_TpMailboxInfoProperty"  */
44590             decode_org_csapi_mmm_TpMailboxInfoProperty_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
44591 
44592             /*  End union "org_csapi_mmm_TpMailboxInfoProperty"  */
44593         }
44594 
44595         break;
44596     case Reply:
44597         switch(header->rep_status) {
44598         case NO_EXCEPTION:
44599             /* Function returns void */
44600 
44601             break;
44602         case USER_EXCEPTION:
44603             break;
44604         default:
44605             /* Unknown Exception */
44606             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
44607             break;
44608         }   /* switch(header->rep_status) */
44609 
44610         break;
44611     default:
44612         /* Unknown GIOP Message */
44613         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
44614         break;
44615     } /* switch(header->message_type) */
44616 }
44617 
44618 /*
44619  * IDL:org/csapi/mmm/IpAppMailbox/getFolderInfoPropertiesRes:1.0
44620  */
44621 static void
decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)44622 decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
44623 {
44624     /* Operation specific Variable declarations Begin */
44625     guint32   u_octet4_loop_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_returnedProperties;
44626     guint32   i_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_returnedProperties;
44627     /* Operation specific Variable declarations End */
44628 
44629     switch(header->message_type) {
44630     case Request:
44631         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44632 
44633         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44634 
44635         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_folderID);
44636 
44637         u_octet4_loop_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_returnedProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
44638         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_returnedProperties_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_returnedProperties);
44639 
44640         for (i_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_returnedProperties=0; i_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_returnedProperties < u_octet4_loop_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_returnedProperties; i_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_returnedProperties++) {
44641 
44642             /*  Begin union "org_csapi_mmm_TpFolderInfoProperty"  */
44643             decode_org_csapi_mmm_TpFolderInfoProperty_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
44644 
44645             /*  End union "org_csapi_mmm_TpFolderInfoProperty"  */
44646         }
44647 
44648         break;
44649     case Reply:
44650         switch(header->rep_status) {
44651         case NO_EXCEPTION:
44652             /* Function returns void */
44653 
44654             break;
44655         case USER_EXCEPTION:
44656             break;
44657         default:
44658             /* Unknown Exception */
44659             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
44660             break;
44661         }   /* switch(header->rep_status) */
44662 
44663         break;
44664     default:
44665         /* Unknown GIOP Message */
44666         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
44667         break;
44668     } /* switch(header->message_type) */
44669 }
44670 
44671 /*
44672  * IDL:org/csapi/mmm/IpAppMailbox/getMessageInfoPropertiesRes:1.0
44673  */
44674 static void
decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)44675 decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
44676 {
44677     /* Operation specific Variable declarations Begin */
44678     guint32   u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_returnedProperties;
44679     guint32   i_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_returnedProperties;
44680     /* Operation specific Variable declarations End */
44681 
44682     switch(header->message_type) {
44683     case Request:
44684         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44685 
44686         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44687 
44688         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_messageID);
44689 
44690         u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_returnedProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
44691         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_returnedProperties_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_returnedProperties);
44692 
44693         for (i_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_returnedProperties=0; i_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_returnedProperties < u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_returnedProperties; i_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_returnedProperties++) {
44694 
44695             /*  Begin union "org_csapi_mmm_TpMessageInfoProperty"  */
44696             decode_org_csapi_mmm_TpMessageInfoProperty_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
44697 
44698             /*  End union "org_csapi_mmm_TpMessageInfoProperty"  */
44699         }
44700 
44701         break;
44702     case Reply:
44703         switch(header->rep_status) {
44704         case NO_EXCEPTION:
44705             /* Function returns void */
44706 
44707             break;
44708         case USER_EXCEPTION:
44709             break;
44710         default:
44711             /* Unknown Exception */
44712             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
44713             break;
44714         }   /* switch(header->rep_status) */
44715 
44716         break;
44717     default:
44718         /* Unknown GIOP Message */
44719         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
44720         break;
44721     } /* switch(header->message_type) */
44722 }
44723 
44724 /*
44725  * IDL:org/csapi/mmm/IpAppMailbox/setMessageInfoPropertiesRes:1.0
44726  */
44727 static void
decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)44728 decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
44729 {
44730     /* Operation specific Variable declarations Begin */
44731     guint32   u_octet4_loop_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_propertiesUpdated;
44732     guint32   i_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_propertiesUpdated;
44733     /* Operation specific Variable declarations End */
44734 
44735     switch(header->message_type) {
44736     case Request:
44737         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44738 
44739         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44740 
44741         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_messageID);
44742 
44743         u_octet4_loop_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_propertiesUpdated = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
44744         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_propertiesUpdated_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_propertiesUpdated);
44745 
44746         for (i_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_propertiesUpdated=0; i_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_propertiesUpdated < u_octet4_loop_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_propertiesUpdated; i_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_propertiesUpdated++) {
44747 
44748             /*  Begin union "org_csapi_mmm_TpMessageInfoProperty"  */
44749             decode_org_csapi_mmm_TpMessageInfoProperty_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
44750 
44751             /*  End union "org_csapi_mmm_TpMessageInfoProperty"  */
44752         }
44753 
44754         break;
44755     case Reply:
44756         switch(header->rep_status) {
44757         case NO_EXCEPTION:
44758             /* Function returns void */
44759 
44760             break;
44761         case USER_EXCEPTION:
44762             break;
44763         default:
44764             /* Unknown Exception */
44765             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
44766             break;
44767         }   /* switch(header->rep_status) */
44768 
44769         break;
44770     default:
44771         /* Unknown GIOP Message */
44772         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
44773         break;
44774     } /* switch(header->message_type) */
44775 }
44776 
44777 /*
44778  * IDL:org/csapi/mmm/IpAppMailbox/setMessageInfoPropertiesErr:1.0
44779  */
44780 static void
decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)44781 decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
44782 {
44783     /* Operation specific Variable declarations Begin */
44784     guint32   u_octet4_loop_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_propertiesNotUpdated;
44785     guint32   i_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_propertiesNotUpdated;
44786     /* Operation specific Variable declarations End */
44787 
44788     switch(header->message_type) {
44789     case Request:
44790         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44791 
44792         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44793 
44794         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_messageID);
44795 
44796         u_octet4_loop_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_propertiesNotUpdated = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
44797         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_propertiesNotUpdated_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_propertiesNotUpdated);
44798 
44799         for (i_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_propertiesNotUpdated=0; i_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_propertiesNotUpdated < u_octet4_loop_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_propertiesNotUpdated; i_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_propertiesNotUpdated++) {
44800 
44801             /*  Begin struct "org_csapi_mmm_TpMessageInfoPropertyError"  */
44802             decode_org_csapi_mmm_TpMessageInfoPropertyError_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
44803             /*  End struct "org_csapi_mmm_TpMessageInfoPropertyError"  */
44804         }
44805 
44806         break;
44807     case Reply:
44808         switch(header->rep_status) {
44809         case NO_EXCEPTION:
44810             /* Function returns void */
44811 
44812             break;
44813         case USER_EXCEPTION:
44814             break;
44815         default:
44816             /* Unknown Exception */
44817             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
44818             break;
44819         }   /* switch(header->rep_status) */
44820 
44821         break;
44822     default:
44823         /* Unknown GIOP Message */
44824         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
44825         break;
44826     } /* switch(header->message_type) */
44827 }
44828 
44829 /*
44830  * IDL:org/csapi/mmm/IpAppMailbox/getMailboxInfoPropertiesErr:1.0
44831  */
44832 static void
decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)44833 decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
44834 {
44835     /* Operation specific Variable declarations Begin */
44836     guint32   u_octet4;
44837     /* Operation specific Variable declarations End */
44838 
44839     switch(header->message_type) {
44840     case Request:
44841         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44842 
44843         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44844 
44845         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
44846         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr_error, tvb, *offset-4, 4, u_octet4);
44847 
44848         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr_errorDetails);
44849 
44850         break;
44851     case Reply:
44852         switch(header->rep_status) {
44853         case NO_EXCEPTION:
44854             /* Function returns void */
44855 
44856             break;
44857         case USER_EXCEPTION:
44858             break;
44859         default:
44860             /* Unknown Exception */
44861             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
44862             break;
44863         }   /* switch(header->rep_status) */
44864 
44865         break;
44866     default:
44867         /* Unknown GIOP Message */
44868         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
44869         break;
44870     } /* switch(header->message_type) */
44871 }
44872 
44873 /*
44874  * IDL:org/csapi/mmm/IpAppMailbox/getFolderInfoPropertiesErr:1.0
44875  */
44876 static void
decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)44877 decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
44878 {
44879     /* Operation specific Variable declarations Begin */
44880     guint32   u_octet4;
44881     /* Operation specific Variable declarations End */
44882 
44883     switch(header->message_type) {
44884     case Request:
44885         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44886 
44887         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44888 
44889         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
44890         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr_error, tvb, *offset-4, 4, u_octet4);
44891 
44892         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr_errorDetails);
44893 
44894         break;
44895     case Reply:
44896         switch(header->rep_status) {
44897         case NO_EXCEPTION:
44898             /* Function returns void */
44899 
44900             break;
44901         case USER_EXCEPTION:
44902             break;
44903         default:
44904             /* Unknown Exception */
44905             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
44906             break;
44907         }   /* switch(header->rep_status) */
44908 
44909         break;
44910     default:
44911         /* Unknown GIOP Message */
44912         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
44913         break;
44914     } /* switch(header->message_type) */
44915 }
44916 
44917 /*
44918  * IDL:org/csapi/mmm/IpAppMailbox/getMessageInfoPropertiesErr:1.0
44919  */
44920 static void
decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)44921 decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
44922 {
44923     /* Operation specific Variable declarations Begin */
44924     guint32   u_octet4;
44925     /* Operation specific Variable declarations End */
44926 
44927     switch(header->message_type) {
44928     case Request:
44929         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44930 
44931         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44932 
44933         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
44934         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr_error, tvb, *offset-4, 4, u_octet4);
44935 
44936         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr_errorDetails);
44937 
44938         break;
44939     case Reply:
44940         switch(header->rep_status) {
44941         case NO_EXCEPTION:
44942             /* Function returns void */
44943 
44944             break;
44945         case USER_EXCEPTION:
44946             break;
44947         default:
44948             /* Unknown Exception */
44949             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
44950             break;
44951         }   /* switch(header->rep_status) */
44952 
44953         break;
44954     default:
44955         /* Unknown GIOP Message */
44956         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
44957         break;
44958     } /* switch(header->message_type) */
44959 }
44960 
44961 /*
44962  * IDL:org/csapi/mmm/IpMailbox/close:1.0
44963  */
44964 static void
decode_org_csapi_mmm_IpMailbox_close(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)44965 decode_org_csapi_mmm_IpMailbox_close(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
44966 {
44967     switch(header->message_type) {
44968     case Request:
44969         proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_close_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
44970 
44971         break;
44972     case Reply:
44973         switch(header->rep_status) {
44974         case NO_EXCEPTION:
44975             /* Function returns void */
44976 
44977             break;
44978         case USER_EXCEPTION:
44979             break;
44980         default:
44981             /* Unknown Exception */
44982             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
44983             break;
44984         }   /* switch(header->rep_status) */
44985 
44986         break;
44987     default:
44988         /* Unknown GIOP Message */
44989         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
44990         break;
44991     } /* switch(header->message_type) */
44992 }
44993 
44994 /*
44995  * IDL:org/csapi/mmm/IpMailbox/createFolderReq:1.0
44996  */
44997 static void
decode_org_csapi_mmm_IpMailbox_createFolderReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)44998 decode_org_csapi_mmm_IpMailbox_createFolderReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
44999 {
45000     switch(header->message_type) {
45001     case Request:
45002         proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_createFolderReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45003 
45004         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMailbox_createFolderReq_folderID);
45005 
45006         break;
45007     case Reply:
45008         switch(header->rep_status) {
45009         case NO_EXCEPTION:
45010             proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_createFolderReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45011 
45012             break;
45013         case USER_EXCEPTION:
45014             break;
45015         default:
45016             /* Unknown Exception */
45017             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
45018             break;
45019         }   /* switch(header->rep_status) */
45020 
45021         break;
45022     default:
45023         /* Unknown GIOP Message */
45024         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
45025         break;
45026     } /* switch(header->message_type) */
45027 }
45028 
45029 /*
45030  * IDL:org/csapi/mmm/IpMailbox/getFoldersReq:1.0
45031  */
45032 static void
decode_org_csapi_mmm_IpMailbox_getFoldersReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)45033 decode_org_csapi_mmm_IpMailbox_getFoldersReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
45034 {
45035     switch(header->message_type) {
45036     case Request:
45037         proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_getFoldersReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45038 
45039         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMailbox_getFoldersReq_folderID);
45040 
45041         break;
45042     case Reply:
45043         switch(header->rep_status) {
45044         case NO_EXCEPTION:
45045             proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_getFoldersReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45046 
45047             break;
45048         case USER_EXCEPTION:
45049             break;
45050         default:
45051             /* Unknown Exception */
45052             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
45053             break;
45054         }   /* switch(header->rep_status) */
45055 
45056         break;
45057     default:
45058         /* Unknown GIOP Message */
45059         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
45060         break;
45061     } /* switch(header->message_type) */
45062 }
45063 
45064 /*
45065  * IDL:org/csapi/mmm/IpMailbox/deleteFolderReq:1.0
45066  */
45067 static void
decode_org_csapi_mmm_IpMailbox_deleteFolderReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)45068 decode_org_csapi_mmm_IpMailbox_deleteFolderReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
45069 {
45070     switch(header->message_type) {
45071     case Request:
45072         proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_deleteFolderReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45073 
45074         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMailbox_deleteFolderReq_folderID);
45075 
45076         break;
45077     case Reply:
45078         switch(header->rep_status) {
45079         case NO_EXCEPTION:
45080             proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_deleteFolderReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45081 
45082             break;
45083         case USER_EXCEPTION:
45084             break;
45085         default:
45086             /* Unknown Exception */
45087             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
45088             break;
45089         }   /* switch(header->rep_status) */
45090 
45091         break;
45092     default:
45093         /* Unknown GIOP Message */
45094         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
45095         break;
45096     } /* switch(header->message_type) */
45097 }
45098 
45099 /*
45100  * IDL:org/csapi/mmm/IpMailbox/copyFolderReq:1.0
45101  */
45102 static void
decode_org_csapi_mmm_IpMailbox_copyFolderReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)45103 decode_org_csapi_mmm_IpMailbox_copyFolderReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
45104 {
45105     switch(header->message_type) {
45106     case Request:
45107         proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_copyFolderReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45108 
45109         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMailbox_copyFolderReq_sourceFolderID);
45110 
45111         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMailbox_copyFolderReq_destinationFolderID);
45112 
45113         break;
45114     case Reply:
45115         switch(header->rep_status) {
45116         case NO_EXCEPTION:
45117             proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_copyFolderReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45118 
45119             break;
45120         case USER_EXCEPTION:
45121             break;
45122         default:
45123             /* Unknown Exception */
45124             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
45125             break;
45126         }   /* switch(header->rep_status) */
45127 
45128         break;
45129     default:
45130         /* Unknown GIOP Message */
45131         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
45132         break;
45133     } /* switch(header->message_type) */
45134 }
45135 
45136 /*
45137  * IDL:org/csapi/mmm/IpMailbox/moveFolderReq:1.0
45138  */
45139 static void
decode_org_csapi_mmm_IpMailbox_moveFolderReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)45140 decode_org_csapi_mmm_IpMailbox_moveFolderReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
45141 {
45142     switch(header->message_type) {
45143     case Request:
45144         proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_moveFolderReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45145 
45146         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMailbox_moveFolderReq_sourceFolderID);
45147 
45148         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMailbox_moveFolderReq_destinationFolderID);
45149 
45150         break;
45151     case Reply:
45152         switch(header->rep_status) {
45153         case NO_EXCEPTION:
45154             proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_moveFolderReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45155 
45156             break;
45157         case USER_EXCEPTION:
45158             break;
45159         default:
45160             /* Unknown Exception */
45161             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
45162             break;
45163         }   /* switch(header->rep_status) */
45164 
45165         break;
45166     default:
45167         /* Unknown GIOP Message */
45168         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
45169         break;
45170     } /* switch(header->message_type) */
45171 }
45172 
45173 /*
45174  * IDL:org/csapi/mmm/IpMailbox/putMessageReq:1.0
45175  */
45176 static void
decode_org_csapi_mmm_IpMailbox_putMessageReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)45177 decode_org_csapi_mmm_IpMailbox_putMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
45178 {
45179     /* Operation specific Variable declarations Begin */
45180     guint32   u_octet4_loop_org_csapi_mmm_IpMailbox_putMessageReq_message;
45181     guint32   i_org_csapi_mmm_IpMailbox_putMessageReq_message;
45182     /* Operation specific Variable declarations End */
45183 
45184     switch(header->message_type) {
45185     case Request:
45186         proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_putMessageReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45187 
45188         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMailbox_putMessageReq_folderID);
45189 
45190         u_octet4_loop_org_csapi_mmm_IpMailbox_putMessageReq_message = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
45191         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_putMessageReq_message_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpMailbox_putMessageReq_message);
45192 
45193         for (i_org_csapi_mmm_IpMailbox_putMessageReq_message=0; i_org_csapi_mmm_IpMailbox_putMessageReq_message < u_octet4_loop_org_csapi_mmm_IpMailbox_putMessageReq_message; i_org_csapi_mmm_IpMailbox_putMessageReq_message++) {
45194 
45195             proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_putMessageReq_message, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
45196 
45197         }
45198 
45199         break;
45200     case Reply:
45201         switch(header->rep_status) {
45202         case NO_EXCEPTION:
45203             proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_putMessageReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45204 
45205             break;
45206         case USER_EXCEPTION:
45207             break;
45208         default:
45209             /* Unknown Exception */
45210             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
45211             break;
45212         }   /* switch(header->rep_status) */
45213 
45214         break;
45215     default:
45216         /* Unknown GIOP Message */
45217         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
45218         break;
45219     } /* switch(header->message_type) */
45220 }
45221 
45222 /*
45223  * IDL:org/csapi/mmm/IpMailbox/copyMessageReq:1.0
45224  */
45225 static void
decode_org_csapi_mmm_IpMailbox_copyMessageReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)45226 decode_org_csapi_mmm_IpMailbox_copyMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
45227 {
45228     switch(header->message_type) {
45229     case Request:
45230         proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_copyMessageReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45231 
45232         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMailbox_copyMessageReq_fromFolderID);
45233 
45234         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMailbox_copyMessageReq_toFolderID);
45235 
45236         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMailbox_copyMessageReq_messageID);
45237 
45238         break;
45239     case Reply:
45240         switch(header->rep_status) {
45241         case NO_EXCEPTION:
45242             proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_copyMessageReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45243 
45244             break;
45245         case USER_EXCEPTION:
45246             break;
45247         default:
45248             /* Unknown Exception */
45249             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
45250             break;
45251         }   /* switch(header->rep_status) */
45252 
45253         break;
45254     default:
45255         /* Unknown GIOP Message */
45256         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
45257         break;
45258     } /* switch(header->message_type) */
45259 }
45260 
45261 /*
45262  * IDL:org/csapi/mmm/IpMailbox/moveMessageReq:1.0
45263  */
45264 static void
decode_org_csapi_mmm_IpMailbox_moveMessageReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)45265 decode_org_csapi_mmm_IpMailbox_moveMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
45266 {
45267     switch(header->message_type) {
45268     case Request:
45269         proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_moveMessageReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45270 
45271         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMailbox_moveMessageReq_fromFolderID);
45272 
45273         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMailbox_moveMessageReq_toFolderID);
45274 
45275         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMailbox_moveMessageReq_messageID);
45276 
45277         break;
45278     case Reply:
45279         switch(header->rep_status) {
45280         case NO_EXCEPTION:
45281             proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_moveMessageReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45282 
45283             break;
45284         case USER_EXCEPTION:
45285             break;
45286         default:
45287             /* Unknown Exception */
45288             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
45289             break;
45290         }   /* switch(header->rep_status) */
45291 
45292         break;
45293     default:
45294         /* Unknown GIOP Message */
45295         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
45296         break;
45297     } /* switch(header->message_type) */
45298 }
45299 
45300 /*
45301  * IDL:org/csapi/mmm/IpMailbox/deleteMessageReq:1.0
45302  */
45303 static void
decode_org_csapi_mmm_IpMailbox_deleteMessageReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)45304 decode_org_csapi_mmm_IpMailbox_deleteMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
45305 {
45306     switch(header->message_type) {
45307     case Request:
45308         proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_deleteMessageReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45309 
45310         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMailbox_deleteMessageReq_fromFolderID);
45311 
45312         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMailbox_deleteMessageReq_messageID);
45313 
45314         break;
45315     case Reply:
45316         switch(header->rep_status) {
45317         case NO_EXCEPTION:
45318             proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_deleteMessageReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45319 
45320             break;
45321         case USER_EXCEPTION:
45322             break;
45323         default:
45324             /* Unknown Exception */
45325             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
45326             break;
45327         }   /* switch(header->rep_status) */
45328 
45329         break;
45330     default:
45331         /* Unknown GIOP Message */
45332         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
45333         break;
45334     } /* switch(header->message_type) */
45335 }
45336 
45337 /*
45338  * IDL:org/csapi/mmm/IpMailbox/listMessagesReq:1.0
45339  */
45340 static void
decode_org_csapi_mmm_IpMailbox_listMessagesReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)45341 decode_org_csapi_mmm_IpMailbox_listMessagesReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
45342 {
45343     switch(header->message_type) {
45344     case Request:
45345         proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_listMessagesReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45346 
45347         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMailbox_listMessagesReq_folderID);
45348 
45349         /*  Begin struct "org_csapi_mmm_TpListMessagesCriteria"  */
45350         decode_org_csapi_mmm_TpListMessagesCriteria_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
45351         /*  End struct "org_csapi_mmm_TpListMessagesCriteria"  */
45352         proto_tree_add_boolean(tree, hf_org_csapi_mmm_IpMailbox_listMessagesReq_reset, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
45353 
45354         break;
45355     case Reply:
45356         switch(header->rep_status) {
45357         case NO_EXCEPTION:
45358             proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_listMessagesReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45359 
45360             break;
45361         case USER_EXCEPTION:
45362             break;
45363         default:
45364             /* Unknown Exception */
45365             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
45366             break;
45367         }   /* switch(header->rep_status) */
45368 
45369         break;
45370     default:
45371         /* Unknown GIOP Message */
45372         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
45373         break;
45374     } /* switch(header->message_type) */
45375 }
45376 
45377 /*
45378  * IDL:org/csapi/mmm/IpMailbox/listMessageBodyPartsReq:1.0
45379  */
45380 static void
decode_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)45381 decode_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
45382 {
45383     switch(header->message_type) {
45384     case Request:
45385         proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45386 
45387         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_folderID);
45388 
45389         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_messageID);
45390 
45391         proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_maxNestingLevel, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45392 
45393         break;
45394     case Reply:
45395         switch(header->rep_status) {
45396         case NO_EXCEPTION:
45397             proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45398 
45399             break;
45400         case USER_EXCEPTION:
45401             break;
45402         default:
45403             /* Unknown Exception */
45404             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
45405             break;
45406         }   /* switch(header->rep_status) */
45407 
45408         break;
45409     default:
45410         /* Unknown GIOP Message */
45411         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
45412         break;
45413     } /* switch(header->message_type) */
45414 }
45415 
45416 /*
45417  * IDL:org/csapi/mmm/IpMailbox/getMessageBodyPartsReq:1.0
45418  */
45419 static void
decode_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)45420 decode_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
45421 {
45422     /* Operation specific Variable declarations Begin */
45423     guint32   u_octet4_loop_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs;
45424     guint32   i_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs;
45425     /* Operation specific Variable declarations End */
45426 
45427     switch(header->message_type) {
45428     case Request:
45429         proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45430 
45431         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_folderID);
45432 
45433         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_messageID);
45434 
45435         u_octet4_loop_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
45436         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs);
45437 
45438         for (i_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs=0; i_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs < u_octet4_loop_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs; i_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs++) {
45439 
45440             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs);
45441 
45442         }
45443 
45444         break;
45445     case Reply:
45446         switch(header->rep_status) {
45447         case NO_EXCEPTION:
45448             proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45449 
45450             break;
45451         case USER_EXCEPTION:
45452             break;
45453         default:
45454             /* Unknown Exception */
45455             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
45456             break;
45457         }   /* switch(header->rep_status) */
45458 
45459         break;
45460     default:
45461         /* Unknown GIOP Message */
45462         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
45463         break;
45464     } /* switch(header->message_type) */
45465 }
45466 
45467 /*
45468  * IDL:org/csapi/mmm/IpMailbox/getMessageHeadersReq:1.0
45469  */
45470 static void
decode_org_csapi_mmm_IpMailbox_getMessageHeadersReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)45471 decode_org_csapi_mmm_IpMailbox_getMessageHeadersReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
45472 {
45473     switch(header->message_type) {
45474     case Request:
45475         proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_getMessageHeadersReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45476 
45477         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMailbox_getMessageHeadersReq_folderID);
45478 
45479         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMailbox_getMessageHeadersReq_messageID);
45480 
45481         break;
45482     case Reply:
45483         switch(header->rep_status) {
45484         case NO_EXCEPTION:
45485             proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_getMessageHeadersReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45486 
45487             break;
45488         case USER_EXCEPTION:
45489             break;
45490         default:
45491             /* Unknown Exception */
45492             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
45493             break;
45494         }   /* switch(header->rep_status) */
45495 
45496         break;
45497     default:
45498         /* Unknown GIOP Message */
45499         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
45500         break;
45501     } /* switch(header->message_type) */
45502 }
45503 
45504 /*
45505  * IDL:org/csapi/mmm/IpMailbox/getMessageContentReq:1.0
45506  */
45507 static void
decode_org_csapi_mmm_IpMailbox_getMessageContentReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)45508 decode_org_csapi_mmm_IpMailbox_getMessageContentReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
45509 {
45510     switch(header->message_type) {
45511     case Request:
45512         proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_getMessageContentReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45513 
45514         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMailbox_getMessageContentReq_folderID);
45515 
45516         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMailbox_getMessageContentReq_messageID);
45517 
45518         break;
45519     case Reply:
45520         switch(header->rep_status) {
45521         case NO_EXCEPTION:
45522             proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_getMessageContentReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45523 
45524             break;
45525         case USER_EXCEPTION:
45526             break;
45527         default:
45528             /* Unknown Exception */
45529             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
45530             break;
45531         }   /* switch(header->rep_status) */
45532 
45533         break;
45534     default:
45535         /* Unknown GIOP Message */
45536         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
45537         break;
45538     } /* switch(header->message_type) */
45539 }
45540 
45541 /*
45542  * IDL:org/csapi/mmm/IpMailbox/getFullMessageReq:1.0
45543  */
45544 static void
decode_org_csapi_mmm_IpMailbox_getFullMessageReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)45545 decode_org_csapi_mmm_IpMailbox_getFullMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
45546 {
45547     switch(header->message_type) {
45548     case Request:
45549         proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_getFullMessageReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45550 
45551         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMailbox_getFullMessageReq_folderID);
45552 
45553         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMailbox_getFullMessageReq_messageID);
45554 
45555         break;
45556     case Reply:
45557         switch(header->rep_status) {
45558         case NO_EXCEPTION:
45559             proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_getFullMessageReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45560 
45561             break;
45562         case USER_EXCEPTION:
45563             break;
45564         default:
45565             /* Unknown Exception */
45566             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
45567             break;
45568         }   /* switch(header->rep_status) */
45569 
45570         break;
45571     default:
45572         /* Unknown GIOP Message */
45573         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
45574         break;
45575     } /* switch(header->message_type) */
45576 }
45577 
45578 /*
45579  * IDL:org/csapi/mmm/IpMailbox/getMailboxInfoPropertiesReq:1.0
45580  */
45581 static void
decode_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)45582 decode_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
45583 {
45584     switch(header->message_type) {
45585     case Request:
45586         proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45587 
45588         break;
45589     case Reply:
45590         switch(header->rep_status) {
45591         case NO_EXCEPTION:
45592             proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45593 
45594             break;
45595         case USER_EXCEPTION:
45596             break;
45597         default:
45598             /* Unknown Exception */
45599             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
45600             break;
45601         }   /* switch(header->rep_status) */
45602 
45603         break;
45604     default:
45605         /* Unknown GIOP Message */
45606         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
45607         break;
45608     } /* switch(header->message_type) */
45609 }
45610 
45611 /*
45612  * IDL:org/csapi/mmm/IpMailbox/getFolderInfoPropertiesReq:1.0
45613  */
45614 static void
decode_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)45615 decode_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
45616 {
45617     switch(header->message_type) {
45618     case Request:
45619         proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45620 
45621         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq_folderID);
45622 
45623         break;
45624     case Reply:
45625         switch(header->rep_status) {
45626         case NO_EXCEPTION:
45627             proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45628 
45629             break;
45630         case USER_EXCEPTION:
45631             break;
45632         default:
45633             /* Unknown Exception */
45634             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
45635             break;
45636         }   /* switch(header->rep_status) */
45637 
45638         break;
45639     default:
45640         /* Unknown GIOP Message */
45641         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
45642         break;
45643     } /* switch(header->message_type) */
45644 }
45645 
45646 /*
45647  * IDL:org/csapi/mmm/IpMailbox/getMessageInfoPropertiesReq:1.0
45648  */
45649 static void
decode_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)45650 decode_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
45651 {
45652     switch(header->message_type) {
45653     case Request:
45654         proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45655 
45656         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq_messageID);
45657 
45658         break;
45659     case Reply:
45660         switch(header->rep_status) {
45661         case NO_EXCEPTION:
45662             proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45663 
45664             break;
45665         case USER_EXCEPTION:
45666             break;
45667         default:
45668             /* Unknown Exception */
45669             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
45670             break;
45671         }   /* switch(header->rep_status) */
45672 
45673         break;
45674     default:
45675         /* Unknown GIOP Message */
45676         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
45677         break;
45678     } /* switch(header->message_type) */
45679 }
45680 
45681 /*
45682  * IDL:org/csapi/mmm/IpMailbox/setMessageInfoPropertiesReq:1.0
45683  */
45684 static void
decode_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)45685 decode_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
45686 {
45687     /* Operation specific Variable declarations Begin */
45688     guint32   u_octet4_loop_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_properties;
45689     guint32   i_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_properties;
45690     /* Operation specific Variable declarations End */
45691 
45692     switch(header->message_type) {
45693     case Request:
45694         proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45695 
45696         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_messageID);
45697 
45698         u_octet4_loop_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_properties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
45699         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_properties_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_properties);
45700 
45701         for (i_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_properties=0; i_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_properties < u_octet4_loop_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_properties; i_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_properties++) {
45702 
45703             /*  Begin union "org_csapi_mmm_TpMessageInfoProperty"  */
45704             decode_org_csapi_mmm_TpMessageInfoProperty_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
45705 
45706             /*  End union "org_csapi_mmm_TpMessageInfoProperty"  */
45707         }
45708 
45709         break;
45710     case Reply:
45711         switch(header->rep_status) {
45712         case NO_EXCEPTION:
45713             proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45714 
45715             break;
45716         case USER_EXCEPTION:
45717             break;
45718         default:
45719             /* Unknown Exception */
45720             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
45721             break;
45722         }   /* switch(header->rep_status) */
45723 
45724         break;
45725     default:
45726         /* Unknown GIOP Message */
45727         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
45728         break;
45729     } /* switch(header->message_type) */
45730 }
45731 
45732 /*
45733  * IDL:org/csapi/mmm/IpAppMultiMediaMessaging/sendMessageRes:1.0
45734  */
45735 static void
decode_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)45736 decode_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
45737 {
45738     switch(header->message_type) {
45739     case Request:
45740         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45741 
45742         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageRes_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45743 
45744         break;
45745     case Reply:
45746         switch(header->rep_status) {
45747         case NO_EXCEPTION:
45748             /* Function returns void */
45749 
45750             break;
45751         case USER_EXCEPTION:
45752             break;
45753         default:
45754             /* Unknown Exception */
45755             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
45756             break;
45757         }   /* switch(header->rep_status) */
45758 
45759         break;
45760     default:
45761         /* Unknown GIOP Message */
45762         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
45763         break;
45764     } /* switch(header->message_type) */
45765 }
45766 
45767 /*
45768  * IDL:org/csapi/mmm/IpAppMultiMediaMessaging/sendMessageErr:1.0
45769  */
45770 static void
decode_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)45771 decode_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
45772 {
45773     /* Operation specific Variable declarations Begin */
45774     guint32   u_octet4;
45775     /* Operation specific Variable declarations End */
45776 
45777     switch(header->message_type) {
45778     case Request:
45779         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45780 
45781         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45782 
45783         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
45784         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr_error, tvb, *offset-4, 4, u_octet4);
45785 
45786         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr_errorDetails);
45787 
45788         break;
45789     case Reply:
45790         switch(header->rep_status) {
45791         case NO_EXCEPTION:
45792             /* Function returns void */
45793 
45794             break;
45795         case USER_EXCEPTION:
45796             break;
45797         default:
45798             /* Unknown Exception */
45799             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
45800             break;
45801         }   /* switch(header->rep_status) */
45802 
45803         break;
45804     default:
45805         /* Unknown GIOP Message */
45806         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
45807         break;
45808     } /* switch(header->message_type) */
45809 }
45810 
45811 /*
45812  * IDL:org/csapi/mmm/IpAppMultiMediaMessaging/cancelMessageRes:1.0
45813  */
45814 static void
decode_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)45815 decode_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
45816 {
45817     switch(header->message_type) {
45818     case Request:
45819         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45820 
45821         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageRes_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45822 
45823         break;
45824     case Reply:
45825         switch(header->rep_status) {
45826         case NO_EXCEPTION:
45827             /* Function returns void */
45828 
45829             break;
45830         case USER_EXCEPTION:
45831             break;
45832         default:
45833             /* Unknown Exception */
45834             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
45835             break;
45836         }   /* switch(header->rep_status) */
45837 
45838         break;
45839     default:
45840         /* Unknown GIOP Message */
45841         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
45842         break;
45843     } /* switch(header->message_type) */
45844 }
45845 
45846 /*
45847  * IDL:org/csapi/mmm/IpAppMultiMediaMessaging/cancelMessageErr:1.0
45848  */
45849 static void
decode_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)45850 decode_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
45851 {
45852     /* Operation specific Variable declarations Begin */
45853     guint32   u_octet4;
45854     /* Operation specific Variable declarations End */
45855 
45856     switch(header->message_type) {
45857     case Request:
45858         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45859 
45860         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45861 
45862         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
45863         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr_error, tvb, *offset-4, 4, u_octet4);
45864 
45865         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr_errorDetails);
45866 
45867         break;
45868     case Reply:
45869         switch(header->rep_status) {
45870         case NO_EXCEPTION:
45871             /* Function returns void */
45872 
45873             break;
45874         case USER_EXCEPTION:
45875             break;
45876         default:
45877             /* Unknown Exception */
45878             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
45879             break;
45880         }   /* switch(header->rep_status) */
45881 
45882         break;
45883     default:
45884         /* Unknown GIOP Message */
45885         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
45886         break;
45887     } /* switch(header->message_type) */
45888 }
45889 
45890 /*
45891  * IDL:org/csapi/mmm/IpAppMultiMediaMessaging/queryStatusRes:1.0
45892  */
45893 static void
decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)45894 decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
45895 {
45896     /* Operation specific Variable declarations Begin */
45897     guint32   u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_result;
45898     guint32   i_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_result;
45899     /* Operation specific Variable declarations End */
45900 
45901     switch(header->message_type) {
45902     case Request:
45903         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45904 
45905         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45906 
45907         u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_result = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
45908         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_result_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_result);
45909 
45910         for (i_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_result=0; i_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_result < u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_result; i_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_result++) {
45911 
45912             /*  Begin struct "org_csapi_mmm_TpQueryStatusReport"  */
45913             decode_org_csapi_mmm_TpQueryStatusReport_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
45914             /*  End struct "org_csapi_mmm_TpQueryStatusReport"  */
45915         }
45916 
45917         break;
45918     case Reply:
45919         switch(header->rep_status) {
45920         case NO_EXCEPTION:
45921             /* Function returns void */
45922 
45923             break;
45924         case USER_EXCEPTION:
45925             break;
45926         default:
45927             /* Unknown Exception */
45928             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
45929             break;
45930         }   /* switch(header->rep_status) */
45931 
45932         break;
45933     default:
45934         /* Unknown GIOP Message */
45935         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
45936         break;
45937     } /* switch(header->message_type) */
45938 }
45939 
45940 /*
45941  * IDL:org/csapi/mmm/IpAppMultiMediaMessaging/queryStatusErr:1.0
45942  */
45943 static void
decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)45944 decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
45945 {
45946     /* Operation specific Variable declarations Begin */
45947     guint32   u_octet4;
45948     /* Operation specific Variable declarations End */
45949 
45950     switch(header->message_type) {
45951     case Request:
45952         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45953 
45954         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45955 
45956         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
45957         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr_error, tvb, *offset-4, 4, u_octet4);
45958 
45959         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr_errorDetails);
45960 
45961         break;
45962     case Reply:
45963         switch(header->rep_status) {
45964         case NO_EXCEPTION:
45965             /* Function returns void */
45966 
45967             break;
45968         case USER_EXCEPTION:
45969             break;
45970         default:
45971             /* Unknown Exception */
45972             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
45973             break;
45974         }   /* switch(header->rep_status) */
45975 
45976         break;
45977     default:
45978         /* Unknown GIOP Message */
45979         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
45980         break;
45981     } /* switch(header->message_type) */
45982 }
45983 
45984 /*
45985  * IDL:org/csapi/mmm/IpAppMultiMediaMessaging/messageStatusReport:1.0
45986  */
45987 static void
decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)45988 decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
45989 {
45990     switch(header->message_type) {
45991     case Request:
45992         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45993 
45994         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
45995 
45996         /*  Begin struct "org_csapi_TpAddress"  */
45997         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
45998         /*  End struct "org_csapi_TpAddress"  */
45999         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_deliveryReportType, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
46000 
46001         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_deliveryReportInfo);
46002 
46003         break;
46004     case Reply:
46005         switch(header->rep_status) {
46006         case NO_EXCEPTION:
46007             /* Function returns void */
46008 
46009             break;
46010         case USER_EXCEPTION:
46011             break;
46012         default:
46013             /* Unknown Exception */
46014             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
46015             break;
46016         }   /* switch(header->rep_status) */
46017 
46018         break;
46019     default:
46020         /* Unknown GIOP Message */
46021         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
46022         break;
46023     } /* switch(header->message_type) */
46024 }
46025 
46026 /*
46027  * IDL:org/csapi/mmm/IpAppMultiMediaMessaging/messageReceived:1.0
46028  */
46029 static void
decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46030 decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46031 {
46032     /* Operation specific Variable declarations Begin */
46033     guint32   u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message;
46034     guint32   i_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message;
46035     guint32   u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_headers;
46036     guint32   i_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_headers;
46037     /* Operation specific Variable declarations End */
46038 
46039     switch(header->message_type) {
46040     case Request:
46041         proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
46042 
46043         u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
46044         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message);
46045 
46046         for (i_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message=0; i_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message < u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message; i_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message++) {
46047 
46048             proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
46049 
46050         }
46051 
46052         u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_headers = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
46053         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_headers_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_headers);
46054 
46055         for (i_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_headers=0; i_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_headers < u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_headers; i_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_headers++) {
46056 
46057             /*  Begin union "org_csapi_mmm_TpMessageHeaderField"  */
46058             decode_org_csapi_mmm_TpMessageHeaderField_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
46059 
46060             /*  End union "org_csapi_mmm_TpMessageHeaderField"  */
46061         }
46062 
46063         break;
46064     case Reply:
46065         switch(header->rep_status) {
46066         case NO_EXCEPTION:
46067             /* Function returns void */
46068 
46069             break;
46070         case USER_EXCEPTION:
46071             break;
46072         default:
46073             /* Unknown Exception */
46074             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
46075             break;
46076         }   /* switch(header->rep_status) */
46077 
46078         break;
46079     default:
46080         /* Unknown GIOP Message */
46081         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
46082         break;
46083     } /* switch(header->message_type) */
46084 }
46085 
46086 /*
46087  * IDL:org/csapi/mmm/IpMultiMediaMessaging/sendMessageReq:1.0
46088  */
46089 static void
decode_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46090 decode_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46091 {
46092     /* Operation specific Variable declarations Begin */
46093     guint32   u_octet4_loop_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_messageTreatment;
46094     guint32   i_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_messageTreatment;
46095     guint32   u_octet4_loop_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message;
46096     guint32   i_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message;
46097     guint32   u_octet4_loop_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_additionalHeaders;
46098     guint32   i_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_additionalHeaders;
46099     /* Operation specific Variable declarations End */
46100 
46101     switch(header->message_type) {
46102     case Request:
46103         proto_tree_add_int(tree, hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
46104 
46105         /*  Begin struct "org_csapi_TpAddress"  */
46106         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
46107         /*  End struct "org_csapi_TpAddress"  */
46108         /*  Begin struct "org_csapi_mmm_TpTerminatingAddressList"  */
46109         decode_org_csapi_mmm_TpTerminatingAddressList_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
46110         /*  End struct "org_csapi_mmm_TpTerminatingAddressList"  */
46111         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_deliveryType);
46112 
46113         u_octet4_loop_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_messageTreatment = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
46114         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_messageTreatment_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_messageTreatment);
46115 
46116         for (i_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_messageTreatment=0; i_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_messageTreatment < u_octet4_loop_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_messageTreatment; i_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_messageTreatment++) {
46117 
46118             /*  Begin union "org_csapi_mmm_TpMessageTreatment"  */
46119             decode_org_csapi_mmm_TpMessageTreatment_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
46120 
46121             /*  End union "org_csapi_mmm_TpMessageTreatment"  */
46122         }
46123 
46124         u_octet4_loop_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
46125         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message);
46126 
46127         for (i_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message=0; i_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message < u_octet4_loop_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message; i_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message++) {
46128 
46129             proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
46130 
46131         }
46132 
46133         u_octet4_loop_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_additionalHeaders = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
46134         proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_additionalHeaders_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_additionalHeaders);
46135 
46136         for (i_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_additionalHeaders=0; i_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_additionalHeaders < u_octet4_loop_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_additionalHeaders; i_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_additionalHeaders++) {
46137 
46138             /*  Begin union "org_csapi_mmm_TpMessageHeaderField"  */
46139             decode_org_csapi_mmm_TpMessageHeaderField_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
46140 
46141             /*  End union "org_csapi_mmm_TpMessageHeaderField"  */
46142         }
46143 
46144         break;
46145     case Reply:
46146         switch(header->rep_status) {
46147         case NO_EXCEPTION:
46148             proto_tree_add_int(tree, hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
46149 
46150             break;
46151         case USER_EXCEPTION:
46152             break;
46153         default:
46154             /* Unknown Exception */
46155             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
46156             break;
46157         }   /* switch(header->rep_status) */
46158 
46159         break;
46160     default:
46161         /* Unknown GIOP Message */
46162         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
46163         break;
46164     } /* switch(header->message_type) */
46165 }
46166 
46167 /*
46168  * IDL:org/csapi/mmm/IpMultiMediaMessaging/cancelMessageReq:1.0
46169  */
46170 static void
decode_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46171 decode_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46172 {
46173     switch(header->message_type) {
46174     case Request:
46175         proto_tree_add_int(tree, hf_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
46176 
46177         proto_tree_add_int(tree, hf_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
46178 
46179         break;
46180     case Reply:
46181         switch(header->rep_status) {
46182         case NO_EXCEPTION:
46183             /* Function returns void */
46184 
46185             break;
46186         case USER_EXCEPTION:
46187             break;
46188         default:
46189             /* Unknown Exception */
46190             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
46191             break;
46192         }   /* switch(header->rep_status) */
46193 
46194         break;
46195     default:
46196         /* Unknown GIOP Message */
46197         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
46198         break;
46199     } /* switch(header->message_type) */
46200 }
46201 
46202 /*
46203  * IDL:org/csapi/mmm/IpMultiMediaMessaging/queryStatusReq:1.0
46204  */
46205 static void
decode_org_csapi_mmm_IpMultiMediaMessaging_queryStatusReq(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46206 decode_org_csapi_mmm_IpMultiMediaMessaging_queryStatusReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46207 {
46208     switch(header->message_type) {
46209     case Request:
46210         proto_tree_add_int(tree, hf_org_csapi_mmm_IpMultiMediaMessaging_queryStatusReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
46211 
46212         proto_tree_add_int(tree, hf_org_csapi_mmm_IpMultiMediaMessaging_queryStatusReq_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
46213 
46214         break;
46215     case Reply:
46216         switch(header->rep_status) {
46217         case NO_EXCEPTION:
46218             /* Function returns void */
46219 
46220             break;
46221         case USER_EXCEPTION:
46222             break;
46223         default:
46224             /* Unknown Exception */
46225             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
46226             break;
46227         }   /* switch(header->rep_status) */
46228 
46229         break;
46230     default:
46231         /* Unknown GIOP Message */
46232         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
46233         break;
46234     } /* switch(header->message_type) */
46235 }
46236 
46237 /*
46238  * IDL:org/csapi/mmm/IpMultiMediaMessaging/close:1.0
46239  */
46240 static void
decode_org_csapi_mmm_IpMultiMediaMessaging_close(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46241 decode_org_csapi_mmm_IpMultiMediaMessaging_close(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46242 {
46243     switch(header->message_type) {
46244     case Request:
46245         proto_tree_add_int(tree, hf_org_csapi_mmm_IpMultiMediaMessaging_close_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
46246 
46247         break;
46248     case Reply:
46249         switch(header->rep_status) {
46250         case NO_EXCEPTION:
46251             /* Function returns void */
46252 
46253             break;
46254         case USER_EXCEPTION:
46255             break;
46256         default:
46257             /* Unknown Exception */
46258             expert_add_info_format(pinfo, item, &ei_parlay_unknown_exception, "Unknown exception %d", header->rep_status);
46259             break;
46260         }   /* switch(header->rep_status) */
46261 
46262         break;
46263     default:
46264         /* Unknown GIOP Message */
46265         expert_add_info_format(pinfo, item, &ei_parlay_unknown_giop_msg, "Unknown GIOP message %d", header->message_type);
46266         break;
46267     } /* switch(header->message_type) */
46268 }
46269 
46270 /* Struct = IDL:org/csapi/TpAddress:1.0 */
46271 static void
decode_org_csapi_TpAddress_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46272 decode_org_csapi_TpAddress_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46273 {
46274 
46275     /* Operation specific Variable declarations Begin */
46276     guint32   u_octet4;
46277     /* Operation specific Variable declarations End */
46278 
46279     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
46280     proto_tree_add_uint(tree, hf_org_csapi_TpAddress_Plan, tvb, *offset-4, 4, u_octet4);
46281 
46282     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_TpAddress_AddrString);
46283 
46284     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_TpAddress_Name);
46285 
46286     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
46287     proto_tree_add_uint(tree, hf_org_csapi_TpAddress_Presentation, tvb, *offset-4, 4, u_octet4);
46288 
46289     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
46290     proto_tree_add_uint(tree, hf_org_csapi_TpAddress_Screening, tvb, *offset-4, 4, u_octet4);
46291 
46292     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_TpAddress_SubAddressString);
46293 
46294 }
46295 
46296 /* Struct = IDL:org/csapi/TpAddressRange:1.0 */
46297 static void
decode_org_csapi_TpAddressRange_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46298 decode_org_csapi_TpAddressRange_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46299 {
46300 
46301     /* Operation specific Variable declarations Begin */
46302     guint32   u_octet4;
46303     /* Operation specific Variable declarations End */
46304 
46305     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
46306     proto_tree_add_uint(tree, hf_org_csapi_TpAddressRange_Plan, tvb, *offset-4, 4, u_octet4);
46307 
46308     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_TpAddressRange_AddrString);
46309 
46310     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_TpAddressRange_Name);
46311 
46312     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_TpAddressRange_SubAddressString);
46313 
46314 }
46315 
46316 /* Struct = IDL:org/csapi/TpCAIElements:1.0 */
46317 static void
decode_org_csapi_TpCAIElements_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46318 decode_org_csapi_TpCAIElements_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46319 {
46320 
46321     proto_tree_add_int(tree, hf_org_csapi_TpCAIElements_UnitsPerInterval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
46322 
46323     proto_tree_add_int(tree, hf_org_csapi_TpCAIElements_SecondsPerTimeInterval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
46324 
46325     proto_tree_add_int(tree, hf_org_csapi_TpCAIElements_ScalingFactor, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
46326 
46327     proto_tree_add_int(tree, hf_org_csapi_TpCAIElements_UnitIncrement, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
46328 
46329     proto_tree_add_int(tree, hf_org_csapi_TpCAIElements_UnitsPerDataInterval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
46330 
46331     proto_tree_add_int(tree, hf_org_csapi_TpCAIElements_SegmentsPerDataInterval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
46332 
46333     proto_tree_add_int(tree, hf_org_csapi_TpCAIElements_InitialSecsPerTimeInterval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
46334 
46335 }
46336 
46337 /* Struct = IDL:org/csapi/TpChargeAdviceInfo:1.0 */
46338 static void
decode_org_csapi_TpChargeAdviceInfo_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46339 decode_org_csapi_TpChargeAdviceInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46340 {
46341 
46342     /*  Begin struct "org_csapi_TpCAIElements"  */
46343     decode_org_csapi_TpCAIElements_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
46344     /*  End struct "org_csapi_TpCAIElements"  */
46345     /*  Begin struct "org_csapi_TpCAIElements"  */
46346     decode_org_csapi_TpCAIElements_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
46347     /*  End struct "org_csapi_TpCAIElements"  */
46348 }
46349 
46350 /* Struct = IDL:org/csapi/TpChargePerTime:1.0 */
46351 static void
decode_org_csapi_TpChargePerTime_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46352 decode_org_csapi_TpChargePerTime_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46353 {
46354 
46355     proto_tree_add_int(tree, hf_org_csapi_TpChargePerTime_InitialCharge, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
46356 
46357     proto_tree_add_int(tree, hf_org_csapi_TpChargePerTime_CurrentChargePerMinute, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
46358 
46359     proto_tree_add_int(tree, hf_org_csapi_TpChargePerTime_NextChargePerMinute, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
46360 
46361 }
46362 
46363 /* Struct = IDL:org/csapi/TpAoCInfo:1.0 */
46364 static void
decode_org_csapi_TpAoCInfo_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46365 decode_org_csapi_TpAoCInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46366 {
46367 
46368     /*  Begin union "org_csapi_TpAoCOrder"  */
46369     decode_org_csapi_TpAoCOrder_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
46370 
46371     /*  End union "org_csapi_TpAoCOrder"  */
46372     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_TpAoCInfo_Currency);
46373 
46374 }
46375 
46376 /* Struct = IDL:org/csapi/TpTimeInterval:1.0 */
46377 static void
decode_org_csapi_TpTimeInterval_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46378 decode_org_csapi_TpTimeInterval_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46379 {
46380 
46381     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_TpTimeInterval_StartTime);
46382 
46383     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_TpTimeInterval_StopTime);
46384 
46385 }
46386 
46387 /* Struct = IDL:org/csapi/TpStructuredAttributeValue:1.0 */
46388 static void
decode_org_csapi_TpStructuredAttributeValue_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46389 decode_org_csapi_TpStructuredAttributeValue_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46390 {
46391 
46392     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_TpStructuredAttributeValue_Type);
46393 
46394     get_CDR_any(tvb, pinfo, tree, item, offset, stream_is_big_endian, boundary, header);
46395 
46396 }
46397 
46398 /* Struct = IDL:org/csapi/TpAttribute:1.0 */
46399 static void
decode_org_csapi_TpAttribute_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46400 decode_org_csapi_TpAttribute_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46401 {
46402 
46403     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_TpAttribute_AttributeName);
46404 
46405     /*  Begin union "org_csapi_TpAttributeValue"  */
46406     decode_org_csapi_TpAttributeValue_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
46407 
46408     /*  End union "org_csapi_TpAttributeValue"  */
46409 }
46410 
46411 /* Struct = IDL:org/csapi/fw/TpFaultStats:1.0 */
46412 static void
decode_org_csapi_fw_TpFaultStats_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46413 decode_org_csapi_fw_TpFaultStats_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46414 {
46415 
46416     /* Operation specific Variable declarations Begin */
46417     guint32   u_octet4;
46418     /* Operation specific Variable declarations End */
46419 
46420     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
46421     proto_tree_add_uint(tree, hf_org_csapi_fw_TpFaultStats_Fault, tvb, *offset-4, 4, u_octet4);
46422 
46423     proto_tree_add_int(tree, hf_org_csapi_fw_TpFaultStats_Occurrences, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
46424 
46425     proto_tree_add_int(tree, hf_org_csapi_fw_TpFaultStats_MaxDuration, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
46426 
46427     proto_tree_add_int(tree, hf_org_csapi_fw_TpFaultStats_TotalDuration, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
46428 
46429     proto_tree_add_int(tree, hf_org_csapi_fw_TpFaultStats_NumberOfClientsAffected, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
46430 
46431 }
46432 
46433 /* Struct = IDL:org/csapi/fw/TpFaultStatsRecord:1.0 */
46434 static void
decode_org_csapi_fw_TpFaultStatsRecord_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46435 decode_org_csapi_fw_TpFaultStatsRecord_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46436 {
46437 
46438     /* Operation specific Variable declarations Begin */
46439     guint32   u_octet4_loop_org_csapi_fw_TpFaultStatsRecord_FaultStatsSet;
46440     guint32   i_org_csapi_fw_TpFaultStatsRecord_FaultStatsSet;
46441     /* Operation specific Variable declarations End */
46442 
46443     /*  Begin struct "org_csapi_TpTimeInterval"  */
46444     decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
46445     /*  End struct "org_csapi_TpTimeInterval"  */
46446     u_octet4_loop_org_csapi_fw_TpFaultStatsRecord_FaultStatsSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
46447     proto_tree_add_uint(tree, hf_org_csapi_fw_TpFaultStatsRecord_FaultStatsSet_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFaultStatsRecord_FaultStatsSet);
46448 
46449     for (i_org_csapi_fw_TpFaultStatsRecord_FaultStatsSet=0; i_org_csapi_fw_TpFaultStatsRecord_FaultStatsSet < u_octet4_loop_org_csapi_fw_TpFaultStatsRecord_FaultStatsSet; i_org_csapi_fw_TpFaultStatsRecord_FaultStatsSet++) {
46450 
46451         /*  Begin struct "org_csapi_fw_TpFaultStats"  */
46452         decode_org_csapi_fw_TpFaultStats_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
46453         /*  End struct "org_csapi_fw_TpFaultStats"  */
46454     }
46455 
46456 }
46457 
46458 /* Struct = IDL:org/csapi/fw/TpLoadPolicy:1.0 */
46459 static void
decode_org_csapi_fw_TpLoadPolicy_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46460 decode_org_csapi_fw_TpLoadPolicy_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46461 {
46462 
46463     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpLoadPolicy_LoadPolicy);
46464 
46465 }
46466 
46467 /* Struct = IDL:org/csapi/fw/TpLoadStatisticData:1.0 */
46468 static void
decode_org_csapi_fw_TpLoadStatisticData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46469 decode_org_csapi_fw_TpLoadStatisticData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46470 {
46471 
46472     /* Operation specific Variable declarations Begin */
46473     guint32   u_octet4;
46474     /* Operation specific Variable declarations End */
46475 
46476     proto_tree_add_float(tree, hf_org_csapi_fw_TpLoadStatisticData_LoadValue, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
46477 
46478     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
46479     proto_tree_add_uint(tree, hf_org_csapi_fw_TpLoadStatisticData_LoadLevel, tvb, *offset-4, 4, u_octet4);
46480 
46481 }
46482 
46483 /* Struct = IDL:org/csapi/fw/TpLoadThreshold:1.0 */
46484 static void
decode_org_csapi_fw_TpLoadThreshold_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46485 decode_org_csapi_fw_TpLoadThreshold_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46486 {
46487 
46488     proto_tree_add_float(tree, hf_org_csapi_fw_TpLoadThreshold_LoadThreshold, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
46489 
46490 }
46491 
46492 /* Struct = IDL:org/csapi/fw/TpLoadInitVal:1.0 */
46493 static void
decode_org_csapi_fw_TpLoadInitVal_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46494 decode_org_csapi_fw_TpLoadInitVal_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46495 {
46496 
46497     /* Operation specific Variable declarations Begin */
46498     guint32   u_octet4;
46499     /* Operation specific Variable declarations End */
46500 
46501     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
46502     proto_tree_add_uint(tree, hf_org_csapi_fw_TpLoadInitVal_LoadLevel, tvb, *offset-4, 4, u_octet4);
46503 
46504     /*  Begin struct "org_csapi_fw_TpLoadThreshold"  */
46505     decode_org_csapi_fw_TpLoadThreshold_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
46506     /*  End struct "org_csapi_fw_TpLoadThreshold"  */
46507 }
46508 
46509 /* Struct = IDL:org/csapi/fw/TpProperty:1.0 */
46510 static void
decode_org_csapi_fw_TpProperty_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46511 decode_org_csapi_fw_TpProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46512 {
46513 
46514     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpProperty_PropertyName);
46515 
46516     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpProperty_PropertyValue);
46517 
46518 }
46519 
46520 /* Struct = IDL:org/csapi/fw/TpClientAppDescription:1.0 */
46521 static void
decode_org_csapi_fw_TpClientAppDescription_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46522 decode_org_csapi_fw_TpClientAppDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46523 {
46524 
46525     /* Operation specific Variable declarations Begin */
46526     guint32   u_octet4_loop_org_csapi_fw_TpClientAppDescription_ClientAppProperties;
46527     guint32   i_org_csapi_fw_TpClientAppDescription_ClientAppProperties;
46528     /* Operation specific Variable declarations End */
46529 
46530     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpClientAppDescription_ClientAppID);
46531 
46532     u_octet4_loop_org_csapi_fw_TpClientAppDescription_ClientAppProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
46533     proto_tree_add_uint(tree, hf_org_csapi_fw_TpClientAppDescription_ClientAppProperties_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpClientAppDescription_ClientAppProperties);
46534 
46535     for (i_org_csapi_fw_TpClientAppDescription_ClientAppProperties=0; i_org_csapi_fw_TpClientAppDescription_ClientAppProperties < u_octet4_loop_org_csapi_fw_TpClientAppDescription_ClientAppProperties; i_org_csapi_fw_TpClientAppDescription_ClientAppProperties++) {
46536 
46537         /*  Begin struct "org_csapi_fw_TpProperty"  */
46538         decode_org_csapi_fw_TpProperty_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
46539         /*  End struct "org_csapi_fw_TpProperty"  */
46540     }
46541 
46542     proto_tree_add_boolean(tree, hf_org_csapi_fw_TpClientAppDescription_HasAccessSession, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
46543 
46544     proto_tree_add_boolean(tree, hf_org_csapi_fw_TpClientAppDescription_HasServiceInstances, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
46545 
46546 }
46547 
46548 /* Struct = IDL:org/csapi/fw/TpEntOp:1.0 */
46549 static void
decode_org_csapi_fw_TpEntOp_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46550 decode_org_csapi_fw_TpEntOp_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46551 {
46552 
46553     /* Operation specific Variable declarations Begin */
46554     guint32   u_octet4_loop_org_csapi_fw_TpEntOp_EntOpProperties;
46555     guint32   i_org_csapi_fw_TpEntOp_EntOpProperties;
46556     /* Operation specific Variable declarations End */
46557 
46558     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpEntOp_EntOpID);
46559 
46560     u_octet4_loop_org_csapi_fw_TpEntOp_EntOpProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
46561     proto_tree_add_uint(tree, hf_org_csapi_fw_TpEntOp_EntOpProperties_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpEntOp_EntOpProperties);
46562 
46563     for (i_org_csapi_fw_TpEntOp_EntOpProperties=0; i_org_csapi_fw_TpEntOp_EntOpProperties < u_octet4_loop_org_csapi_fw_TpEntOp_EntOpProperties; i_org_csapi_fw_TpEntOp_EntOpProperties++) {
46564 
46565         /*  Begin struct "org_csapi_fw_TpProperty"  */
46566         decode_org_csapi_fw_TpProperty_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
46567         /*  End struct "org_csapi_fw_TpProperty"  */
46568     }
46569 
46570 }
46571 
46572 /* Struct = IDL:org/csapi/fw/TpSag:1.0 */
46573 static void
decode_org_csapi_fw_TpSag_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46574 decode_org_csapi_fw_TpSag_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46575 {
46576 
46577     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpSag_SagID);
46578 
46579     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpSag_SagDescription);
46580 
46581 }
46582 
46583 /* Struct = IDL:org/csapi/fw/TpServiceProperty:1.0 */
46584 static void
decode_org_csapi_fw_TpServiceProperty_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46585 decode_org_csapi_fw_TpServiceProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46586 {
46587 
46588     /* Operation specific Variable declarations Begin */
46589     guint32   u_octet4_loop_org_csapi_fw_TpServiceProperty_ServicePropertyValueList;
46590     guint32   i_org_csapi_fw_TpServiceProperty_ServicePropertyValueList;
46591     /* Operation specific Variable declarations End */
46592 
46593     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpServiceProperty_ServicePropertyName);
46594 
46595     u_octet4_loop_org_csapi_fw_TpServiceProperty_ServicePropertyValueList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
46596     proto_tree_add_uint(tree, hf_org_csapi_fw_TpServiceProperty_ServicePropertyValueList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpServiceProperty_ServicePropertyValueList);
46597 
46598     for (i_org_csapi_fw_TpServiceProperty_ServicePropertyValueList=0; i_org_csapi_fw_TpServiceProperty_ServicePropertyValueList < u_octet4_loop_org_csapi_fw_TpServiceProperty_ServicePropertyValueList; i_org_csapi_fw_TpServiceProperty_ServicePropertyValueList++) {
46599 
46600         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpServiceProperty_ServicePropertyValueList);
46601 
46602     }
46603 
46604 }
46605 
46606 /* Struct = IDL:org/csapi/fw/TpServiceDescription:1.0 */
46607 static void
decode_org_csapi_fw_TpServiceDescription_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46608 decode_org_csapi_fw_TpServiceDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46609 {
46610 
46611     /* Operation specific Variable declarations Begin */
46612     guint32   u_octet4_loop_org_csapi_fw_TpServiceDescription_ServicePropertyList;
46613     guint32   i_org_csapi_fw_TpServiceDescription_ServicePropertyList;
46614     /* Operation specific Variable declarations End */
46615 
46616     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpServiceDescription_ServiceTypeName);
46617 
46618     u_octet4_loop_org_csapi_fw_TpServiceDescription_ServicePropertyList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
46619     proto_tree_add_uint(tree, hf_org_csapi_fw_TpServiceDescription_ServicePropertyList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpServiceDescription_ServicePropertyList);
46620 
46621     for (i_org_csapi_fw_TpServiceDescription_ServicePropertyList=0; i_org_csapi_fw_TpServiceDescription_ServicePropertyList < u_octet4_loop_org_csapi_fw_TpServiceDescription_ServicePropertyList; i_org_csapi_fw_TpServiceDescription_ServicePropertyList++) {
46622 
46623         /*  Begin struct "org_csapi_fw_TpServiceProperty"  */
46624         decode_org_csapi_fw_TpServiceProperty_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
46625         /*  End struct "org_csapi_fw_TpServiceProperty"  */
46626     }
46627 
46628 }
46629 
46630 /* Struct = IDL:org/csapi/fw/TpService:1.0 */
46631 static void
decode_org_csapi_fw_TpService_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46632 decode_org_csapi_fw_TpService_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46633 {
46634 
46635     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpService_ServiceID);
46636 
46637     /*  Begin struct "org_csapi_fw_TpServiceDescription"  */
46638     decode_org_csapi_fw_TpServiceDescription_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
46639     /*  End struct "org_csapi_fw_TpServiceDescription"  */
46640 }
46641 
46642 /* Struct = IDL:org/csapi/fw/TpServiceProfileDescription:1.0 */
46643 static void
decode_org_csapi_fw_TpServiceProfileDescription_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46644 decode_org_csapi_fw_TpServiceProfileDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46645 {
46646 
46647     /* Operation specific Variable declarations Begin */
46648     guint32   u_octet4_loop_org_csapi_fw_TpServiceProfileDescription_ServiceSubscriptionProperties;
46649     guint32   i_org_csapi_fw_TpServiceProfileDescription_ServiceSubscriptionProperties;
46650     /* Operation specific Variable declarations End */
46651 
46652     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpServiceProfileDescription_ServiceContractID);
46653 
46654     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpServiceProfileDescription_ServiceStartDate);
46655 
46656     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpServiceProfileDescription_ServiceEndDate);
46657 
46658     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpServiceProfileDescription_ServiceTypeName);
46659 
46660     u_octet4_loop_org_csapi_fw_TpServiceProfileDescription_ServiceSubscriptionProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
46661     proto_tree_add_uint(tree, hf_org_csapi_fw_TpServiceProfileDescription_ServiceSubscriptionProperties_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpServiceProfileDescription_ServiceSubscriptionProperties);
46662 
46663     for (i_org_csapi_fw_TpServiceProfileDescription_ServiceSubscriptionProperties=0; i_org_csapi_fw_TpServiceProfileDescription_ServiceSubscriptionProperties < u_octet4_loop_org_csapi_fw_TpServiceProfileDescription_ServiceSubscriptionProperties; i_org_csapi_fw_TpServiceProfileDescription_ServiceSubscriptionProperties++) {
46664 
46665         /*  Begin struct "org_csapi_fw_TpServiceProperty"  */
46666         decode_org_csapi_fw_TpServiceProperty_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
46667         /*  End struct "org_csapi_fw_TpServiceProperty"  */
46668     }
46669 
46670     proto_tree_add_boolean(tree, hf_org_csapi_fw_TpServiceProfileDescription_InUse, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
46671 
46672     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpServiceProfileDescription_ServiceID);
46673 
46674 }
46675 
46676 /* Struct = IDL:org/csapi/fw/TpServiceTypeProperty:1.0 */
46677 static void
decode_org_csapi_fw_TpServiceTypeProperty_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46678 decode_org_csapi_fw_TpServiceTypeProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46679 {
46680 
46681     /* Operation specific Variable declarations Begin */
46682     guint32   u_octet4;
46683     /* Operation specific Variable declarations End */
46684 
46685     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpServiceTypeProperty_ServicePropertyName);
46686 
46687     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
46688     proto_tree_add_uint(tree, hf_org_csapi_fw_TpServiceTypeProperty_ServiceTypePropertyMode, tvb, *offset-4, 4, u_octet4);
46689 
46690     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpServiceTypeProperty_ServicePropertyTypeName);
46691 
46692 }
46693 
46694 /* Struct = IDL:org/csapi/fw/TpServiceTypeDescription:1.0 */
46695 static void
decode_org_csapi_fw_TpServiceTypeDescription_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46696 decode_org_csapi_fw_TpServiceTypeDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46697 {
46698 
46699     /* Operation specific Variable declarations Begin */
46700     guint32   u_octet4_loop_org_csapi_fw_TpServiceTypeDescription_ServiceTypePropertyList;
46701     guint32   i_org_csapi_fw_TpServiceTypeDescription_ServiceTypePropertyList;
46702     guint32   u_octet4_loop_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList;
46703     guint32   i_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList;
46704     /* Operation specific Variable declarations End */
46705 
46706     u_octet4_loop_org_csapi_fw_TpServiceTypeDescription_ServiceTypePropertyList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
46707     proto_tree_add_uint(tree, hf_org_csapi_fw_TpServiceTypeDescription_ServiceTypePropertyList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpServiceTypeDescription_ServiceTypePropertyList);
46708 
46709     for (i_org_csapi_fw_TpServiceTypeDescription_ServiceTypePropertyList=0; i_org_csapi_fw_TpServiceTypeDescription_ServiceTypePropertyList < u_octet4_loop_org_csapi_fw_TpServiceTypeDescription_ServiceTypePropertyList; i_org_csapi_fw_TpServiceTypeDescription_ServiceTypePropertyList++) {
46710 
46711         /*  Begin struct "org_csapi_fw_TpServiceTypeProperty"  */
46712         decode_org_csapi_fw_TpServiceTypeProperty_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
46713         /*  End struct "org_csapi_fw_TpServiceTypeProperty"  */
46714     }
46715 
46716     u_octet4_loop_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
46717     proto_tree_add_uint(tree, hf_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList);
46718 
46719     for (i_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList=0; i_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList < u_octet4_loop_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList; i_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList++) {
46720 
46721         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList);
46722 
46723     }
46724 
46725     proto_tree_add_boolean(tree, hf_org_csapi_fw_TpServiceTypeDescription_AvailableOrUnavailable, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
46726 
46727 }
46728 
46729 /* Struct = IDL:org/csapi/fw/TpSignatureAndServiceMgr:1.0 */
46730 static void
decode_org_csapi_fw_TpSignatureAndServiceMgr_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46731 decode_org_csapi_fw_TpSignatureAndServiceMgr_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46732 {
46733 
46734     /* Operation specific Variable declarations Begin */
46735     guint32   u_octet4_loop_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature;
46736     guint32   i_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature;
46737     /* Operation specific Variable declarations End */
46738 
46739     u_octet4_loop_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
46740     proto_tree_add_uint(tree, hf_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature);
46741 
46742     for (i_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature=0; i_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature < u_octet4_loop_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature; i_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature++) {
46743 
46744         proto_tree_add_uint(tree, hf_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
46745 
46746     }
46747 
46748     get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
46749 
46750 }
46751 
46752 /* Struct = IDL:org/csapi/fw/TpPerson:1.0 */
46753 static void
decode_org_csapi_fw_TpPerson_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46754 decode_org_csapi_fw_TpPerson_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46755 {
46756 
46757     /* Operation specific Variable declarations Begin */
46758     guint32   u_octet4_loop_org_csapi_fw_TpPerson_PersonProperties;
46759     guint32   i_org_csapi_fw_TpPerson_PersonProperties;
46760     /* Operation specific Variable declarations End */
46761 
46762     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpPerson_PersonName);
46763 
46764     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpPerson_PostalAddress);
46765 
46766     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpPerson_TelephoneNumber);
46767 
46768     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpPerson_Email);
46769 
46770     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpPerson_HomePage);
46771 
46772     u_octet4_loop_org_csapi_fw_TpPerson_PersonProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
46773     proto_tree_add_uint(tree, hf_org_csapi_fw_TpPerson_PersonProperties_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpPerson_PersonProperties);
46774 
46775     for (i_org_csapi_fw_TpPerson_PersonProperties=0; i_org_csapi_fw_TpPerson_PersonProperties < u_octet4_loop_org_csapi_fw_TpPerson_PersonProperties; i_org_csapi_fw_TpPerson_PersonProperties++) {
46776 
46777         /*  Begin struct "org_csapi_fw_TpProperty"  */
46778         decode_org_csapi_fw_TpProperty_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
46779         /*  End struct "org_csapi_fw_TpProperty"  */
46780     }
46781 
46782 }
46783 
46784 /* Struct = IDL:org/csapi/fw/TpServiceContractDescription:1.0 */
46785 static void
decode_org_csapi_fw_TpServiceContractDescription_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46786 decode_org_csapi_fw_TpServiceContractDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46787 {
46788 
46789     /* Operation specific Variable declarations Begin */
46790     guint32   u_octet4_loop_org_csapi_fw_TpServiceContractDescription_ServiceSubscriptionProperties;
46791     guint32   i_org_csapi_fw_TpServiceContractDescription_ServiceSubscriptionProperties;
46792     /* Operation specific Variable declarations End */
46793 
46794     /*  Begin struct "org_csapi_fw_TpPerson"  */
46795     decode_org_csapi_fw_TpPerson_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
46796     /*  End struct "org_csapi_fw_TpPerson"  */
46797     /*  Begin struct "org_csapi_fw_TpPerson"  */
46798     decode_org_csapi_fw_TpPerson_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
46799     /*  End struct "org_csapi_fw_TpPerson"  */
46800     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpServiceContractDescription_ServiceStartDate);
46801 
46802     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpServiceContractDescription_ServiceEndDate);
46803 
46804     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpServiceContractDescription_ServiceTypeName);
46805 
46806     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpServiceContractDescription_ServiceID);
46807 
46808     u_octet4_loop_org_csapi_fw_TpServiceContractDescription_ServiceSubscriptionProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
46809     proto_tree_add_uint(tree, hf_org_csapi_fw_TpServiceContractDescription_ServiceSubscriptionProperties_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpServiceContractDescription_ServiceSubscriptionProperties);
46810 
46811     for (i_org_csapi_fw_TpServiceContractDescription_ServiceSubscriptionProperties=0; i_org_csapi_fw_TpServiceContractDescription_ServiceSubscriptionProperties < u_octet4_loop_org_csapi_fw_TpServiceContractDescription_ServiceSubscriptionProperties; i_org_csapi_fw_TpServiceContractDescription_ServiceSubscriptionProperties++) {
46812 
46813         /*  Begin struct "org_csapi_fw_TpServiceProperty"  */
46814         decode_org_csapi_fw_TpServiceProperty_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
46815         /*  End struct "org_csapi_fw_TpServiceProperty"  */
46816     }
46817 
46818     proto_tree_add_boolean(tree, hf_org_csapi_fw_TpServiceContractDescription_InUse, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
46819 
46820 }
46821 
46822 /* Struct = IDL:org/csapi/fw/TpLoadStatistic:1.0 */
46823 static void
decode_org_csapi_fw_TpLoadStatistic_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46824 decode_org_csapi_fw_TpLoadStatistic_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46825 {
46826 
46827     /*  Begin union "org_csapi_fw_TpLoadStatisticEntityID"  */
46828     decode_org_csapi_fw_TpLoadStatisticEntityID_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
46829 
46830     /*  End union "org_csapi_fw_TpLoadStatisticEntityID"  */
46831     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpLoadStatistic_TimeStamp);
46832 
46833     /*  Begin union "org_csapi_fw_TpLoadStatisticInfo"  */
46834     decode_org_csapi_fw_TpLoadStatisticInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
46835 
46836     /*  End union "org_csapi_fw_TpLoadStatisticInfo"  */
46837 }
46838 
46839 /* Struct = IDL:org/csapi/fw/TpServiceContract:1.0 */
46840 static void
decode_org_csapi_fw_TpServiceContract_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46841 decode_org_csapi_fw_TpServiceContract_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46842 {
46843 
46844     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpServiceContract_ServiceContractID);
46845 
46846     /*  Begin struct "org_csapi_fw_TpServiceContractDescription"  */
46847     decode_org_csapi_fw_TpServiceContractDescription_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
46848     /*  End struct "org_csapi_fw_TpServiceContractDescription"  */
46849 }
46850 
46851 /* Struct = IDL:org/csapi/fw/TpServiceProfile:1.0 */
46852 static void
decode_org_csapi_fw_TpServiceProfile_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46853 decode_org_csapi_fw_TpServiceProfile_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46854 {
46855 
46856     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpServiceProfile_ServiceProfileID);
46857 
46858     /*  Begin struct "org_csapi_fw_TpServiceProfileDescription"  */
46859     decode_org_csapi_fw_TpServiceProfileDescription_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
46860     /*  End struct "org_csapi_fw_TpServiceProfileDescription"  */
46861 }
46862 
46863 /* Struct = IDL:org/csapi/fw/TpAuthDomain:1.0 */
46864 static void
decode_org_csapi_fw_TpAuthDomain_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46865 decode_org_csapi_fw_TpAuthDomain_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46866 {
46867 
46868     /*  Begin union "org_csapi_fw_TpDomainID"  */
46869     decode_org_csapi_fw_TpDomainID_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
46870 
46871     /*  End union "org_csapi_fw_TpDomainID"  */
46872     get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
46873 
46874 }
46875 
46876 /* Struct = IDL:org/csapi/fw/TpSagProfilePair:1.0 */
46877 static void
decode_org_csapi_fw_TpSagProfilePair_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46878 decode_org_csapi_fw_TpSagProfilePair_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46879 {
46880 
46881     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpSagProfilePair_Sag);
46882 
46883     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpSagProfilePair_ServiceProfile);
46884 
46885 }
46886 
46887 /* Struct = IDL:org/csapi/fw/TpAddSagMembersConflict:1.0 */
46888 static void
decode_org_csapi_fw_TpAddSagMembersConflict_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46889 decode_org_csapi_fw_TpAddSagMembersConflict_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46890 {
46891 
46892     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpAddSagMembersConflict_ClientApplication);
46893 
46894     /*  Begin struct "org_csapi_fw_TpSagProfilePair"  */
46895     decode_org_csapi_fw_TpSagProfilePair_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
46896     /*  End struct "org_csapi_fw_TpSagProfilePair"  */
46897     /*  Begin struct "org_csapi_fw_TpSagProfilePair"  */
46898     decode_org_csapi_fw_TpSagProfilePair_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
46899     /*  End struct "org_csapi_fw_TpSagProfilePair"  */
46900     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpAddSagMembersConflict_Service);
46901 
46902 }
46903 
46904 /* Struct = IDL:org/csapi/fw/TpAssignSagToServiceProfileConflict:1.0 */
46905 static void
decode_org_csapi_fw_TpAssignSagToServiceProfileConflict_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46906 decode_org_csapi_fw_TpAssignSagToServiceProfileConflict_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46907 {
46908 
46909     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpAssignSagToServiceProfileConflict_ClientApplication);
46910 
46911     /*  Begin struct "org_csapi_fw_TpSagProfilePair"  */
46912     decode_org_csapi_fw_TpSagProfilePair_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
46913     /*  End struct "org_csapi_fw_TpSagProfilePair"  */
46914     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpAssignSagToServiceProfileConflict_Service);
46915 
46916 }
46917 
46918 /* Struct = IDL:org/csapi/fw/TpServiceTypePropertyValue:1.0 */
46919 static void
decode_org_csapi_fw_TpServiceTypePropertyValue_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46920 decode_org_csapi_fw_TpServiceTypePropertyValue_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46921 {
46922 
46923     /* Operation specific Variable declarations Begin */
46924     guint32   u_octet4;
46925     guint32   u_octet4_loop_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList;
46926     guint32   i_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList;
46927     /* Operation specific Variable declarations End */
46928 
46929     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyName);
46930 
46931     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
46932     proto_tree_add_uint(tree, hf_org_csapi_fw_TpServiceTypePropertyValue_ServiceTypePropertyMode, tvb, *offset-4, 4, u_octet4);
46933 
46934     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyTypeName);
46935 
46936     u_octet4_loop_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
46937     proto_tree_add_uint(tree, hf_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList);
46938 
46939     for (i_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList=0; i_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList < u_octet4_loop_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList; i_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList++) {
46940 
46941         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList);
46942 
46943     }
46944 
46945 }
46946 
46947 /* Struct = IDL:org/csapi/fw/TpFwMigrationServiceAvailableInfo:1.0 */
46948 static void
decode_org_csapi_fw_TpFwMigrationServiceAvailableInfo_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46949 decode_org_csapi_fw_TpFwMigrationServiceAvailableInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46950 {
46951 
46952     /* Operation specific Variable declarations Begin */
46953     guint32   u_octet4_loop_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo;
46954     guint32   i_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo;
46955     /* Operation specific Variable declarations End */
46956 
46957     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_ServiceType);
46958 
46959     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_ServiceID);
46960 
46961     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_CompatibleServiceID);
46962 
46963     proto_tree_add_boolean(tree, hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_BackwardCompatibilityLevel, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
46964 
46965     proto_tree_add_boolean(tree, hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationRequired, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
46966 
46967     proto_tree_add_boolean(tree, hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_DataMigrated, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
46968 
46969     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationDataAndTime);
46970 
46971     u_octet4_loop_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
46972     proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo);
46973 
46974     for (i_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo=0; i_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo < u_octet4_loop_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo; i_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo++) {
46975 
46976         /*  Begin union "org_csapi_fw_TpMigrationAdditionalInfo"  */
46977         decode_org_csapi_fw_TpMigrationAdditionalInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
46978 
46979         /*  End union "org_csapi_fw_TpMigrationAdditionalInfo"  */
46980     }
46981 
46982 }
46983 
46984 /* Struct = IDL:org/csapi/fw/TpFwAgreementInfo:1.0 */
46985 static void
decode_org_csapi_fw_TpFwAgreementInfo_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)46986 decode_org_csapi_fw_TpFwAgreementInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
46987 {
46988 
46989     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpFwAgreementInfo_ClientApplicationID);
46990 
46991     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpFwAgreementInfo_ServiceID);
46992 
46993     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpFwAgreementInfo_ServiceContractID);
46994 
46995     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpFwAgreementInfo_ServiceProfileID);
46996 
46997 }
46998 
46999 /* Struct = IDL:org/csapi/ui/TpUIMessageCriteria:1.0 */
47000 static void
decode_org_csapi_ui_TpUIMessageCriteria_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47001 decode_org_csapi_ui_TpUIMessageCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47002 {
47003 
47004     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_TpUIMessageCriteria_EndSequence);
47005 
47006     proto_tree_add_int(tree, hf_org_csapi_ui_TpUIMessageCriteria_MaxMessageTime, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
47007 
47008     proto_tree_add_int(tree, hf_org_csapi_ui_TpUIMessageCriteria_MaxMessageSize, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
47009 
47010 }
47011 
47012 /* Struct = IDL:org/csapi/ui/TpUIEventInfo:1.0 */
47013 static void
decode_org_csapi_ui_TpUIEventInfo_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47014 decode_org_csapi_ui_TpUIEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47015 {
47016 
47017     /* Operation specific Variable declarations Begin */
47018     guint32   u_octet4;
47019     /* Operation specific Variable declarations End */
47020 
47021     /*  Begin struct "org_csapi_TpAddress"  */
47022     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47023     /*  End struct "org_csapi_TpAddress"  */
47024     /*  Begin struct "org_csapi_TpAddress"  */
47025     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47026     /*  End struct "org_csapi_TpAddress"  */
47027     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_TpUIEventInfo_ServiceCode);
47028 
47029     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47030     proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIEventInfo_DataTypeIndication, tvb, *offset-4, 4, u_octet4);
47031 
47032     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_TpUIEventInfo_DataString);
47033 
47034 }
47035 
47036 /* Struct = IDL:org/csapi/ui/TpUIEventCriteria:1.0 */
47037 static void
decode_org_csapi_ui_TpUIEventCriteria_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47038 decode_org_csapi_ui_TpUIEventCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47039 {
47040 
47041     /*  Begin struct "org_csapi_TpAddressRange"  */
47042     decode_org_csapi_TpAddressRange_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47043     /*  End struct "org_csapi_TpAddressRange"  */
47044     /*  Begin struct "org_csapi_TpAddressRange"  */
47045     decode_org_csapi_TpAddressRange_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47046     /*  End struct "org_csapi_TpAddressRange"  */
47047     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_TpUIEventCriteria_ServiceCode);
47048 
47049 }
47050 
47051 /* Struct = IDL:org/csapi/ui/TpUIEventCriteriaResult:1.0 */
47052 static void
decode_org_csapi_ui_TpUIEventCriteriaResult_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47053 decode_org_csapi_ui_TpUIEventCriteriaResult_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47054 {
47055 
47056     /*  Begin struct "org_csapi_ui_TpUIEventCriteria"  */
47057     decode_org_csapi_ui_TpUIEventCriteria_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47058     /*  End struct "org_csapi_ui_TpUIEventCriteria"  */
47059     proto_tree_add_int(tree, hf_org_csapi_ui_TpUIEventCriteriaResult_AssignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
47060 
47061 }
47062 
47063 /* Struct = IDL:org/csapi/ui/TpUIEventNotificationInfo:1.0 */
47064 static void
decode_org_csapi_ui_TpUIEventNotificationInfo_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47065 decode_org_csapi_ui_TpUIEventNotificationInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47066 {
47067 
47068     /* Operation specific Variable declarations Begin */
47069     guint32   u_octet4;
47070     guint32   u_octet4_loop_org_csapi_ui_TpUIEventNotificationInfo_UIEventData;
47071     guint32   i_org_csapi_ui_TpUIEventNotificationInfo_UIEventData;
47072     /* Operation specific Variable declarations End */
47073 
47074     /*  Begin struct "org_csapi_TpAddress"  */
47075     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47076     /*  End struct "org_csapi_TpAddress"  */
47077     /*  Begin struct "org_csapi_TpAddress"  */
47078     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47079     /*  End struct "org_csapi_TpAddress"  */
47080     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_TpUIEventNotificationInfo_ServiceCode);
47081 
47082     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47083     proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIEventNotificationInfo_DataTypeIndication, tvb, *offset-4, 4, u_octet4);
47084 
47085     u_octet4_loop_org_csapi_ui_TpUIEventNotificationInfo_UIEventData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
47086     proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIEventNotificationInfo_UIEventData_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_TpUIEventNotificationInfo_UIEventData);
47087 
47088     for (i_org_csapi_ui_TpUIEventNotificationInfo_UIEventData=0; i_org_csapi_ui_TpUIEventNotificationInfo_UIEventData < u_octet4_loop_org_csapi_ui_TpUIEventNotificationInfo_UIEventData; i_org_csapi_ui_TpUIEventNotificationInfo_UIEventData++) {
47089 
47090         proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIEventNotificationInfo_UIEventData, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
47091 
47092     }
47093 
47094 }
47095 
47096 /* Struct = IDL:org/csapi/ui/TpUIRecognitionProperty:1.0 */
47097 static void
decode_org_csapi_ui_TpUIRecognitionProperty_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47098 decode_org_csapi_ui_TpUIRecognitionProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47099 {
47100 
47101     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_TpUIRecognitionProperty_PropertyName);
47102 
47103     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_TpUIRecognitionProperty_PropertyValue);
47104 
47105 }
47106 
47107 /* Struct = IDL:org/csapi/ui/TpUIRecognitionCriteria:1.0 */
47108 static void
decode_org_csapi_ui_TpUIRecognitionCriteria_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47109 decode_org_csapi_ui_TpUIRecognitionCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47110 {
47111 
47112     /* Operation specific Variable declarations Begin */
47113     guint32   u_octet4_loop_org_csapi_ui_TpUIRecognitionCriteria_Properties;
47114     guint32   i_org_csapi_ui_TpUIRecognitionCriteria_Properties;
47115     /* Operation specific Variable declarations End */
47116 
47117     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_TpUIRecognitionCriteria_SpeakerID);
47118 
47119     u_octet4_loop_org_csapi_ui_TpUIRecognitionCriteria_Properties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
47120     proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIRecognitionCriteria_Properties_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_TpUIRecognitionCriteria_Properties);
47121 
47122     for (i_org_csapi_ui_TpUIRecognitionCriteria_Properties=0; i_org_csapi_ui_TpUIRecognitionCriteria_Properties < u_octet4_loop_org_csapi_ui_TpUIRecognitionCriteria_Properties; i_org_csapi_ui_TpUIRecognitionCriteria_Properties++) {
47123 
47124         /*  Begin struct "org_csapi_ui_TpUIRecognitionProperty"  */
47125         decode_org_csapi_ui_TpUIRecognitionProperty_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47126         /*  End struct "org_csapi_ui_TpUIRecognitionProperty"  */
47127     }
47128 
47129     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_TpUIRecognitionCriteria_Grammar);
47130 
47131 }
47132 
47133 /* Struct = IDL:org/csapi/ui/TpUICollectCriteria:1.0 */
47134 static void
decode_org_csapi_ui_TpUICollectCriteria_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47135 decode_org_csapi_ui_TpUICollectCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47136 {
47137 
47138     /* Operation specific Variable declarations Begin */
47139     guint32   u_octet4;
47140     /* Operation specific Variable declarations End */
47141 
47142     proto_tree_add_int(tree, hf_org_csapi_ui_TpUICollectCriteria_MinLength, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
47143 
47144     proto_tree_add_int(tree, hf_org_csapi_ui_TpUICollectCriteria_MaxLength, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
47145 
47146     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_TpUICollectCriteria_EndSequence);
47147 
47148     proto_tree_add_int(tree, hf_org_csapi_ui_TpUICollectCriteria_StartTimeout, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
47149 
47150     proto_tree_add_int(tree, hf_org_csapi_ui_TpUICollectCriteria_InterCharTimeout, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
47151 
47152     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47153     proto_tree_add_uint(tree, hf_org_csapi_ui_TpUICollectCriteria_CollectMode, tvb, *offset-4, 4, u_octet4);
47154 
47155     /*  Begin struct "org_csapi_ui_TpUIRecognitionCriteria"  */
47156     decode_org_csapi_ui_TpUIRecognitionCriteria_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47157     /*  End struct "org_csapi_ui_TpUIRecognitionCriteria"  */
47158 }
47159 
47160 /* Struct = IDL:org/csapi/ui/TpUIWordOverride:1.0 */
47161 static void
decode_org_csapi_ui_TpUIWordOverride_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47162 decode_org_csapi_ui_TpUIWordOverride_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47163 {
47164 
47165     /* Operation specific Variable declarations Begin */
47166     guint32   u_octet4;
47167     /* Operation specific Variable declarations End */
47168 
47169     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_TpUIWordOverride_Spelling);
47170 
47171     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47172     proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIWordOverride_PronounceType, tvb, *offset-4, 4, u_octet4);
47173 
47174     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_TpUIWordOverride_PronounceAs);
47175 
47176 }
47177 
47178 /* Struct = IDL:org/csapi/ui/TpUISynthesisInfoData:1.0 */
47179 static void
decode_org_csapi_ui_TpUISynthesisInfoData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47180 decode_org_csapi_ui_TpUISynthesisInfoData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47181 {
47182 
47183     /* Operation specific Variable declarations Begin */
47184     guint32   u_octet4;
47185     guint32   u_octet4_loop_org_csapi_ui_TpUISynthesisInfoData_WordOverrideSet;
47186     guint32   i_org_csapi_ui_TpUISynthesisInfoData_WordOverrideSet;
47187     /* Operation specific Variable declarations End */
47188 
47189     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47190     proto_tree_add_uint(tree, hf_org_csapi_ui_TpUISynthesisInfoData_SpeakerGender, tvb, *offset-4, 4, u_octet4);
47191 
47192     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47193     proto_tree_add_uint(tree, hf_org_csapi_ui_TpUISynthesisInfoData_SpeakerAge, tvb, *offset-4, 4, u_octet4);
47194 
47195     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47196     proto_tree_add_uint(tree, hf_org_csapi_ui_TpUISynthesisInfoData_SpeakerRate, tvb, *offset-4, 4, u_octet4);
47197 
47198     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47199     proto_tree_add_uint(tree, hf_org_csapi_ui_TpUISynthesisInfoData_SpeakerRange, tvb, *offset-4, 4, u_octet4);
47200 
47201     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_TpUISynthesisInfoData_TextData);
47202 
47203     u_octet4_loop_org_csapi_ui_TpUISynthesisInfoData_WordOverrideSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
47204     proto_tree_add_uint(tree, hf_org_csapi_ui_TpUISynthesisInfoData_WordOverrideSet_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_TpUISynthesisInfoData_WordOverrideSet);
47205 
47206     for (i_org_csapi_ui_TpUISynthesisInfoData_WordOverrideSet=0; i_org_csapi_ui_TpUISynthesisInfoData_WordOverrideSet < u_octet4_loop_org_csapi_ui_TpUISynthesisInfoData_WordOverrideSet; i_org_csapi_ui_TpUISynthesisInfoData_WordOverrideSet++) {
47207 
47208         /*  Begin struct "org_csapi_ui_TpUIWordOverride"  */
47209         decode_org_csapi_ui_TpUIWordOverride_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47210         /*  End struct "org_csapi_ui_TpUIWordOverride"  */
47211     }
47212 
47213 }
47214 
47215 /* Struct = IDL:org/csapi/cc/TpCallError:1.0 */
47216 static void
decode_org_csapi_cc_TpCallError_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47217 decode_org_csapi_cc_TpCallError_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47218 {
47219 
47220     /* Operation specific Variable declarations Begin */
47221     guint32   u_octet4;
47222     /* Operation specific Variable declarations End */
47223 
47224     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cc_TpCallError_ErrorTime);
47225 
47226     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47227     proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallError_ErrorType, tvb, *offset-4, 4, u_octet4);
47228 
47229     /*  Begin union "org_csapi_cc_TpCallAdditionalErrorInfo"  */
47230     decode_org_csapi_cc_TpCallAdditionalErrorInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
47231 
47232     /*  End union "org_csapi_cc_TpCallAdditionalErrorInfo"  */
47233 }
47234 
47235 /* Struct = IDL:org/csapi/cc/TpCallEndedReport:1.0 */
47236 static void
decode_org_csapi_cc_TpCallEndedReport_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47237 decode_org_csapi_cc_TpCallEndedReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47238 {
47239 
47240     /* Operation specific Variable declarations Begin */
47241     guint32   u_octet4;
47242     /* Operation specific Variable declarations End */
47243 
47244     proto_tree_add_int(tree, hf_org_csapi_cc_TpCallEndedReport_CallLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
47245 
47246     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47247     proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallEndedReport_Cause, tvb, *offset-4, 4, u_octet4);
47248 
47249 }
47250 
47251 /* Struct = IDL:org/csapi/cc/TpCallInfoReport:1.0 */
47252 static void
decode_org_csapi_cc_TpCallInfoReport_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47253 decode_org_csapi_cc_TpCallInfoReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47254 {
47255 
47256     /* Operation specific Variable declarations Begin */
47257     guint32   u_octet4;
47258     /* Operation specific Variable declarations End */
47259 
47260     proto_tree_add_int(tree, hf_org_csapi_cc_TpCallInfoReport_CallInfoType, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
47261 
47262     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cc_TpCallInfoReport_CallInitiationStartTime);
47263 
47264     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cc_TpCallInfoReport_CallConnectedToResourceTime);
47265 
47266     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cc_TpCallInfoReport_CallConnectedToDestinationTime);
47267 
47268     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cc_TpCallInfoReport_CallEndTime);
47269 
47270     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47271     proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallInfoReport_Cause, tvb, *offset-4, 4, u_octet4);
47272 
47273 }
47274 
47275 /* Struct = IDL:org/csapi/cc/TpCallServiceCode:1.0 */
47276 static void
decode_org_csapi_cc_TpCallServiceCode_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47277 decode_org_csapi_cc_TpCallServiceCode_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47278 {
47279 
47280     /* Operation specific Variable declarations Begin */
47281     guint32   u_octet4;
47282     /* Operation specific Variable declarations End */
47283 
47284     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47285     proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallServiceCode_CallServiceCodeType, tvb, *offset-4, 4, u_octet4);
47286 
47287     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cc_TpCallServiceCode_ServiceCodeValue);
47288 
47289 }
47290 
47291 /* Struct = IDL:org/csapi/cc/TpCallTreatment:1.0 */
47292 static void
decode_org_csapi_cc_TpCallTreatment_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47293 decode_org_csapi_cc_TpCallTreatment_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47294 {
47295 
47296     /* Operation specific Variable declarations Begin */
47297     guint32   u_octet4;
47298     /* Operation specific Variable declarations End */
47299 
47300     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47301     proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallTreatment_CallTreatmentType, tvb, *offset-4, 4, u_octet4);
47302 
47303     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47304     proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallTreatment_ReleaseCause, tvb, *offset-4, 4, u_octet4);
47305 
47306     /*  Begin union "org_csapi_cc_TpCallAdditionalTreatmentInfo"  */
47307     decode_org_csapi_cc_TpCallAdditionalTreatmentInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
47308 
47309     /*  End union "org_csapi_cc_TpCallAdditionalTreatmentInfo"  */
47310 }
47311 
47312 /* Struct = IDL:org/csapi/cc/TpCallChargePlan:1.0 */
47313 static void
decode_org_csapi_cc_TpCallChargePlan_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47314 decode_org_csapi_cc_TpCallChargePlan_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47315 {
47316 
47317     /* Operation specific Variable declarations Begin */
47318     guint32   u_octet4;
47319     guint32   u_octet4_loop_org_csapi_cc_TpCallChargePlan_TransparentCharge;
47320     guint32   i_org_csapi_cc_TpCallChargePlan_TransparentCharge;
47321     guint32   u_octet4_loop_org_csapi_cc_TpCallChargePlan_AdditionalInfo;
47322     guint32   i_org_csapi_cc_TpCallChargePlan_AdditionalInfo;
47323     /* Operation specific Variable declarations End */
47324 
47325     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47326     proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallChargePlan_ChargeOrderType, tvb, *offset-4, 4, u_octet4);
47327 
47328     u_octet4_loop_org_csapi_cc_TpCallChargePlan_TransparentCharge = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
47329     proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallChargePlan_TransparentCharge_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpCallChargePlan_TransparentCharge);
47330 
47331     for (i_org_csapi_cc_TpCallChargePlan_TransparentCharge=0; i_org_csapi_cc_TpCallChargePlan_TransparentCharge < u_octet4_loop_org_csapi_cc_TpCallChargePlan_TransparentCharge; i_org_csapi_cc_TpCallChargePlan_TransparentCharge++) {
47332 
47333         proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallChargePlan_TransparentCharge, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
47334 
47335     }
47336 
47337     proto_tree_add_int(tree, hf_org_csapi_cc_TpCallChargePlan_ChargePlan, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
47338 
47339     u_octet4_loop_org_csapi_cc_TpCallChargePlan_AdditionalInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
47340     proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallChargePlan_AdditionalInfo_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpCallChargePlan_AdditionalInfo);
47341 
47342     for (i_org_csapi_cc_TpCallChargePlan_AdditionalInfo=0; i_org_csapi_cc_TpCallChargePlan_AdditionalInfo < u_octet4_loop_org_csapi_cc_TpCallChargePlan_AdditionalInfo; i_org_csapi_cc_TpCallChargePlan_AdditionalInfo++) {
47343 
47344         proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallChargePlan_AdditionalInfo, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
47345 
47346     }
47347 
47348     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47349     proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallChargePlan_PartyToCharge, tvb, *offset-4, 4, u_octet4);
47350 
47351     /*  Begin union "org_csapi_cc_TpCallPartyToChargeAdditionalInfo"  */
47352     decode_org_csapi_cc_TpCallPartyToChargeAdditionalInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
47353 
47354     /*  End union "org_csapi_cc_TpCallPartyToChargeAdditionalInfo"  */
47355 }
47356 
47357 /* Struct = IDL:org/csapi/cc/gccs/TpCallEventCriteria:1.0 */
47358 static void
decode_org_csapi_cc_gccs_TpCallEventCriteria_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47359 decode_org_csapi_cc_gccs_TpCallEventCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47360 {
47361 
47362     /* Operation specific Variable declarations Begin */
47363     guint32   u_octet4;
47364     /* Operation specific Variable declarations End */
47365 
47366     /*  Begin struct "org_csapi_TpAddressRange"  */
47367     decode_org_csapi_TpAddressRange_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47368     /*  End struct "org_csapi_TpAddressRange"  */
47369     /*  Begin struct "org_csapi_TpAddressRange"  */
47370     decode_org_csapi_TpAddressRange_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47371     /*  End struct "org_csapi_TpAddressRange"  */
47372     proto_tree_add_int(tree, hf_org_csapi_cc_gccs_TpCallEventCriteria_CallEventName, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
47373 
47374     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47375     proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallEventCriteria_CallNotificationType, tvb, *offset-4, 4, u_octet4);
47376 
47377     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47378     proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallEventCriteria_MonitorMode, tvb, *offset-4, 4, u_octet4);
47379 
47380 }
47381 
47382 /* Struct = IDL:org/csapi/cc/gccs/TpCallEventCriteriaResult:1.0 */
47383 static void
decode_org_csapi_cc_gccs_TpCallEventCriteriaResult_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47384 decode_org_csapi_cc_gccs_TpCallEventCriteriaResult_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47385 {
47386 
47387     /*  Begin struct "org_csapi_cc_gccs_TpCallEventCriteria"  */
47388     decode_org_csapi_cc_gccs_TpCallEventCriteria_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47389     /*  End struct "org_csapi_cc_gccs_TpCallEventCriteria"  */
47390     proto_tree_add_int(tree, hf_org_csapi_cc_gccs_TpCallEventCriteriaResult_AssignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
47391 
47392 }
47393 
47394 /* Struct = IDL:org/csapi/cc/gccs/TpCallReleaseCause:1.0 */
47395 static void
decode_org_csapi_cc_gccs_TpCallReleaseCause_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47396 decode_org_csapi_cc_gccs_TpCallReleaseCause_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47397 {
47398 
47399     proto_tree_add_int(tree, hf_org_csapi_cc_gccs_TpCallReleaseCause_Value, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
47400 
47401     proto_tree_add_int(tree, hf_org_csapi_cc_gccs_TpCallReleaseCause_Location, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
47402 
47403 }
47404 
47405 /* Struct = IDL:org/csapi/cc/gccs/TpCallReport:1.0 */
47406 static void
decode_org_csapi_cc_gccs_TpCallReport_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47407 decode_org_csapi_cc_gccs_TpCallReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47408 {
47409 
47410     /* Operation specific Variable declarations Begin */
47411     guint32   u_octet4;
47412     /* Operation specific Variable declarations End */
47413 
47414     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47415     proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallReport_MonitorMode, tvb, *offset-4, 4, u_octet4);
47416 
47417     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cc_gccs_TpCallReport_CallEventTime);
47418 
47419     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47420     proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallReport_CallReportType, tvb, *offset-4, 4, u_octet4);
47421 
47422     /*  Begin union "org_csapi_cc_gccs_TpCallAdditionalReportInfo"  */
47423     decode_org_csapi_cc_gccs_TpCallAdditionalReportInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
47424 
47425     /*  End union "org_csapi_cc_gccs_TpCallAdditionalReportInfo"  */
47426 }
47427 
47428 /* Struct = IDL:org/csapi/cc/gccs/TpCallReportRequest:1.0 */
47429 static void
decode_org_csapi_cc_gccs_TpCallReportRequest_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47430 decode_org_csapi_cc_gccs_TpCallReportRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47431 {
47432 
47433     /* Operation specific Variable declarations Begin */
47434     guint32   u_octet4;
47435     /* Operation specific Variable declarations End */
47436 
47437     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47438     proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallReportRequest_MonitorMode, tvb, *offset-4, 4, u_octet4);
47439 
47440     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47441     proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallReportRequest_CallReportType, tvb, *offset-4, 4, u_octet4);
47442 
47443     /*  Begin union "org_csapi_cc_gccs_TpCallAdditionalReportCriteria"  */
47444     decode_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
47445 
47446     /*  End union "org_csapi_cc_gccs_TpCallAdditionalReportCriteria"  */
47447 }
47448 
47449 /* Struct = IDL:org/csapi/cc/gccs/TpCallEventInfo:1.0 */
47450 static void
decode_org_csapi_cc_gccs_TpCallEventInfo_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47451 decode_org_csapi_cc_gccs_TpCallEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47452 {
47453 
47454     /* Operation specific Variable declarations Begin */
47455     guint32   u_octet4_loop_org_csapi_cc_gccs_TpCallEventInfo_CallAppInfo;
47456     guint32   i_org_csapi_cc_gccs_TpCallEventInfo_CallAppInfo;
47457     guint32   u_octet4;
47458     /* Operation specific Variable declarations End */
47459 
47460     /*  Begin struct "org_csapi_TpAddress"  */
47461     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47462     /*  End struct "org_csapi_TpAddress"  */
47463     /*  Begin struct "org_csapi_TpAddress"  */
47464     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47465     /*  End struct "org_csapi_TpAddress"  */
47466     /*  Begin struct "org_csapi_TpAddress"  */
47467     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47468     /*  End struct "org_csapi_TpAddress"  */
47469     /*  Begin struct "org_csapi_TpAddress"  */
47470     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47471     /*  End struct "org_csapi_TpAddress"  */
47472     u_octet4_loop_org_csapi_cc_gccs_TpCallEventInfo_CallAppInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
47473     proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallEventInfo_CallAppInfo_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_gccs_TpCallEventInfo_CallAppInfo);
47474 
47475     for (i_org_csapi_cc_gccs_TpCallEventInfo_CallAppInfo=0; i_org_csapi_cc_gccs_TpCallEventInfo_CallAppInfo < u_octet4_loop_org_csapi_cc_gccs_TpCallEventInfo_CallAppInfo; i_org_csapi_cc_gccs_TpCallEventInfo_CallAppInfo++) {
47476 
47477         /*  Begin union "org_csapi_cc_gccs_TpCallAppInfo"  */
47478         decode_org_csapi_cc_gccs_TpCallAppInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
47479 
47480         /*  End union "org_csapi_cc_gccs_TpCallAppInfo"  */
47481     }
47482 
47483     proto_tree_add_int(tree, hf_org_csapi_cc_gccs_TpCallEventInfo_CallEventName, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
47484 
47485     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47486     proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallEventInfo_CallNotificationType, tvb, *offset-4, 4, u_octet4);
47487 
47488     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47489     proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallEventInfo_MonitorMode, tvb, *offset-4, 4, u_octet4);
47490 
47491 }
47492 
47493 /* Struct = IDL:org/csapi/cc/gccs/TpCallEndedReport:1.0 */
47494 static void
decode_org_csapi_cc_gccs_TpCallEndedReport_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47495 decode_org_csapi_cc_gccs_TpCallEndedReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47496 {
47497 
47498     proto_tree_add_int(tree, hf_org_csapi_cc_gccs_TpCallEndedReport_CallLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
47499 
47500     /*  Begin struct "org_csapi_cc_gccs_TpCallReleaseCause"  */
47501     decode_org_csapi_cc_gccs_TpCallReleaseCause_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47502     /*  End struct "org_csapi_cc_gccs_TpCallReleaseCause"  */
47503 }
47504 
47505 /* Struct = IDL:org/csapi/cc/gccs/TpCallInfoReport:1.0 */
47506 static void
decode_org_csapi_cc_gccs_TpCallInfoReport_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47507 decode_org_csapi_cc_gccs_TpCallInfoReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47508 {
47509 
47510     proto_tree_add_int(tree, hf_org_csapi_cc_gccs_TpCallInfoReport_CallInfoType, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
47511 
47512     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cc_gccs_TpCallInfoReport_CallInitiationStartTime);
47513 
47514     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cc_gccs_TpCallInfoReport_CallConnectedToResourceTime);
47515 
47516     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cc_gccs_TpCallInfoReport_CallConnectedToDestinationTime);
47517 
47518     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cc_gccs_TpCallInfoReport_CallEndTime);
47519 
47520     /*  Begin struct "org_csapi_cc_gccs_TpCallReleaseCause"  */
47521     decode_org_csapi_cc_gccs_TpCallReleaseCause_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47522     /*  End struct "org_csapi_cc_gccs_TpCallReleaseCause"  */
47523 }
47524 
47525 /* Struct = IDL:org/csapi/cc/gccs/TpCallTreatment:1.0 */
47526 static void
decode_org_csapi_cc_gccs_TpCallTreatment_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47527 decode_org_csapi_cc_gccs_TpCallTreatment_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47528 {
47529 
47530     /* Operation specific Variable declarations Begin */
47531     guint32   u_octet4;
47532     /* Operation specific Variable declarations End */
47533 
47534     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47535     proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallTreatment_CallTreatmentType, tvb, *offset-4, 4, u_octet4);
47536 
47537     /*  Begin struct "org_csapi_cc_gccs_TpCallReleaseCause"  */
47538     decode_org_csapi_cc_gccs_TpCallReleaseCause_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47539     /*  End struct "org_csapi_cc_gccs_TpCallReleaseCause"  */
47540     /*  Begin union "org_csapi_cc_TpCallAdditionalTreatmentInfo"  */
47541     decode_org_csapi_cc_TpCallAdditionalTreatmentInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
47542 
47543     /*  End union "org_csapi_cc_TpCallAdditionalTreatmentInfo"  */
47544 }
47545 
47546 /* Struct = IDL:org/csapi/cc/gccs/TpCallIdentifier:1.0 */
47547 static void
decode_org_csapi_cc_gccs_TpCallIdentifier_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47548 decode_org_csapi_cc_gccs_TpCallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47549 {
47550 
47551     get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
47552 
47553     proto_tree_add_int(tree, hf_org_csapi_cc_gccs_TpCallIdentifier_CallSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
47554 
47555 }
47556 
47557 /* Struct = IDL:org/csapi/cc/TpCallNotificationScope:1.0 */
47558 static void
decode_org_csapi_cc_TpCallNotificationScope_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47559 decode_org_csapi_cc_TpCallNotificationScope_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47560 {
47561 
47562     /*  Begin struct "org_csapi_TpAddressRange"  */
47563     decode_org_csapi_TpAddressRange_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47564     /*  End struct "org_csapi_TpAddressRange"  */
47565     /*  Begin struct "org_csapi_TpAddressRange"  */
47566     decode_org_csapi_TpAddressRange_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47567     /*  End struct "org_csapi_TpAddressRange"  */
47568 }
47569 
47570 /* Struct = IDL:org/csapi/cc/TpCallNotificationReportScope:1.0 */
47571 static void
decode_org_csapi_cc_TpCallNotificationReportScope_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47572 decode_org_csapi_cc_TpCallNotificationReportScope_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47573 {
47574 
47575     /*  Begin struct "org_csapi_TpAddress"  */
47576     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47577     /*  End struct "org_csapi_TpAddress"  */
47578     /*  Begin struct "org_csapi_TpAddress"  */
47579     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47580     /*  End struct "org_csapi_TpAddress"  */
47581 }
47582 
47583 /* Struct = IDL:org/csapi/cc/TpCallEventRequest:1.0 */
47584 static void
decode_org_csapi_cc_TpCallEventRequest_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47585 decode_org_csapi_cc_TpCallEventRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47586 {
47587 
47588     /* Operation specific Variable declarations Begin */
47589     guint32   u_octet4;
47590     /* Operation specific Variable declarations End */
47591 
47592     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47593     proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallEventRequest_CallEventType, tvb, *offset-4, 4, u_octet4);
47594 
47595     /*  Begin union "org_csapi_cc_TpAdditionalCallEventCriteria"  */
47596     decode_org_csapi_cc_TpAdditionalCallEventCriteria_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
47597 
47598     /*  End union "org_csapi_cc_TpAdditionalCallEventCriteria"  */
47599     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47600     proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallEventRequest_CallMonitorMode, tvb, *offset-4, 4, u_octet4);
47601 
47602 }
47603 
47604 /* Struct = IDL:org/csapi/cc/TpCallNotificationRequest:1.0 */
47605 static void
decode_org_csapi_cc_TpCallNotificationRequest_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47606 decode_org_csapi_cc_TpCallNotificationRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47607 {
47608 
47609     /* Operation specific Variable declarations Begin */
47610     guint32   u_octet4_loop_org_csapi_cc_TpCallNotificationRequest_CallEventsRequested;
47611     guint32   i_org_csapi_cc_TpCallNotificationRequest_CallEventsRequested;
47612     /* Operation specific Variable declarations End */
47613 
47614     /*  Begin struct "org_csapi_cc_TpCallNotificationScope"  */
47615     decode_org_csapi_cc_TpCallNotificationScope_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47616     /*  End struct "org_csapi_cc_TpCallNotificationScope"  */
47617     u_octet4_loop_org_csapi_cc_TpCallNotificationRequest_CallEventsRequested = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
47618     proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallNotificationRequest_CallEventsRequested_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpCallNotificationRequest_CallEventsRequested);
47619 
47620     for (i_org_csapi_cc_TpCallNotificationRequest_CallEventsRequested=0; i_org_csapi_cc_TpCallNotificationRequest_CallEventsRequested < u_octet4_loop_org_csapi_cc_TpCallNotificationRequest_CallEventsRequested; i_org_csapi_cc_TpCallNotificationRequest_CallEventsRequested++) {
47621 
47622         /*  Begin struct "org_csapi_cc_TpCallEventRequest"  */
47623         decode_org_csapi_cc_TpCallEventRequest_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47624         /*  End struct "org_csapi_cc_TpCallEventRequest"  */
47625     }
47626 
47627 }
47628 
47629 /* Struct = IDL:org/csapi/cc/TpNotificationRequested:1.0 */
47630 static void
decode_org_csapi_cc_TpNotificationRequested_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47631 decode_org_csapi_cc_TpNotificationRequested_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47632 {
47633 
47634     /*  Begin struct "org_csapi_cc_TpCallNotificationRequest"  */
47635     decode_org_csapi_cc_TpCallNotificationRequest_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47636     /*  End struct "org_csapi_cc_TpCallNotificationRequest"  */
47637     proto_tree_add_int(tree, hf_org_csapi_cc_TpNotificationRequested_AssignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
47638 
47639 }
47640 
47641 /* Struct = IDL:org/csapi/cc/TpCallLegConnectionProperties:1.0 */
47642 static void
decode_org_csapi_cc_TpCallLegConnectionProperties_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47643 decode_org_csapi_cc_TpCallLegConnectionProperties_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47644 {
47645 
47646     /* Operation specific Variable declarations Begin */
47647     guint32   u_octet4;
47648     /* Operation specific Variable declarations End */
47649 
47650     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47651     proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallLegConnectionProperties_AttachMechanism, tvb, *offset-4, 4, u_octet4);
47652 
47653 }
47654 
47655 /* Struct = IDL:org/csapi/cc/TpCallEventInfo:1.0 */
47656 static void
decode_org_csapi_cc_TpCallEventInfo_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47657 decode_org_csapi_cc_TpCallEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47658 {
47659 
47660     /* Operation specific Variable declarations Begin */
47661     guint32   u_octet4;
47662     /* Operation specific Variable declarations End */
47663 
47664     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47665     proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallEventInfo_CallEventType, tvb, *offset-4, 4, u_octet4);
47666 
47667     /*  Begin union "org_csapi_cc_TpCallAdditionalEventInfo"  */
47668     decode_org_csapi_cc_TpCallAdditionalEventInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
47669 
47670     /*  End union "org_csapi_cc_TpCallAdditionalEventInfo"  */
47671     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47672     proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallEventInfo_CallMonitorMode, tvb, *offset-4, 4, u_octet4);
47673 
47674     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cc_TpCallEventInfo_CallEventTime);
47675 
47676 }
47677 
47678 /* Struct = IDL:org/csapi/cc/TpNotificationRequestedSetEntry:1.0 */
47679 static void
decode_org_csapi_cc_TpNotificationRequestedSetEntry_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47680 decode_org_csapi_cc_TpNotificationRequestedSetEntry_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47681 {
47682 
47683     /* Operation specific Variable declarations Begin */
47684     guint32   u_octet4_loop_org_csapi_cc_TpNotificationRequestedSetEntry_NotificationRequestSet;
47685     guint32   i_org_csapi_cc_TpNotificationRequestedSetEntry_NotificationRequestSet;
47686     /* Operation specific Variable declarations End */
47687 
47688     u_octet4_loop_org_csapi_cc_TpNotificationRequestedSetEntry_NotificationRequestSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
47689     proto_tree_add_uint(tree, hf_org_csapi_cc_TpNotificationRequestedSetEntry_NotificationRequestSet_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpNotificationRequestedSetEntry_NotificationRequestSet);
47690 
47691     for (i_org_csapi_cc_TpNotificationRequestedSetEntry_NotificationRequestSet=0; i_org_csapi_cc_TpNotificationRequestedSetEntry_NotificationRequestSet < u_octet4_loop_org_csapi_cc_TpNotificationRequestedSetEntry_NotificationRequestSet; i_org_csapi_cc_TpNotificationRequestedSetEntry_NotificationRequestSet++) {
47692 
47693         /*  Begin struct "org_csapi_cc_TpNotificationRequested"  */
47694         decode_org_csapi_cc_TpNotificationRequested_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47695         /*  End struct "org_csapi_cc_TpNotificationRequested"  */
47696     }
47697 
47698     proto_tree_add_boolean(tree, hf_org_csapi_cc_TpNotificationRequestedSetEntry_Final, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
47699 
47700 }
47701 
47702 /* Struct = IDL:org/csapi/cc/TpCarrier:1.0 */
47703 static void
decode_org_csapi_cc_TpCarrier_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47704 decode_org_csapi_cc_TpCarrier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47705 {
47706 
47707     /* Operation specific Variable declarations Begin */
47708     guint32   u_octet4_loop_org_csapi_cc_TpCarrier_CarrierID;
47709     guint32   i_org_csapi_cc_TpCarrier_CarrierID;
47710     guint32   u_octet4;
47711     /* Operation specific Variable declarations End */
47712 
47713     u_octet4_loop_org_csapi_cc_TpCarrier_CarrierID = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
47714     proto_tree_add_uint(tree, hf_org_csapi_cc_TpCarrier_CarrierID_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpCarrier_CarrierID);
47715 
47716     for (i_org_csapi_cc_TpCarrier_CarrierID=0; i_org_csapi_cc_TpCarrier_CarrierID < u_octet4_loop_org_csapi_cc_TpCarrier_CarrierID; i_org_csapi_cc_TpCarrier_CarrierID++) {
47717 
47718         proto_tree_add_uint(tree, hf_org_csapi_cc_TpCarrier_CarrierID, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
47719 
47720     }
47721 
47722     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47723     proto_tree_add_uint(tree, hf_org_csapi_cc_TpCarrier_CarrierSelectionField, tvb, *offset-4, 4, u_octet4);
47724 
47725 }
47726 
47727 /* Struct = IDL:org/csapi/cc/TpCallNotificationInfo:1.0 */
47728 static void
decode_org_csapi_cc_TpCallNotificationInfo_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47729 decode_org_csapi_cc_TpCallNotificationInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47730 {
47731 
47732     /* Operation specific Variable declarations Begin */
47733     guint32   u_octet4_loop_org_csapi_cc_TpCallNotificationInfo_CallAppInfo;
47734     guint32   i_org_csapi_cc_TpCallNotificationInfo_CallAppInfo;
47735     /* Operation specific Variable declarations End */
47736 
47737     /*  Begin struct "org_csapi_cc_TpCallNotificationReportScope"  */
47738     decode_org_csapi_cc_TpCallNotificationReportScope_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47739     /*  End struct "org_csapi_cc_TpCallNotificationReportScope"  */
47740     u_octet4_loop_org_csapi_cc_TpCallNotificationInfo_CallAppInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
47741     proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallNotificationInfo_CallAppInfo_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpCallNotificationInfo_CallAppInfo);
47742 
47743     for (i_org_csapi_cc_TpCallNotificationInfo_CallAppInfo=0; i_org_csapi_cc_TpCallNotificationInfo_CallAppInfo < u_octet4_loop_org_csapi_cc_TpCallNotificationInfo_CallAppInfo; i_org_csapi_cc_TpCallNotificationInfo_CallAppInfo++) {
47744 
47745         /*  Begin union "org_csapi_cc_TpCallAppInfo"  */
47746         decode_org_csapi_cc_TpCallAppInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
47747 
47748         /*  End union "org_csapi_cc_TpCallAppInfo"  */
47749     }
47750 
47751     /*  Begin struct "org_csapi_cc_TpCallEventInfo"  */
47752     decode_org_csapi_cc_TpCallEventInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47753     /*  End struct "org_csapi_cc_TpCallEventInfo"  */
47754 }
47755 
47756 /* Struct = IDL:org/csapi/cc/TpCallLegInfoReport:1.0 */
47757 static void
decode_org_csapi_cc_TpCallLegInfoReport_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47758 decode_org_csapi_cc_TpCallLegInfoReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47759 {
47760 
47761     /* Operation specific Variable declarations Begin */
47762     guint32   u_octet4;
47763     guint32   u_octet4_loop_org_csapi_cc_TpCallLegInfoReport_CallAppInfo;
47764     guint32   i_org_csapi_cc_TpCallLegInfoReport_CallAppInfo;
47765     /* Operation specific Variable declarations End */
47766 
47767     proto_tree_add_int(tree, hf_org_csapi_cc_TpCallLegInfoReport_CallLegInfoType, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
47768 
47769     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cc_TpCallLegInfoReport_CallLegStartTime);
47770 
47771     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cc_TpCallLegInfoReport_CallLegConnectedToResourceTime);
47772 
47773     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cc_TpCallLegInfoReport_CallLegConnectedToAddressTime);
47774 
47775     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cc_TpCallLegInfoReport_CallLegEndTime);
47776 
47777     /*  Begin struct "org_csapi_TpAddress"  */
47778     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47779     /*  End struct "org_csapi_TpAddress"  */
47780     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47781     proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallLegInfoReport_CallLegReleaseCause, tvb, *offset-4, 4, u_octet4);
47782 
47783     u_octet4_loop_org_csapi_cc_TpCallLegInfoReport_CallAppInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
47784     proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallLegInfoReport_CallAppInfo_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpCallLegInfoReport_CallAppInfo);
47785 
47786     for (i_org_csapi_cc_TpCallLegInfoReport_CallAppInfo=0; i_org_csapi_cc_TpCallLegInfoReport_CallAppInfo < u_octet4_loop_org_csapi_cc_TpCallLegInfoReport_CallAppInfo; i_org_csapi_cc_TpCallLegInfoReport_CallAppInfo++) {
47787 
47788         /*  Begin union "org_csapi_cc_TpCallAppInfo"  */
47789         decode_org_csapi_cc_TpCallAppInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
47790 
47791         /*  End union "org_csapi_cc_TpCallAppInfo"  */
47792     }
47793 
47794 }
47795 
47796 /* Struct = IDL:org/csapi/cc/TpCallLegProperty:1.0 */
47797 static void
decode_org_csapi_cc_TpCallLegProperty_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47798 decode_org_csapi_cc_TpCallLegProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47799 {
47800 
47801     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cc_TpCallLegProperty_CallLegPropertyName);
47802 
47803     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cc_TpCallLegProperty_CallLegPropertyValue);
47804 
47805 }
47806 
47807 /* Struct = IDL:org/csapi/cc/mpccs/TpMultiPartyCallIdentifier:1.0 */
47808 static void
decode_org_csapi_cc_mpccs_TpMultiPartyCallIdentifier_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47809 decode_org_csapi_cc_mpccs_TpMultiPartyCallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47810 {
47811 
47812     get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
47813 
47814     proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_TpMultiPartyCallIdentifier_CallSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
47815 
47816 }
47817 
47818 /* Struct = IDL:org/csapi/cc/mpccs/TpCallLegIdentifier:1.0 */
47819 static void
decode_org_csapi_cc_mpccs_TpCallLegIdentifier_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47820 decode_org_csapi_cc_mpccs_TpCallLegIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47821 {
47822 
47823     get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
47824 
47825     proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_TpCallLegIdentifier_CallLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
47826 
47827 }
47828 
47829 /* Struct = IDL:org/csapi/cc/mpccs/TpAppCallLegCallBack:1.0 */
47830 static void
decode_org_csapi_cc_mpccs_TpAppCallLegCallBack_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47831 decode_org_csapi_cc_mpccs_TpAppCallLegCallBack_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47832 {
47833 
47834     /* Operation specific Variable declarations Begin */
47835     guint32   u_octet4_loop_org_csapi_cc_mpccs_TpAppCallLegCallBack_AppCallLegSet;
47836     guint32   i_org_csapi_cc_mpccs_TpAppCallLegCallBack_AppCallLegSet;
47837     /* Operation specific Variable declarations End */
47838 
47839     get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
47840 
47841     u_octet4_loop_org_csapi_cc_mpccs_TpAppCallLegCallBack_AppCallLegSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
47842     proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_TpAppCallLegCallBack_AppCallLegSet_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mpccs_TpAppCallLegCallBack_AppCallLegSet);
47843 
47844     for (i_org_csapi_cc_mpccs_TpAppCallLegCallBack_AppCallLegSet=0; i_org_csapi_cc_mpccs_TpAppCallLegCallBack_AppCallLegSet < u_octet4_loop_org_csapi_cc_mpccs_TpAppCallLegCallBack_AppCallLegSet; i_org_csapi_cc_mpccs_TpAppCallLegCallBack_AppCallLegSet++) {
47845 
47846         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
47847 
47848     }
47849 
47850 }
47851 
47852 /* Struct = IDL:org/csapi/cc/mmccs/TpCallSuperviseVolume:1.0 */
47853 static void
decode_org_csapi_cc_mmccs_TpCallSuperviseVolume_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47854 decode_org_csapi_cc_mmccs_TpCallSuperviseVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47855 {
47856 
47857     proto_tree_add_int(tree, hf_org_csapi_cc_mmccs_TpCallSuperviseVolume_VolumeQuantity, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
47858 
47859     proto_tree_add_int(tree, hf_org_csapi_cc_mmccs_TpCallSuperviseVolume_VolumeUnit, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
47860 
47861 }
47862 
47863 /* Struct = IDL:org/csapi/cc/mmccs/TpMediaStreamRequest:1.0 */
47864 static void
decode_org_csapi_cc_mmccs_TpMediaStreamRequest_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47865 decode_org_csapi_cc_mmccs_TpMediaStreamRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47866 {
47867 
47868     /* Operation specific Variable declarations Begin */
47869     guint32   u_octet4;
47870     /* Operation specific Variable declarations End */
47871 
47872     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47873     proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_TpMediaStreamRequest_Direction, tvb, *offset-4, 4, u_octet4);
47874 
47875     /*  Begin union "org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest"  */
47876     decode_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
47877 
47878     /*  End union "org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest"  */
47879     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47880     proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_TpMediaStreamRequest_MediaMonitorMode, tvb, *offset-4, 4, u_octet4);
47881 
47882     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47883     proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_TpMediaStreamRequest_EventType, tvb, *offset-4, 4, u_octet4);
47884 
47885 }
47886 
47887 /* Struct = IDL:org/csapi/cc/mmccs/TpMediaStream:1.0 */
47888 static void
decode_org_csapi_cc_mmccs_TpMediaStream_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47889 decode_org_csapi_cc_mmccs_TpMediaStream_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47890 {
47891 
47892     /* Operation specific Variable declarations Begin */
47893     guint32   u_octet4;
47894     /* Operation specific Variable declarations End */
47895 
47896     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
47897     proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_TpMediaStream_Direction, tvb, *offset-4, 4, u_octet4);
47898 
47899     /*  Begin union "org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest"  */
47900     decode_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
47901 
47902     /*  End union "org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest"  */
47903     proto_tree_add_int(tree, hf_org_csapi_cc_mmccs_TpMediaStream_ChannelSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
47904 
47905     get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
47906 
47907 }
47908 
47909 /* Struct = IDL:org/csapi/cc/mmccs/TpNotificationMediaRequest:1.0 */
47910 static void
decode_org_csapi_cc_mmccs_TpNotificationMediaRequest_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47911 decode_org_csapi_cc_mmccs_TpNotificationMediaRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47912 {
47913 
47914     /* Operation specific Variable declarations Begin */
47915     guint32   u_octet4_loop_org_csapi_cc_mmccs_TpNotificationMediaRequest_MediaStreamsRequested;
47916     guint32   i_org_csapi_cc_mmccs_TpNotificationMediaRequest_MediaStreamsRequested;
47917     /* Operation specific Variable declarations End */
47918 
47919     /*  Begin struct "org_csapi_cc_TpCallNotificationScope"  */
47920     decode_org_csapi_cc_TpCallNotificationScope_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47921     /*  End struct "org_csapi_cc_TpCallNotificationScope"  */
47922     u_octet4_loop_org_csapi_cc_mmccs_TpNotificationMediaRequest_MediaStreamsRequested = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
47923     proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_TpNotificationMediaRequest_MediaStreamsRequested_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mmccs_TpNotificationMediaRequest_MediaStreamsRequested);
47924 
47925     for (i_org_csapi_cc_mmccs_TpNotificationMediaRequest_MediaStreamsRequested=0; i_org_csapi_cc_mmccs_TpNotificationMediaRequest_MediaStreamsRequested < u_octet4_loop_org_csapi_cc_mmccs_TpNotificationMediaRequest_MediaStreamsRequested; i_org_csapi_cc_mmccs_TpNotificationMediaRequest_MediaStreamsRequested++) {
47926 
47927         /*  Begin struct "org_csapi_cc_mmccs_TpMediaStreamRequest"  */
47928         decode_org_csapi_cc_mmccs_TpMediaStreamRequest_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47929         /*  End struct "org_csapi_cc_mmccs_TpMediaStreamRequest"  */
47930     }
47931 
47932 }
47933 
47934 /* Struct = IDL:org/csapi/cc/mmccs/TpMediaNotificationRequested:1.0 */
47935 static void
decode_org_csapi_cc_mmccs_TpMediaNotificationRequested_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47936 decode_org_csapi_cc_mmccs_TpMediaNotificationRequested_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47937 {
47938 
47939     /*  Begin struct "org_csapi_cc_mmccs_TpNotificationMediaRequest"  */
47940     decode_org_csapi_cc_mmccs_TpNotificationMediaRequest_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
47941     /*  End struct "org_csapi_cc_mmccs_TpNotificationMediaRequest"  */
47942     proto_tree_add_int(tree, hf_org_csapi_cc_mmccs_TpMediaNotificationRequested_AssignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
47943 
47944 }
47945 
47946 /* Struct = IDL:org/csapi/cc/mmccs/TpMultiMediaCallIdentifier:1.0 */
47947 static void
decode_org_csapi_cc_mmccs_TpMultiMediaCallIdentifier_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47948 decode_org_csapi_cc_mmccs_TpMultiMediaCallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47949 {
47950 
47951     get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
47952 
47953     proto_tree_add_int(tree, hf_org_csapi_cc_mmccs_TpMultiMediaCallIdentifier_MMCallSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
47954 
47955 }
47956 
47957 /* Struct = IDL:org/csapi/cc/mmccs/TpMultiMediaCallLegIdentifier:1.0 */
47958 static void
decode_org_csapi_cc_mmccs_TpMultiMediaCallLegIdentifier_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47959 decode_org_csapi_cc_mmccs_TpMultiMediaCallLegIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47960 {
47961 
47962     get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
47963 
47964     proto_tree_add_int(tree, hf_org_csapi_cc_mmccs_TpMultiMediaCallLegIdentifier_MMCallLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
47965 
47966 }
47967 
47968 /* Struct = IDL:org/csapi/cc/mmccs/TpAppMultiMediaCallLegCallBack:1.0 */
47969 static void
decode_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47970 decode_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47971 {
47972 
47973     /* Operation specific Variable declarations Begin */
47974     guint32   u_octet4_loop_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_AppCallLegSet;
47975     guint32   i_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_AppCallLegSet;
47976     /* Operation specific Variable declarations End */
47977 
47978     get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
47979 
47980     u_octet4_loop_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_AppCallLegSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
47981     proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_AppCallLegSet_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_AppCallLegSet);
47982 
47983     for (i_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_AppCallLegSet=0; i_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_AppCallLegSet < u_octet4_loop_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_AppCallLegSet; i_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_AppCallLegSet++) {
47984 
47985         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
47986 
47987     }
47988 
47989 }
47990 
47991 /* Struct = IDL:org/csapi/cc/cccs/TpMonoMediaConfPolicy:1.0 */
47992 static void
decode_org_csapi_cc_cccs_TpMonoMediaConfPolicy_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)47993 decode_org_csapi_cc_cccs_TpMonoMediaConfPolicy_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
47994 {
47995 
47996     proto_tree_add_boolean(tree, hf_org_csapi_cc_cccs_TpMonoMediaConfPolicy_JoinAllowed, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
47997 
47998 }
47999 
48000 /* Struct = IDL:org/csapi/cc/cccs/TpJoinEventInfo:1.0 */
48001 static void
decode_org_csapi_cc_cccs_TpJoinEventInfo_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48002 decode_org_csapi_cc_cccs_TpJoinEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48003 {
48004 
48005     /* Operation specific Variable declarations Begin */
48006     guint32   u_octet4_loop_org_csapi_cc_cccs_TpJoinEventInfo_CallAppInfo;
48007     guint32   i_org_csapi_cc_cccs_TpJoinEventInfo_CallAppInfo;
48008     /* Operation specific Variable declarations End */
48009 
48010     /*  Begin struct "org_csapi_TpAddress"  */
48011     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48012     /*  End struct "org_csapi_TpAddress"  */
48013     /*  Begin struct "org_csapi_TpAddress"  */
48014     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48015     /*  End struct "org_csapi_TpAddress"  */
48016     u_octet4_loop_org_csapi_cc_cccs_TpJoinEventInfo_CallAppInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
48017     proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_TpJoinEventInfo_CallAppInfo_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_cccs_TpJoinEventInfo_CallAppInfo);
48018 
48019     for (i_org_csapi_cc_cccs_TpJoinEventInfo_CallAppInfo=0; i_org_csapi_cc_cccs_TpJoinEventInfo_CallAppInfo < u_octet4_loop_org_csapi_cc_cccs_TpJoinEventInfo_CallAppInfo; i_org_csapi_cc_cccs_TpJoinEventInfo_CallAppInfo++) {
48020 
48021         /*  Begin union "org_csapi_cc_TpCallAppInfo"  */
48022         decode_org_csapi_cc_TpCallAppInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
48023 
48024         /*  End union "org_csapi_cc_TpCallAppInfo"  */
48025     }
48026 
48027 }
48028 
48029 /* Struct = IDL:org/csapi/cc/cccs/TpConfSearchCriteria:1.0 */
48030 static void
decode_org_csapi_cc_cccs_TpConfSearchCriteria_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48031 decode_org_csapi_cc_cccs_TpConfSearchCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48032 {
48033 
48034     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cc_cccs_TpConfSearchCriteria_StartSearch);
48035 
48036     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cc_cccs_TpConfSearchCriteria_StopSearch);
48037 
48038     proto_tree_add_int(tree, hf_org_csapi_cc_cccs_TpConfSearchCriteria_RequestedResources, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48039 
48040     proto_tree_add_int(tree, hf_org_csapi_cc_cccs_TpConfSearchCriteria_RequestedDuration, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48041 
48042 }
48043 
48044 /* Struct = IDL:org/csapi/cc/cccs/TpConfSearchResult:1.0 */
48045 static void
decode_org_csapi_cc_cccs_TpConfSearchResult_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48046 decode_org_csapi_cc_cccs_TpConfSearchResult_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48047 {
48048 
48049     proto_tree_add_boolean(tree, hf_org_csapi_cc_cccs_TpConfSearchResult_MatchFound, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
48050 
48051     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cc_cccs_TpConfSearchResult_ActualStartTime);
48052 
48053     proto_tree_add_int(tree, hf_org_csapi_cc_cccs_TpConfSearchResult_ActualResources, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48054 
48055     proto_tree_add_int(tree, hf_org_csapi_cc_cccs_TpConfSearchResult_ActualDuration, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48056 
48057 }
48058 
48059 /* Struct = IDL:org/csapi/cc/cccs/TpMultiMediaConfPolicy:1.0 */
48060 static void
decode_org_csapi_cc_cccs_TpMultiMediaConfPolicy_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48061 decode_org_csapi_cc_cccs_TpMultiMediaConfPolicy_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48062 {
48063 
48064     /* Operation specific Variable declarations Begin */
48065     guint32   u_octet4;
48066     /* Operation specific Variable declarations End */
48067 
48068     proto_tree_add_boolean(tree, hf_org_csapi_cc_cccs_TpMultiMediaConfPolicy_JoinAllowed, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
48069 
48070     proto_tree_add_int(tree, hf_org_csapi_cc_cccs_TpMultiMediaConfPolicy_MediaAllowed, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48071 
48072     proto_tree_add_boolean(tree, hf_org_csapi_cc_cccs_TpMultiMediaConfPolicy_Chaired, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
48073 
48074     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
48075     proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_TpMultiMediaConfPolicy_VideoHandling, tvb, *offset-4, 4, u_octet4);
48076 
48077 }
48078 
48079 /* Struct = IDL:org/csapi/cc/cccs/TpResourceReservation:1.0 */
48080 static void
decode_org_csapi_cc_cccs_TpResourceReservation_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48081 decode_org_csapi_cc_cccs_TpResourceReservation_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48082 {
48083 
48084     /*  Begin struct "org_csapi_TpAddress"  */
48085     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48086     /*  End struct "org_csapi_TpAddress"  */
48087     proto_tree_add_int(tree, hf_org_csapi_cc_cccs_TpResourceReservation_ReservationID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48088 
48089 }
48090 
48091 /* Struct = IDL:org/csapi/cc/cccs/TpConfCallIdentifier:1.0 */
48092 static void
decode_org_csapi_cc_cccs_TpConfCallIdentifier_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48093 decode_org_csapi_cc_cccs_TpConfCallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48094 {
48095 
48096     get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
48097 
48098     proto_tree_add_int(tree, hf_org_csapi_cc_cccs_TpConfCallIdentifier_ConfCallSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48099 
48100 }
48101 
48102 /* Struct = IDL:org/csapi/cc/cccs/TpSubConfCallIdentifier:1.0 */
48103 static void
decode_org_csapi_cc_cccs_TpSubConfCallIdentifier_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48104 decode_org_csapi_cc_cccs_TpSubConfCallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48105 {
48106 
48107     get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
48108 
48109     proto_tree_add_int(tree, hf_org_csapi_cc_cccs_TpSubConfCallIdentifier_SubConfCallSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48110 
48111 }
48112 
48113 /* Struct = IDL:org/csapi/ui/TpUIIdentifier:1.0 */
48114 static void
decode_org_csapi_ui_TpUIIdentifier_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48115 decode_org_csapi_ui_TpUIIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48116 {
48117 
48118     get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
48119 
48120     proto_tree_add_int(tree, hf_org_csapi_ui_TpUIIdentifier_UserInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48121 
48122 }
48123 
48124 /* Struct = IDL:org/csapi/ui/TpUICallIdentifier:1.0 */
48125 static void
decode_org_csapi_ui_TpUICallIdentifier_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48126 decode_org_csapi_ui_TpUICallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48127 {
48128 
48129     get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
48130 
48131     proto_tree_add_int(tree, hf_org_csapi_ui_TpUICallIdentifier_UserInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48132 
48133 }
48134 
48135 /* Struct = IDL:org/csapi/mm/TpLocationResponseTime:1.0 */
48136 static void
decode_org_csapi_mm_TpLocationResponseTime_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48137 decode_org_csapi_mm_TpLocationResponseTime_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48138 {
48139 
48140     /* Operation specific Variable declarations Begin */
48141     guint32   u_octet4;
48142     /* Operation specific Variable declarations End */
48143 
48144     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
48145     proto_tree_add_uint(tree, hf_org_csapi_mm_TpLocationResponseTime_ResponseTime, tvb, *offset-4, 4, u_octet4);
48146 
48147     proto_tree_add_int(tree, hf_org_csapi_mm_TpLocationResponseTime_TimerValue, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48148 
48149 }
48150 
48151 /* Struct = IDL:org/csapi/mm/TpLocationTrigger:1.0 */
48152 static void
decode_org_csapi_mm_TpLocationTrigger_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48153 decode_org_csapi_mm_TpLocationTrigger_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48154 {
48155 
48156     /* Operation specific Variable declarations Begin */
48157     guint32   u_octet4;
48158     /* Operation specific Variable declarations End */
48159 
48160     proto_tree_add_float(tree, hf_org_csapi_mm_TpLocationTrigger_Longitude, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
48161 
48162     proto_tree_add_float(tree, hf_org_csapi_mm_TpLocationTrigger_Latitude, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
48163 
48164     proto_tree_add_float(tree, hf_org_csapi_mm_TpLocationTrigger_AreaSemiMajor, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
48165 
48166     proto_tree_add_float(tree, hf_org_csapi_mm_TpLocationTrigger_AreaSemiMinor, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
48167 
48168     proto_tree_add_int(tree, hf_org_csapi_mm_TpLocationTrigger_AngleOfSemiMajor, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48169 
48170     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
48171     proto_tree_add_uint(tree, hf_org_csapi_mm_TpLocationTrigger_Criterion, tvb, *offset-4, 4, u_octet4);
48172 
48173     proto_tree_add_int(tree, hf_org_csapi_mm_TpLocationTrigger_ReportingInterval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48174 
48175 }
48176 
48177 /* Struct = IDL:org/csapi/mm/TpLocationRequest:1.0 */
48178 static void
decode_org_csapi_mm_TpLocationRequest_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48179 decode_org_csapi_mm_TpLocationRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48180 {
48181 
48182     /* Operation specific Variable declarations Begin */
48183     guint32   u_octet4;
48184     /* Operation specific Variable declarations End */
48185 
48186     proto_tree_add_float(tree, hf_org_csapi_mm_TpLocationRequest_RequestedAccuracy, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
48187 
48188     /*  Begin struct "org_csapi_mm_TpLocationResponseTime"  */
48189     decode_org_csapi_mm_TpLocationResponseTime_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48190     /*  End struct "org_csapi_mm_TpLocationResponseTime"  */
48191     proto_tree_add_boolean(tree, hf_org_csapi_mm_TpLocationRequest_AltitudeRequested, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
48192 
48193     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
48194     proto_tree_add_uint(tree, hf_org_csapi_mm_TpLocationRequest_Type, tvb, *offset-4, 4, u_octet4);
48195 
48196     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
48197     proto_tree_add_uint(tree, hf_org_csapi_mm_TpLocationRequest_Priority, tvb, *offset-4, 4, u_octet4);
48198 
48199     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_TpLocationRequest_RequestedLocationMethod);
48200 
48201 }
48202 
48203 /* Struct = IDL:org/csapi/mm/TpGeographicalPosition:1.0 */
48204 static void
decode_org_csapi_mm_TpGeographicalPosition_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48205 decode_org_csapi_mm_TpGeographicalPosition_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48206 {
48207 
48208     /* Operation specific Variable declarations Begin */
48209     guint32   u_octet4;
48210     /* Operation specific Variable declarations End */
48211 
48212     proto_tree_add_float(tree, hf_org_csapi_mm_TpGeographicalPosition_Longitude, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
48213 
48214     proto_tree_add_float(tree, hf_org_csapi_mm_TpGeographicalPosition_Latitude, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
48215 
48216     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
48217     proto_tree_add_uint(tree, hf_org_csapi_mm_TpGeographicalPosition_TypeOfUncertaintyShape, tvb, *offset-4, 4, u_octet4);
48218 
48219     proto_tree_add_float(tree, hf_org_csapi_mm_TpGeographicalPosition_UncertaintyInnerSemiMajor, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
48220 
48221     proto_tree_add_float(tree, hf_org_csapi_mm_TpGeographicalPosition_UncertaintyOuterSemiMajor, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
48222 
48223     proto_tree_add_float(tree, hf_org_csapi_mm_TpGeographicalPosition_UncertaintyInnerSemiMinor, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
48224 
48225     proto_tree_add_float(tree, hf_org_csapi_mm_TpGeographicalPosition_UncertaintyOuterSemiMinor, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
48226 
48227     proto_tree_add_int(tree, hf_org_csapi_mm_TpGeographicalPosition_AngleOfSemiMajor, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48228 
48229     proto_tree_add_int(tree, hf_org_csapi_mm_TpGeographicalPosition_SegmentStartAngle, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48230 
48231     proto_tree_add_int(tree, hf_org_csapi_mm_TpGeographicalPosition_SegmentEndAngle, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48232 
48233 }
48234 
48235 /* Struct = IDL:org/csapi/mm/TpMobilityStopAssignmentData:1.0 */
48236 static void
decode_org_csapi_mm_TpMobilityStopAssignmentData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48237 decode_org_csapi_mm_TpMobilityStopAssignmentData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48238 {
48239 
48240     /* Operation specific Variable declarations Begin */
48241     guint32   u_octet4;
48242     guint32   u_octet4_loop_org_csapi_mm_TpMobilityStopAssignmentData_Users;
48243     guint32   i_org_csapi_mm_TpMobilityStopAssignmentData_Users;
48244     /* Operation specific Variable declarations End */
48245 
48246     proto_tree_add_int(tree, hf_org_csapi_mm_TpMobilityStopAssignmentData_AssignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48247 
48248     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
48249     proto_tree_add_uint(tree, hf_org_csapi_mm_TpMobilityStopAssignmentData_StopScope, tvb, *offset-4, 4, u_octet4);
48250 
48251     u_octet4_loop_org_csapi_mm_TpMobilityStopAssignmentData_Users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
48252     proto_tree_add_uint(tree, hf_org_csapi_mm_TpMobilityStopAssignmentData_Users_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_TpMobilityStopAssignmentData_Users);
48253 
48254     for (i_org_csapi_mm_TpMobilityStopAssignmentData_Users=0; i_org_csapi_mm_TpMobilityStopAssignmentData_Users < u_octet4_loop_org_csapi_mm_TpMobilityStopAssignmentData_Users; i_org_csapi_mm_TpMobilityStopAssignmentData_Users++) {
48255 
48256         /*  Begin struct "org_csapi_TpAddress"  */
48257         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48258         /*  End struct "org_csapi_TpAddress"  */
48259     }
48260 
48261 }
48262 
48263 /* Struct = IDL:org/csapi/mm/TpUlExtendedData:1.0 */
48264 static void
decode_org_csapi_mm_TpUlExtendedData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48265 decode_org_csapi_mm_TpUlExtendedData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48266 {
48267 
48268     /* Operation specific Variable declarations Begin */
48269     guint32   u_octet4;
48270     /* Operation specific Variable declarations End */
48271 
48272     /*  Begin struct "org_csapi_mm_TpGeographicalPosition"  */
48273     decode_org_csapi_mm_TpGeographicalPosition_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48274     /*  End struct "org_csapi_mm_TpGeographicalPosition"  */
48275     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
48276     proto_tree_add_uint(tree, hf_org_csapi_mm_TpUlExtendedData_TerminalType, tvb, *offset-4, 4, u_octet4);
48277 
48278     proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUlExtendedData_AltitudePresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
48279 
48280     proto_tree_add_float(tree, hf_org_csapi_mm_TpUlExtendedData_Altitude, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
48281 
48282     proto_tree_add_float(tree, hf_org_csapi_mm_TpUlExtendedData_UncertaintyAltitude, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
48283 
48284     proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUlExtendedData_TimestampPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
48285 
48286     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_TpUlExtendedData_Timestamp);
48287 
48288     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_TpUlExtendedData_UsedLocationMethod);
48289 
48290 }
48291 
48292 /* Struct = IDL:org/csapi/mm/TpUserLocation:1.0 */
48293 static void
decode_org_csapi_mm_TpUserLocation_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48294 decode_org_csapi_mm_TpUserLocation_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48295 {
48296 
48297     /* Operation specific Variable declarations Begin */
48298     guint32   u_octet4;
48299     /* Operation specific Variable declarations End */
48300 
48301     /*  Begin struct "org_csapi_TpAddress"  */
48302     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48303     /*  End struct "org_csapi_TpAddress"  */
48304     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
48305     proto_tree_add_uint(tree, hf_org_csapi_mm_TpUserLocation_StatusCode, tvb, *offset-4, 4, u_octet4);
48306 
48307     /*  Begin struct "org_csapi_mm_TpGeographicalPosition"  */
48308     decode_org_csapi_mm_TpGeographicalPosition_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48309     /*  End struct "org_csapi_mm_TpGeographicalPosition"  */
48310 }
48311 
48312 /* Struct = IDL:org/csapi/mm/TpUserLocationExtended:1.0 */
48313 static void
decode_org_csapi_mm_TpUserLocationExtended_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48314 decode_org_csapi_mm_TpUserLocationExtended_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48315 {
48316 
48317     /* Operation specific Variable declarations Begin */
48318     guint32   u_octet4;
48319     guint32   u_octet4_loop_org_csapi_mm_TpUserLocationExtended_Locations;
48320     guint32   i_org_csapi_mm_TpUserLocationExtended_Locations;
48321     /* Operation specific Variable declarations End */
48322 
48323     /*  Begin struct "org_csapi_TpAddress"  */
48324     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48325     /*  End struct "org_csapi_TpAddress"  */
48326     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
48327     proto_tree_add_uint(tree, hf_org_csapi_mm_TpUserLocationExtended_StatusCode, tvb, *offset-4, 4, u_octet4);
48328 
48329     u_octet4_loop_org_csapi_mm_TpUserLocationExtended_Locations = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
48330     proto_tree_add_uint(tree, hf_org_csapi_mm_TpUserLocationExtended_Locations_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_TpUserLocationExtended_Locations);
48331 
48332     for (i_org_csapi_mm_TpUserLocationExtended_Locations=0; i_org_csapi_mm_TpUserLocationExtended_Locations < u_octet4_loop_org_csapi_mm_TpUserLocationExtended_Locations; i_org_csapi_mm_TpUserLocationExtended_Locations++) {
48333 
48334         /*  Begin struct "org_csapi_mm_TpUlExtendedData"  */
48335         decode_org_csapi_mm_TpUlExtendedData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48336         /*  End struct "org_csapi_mm_TpUlExtendedData"  */
48337     }
48338 
48339 }
48340 
48341 /* Struct = IDL:org/csapi/mm/TpLocationTriggerCamel:1.0 */
48342 static void
decode_org_csapi_mm_TpLocationTriggerCamel_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48343 decode_org_csapi_mm_TpLocationTriggerCamel_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48344 {
48345 
48346     proto_tree_add_boolean(tree, hf_org_csapi_mm_TpLocationTriggerCamel_UpdateInsideVlr, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
48347 
48348     proto_tree_add_boolean(tree, hf_org_csapi_mm_TpLocationTriggerCamel_UpdateOutsideVlr, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
48349 
48350 }
48351 
48352 /* Struct = IDL:org/csapi/mm/TpUserLocationCamel:1.0 */
48353 static void
decode_org_csapi_mm_TpUserLocationCamel_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48354 decode_org_csapi_mm_TpUserLocationCamel_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48355 {
48356 
48357     /* Operation specific Variable declarations Begin */
48358     guint32   u_octet4;
48359     /* Operation specific Variable declarations End */
48360 
48361     /*  Begin struct "org_csapi_TpAddress"  */
48362     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48363     /*  End struct "org_csapi_TpAddress"  */
48364     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
48365     proto_tree_add_uint(tree, hf_org_csapi_mm_TpUserLocationCamel_StatusCode, tvb, *offset-4, 4, u_octet4);
48366 
48367     proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationCamel_GeographicalPositionPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
48368 
48369     /*  Begin struct "org_csapi_mm_TpGeographicalPosition"  */
48370     decode_org_csapi_mm_TpGeographicalPosition_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48371     /*  End struct "org_csapi_mm_TpGeographicalPosition"  */
48372     proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationCamel_TimestampPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
48373 
48374     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_TpUserLocationCamel_Timestamp);
48375 
48376     proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationCamel_VlrNumberPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
48377 
48378     /*  Begin struct "org_csapi_TpAddress"  */
48379     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48380     /*  End struct "org_csapi_TpAddress"  */
48381     proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationCamel_LocationNumberPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
48382 
48383     /*  Begin struct "org_csapi_TpAddress"  */
48384     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48385     /*  End struct "org_csapi_TpAddress"  */
48386     proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationCamel_CellIdOrLaiPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
48387 
48388     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_TpUserLocationCamel_CellIdOrLai);
48389 
48390 }
48391 
48392 /* Struct = IDL:org/csapi/mm/TpUserLocationEmergencyRequest:1.0 */
48393 static void
decode_org_csapi_mm_TpUserLocationEmergencyRequest_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48394 decode_org_csapi_mm_TpUserLocationEmergencyRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48395 {
48396 
48397     proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationEmergencyRequest_UserAddressPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
48398 
48399     /*  Begin struct "org_csapi_TpAddress"  */
48400     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48401     /*  End struct "org_csapi_TpAddress"  */
48402     proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationEmergencyRequest_NaEsrdPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
48403 
48404     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_TpUserLocationEmergencyRequest_NaEsrd);
48405 
48406     proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationEmergencyRequest_NaEsrkPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
48407 
48408     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_TpUserLocationEmergencyRequest_NaEsrk);
48409 
48410     proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationEmergencyRequest_ImeiPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
48411 
48412     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_TpUserLocationEmergencyRequest_Imei);
48413 
48414     /*  Begin struct "org_csapi_mm_TpLocationRequest"  */
48415     decode_org_csapi_mm_TpLocationRequest_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48416     /*  End struct "org_csapi_mm_TpLocationRequest"  */
48417 }
48418 
48419 /* Struct = IDL:org/csapi/mm/TpUserLocationEmergency:1.0 */
48420 static void
decode_org_csapi_mm_TpUserLocationEmergency_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48421 decode_org_csapi_mm_TpUserLocationEmergency_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48422 {
48423 
48424     /* Operation specific Variable declarations Begin */
48425     guint32   u_octet4;
48426     /* Operation specific Variable declarations End */
48427 
48428     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
48429     proto_tree_add_uint(tree, hf_org_csapi_mm_TpUserLocationEmergency_StatusCode, tvb, *offset-4, 4, u_octet4);
48430 
48431     proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationEmergency_UserIdPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
48432 
48433     /*  Begin struct "org_csapi_TpAddress"  */
48434     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48435     /*  End struct "org_csapi_TpAddress"  */
48436     proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationEmergency_NaEsrdPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
48437 
48438     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_TpUserLocationEmergency_NaEsrd);
48439 
48440     proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationEmergency_NaEsrkPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
48441 
48442     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_TpUserLocationEmergency_NaEsrk);
48443 
48444     proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationEmergency_ImeiPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
48445 
48446     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_TpUserLocationEmergency_Imei);
48447 
48448     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
48449     proto_tree_add_uint(tree, hf_org_csapi_mm_TpUserLocationEmergency_TriggeringEvent, tvb, *offset-4, 4, u_octet4);
48450 
48451     proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationEmergency_GeographicalPositionPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
48452 
48453     /*  Begin struct "org_csapi_mm_TpGeographicalPosition"  */
48454     decode_org_csapi_mm_TpGeographicalPosition_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48455     /*  End struct "org_csapi_mm_TpGeographicalPosition"  */
48456     proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationEmergency_AltitudePresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
48457 
48458     proto_tree_add_float(tree, hf_org_csapi_mm_TpUserLocationEmergency_Altitude, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
48459 
48460     proto_tree_add_float(tree, hf_org_csapi_mm_TpUserLocationEmergency_UncertaintyAltitude, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
48461 
48462     proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationEmergency_TimestampPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
48463 
48464     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_TpUserLocationEmergency_Timestamp);
48465 
48466     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_TpUserLocationEmergency_UsedLocationMethod);
48467 
48468 }
48469 
48470 /* Struct = IDL:org/csapi/mm/TpUserStatus:1.0 */
48471 static void
decode_org_csapi_mm_TpUserStatus_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48472 decode_org_csapi_mm_TpUserStatus_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48473 {
48474 
48475     /* Operation specific Variable declarations Begin */
48476     guint32   u_octet4;
48477     /* Operation specific Variable declarations End */
48478 
48479     /*  Begin struct "org_csapi_TpAddress"  */
48480     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48481     /*  End struct "org_csapi_TpAddress"  */
48482     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
48483     proto_tree_add_uint(tree, hf_org_csapi_mm_TpUserStatus_StatusCode, tvb, *offset-4, 4, u_octet4);
48484 
48485     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
48486     proto_tree_add_uint(tree, hf_org_csapi_mm_TpUserStatus_Status, tvb, *offset-4, 4, u_octet4);
48487 
48488     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
48489     proto_tree_add_uint(tree, hf_org_csapi_mm_TpUserStatus_TerminalType, tvb, *offset-4, 4, u_octet4);
48490 
48491 }
48492 
48493 /* Struct = IDL:org/csapi/mm/TpTriggeredStatusRequest:1.0 */
48494 static void
decode_org_csapi_mm_TpTriggeredStatusRequest_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48495 decode_org_csapi_mm_TpTriggeredStatusRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48496 {
48497 
48498     /* Operation specific Variable declarations Begin */
48499     guint32   u_octet4_loop_org_csapi_mm_TpTriggeredStatusRequest_Users;
48500     guint32   i_org_csapi_mm_TpTriggeredStatusRequest_Users;
48501     /* Operation specific Variable declarations End */
48502 
48503     u_octet4_loop_org_csapi_mm_TpTriggeredStatusRequest_Users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
48504     proto_tree_add_uint(tree, hf_org_csapi_mm_TpTriggeredStatusRequest_Users_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_TpTriggeredStatusRequest_Users);
48505 
48506     for (i_org_csapi_mm_TpTriggeredStatusRequest_Users=0; i_org_csapi_mm_TpTriggeredStatusRequest_Users < u_octet4_loop_org_csapi_mm_TpTriggeredStatusRequest_Users; i_org_csapi_mm_TpTriggeredStatusRequest_Users++) {
48507 
48508         /*  Begin struct "org_csapi_TpAddress"  */
48509         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48510         /*  End struct "org_csapi_TpAddress"  */
48511     }
48512 
48513     proto_tree_add_int(tree, hf_org_csapi_mm_TpTriggeredStatusRequest_AssignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48514 
48515 }
48516 
48517 /* Struct = IDL:org/csapi/mm/TpTriggeredStatusRequestSetEntry:1.0 */
48518 static void
decode_org_csapi_mm_TpTriggeredStatusRequestSetEntry_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48519 decode_org_csapi_mm_TpTriggeredStatusRequestSetEntry_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48520 {
48521 
48522     /* Operation specific Variable declarations Begin */
48523     guint32   u_octet4_loop_org_csapi_mm_TpTriggeredStatusRequestSetEntry_Requests;
48524     guint32   i_org_csapi_mm_TpTriggeredStatusRequestSetEntry_Requests;
48525     /* Operation specific Variable declarations End */
48526 
48527     u_octet4_loop_org_csapi_mm_TpTriggeredStatusRequestSetEntry_Requests = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
48528     proto_tree_add_uint(tree, hf_org_csapi_mm_TpTriggeredStatusRequestSetEntry_Requests_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_TpTriggeredStatusRequestSetEntry_Requests);
48529 
48530     for (i_org_csapi_mm_TpTriggeredStatusRequestSetEntry_Requests=0; i_org_csapi_mm_TpTriggeredStatusRequestSetEntry_Requests < u_octet4_loop_org_csapi_mm_TpTriggeredStatusRequestSetEntry_Requests; i_org_csapi_mm_TpTriggeredStatusRequestSetEntry_Requests++) {
48531 
48532         /*  Begin struct "org_csapi_mm_TpTriggeredStatusRequest"  */
48533         decode_org_csapi_mm_TpTriggeredStatusRequest_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48534         /*  End struct "org_csapi_mm_TpTriggeredStatusRequest"  */
48535     }
48536 
48537     proto_tree_add_boolean(tree, hf_org_csapi_mm_TpTriggeredStatusRequestSetEntry_Final, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
48538 
48539 }
48540 
48541 /* Struct = IDL:org/csapi/mm/TpPeriodicLocationRequest:1.0 */
48542 static void
decode_org_csapi_mm_TpPeriodicLocationRequest_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48543 decode_org_csapi_mm_TpPeriodicLocationRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48544 {
48545 
48546     /* Operation specific Variable declarations Begin */
48547     guint32   u_octet4_loop_org_csapi_mm_TpPeriodicLocationRequest_Users;
48548     guint32   i_org_csapi_mm_TpPeriodicLocationRequest_Users;
48549     /* Operation specific Variable declarations End */
48550 
48551     u_octet4_loop_org_csapi_mm_TpPeriodicLocationRequest_Users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
48552     proto_tree_add_uint(tree, hf_org_csapi_mm_TpPeriodicLocationRequest_Users_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_TpPeriodicLocationRequest_Users);
48553 
48554     for (i_org_csapi_mm_TpPeriodicLocationRequest_Users=0; i_org_csapi_mm_TpPeriodicLocationRequest_Users < u_octet4_loop_org_csapi_mm_TpPeriodicLocationRequest_Users; i_org_csapi_mm_TpPeriodicLocationRequest_Users++) {
48555 
48556         /*  Begin struct "org_csapi_TpAddress"  */
48557         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48558         /*  End struct "org_csapi_TpAddress"  */
48559     }
48560 
48561     /*  Begin struct "org_csapi_mm_TpLocationRequest"  */
48562     decode_org_csapi_mm_TpLocationRequest_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48563     /*  End struct "org_csapi_mm_TpLocationRequest"  */
48564     proto_tree_add_int(tree, hf_org_csapi_mm_TpPeriodicLocationRequest_ReportingInterval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48565 
48566     proto_tree_add_int(tree, hf_org_csapi_mm_TpPeriodicLocationRequest_AssignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48567 
48568 }
48569 
48570 /* Struct = IDL:org/csapi/mm/TpPeriodicLocationRequestSetEntry:1.0 */
48571 static void
decode_org_csapi_mm_TpPeriodicLocationRequestSetEntry_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48572 decode_org_csapi_mm_TpPeriodicLocationRequestSetEntry_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48573 {
48574 
48575     /* Operation specific Variable declarations Begin */
48576     guint32   u_octet4_loop_org_csapi_mm_TpPeriodicLocationRequestSetEntry_Requests;
48577     guint32   i_org_csapi_mm_TpPeriodicLocationRequestSetEntry_Requests;
48578     /* Operation specific Variable declarations End */
48579 
48580     u_octet4_loop_org_csapi_mm_TpPeriodicLocationRequestSetEntry_Requests = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
48581     proto_tree_add_uint(tree, hf_org_csapi_mm_TpPeriodicLocationRequestSetEntry_Requests_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_TpPeriodicLocationRequestSetEntry_Requests);
48582 
48583     for (i_org_csapi_mm_TpPeriodicLocationRequestSetEntry_Requests=0; i_org_csapi_mm_TpPeriodicLocationRequestSetEntry_Requests < u_octet4_loop_org_csapi_mm_TpPeriodicLocationRequestSetEntry_Requests; i_org_csapi_mm_TpPeriodicLocationRequestSetEntry_Requests++) {
48584 
48585         /*  Begin struct "org_csapi_mm_TpPeriodicLocationRequest"  */
48586         decode_org_csapi_mm_TpPeriodicLocationRequest_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48587         /*  End struct "org_csapi_mm_TpPeriodicLocationRequest"  */
48588     }
48589 
48590     proto_tree_add_boolean(tree, hf_org_csapi_mm_TpPeriodicLocationRequestSetEntry_Final, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
48591 
48592 }
48593 
48594 /* Struct = IDL:org/csapi/mm/TpTriggeredLocationRequest:1.0 */
48595 static void
decode_org_csapi_mm_TpTriggeredLocationRequest_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48596 decode_org_csapi_mm_TpTriggeredLocationRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48597 {
48598 
48599     /* Operation specific Variable declarations Begin */
48600     guint32   u_octet4_loop_org_csapi_mm_TpTriggeredLocationRequest_Users;
48601     guint32   i_org_csapi_mm_TpTriggeredLocationRequest_Users;
48602     /* Operation specific Variable declarations End */
48603 
48604     u_octet4_loop_org_csapi_mm_TpTriggeredLocationRequest_Users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
48605     proto_tree_add_uint(tree, hf_org_csapi_mm_TpTriggeredLocationRequest_Users_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_TpTriggeredLocationRequest_Users);
48606 
48607     for (i_org_csapi_mm_TpTriggeredLocationRequest_Users=0; i_org_csapi_mm_TpTriggeredLocationRequest_Users < u_octet4_loop_org_csapi_mm_TpTriggeredLocationRequest_Users; i_org_csapi_mm_TpTriggeredLocationRequest_Users++) {
48608 
48609         /*  Begin struct "org_csapi_TpAddress"  */
48610         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48611         /*  End struct "org_csapi_TpAddress"  */
48612     }
48613 
48614     /*  Begin struct "org_csapi_mm_TpLocationRequest"  */
48615     decode_org_csapi_mm_TpLocationRequest_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48616     /*  End struct "org_csapi_mm_TpLocationRequest"  */
48617     proto_tree_add_int(tree, hf_org_csapi_mm_TpTriggeredLocationRequest_AssignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48618 
48619 }
48620 
48621 /* Struct = IDL:org/csapi/mm/TpTriggeredLocationRequestSetEntry:1.0 */
48622 static void
decode_org_csapi_mm_TpTriggeredLocationRequestSetEntry_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48623 decode_org_csapi_mm_TpTriggeredLocationRequestSetEntry_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48624 {
48625 
48626     /* Operation specific Variable declarations Begin */
48627     guint32   u_octet4_loop_org_csapi_mm_TpTriggeredLocationRequestSetEntry_Requests;
48628     guint32   i_org_csapi_mm_TpTriggeredLocationRequestSetEntry_Requests;
48629     /* Operation specific Variable declarations End */
48630 
48631     u_octet4_loop_org_csapi_mm_TpTriggeredLocationRequestSetEntry_Requests = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
48632     proto_tree_add_uint(tree, hf_org_csapi_mm_TpTriggeredLocationRequestSetEntry_Requests_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_TpTriggeredLocationRequestSetEntry_Requests);
48633 
48634     for (i_org_csapi_mm_TpTriggeredLocationRequestSetEntry_Requests=0; i_org_csapi_mm_TpTriggeredLocationRequestSetEntry_Requests < u_octet4_loop_org_csapi_mm_TpTriggeredLocationRequestSetEntry_Requests; i_org_csapi_mm_TpTriggeredLocationRequestSetEntry_Requests++) {
48635 
48636         /*  Begin struct "org_csapi_mm_TpTriggeredLocationRequest"  */
48637         decode_org_csapi_mm_TpTriggeredLocationRequest_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48638         /*  End struct "org_csapi_mm_TpTriggeredLocationRequest"  */
48639     }
48640 
48641     proto_tree_add_boolean(tree, hf_org_csapi_mm_TpTriggeredLocationRequestSetEntry_Final, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
48642 
48643 }
48644 
48645 /* Struct = IDL:org/csapi/mm/TpUserStatusIndicatorExtended:1.0 */
48646 static void
decode_org_csapi_mm_TpUserStatusIndicatorExtended_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48647 decode_org_csapi_mm_TpUserStatusIndicatorExtended_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48648 {
48649 
48650     /* Operation specific Variable declarations Begin */
48651     guint32   u_octet4;
48652     /* Operation specific Variable declarations End */
48653 
48654     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
48655     proto_tree_add_uint(tree, hf_org_csapi_mm_TpUserStatusIndicatorExtended_UserStatusIndicator, tvb, *offset-4, 4, u_octet4);
48656 
48657     proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserStatusIndicatorExtended_PDPContextActive, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
48658 
48659 }
48660 
48661 /* Struct = IDL:org/csapi/mm/TpUserInfo:1.0 */
48662 static void
decode_org_csapi_mm_TpUserInfo_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48663 decode_org_csapi_mm_TpUserInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48664 {
48665 
48666     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_TpUserInfo_UserName);
48667 
48668     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_TpUserInfo_Password);
48669 
48670 }
48671 
48672 /* Struct = IDL:org/csapi/mm/TpNetworkStatusIndicator:1.0 */
48673 static void
decode_org_csapi_mm_TpNetworkStatusIndicator_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48674 decode_org_csapi_mm_TpNetworkStatusIndicator_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48675 {
48676 
48677     /* Operation specific Variable declarations Begin */
48678     guint32   u_octet4;
48679     /* Operation specific Variable declarations End */
48680 
48681     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_TpNetworkStatusIndicator_CountryCode);
48682 
48683     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_TpNetworkStatusIndicator_MobileNetworkCode);
48684 
48685     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
48686     proto_tree_add_uint(tree, hf_org_csapi_mm_TpNetworkStatusIndicator_AccessTechnology, tvb, *offset-4, 4, u_octet4);
48687 
48688     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
48689     proto_tree_add_uint(tree, hf_org_csapi_mm_TpNetworkStatusIndicator_RoamingStatus, tvb, *offset-4, 4, u_octet4);
48690 
48691 }
48692 
48693 /* Struct = IDL:org/csapi/mm/TpUserStatusExtended:1.0 */
48694 static void
decode_org_csapi_mm_TpUserStatusExtended_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48695 decode_org_csapi_mm_TpUserStatusExtended_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48696 {
48697 
48698     /* Operation specific Variable declarations Begin */
48699     guint32   u_octet4;
48700     /* Operation specific Variable declarations End */
48701 
48702     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_TpUserStatusExtended_UserID);
48703 
48704     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
48705     proto_tree_add_uint(tree, hf_org_csapi_mm_TpUserStatusExtended_StatusCode, tvb, *offset-4, 4, u_octet4);
48706 
48707     /*  Begin struct "org_csapi_mm_TpUserStatusIndicatorExtended"  */
48708     decode_org_csapi_mm_TpUserStatusIndicatorExtended_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48709     /*  End struct "org_csapi_mm_TpUserStatusIndicatorExtended"  */
48710     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
48711     proto_tree_add_uint(tree, hf_org_csapi_mm_TpUserStatusExtended_TerminalType, tvb, *offset-4, 4, u_octet4);
48712 
48713     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
48714     proto_tree_add_uint(tree, hf_org_csapi_mm_TpUserStatusExtended_AuthenticationStatus, tvb, *offset-4, 4, u_octet4);
48715 
48716     /*  Begin struct "org_csapi_mm_TpNetworkStatusIndicator"  */
48717     decode_org_csapi_mm_TpNetworkStatusIndicator_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48718     /*  End struct "org_csapi_mm_TpNetworkStatusIndicator"  */
48719     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_TpUserStatusExtended_UserIPAddress);
48720 
48721     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_TpUserStatusExtended_UserMSISDN);
48722 
48723     /*  Begin struct "org_csapi_mm_TpUserInfo"  */
48724     decode_org_csapi_mm_TpUserInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48725     /*  End struct "org_csapi_mm_TpUserInfo"  */
48726     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_TpUserStatusExtended_UserConnectionID);
48727 
48728     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_TpUserStatusExtended_AccessPointName);
48729 
48730 }
48731 
48732 /* Struct = IDL:org/csapi/mm/TpBindingNotificationCriteria:1.0 */
48733 static void
decode_org_csapi_mm_TpBindingNotificationCriteria_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48734 decode_org_csapi_mm_TpBindingNotificationCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48735 {
48736 
48737     /* Operation specific Variable declarations Begin */
48738     guint32   u_octet4_loop_org_csapi_mm_TpBindingNotificationCriteria_ContactAddressSet;
48739     guint32   i_org_csapi_mm_TpBindingNotificationCriteria_ContactAddressSet;
48740     /* Operation specific Variable declarations End */
48741 
48742     proto_tree_add_int(tree, hf_org_csapi_mm_TpBindingNotificationCriteria_NotificationCriteriaType, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48743 
48744     u_octet4_loop_org_csapi_mm_TpBindingNotificationCriteria_ContactAddressSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
48745     proto_tree_add_uint(tree, hf_org_csapi_mm_TpBindingNotificationCriteria_ContactAddressSet_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_TpBindingNotificationCriteria_ContactAddressSet);
48746 
48747     for (i_org_csapi_mm_TpBindingNotificationCriteria_ContactAddressSet=0; i_org_csapi_mm_TpBindingNotificationCriteria_ContactAddressSet < u_octet4_loop_org_csapi_mm_TpBindingNotificationCriteria_ContactAddressSet; i_org_csapi_mm_TpBindingNotificationCriteria_ContactAddressSet++) {
48748 
48749         /*  Begin struct "org_csapi_TpAddress"  */
48750         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48751         /*  End struct "org_csapi_TpAddress"  */
48752     }
48753 
48754 }
48755 
48756 /* Struct = IDL:org/csapi/termcap/TpTerminalCapabilities:1.0 */
48757 static void
decode_org_csapi_termcap_TpTerminalCapabilities_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48758 decode_org_csapi_termcap_TpTerminalCapabilities_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48759 {
48760 
48761     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_termcap_TpTerminalCapabilities_TerminalCapabilities);
48762 
48763     proto_tree_add_boolean(tree, hf_org_csapi_termcap_TpTerminalCapabilities_StatusCode, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
48764 
48765 }
48766 
48767 /* Struct = IDL:org/csapi/termcap/TpTerminalCapabilityScope:1.0 */
48768 static void
decode_org_csapi_termcap_TpTerminalCapabilityScope_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48769 decode_org_csapi_termcap_TpTerminalCapabilityScope_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48770 {
48771 
48772     /* Operation specific Variable declarations Begin */
48773     guint32   u_octet4;
48774     /* Operation specific Variable declarations End */
48775 
48776     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
48777     proto_tree_add_uint(tree, hf_org_csapi_termcap_TpTerminalCapabilityScope_ScopeType, tvb, *offset-4, 4, u_octet4);
48778 
48779     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_termcap_TpTerminalCapabilityScope_Scope);
48780 
48781 }
48782 
48783 /* Struct = IDL:org/csapi/dsc/TpChargePerVolume:1.0 */
48784 static void
decode_org_csapi_dsc_TpChargePerVolume_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48785 decode_org_csapi_dsc_TpChargePerVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48786 {
48787 
48788     proto_tree_add_int(tree, hf_org_csapi_dsc_TpChargePerVolume_InitialCharge, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48789 
48790     proto_tree_add_int(tree, hf_org_csapi_dsc_TpChargePerVolume_CurrentChargePerKilobyte, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48791 
48792     proto_tree_add_int(tree, hf_org_csapi_dsc_TpChargePerVolume_NextChargePerKilobyte, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48793 
48794 }
48795 
48796 /* Struct = IDL:org/csapi/dsc/TpDataSessionChargePlan:1.0 */
48797 static void
decode_org_csapi_dsc_TpDataSessionChargePlan_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48798 decode_org_csapi_dsc_TpDataSessionChargePlan_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48799 {
48800 
48801     /*  Begin union "org_csapi_dsc_TpDataSessionChargeOrder"  */
48802     decode_org_csapi_dsc_TpDataSessionChargeOrder_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
48803 
48804     /*  End union "org_csapi_dsc_TpDataSessionChargeOrder"  */
48805     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_dsc_TpDataSessionChargePlan_Currency);
48806 
48807     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_dsc_TpDataSessionChargePlan_AdditionalInfo);
48808 
48809 }
48810 
48811 /* Struct = IDL:org/csapi/dsc/TpDataSessionError:1.0 */
48812 static void
decode_org_csapi_dsc_TpDataSessionError_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48813 decode_org_csapi_dsc_TpDataSessionError_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48814 {
48815 
48816     /* Operation specific Variable declarations Begin */
48817     guint32   u_octet4;
48818     /* Operation specific Variable declarations End */
48819 
48820     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_dsc_TpDataSessionError_ErrorTime);
48821 
48822     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
48823     proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionError_ErrorType, tvb, *offset-4, 4, u_octet4);
48824 
48825     /*  Begin union "org_csapi_dsc_TpDataSessionAdditionalErrorInfo"  */
48826     decode_org_csapi_dsc_TpDataSessionAdditionalErrorInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
48827 
48828     /*  End union "org_csapi_dsc_TpDataSessionAdditionalErrorInfo"  */
48829 }
48830 
48831 /* Struct = IDL:org/csapi/dsc/TpDataSessionEventCriteria:1.0 */
48832 static void
decode_org_csapi_dsc_TpDataSessionEventCriteria_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48833 decode_org_csapi_dsc_TpDataSessionEventCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48834 {
48835 
48836     /* Operation specific Variable declarations Begin */
48837     guint32   u_octet4;
48838     /* Operation specific Variable declarations End */
48839 
48840     /*  Begin struct "org_csapi_TpAddressRange"  */
48841     decode_org_csapi_TpAddressRange_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48842     /*  End struct "org_csapi_TpAddressRange"  */
48843     /*  Begin struct "org_csapi_TpAddressRange"  */
48844     decode_org_csapi_TpAddressRange_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48845     /*  End struct "org_csapi_TpAddressRange"  */
48846     proto_tree_add_int(tree, hf_org_csapi_dsc_TpDataSessionEventCriteria_DataSessionEventName, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48847 
48848     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
48849     proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionEventCriteria_MonitorMode, tvb, *offset-4, 4, u_octet4);
48850 
48851 }
48852 
48853 /* Struct = IDL:org/csapi/dsc/TpDataSessionEventInfo:1.0 */
48854 static void
decode_org_csapi_dsc_TpDataSessionEventInfo_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48855 decode_org_csapi_dsc_TpDataSessionEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48856 {
48857 
48858     /* Operation specific Variable declarations Begin */
48859     guint32   u_octet4;
48860     /* Operation specific Variable declarations End */
48861 
48862     /*  Begin struct "org_csapi_TpAddress"  */
48863     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48864     /*  End struct "org_csapi_TpAddress"  */
48865     /*  Begin struct "org_csapi_TpAddress"  */
48866     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48867     /*  End struct "org_csapi_TpAddress"  */
48868     proto_tree_add_int(tree, hf_org_csapi_dsc_TpDataSessionEventInfo_DataSessionEventName, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48869 
48870     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
48871     proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionEventInfo_MonitorMode, tvb, *offset-4, 4, u_octet4);
48872 
48873     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
48874     proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionEventInfo_QoSClass, tvb, *offset-4, 4, u_octet4);
48875 
48876 }
48877 
48878 /* Struct = IDL:org/csapi/dsc/TpDataSessionReleaseCause:1.0 */
48879 static void
decode_org_csapi_dsc_TpDataSessionReleaseCause_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48880 decode_org_csapi_dsc_TpDataSessionReleaseCause_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48881 {
48882 
48883     proto_tree_add_int(tree, hf_org_csapi_dsc_TpDataSessionReleaseCause_Value, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48884 
48885     proto_tree_add_int(tree, hf_org_csapi_dsc_TpDataSessionReleaseCause_Location, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48886 
48887 }
48888 
48889 /* Struct = IDL:org/csapi/dsc/TpDataSessionReport:1.0 */
48890 static void
decode_org_csapi_dsc_TpDataSessionReport_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48891 decode_org_csapi_dsc_TpDataSessionReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48892 {
48893 
48894     /* Operation specific Variable declarations Begin */
48895     guint32   u_octet4;
48896     /* Operation specific Variable declarations End */
48897 
48898     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
48899     proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionReport_MonitorMode, tvb, *offset-4, 4, u_octet4);
48900 
48901     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_dsc_TpDataSessionReport_DataSessionEventTime);
48902 
48903     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
48904     proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionReport_DataSessionReportType, tvb, *offset-4, 4, u_octet4);
48905 
48906     /*  Begin union "org_csapi_dsc_TpDataSessionAdditionalReportInfo"  */
48907     decode_org_csapi_dsc_TpDataSessionAdditionalReportInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
48908 
48909     /*  End union "org_csapi_dsc_TpDataSessionAdditionalReportInfo"  */
48910 }
48911 
48912 /* Struct = IDL:org/csapi/dsc/TpDataSessionReportRequest:1.0 */
48913 static void
decode_org_csapi_dsc_TpDataSessionReportRequest_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48914 decode_org_csapi_dsc_TpDataSessionReportRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48915 {
48916 
48917     /* Operation specific Variable declarations Begin */
48918     guint32   u_octet4;
48919     /* Operation specific Variable declarations End */
48920 
48921     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
48922     proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionReportRequest_MonitorMode, tvb, *offset-4, 4, u_octet4);
48923 
48924     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
48925     proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionReportRequest_DataSessionReportType, tvb, *offset-4, 4, u_octet4);
48926 
48927 }
48928 
48929 /* Struct = IDL:org/csapi/dsc/TpDataSessionSuperviseVolume:1.0 */
48930 static void
decode_org_csapi_dsc_TpDataSessionSuperviseVolume_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48931 decode_org_csapi_dsc_TpDataSessionSuperviseVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48932 {
48933 
48934     proto_tree_add_int(tree, hf_org_csapi_dsc_TpDataSessionSuperviseVolume_VolumeQuantity, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48935 
48936     proto_tree_add_int(tree, hf_org_csapi_dsc_TpDataSessionSuperviseVolume_VolumeUnit, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48937 
48938 }
48939 
48940 /* Struct = IDL:org/csapi/dsc/TpDataSessionEventCriteriaResult:1.0 */
48941 static void
decode_org_csapi_dsc_TpDataSessionEventCriteriaResult_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48942 decode_org_csapi_dsc_TpDataSessionEventCriteriaResult_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48943 {
48944 
48945     /*  Begin struct "org_csapi_dsc_TpDataSessionEventCriteria"  */
48946     decode_org_csapi_dsc_TpDataSessionEventCriteria_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48947     /*  End struct "org_csapi_dsc_TpDataSessionEventCriteria"  */
48948     proto_tree_add_int(tree, hf_org_csapi_dsc_TpDataSessionEventCriteriaResult_AssignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48949 
48950 }
48951 
48952 /* Struct = IDL:org/csapi/dsc/TpDataSessionIdentifier:1.0 */
48953 static void
decode_org_csapi_dsc_TpDataSessionIdentifier_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48954 decode_org_csapi_dsc_TpDataSessionIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48955 {
48956 
48957     get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
48958 
48959     proto_tree_add_int(tree, hf_org_csapi_dsc_TpDataSessionIdentifier_DataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48960 
48961 }
48962 
48963 /* Struct = IDL:org/csapi/gms/TpGMSNewMessageArrivedInfo:1.0 */
48964 static void
decode_org_csapi_gms_TpGMSNewMessageArrivedInfo_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48965 decode_org_csapi_gms_TpGMSNewMessageArrivedInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48966 {
48967 
48968     /*  Begin struct "org_csapi_TpAddress"  */
48969     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48970     /*  End struct "org_csapi_TpAddress"  */
48971     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_TpGMSNewMessageArrivedInfo_FolderID);
48972 
48973     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_TpGMSNewMessageArrivedInfo_MessageID);
48974 
48975     proto_tree_add_int(tree, hf_org_csapi_gms_TpGMSNewMessageArrivedInfo_NumberOfProperties, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48976 
48977 }
48978 
48979 /* Struct = IDL:org/csapi/gms/TpGMSNewMessageArrivedCriteria:1.0 */
48980 static void
decode_org_csapi_gms_TpGMSNewMessageArrivedCriteria_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48981 decode_org_csapi_gms_TpGMSNewMessageArrivedCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48982 {
48983 
48984     /*  Begin struct "org_csapi_TpAddress"  */
48985     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
48986     /*  End struct "org_csapi_TpAddress"  */
48987     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_TpGMSNewMessageArrivedCriteria_AuthenticationInfo);
48988 
48989 }
48990 
48991 /* Struct = IDL:org/csapi/gms/TpMailboxIdentifier:1.0 */
48992 static void
decode_org_csapi_gms_TpMailboxIdentifier_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)48993 decode_org_csapi_gms_TpMailboxIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
48994 {
48995 
48996     get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
48997 
48998     proto_tree_add_int(tree, hf_org_csapi_gms_TpMailboxIdentifier_SessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
48999 
49000 }
49001 
49002 /* Struct = IDL:org/csapi/gms/TpMailboxFolderIdentifier:1.0 */
49003 static void
decode_org_csapi_gms_TpMailboxFolderIdentifier_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49004 decode_org_csapi_gms_TpMailboxFolderIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49005 {
49006 
49007     get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
49008 
49009     proto_tree_add_int(tree, hf_org_csapi_gms_TpMailboxFolderIdentifier_SessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
49010 
49011 }
49012 
49013 /* Struct = IDL:org/csapi/cm/TpNameDescrpTagTimePeriod:1.0 */
49014 static void
decode_org_csapi_cm_TpNameDescrpTagTimePeriod_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49015 decode_org_csapi_cm_TpNameDescrpTagTimePeriod_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49016 {
49017 
49018     proto_tree_add_int(tree, hf_org_csapi_cm_TpNameDescrpTagTimePeriod_duration, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
49019 
49020 }
49021 
49022 /* Struct = IDL:org/csapi/cm/TpNameDescrpTagTimeOfDay:1.0 */
49023 static void
decode_org_csapi_cm_TpNameDescrpTagTimeOfDay_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49024 decode_org_csapi_cm_TpNameDescrpTagTimeOfDay_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49025 {
49026 
49027     /* Operation specific Variable declarations Begin */
49028     guint32   u_octet4;
49029     /* Operation specific Variable declarations End */
49030 
49031     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_TpNameDescrpTagTimeOfDay_name);
49032 
49033     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_TpNameDescrpTagTimeOfDay_description);
49034 
49035     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
49036     proto_tree_add_uint(tree, hf_org_csapi_cm_TpNameDescrpTagTimeOfDay_tag, tvb, *offset-4, 4, u_octet4);
49037 
49038     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_TpNameDescrpTagTimeOfDay_value);
49039 
49040 }
49041 
49042 /* Struct = IDL:org/csapi/cm/TpNameDescrpTagString:1.0 */
49043 static void
decode_org_csapi_cm_TpNameDescrpTagString_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49044 decode_org_csapi_cm_TpNameDescrpTagString_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49045 {
49046 
49047     /* Operation specific Variable declarations Begin */
49048     guint32   u_octet4;
49049     /* Operation specific Variable declarations End */
49050 
49051     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_TpNameDescrpTagString_name);
49052 
49053     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_TpNameDescrpTagString_description);
49054 
49055     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
49056     proto_tree_add_uint(tree, hf_org_csapi_cm_TpNameDescrpTagString_tag, tvb, *offset-4, 4, u_octet4);
49057 
49058     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_TpNameDescrpTagString_value);
49059 
49060 }
49061 
49062 /* Struct = IDL:org/csapi/cm/TpNameDescrpTagMonth:1.0 */
49063 static void
decode_org_csapi_cm_TpNameDescrpTagMonth_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49064 decode_org_csapi_cm_TpNameDescrpTagMonth_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49065 {
49066 
49067     /* Operation specific Variable declarations Begin */
49068     guint32   u_octet4;
49069     /* Operation specific Variable declarations End */
49070 
49071     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_TpNameDescrpTagMonth_name);
49072 
49073     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_TpNameDescrpTagMonth_description);
49074 
49075     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
49076     proto_tree_add_uint(tree, hf_org_csapi_cm_TpNameDescrpTagMonth_tag, tvb, *offset-4, 4, u_octet4);
49077 
49078     proto_tree_add_int(tree, hf_org_csapi_cm_TpNameDescrpTagMonth_value, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
49079 
49080 }
49081 
49082 /* Struct = IDL:org/csapi/cm/TpNameDescrpTagInt:1.0 */
49083 static void
decode_org_csapi_cm_TpNameDescrpTagInt_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49084 decode_org_csapi_cm_TpNameDescrpTagInt_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49085 {
49086 
49087     /* Operation specific Variable declarations Begin */
49088     guint32   u_octet4;
49089     /* Operation specific Variable declarations End */
49090 
49091     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_TpNameDescrpTagInt_name);
49092 
49093     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_TpNameDescrpTagInt_description);
49094 
49095     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
49096     proto_tree_add_uint(tree, hf_org_csapi_cm_TpNameDescrpTagInt_tag, tvb, *offset-4, 4, u_octet4);
49097 
49098     proto_tree_add_int(tree, hf_org_csapi_cm_TpNameDescrpTagInt_value, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
49099 
49100 }
49101 
49102 /* Struct = IDL:org/csapi/cm/TpNameDescrpTagDir:1.0 */
49103 static void
decode_org_csapi_cm_TpNameDescrpTagDir_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49104 decode_org_csapi_cm_TpNameDescrpTagDir_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49105 {
49106 
49107     /* Operation specific Variable declarations Begin */
49108     guint32   u_octet4;
49109     /* Operation specific Variable declarations End */
49110 
49111     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_TpNameDescrpTagDir_name);
49112 
49113     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_TpNameDescrpTagDir_description);
49114 
49115     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
49116     proto_tree_add_uint(tree, hf_org_csapi_cm_TpNameDescrpTagDir_tag, tvb, *offset-4, 4, u_octet4);
49117 
49118     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
49119     proto_tree_add_uint(tree, hf_org_csapi_cm_TpNameDescrpTagDir_value, tvb, *offset-4, 4, u_octet4);
49120 
49121 }
49122 
49123 /* Struct = IDL:org/csapi/cm/TpNameDescrpTagDayOfWeek:1.0 */
49124 static void
decode_org_csapi_cm_TpNameDescrpTagDayOfWeek_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49125 decode_org_csapi_cm_TpNameDescrpTagDayOfWeek_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49126 {
49127 
49128     /* Operation specific Variable declarations Begin */
49129     guint32   u_octet4;
49130     /* Operation specific Variable declarations End */
49131 
49132     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_TpNameDescrpTagDayOfWeek_name);
49133 
49134     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_TpNameDescrpTagDayOfWeek_description);
49135 
49136     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
49137     proto_tree_add_uint(tree, hf_org_csapi_cm_TpNameDescrpTagDayOfWeek_tag, tvb, *offset-4, 4, u_octet4);
49138 
49139     proto_tree_add_int(tree, hf_org_csapi_cm_TpNameDescrpTagDayOfWeek_value, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
49140 
49141 }
49142 
49143 /* Struct = IDL:org/csapi/cm/TpNameDescrpTagDateTime:1.0 */
49144 static void
decode_org_csapi_cm_TpNameDescrpTagDateTime_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49145 decode_org_csapi_cm_TpNameDescrpTagDateTime_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49146 {
49147 
49148     /* Operation specific Variable declarations Begin */
49149     guint32   u_octet4;
49150     /* Operation specific Variable declarations End */
49151 
49152     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_TpNameDescrpTagDateTime_name);
49153 
49154     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_TpNameDescrpTagDateTime_description);
49155 
49156     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
49157     proto_tree_add_uint(tree, hf_org_csapi_cm_TpNameDescrpTagDateTime_tag, tvb, *offset-4, 4, u_octet4);
49158 
49159     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_TpNameDescrpTagDateTime_value);
49160 
49161 }
49162 
49163 /* Struct = IDL:org/csapi/cm/TpLossDescriptor:1.0 */
49164 static void
decode_org_csapi_cm_TpLossDescriptor_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49165 decode_org_csapi_cm_TpLossDescriptor_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49166 {
49167 
49168     /*  Begin struct "org_csapi_cm_TpNameDescrpTagInt"  */
49169     decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49170     /*  End struct "org_csapi_cm_TpNameDescrpTagInt"  */
49171     /*  Begin struct "org_csapi_cm_TpNameDescrpTagInt"  */
49172     decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49173     /*  End struct "org_csapi_cm_TpNameDescrpTagInt"  */
49174     /*  Begin struct "org_csapi_cm_TpNameDescrpTagInt"  */
49175     decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49176     /*  End struct "org_csapi_cm_TpNameDescrpTagInt"  */
49177     /*  Begin struct "org_csapi_cm_TpNameDescrpTagInt"  */
49178     decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49179     /*  End struct "org_csapi_cm_TpNameDescrpTagInt"  */
49180     /*  Begin struct "org_csapi_cm_TpNameDescrpTagInt"  */
49181     decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49182     /*  End struct "org_csapi_cm_TpNameDescrpTagInt"  */
49183     /*  Begin struct "org_csapi_cm_TpNameDescrpTagString"  */
49184     decode_org_csapi_cm_TpNameDescrpTagString_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49185     /*  End struct "org_csapi_cm_TpNameDescrpTagString"  */
49186 }
49187 
49188 /* Struct = IDL:org/csapi/cm/TpLoadDescriptor:1.0 */
49189 static void
decode_org_csapi_cm_TpLoadDescriptor_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49190 decode_org_csapi_cm_TpLoadDescriptor_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49191 {
49192 
49193     /*  Begin struct "org_csapi_cm_TpNameDescrpTagInt"  */
49194     decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49195     /*  End struct "org_csapi_cm_TpNameDescrpTagInt"  */
49196     /*  Begin struct "org_csapi_cm_TpNameDescrpTagInt"  */
49197     decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49198     /*  End struct "org_csapi_cm_TpNameDescrpTagInt"  */
49199     /*  Begin struct "org_csapi_cm_TpNameDescrpTagInt"  */
49200     decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49201     /*  End struct "org_csapi_cm_TpNameDescrpTagInt"  */
49202     /*  Begin struct "org_csapi_cm_TpNameDescrpTagInt"  */
49203     decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49204     /*  End struct "org_csapi_cm_TpNameDescrpTagInt"  */
49205     /*  Begin struct "org_csapi_cm_TpNameDescrpTagInt"  */
49206     decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49207     /*  End struct "org_csapi_cm_TpNameDescrpTagInt"  */
49208     /*  Begin struct "org_csapi_cm_TpNameDescrpTagInt"  */
49209     decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49210     /*  End struct "org_csapi_cm_TpNameDescrpTagInt"  */
49211     /*  Begin struct "org_csapi_cm_TpNameDescrpTagInt"  */
49212     decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49213     /*  End struct "org_csapi_cm_TpNameDescrpTagInt"  */
49214     /*  Begin struct "org_csapi_cm_TpNameDescrpTagString"  */
49215     decode_org_csapi_cm_TpNameDescrpTagString_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49216     /*  End struct "org_csapi_cm_TpNameDescrpTagString"  */
49217 }
49218 
49219 /* Struct = IDL:org/csapi/cm/TpJitterDescriptor:1.0 */
49220 static void
decode_org_csapi_cm_TpJitterDescriptor_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49221 decode_org_csapi_cm_TpJitterDescriptor_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49222 {
49223 
49224     /*  Begin struct "org_csapi_cm_TpNameDescrpTagInt"  */
49225     decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49226     /*  End struct "org_csapi_cm_TpNameDescrpTagInt"  */
49227     /*  Begin struct "org_csapi_cm_TpNameDescrpTagInt"  */
49228     decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49229     /*  End struct "org_csapi_cm_TpNameDescrpTagInt"  */
49230     /*  Begin struct "org_csapi_cm_TpNameDescrpTagInt"  */
49231     decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49232     /*  End struct "org_csapi_cm_TpNameDescrpTagInt"  */
49233     /*  Begin struct "org_csapi_cm_TpNameDescrpTagInt"  */
49234     decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49235     /*  End struct "org_csapi_cm_TpNameDescrpTagInt"  */
49236     /*  Begin struct "org_csapi_cm_TpNameDescrpTagInt"  */
49237     decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49238     /*  End struct "org_csapi_cm_TpNameDescrpTagInt"  */
49239     /*  Begin struct "org_csapi_cm_TpNameDescrpTagString"  */
49240     decode_org_csapi_cm_TpNameDescrpTagString_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49241     /*  End struct "org_csapi_cm_TpNameDescrpTagString"  */
49242 }
49243 
49244 /* Struct = IDL:org/csapi/cm/TpEndpoint:1.0 */
49245 static void
decode_org_csapi_cm_TpEndpoint_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49246 decode_org_csapi_cm_TpEndpoint_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49247 {
49248 
49249     /* Operation specific Variable declarations Begin */
49250     guint32   u_octet4;
49251     /* Operation specific Variable declarations End */
49252 
49253     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
49254     proto_tree_add_uint(tree, hf_org_csapi_cm_TpEndpoint_type, tvb, *offset-4, 4, u_octet4);
49255 
49256     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_TpEndpoint_id);
49257 
49258 }
49259 
49260 /* Struct = IDL:org/csapi/cm/TpDelayDescriptor:1.0 */
49261 static void
decode_org_csapi_cm_TpDelayDescriptor_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49262 decode_org_csapi_cm_TpDelayDescriptor_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49263 {
49264 
49265     /*  Begin struct "org_csapi_cm_TpNameDescrpTagInt"  */
49266     decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49267     /*  End struct "org_csapi_cm_TpNameDescrpTagInt"  */
49268     /*  Begin struct "org_csapi_cm_TpNameDescrpTagInt"  */
49269     decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49270     /*  End struct "org_csapi_cm_TpNameDescrpTagInt"  */
49271     /*  Begin struct "org_csapi_cm_TpNameDescrpTagInt"  */
49272     decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49273     /*  End struct "org_csapi_cm_TpNameDescrpTagInt"  */
49274     /*  Begin struct "org_csapi_cm_TpNameDescrpTagInt"  */
49275     decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49276     /*  End struct "org_csapi_cm_TpNameDescrpTagInt"  */
49277     /*  Begin struct "org_csapi_cm_TpNameDescrpTagInt"  */
49278     decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49279     /*  End struct "org_csapi_cm_TpNameDescrpTagInt"  */
49280     /*  Begin struct "org_csapi_cm_TpNameDescrpTagString"  */
49281     decode_org_csapi_cm_TpNameDescrpTagString_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49282     /*  End struct "org_csapi_cm_TpNameDescrpTagString"  */
49283 }
49284 
49285 /* Struct = IDL:org/csapi/cm/TpNameDescrpTagExcessLoadAction:1.0 */
49286 static void
decode_org_csapi_cm_TpNameDescrpTagExcessLoadAction_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49287 decode_org_csapi_cm_TpNameDescrpTagExcessLoadAction_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49288 {
49289 
49290     /* Operation specific Variable declarations Begin */
49291     guint32   u_octet4;
49292     /* Operation specific Variable declarations End */
49293 
49294     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_TpNameDescrpTagExcessLoadAction_name);
49295 
49296     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_TpNameDescrpTagExcessLoadAction_description);
49297 
49298     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
49299     proto_tree_add_uint(tree, hf_org_csapi_cm_TpNameDescrpTagExcessLoadAction_tag, tvb, *offset-4, 4, u_octet4);
49300 
49301     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
49302     proto_tree_add_uint(tree, hf_org_csapi_cm_TpNameDescrpTagExcessLoadAction_value, tvb, *offset-4, 4, u_octet4);
49303 
49304 }
49305 
49306 /* Struct = IDL:org/csapi/cm/TpValidityInfo:1.0 */
49307 static void
decode_org_csapi_cm_TpValidityInfo_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49308 decode_org_csapi_cm_TpValidityInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49309 {
49310 
49311     /*  Begin struct "org_csapi_cm_TpNameDescrpTagDateTime"  */
49312     decode_org_csapi_cm_TpNameDescrpTagDateTime_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49313     /*  End struct "org_csapi_cm_TpNameDescrpTagDateTime"  */
49314     /*  Begin struct "org_csapi_cm_TpNameDescrpTagTimePeriod"  */
49315     decode_org_csapi_cm_TpNameDescrpTagTimePeriod_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49316     /*  End struct "org_csapi_cm_TpNameDescrpTagTimePeriod"  */
49317     /*  Begin struct "org_csapi_cm_TpNameDescrpTagTimeOfDay"  */
49318     decode_org_csapi_cm_TpNameDescrpTagTimeOfDay_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49319     /*  End struct "org_csapi_cm_TpNameDescrpTagTimeOfDay"  */
49320     /*  Begin struct "org_csapi_cm_TpNameDescrpTagTimePeriod"  */
49321     decode_org_csapi_cm_TpNameDescrpTagTimePeriod_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49322     /*  End struct "org_csapi_cm_TpNameDescrpTagTimePeriod"  */
49323     /*  Begin struct "org_csapi_cm_TpNameDescrpTagDayOfWeek"  */
49324     decode_org_csapi_cm_TpNameDescrpTagDayOfWeek_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49325     /*  End struct "org_csapi_cm_TpNameDescrpTagDayOfWeek"  */
49326     /*  Begin struct "org_csapi_cm_TpNameDescrpTagMonth"  */
49327     decode_org_csapi_cm_TpNameDescrpTagMonth_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49328     /*  End struct "org_csapi_cm_TpNameDescrpTagMonth"  */
49329     /*  Begin struct "org_csapi_cm_TpNameDescrpTagString"  */
49330     decode_org_csapi_cm_TpNameDescrpTagString_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49331     /*  End struct "org_csapi_cm_TpNameDescrpTagString"  */
49332 }
49333 
49334 /* Struct = IDL:org/csapi/cm/TpProvisionedQoSInfo:1.0 */
49335 static void
decode_org_csapi_cm_TpProvisionedQoSInfo_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49336 decode_org_csapi_cm_TpProvisionedQoSInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49337 {
49338 
49339     /*  Begin struct "org_csapi_cm_TpDelayDescriptor"  */
49340     decode_org_csapi_cm_TpDelayDescriptor_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49341     /*  End struct "org_csapi_cm_TpDelayDescriptor"  */
49342     /*  Begin struct "org_csapi_cm_TpLossDescriptor"  */
49343     decode_org_csapi_cm_TpLossDescriptor_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49344     /*  End struct "org_csapi_cm_TpLossDescriptor"  */
49345     /*  Begin struct "org_csapi_cm_TpJitterDescriptor"  */
49346     decode_org_csapi_cm_TpJitterDescriptor_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49347     /*  End struct "org_csapi_cm_TpJitterDescriptor"  */
49348     /*  Begin struct "org_csapi_cm_TpNameDescrpTagExcessLoadAction"  */
49349     decode_org_csapi_cm_TpNameDescrpTagExcessLoadAction_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49350     /*  End struct "org_csapi_cm_TpNameDescrpTagExcessLoadAction"  */
49351     /*  Begin struct "org_csapi_cm_TpNameDescrpTagString"  */
49352     decode_org_csapi_cm_TpNameDescrpTagString_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49353     /*  End struct "org_csapi_cm_TpNameDescrpTagString"  */
49354 }
49355 
49356 /* Struct = IDL:org/csapi/cm/TpPipeQoSInfo:1.0 */
49357 static void
decode_org_csapi_cm_TpPipeQoSInfo_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49358 decode_org_csapi_cm_TpPipeQoSInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49359 {
49360 
49361     /*  Begin struct "org_csapi_cm_TpNameDescrpTagDir"  */
49362     decode_org_csapi_cm_TpNameDescrpTagDir_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49363     /*  End struct "org_csapi_cm_TpNameDescrpTagDir"  */
49364     /*  Begin struct "org_csapi_cm_TpEndpoint"  */
49365     decode_org_csapi_cm_TpEndpoint_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49366     /*  End struct "org_csapi_cm_TpEndpoint"  */
49367     /*  Begin struct "org_csapi_cm_TpEndpoint"  */
49368     decode_org_csapi_cm_TpEndpoint_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49369     /*  End struct "org_csapi_cm_TpEndpoint"  */
49370     /*  Begin struct "org_csapi_cm_TpLoadDescriptor"  */
49371     decode_org_csapi_cm_TpLoadDescriptor_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49372     /*  End struct "org_csapi_cm_TpLoadDescriptor"  */
49373     /*  Begin struct "org_csapi_cm_TpLoadDescriptor"  */
49374     decode_org_csapi_cm_TpLoadDescriptor_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49375     /*  End struct "org_csapi_cm_TpLoadDescriptor"  */
49376     /*  Begin struct "org_csapi_cm_TpNameDescrpTagString"  */
49377     decode_org_csapi_cm_TpNameDescrpTagString_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49378     /*  End struct "org_csapi_cm_TpNameDescrpTagString"  */
49379 }
49380 
49381 /* Struct = IDL:org/csapi/cm/TpDsCodepoint:1.0 */
49382 static void
decode_org_csapi_cm_TpDsCodepoint_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49383 decode_org_csapi_cm_TpDsCodepoint_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49384 {
49385 
49386     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_TpDsCodepoint_match);
49387 
49388     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_TpDsCodepoint_mask);
49389 
49390 }
49391 
49392 /* Struct = IDL:org/csapi/cm/TpIPSubnet:1.0 */
49393 static void
decode_org_csapi_cm_TpIPSubnet_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49394 decode_org_csapi_cm_TpIPSubnet_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49395 {
49396 
49397     /* Operation specific Variable declarations Begin */
49398     guint32   u_octet4;
49399     /* Operation specific Variable declarations End */
49400 
49401     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_TpIPSubnet_subnetNumber);
49402 
49403     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_TpIPSubnet_subnetMask);
49404 
49405     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
49406     proto_tree_add_uint(tree, hf_org_csapi_cm_TpIPSubnet_addressType, tvb, *offset-4, 4, u_octet4);
49407 
49408     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
49409     proto_tree_add_uint(tree, hf_org_csapi_cm_TpIPSubnet_IPVersionSupport, tvb, *offset-4, 4, u_octet4);
49410 
49411 }
49412 
49413 /* Struct = IDL:org/csapi/am/TpBalanceInfo:1.0 */
49414 static void
decode_org_csapi_am_TpBalanceInfo_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49415 decode_org_csapi_am_TpBalanceInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49416 {
49417 
49418     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_am_TpBalanceInfo_Currency);
49419 
49420     proto_tree_add_int(tree, hf_org_csapi_am_TpBalanceInfo_ValuePartA, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
49421 
49422     proto_tree_add_int(tree, hf_org_csapi_am_TpBalanceInfo_ValuePartB, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
49423 
49424     proto_tree_add_int(tree, hf_org_csapi_am_TpBalanceInfo_Exponent, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
49425 
49426     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_am_TpBalanceInfo_AdditionalInfo);
49427 
49428 }
49429 
49430 /* Struct = IDL:org/csapi/am/TpChargingEventInfo:1.0 */
49431 static void
decode_org_csapi_am_TpChargingEventInfo_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49432 decode_org_csapi_am_TpChargingEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49433 {
49434 
49435     /* Operation specific Variable declarations Begin */
49436     guint32   u_octet4;
49437     /* Operation specific Variable declarations End */
49438 
49439     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
49440     proto_tree_add_uint(tree, hf_org_csapi_am_TpChargingEventInfo_ChargingEventName, tvb, *offset-4, 4, u_octet4);
49441 
49442     /*  Begin struct "org_csapi_am_TpBalanceInfo"  */
49443     decode_org_csapi_am_TpBalanceInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49444     /*  End struct "org_csapi_am_TpBalanceInfo"  */
49445     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_am_TpChargingEventInfo_ChargingEventTime);
49446 
49447 }
49448 
49449 /* Struct = IDL:org/csapi/am/TpBalance:1.0 */
49450 static void
decode_org_csapi_am_TpBalance_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49451 decode_org_csapi_am_TpBalance_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49452 {
49453 
49454     /* Operation specific Variable declarations Begin */
49455     guint32   u_octet4;
49456     /* Operation specific Variable declarations End */
49457 
49458     /*  Begin struct "org_csapi_TpAddress"  */
49459     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49460     /*  End struct "org_csapi_TpAddress"  */
49461     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
49462     proto_tree_add_uint(tree, hf_org_csapi_am_TpBalance_StatusCode, tvb, *offset-4, 4, u_octet4);
49463 
49464     /*  Begin struct "org_csapi_am_TpBalanceInfo"  */
49465     decode_org_csapi_am_TpBalanceInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49466     /*  End struct "org_csapi_am_TpBalanceInfo"  */
49467 }
49468 
49469 /* Struct = IDL:org/csapi/am/TpTransactionHistory:1.0 */
49470 static void
decode_org_csapi_am_TpTransactionHistory_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49471 decode_org_csapi_am_TpTransactionHistory_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49472 {
49473 
49474     proto_tree_add_int(tree, hf_org_csapi_am_TpTransactionHistory_TransactionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
49475 
49476     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_am_TpTransactionHistory_TimeStamp);
49477 
49478     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_am_TpTransactionHistory_AdditionalInfo);
49479 
49480 }
49481 
49482 /* Struct = IDL:org/csapi/am/TpChargingEventCriteria:1.0 */
49483 static void
decode_org_csapi_am_TpChargingEventCriteria_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49484 decode_org_csapi_am_TpChargingEventCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49485 {
49486 
49487     /* Operation specific Variable declarations Begin */
49488     guint32   u_octet4_loop_org_csapi_am_TpChargingEventCriteria_ChargingEvents;
49489     guint32   i_org_csapi_am_TpChargingEventCriteria_ChargingEvents;
49490     guint32   u_octet4;
49491     guint32   u_octet4_loop_org_csapi_am_TpChargingEventCriteria_Users;
49492     guint32   i_org_csapi_am_TpChargingEventCriteria_Users;
49493     /* Operation specific Variable declarations End */
49494 
49495     u_octet4_loop_org_csapi_am_TpChargingEventCriteria_ChargingEvents = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
49496     proto_tree_add_uint(tree, hf_org_csapi_am_TpChargingEventCriteria_ChargingEvents_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_am_TpChargingEventCriteria_ChargingEvents);
49497 
49498     for (i_org_csapi_am_TpChargingEventCriteria_ChargingEvents=0; i_org_csapi_am_TpChargingEventCriteria_ChargingEvents < u_octet4_loop_org_csapi_am_TpChargingEventCriteria_ChargingEvents; i_org_csapi_am_TpChargingEventCriteria_ChargingEvents++) {
49499 
49500         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
49501         proto_tree_add_uint(tree, hf_org_csapi_am_TpChargingEventCriteria_ChargingEvents, tvb, *offset-4, 4, u_octet4);
49502 
49503     }
49504 
49505     u_octet4_loop_org_csapi_am_TpChargingEventCriteria_Users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
49506     proto_tree_add_uint(tree, hf_org_csapi_am_TpChargingEventCriteria_Users_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_am_TpChargingEventCriteria_Users);
49507 
49508     for (i_org_csapi_am_TpChargingEventCriteria_Users=0; i_org_csapi_am_TpChargingEventCriteria_Users < u_octet4_loop_org_csapi_am_TpChargingEventCriteria_Users; i_org_csapi_am_TpChargingEventCriteria_Users++) {
49509 
49510         /*  Begin struct "org_csapi_TpAddress"  */
49511         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49512         /*  End struct "org_csapi_TpAddress"  */
49513     }
49514 
49515 }
49516 
49517 /* Struct = IDL:org/csapi/am/TpChargingEventCriteriaResult:1.0 */
49518 static void
decode_org_csapi_am_TpChargingEventCriteriaResult_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49519 decode_org_csapi_am_TpChargingEventCriteriaResult_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49520 {
49521 
49522     /*  Begin struct "org_csapi_am_TpChargingEventCriteria"  */
49523     decode_org_csapi_am_TpChargingEventCriteria_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49524     /*  End struct "org_csapi_am_TpChargingEventCriteria"  */
49525     proto_tree_add_int(tree, hf_org_csapi_am_TpChargingEventCriteriaResult_AssignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
49526 
49527 }
49528 
49529 /* Struct = IDL:org/csapi/am/TpBalanceExpiryDate:1.0 */
49530 static void
decode_org_csapi_am_TpBalanceExpiryDate_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49531 decode_org_csapi_am_TpBalanceExpiryDate_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49532 {
49533 
49534     /* Operation specific Variable declarations Begin */
49535     guint32   u_octet4;
49536     /* Operation specific Variable declarations End */
49537 
49538     /*  Begin struct "org_csapi_TpAddress"  */
49539     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49540     /*  End struct "org_csapi_TpAddress"  */
49541     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
49542     proto_tree_add_uint(tree, hf_org_csapi_am_TpBalanceExpiryDate_StatusCode, tvb, *offset-4, 4, u_octet4);
49543 
49544     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_am_TpBalanceExpiryDate_ExpiryDate);
49545 
49546 }
49547 
49548 /* Struct = IDL:org/csapi/am/TpVoucher:1.0 */
49549 static void
decode_org_csapi_am_TpVoucher_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49550 decode_org_csapi_am_TpVoucher_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49551 {
49552 
49553     proto_tree_add_int(tree, hf_org_csapi_am_TpVoucher_VoucherID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
49554 
49555     /*  Begin struct "org_csapi_TpAddress"  */
49556     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49557     /*  End struct "org_csapi_TpAddress"  */
49558     /*  Begin struct "org_csapi_am_TpBalanceInfo"  */
49559     decode_org_csapi_am_TpBalanceInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49560     /*  End struct "org_csapi_am_TpBalanceInfo"  */
49561 }
49562 
49563 /* Struct = IDL:org/csapi/cs/TpMerchantAccountID:1.0 */
49564 static void
decode_org_csapi_cs_TpMerchantAccountID_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49565 decode_org_csapi_cs_TpMerchantAccountID_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49566 {
49567 
49568     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cs_TpMerchantAccountID_MerchantID);
49569 
49570     proto_tree_add_int(tree, hf_org_csapi_cs_TpMerchantAccountID_AccountID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
49571 
49572 }
49573 
49574 /* Struct = IDL:org/csapi/cs/TpCorrelationID:1.0 */
49575 static void
decode_org_csapi_cs_TpCorrelationID_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49576 decode_org_csapi_cs_TpCorrelationID_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49577 {
49578 
49579     proto_tree_add_int(tree, hf_org_csapi_cs_TpCorrelationID_CorrelationID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
49580 
49581     proto_tree_add_int(tree, hf_org_csapi_cs_TpCorrelationID_CorrelationType, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
49582 
49583 }
49584 
49585 /* Struct = IDL:org/csapi/cs/TpAmount:1.0 */
49586 static void
decode_org_csapi_cs_TpAmount_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49587 decode_org_csapi_cs_TpAmount_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49588 {
49589 
49590     proto_tree_add_int(tree, hf_org_csapi_cs_TpAmount_Number, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
49591 
49592     proto_tree_add_int(tree, hf_org_csapi_cs_TpAmount_Exponent, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
49593 
49594 }
49595 
49596 /* Struct = IDL:org/csapi/cs/TpChargingPrice:1.0 */
49597 static void
decode_org_csapi_cs_TpChargingPrice_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49598 decode_org_csapi_cs_TpChargingPrice_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49599 {
49600 
49601     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cs_TpChargingPrice_Currency);
49602 
49603     /*  Begin struct "org_csapi_cs_TpAmount"  */
49604     decode_org_csapi_cs_TpAmount_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49605     /*  End struct "org_csapi_cs_TpAmount"  */
49606 }
49607 
49608 /* Struct = IDL:org/csapi/cs/TpVolume:1.0 */
49609 static void
decode_org_csapi_cs_TpVolume_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49610 decode_org_csapi_cs_TpVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49611 {
49612 
49613     /*  Begin struct "org_csapi_cs_TpAmount"  */
49614     decode_org_csapi_cs_TpAmount_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49615     /*  End struct "org_csapi_cs_TpAmount"  */
49616     proto_tree_add_int(tree, hf_org_csapi_cs_TpVolume_Unit, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
49617 
49618 }
49619 
49620 /* Struct = IDL:org/csapi/cs/TpChargingSessionID:1.0 */
49621 static void
decode_org_csapi_cs_TpChargingSessionID_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49622 decode_org_csapi_cs_TpChargingSessionID_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49623 {
49624 
49625     get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
49626 
49627     proto_tree_add_int(tree, hf_org_csapi_cs_TpChargingSessionID_ChargingSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
49628 
49629     proto_tree_add_int(tree, hf_org_csapi_cs_TpChargingSessionID_RequestNumberFirstRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
49630 
49631 }
49632 
49633 /* Struct = IDL:org/csapi/cs/TpPriceVolume:1.0 */
49634 static void
decode_org_csapi_cs_TpPriceVolume_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49635 decode_org_csapi_cs_TpPriceVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49636 {
49637 
49638     /*  Begin struct "org_csapi_cs_TpChargingPrice"  */
49639     decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49640     /*  End struct "org_csapi_cs_TpChargingPrice"  */
49641     /*  Begin struct "org_csapi_cs_TpVolume"  */
49642     decode_org_csapi_cs_TpVolume_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49643     /*  End struct "org_csapi_cs_TpVolume"  */
49644 }
49645 
49646 /* Struct = IDL:org/csapi/cs/TpApplicationDescription:1.0 */
49647 static void
decode_org_csapi_cs_TpApplicationDescription_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49648 decode_org_csapi_cs_TpApplicationDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49649 {
49650 
49651     /* Operation specific Variable declarations Begin */
49652     guint32   u_octet4_loop_org_csapi_cs_TpApplicationDescription_AppInformation;
49653     guint32   i_org_csapi_cs_TpApplicationDescription_AppInformation;
49654     /* Operation specific Variable declarations End */
49655 
49656     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cs_TpApplicationDescription_Text);
49657 
49658     u_octet4_loop_org_csapi_cs_TpApplicationDescription_AppInformation = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
49659     proto_tree_add_uint(tree, hf_org_csapi_cs_TpApplicationDescription_AppInformation_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_TpApplicationDescription_AppInformation);
49660 
49661     for (i_org_csapi_cs_TpApplicationDescription_AppInformation=0; i_org_csapi_cs_TpApplicationDescription_AppInformation < u_octet4_loop_org_csapi_cs_TpApplicationDescription_AppInformation; i_org_csapi_cs_TpApplicationDescription_AppInformation++) {
49662 
49663         /*  Begin union "org_csapi_cs_TpAppInformation"  */
49664         decode_org_csapi_cs_TpAppInformation_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
49665 
49666         /*  End union "org_csapi_cs_TpAppInformation"  */
49667     }
49668 
49669 }
49670 
49671 /* Struct = IDL:org/csapi/cs/TpChargingParameter:1.0 */
49672 static void
decode_org_csapi_cs_TpChargingParameter_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49673 decode_org_csapi_cs_TpChargingParameter_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49674 {
49675 
49676     proto_tree_add_int(tree, hf_org_csapi_cs_TpChargingParameter_ParameterID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
49677 
49678     /*  Begin union "org_csapi_cs_TpChargingParameterValue"  */
49679     decode_org_csapi_cs_TpChargingParameterValue_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
49680 
49681     /*  End union "org_csapi_cs_TpChargingParameterValue"  */
49682 }
49683 
49684 /* Struct = IDL:org/csapi/policy/TpPolicyEvent:1.0 */
49685 static void
decode_org_csapi_policy_TpPolicyEvent_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49686 decode_org_csapi_policy_TpPolicyEvent_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49687 {
49688 
49689     /* Operation specific Variable declarations Begin */
49690     guint32   u_octet4_loop_org_csapi_policy_TpPolicyEvent_Attributes;
49691     guint32   i_org_csapi_policy_TpPolicyEvent_Attributes;
49692     /* Operation specific Variable declarations End */
49693 
49694     proto_tree_add_int(tree, hf_org_csapi_policy_TpPolicyEvent_EventID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
49695 
49696     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_TpPolicyEvent_TimeGenerated);
49697 
49698     u_octet4_loop_org_csapi_policy_TpPolicyEvent_Attributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
49699     proto_tree_add_uint(tree, hf_org_csapi_policy_TpPolicyEvent_Attributes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_TpPolicyEvent_Attributes);
49700 
49701     for (i_org_csapi_policy_TpPolicyEvent_Attributes=0; i_org_csapi_policy_TpPolicyEvent_Attributes < u_octet4_loop_org_csapi_policy_TpPolicyEvent_Attributes; i_org_csapi_policy_TpPolicyEvent_Attributes++) {
49702 
49703         /*  Begin struct "org_csapi_TpAttribute"  */
49704         decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49705         /*  End struct "org_csapi_TpAttribute"  */
49706     }
49707 
49708     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_TpPolicyEvent_EventDefinitionName);
49709 
49710     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_TpPolicyEvent_EventDomainName);
49711 
49712 }
49713 
49714 /* Struct = IDL:org/csapi/policy/TpPolicyNameValue:1.0 */
49715 static void
decode_org_csapi_policy_TpPolicyNameValue_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49716 decode_org_csapi_policy_TpPolicyNameValue_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49717 {
49718 
49719     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_TpPolicyNameValue_Name);
49720 
49721     get_CDR_any(tvb, pinfo, tree, item, offset, stream_is_big_endian, boundary, header);
49722 
49723 }
49724 
49725 /* Struct = IDL:org/csapi/policy/TpPolicyType/TpPolicyRecordType:1.0 */
49726 static void
decode_org_csapi_policy_TpPolicyType_TpPolicyRecordType_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49727 decode_org_csapi_policy_TpPolicyType_TpPolicyRecordType_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49728 {
49729 
49730     /* Operation specific Variable declarations Begin */
49731     guint32   u_octet4_loop_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names;
49732     guint32   i_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names;
49733     guint32   u_octet4_loop_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Types;
49734     guint32   i_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Types;
49735     /* Operation specific Variable declarations End */
49736 
49737     u_octet4_loop_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
49738     proto_tree_add_uint(tree, hf_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names);
49739 
49740     for (i_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names=0; i_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names < u_octet4_loop_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names; i_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names++) {
49741 
49742         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names);
49743 
49744     }
49745 
49746     u_octet4_loop_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Types = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
49747     proto_tree_add_uint(tree, hf_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Types_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Types);
49748 
49749     for (i_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Types=0; i_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Types < u_octet4_loop_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Types; i_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Types++) {
49750 
49751         /*  Begin union "org_csapi_policy_TpPolicyType"  */
49752         decode_org_csapi_policy_TpPolicyType_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
49753 
49754         /*  End union "org_csapi_policy_TpPolicyType"  */
49755     }
49756 
49757 }
49758 
49759 /* Struct = IDL:org/csapi/policy/TpPolicyType/TpPolicyListType:1.0 */
49760 static void
decode_org_csapi_policy_TpPolicyType_TpPolicyListType_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49761 decode_org_csapi_policy_TpPolicyType_TpPolicyListType_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49762 {
49763 
49764     /* Operation specific Variable declarations Begin */
49765     guint32   u_octet4_loop_org_csapi_policy_TpPolicyType_TpPolicyListType_ElementType;
49766     guint32   i_org_csapi_policy_TpPolicyType_TpPolicyListType_ElementType;
49767     /* Operation specific Variable declarations End */
49768 
49769     u_octet4_loop_org_csapi_policy_TpPolicyType_TpPolicyListType_ElementType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
49770     proto_tree_add_uint(tree, hf_org_csapi_policy_TpPolicyType_TpPolicyListType_ElementType_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_TpPolicyType_TpPolicyListType_ElementType);
49771 
49772     for (i_org_csapi_policy_TpPolicyType_TpPolicyListType_ElementType=0; i_org_csapi_policy_TpPolicyType_TpPolicyListType_ElementType < u_octet4_loop_org_csapi_policy_TpPolicyType_TpPolicyListType_ElementType; i_org_csapi_policy_TpPolicyType_TpPolicyListType_ElementType++) {
49773 
49774         /*  Begin union "org_csapi_policy_TpPolicyType"  */
49775         decode_org_csapi_policy_TpPolicyType_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
49776 
49777         /*  End union "org_csapi_policy_TpPolicyType"  */
49778     }
49779 
49780 }
49781 
49782 /* Struct = IDL:org/csapi/policy/TpPolicyVar:1.0 */
49783 static void
decode_org_csapi_policy_TpPolicyVar_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49784 decode_org_csapi_policy_TpPolicyVar_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49785 {
49786 
49787     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_TpPolicyVar_VarName);
49788 
49789     /*  Begin union "org_csapi_policy_TpPolicyType"  */
49790     decode_org_csapi_policy_TpPolicyType_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
49791 
49792     /*  End union "org_csapi_policy_TpPolicyType"  */
49793     get_CDR_any(tvb, pinfo, tree, item, offset, stream_is_big_endian, boundary, header);
49794 
49795 }
49796 
49797 /* Struct = IDL:org/csapi/policy/TpPolicyConditionListElement:1.0 */
49798 static void
decode_org_csapi_policy_TpPolicyConditionListElement_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49799 decode_org_csapi_policy_TpPolicyConditionListElement_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49800 {
49801 
49802     get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
49803 
49804     proto_tree_add_int(tree, hf_org_csapi_policy_TpPolicyConditionListElement_GroupNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
49805 
49806     proto_tree_add_boolean(tree, hf_org_csapi_policy_TpPolicyConditionListElement_Negated, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
49807 
49808 }
49809 
49810 /* Struct = IDL:org/csapi/policy/TpPolicyActionListElement:1.0 */
49811 static void
decode_org_csapi_policy_TpPolicyActionListElement_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49812 decode_org_csapi_policy_TpPolicyActionListElement_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49813 {
49814 
49815     get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
49816 
49817     proto_tree_add_int(tree, hf_org_csapi_policy_TpPolicyActionListElement_SequenceNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
49818 
49819 }
49820 
49821 /* Struct = IDL:org/csapi/pam/TpPAMAttributeDef:1.0 */
49822 static void
decode_org_csapi_pam_TpPAMAttributeDef_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49823 decode_org_csapi_pam_TpPAMAttributeDef_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49824 {
49825 
49826     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAttributeDef_Name);
49827 
49828     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAttributeDef_Type);
49829 
49830     proto_tree_add_boolean(tree, hf_org_csapi_pam_TpPAMAttributeDef_IsStatic, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
49831 
49832     proto_tree_add_boolean(tree, hf_org_csapi_pam_TpPAMAttributeDef_IsRevertOnExpiration, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
49833 
49834     get_CDR_any(tvb, pinfo, tree, item, offset, stream_is_big_endian, boundary, header);
49835 
49836 }
49837 
49838 /* Struct = IDL:org/csapi/pam/TpPAMAttribute:1.0 */
49839 static void
decode_org_csapi_pam_TpPAMAttribute_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49840 decode_org_csapi_pam_TpPAMAttribute_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49841 {
49842 
49843     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAttribute_AttributeName);
49844 
49845     /*  Begin union "org_csapi_TpAttributeValue"  */
49846     decode_org_csapi_TpAttributeValue_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
49847 
49848     /*  End union "org_csapi_TpAttributeValue"  */
49849     proto_tree_add_int64(tree, hf_org_csapi_pam_TpPAMAttribute_ExpiresIn, tvb, *offset-8, 8, get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary));
49850 
49851 }
49852 
49853 /* Struct = IDL:org/csapi/pam/TpPAMPresenceData:1.0 */
49854 static void
decode_org_csapi_pam_TpPAMPresenceData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49855 decode_org_csapi_pam_TpPAMPresenceData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49856 {
49857 
49858     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMPresenceData_Name);
49859 
49860     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMPresenceData_subscriberStatus);
49861 
49862     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMPresenceData_networkStatus);
49863 
49864     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMPresenceData_communicationMeans);
49865 
49866     /*  Begin struct "org_csapi_TpAddress"  */
49867     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49868     /*  End struct "org_csapi_TpAddress"  */
49869     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMPresenceData_subscriberProvidedLocation);
49870 
49871     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMPresenceData_networkProvidedLocation);
49872 
49873     proto_tree_add_int(tree, hf_org_csapi_pam_TpPAMPresenceData_Priority, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
49874 
49875     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMPresenceData_otherInfo);
49876 
49877 }
49878 
49879 /* Struct = IDL:org/csapi/pam/TpPAMAvailabilityProfile:1.0 */
49880 static void
decode_org_csapi_pam_TpPAMAvailabilityProfile_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49881 decode_org_csapi_pam_TpPAMAvailabilityProfile_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49882 {
49883 
49884     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAvailabilityProfile_PrivacyCode);
49885 
49886     /*  Begin struct "org_csapi_pam_TpPAMPresenceData"  */
49887     decode_org_csapi_pam_TpPAMPresenceData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49888     /*  End struct "org_csapi_pam_TpPAMPresenceData"  */
49889 }
49890 
49891 /* Struct = IDL:org/csapi/pam/TpPAMCommunicationContext:1.0 */
49892 static void
decode_org_csapi_pam_TpPAMCommunicationContext_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49893 decode_org_csapi_pam_TpPAMCommunicationContext_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49894 {
49895 
49896     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMCommunicationContext_CommunicationCapability);
49897 
49898 }
49899 
49900 /* Struct = IDL:org/csapi/pam/TpPAMContext:1.0 */
49901 static void
decode_org_csapi_pam_TpPAMContext_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49902 decode_org_csapi_pam_TpPAMContext_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49903 {
49904 
49905     /* Operation specific Variable declarations Begin */
49906     guint32   u_octet4_loop_org_csapi_pam_TpPAMContext_AskerData;
49907     guint32   i_org_csapi_pam_TpPAMContext_AskerData;
49908     /* Operation specific Variable declarations End */
49909 
49910     /*  Begin union "org_csapi_pam_TpPAMContextData"  */
49911     decode_org_csapi_pam_TpPAMContextData_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
49912 
49913     /*  End union "org_csapi_pam_TpPAMContextData"  */
49914     u_octet4_loop_org_csapi_pam_TpPAMContext_AskerData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
49915     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMContext_AskerData_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMContext_AskerData);
49916 
49917     for (i_org_csapi_pam_TpPAMContext_AskerData=0; i_org_csapi_pam_TpPAMContext_AskerData < u_octet4_loop_org_csapi_pam_TpPAMContext_AskerData; i_org_csapi_pam_TpPAMContext_AskerData++) {
49918 
49919         /*  Begin struct "org_csapi_TpAttribute"  */
49920         decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
49921         /*  End struct "org_csapi_TpAttribute"  */
49922     }
49923 
49924 }
49925 
49926 /* Struct = IDL:org/csapi/pam/TpPAMAccessControlData:1.0 */
49927 static void
decode_org_csapi_pam_TpPAMAccessControlData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49928 decode_org_csapi_pam_TpPAMAccessControlData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49929 {
49930 
49931     /* Operation specific Variable declarations Begin */
49932     guint32   u_octet4;
49933     guint32   u_octet4_loop_org_csapi_pam_TpPAMAccessControlData_AllowList;
49934     guint32   i_org_csapi_pam_TpPAMAccessControlData_AllowList;
49935     guint32   u_octet4_loop_org_csapi_pam_TpPAMAccessControlData_DenyList;
49936     guint32   i_org_csapi_pam_TpPAMAccessControlData_DenyList;
49937     /* Operation specific Variable declarations End */
49938 
49939     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
49940     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAccessControlData_DefaultPolicy, tvb, *offset-4, 4, u_octet4);
49941 
49942     u_octet4_loop_org_csapi_pam_TpPAMAccessControlData_AllowList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
49943     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAccessControlData_AllowList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAccessControlData_AllowList);
49944 
49945     for (i_org_csapi_pam_TpPAMAccessControlData_AllowList=0; i_org_csapi_pam_TpPAMAccessControlData_AllowList < u_octet4_loop_org_csapi_pam_TpPAMAccessControlData_AllowList; i_org_csapi_pam_TpPAMAccessControlData_AllowList++) {
49946 
49947         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAccessControlData_AllowList);
49948 
49949     }
49950 
49951     u_octet4_loop_org_csapi_pam_TpPAMAccessControlData_DenyList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
49952     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAccessControlData_DenyList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAccessControlData_DenyList);
49953 
49954     for (i_org_csapi_pam_TpPAMAccessControlData_DenyList=0; i_org_csapi_pam_TpPAMAccessControlData_DenyList < u_octet4_loop_org_csapi_pam_TpPAMAccessControlData_DenyList; i_org_csapi_pam_TpPAMAccessControlData_DenyList++) {
49955 
49956         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAccessControlData_DenyList);
49957 
49958     }
49959 
49960 }
49961 
49962 /* Struct = IDL:org/csapi/pam/TpPAMICEventData:1.0 */
49963 static void
decode_org_csapi_pam_TpPAMICEventData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49964 decode_org_csapi_pam_TpPAMICEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49965 {
49966 
49967     /* Operation specific Variable declarations Begin */
49968     guint32   u_octet4_loop_org_csapi_pam_TpPAMICEventData_IdentityType;
49969     guint32   i_org_csapi_pam_TpPAMICEventData_IdentityType;
49970     /* Operation specific Variable declarations End */
49971 
49972     u_octet4_loop_org_csapi_pam_TpPAMICEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
49973     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMICEventData_IdentityType_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMICEventData_IdentityType);
49974 
49975     for (i_org_csapi_pam_TpPAMICEventData_IdentityType=0; i_org_csapi_pam_TpPAMICEventData_IdentityType < u_octet4_loop_org_csapi_pam_TpPAMICEventData_IdentityType; i_org_csapi_pam_TpPAMICEventData_IdentityType++) {
49976 
49977         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMICEventData_IdentityType);
49978 
49979     }
49980 
49981 }
49982 
49983 /* Struct = IDL:org/csapi/pam/TpPAMICNotificationData:1.0 */
49984 static void
decode_org_csapi_pam_TpPAMICNotificationData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)49985 decode_org_csapi_pam_TpPAMICNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
49986 {
49987 
49988     /* Operation specific Variable declarations Begin */
49989     guint32   u_octet4_loop_org_csapi_pam_TpPAMICNotificationData_Identities;
49990     guint32   i_org_csapi_pam_TpPAMICNotificationData_Identities;
49991     /* Operation specific Variable declarations End */
49992 
49993     u_octet4_loop_org_csapi_pam_TpPAMICNotificationData_Identities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
49994     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMICNotificationData_Identities_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMICNotificationData_Identities);
49995 
49996     for (i_org_csapi_pam_TpPAMICNotificationData_Identities=0; i_org_csapi_pam_TpPAMICNotificationData_Identities < u_octet4_loop_org_csapi_pam_TpPAMICNotificationData_Identities; i_org_csapi_pam_TpPAMICNotificationData_Identities++) {
49997 
49998         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMICNotificationData_Identities);
49999 
50000     }
50001 
50002 }
50003 
50004 /* Struct = IDL:org/csapi/pam/TpPAMIDEventData:1.0 */
50005 static void
decode_org_csapi_pam_TpPAMIDEventData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50006 decode_org_csapi_pam_TpPAMIDEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50007 {
50008 
50009     /* Operation specific Variable declarations Begin */
50010     guint32   u_octet4_loop_org_csapi_pam_TpPAMIDEventData_IdentityName;
50011     guint32   i_org_csapi_pam_TpPAMIDEventData_IdentityName;
50012     guint32   u_octet4_loop_org_csapi_pam_TpPAMIDEventData_IdentityType;
50013     guint32   i_org_csapi_pam_TpPAMIDEventData_IdentityType;
50014     /* Operation specific Variable declarations End */
50015 
50016     u_octet4_loop_org_csapi_pam_TpPAMIDEventData_IdentityName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50017     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMIDEventData_IdentityName_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMIDEventData_IdentityName);
50018 
50019     for (i_org_csapi_pam_TpPAMIDEventData_IdentityName=0; i_org_csapi_pam_TpPAMIDEventData_IdentityName < u_octet4_loop_org_csapi_pam_TpPAMIDEventData_IdentityName; i_org_csapi_pam_TpPAMIDEventData_IdentityName++) {
50020 
50021         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMIDEventData_IdentityName);
50022 
50023     }
50024 
50025     u_octet4_loop_org_csapi_pam_TpPAMIDEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50026     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMIDEventData_IdentityType_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMIDEventData_IdentityType);
50027 
50028     for (i_org_csapi_pam_TpPAMIDEventData_IdentityType=0; i_org_csapi_pam_TpPAMIDEventData_IdentityType < u_octet4_loop_org_csapi_pam_TpPAMIDEventData_IdentityType; i_org_csapi_pam_TpPAMIDEventData_IdentityType++) {
50029 
50030         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMIDEventData_IdentityType);
50031 
50032     }
50033 
50034 }
50035 
50036 /* Struct = IDL:org/csapi/pam/TpPAMIDNotificationData:1.0 */
50037 static void
decode_org_csapi_pam_TpPAMIDNotificationData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50038 decode_org_csapi_pam_TpPAMIDNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50039 {
50040 
50041     /* Operation specific Variable declarations Begin */
50042     guint32   u_octet4_loop_org_csapi_pam_TpPAMIDNotificationData_Identities;
50043     guint32   i_org_csapi_pam_TpPAMIDNotificationData_Identities;
50044     /* Operation specific Variable declarations End */
50045 
50046     u_octet4_loop_org_csapi_pam_TpPAMIDNotificationData_Identities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50047     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMIDNotificationData_Identities_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMIDNotificationData_Identities);
50048 
50049     for (i_org_csapi_pam_TpPAMIDNotificationData_Identities=0; i_org_csapi_pam_TpPAMIDNotificationData_Identities < u_octet4_loop_org_csapi_pam_TpPAMIDNotificationData_Identities; i_org_csapi_pam_TpPAMIDNotificationData_Identities++) {
50050 
50051         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMIDNotificationData_Identities);
50052 
50053     }
50054 
50055 }
50056 
50057 /* Struct = IDL:org/csapi/pam/TpPAMGMCEventData:1.0 */
50058 static void
decode_org_csapi_pam_TpPAMGMCEventData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50059 decode_org_csapi_pam_TpPAMGMCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50060 {
50061 
50062     /* Operation specific Variable declarations Begin */
50063     guint32   u_octet4_loop_org_csapi_pam_TpPAMGMCEventData_GroupName;
50064     guint32   i_org_csapi_pam_TpPAMGMCEventData_GroupName;
50065     guint32   u_octet4_loop_org_csapi_pam_TpPAMGMCEventData_GroupType;
50066     guint32   i_org_csapi_pam_TpPAMGMCEventData_GroupType;
50067     /* Operation specific Variable declarations End */
50068 
50069     u_octet4_loop_org_csapi_pam_TpPAMGMCEventData_GroupName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50070     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMGMCEventData_GroupName_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMGMCEventData_GroupName);
50071 
50072     for (i_org_csapi_pam_TpPAMGMCEventData_GroupName=0; i_org_csapi_pam_TpPAMGMCEventData_GroupName < u_octet4_loop_org_csapi_pam_TpPAMGMCEventData_GroupName; i_org_csapi_pam_TpPAMGMCEventData_GroupName++) {
50073 
50074         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMGMCEventData_GroupName);
50075 
50076     }
50077 
50078     u_octet4_loop_org_csapi_pam_TpPAMGMCEventData_GroupType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50079     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMGMCEventData_GroupType_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMGMCEventData_GroupType);
50080 
50081     for (i_org_csapi_pam_TpPAMGMCEventData_GroupType=0; i_org_csapi_pam_TpPAMGMCEventData_GroupType < u_octet4_loop_org_csapi_pam_TpPAMGMCEventData_GroupType; i_org_csapi_pam_TpPAMGMCEventData_GroupType++) {
50082 
50083         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMGMCEventData_GroupType);
50084 
50085     }
50086 
50087 }
50088 
50089 /* Struct = IDL:org/csapi/pam/TpPAMGMCNotificationData:1.0 */
50090 static void
decode_org_csapi_pam_TpPAMGMCNotificationData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50091 decode_org_csapi_pam_TpPAMGMCNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50092 {
50093 
50094     /* Operation specific Variable declarations Begin */
50095     guint32   u_octet4_loop_org_csapi_pam_TpPAMGMCNotificationData_Groups;
50096     guint32   i_org_csapi_pam_TpPAMGMCNotificationData_Groups;
50097     /* Operation specific Variable declarations End */
50098 
50099     u_octet4_loop_org_csapi_pam_TpPAMGMCNotificationData_Groups = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50100     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMGMCNotificationData_Groups_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMGMCNotificationData_Groups);
50101 
50102     for (i_org_csapi_pam_TpPAMGMCNotificationData_Groups=0; i_org_csapi_pam_TpPAMGMCNotificationData_Groups < u_octet4_loop_org_csapi_pam_TpPAMGMCNotificationData_Groups; i_org_csapi_pam_TpPAMGMCNotificationData_Groups++) {
50103 
50104         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMGMCNotificationData_Groups);
50105 
50106     }
50107 
50108 }
50109 
50110 /* Struct = IDL:org/csapi/pam/TpPAMACEventData:1.0 */
50111 static void
decode_org_csapi_pam_TpPAMACEventData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50112 decode_org_csapi_pam_TpPAMACEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50113 {
50114 
50115     /* Operation specific Variable declarations Begin */
50116     guint32   u_octet4_loop_org_csapi_pam_TpPAMACEventData_AgentType;
50117     guint32   i_org_csapi_pam_TpPAMACEventData_AgentType;
50118     /* Operation specific Variable declarations End */
50119 
50120     u_octet4_loop_org_csapi_pam_TpPAMACEventData_AgentType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50121     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMACEventData_AgentType_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMACEventData_AgentType);
50122 
50123     for (i_org_csapi_pam_TpPAMACEventData_AgentType=0; i_org_csapi_pam_TpPAMACEventData_AgentType < u_octet4_loop_org_csapi_pam_TpPAMACEventData_AgentType; i_org_csapi_pam_TpPAMACEventData_AgentType++) {
50124 
50125         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMACEventData_AgentType);
50126 
50127     }
50128 
50129 }
50130 
50131 /* Struct = IDL:org/csapi/pam/TpPAMACNotificationData:1.0 */
50132 static void
decode_org_csapi_pam_TpPAMACNotificationData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50133 decode_org_csapi_pam_TpPAMACNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50134 {
50135 
50136     /* Operation specific Variable declarations Begin */
50137     guint32   u_octet4_loop_org_csapi_pam_TpPAMACNotificationData_Agents;
50138     guint32   i_org_csapi_pam_TpPAMACNotificationData_Agents;
50139     /* Operation specific Variable declarations End */
50140 
50141     u_octet4_loop_org_csapi_pam_TpPAMACNotificationData_Agents = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50142     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMACNotificationData_Agents_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMACNotificationData_Agents);
50143 
50144     for (i_org_csapi_pam_TpPAMACNotificationData_Agents=0; i_org_csapi_pam_TpPAMACNotificationData_Agents < u_octet4_loop_org_csapi_pam_TpPAMACNotificationData_Agents; i_org_csapi_pam_TpPAMACNotificationData_Agents++) {
50145 
50146         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMACNotificationData_Agents);
50147 
50148     }
50149 
50150 }
50151 
50152 /* Struct = IDL:org/csapi/pam/TpPAMADEventData:1.0 */
50153 static void
decode_org_csapi_pam_TpPAMADEventData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50154 decode_org_csapi_pam_TpPAMADEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50155 {
50156 
50157     /* Operation specific Variable declarations Begin */
50158     guint32   u_octet4_loop_org_csapi_pam_TpPAMADEventData_AgentName;
50159     guint32   i_org_csapi_pam_TpPAMADEventData_AgentName;
50160     guint32   u_octet4_loop_org_csapi_pam_TpPAMADEventData_AgentType;
50161     guint32   i_org_csapi_pam_TpPAMADEventData_AgentType;
50162     /* Operation specific Variable declarations End */
50163 
50164     u_octet4_loop_org_csapi_pam_TpPAMADEventData_AgentName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50165     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMADEventData_AgentName_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMADEventData_AgentName);
50166 
50167     for (i_org_csapi_pam_TpPAMADEventData_AgentName=0; i_org_csapi_pam_TpPAMADEventData_AgentName < u_octet4_loop_org_csapi_pam_TpPAMADEventData_AgentName; i_org_csapi_pam_TpPAMADEventData_AgentName++) {
50168 
50169         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMADEventData_AgentName);
50170 
50171     }
50172 
50173     u_octet4_loop_org_csapi_pam_TpPAMADEventData_AgentType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50174     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMADEventData_AgentType_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMADEventData_AgentType);
50175 
50176     for (i_org_csapi_pam_TpPAMADEventData_AgentType=0; i_org_csapi_pam_TpPAMADEventData_AgentType < u_octet4_loop_org_csapi_pam_TpPAMADEventData_AgentType; i_org_csapi_pam_TpPAMADEventData_AgentType++) {
50177 
50178         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMADEventData_AgentType);
50179 
50180     }
50181 
50182 }
50183 
50184 /* Struct = IDL:org/csapi/pam/TpPAMADNotificationData:1.0 */
50185 static void
decode_org_csapi_pam_TpPAMADNotificationData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50186 decode_org_csapi_pam_TpPAMADNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50187 {
50188 
50189     /* Operation specific Variable declarations Begin */
50190     guint32   u_octet4_loop_org_csapi_pam_TpPAMADNotificationData_Agents;
50191     guint32   i_org_csapi_pam_TpPAMADNotificationData_Agents;
50192     /* Operation specific Variable declarations End */
50193 
50194     u_octet4_loop_org_csapi_pam_TpPAMADNotificationData_Agents = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50195     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMADNotificationData_Agents_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMADNotificationData_Agents);
50196 
50197     for (i_org_csapi_pam_TpPAMADNotificationData_Agents=0; i_org_csapi_pam_TpPAMADNotificationData_Agents < u_octet4_loop_org_csapi_pam_TpPAMADNotificationData_Agents; i_org_csapi_pam_TpPAMADNotificationData_Agents++) {
50198 
50199         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMADNotificationData_Agents);
50200 
50201     }
50202 
50203 }
50204 
50205 /* Struct = IDL:org/csapi/pam/TpPAMAAEventData:1.0 */
50206 static void
decode_org_csapi_pam_TpPAMAAEventData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50207 decode_org_csapi_pam_TpPAMAAEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50208 {
50209 
50210     /* Operation specific Variable declarations Begin */
50211     guint32   u_octet4_loop_org_csapi_pam_TpPAMAAEventData_IdentityName;
50212     guint32   i_org_csapi_pam_TpPAMAAEventData_IdentityName;
50213     guint32   u_octet4_loop_org_csapi_pam_TpPAMAAEventData_IdentityType;
50214     guint32   i_org_csapi_pam_TpPAMAAEventData_IdentityType;
50215     guint32   u_octet4_loop_org_csapi_pam_TpPAMAAEventData_AgentName;
50216     guint32   i_org_csapi_pam_TpPAMAAEventData_AgentName;
50217     guint32   u_octet4_loop_org_csapi_pam_TpPAMAAEventData_AgentType;
50218     guint32   i_org_csapi_pam_TpPAMAAEventData_AgentType;
50219     /* Operation specific Variable declarations End */
50220 
50221     u_octet4_loop_org_csapi_pam_TpPAMAAEventData_IdentityName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50222     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAAEventData_IdentityName_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAAEventData_IdentityName);
50223 
50224     for (i_org_csapi_pam_TpPAMAAEventData_IdentityName=0; i_org_csapi_pam_TpPAMAAEventData_IdentityName < u_octet4_loop_org_csapi_pam_TpPAMAAEventData_IdentityName; i_org_csapi_pam_TpPAMAAEventData_IdentityName++) {
50225 
50226         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAAEventData_IdentityName);
50227 
50228     }
50229 
50230     u_octet4_loop_org_csapi_pam_TpPAMAAEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50231     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAAEventData_IdentityType_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAAEventData_IdentityType);
50232 
50233     for (i_org_csapi_pam_TpPAMAAEventData_IdentityType=0; i_org_csapi_pam_TpPAMAAEventData_IdentityType < u_octet4_loop_org_csapi_pam_TpPAMAAEventData_IdentityType; i_org_csapi_pam_TpPAMAAEventData_IdentityType++) {
50234 
50235         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAAEventData_IdentityType);
50236 
50237     }
50238 
50239     u_octet4_loop_org_csapi_pam_TpPAMAAEventData_AgentName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50240     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAAEventData_AgentName_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAAEventData_AgentName);
50241 
50242     for (i_org_csapi_pam_TpPAMAAEventData_AgentName=0; i_org_csapi_pam_TpPAMAAEventData_AgentName < u_octet4_loop_org_csapi_pam_TpPAMAAEventData_AgentName; i_org_csapi_pam_TpPAMAAEventData_AgentName++) {
50243 
50244         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAAEventData_AgentName);
50245 
50246     }
50247 
50248     u_octet4_loop_org_csapi_pam_TpPAMAAEventData_AgentType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50249     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAAEventData_AgentType_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAAEventData_AgentType);
50250 
50251     for (i_org_csapi_pam_TpPAMAAEventData_AgentType=0; i_org_csapi_pam_TpPAMAAEventData_AgentType < u_octet4_loop_org_csapi_pam_TpPAMAAEventData_AgentType; i_org_csapi_pam_TpPAMAAEventData_AgentType++) {
50252 
50253         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAAEventData_AgentType);
50254 
50255     }
50256 
50257 }
50258 
50259 /* Struct = IDL:org/csapi/pam/TpPAMAANotificationData:1.0 */
50260 static void
decode_org_csapi_pam_TpPAMAANotificationData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50261 decode_org_csapi_pam_TpPAMAANotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50262 {
50263 
50264     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAANotificationData_Identity);
50265 
50266     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAANotificationData_Agent);
50267 
50268 }
50269 
50270 /* Struct = IDL:org/csapi/pam/TpPAMAUEventData:1.0 */
50271 static void
decode_org_csapi_pam_TpPAMAUEventData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50272 decode_org_csapi_pam_TpPAMAUEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50273 {
50274 
50275     /* Operation specific Variable declarations Begin */
50276     guint32   u_octet4_loop_org_csapi_pam_TpPAMAUEventData_IdentityName;
50277     guint32   i_org_csapi_pam_TpPAMAUEventData_IdentityName;
50278     guint32   u_octet4_loop_org_csapi_pam_TpPAMAUEventData_IdentityType;
50279     guint32   i_org_csapi_pam_TpPAMAUEventData_IdentityType;
50280     guint32   u_octet4_loop_org_csapi_pam_TpPAMAUEventData_AgentName;
50281     guint32   i_org_csapi_pam_TpPAMAUEventData_AgentName;
50282     guint32   u_octet4_loop_org_csapi_pam_TpPAMAUEventData_AgentType;
50283     guint32   i_org_csapi_pam_TpPAMAUEventData_AgentType;
50284     /* Operation specific Variable declarations End */
50285 
50286     u_octet4_loop_org_csapi_pam_TpPAMAUEventData_IdentityName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50287     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAUEventData_IdentityName_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAUEventData_IdentityName);
50288 
50289     for (i_org_csapi_pam_TpPAMAUEventData_IdentityName=0; i_org_csapi_pam_TpPAMAUEventData_IdentityName < u_octet4_loop_org_csapi_pam_TpPAMAUEventData_IdentityName; i_org_csapi_pam_TpPAMAUEventData_IdentityName++) {
50290 
50291         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAUEventData_IdentityName);
50292 
50293     }
50294 
50295     u_octet4_loop_org_csapi_pam_TpPAMAUEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50296     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAUEventData_IdentityType_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAUEventData_IdentityType);
50297 
50298     for (i_org_csapi_pam_TpPAMAUEventData_IdentityType=0; i_org_csapi_pam_TpPAMAUEventData_IdentityType < u_octet4_loop_org_csapi_pam_TpPAMAUEventData_IdentityType; i_org_csapi_pam_TpPAMAUEventData_IdentityType++) {
50299 
50300         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAUEventData_IdentityType);
50301 
50302     }
50303 
50304     u_octet4_loop_org_csapi_pam_TpPAMAUEventData_AgentName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50305     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAUEventData_AgentName_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAUEventData_AgentName);
50306 
50307     for (i_org_csapi_pam_TpPAMAUEventData_AgentName=0; i_org_csapi_pam_TpPAMAUEventData_AgentName < u_octet4_loop_org_csapi_pam_TpPAMAUEventData_AgentName; i_org_csapi_pam_TpPAMAUEventData_AgentName++) {
50308 
50309         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAUEventData_AgentName);
50310 
50311     }
50312 
50313     u_octet4_loop_org_csapi_pam_TpPAMAUEventData_AgentType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50314     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAUEventData_AgentType_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAUEventData_AgentType);
50315 
50316     for (i_org_csapi_pam_TpPAMAUEventData_AgentType=0; i_org_csapi_pam_TpPAMAUEventData_AgentType < u_octet4_loop_org_csapi_pam_TpPAMAUEventData_AgentType; i_org_csapi_pam_TpPAMAUEventData_AgentType++) {
50317 
50318         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAUEventData_AgentType);
50319 
50320     }
50321 
50322 }
50323 
50324 /* Struct = IDL:org/csapi/pam/TpPAMAUNotificationData:1.0 */
50325 static void
decode_org_csapi_pam_TpPAMAUNotificationData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50326 decode_org_csapi_pam_TpPAMAUNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50327 {
50328 
50329     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAUNotificationData_Identity);
50330 
50331     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAUNotificationData_Agent);
50332 
50333 }
50334 
50335 /* Struct = IDL:org/csapi/pam/TpPAMCCEventData:1.0 */
50336 static void
decode_org_csapi_pam_TpPAMCCEventData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50337 decode_org_csapi_pam_TpPAMCCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50338 {
50339 
50340     /* Operation specific Variable declarations Begin */
50341     guint32   u_octet4_loop_org_csapi_pam_TpPAMCCEventData_IdentityName;
50342     guint32   i_org_csapi_pam_TpPAMCCEventData_IdentityName;
50343     guint32   u_octet4_loop_org_csapi_pam_TpPAMCCEventData_IdentityType;
50344     guint32   i_org_csapi_pam_TpPAMCCEventData_IdentityType;
50345     guint32   u_octet4_loop_org_csapi_pam_TpPAMCCEventData_Capabilities;
50346     guint32   i_org_csapi_pam_TpPAMCCEventData_Capabilities;
50347     /* Operation specific Variable declarations End */
50348 
50349     u_octet4_loop_org_csapi_pam_TpPAMCCEventData_IdentityName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50350     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMCCEventData_IdentityName_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMCCEventData_IdentityName);
50351 
50352     for (i_org_csapi_pam_TpPAMCCEventData_IdentityName=0; i_org_csapi_pam_TpPAMCCEventData_IdentityName < u_octet4_loop_org_csapi_pam_TpPAMCCEventData_IdentityName; i_org_csapi_pam_TpPAMCCEventData_IdentityName++) {
50353 
50354         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMCCEventData_IdentityName);
50355 
50356     }
50357 
50358     u_octet4_loop_org_csapi_pam_TpPAMCCEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50359     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMCCEventData_IdentityType_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMCCEventData_IdentityType);
50360 
50361     for (i_org_csapi_pam_TpPAMCCEventData_IdentityType=0; i_org_csapi_pam_TpPAMCCEventData_IdentityType < u_octet4_loop_org_csapi_pam_TpPAMCCEventData_IdentityType; i_org_csapi_pam_TpPAMCCEventData_IdentityType++) {
50362 
50363         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMCCEventData_IdentityType);
50364 
50365     }
50366 
50367     u_octet4_loop_org_csapi_pam_TpPAMCCEventData_Capabilities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50368     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMCCEventData_Capabilities_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMCCEventData_Capabilities);
50369 
50370     for (i_org_csapi_pam_TpPAMCCEventData_Capabilities=0; i_org_csapi_pam_TpPAMCCEventData_Capabilities < u_octet4_loop_org_csapi_pam_TpPAMCCEventData_Capabilities; i_org_csapi_pam_TpPAMCCEventData_Capabilities++) {
50371 
50372         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMCCEventData_Capabilities);
50373 
50374     }
50375 
50376 }
50377 
50378 /* Struct = IDL:org/csapi/pam/TpPAMCCNotificationData:1.0 */
50379 static void
decode_org_csapi_pam_TpPAMCCNotificationData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50380 decode_org_csapi_pam_TpPAMCCNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50381 {
50382 
50383     /* Operation specific Variable declarations Begin */
50384     guint32   u_octet4_loop_org_csapi_pam_TpPAMCCNotificationData_Capabilities;
50385     guint32   i_org_csapi_pam_TpPAMCCNotificationData_Capabilities;
50386     /* Operation specific Variable declarations End */
50387 
50388     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMCCNotificationData_Identity);
50389 
50390     u_octet4_loop_org_csapi_pam_TpPAMCCNotificationData_Capabilities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50391     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMCCNotificationData_Capabilities_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMCCNotificationData_Capabilities);
50392 
50393     for (i_org_csapi_pam_TpPAMCCNotificationData_Capabilities=0; i_org_csapi_pam_TpPAMCCNotificationData_Capabilities < u_octet4_loop_org_csapi_pam_TpPAMCCNotificationData_Capabilities; i_org_csapi_pam_TpPAMCCNotificationData_Capabilities++) {
50394 
50395         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMCCNotificationData_Capabilities);
50396 
50397     }
50398 
50399 }
50400 
50401 /* Struct = IDL:org/csapi/pam/TpPAMACPSEventData:1.0 */
50402 static void
decode_org_csapi_pam_TpPAMACPSEventData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50403 decode_org_csapi_pam_TpPAMACPSEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50404 {
50405 
50406     /* Operation specific Variable declarations Begin */
50407     guint32   u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AgentName;
50408     guint32   i_org_csapi_pam_TpPAMACPSEventData_AgentName;
50409     guint32   u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AgentType;
50410     guint32   i_org_csapi_pam_TpPAMACPSEventData_AgentType;
50411     guint32   u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_Capabilities;
50412     guint32   i_org_csapi_pam_TpPAMACPSEventData_Capabilities;
50413     guint32   u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AttributeNames;
50414     guint32   i_org_csapi_pam_TpPAMACPSEventData_AttributeNames;
50415     /* Operation specific Variable declarations End */
50416 
50417     u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AgentName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50418     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMACPSEventData_AgentName_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AgentName);
50419 
50420     for (i_org_csapi_pam_TpPAMACPSEventData_AgentName=0; i_org_csapi_pam_TpPAMACPSEventData_AgentName < u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AgentName; i_org_csapi_pam_TpPAMACPSEventData_AgentName++) {
50421 
50422         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMACPSEventData_AgentName);
50423 
50424     }
50425 
50426     u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AgentType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50427     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMACPSEventData_AgentType_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AgentType);
50428 
50429     for (i_org_csapi_pam_TpPAMACPSEventData_AgentType=0; i_org_csapi_pam_TpPAMACPSEventData_AgentType < u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AgentType; i_org_csapi_pam_TpPAMACPSEventData_AgentType++) {
50430 
50431         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMACPSEventData_AgentType);
50432 
50433     }
50434 
50435     u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_Capabilities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50436     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMACPSEventData_Capabilities_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_Capabilities);
50437 
50438     for (i_org_csapi_pam_TpPAMACPSEventData_Capabilities=0; i_org_csapi_pam_TpPAMACPSEventData_Capabilities < u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_Capabilities; i_org_csapi_pam_TpPAMACPSEventData_Capabilities++) {
50439 
50440         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMACPSEventData_Capabilities);
50441 
50442     }
50443 
50444     u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AttributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50445     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMACPSEventData_AttributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AttributeNames);
50446 
50447     for (i_org_csapi_pam_TpPAMACPSEventData_AttributeNames=0; i_org_csapi_pam_TpPAMACPSEventData_AttributeNames < u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AttributeNames; i_org_csapi_pam_TpPAMACPSEventData_AttributeNames++) {
50448 
50449         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMACPSEventData_AttributeNames);
50450 
50451     }
50452 
50453     proto_tree_add_int64(tree, hf_org_csapi_pam_TpPAMACPSEventData_ReportingPeriod, tvb, *offset-8, 8, get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary));
50454 
50455 }
50456 
50457 /* Struct = IDL:org/csapi/pam/TpPAMACPSNotificationData:1.0 */
50458 static void
decode_org_csapi_pam_TpPAMACPSNotificationData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50459 decode_org_csapi_pam_TpPAMACPSNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50460 {
50461 
50462     /* Operation specific Variable declarations Begin */
50463     guint32   u_octet4_loop_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames;
50464     guint32   i_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames;
50465     /* Operation specific Variable declarations End */
50466 
50467     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMACPSNotificationData_Agent);
50468 
50469     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMACPSNotificationData_Capability);
50470 
50471     u_octet4_loop_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50472     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames);
50473 
50474     for (i_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames=0; i_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames < u_octet4_loop_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames; i_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames++) {
50475 
50476         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames);
50477 
50478     }
50479 
50480 }
50481 
50482 /* Struct = IDL:org/csapi/pam/TpPAMAPSEventData:1.0 */
50483 static void
decode_org_csapi_pam_TpPAMAPSEventData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50484 decode_org_csapi_pam_TpPAMAPSEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50485 {
50486 
50487     /* Operation specific Variable declarations Begin */
50488     guint32   u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AgentName;
50489     guint32   i_org_csapi_pam_TpPAMAPSEventData_AgentName;
50490     guint32   u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AgentType;
50491     guint32   i_org_csapi_pam_TpPAMAPSEventData_AgentType;
50492     guint32   u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AttributeNames;
50493     guint32   i_org_csapi_pam_TpPAMAPSEventData_AttributeNames;
50494     /* Operation specific Variable declarations End */
50495 
50496     u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AgentName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50497     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAPSEventData_AgentName_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AgentName);
50498 
50499     for (i_org_csapi_pam_TpPAMAPSEventData_AgentName=0; i_org_csapi_pam_TpPAMAPSEventData_AgentName < u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AgentName; i_org_csapi_pam_TpPAMAPSEventData_AgentName++) {
50500 
50501         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAPSEventData_AgentName);
50502 
50503     }
50504 
50505     u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AgentType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50506     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAPSEventData_AgentType_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AgentType);
50507 
50508     for (i_org_csapi_pam_TpPAMAPSEventData_AgentType=0; i_org_csapi_pam_TpPAMAPSEventData_AgentType < u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AgentType; i_org_csapi_pam_TpPAMAPSEventData_AgentType++) {
50509 
50510         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAPSEventData_AgentType);
50511 
50512     }
50513 
50514     u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AttributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50515     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAPSEventData_AttributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AttributeNames);
50516 
50517     for (i_org_csapi_pam_TpPAMAPSEventData_AttributeNames=0; i_org_csapi_pam_TpPAMAPSEventData_AttributeNames < u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AttributeNames; i_org_csapi_pam_TpPAMAPSEventData_AttributeNames++) {
50518 
50519         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAPSEventData_AttributeNames);
50520 
50521     }
50522 
50523     proto_tree_add_int64(tree, hf_org_csapi_pam_TpPAMAPSEventData_ReportingPeriod, tvb, *offset-8, 8, get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary));
50524 
50525 }
50526 
50527 /* Struct = IDL:org/csapi/pam/TpPAMAPSNotificationData:1.0 */
50528 static void
decode_org_csapi_pam_TpPAMAPSNotificationData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50529 decode_org_csapi_pam_TpPAMAPSNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50530 {
50531 
50532     /* Operation specific Variable declarations Begin */
50533     guint32   u_octet4_loop_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames;
50534     guint32   i_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames;
50535     /* Operation specific Variable declarations End */
50536 
50537     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAPSNotificationData_Agent);
50538 
50539     u_octet4_loop_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50540     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames);
50541 
50542     for (i_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames=0; i_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames < u_octet4_loop_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames; i_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames++) {
50543 
50544         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames);
50545 
50546     }
50547 
50548 }
50549 
50550 /* Struct = IDL:org/csapi/pam/TpPAMIPSEventData:1.0 */
50551 static void
decode_org_csapi_pam_TpPAMIPSEventData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50552 decode_org_csapi_pam_TpPAMIPSEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50553 {
50554 
50555     /* Operation specific Variable declarations Begin */
50556     guint32   u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_IdentityName;
50557     guint32   i_org_csapi_pam_TpPAMIPSEventData_IdentityName;
50558     guint32   u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_IdentityType;
50559     guint32   i_org_csapi_pam_TpPAMIPSEventData_IdentityType;
50560     guint32   u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_AttributeNames;
50561     guint32   i_org_csapi_pam_TpPAMIPSEventData_AttributeNames;
50562     /* Operation specific Variable declarations End */
50563 
50564     u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_IdentityName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50565     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMIPSEventData_IdentityName_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_IdentityName);
50566 
50567     for (i_org_csapi_pam_TpPAMIPSEventData_IdentityName=0; i_org_csapi_pam_TpPAMIPSEventData_IdentityName < u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_IdentityName; i_org_csapi_pam_TpPAMIPSEventData_IdentityName++) {
50568 
50569         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMIPSEventData_IdentityName);
50570 
50571     }
50572 
50573     u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50574     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMIPSEventData_IdentityType_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_IdentityType);
50575 
50576     for (i_org_csapi_pam_TpPAMIPSEventData_IdentityType=0; i_org_csapi_pam_TpPAMIPSEventData_IdentityType < u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_IdentityType; i_org_csapi_pam_TpPAMIPSEventData_IdentityType++) {
50577 
50578         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMIPSEventData_IdentityType);
50579 
50580     }
50581 
50582     u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_AttributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50583     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMIPSEventData_AttributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_AttributeNames);
50584 
50585     for (i_org_csapi_pam_TpPAMIPSEventData_AttributeNames=0; i_org_csapi_pam_TpPAMIPSEventData_AttributeNames < u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_AttributeNames; i_org_csapi_pam_TpPAMIPSEventData_AttributeNames++) {
50586 
50587         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMIPSEventData_AttributeNames);
50588 
50589     }
50590 
50591     proto_tree_add_int64(tree, hf_org_csapi_pam_TpPAMIPSEventData_ReportingPeriod, tvb, *offset-8, 8, get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary));
50592 
50593 }
50594 
50595 /* Struct = IDL:org/csapi/pam/TpPAMIPSNotificationData:1.0 */
50596 static void
decode_org_csapi_pam_TpPAMIPSNotificationData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50597 decode_org_csapi_pam_TpPAMIPSNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50598 {
50599 
50600     /* Operation specific Variable declarations Begin */
50601     guint32   u_octet4_loop_org_csapi_pam_TpPAMIPSNotificationData_Attributes;
50602     guint32   i_org_csapi_pam_TpPAMIPSNotificationData_Attributes;
50603     /* Operation specific Variable declarations End */
50604 
50605     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMIPSNotificationData_Identity);
50606 
50607     u_octet4_loop_org_csapi_pam_TpPAMIPSNotificationData_Attributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50608     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMIPSNotificationData_Attributes_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMIPSNotificationData_Attributes);
50609 
50610     for (i_org_csapi_pam_TpPAMIPSNotificationData_Attributes=0; i_org_csapi_pam_TpPAMIPSNotificationData_Attributes < u_octet4_loop_org_csapi_pam_TpPAMIPSNotificationData_Attributes; i_org_csapi_pam_TpPAMIPSNotificationData_Attributes++) {
50611 
50612         /*  Begin struct "org_csapi_pam_TpPAMPresenceData"  */
50613         decode_org_csapi_pam_TpPAMPresenceData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
50614         /*  End struct "org_csapi_pam_TpPAMPresenceData"  */
50615     }
50616 
50617 }
50618 
50619 /* Struct = IDL:org/csapi/pam/TpPAMAVCEventData:1.0 */
50620 static void
decode_org_csapi_pam_TpPAMAVCEventData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50621 decode_org_csapi_pam_TpPAMAVCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50622 {
50623 
50624     /* Operation specific Variable declarations Begin */
50625     guint32   u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_IdentityName;
50626     guint32   i_org_csapi_pam_TpPAMAVCEventData_IdentityName;
50627     guint32   u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_IdentityType;
50628     guint32   i_org_csapi_pam_TpPAMAVCEventData_IdentityType;
50629     guint32   u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_PAMContext;
50630     guint32   i_org_csapi_pam_TpPAMAVCEventData_PAMContext;
50631     guint32   u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_AttributeNames;
50632     guint32   i_org_csapi_pam_TpPAMAVCEventData_AttributeNames;
50633     /* Operation specific Variable declarations End */
50634 
50635     u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_IdentityName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50636     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAVCEventData_IdentityName_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_IdentityName);
50637 
50638     for (i_org_csapi_pam_TpPAMAVCEventData_IdentityName=0; i_org_csapi_pam_TpPAMAVCEventData_IdentityName < u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_IdentityName; i_org_csapi_pam_TpPAMAVCEventData_IdentityName++) {
50639 
50640         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAVCEventData_IdentityName);
50641 
50642     }
50643 
50644     u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50645     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAVCEventData_IdentityType_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_IdentityType);
50646 
50647     for (i_org_csapi_pam_TpPAMAVCEventData_IdentityType=0; i_org_csapi_pam_TpPAMAVCEventData_IdentityType < u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_IdentityType; i_org_csapi_pam_TpPAMAVCEventData_IdentityType++) {
50648 
50649         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAVCEventData_IdentityType);
50650 
50651     }
50652 
50653     u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_PAMContext = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50654     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAVCEventData_PAMContext_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_PAMContext);
50655 
50656     for (i_org_csapi_pam_TpPAMAVCEventData_PAMContext=0; i_org_csapi_pam_TpPAMAVCEventData_PAMContext < u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_PAMContext; i_org_csapi_pam_TpPAMAVCEventData_PAMContext++) {
50657 
50658         /*  Begin struct "org_csapi_pam_TpPAMContext"  */
50659         decode_org_csapi_pam_TpPAMContext_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
50660         /*  End struct "org_csapi_pam_TpPAMContext"  */
50661     }
50662 
50663     u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_AttributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50664     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAVCEventData_AttributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_AttributeNames);
50665 
50666     for (i_org_csapi_pam_TpPAMAVCEventData_AttributeNames=0; i_org_csapi_pam_TpPAMAVCEventData_AttributeNames < u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_AttributeNames; i_org_csapi_pam_TpPAMAVCEventData_AttributeNames++) {
50667 
50668         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAVCEventData_AttributeNames);
50669 
50670     }
50671 
50672     proto_tree_add_int64(tree, hf_org_csapi_pam_TpPAMAVCEventData_ReportingPeriod, tvb, *offset-8, 8, get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary));
50673 
50674 }
50675 
50676 /* Struct = IDL:org/csapi/pam/TpPAMAVCNotificationData:1.0 */
50677 static void
decode_org_csapi_pam_TpPAMAVCNotificationData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50678 decode_org_csapi_pam_TpPAMAVCNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50679 {
50680 
50681     /* Operation specific Variable declarations Begin */
50682     guint32   u_octet4_loop_org_csapi_pam_TpPAMAVCNotificationData_Availability;
50683     guint32   i_org_csapi_pam_TpPAMAVCNotificationData_Availability;
50684     /* Operation specific Variable declarations End */
50685 
50686     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAVCNotificationData_Identity);
50687 
50688     u_octet4_loop_org_csapi_pam_TpPAMAVCNotificationData_Availability = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50689     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAVCNotificationData_Availability_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAVCNotificationData_Availability);
50690 
50691     for (i_org_csapi_pam_TpPAMAVCNotificationData_Availability=0; i_org_csapi_pam_TpPAMAVCNotificationData_Availability < u_octet4_loop_org_csapi_pam_TpPAMAVCNotificationData_Availability; i_org_csapi_pam_TpPAMAVCNotificationData_Availability++) {
50692 
50693         /*  Begin struct "org_csapi_pam_TpPAMAvailabilityProfile"  */
50694         decode_org_csapi_pam_TpPAMAvailabilityProfile_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
50695         /*  End struct "org_csapi_pam_TpPAMAvailabilityProfile"  */
50696     }
50697 
50698 }
50699 
50700 /* Struct = IDL:org/csapi/pam/TpPAMWCEventData:1.0 */
50701 static void
decode_org_csapi_pam_TpPAMWCEventData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50702 decode_org_csapi_pam_TpPAMWCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50703 {
50704 
50705     /* Operation specific Variable declarations Begin */
50706     guint32   u_octet4_loop_org_csapi_pam_TpPAMWCEventData_Events;
50707     guint32   i_org_csapi_pam_TpPAMWCEventData_Events;
50708     guint32   u_octet4;
50709     guint32   u_octet4_loop_org_csapi_pam_TpPAMWCEventData_IdentityName;
50710     guint32   i_org_csapi_pam_TpPAMWCEventData_IdentityName;
50711     guint32   u_octet4_loop_org_csapi_pam_TpPAMWCEventData_IdentityType;
50712     guint32   i_org_csapi_pam_TpPAMWCEventData_IdentityType;
50713     /* Operation specific Variable declarations End */
50714 
50715     u_octet4_loop_org_csapi_pam_TpPAMWCEventData_Events = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50716     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMWCEventData_Events_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMWCEventData_Events);
50717 
50718     for (i_org_csapi_pam_TpPAMWCEventData_Events=0; i_org_csapi_pam_TpPAMWCEventData_Events < u_octet4_loop_org_csapi_pam_TpPAMWCEventData_Events; i_org_csapi_pam_TpPAMWCEventData_Events++) {
50719 
50720         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
50721         proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMWCEventData_Events, tvb, *offset-4, 4, u_octet4);
50722 
50723     }
50724 
50725     u_octet4_loop_org_csapi_pam_TpPAMWCEventData_IdentityName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50726     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMWCEventData_IdentityName_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMWCEventData_IdentityName);
50727 
50728     for (i_org_csapi_pam_TpPAMWCEventData_IdentityName=0; i_org_csapi_pam_TpPAMWCEventData_IdentityName < u_octet4_loop_org_csapi_pam_TpPAMWCEventData_IdentityName; i_org_csapi_pam_TpPAMWCEventData_IdentityName++) {
50729 
50730         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMWCEventData_IdentityName);
50731 
50732     }
50733 
50734     u_octet4_loop_org_csapi_pam_TpPAMWCEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50735     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMWCEventData_IdentityType_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMWCEventData_IdentityType);
50736 
50737     for (i_org_csapi_pam_TpPAMWCEventData_IdentityType=0; i_org_csapi_pam_TpPAMWCEventData_IdentityType < u_octet4_loop_org_csapi_pam_TpPAMWCEventData_IdentityType; i_org_csapi_pam_TpPAMWCEventData_IdentityType++) {
50738 
50739         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMWCEventData_IdentityType);
50740 
50741     }
50742 
50743     proto_tree_add_int64(tree, hf_org_csapi_pam_TpPAMWCEventData_ReportingPeriod, tvb, *offset-8, 8, get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary));
50744 
50745 }
50746 
50747 /* Struct = IDL:org/csapi/pam/TpPAMWCNotificationData:1.0 */
50748 static void
decode_org_csapi_pam_TpPAMWCNotificationData_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50749 decode_org_csapi_pam_TpPAMWCNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50750 {
50751 
50752     /* Operation specific Variable declarations Begin */
50753     guint32   u_octet4;
50754     guint32   u_octet4_loop_org_csapi_pam_TpPAMWCNotificationData_Watchers;
50755     guint32   i_org_csapi_pam_TpPAMWCNotificationData_Watchers;
50756     /* Operation specific Variable declarations End */
50757 
50758     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
50759     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMWCNotificationData_Event, tvb, *offset-4, 4, u_octet4);
50760 
50761     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
50762     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMWCNotificationData_ChangeType, tvb, *offset-4, 4, u_octet4);
50763 
50764     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMWCNotificationData_Identity);
50765 
50766     u_octet4_loop_org_csapi_pam_TpPAMWCNotificationData_Watchers = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50767     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMWCNotificationData_Watchers_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMWCNotificationData_Watchers);
50768 
50769     for (i_org_csapi_pam_TpPAMWCNotificationData_Watchers=0; i_org_csapi_pam_TpPAMWCNotificationData_Watchers < u_octet4_loop_org_csapi_pam_TpPAMWCNotificationData_Watchers; i_org_csapi_pam_TpPAMWCNotificationData_Watchers++) {
50770 
50771         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMWCNotificationData_Watchers);
50772 
50773     }
50774 
50775 }
50776 
50777 /* Struct = IDL:org/csapi/pam/TpPAMErrorInfo:1.0 */
50778 static void
decode_org_csapi_pam_TpPAMErrorInfo_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50779 decode_org_csapi_pam_TpPAMErrorInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50780 {
50781 
50782     /* Operation specific Variable declarations Begin */
50783     guint32   u_octet4;
50784     /* Operation specific Variable declarations End */
50785 
50786     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
50787     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMErrorInfo_Cause, tvb, *offset-4, 4, u_octet4);
50788 
50789     /*  Begin union "org_csapi_pam_TpPAMNotificationInfo"  */
50790     decode_org_csapi_pam_TpPAMNotificationInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
50791 
50792     /*  End union "org_csapi_pam_TpPAMNotificationInfo"  */
50793 }
50794 
50795 /* Struct = IDL:org/csapi/mmm/TpMailboxIdentifier:1.0 */
50796 static void
decode_org_csapi_mmm_TpMailboxIdentifier_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50797 decode_org_csapi_mmm_TpMailboxIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50798 {
50799 
50800     get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
50801 
50802     proto_tree_add_int(tree, hf_org_csapi_mmm_TpMailboxIdentifier_SessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
50803 
50804 }
50805 
50806 /* Struct = IDL:org/csapi/mmm/TpMultiMediaMessagingIdentifier:1.0 */
50807 static void
decode_org_csapi_mmm_TpMultiMediaMessagingIdentifier_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50808 decode_org_csapi_mmm_TpMultiMediaMessagingIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50809 {
50810 
50811     get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
50812 
50813     proto_tree_add_int(tree, hf_org_csapi_mmm_TpMultiMediaMessagingIdentifier_SessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
50814 
50815 }
50816 
50817 /* Struct = IDL:org/csapi/mmm/TpListMessagesCriteria:1.0 */
50818 static void
decode_org_csapi_mmm_TpListMessagesCriteria_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50819 decode_org_csapi_mmm_TpListMessagesCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50820 {
50821 
50822     proto_tree_add_boolean(tree, hf_org_csapi_mmm_TpListMessagesCriteria_OnlyUnreadMessages, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
50823 
50824 }
50825 
50826 /* Struct = IDL:org/csapi/mmm/TpMailboxFolderStatusInformation:1.0 */
50827 static void
decode_org_csapi_mmm_TpMailboxFolderStatusInformation_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50828 decode_org_csapi_mmm_TpMailboxFolderStatusInformation_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50829 {
50830 
50831     proto_tree_add_int(tree, hf_org_csapi_mmm_TpMailboxFolderStatusInformation_TotalMessageCount, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
50832 
50833 }
50834 
50835 /* Struct = IDL:org/csapi/mmm/TpMessageDescription:1.0 */
50836 static void
decode_org_csapi_mmm_TpMessageDescription_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50837 decode_org_csapi_mmm_TpMessageDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50838 {
50839 
50840     /* Operation specific Variable declarations Begin */
50841     guint32   u_octet4_loop_org_csapi_mmm_TpMessageDescription_To;
50842     guint32   i_org_csapi_mmm_TpMessageDescription_To;
50843     /* Operation specific Variable declarations End */
50844 
50845     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpMessageDescription_MessageID);
50846 
50847     /*  Begin struct "org_csapi_TpAddress"  */
50848     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
50849     /*  End struct "org_csapi_TpAddress"  */
50850     u_octet4_loop_org_csapi_mmm_TpMessageDescription_To = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50851     proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageDescription_To_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpMessageDescription_To);
50852 
50853     for (i_org_csapi_mmm_TpMessageDescription_To=0; i_org_csapi_mmm_TpMessageDescription_To < u_octet4_loop_org_csapi_mmm_TpMessageDescription_To; i_org_csapi_mmm_TpMessageDescription_To++) {
50854 
50855         /*  Begin struct "org_csapi_TpAddress"  */
50856         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
50857         /*  End struct "org_csapi_TpAddress"  */
50858     }
50859 
50860     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpMessageDescription_Subject);
50861 
50862     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpMessageDescription_ReceivedDate);
50863 
50864     proto_tree_add_int(tree, hf_org_csapi_mmm_TpMessageDescription_Size, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
50865 
50866 }
50867 
50868 /* Struct = IDL:org/csapi/mmm/TpBodyPartDescription:1.0 */
50869 static void
decode_org_csapi_mmm_TpBodyPartDescription_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50870 decode_org_csapi_mmm_TpBodyPartDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50871 {
50872 
50873     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpBodyPartDescription_ContentDescription);
50874 
50875     proto_tree_add_int(tree, hf_org_csapi_mmm_TpBodyPartDescription_ContentSize, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
50876 
50877     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpBodyPartDescription_ContentType);
50878 
50879     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpBodyPartDescription_ContentTransferEncoding);
50880 
50881     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpBodyPartDescription_ContentID);
50882 
50883     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpBodyPartDescription_ContentDisposition);
50884 
50885     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpBodyPartDescription_PartID);
50886 
50887     proto_tree_add_int(tree, hf_org_csapi_mmm_TpBodyPartDescription_NestingLevel, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
50888 
50889 }
50890 
50891 /* Struct = IDL:org/csapi/mmm/TpBodyPart:1.0 */
50892 static void
decode_org_csapi_mmm_TpBodyPart_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50893 decode_org_csapi_mmm_TpBodyPart_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50894 {
50895 
50896     /* Operation specific Variable declarations Begin */
50897     guint32   u_octet4_loop_org_csapi_mmm_TpBodyPart_BodyPartContent;
50898     guint32   i_org_csapi_mmm_TpBodyPart_BodyPartContent;
50899     /* Operation specific Variable declarations End */
50900 
50901     /*  Begin struct "org_csapi_mmm_TpBodyPartDescription"  */
50902     decode_org_csapi_mmm_TpBodyPartDescription_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
50903     /*  End struct "org_csapi_mmm_TpBodyPartDescription"  */
50904     u_octet4_loop_org_csapi_mmm_TpBodyPart_BodyPartContent = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50905     proto_tree_add_uint(tree, hf_org_csapi_mmm_TpBodyPart_BodyPartContent_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpBodyPart_BodyPartContent);
50906 
50907     for (i_org_csapi_mmm_TpBodyPart_BodyPartContent=0; i_org_csapi_mmm_TpBodyPart_BodyPartContent < u_octet4_loop_org_csapi_mmm_TpBodyPart_BodyPartContent; i_org_csapi_mmm_TpBodyPart_BodyPartContent++) {
50908 
50909         proto_tree_add_uint(tree, hf_org_csapi_mmm_TpBodyPart_BodyPartContent, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
50910 
50911     }
50912 
50913 }
50914 
50915 /* Struct = IDL:org/csapi/mmm/TpGenericHeaderField:1.0 */
50916 static void
decode_org_csapi_mmm_TpGenericHeaderField_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50917 decode_org_csapi_mmm_TpGenericHeaderField_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50918 {
50919 
50920     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpGenericHeaderField_FieldName);
50921 
50922     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpGenericHeaderField_FieldValue);
50923 
50924 }
50925 
50926 /* Struct = IDL:org/csapi/mmm/TpMessageInfoPropertyError:1.0 */
50927 static void
decode_org_csapi_mmm_TpMessageInfoPropertyError_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50928 decode_org_csapi_mmm_TpMessageInfoPropertyError_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50929 {
50930 
50931     /* Operation specific Variable declarations Begin */
50932     guint32   u_octet4;
50933     /* Operation specific Variable declarations End */
50934 
50935     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
50936     proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageInfoPropertyError_MessagePropertyName, tvb, *offset-4, 4, u_octet4);
50937 
50938     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
50939     proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageInfoPropertyError_Error, tvb, *offset-4, 4, u_octet4);
50940 
50941 }
50942 
50943 /* Struct = IDL:org/csapi/mmm/TpNewMailboxMessageArrivedCriteria:1.0 */
50944 static void
decode_org_csapi_mmm_TpNewMailboxMessageArrivedCriteria_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50945 decode_org_csapi_mmm_TpNewMailboxMessageArrivedCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50946 {
50947 
50948     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpNewMailboxMessageArrivedCriteria_MailboxID);
50949 
50950     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpNewMailboxMessageArrivedCriteria_AuthenticationInfo);
50951 
50952 }
50953 
50954 /* Struct = IDL:org/csapi/mmm/TpNewMailboxMessageArrivedInfo:1.0 */
50955 static void
decode_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50956 decode_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50957 {
50958 
50959     /* Operation specific Variable declarations Begin */
50960     guint32   u_octet4_loop_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_MessageDescription;
50961     guint32   i_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_MessageDescription;
50962     guint32   u_octet4_loop_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation;
50963     guint32   i_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation;
50964     /* Operation specific Variable declarations End */
50965 
50966     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_MailboxID);
50967 
50968     giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_FolderID);
50969 
50970     u_octet4_loop_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_MessageDescription = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50971     proto_tree_add_uint(tree, hf_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_MessageDescription_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_MessageDescription);
50972 
50973     for (i_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_MessageDescription=0; i_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_MessageDescription < u_octet4_loop_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_MessageDescription; i_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_MessageDescription++) {
50974 
50975         /*  Begin struct "org_csapi_mmm_TpMessageDescription"  */
50976         decode_org_csapi_mmm_TpMessageDescription_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
50977         /*  End struct "org_csapi_mmm_TpMessageDescription"  */
50978     }
50979 
50980     u_octet4_loop_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
50981     proto_tree_add_uint(tree, hf_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation);
50982 
50983     for (i_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation=0; i_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation < u_octet4_loop_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation; i_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation++) {
50984 
50985         /*  Begin union "org_csapi_mmm_TpMessageHeaderField"  */
50986         decode_org_csapi_mmm_TpMessageHeaderField_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
50987 
50988         /*  End union "org_csapi_mmm_TpMessageHeaderField"  */
50989     }
50990 
50991 }
50992 
50993 /* Struct = IDL:org/csapi/mmm/TpQueryStatusReport:1.0 */
50994 static void
decode_org_csapi_mmm_TpQueryStatusReport_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)50995 decode_org_csapi_mmm_TpQueryStatusReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
50996 {
50997 
50998     /*  Begin struct "org_csapi_TpAddress"  */
50999     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
51000     /*  End struct "org_csapi_TpAddress"  */
51001     proto_tree_add_int(tree, hf_org_csapi_mmm_TpQueryStatusReport_ReportedStatus, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
51002 
51003 }
51004 
51005 /* Struct = IDL:org/csapi/mmm/TpTerminatingAddressList:1.0 */
51006 static void
decode_org_csapi_mmm_TpTerminatingAddressList_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)51007 decode_org_csapi_mmm_TpTerminatingAddressList_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
51008 {
51009 
51010     /* Operation specific Variable declarations Begin */
51011     guint32   u_octet4_loop_org_csapi_mmm_TpTerminatingAddressList_ToAddressList;
51012     guint32   i_org_csapi_mmm_TpTerminatingAddressList_ToAddressList;
51013     guint32   u_octet4_loop_org_csapi_mmm_TpTerminatingAddressList_CcAddressList;
51014     guint32   i_org_csapi_mmm_TpTerminatingAddressList_CcAddressList;
51015     guint32   u_octet4_loop_org_csapi_mmm_TpTerminatingAddressList_BccAddressList;
51016     guint32   i_org_csapi_mmm_TpTerminatingAddressList_BccAddressList;
51017     /* Operation specific Variable declarations End */
51018 
51019     u_octet4_loop_org_csapi_mmm_TpTerminatingAddressList_ToAddressList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
51020     proto_tree_add_uint(tree, hf_org_csapi_mmm_TpTerminatingAddressList_ToAddressList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpTerminatingAddressList_ToAddressList);
51021 
51022     for (i_org_csapi_mmm_TpTerminatingAddressList_ToAddressList=0; i_org_csapi_mmm_TpTerminatingAddressList_ToAddressList < u_octet4_loop_org_csapi_mmm_TpTerminatingAddressList_ToAddressList; i_org_csapi_mmm_TpTerminatingAddressList_ToAddressList++) {
51023 
51024         /*  Begin struct "org_csapi_TpAddress"  */
51025         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
51026         /*  End struct "org_csapi_TpAddress"  */
51027     }
51028 
51029     u_octet4_loop_org_csapi_mmm_TpTerminatingAddressList_CcAddressList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
51030     proto_tree_add_uint(tree, hf_org_csapi_mmm_TpTerminatingAddressList_CcAddressList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpTerminatingAddressList_CcAddressList);
51031 
51032     for (i_org_csapi_mmm_TpTerminatingAddressList_CcAddressList=0; i_org_csapi_mmm_TpTerminatingAddressList_CcAddressList < u_octet4_loop_org_csapi_mmm_TpTerminatingAddressList_CcAddressList; i_org_csapi_mmm_TpTerminatingAddressList_CcAddressList++) {
51033 
51034         /*  Begin struct "org_csapi_TpAddress"  */
51035         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
51036         /*  End struct "org_csapi_TpAddress"  */
51037     }
51038 
51039     u_octet4_loop_org_csapi_mmm_TpTerminatingAddressList_BccAddressList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
51040     proto_tree_add_uint(tree, hf_org_csapi_mmm_TpTerminatingAddressList_BccAddressList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpTerminatingAddressList_BccAddressList);
51041 
51042     for (i_org_csapi_mmm_TpTerminatingAddressList_BccAddressList=0; i_org_csapi_mmm_TpTerminatingAddressList_BccAddressList < u_octet4_loop_org_csapi_mmm_TpTerminatingAddressList_BccAddressList; i_org_csapi_mmm_TpTerminatingAddressList_BccAddressList++) {
51043 
51044         /*  Begin struct "org_csapi_TpAddress"  */
51045         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
51046         /*  End struct "org_csapi_TpAddress"  */
51047     }
51048 
51049 }
51050 
51051 /* Struct = IDL:org/csapi/mmm/TpNewMessageArrivedCriteria:1.0 */
51052 static void
decode_org_csapi_mmm_TpNewMessageArrivedCriteria_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)51053 decode_org_csapi_mmm_TpNewMessageArrivedCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
51054 {
51055 
51056     /*  Begin struct "org_csapi_TpAddressRange"  */
51057     decode_org_csapi_TpAddressRange_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
51058     /*  End struct "org_csapi_TpAddressRange"  */
51059     /*  Begin struct "org_csapi_TpAddressRange"  */
51060     decode_org_csapi_TpAddressRange_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
51061     /*  End struct "org_csapi_TpAddressRange"  */
51062     proto_tree_add_boolean(tree, hf_org_csapi_mmm_TpNewMessageArrivedCriteria_CreateMultiMediaMessagingSession, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
51063 
51064 }
51065 
51066 /* Struct = IDL:org/csapi/mmm/TpMessagingNotificationRequested:1.0 */
51067 static void
decode_org_csapi_mmm_TpMessagingNotificationRequested_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)51068 decode_org_csapi_mmm_TpMessagingNotificationRequested_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
51069 {
51070 
51071     /* Operation specific Variable declarations Begin */
51072     guint32   u_octet4_loop_org_csapi_mmm_TpMessagingNotificationRequested_EventCriteria;
51073     guint32   i_org_csapi_mmm_TpMessagingNotificationRequested_EventCriteria;
51074     /* Operation specific Variable declarations End */
51075 
51076     u_octet4_loop_org_csapi_mmm_TpMessagingNotificationRequested_EventCriteria = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
51077     proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessagingNotificationRequested_EventCriteria_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpMessagingNotificationRequested_EventCriteria);
51078 
51079     for (i_org_csapi_mmm_TpMessagingNotificationRequested_EventCriteria=0; i_org_csapi_mmm_TpMessagingNotificationRequested_EventCriteria < u_octet4_loop_org_csapi_mmm_TpMessagingNotificationRequested_EventCriteria; i_org_csapi_mmm_TpMessagingNotificationRequested_EventCriteria++) {
51080 
51081         /*  Begin union "org_csapi_mmm_TpMessagingEventCriteria"  */
51082         decode_org_csapi_mmm_TpMessagingEventCriteria_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
51083 
51084         /*  End union "org_csapi_mmm_TpMessagingEventCriteria"  */
51085     }
51086 
51087     proto_tree_add_int(tree, hf_org_csapi_mmm_TpMessagingNotificationRequested_AssignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
51088 
51089 }
51090 
51091 /* Struct = IDL:org/csapi/mmm/TpMessagingNotificationRequestedSetEntry:1.0 */
51092 static void
decode_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)51093 decode_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
51094 {
51095 
51096     /* Operation specific Variable declarations Begin */
51097     guint32   u_octet4_loop_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet;
51098     guint32   i_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet;
51099     /* Operation specific Variable declarations End */
51100 
51101     u_octet4_loop_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
51102     proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet);
51103 
51104     for (i_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet=0; i_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet < u_octet4_loop_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet; i_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet++) {
51105 
51106         /*  Begin struct "org_csapi_mmm_TpMessagingNotificationRequested"  */
51107         decode_org_csapi_mmm_TpMessagingNotificationRequested_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
51108         /*  End struct "org_csapi_mmm_TpMessagingNotificationRequested"  */
51109     }
51110 
51111     proto_tree_add_boolean(tree, hf_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_Final, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
51112 
51113 }
51114 
51115 /* Struct = IDL:org/csapi/mmm/TpNewMessageArrivedInfo:1.0 */
51116 static void
decode_org_csapi_mmm_TpNewMessageArrivedInfo_st(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,proto_item * item _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)51117 decode_org_csapi_mmm_TpNewMessageArrivedInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
51118 {
51119 
51120     /* Operation specific Variable declarations Begin */
51121     guint32   u_octet4_loop_org_csapi_mmm_TpNewMessageArrivedInfo_DestinationAddressSet;
51122     guint32   i_org_csapi_mmm_TpNewMessageArrivedInfo_DestinationAddressSet;
51123     guint32   u_octet4_loop_org_csapi_mmm_TpNewMessageArrivedInfo_Message;
51124     guint32   i_org_csapi_mmm_TpNewMessageArrivedInfo_Message;
51125     guint32   u_octet4_loop_org_csapi_mmm_TpNewMessageArrivedInfo_Headers;
51126     guint32   i_org_csapi_mmm_TpNewMessageArrivedInfo_Headers;
51127     /* Operation specific Variable declarations End */
51128 
51129     /*  Begin struct "org_csapi_TpAddress"  */
51130     decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
51131     /*  End struct "org_csapi_TpAddress"  */
51132     u_octet4_loop_org_csapi_mmm_TpNewMessageArrivedInfo_DestinationAddressSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
51133     proto_tree_add_uint(tree, hf_org_csapi_mmm_TpNewMessageArrivedInfo_DestinationAddressSet_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpNewMessageArrivedInfo_DestinationAddressSet);
51134 
51135     for (i_org_csapi_mmm_TpNewMessageArrivedInfo_DestinationAddressSet=0; i_org_csapi_mmm_TpNewMessageArrivedInfo_DestinationAddressSet < u_octet4_loop_org_csapi_mmm_TpNewMessageArrivedInfo_DestinationAddressSet; i_org_csapi_mmm_TpNewMessageArrivedInfo_DestinationAddressSet++) {
51136 
51137         /*  Begin struct "org_csapi_TpAddress"  */
51138         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
51139         /*  End struct "org_csapi_TpAddress"  */
51140     }
51141 
51142     u_octet4_loop_org_csapi_mmm_TpNewMessageArrivedInfo_Message = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
51143     proto_tree_add_uint(tree, hf_org_csapi_mmm_TpNewMessageArrivedInfo_Message_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpNewMessageArrivedInfo_Message);
51144 
51145     for (i_org_csapi_mmm_TpNewMessageArrivedInfo_Message=0; i_org_csapi_mmm_TpNewMessageArrivedInfo_Message < u_octet4_loop_org_csapi_mmm_TpNewMessageArrivedInfo_Message; i_org_csapi_mmm_TpNewMessageArrivedInfo_Message++) {
51146 
51147         proto_tree_add_uint(tree, hf_org_csapi_mmm_TpNewMessageArrivedInfo_Message, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
51148 
51149     }
51150 
51151     u_octet4_loop_org_csapi_mmm_TpNewMessageArrivedInfo_Headers = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
51152     proto_tree_add_uint(tree, hf_org_csapi_mmm_TpNewMessageArrivedInfo_Headers_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpNewMessageArrivedInfo_Headers);
51153 
51154     for (i_org_csapi_mmm_TpNewMessageArrivedInfo_Headers=0; i_org_csapi_mmm_TpNewMessageArrivedInfo_Headers < u_octet4_loop_org_csapi_mmm_TpNewMessageArrivedInfo_Headers; i_org_csapi_mmm_TpNewMessageArrivedInfo_Headers++) {
51155 
51156         /*  Begin union "org_csapi_mmm_TpMessageHeaderField"  */
51157         decode_org_csapi_mmm_TpMessageHeaderField_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
51158 
51159         /*  End union "org_csapi_mmm_TpMessageHeaderField"  */
51160     }
51161 
51162     /*  Begin struct "org_csapi_mmm_TpMultiMediaMessagingIdentifier"  */
51163     decode_org_csapi_mmm_TpMultiMediaMessagingIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
51164     /*  End struct "org_csapi_mmm_TpMultiMediaMessagingIdentifier"  */
51165 }
51166 
51167 /* Union = IDL:org/csapi/TpAoCOrder:1.0 */
51168 static void
decode_org_csapi_TpAoCOrder_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)51169 decode_org_csapi_TpAoCOrder_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
51170 {
51171     proto_item* item = NULL;
51172 
51173     /* Operation specific Variable declarations Begin */
51174     guint32   u_octet4;
51175     gint32    disc_s_TpAoCOrder;
51176     /* Operation specific Variable declarations End */
51177 
51178     /*
51179      * IDL Union Start - IDL:org/csapi/TpAoCOrder:1.0
51180      */
51181 
51182     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
51183     proto_tree_add_uint(tree, hf_org_csapi_TpAoCOrder_TpAoCOrder, tvb, *offset-4, 4, u_octet4);
51184 
51185     /*
51186      * IDL Union - Discriminant - IDL:org/csapi/TpCallAoCOrderCategory:1.0
51187      */
51188 
51189     disc_s_TpAoCOrder = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
51190 
51191     if (disc_s_TpAoCOrder == 0 ) {
51192 
51193         /*  Begin struct "org_csapi_TpChargeAdviceInfo"  */
51194         decode_org_csapi_TpChargeAdviceInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
51195         /*  End struct "org_csapi_TpChargeAdviceInfo"  */
51196         return;     /* End Compare for this discriminant type */
51197     }
51198 
51199     if (disc_s_TpAoCOrder == 1 ) {
51200 
51201         /*  Begin struct "org_csapi_TpChargePerTime"  */
51202         decode_org_csapi_TpChargePerTime_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
51203         /*  End struct "org_csapi_TpChargePerTime"  */
51204         return;     /* End Compare for this discriminant type */
51205     }
51206 
51207     if (disc_s_TpAoCOrder == 2 ) {
51208 
51209         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_TpAoCOrder_NetworkCharge);
51210 
51211         return;     /* End Compare for this discriminant type */
51212     }
51213 
51214 }
51215 
51216 /* Union = IDL:org/csapi/TpSimpleAttributeValue:1.0 */
51217 static void
decode_org_csapi_TpSimpleAttributeValue_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)51218 decode_org_csapi_TpSimpleAttributeValue_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
51219 {
51220 
51221     /* Operation specific Variable declarations Begin */
51222     guint32   u_octet4;
51223     gint32    disc_s_TpSimpleAttributeValue;
51224     gint8     s_octet1;
51225     const gchar   *seq = NULL;
51226     /* Operation specific Variable declarations End */
51227 
51228     /*
51229      * IDL Union Start - IDL:org/csapi/TpSimpleAttributeValue:1.0
51230      */
51231 
51232     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
51233     proto_tree_add_uint(tree, hf_org_csapi_TpSimpleAttributeValue_TpSimpleAttributeValue, tvb, *offset-4, 4, u_octet4);
51234 
51235     /*
51236      * IDL Union - Discriminant - IDL:org/csapi/TpSimpleAttributeTypeInfo:1.0
51237      */
51238 
51239     disc_s_TpSimpleAttributeValue = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
51240 
51241     if (disc_s_TpSimpleAttributeValue == 0 ) {
51242 
51243         proto_tree_add_boolean(tree, hf_org_csapi_TpSimpleAttributeValue_BooleanValue, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
51244 
51245         return;     /* End Compare for this discriminant type */
51246     }
51247 
51248     if (disc_s_TpSimpleAttributeValue == 1 ) {
51249 
51250         proto_tree_add_uint(tree, hf_org_csapi_TpSimpleAttributeValue_OctetValue, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
51251 
51252         return;     /* End Compare for this discriminant type */
51253     }
51254 
51255     if (disc_s_TpSimpleAttributeValue == 2 ) {
51256 
51257         proto_tree_add_uint(tree, hf_org_csapi_TpSimpleAttributeValue_CharValue, tvb, *offset-1, 1, get_CDR_char(tvb,offset));
51258 
51259         return;     /* End Compare for this discriminant type */
51260     }
51261 
51262     if (disc_s_TpSimpleAttributeValue == 3 ) {
51263 
51264         s_octet1 = get_CDR_wchar(tvb, &seq, offset, header);
51265         if (tree) {
51266             if (s_octet1 > 0)
51267                 proto_tree_add_uint(tree, hf_org_csapi_TpSimpleAttributeValue_WCharValue_len, tvb, *offset-1-s_octet1, 1, s_octet1);
51268 
51269             if (s_octet1 < 0)
51270                 s_octet1 = -s_octet1;
51271 
51272             if (s_octet1 > 0)
51273                 proto_tree_add_string(tree, hf_org_csapi_TpSimpleAttributeValue_WCharValue, tvb, *offset-s_octet1, s_octet1, seq);
51274         }
51275 
51276         return;     /* End Compare for this discriminant type */
51277     }
51278 
51279     if (disc_s_TpSimpleAttributeValue == 4 ) {
51280 
51281         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_TpSimpleAttributeValue_StringValue);
51282 
51283         return;     /* End Compare for this discriminant type */
51284     }
51285 
51286     if (disc_s_TpSimpleAttributeValue == 5 ) {
51287 
51288         u_octet4 = get_CDR_wstring(tvb, &seq, offset, stream_is_big_endian, boundary, header);
51289         proto_tree_add_string(tree, hf_org_csapi_TpSimpleAttributeValue_WStringValue, tvb, *offset-u_octet4, u_octet4, (u_octet4 > 0) ? seq : "");
51290 
51291         return;     /* End Compare for this discriminant type */
51292     }
51293 
51294     if (disc_s_TpSimpleAttributeValue == 6 ) {
51295 
51296         proto_tree_add_int(tree, hf_org_csapi_TpSimpleAttributeValue_Int16Value, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
51297 
51298         return;     /* End Compare for this discriminant type */
51299     }
51300 
51301     if (disc_s_TpSimpleAttributeValue == 7 ) {
51302 
51303         proto_tree_add_uint(tree, hf_org_csapi_TpSimpleAttributeValue_UnsignedInt16Value, tvb, *offset-2, 2, get_CDR_ushort(tvb,offset,stream_is_big_endian, boundary));
51304 
51305         return;     /* End Compare for this discriminant type */
51306     }
51307 
51308     if (disc_s_TpSimpleAttributeValue == 8 ) {
51309 
51310         proto_tree_add_int(tree, hf_org_csapi_TpSimpleAttributeValue_Int32Value, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
51311 
51312         return;     /* End Compare for this discriminant type */
51313     }
51314 
51315     if (disc_s_TpSimpleAttributeValue == 9 ) {
51316 
51317         proto_tree_add_uint(tree, hf_org_csapi_TpSimpleAttributeValue_UnsignedInt32Value, tvb, *offset-4, 4, get_CDR_ulong(tvb,offset,stream_is_big_endian, boundary));
51318 
51319         return;     /* End Compare for this discriminant type */
51320     }
51321 
51322     if (disc_s_TpSimpleAttributeValue == 10 ) {
51323 
51324         proto_tree_add_int64(tree, hf_org_csapi_TpSimpleAttributeValue_Int64Value, tvb, *offset-8, 8, get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary));
51325 
51326         return;     /* End Compare for this discriminant type */
51327     }
51328 
51329     if (disc_s_TpSimpleAttributeValue == 11 ) {
51330 
51331         proto_tree_add_uint64(tree, hf_org_csapi_TpSimpleAttributeValue_UnsignedInt64Value, tvb, *offset-8, 8, get_CDR_ulong_long(tvb,offset,stream_is_big_endian, boundary));
51332 
51333         return;     /* End Compare for this discriminant type */
51334     }
51335 
51336     if (disc_s_TpSimpleAttributeValue == 12 ) {
51337 
51338         proto_tree_add_float(tree, hf_org_csapi_TpSimpleAttributeValue_FloatValue, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
51339 
51340         return;     /* End Compare for this discriminant type */
51341     }
51342 
51343     if (disc_s_TpSimpleAttributeValue == 13 ) {
51344 
51345         proto_tree_add_double(tree, hf_org_csapi_TpSimpleAttributeValue_DoubleValue, tvb, *offset-8, 8, get_CDR_double(tvb,offset,stream_is_big_endian, boundary));
51346 
51347         return;     /* End Compare for this discriminant type */
51348     }
51349 
51350 }
51351 
51352 /* Union = IDL:org/csapi/TpAttributeValue:1.0 */
51353 static void
decode_org_csapi_TpAttributeValue_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)51354 decode_org_csapi_TpAttributeValue_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
51355 {
51356     proto_item* item = NULL;
51357 
51358     /* Operation specific Variable declarations Begin */
51359     guint32   u_octet4;
51360     gint32    disc_s_TpAttributeValue;
51361     /* Operation specific Variable declarations End */
51362 
51363     /*
51364      * IDL Union Start - IDL:org/csapi/TpAttributeValue:1.0
51365      */
51366 
51367     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
51368     proto_tree_add_uint(tree, hf_org_csapi_TpAttributeValue_TpAttributeValue, tvb, *offset-4, 4, u_octet4);
51369 
51370     /*
51371      * IDL Union - Discriminant - IDL:org/csapi/TpAttributeTagInfo:1.0
51372      */
51373 
51374     disc_s_TpAttributeValue = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
51375 
51376     if (disc_s_TpAttributeValue == 0 ) {
51377 
51378         /*  Begin union "org_csapi_TpSimpleAttributeValue"  */
51379         decode_org_csapi_TpSimpleAttributeValue_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
51380 
51381         /*  End union "org_csapi_TpSimpleAttributeValue"  */
51382         return;     /* End Compare for this discriminant type */
51383     }
51384 
51385     if (disc_s_TpAttributeValue == 1 ) {
51386 
51387         /*  Begin struct "org_csapi_TpStructuredAttributeValue"  */
51388         decode_org_csapi_TpStructuredAttributeValue_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
51389         /*  End struct "org_csapi_TpStructuredAttributeValue"  */
51390         return;     /* End Compare for this discriminant type */
51391     }
51392 
51393     if (disc_s_TpAttributeValue == 2 ) {
51394 
51395         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_TpAttributeValue_XMLValue);
51396 
51397         return;     /* End Compare for this discriminant type */
51398     }
51399 
51400 }
51401 
51402 /* Union = IDL:org/csapi/fw/TpFwEventCriteria:1.0 */
51403 static void
decode_org_csapi_fw_TpFwEventCriteria_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)51404 decode_org_csapi_fw_TpFwEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
51405 {
51406 
51407     /* Operation specific Variable declarations Begin */
51408     guint32   u_octet4;
51409     gint32    disc_s_TpFwEventCriteria;
51410     guint32   u_octet4_loop_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList;
51411     guint32   i_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList;
51412     guint32   u_octet4_loop_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList;
51413     guint32   i_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList;
51414     guint32   u_octet4_loop_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList;
51415     guint32   i_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList;
51416     guint32   u_octet4_loop_org_csapi_fw_TpFwEventCriteria_SessionCreatedList;
51417     guint32   i_org_csapi_fw_TpFwEventCriteria_SessionCreatedList;
51418     guint32   u_octet4_loop_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList;
51419     guint32   i_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList;
51420     guint32   u_octet4_loop_org_csapi_fw_TpFwEventCriteria_AgreementSignedList;
51421     guint32   i_org_csapi_fw_TpFwEventCriteria_AgreementSignedList;
51422     guint32   u_octet4_loop_org_csapi_fw_TpFwEventCriteria_AgreementEndedList;
51423     guint32   i_org_csapi_fw_TpFwEventCriteria_AgreementEndedList;
51424     /* Operation specific Variable declarations End */
51425 
51426     /*
51427      * IDL Union Start - IDL:org/csapi/fw/TpFwEventCriteria:1.0
51428      */
51429 
51430     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
51431     proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventCriteria_TpFwEventCriteria, tvb, *offset-4, 4, u_octet4);
51432 
51433     /*
51434      * IDL Union - Discriminant - IDL:org/csapi/fw/TpFwEventName:1.0
51435      */
51436 
51437     disc_s_TpFwEventCriteria = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
51438 
51439     if (disc_s_TpFwEventCriteria == 0 ) {
51440 
51441         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpFwEventCriteria_EventNameUndefined);
51442 
51443         return;     /* End Compare for this discriminant type */
51444     }
51445 
51446     if (disc_s_TpFwEventCriteria == 1 ) {
51447 
51448         u_octet4_loop_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
51449         proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList);
51450 
51451         for (i_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList=0; i_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList < u_octet4_loop_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList; i_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList++) {
51452 
51453             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList);
51454 
51455         }
51456 
51457         return;     /* End Compare for this discriminant type */
51458     }
51459 
51460     if (disc_s_TpFwEventCriteria == 2 ) {
51461 
51462         u_octet4_loop_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
51463         proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList);
51464 
51465         for (i_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList=0; i_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList < u_octet4_loop_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList; i_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList++) {
51466 
51467             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList);
51468 
51469         }
51470 
51471         return;     /* End Compare for this discriminant type */
51472     }
51473 
51474     if (disc_s_TpFwEventCriteria == 3 ) {
51475 
51476         u_octet4_loop_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
51477         proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList);
51478 
51479         for (i_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList=0; i_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList < u_octet4_loop_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList; i_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList++) {
51480 
51481             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList);
51482 
51483         }
51484 
51485         return;     /* End Compare for this discriminant type */
51486     }
51487 
51488     if (disc_s_TpFwEventCriteria == 4 ) {
51489 
51490         u_octet4_loop_org_csapi_fw_TpFwEventCriteria_SessionCreatedList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
51491         proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventCriteria_SessionCreatedList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventCriteria_SessionCreatedList);
51492 
51493         for (i_org_csapi_fw_TpFwEventCriteria_SessionCreatedList=0; i_org_csapi_fw_TpFwEventCriteria_SessionCreatedList < u_octet4_loop_org_csapi_fw_TpFwEventCriteria_SessionCreatedList; i_org_csapi_fw_TpFwEventCriteria_SessionCreatedList++) {
51494 
51495             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpFwEventCriteria_SessionCreatedList);
51496 
51497         }
51498 
51499         return;     /* End Compare for this discriminant type */
51500     }
51501 
51502     if (disc_s_TpFwEventCriteria == 5 ) {
51503 
51504         u_octet4_loop_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
51505         proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList);
51506 
51507         for (i_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList=0; i_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList < u_octet4_loop_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList; i_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList++) {
51508 
51509             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList);
51510 
51511         }
51512 
51513         return;     /* End Compare for this discriminant type */
51514     }
51515 
51516     if (disc_s_TpFwEventCriteria == 6 ) {
51517 
51518         u_octet4_loop_org_csapi_fw_TpFwEventCriteria_AgreementSignedList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
51519         proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventCriteria_AgreementSignedList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventCriteria_AgreementSignedList);
51520 
51521         for (i_org_csapi_fw_TpFwEventCriteria_AgreementSignedList=0; i_org_csapi_fw_TpFwEventCriteria_AgreementSignedList < u_octet4_loop_org_csapi_fw_TpFwEventCriteria_AgreementSignedList; i_org_csapi_fw_TpFwEventCriteria_AgreementSignedList++) {
51522 
51523             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpFwEventCriteria_AgreementSignedList);
51524 
51525         }
51526 
51527         return;     /* End Compare for this discriminant type */
51528     }
51529 
51530     if (disc_s_TpFwEventCriteria == 7 ) {
51531 
51532         u_octet4_loop_org_csapi_fw_TpFwEventCriteria_AgreementEndedList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
51533         proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventCriteria_AgreementEndedList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventCriteria_AgreementEndedList);
51534 
51535         for (i_org_csapi_fw_TpFwEventCriteria_AgreementEndedList=0; i_org_csapi_fw_TpFwEventCriteria_AgreementEndedList < u_octet4_loop_org_csapi_fw_TpFwEventCriteria_AgreementEndedList; i_org_csapi_fw_TpFwEventCriteria_AgreementEndedList++) {
51536 
51537             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpFwEventCriteria_AgreementEndedList);
51538 
51539         }
51540 
51541         return;     /* End Compare for this discriminant type */
51542     }
51543 
51544 }
51545 
51546 /* Union = IDL:org/csapi/fw/TpLoadStatisticEntityID:1.0 */
51547 static void
decode_org_csapi_fw_TpLoadStatisticEntityID_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)51548 decode_org_csapi_fw_TpLoadStatisticEntityID_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
51549 {
51550 
51551     /* Operation specific Variable declarations Begin */
51552     guint32   u_octet4;
51553     gint32    disc_s_TpLoadStatisticEntityID;
51554     /* Operation specific Variable declarations End */
51555 
51556     /*
51557      * IDL Union Start - IDL:org/csapi/fw/TpLoadStatisticEntityID:1.0
51558      */
51559 
51560     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
51561     proto_tree_add_uint(tree, hf_org_csapi_fw_TpLoadStatisticEntityID_TpLoadStatisticEntityID, tvb, *offset-4, 4, u_octet4);
51562 
51563     /*
51564      * IDL Union - Discriminant - IDL:org/csapi/fw/TpLoadStatisticEntityType:1.0
51565      */
51566 
51567     disc_s_TpLoadStatisticEntityID = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
51568 
51569     if (disc_s_TpLoadStatisticEntityID == 0 ) {
51570 
51571         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpLoadStatisticEntityID_FrameworkID);
51572 
51573         return;     /* End Compare for this discriminant type */
51574     }
51575 
51576     if (disc_s_TpLoadStatisticEntityID == 1 ) {
51577 
51578         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpLoadStatisticEntityID_ServiceID);
51579 
51580         return;     /* End Compare for this discriminant type */
51581     }
51582 
51583     if (disc_s_TpLoadStatisticEntityID == 2 ) {
51584 
51585         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpLoadStatisticEntityID_ClientAppID);
51586 
51587         return;     /* End Compare for this discriminant type */
51588     }
51589 
51590 }
51591 
51592 /* Union = IDL:org/csapi/fw/TpLoadStatisticInfo:1.0 */
51593 static void
decode_org_csapi_fw_TpLoadStatisticInfo_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)51594 decode_org_csapi_fw_TpLoadStatisticInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
51595 {
51596     proto_item* item = NULL;
51597 
51598     /* Operation specific Variable declarations Begin */
51599     guint32   u_octet4;
51600     gint32    disc_s_TpLoadStatisticInfo;
51601     /* Operation specific Variable declarations End */
51602 
51603     /*
51604      * IDL Union Start - IDL:org/csapi/fw/TpLoadStatisticInfo:1.0
51605      */
51606 
51607     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
51608     proto_tree_add_uint(tree, hf_org_csapi_fw_TpLoadStatisticInfo_TpLoadStatisticInfo, tvb, *offset-4, 4, u_octet4);
51609 
51610     /*
51611      * IDL Union - Discriminant - IDL:org/csapi/fw/TpLoadStatisticInfoType:1.0
51612      */
51613 
51614     disc_s_TpLoadStatisticInfo = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
51615 
51616     if (disc_s_TpLoadStatisticInfo == 0 ) {
51617 
51618         /*  Begin struct "org_csapi_fw_TpLoadStatisticData"  */
51619         decode_org_csapi_fw_TpLoadStatisticData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
51620         /*  End struct "org_csapi_fw_TpLoadStatisticData"  */
51621         return;     /* End Compare for this discriminant type */
51622     }
51623 
51624     if (disc_s_TpLoadStatisticInfo == 1 ) {
51625 
51626         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
51627         proto_tree_add_uint(tree, hf_org_csapi_fw_TpLoadStatisticInfo_LoadStatisticError, tvb, *offset-4, 4, u_octet4);
51628 
51629         return;     /* End Compare for this discriminant type */
51630     }
51631 
51632 }
51633 
51634 /* Union = IDL:org/csapi/fw/TpDomainID:1.0 */
51635 static void
decode_org_csapi_fw_TpDomainID_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)51636 decode_org_csapi_fw_TpDomainID_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
51637 {
51638 
51639     /* Operation specific Variable declarations Begin */
51640     guint32   u_octet4;
51641     gint32    disc_s_TpDomainID;
51642     /* Operation specific Variable declarations End */
51643 
51644     /*
51645      * IDL Union Start - IDL:org/csapi/fw/TpDomainID:1.0
51646      */
51647 
51648     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
51649     proto_tree_add_uint(tree, hf_org_csapi_fw_TpDomainID_TpDomainID, tvb, *offset-4, 4, u_octet4);
51650 
51651     /*
51652      * IDL Union - Discriminant - IDL:org/csapi/fw/TpDomainIDType:1.0
51653      */
51654 
51655     disc_s_TpDomainID = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
51656 
51657     if (disc_s_TpDomainID == 0 ) {
51658 
51659         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpDomainID_FwID);
51660 
51661         return;     /* End Compare for this discriminant type */
51662     }
51663 
51664     if (disc_s_TpDomainID == 1 ) {
51665 
51666         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpDomainID_ClientAppID);
51667 
51668         return;     /* End Compare for this discriminant type */
51669     }
51670 
51671     if (disc_s_TpDomainID == 2 ) {
51672 
51673         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpDomainID_EntOpID);
51674 
51675         return;     /* End Compare for this discriminant type */
51676     }
51677 
51678     if (disc_s_TpDomainID == 3 ) {
51679 
51680         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpDomainID_ServiceID);
51681 
51682         return;     /* End Compare for this discriminant type */
51683     }
51684 
51685     if (disc_s_TpDomainID == 4 ) {
51686 
51687         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpDomainID_ServiceSupplierID);
51688 
51689         return;     /* End Compare for this discriminant type */
51690     }
51691 
51692 }
51693 
51694 /* Union = IDL:org/csapi/fw/TpMigrationAdditionalInfo:1.0 */
51695 static void
decode_org_csapi_fw_TpMigrationAdditionalInfo_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)51696 decode_org_csapi_fw_TpMigrationAdditionalInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
51697 {
51698 
51699     /* Operation specific Variable declarations Begin */
51700     guint32   u_octet4;
51701     /* Operation specific Variable declarations End */
51702 
51703     /*
51704      * IDL Union Start - IDL:org/csapi/fw/TpMigrationAdditionalInfo:1.0
51705      */
51706 
51707     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
51708     proto_tree_add_uint(tree, hf_org_csapi_fw_TpMigrationAdditionalInfo_TpMigrationAdditionalInfo, tvb, *offset-4, 4, u_octet4);
51709 
51710     /*
51711      * IDL Union - Discriminant - IDL:org/csapi/fw/TpMigrationAdditionalInfoType:1.0
51712      */
51713 
51714 
51715     /* Default Union Case Start */
51716 
51717     proto_tree_add_int(tree, hf_org_csapi_fw_TpMigrationAdditionalInfo_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
51718 
51719     /* Default Union Case End */
51720 
51721 }
51722 
51723 /* Union = IDL:org/csapi/fw/TpFwEventInfo:1.0 */
51724 static void
decode_org_csapi_fw_TpFwEventInfo_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)51725 decode_org_csapi_fw_TpFwEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
51726 {
51727     proto_item* item = NULL;
51728 
51729     /* Operation specific Variable declarations Begin */
51730     guint32   u_octet4;
51731     gint32    disc_s_TpFwEventInfo;
51732     guint32   u_octet4_loop_org_csapi_fw_TpFwEventInfo_ServiceIDList;
51733     guint32   i_org_csapi_fw_TpFwEventInfo_ServiceIDList;
51734     guint32   u_octet4_loop_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList;
51735     guint32   i_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList;
51736     /* Operation specific Variable declarations End */
51737 
51738     /*
51739      * IDL Union Start - IDL:org/csapi/fw/TpFwEventInfo:1.0
51740      */
51741 
51742     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
51743     proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventInfo_TpFwEventInfo, tvb, *offset-4, 4, u_octet4);
51744 
51745     /*
51746      * IDL Union - Discriminant - IDL:org/csapi/fw/TpFwEventName:1.0
51747      */
51748 
51749     disc_s_TpFwEventInfo = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
51750 
51751     if (disc_s_TpFwEventInfo == 0 ) {
51752 
51753         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpFwEventInfo_EventNameUndefined);
51754 
51755         return;     /* End Compare for this discriminant type */
51756     }
51757 
51758     if (disc_s_TpFwEventInfo == 1 ) {
51759 
51760         u_octet4_loop_org_csapi_fw_TpFwEventInfo_ServiceIDList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
51761         proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventInfo_ServiceIDList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventInfo_ServiceIDList);
51762 
51763         for (i_org_csapi_fw_TpFwEventInfo_ServiceIDList=0; i_org_csapi_fw_TpFwEventInfo_ServiceIDList < u_octet4_loop_org_csapi_fw_TpFwEventInfo_ServiceIDList; i_org_csapi_fw_TpFwEventInfo_ServiceIDList++) {
51764 
51765             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpFwEventInfo_ServiceIDList);
51766 
51767         }
51768 
51769         return;     /* End Compare for this discriminant type */
51770     }
51771 
51772     if (disc_s_TpFwEventInfo == 2 ) {
51773 
51774         u_octet4_loop_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
51775         proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList);
51776 
51777         for (i_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList=0; i_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList < u_octet4_loop_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList; i_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList++) {
51778 
51779             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList);
51780 
51781         }
51782 
51783         return;     /* End Compare for this discriminant type */
51784     }
51785 
51786     if (disc_s_TpFwEventInfo == 3 ) {
51787 
51788         /*  Begin struct "org_csapi_fw_TpFwMigrationServiceAvailableInfo"  */
51789         decode_org_csapi_fw_TpFwMigrationServiceAvailableInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
51790         /*  End struct "org_csapi_fw_TpFwMigrationServiceAvailableInfo"  */
51791         return;     /* End Compare for this discriminant type */
51792     }
51793 
51794     if (disc_s_TpFwEventInfo == 4 ) {
51795 
51796         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpFwEventInfo_AppSessionCreated);
51797 
51798         return;     /* End Compare for this discriminant type */
51799     }
51800 
51801     if (disc_s_TpFwEventInfo == 5 ) {
51802 
51803         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpFwEventInfo_AppSessionTerminated);
51804 
51805         return;     /* End Compare for this discriminant type */
51806     }
51807 
51808     if (disc_s_TpFwEventInfo == 6 ) {
51809 
51810         /*  Begin struct "org_csapi_fw_TpFwAgreementInfo"  */
51811         decode_org_csapi_fw_TpFwAgreementInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
51812         /*  End struct "org_csapi_fw_TpFwAgreementInfo"  */
51813         return;     /* End Compare for this discriminant type */
51814     }
51815 
51816     if (disc_s_TpFwEventInfo == 7 ) {
51817 
51818         /*  Begin struct "org_csapi_fw_TpFwAgreementInfo"  */
51819         decode_org_csapi_fw_TpFwAgreementInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
51820         /*  End struct "org_csapi_fw_TpFwAgreementInfo"  */
51821         return;     /* End Compare for this discriminant type */
51822     }
51823 
51824 }
51825 
51826 /* Union = IDL:org/csapi/ui/TpUIVariableInfo:1.0 */
51827 static void
decode_org_csapi_ui_TpUIVariableInfo_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)51828 decode_org_csapi_ui_TpUIVariableInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
51829 {
51830 
51831     /* Operation specific Variable declarations Begin */
51832     guint32   u_octet4;
51833     gint32    disc_s_TpUIVariableInfo;
51834     /* Operation specific Variable declarations End */
51835 
51836     /*
51837      * IDL Union Start - IDL:org/csapi/ui/TpUIVariableInfo:1.0
51838      */
51839 
51840     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
51841     proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIVariableInfo_TpUIVariableInfo, tvb, *offset-4, 4, u_octet4);
51842 
51843     /*
51844      * IDL Union - Discriminant - IDL:org/csapi/ui/TpUIVariablePartType:1.0
51845      */
51846 
51847     disc_s_TpUIVariableInfo = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
51848 
51849     if (disc_s_TpUIVariableInfo == 0 ) {
51850 
51851         proto_tree_add_int(tree, hf_org_csapi_ui_TpUIVariableInfo_VariablePartInteger, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
51852 
51853         return;     /* End Compare for this discriminant type */
51854     }
51855 
51856     if (disc_s_TpUIVariableInfo == 1 ) {
51857 
51858         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_TpUIVariableInfo_VariablePartAddress);
51859 
51860         return;     /* End Compare for this discriminant type */
51861     }
51862 
51863     if (disc_s_TpUIVariableInfo == 2 ) {
51864 
51865         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_TpUIVariableInfo_VariablePartTime);
51866 
51867         return;     /* End Compare for this discriminant type */
51868     }
51869 
51870     if (disc_s_TpUIVariableInfo == 3 ) {
51871 
51872         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_TpUIVariableInfo_VariablePartDate);
51873 
51874         return;     /* End Compare for this discriminant type */
51875     }
51876 
51877     if (disc_s_TpUIVariableInfo == 4 ) {
51878 
51879         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_TpUIVariableInfo_VariablePartPrice);
51880 
51881         return;     /* End Compare for this discriminant type */
51882     }
51883 
51884 }
51885 
51886 /* Union = IDL:org/csapi/ui/TpUIInfo:1.0 */
51887 static void
decode_org_csapi_ui_TpUIInfo_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)51888 decode_org_csapi_ui_TpUIInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
51889 {
51890     proto_item* item = NULL;
51891 
51892     /* Operation specific Variable declarations Begin */
51893     guint32   u_octet4;
51894     gint32    disc_s_TpUIInfo;
51895     guint32   u_octet4_loop_org_csapi_ui_TpUIInfo_InfoBinData;
51896     guint32   i_org_csapi_ui_TpUIInfo_InfoBinData;
51897     guint32   u_octet4_loop_org_csapi_ui_TpUIInfo_InfoMimeData;
51898     guint32   i_org_csapi_ui_TpUIInfo_InfoMimeData;
51899     guint32   u_octet4_loop_org_csapi_ui_TpUIInfo_InfoWaveData;
51900     guint32   i_org_csapi_ui_TpUIInfo_InfoWaveData;
51901     guint32   u_octet4_loop_org_csapi_ui_TpUIInfo_InfoAuData;
51902     guint32   i_org_csapi_ui_TpUIInfo_InfoAuData;
51903     /* Operation specific Variable declarations End */
51904 
51905     /*
51906      * IDL Union Start - IDL:org/csapi/ui/TpUIInfo:1.0
51907      */
51908 
51909     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
51910     proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIInfo_TpUIInfo, tvb, *offset-4, 4, u_octet4);
51911 
51912     /*
51913      * IDL Union - Discriminant - IDL:org/csapi/ui/TpUIInfoType:1.0
51914      */
51915 
51916     disc_s_TpUIInfo = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
51917 
51918     if (disc_s_TpUIInfo == 0 ) {
51919 
51920         proto_tree_add_int(tree, hf_org_csapi_ui_TpUIInfo_InfoID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
51921 
51922         return;     /* End Compare for this discriminant type */
51923     }
51924 
51925     if (disc_s_TpUIInfo == 1 ) {
51926 
51927         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_TpUIInfo_InfoData);
51928 
51929         return;     /* End Compare for this discriminant type */
51930     }
51931 
51932     if (disc_s_TpUIInfo == 2 ) {
51933 
51934         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_TpUIInfo_InfoAddress);
51935 
51936         return;     /* End Compare for this discriminant type */
51937     }
51938 
51939     if (disc_s_TpUIInfo == 3 ) {
51940 
51941         u_octet4_loop_org_csapi_ui_TpUIInfo_InfoBinData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
51942         proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIInfo_InfoBinData_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_TpUIInfo_InfoBinData);
51943 
51944         for (i_org_csapi_ui_TpUIInfo_InfoBinData=0; i_org_csapi_ui_TpUIInfo_InfoBinData < u_octet4_loop_org_csapi_ui_TpUIInfo_InfoBinData; i_org_csapi_ui_TpUIInfo_InfoBinData++) {
51945 
51946             proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIInfo_InfoBinData, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
51947 
51948         }
51949 
51950         return;     /* End Compare for this discriminant type */
51951     }
51952 
51953     if (disc_s_TpUIInfo == 4 ) {
51954 
51955         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_TpUIInfo_InfoUUEncData);
51956 
51957         return;     /* End Compare for this discriminant type */
51958     }
51959 
51960     if (disc_s_TpUIInfo == 5 ) {
51961 
51962         u_octet4_loop_org_csapi_ui_TpUIInfo_InfoMimeData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
51963         proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIInfo_InfoMimeData_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_TpUIInfo_InfoMimeData);
51964 
51965         for (i_org_csapi_ui_TpUIInfo_InfoMimeData=0; i_org_csapi_ui_TpUIInfo_InfoMimeData < u_octet4_loop_org_csapi_ui_TpUIInfo_InfoMimeData; i_org_csapi_ui_TpUIInfo_InfoMimeData++) {
51966 
51967             proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIInfo_InfoMimeData, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
51968 
51969         }
51970 
51971         return;     /* End Compare for this discriminant type */
51972     }
51973 
51974     if (disc_s_TpUIInfo == 6 ) {
51975 
51976         u_octet4_loop_org_csapi_ui_TpUIInfo_InfoWaveData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
51977         proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIInfo_InfoWaveData_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_TpUIInfo_InfoWaveData);
51978 
51979         for (i_org_csapi_ui_TpUIInfo_InfoWaveData=0; i_org_csapi_ui_TpUIInfo_InfoWaveData < u_octet4_loop_org_csapi_ui_TpUIInfo_InfoWaveData; i_org_csapi_ui_TpUIInfo_InfoWaveData++) {
51980 
51981             proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIInfo_InfoWaveData, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
51982 
51983         }
51984 
51985         return;     /* End Compare for this discriminant type */
51986     }
51987 
51988     if (disc_s_TpUIInfo == 7 ) {
51989 
51990         u_octet4_loop_org_csapi_ui_TpUIInfo_InfoAuData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
51991         proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIInfo_InfoAuData_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_TpUIInfo_InfoAuData);
51992 
51993         for (i_org_csapi_ui_TpUIInfo_InfoAuData=0; i_org_csapi_ui_TpUIInfo_InfoAuData < u_octet4_loop_org_csapi_ui_TpUIInfo_InfoAuData; i_org_csapi_ui_TpUIInfo_InfoAuData++) {
51994 
51995             proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIInfo_InfoAuData, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
51996 
51997         }
51998 
51999         return;     /* End Compare for this discriminant type */
52000     }
52001 
52002     if (disc_s_TpUIInfo == 8 ) {
52003 
52004         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_TpUIInfo_InfoVXMLData);
52005 
52006         return;     /* End Compare for this discriminant type */
52007     }
52008 
52009     if (disc_s_TpUIInfo == 9 ) {
52010 
52011         /*  Begin struct "org_csapi_ui_TpUISynthesisInfoData"  */
52012         decode_org_csapi_ui_TpUISynthesisInfoData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
52013         /*  End struct "org_csapi_ui_TpUISynthesisInfoData"  */
52014         return;     /* End Compare for this discriminant type */
52015     }
52016 
52017 }
52018 
52019 /* Union = IDL:org/csapi/cc/TpCallAdditionalErrorInfo:1.0 */
52020 static void
decode_org_csapi_cc_TpCallAdditionalErrorInfo_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)52021 decode_org_csapi_cc_TpCallAdditionalErrorInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
52022 {
52023 
52024     /* Operation specific Variable declarations Begin */
52025     guint32   u_octet4;
52026     gint32    disc_s_TpCallAdditionalErrorInfo;
52027     /* Operation specific Variable declarations End */
52028 
52029     /*
52030      * IDL Union Start - IDL:org/csapi/cc/TpCallAdditionalErrorInfo:1.0
52031      */
52032 
52033     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
52034     proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallAdditionalErrorInfo_TpCallAdditionalErrorInfo, tvb, *offset-4, 4, u_octet4);
52035 
52036     /*
52037      * IDL Union - Discriminant - IDL:org/csapi/cc/TpCallErrorType:1.0
52038      */
52039 
52040     disc_s_TpCallAdditionalErrorInfo = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
52041 
52042     if (disc_s_TpCallAdditionalErrorInfo == 1 ) {
52043 
52044         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
52045         proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallAdditionalErrorInfo_CallErrorInvalidAddress, tvb, *offset-4, 4, u_octet4);
52046 
52047         return;     /* End Compare for this discriminant type */
52048     }
52049 
52050 
52051     /* Default Union Case Start */
52052 
52053     proto_tree_add_int(tree, hf_org_csapi_cc_TpCallAdditionalErrorInfo_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
52054 
52055     /* Default Union Case End */
52056 
52057 }
52058 
52059 /* Union = IDL:org/csapi/cc/TpCallLoadControlMechanism:1.0 */
52060 static void
decode_org_csapi_cc_TpCallLoadControlMechanism_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)52061 decode_org_csapi_cc_TpCallLoadControlMechanism_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
52062 {
52063 
52064     /* Operation specific Variable declarations Begin */
52065     guint32   u_octet4;
52066     gint32    disc_s_TpCallLoadControlMechanism;
52067     /* Operation specific Variable declarations End */
52068 
52069     /*
52070      * IDL Union Start - IDL:org/csapi/cc/TpCallLoadControlMechanism:1.0
52071      */
52072 
52073     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
52074     proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallLoadControlMechanism_TpCallLoadControlMechanism, tvb, *offset-4, 4, u_octet4);
52075 
52076     /*
52077      * IDL Union - Discriminant - IDL:org/csapi/cc/TpCallLoadControlMechanismType:1.0
52078      */
52079 
52080     disc_s_TpCallLoadControlMechanism = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
52081 
52082     if (disc_s_TpCallLoadControlMechanism == 0 ) {
52083 
52084         proto_tree_add_int(tree, hf_org_csapi_cc_TpCallLoadControlMechanism_CallLoadControlPerInterval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
52085 
52086         return;     /* End Compare for this discriminant type */
52087     }
52088 
52089 }
52090 
52091 /* Union = IDL:org/csapi/cc/TpCallAdditionalTreatmentInfo:1.0 */
52092 static void
decode_org_csapi_cc_TpCallAdditionalTreatmentInfo_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)52093 decode_org_csapi_cc_TpCallAdditionalTreatmentInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
52094 {
52095 
52096     /* Operation specific Variable declarations Begin */
52097     guint32   u_octet4;
52098     gint32    disc_s_TpCallAdditionalTreatmentInfo;
52099     /* Operation specific Variable declarations End */
52100 
52101     /*
52102      * IDL Union Start - IDL:org/csapi/cc/TpCallAdditionalTreatmentInfo:1.0
52103      */
52104 
52105     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
52106     proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallAdditionalTreatmentInfo_TpCallAdditionalTreatmentInfo, tvb, *offset-4, 4, u_octet4);
52107 
52108     /*
52109      * IDL Union - Discriminant - IDL:org/csapi/cc/TpCallTreatmentType:1.0
52110      */
52111 
52112     disc_s_TpCallAdditionalTreatmentInfo = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
52113 
52114     if (disc_s_TpCallAdditionalTreatmentInfo == 2 ) {
52115 
52116         /*  Begin union "org_csapi_ui_TpUIInfo"  */
52117         decode_org_csapi_ui_TpUIInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
52118 
52119         /*  End union "org_csapi_ui_TpUIInfo"  */
52120         return;     /* End Compare for this discriminant type */
52121     }
52122 
52123 
52124     /* Default Union Case Start */
52125 
52126     proto_tree_add_int(tree, hf_org_csapi_cc_TpCallAdditionalTreatmentInfo_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
52127 
52128     /* Default Union Case End */
52129 
52130 }
52131 
52132 /* Union = IDL:org/csapi/cc/TpCallPartyToChargeAdditionalInfo:1.0 */
52133 static void
decode_org_csapi_cc_TpCallPartyToChargeAdditionalInfo_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)52134 decode_org_csapi_cc_TpCallPartyToChargeAdditionalInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
52135 {
52136     proto_item* item = NULL;
52137 
52138     /* Operation specific Variable declarations Begin */
52139     guint32   u_octet4;
52140     gint32    disc_s_TpCallPartyToChargeAdditionalInfo;
52141     /* Operation specific Variable declarations End */
52142 
52143     /*
52144      * IDL Union Start - IDL:org/csapi/cc/TpCallPartyToChargeAdditionalInfo:1.0
52145      */
52146 
52147     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
52148     proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallPartyToChargeAdditionalInfo_TpCallPartyToChargeAdditionalInfo, tvb, *offset-4, 4, u_octet4);
52149 
52150     /*
52151      * IDL Union - Discriminant - IDL:org/csapi/cc/TpCallPartyToChargeType:1.0
52152      */
52153 
52154     disc_s_TpCallPartyToChargeAdditionalInfo = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
52155 
52156     if (disc_s_TpCallPartyToChargeAdditionalInfo == 2 ) {
52157 
52158         /*  Begin struct "org_csapi_TpAddress"  */
52159         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
52160         /*  End struct "org_csapi_TpAddress"  */
52161         return;     /* End Compare for this discriminant type */
52162     }
52163 
52164 
52165     /* Default Union Case Start */
52166 
52167     proto_tree_add_int(tree, hf_org_csapi_cc_TpCallPartyToChargeAdditionalInfo_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
52168 
52169     /* Default Union Case End */
52170 
52171 }
52172 
52173 /* Union = IDL:org/csapi/cc/gccs/TpCallAppInfo:1.0 */
52174 static void
decode_org_csapi_cc_gccs_TpCallAppInfo_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)52175 decode_org_csapi_cc_gccs_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
52176 {
52177     proto_item* item = NULL;
52178 
52179     /* Operation specific Variable declarations Begin */
52180     guint32   u_octet4;
52181     gint32    disc_s_TpCallAppInfo;
52182     /* Operation specific Variable declarations End */
52183 
52184     /*
52185      * IDL Union Start - IDL:org/csapi/cc/gccs/TpCallAppInfo:1.0
52186      */
52187 
52188     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
52189     proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallAppInfo_TpCallAppInfo, tvb, *offset-4, 4, u_octet4);
52190 
52191     /*
52192      * IDL Union - Discriminant - IDL:org/csapi/cc/gccs/TpCallAppInfoType:1.0
52193      */
52194 
52195     disc_s_TpCallAppInfo = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
52196 
52197     if (disc_s_TpCallAppInfo == 1 ) {
52198 
52199         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppAlertingMechanism, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
52200 
52201         return;     /* End Compare for this discriminant type */
52202     }
52203 
52204     if (disc_s_TpCallAppInfo == 2 ) {
52205 
52206         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
52207         proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppNetworkAccessType, tvb, *offset-4, 4, u_octet4);
52208 
52209         return;     /* End Compare for this discriminant type */
52210     }
52211 
52212     if (disc_s_TpCallAppInfo == 3 ) {
52213 
52214         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
52215         proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppTeleService, tvb, *offset-4, 4, u_octet4);
52216 
52217         return;     /* End Compare for this discriminant type */
52218     }
52219 
52220     if (disc_s_TpCallAppInfo == 4 ) {
52221 
52222         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
52223         proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppBearerService, tvb, *offset-4, 4, u_octet4);
52224 
52225         return;     /* End Compare for this discriminant type */
52226     }
52227 
52228     if (disc_s_TpCallAppInfo == 5 ) {
52229 
52230         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
52231         proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppPartyCategory, tvb, *offset-4, 4, u_octet4);
52232 
52233         return;     /* End Compare for this discriminant type */
52234     }
52235 
52236     if (disc_s_TpCallAppInfo == 6 ) {
52237 
52238         /*  Begin struct "org_csapi_TpAddress"  */
52239         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
52240         /*  End struct "org_csapi_TpAddress"  */
52241         return;     /* End Compare for this discriminant type */
52242     }
52243 
52244     if (disc_s_TpCallAppInfo == 7 ) {
52245 
52246         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppGenericInfo);
52247 
52248         return;     /* End Compare for this discriminant type */
52249     }
52250 
52251     if (disc_s_TpCallAppInfo == 8 ) {
52252 
52253         /*  Begin struct "org_csapi_TpAddress"  */
52254         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
52255         /*  End struct "org_csapi_TpAddress"  */
52256         return;     /* End Compare for this discriminant type */
52257     }
52258 
52259 
52260     /* Default Union Case Start */
52261 
52262     proto_tree_add_int(tree, hf_org_csapi_cc_gccs_TpCallAppInfo_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
52263 
52264     /* Default Union Case End */
52265 
52266 }
52267 
52268 /* Union = IDL:org/csapi/cc/gccs/TpCallAdditionalReportInfo:1.0 */
52269 static void
decode_org_csapi_cc_gccs_TpCallAdditionalReportInfo_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)52270 decode_org_csapi_cc_gccs_TpCallAdditionalReportInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
52271 {
52272     proto_item* item = NULL;
52273 
52274     /* Operation specific Variable declarations Begin */
52275     guint32   u_octet4;
52276     gint32    disc_s_TpCallAdditionalReportInfo;
52277     /* Operation specific Variable declarations End */
52278 
52279     /*
52280      * IDL Union Start - IDL:org/csapi/cc/gccs/TpCallAdditionalReportInfo:1.0
52281      */
52282 
52283     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
52284     proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallAdditionalReportInfo_TpCallAdditionalReportInfo, tvb, *offset-4, 4, u_octet4);
52285 
52286     /*
52287      * IDL Union - Discriminant - IDL:org/csapi/cc/gccs/TpCallReportType:1.0
52288      */
52289 
52290     disc_s_TpCallAdditionalReportInfo = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
52291 
52292     if (disc_s_TpCallAdditionalReportInfo == 4 ) {
52293 
52294         /*  Begin struct "org_csapi_cc_gccs_TpCallReleaseCause"  */
52295         decode_org_csapi_cc_gccs_TpCallReleaseCause_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
52296         /*  End struct "org_csapi_cc_gccs_TpCallReleaseCause"  */
52297         return;     /* End Compare for this discriminant type */
52298     }
52299 
52300     if (disc_s_TpCallAdditionalReportInfo == 6 ) {
52301 
52302         /*  Begin struct "org_csapi_cc_gccs_TpCallReleaseCause"  */
52303         decode_org_csapi_cc_gccs_TpCallReleaseCause_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
52304         /*  End struct "org_csapi_cc_gccs_TpCallReleaseCause"  */
52305         return;     /* End Compare for this discriminant type */
52306     }
52307 
52308     if (disc_s_TpCallAdditionalReportInfo == 7 ) {
52309 
52310         /*  Begin struct "org_csapi_TpAddress"  */
52311         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
52312         /*  End struct "org_csapi_TpAddress"  */
52313         return;     /* End Compare for this discriminant type */
52314     }
52315 
52316     if (disc_s_TpCallAdditionalReportInfo == 8 ) {
52317 
52318         /*  Begin struct "org_csapi_cc_TpCallServiceCode"  */
52319         decode_org_csapi_cc_TpCallServiceCode_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
52320         /*  End struct "org_csapi_cc_TpCallServiceCode"  */
52321         return;     /* End Compare for this discriminant type */
52322     }
52323 
52324     if (disc_s_TpCallAdditionalReportInfo == 9 ) {
52325 
52326         /*  Begin struct "org_csapi_cc_gccs_TpCallReleaseCause"  */
52327         decode_org_csapi_cc_gccs_TpCallReleaseCause_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
52328         /*  End struct "org_csapi_cc_gccs_TpCallReleaseCause"  */
52329         return;     /* End Compare for this discriminant type */
52330     }
52331 
52332     if (disc_s_TpCallAdditionalReportInfo == 10 ) {
52333 
52334         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cc_gccs_TpCallAdditionalReportInfo_QueueStatus);
52335 
52336         return;     /* End Compare for this discriminant type */
52337     }
52338 
52339     if (disc_s_TpCallAdditionalReportInfo == 11 ) {
52340 
52341         /*  Begin struct "org_csapi_cc_gccs_TpCallReleaseCause"  */
52342         decode_org_csapi_cc_gccs_TpCallReleaseCause_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
52343         /*  End struct "org_csapi_cc_gccs_TpCallReleaseCause"  */
52344         return;     /* End Compare for this discriminant type */
52345     }
52346 
52347 
52348     /* Default Union Case Start */
52349 
52350     proto_tree_add_int(tree, hf_org_csapi_cc_gccs_TpCallAdditionalReportInfo_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
52351 
52352     /* Default Union Case End */
52353 
52354 }
52355 
52356 /* Union = IDL:org/csapi/cc/gccs/TpCallAdditionalReportCriteria:1.0 */
52357 static void
decode_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)52358 decode_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
52359 {
52360     proto_item* item = NULL;
52361 
52362     /* Operation specific Variable declarations Begin */
52363     guint32   u_octet4;
52364     gint32    disc_s_TpCallAdditionalReportCriteria;
52365     /* Operation specific Variable declarations End */
52366 
52367     /*
52368      * IDL Union Start - IDL:org/csapi/cc/gccs/TpCallAdditionalReportCriteria:1.0
52369      */
52370 
52371     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
52372     proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_TpCallAdditionalReportCriteria, tvb, *offset-4, 4, u_octet4);
52373 
52374     /*
52375      * IDL Union - Discriminant - IDL:org/csapi/cc/gccs/TpCallReportType:1.0
52376      */
52377 
52378     disc_s_TpCallAdditionalReportCriteria = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
52379 
52380     if (disc_s_TpCallAdditionalReportCriteria == 5 ) {
52381 
52382         proto_tree_add_int(tree, hf_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_NoAnswerDuration, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
52383 
52384         return;     /* End Compare for this discriminant type */
52385     }
52386 
52387     if (disc_s_TpCallAdditionalReportCriteria == 8 ) {
52388 
52389         /*  Begin struct "org_csapi_cc_TpCallServiceCode"  */
52390         decode_org_csapi_cc_TpCallServiceCode_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
52391         /*  End struct "org_csapi_cc_TpCallServiceCode"  */
52392         return;     /* End Compare for this discriminant type */
52393     }
52394 
52395 
52396     /* Default Union Case Start */
52397 
52398     proto_tree_add_int(tree, hf_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
52399 
52400     /* Default Union Case End */
52401 
52402 }
52403 
52404 /* Union = IDL:org/csapi/cc/TpCallAdditionalEventInfo:1.0 */
52405 static void
decode_org_csapi_cc_TpCallAdditionalEventInfo_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)52406 decode_org_csapi_cc_TpCallAdditionalEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
52407 {
52408     proto_item* item = NULL;
52409 
52410     /* Operation specific Variable declarations Begin */
52411     guint32   u_octet4;
52412     gint32    disc_s_TpCallAdditionalEventInfo;
52413     /* Operation specific Variable declarations End */
52414 
52415     /*
52416      * IDL Union Start - IDL:org/csapi/cc/TpCallAdditionalEventInfo:1.0
52417      */
52418 
52419     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
52420     proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallAdditionalEventInfo_TpCallAdditionalEventInfo, tvb, *offset-4, 4, u_octet4);
52421 
52422     /*
52423      * IDL Union - Discriminant - IDL:org/csapi/cc/TpCallEventType:1.0
52424      */
52425 
52426     disc_s_TpCallAdditionalEventInfo = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
52427 
52428     if (disc_s_TpCallAdditionalEventInfo == 3 ) {
52429 
52430         /*  Begin struct "org_csapi_TpAddress"  */
52431         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
52432         /*  End struct "org_csapi_TpAddress"  */
52433         return;     /* End Compare for this discriminant type */
52434     }
52435 
52436     if (disc_s_TpCallAdditionalEventInfo == 4 ) {
52437 
52438         /*  Begin struct "org_csapi_TpAddress"  */
52439         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
52440         /*  End struct "org_csapi_TpAddress"  */
52441         return;     /* End Compare for this discriminant type */
52442     }
52443 
52444     if (disc_s_TpCallAdditionalEventInfo == 5 ) {
52445 
52446         /*  Begin struct "org_csapi_cc_TpCallServiceCode"  */
52447         decode_org_csapi_cc_TpCallServiceCode_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
52448         /*  End struct "org_csapi_cc_TpCallServiceCode"  */
52449         return;     /* End Compare for this discriminant type */
52450     }
52451 
52452     if (disc_s_TpCallAdditionalEventInfo == 6 ) {
52453 
52454         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
52455         proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallAdditionalEventInfo_OriginatingReleaseCause, tvb, *offset-4, 4, u_octet4);
52456 
52457         return;     /* End Compare for this discriminant type */
52458     }
52459 
52460     if (disc_s_TpCallAdditionalEventInfo == 11 ) {
52461 
52462         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
52463         proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallAdditionalEventInfo_TerminatingReleaseCause, tvb, *offset-4, 4, u_octet4);
52464 
52465         return;     /* End Compare for this discriminant type */
52466     }
52467 
52468     if (disc_s_TpCallAdditionalEventInfo == 12 ) {
52469 
52470         /*  Begin struct "org_csapi_TpAddress"  */
52471         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
52472         /*  End struct "org_csapi_TpAddress"  */
52473         return;     /* End Compare for this discriminant type */
52474     }
52475 
52476     if (disc_s_TpCallAdditionalEventInfo == 13 ) {
52477 
52478         /*  Begin struct "org_csapi_cc_TpCallServiceCode"  */
52479         decode_org_csapi_cc_TpCallServiceCode_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
52480         /*  End struct "org_csapi_cc_TpCallServiceCode"  */
52481         return;     /* End Compare for this discriminant type */
52482     }
52483 
52484 
52485     /* Default Union Case Start */
52486 
52487     proto_tree_add_int(tree, hf_org_csapi_cc_TpCallAdditionalEventInfo_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
52488 
52489     /* Default Union Case End */
52490 
52491 }
52492 
52493 /* Union = IDL:org/csapi/cc/TpAdditionalCallEventCriteria:1.0 */
52494 static void
decode_org_csapi_cc_TpAdditionalCallEventCriteria_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)52495 decode_org_csapi_cc_TpAdditionalCallEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
52496 {
52497     proto_item* item = NULL;
52498 
52499     /* Operation specific Variable declarations Begin */
52500     guint32   u_octet4;
52501     gint32    disc_s_TpAdditionalCallEventCriteria;
52502     guint32   u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingServiceCode;
52503     guint32   i_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingServiceCode;
52504     guint32   u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet;
52505     guint32   i_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet;
52506     guint32   u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet;
52507     guint32   i_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet;
52508     guint32   u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingServiceCode;
52509     guint32   i_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingServiceCode;
52510     /* Operation specific Variable declarations End */
52511 
52512     /*
52513      * IDL Union Start - IDL:org/csapi/cc/TpAdditionalCallEventCriteria:1.0
52514      */
52515 
52516     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
52517     proto_tree_add_uint(tree, hf_org_csapi_cc_TpAdditionalCallEventCriteria_TpAdditionalCallEventCriteria, tvb, *offset-4, 4, u_octet4);
52518 
52519     /*
52520      * IDL Union - Discriminant - IDL:org/csapi/cc/TpCallEventType:1.0
52521      */
52522 
52523     disc_s_TpAdditionalCallEventCriteria = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
52524 
52525     if (disc_s_TpAdditionalCallEventCriteria == 3 ) {
52526 
52527         proto_tree_add_int(tree, hf_org_csapi_cc_TpAdditionalCallEventCriteria_MinAddressLength, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
52528 
52529         return;     /* End Compare for this discriminant type */
52530     }
52531 
52532     if (disc_s_TpAdditionalCallEventCriteria == 5 ) {
52533 
52534         u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingServiceCode = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
52535         proto_tree_add_uint(tree, hf_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingServiceCode_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingServiceCode);
52536 
52537         for (i_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingServiceCode=0; i_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingServiceCode < u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingServiceCode; i_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingServiceCode++) {
52538 
52539             /*  Begin struct "org_csapi_cc_TpCallServiceCode"  */
52540             decode_org_csapi_cc_TpCallServiceCode_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
52541             /*  End struct "org_csapi_cc_TpCallServiceCode"  */
52542         }
52543 
52544         return;     /* End Compare for this discriminant type */
52545     }
52546 
52547     if (disc_s_TpAdditionalCallEventCriteria == 6 ) {
52548 
52549         u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
52550         proto_tree_add_uint(tree, hf_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet);
52551 
52552         for (i_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet=0; i_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet < u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet; i_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet++) {
52553 
52554             u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
52555             proto_tree_add_uint(tree, hf_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet, tvb, *offset-4, 4, u_octet4);
52556 
52557         }
52558 
52559         return;     /* End Compare for this discriminant type */
52560     }
52561 
52562     if (disc_s_TpAdditionalCallEventCriteria == 11 ) {
52563 
52564         u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
52565         proto_tree_add_uint(tree, hf_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet);
52566 
52567         for (i_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet=0; i_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet < u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet; i_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet++) {
52568 
52569             u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
52570             proto_tree_add_uint(tree, hf_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet, tvb, *offset-4, 4, u_octet4);
52571 
52572         }
52573 
52574         return;     /* End Compare for this discriminant type */
52575     }
52576 
52577     if (disc_s_TpAdditionalCallEventCriteria == 13 ) {
52578 
52579         u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingServiceCode = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
52580         proto_tree_add_uint(tree, hf_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingServiceCode_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingServiceCode);
52581 
52582         for (i_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingServiceCode=0; i_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingServiceCode < u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingServiceCode; i_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingServiceCode++) {
52583 
52584             /*  Begin struct "org_csapi_cc_TpCallServiceCode"  */
52585             decode_org_csapi_cc_TpCallServiceCode_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
52586             /*  End struct "org_csapi_cc_TpCallServiceCode"  */
52587         }
52588 
52589         return;     /* End Compare for this discriminant type */
52590     }
52591 
52592 
52593     /* Default Union Case Start */
52594 
52595     proto_tree_add_int(tree, hf_org_csapi_cc_TpAdditionalCallEventCriteria_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
52596 
52597     /* Default Union Case End */
52598 
52599 }
52600 
52601 /* Union = IDL:org/csapi/cc/TpCallAppInfo:1.0 */
52602 static void
decode_org_csapi_cc_TpCallAppInfo_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)52603 decode_org_csapi_cc_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
52604 {
52605     proto_item* item = NULL;
52606 
52607     /* Operation specific Variable declarations Begin */
52608     guint32   u_octet4;
52609     gint32    disc_s_TpCallAppInfo;
52610     guint32   u_octet4_loop_org_csapi_cc_TpCallAppInfo_CallAppCarrier;
52611     guint32   i_org_csapi_cc_TpCallAppInfo_CallAppCarrier;
52612     /* Operation specific Variable declarations End */
52613 
52614     /*
52615      * IDL Union Start - IDL:org/csapi/cc/TpCallAppInfo:1.0
52616      */
52617 
52618     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
52619     proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallAppInfo_TpCallAppInfo, tvb, *offset-4, 4, u_octet4);
52620 
52621     /*
52622      * IDL Union - Discriminant - IDL:org/csapi/cc/TpCallAppInfoType:1.0
52623      */
52624 
52625     disc_s_TpCallAppInfo = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
52626 
52627     if (disc_s_TpCallAppInfo == 1 ) {
52628 
52629         proto_tree_add_int(tree, hf_org_csapi_cc_TpCallAppInfo_CallAppAlertingMechanism, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
52630 
52631         return;     /* End Compare for this discriminant type */
52632     }
52633 
52634     if (disc_s_TpCallAppInfo == 2 ) {
52635 
52636         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
52637         proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallAppInfo_CallAppNetworkAccessType, tvb, *offset-4, 4, u_octet4);
52638 
52639         return;     /* End Compare for this discriminant type */
52640     }
52641 
52642     if (disc_s_TpCallAppInfo == 3 ) {
52643 
52644         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
52645         proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallAppInfo_CallAppTeleService, tvb, *offset-4, 4, u_octet4);
52646 
52647         return;     /* End Compare for this discriminant type */
52648     }
52649 
52650     if (disc_s_TpCallAppInfo == 4 ) {
52651 
52652         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
52653         proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallAppInfo_CallAppBearerService, tvb, *offset-4, 4, u_octet4);
52654 
52655         return;     /* End Compare for this discriminant type */
52656     }
52657 
52658     if (disc_s_TpCallAppInfo == 5 ) {
52659 
52660         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
52661         proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallAppInfo_CallAppPartyCategory, tvb, *offset-4, 4, u_octet4);
52662 
52663         return;     /* End Compare for this discriminant type */
52664     }
52665 
52666     if (disc_s_TpCallAppInfo == 6 ) {
52667 
52668         /*  Begin struct "org_csapi_TpAddress"  */
52669         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
52670         /*  End struct "org_csapi_TpAddress"  */
52671         return;     /* End Compare for this discriminant type */
52672     }
52673 
52674     if (disc_s_TpCallAppInfo == 7 ) {
52675 
52676         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cc_TpCallAppInfo_CallAppGenericInfo);
52677 
52678         return;     /* End Compare for this discriminant type */
52679     }
52680 
52681     if (disc_s_TpCallAppInfo == 8 ) {
52682 
52683         /*  Begin struct "org_csapi_TpAddress"  */
52684         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
52685         /*  End struct "org_csapi_TpAddress"  */
52686         return;     /* End Compare for this discriminant type */
52687     }
52688 
52689     if (disc_s_TpCallAppInfo == 9 ) {
52690 
52691         /*  Begin struct "org_csapi_TpAddress"  */
52692         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
52693         /*  End struct "org_csapi_TpAddress"  */
52694         return;     /* End Compare for this discriminant type */
52695     }
52696 
52697     if (disc_s_TpCallAppInfo == 10 ) {
52698 
52699         /*  Begin struct "org_csapi_TpAddress"  */
52700         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
52701         /*  End struct "org_csapi_TpAddress"  */
52702         return;     /* End Compare for this discriminant type */
52703     }
52704 
52705     if (disc_s_TpCallAppInfo == 11 ) {
52706 
52707         proto_tree_add_int(tree, hf_org_csapi_cc_TpCallAppInfo_CallHighProbabilityCompletion, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
52708 
52709         return;     /* End Compare for this discriminant type */
52710     }
52711 
52712     if (disc_s_TpCallAppInfo == 12 ) {
52713 
52714         u_octet4_loop_org_csapi_cc_TpCallAppInfo_CallAppCarrier = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
52715         proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallAppInfo_CallAppCarrier_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpCallAppInfo_CallAppCarrier);
52716 
52717         for (i_org_csapi_cc_TpCallAppInfo_CallAppCarrier=0; i_org_csapi_cc_TpCallAppInfo_CallAppCarrier < u_octet4_loop_org_csapi_cc_TpCallAppInfo_CallAppCarrier; i_org_csapi_cc_TpCallAppInfo_CallAppCarrier++) {
52718 
52719             /*  Begin struct "org_csapi_cc_TpCarrier"  */
52720             decode_org_csapi_cc_TpCarrier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
52721             /*  End struct "org_csapi_cc_TpCarrier"  */
52722         }
52723 
52724         return;     /* End Compare for this discriminant type */
52725     }
52726 
52727 
52728     /* Default Union Case Start */
52729 
52730     proto_tree_add_int(tree, hf_org_csapi_cc_TpCallAppInfo_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
52731 
52732     /* Default Union Case End */
52733 
52734 }
52735 
52736 /* Union = IDL:org/csapi/cc/mpccs/TpAppMultiPartyCallBack:1.0 */
52737 static void
decode_org_csapi_cc_mpccs_TpAppMultiPartyCallBack_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)52738 decode_org_csapi_cc_mpccs_TpAppMultiPartyCallBack_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
52739 {
52740     proto_item* item = NULL;
52741 
52742     /* Operation specific Variable declarations Begin */
52743     guint32   u_octet4;
52744     gint32    disc_s_TpAppMultiPartyCallBack;
52745     /* Operation specific Variable declarations End */
52746 
52747     /*
52748      * IDL Union Start - IDL:org/csapi/cc/mpccs/TpAppMultiPartyCallBack:1.0
52749      */
52750 
52751     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
52752     proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_TpAppMultiPartyCallBack_TpAppMultiPartyCallBack, tvb, *offset-4, 4, u_octet4);
52753 
52754     /*
52755      * IDL Union - Discriminant - IDL:org/csapi/cc/mpccs/TpAppMultiPartyCallBackRefType:1.0
52756      */
52757 
52758     disc_s_TpAppMultiPartyCallBack = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
52759 
52760     if (disc_s_TpAppMultiPartyCallBack == 1 ) {
52761 
52762         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
52763 
52764         return;     /* End Compare for this discriminant type */
52765     }
52766 
52767     if (disc_s_TpAppMultiPartyCallBack == 2 ) {
52768 
52769         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
52770 
52771         return;     /* End Compare for this discriminant type */
52772     }
52773 
52774     if (disc_s_TpAppMultiPartyCallBack == 3 ) {
52775 
52776         /*  Begin struct "org_csapi_cc_mpccs_TpAppCallLegCallBack"  */
52777         decode_org_csapi_cc_mpccs_TpAppCallLegCallBack_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
52778         /*  End struct "org_csapi_cc_mpccs_TpAppCallLegCallBack"  */
52779         return;     /* End Compare for this discriminant type */
52780     }
52781 
52782 
52783     /* Default Union Case Start */
52784 
52785     proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_TpAppMultiPartyCallBack_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
52786 
52787     /* Default Union Case End */
52788 
52789 }
52790 
52791 /* Union = IDL:org/csapi/cc/mmccs/TpMediaStreamDataTypeRequest:1.0 */
52792 static void
decode_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)52793 decode_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
52794 {
52795 
52796     /* Operation specific Variable declarations Begin */
52797     guint32   u_octet4;
52798     gint32    disc_s_TpMediaStreamDataTypeRequest;
52799     /* Operation specific Variable declarations End */
52800 
52801     /*
52802      * IDL Union Start - IDL:org/csapi/cc/mmccs/TpMediaStreamDataTypeRequest:1.0
52803      */
52804 
52805     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
52806     proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_TpMediaStreamDataTypeRequest, tvb, *offset-4, 4, u_octet4);
52807 
52808     /*
52809      * IDL Union - Discriminant - IDL:org/csapi/cc/mmccs/TpMediaStreamDataTypeRequestType:1.0
52810      */
52811 
52812     disc_s_TpMediaStreamDataTypeRequest = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
52813 
52814     if (disc_s_TpMediaStreamDataTypeRequest == 0 ) {
52815 
52816         proto_tree_add_int(tree, hf_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_Audio, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
52817 
52818         return;     /* End Compare for this discriminant type */
52819     }
52820 
52821     if (disc_s_TpMediaStreamDataTypeRequest == 1 ) {
52822 
52823         proto_tree_add_int(tree, hf_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_Video, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
52824 
52825         return;     /* End Compare for this discriminant type */
52826     }
52827 
52828     if (disc_s_TpMediaStreamDataTypeRequest == 2 ) {
52829 
52830         proto_tree_add_int(tree, hf_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_Data, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
52831 
52832         return;     /* End Compare for this discriminant type */
52833     }
52834 
52835 }
52836 
52837 /* Union = IDL:org/csapi/cc/mmccs/TpAppMultiMediaCallBack:1.0 */
52838 static void
decode_org_csapi_cc_mmccs_TpAppMultiMediaCallBack_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)52839 decode_org_csapi_cc_mmccs_TpAppMultiMediaCallBack_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
52840 {
52841     proto_item* item = NULL;
52842 
52843     /* Operation specific Variable declarations Begin */
52844     guint32   u_octet4;
52845     gint32    disc_s_TpAppMultiMediaCallBack;
52846     /* Operation specific Variable declarations End */
52847 
52848     /*
52849      * IDL Union Start - IDL:org/csapi/cc/mmccs/TpAppMultiMediaCallBack:1.0
52850      */
52851 
52852     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
52853     proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_TpAppMultiMediaCallBack_TpAppMultiMediaCallBack, tvb, *offset-4, 4, u_octet4);
52854 
52855     /*
52856      * IDL Union - Discriminant - IDL:org/csapi/cc/mmccs/TpAppMultiMediaCallBackRefType:1.0
52857      */
52858 
52859     disc_s_TpAppMultiMediaCallBack = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
52860 
52861     if (disc_s_TpAppMultiMediaCallBack == 1 ) {
52862 
52863         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
52864 
52865         return;     /* End Compare for this discriminant type */
52866     }
52867 
52868     if (disc_s_TpAppMultiMediaCallBack == 2 ) {
52869 
52870         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
52871 
52872         return;     /* End Compare for this discriminant type */
52873     }
52874 
52875     if (disc_s_TpAppMultiMediaCallBack == 3 ) {
52876 
52877         /*  Begin struct "org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack"  */
52878         decode_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
52879         /*  End struct "org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack"  */
52880         return;     /* End Compare for this discriminant type */
52881     }
52882 
52883 
52884     /* Default Union Case Start */
52885 
52886     proto_tree_add_int(tree, hf_org_csapi_cc_mmccs_TpAppMultiMediaCallBack_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
52887 
52888     /* Default Union Case End */
52889 
52890 }
52891 
52892 /* Union = IDL:org/csapi/cc/cccs/TpConfPolicy:1.0 */
52893 static void
decode_org_csapi_cc_cccs_TpConfPolicy_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)52894 decode_org_csapi_cc_cccs_TpConfPolicy_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
52895 {
52896     proto_item* item = NULL;
52897 
52898     /* Operation specific Variable declarations Begin */
52899     guint32   u_octet4;
52900     gint32    disc_s_TpConfPolicy;
52901     /* Operation specific Variable declarations End */
52902 
52903     /*
52904      * IDL Union Start - IDL:org/csapi/cc/cccs/TpConfPolicy:1.0
52905      */
52906 
52907     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
52908     proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_TpConfPolicy_TpConfPolicy, tvb, *offset-4, 4, u_octet4);
52909 
52910     /*
52911      * IDL Union - Discriminant - IDL:org/csapi/cc/cccs/TpConfPolicyType:1.0
52912      */
52913 
52914     disc_s_TpConfPolicy = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
52915 
52916     if (disc_s_TpConfPolicy == 1 ) {
52917 
52918         /*  Begin struct "org_csapi_cc_cccs_TpMonoMediaConfPolicy"  */
52919         decode_org_csapi_cc_cccs_TpMonoMediaConfPolicy_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
52920         /*  End struct "org_csapi_cc_cccs_TpMonoMediaConfPolicy"  */
52921         return;     /* End Compare for this discriminant type */
52922     }
52923 
52924     if (disc_s_TpConfPolicy == 2 ) {
52925 
52926         /*  Begin struct "org_csapi_cc_cccs_TpMultiMediaConfPolicy"  */
52927         decode_org_csapi_cc_cccs_TpMultiMediaConfPolicy_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
52928         /*  End struct "org_csapi_cc_cccs_TpMultiMediaConfPolicy"  */
52929         return;     /* End Compare for this discriminant type */
52930     }
52931 
52932 
52933     /* Default Union Case Start */
52934 
52935     proto_tree_add_int(tree, hf_org_csapi_cc_cccs_TpConfPolicy_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
52936 
52937     /* Default Union Case End */
52938 
52939 }
52940 
52941 /* Union = IDL:org/csapi/ui/TpUITargetObject:1.0 */
52942 static void
decode_org_csapi_ui_TpUITargetObject_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)52943 decode_org_csapi_ui_TpUITargetObject_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
52944 {
52945     proto_item* item = NULL;
52946 
52947     /* Operation specific Variable declarations Begin */
52948     guint32   u_octet4;
52949     gint32    disc_s_TpUITargetObject;
52950     /* Operation specific Variable declarations End */
52951 
52952     /*
52953      * IDL Union Start - IDL:org/csapi/ui/TpUITargetObject:1.0
52954      */
52955 
52956     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
52957     proto_tree_add_uint(tree, hf_org_csapi_ui_TpUITargetObject_TpUITargetObject, tvb, *offset-4, 4, u_octet4);
52958 
52959     /*
52960      * IDL Union - Discriminant - IDL:org/csapi/ui/TpUITargetObjectType:1.0
52961      */
52962 
52963     disc_s_TpUITargetObject = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
52964 
52965     if (disc_s_TpUITargetObject == 0 ) {
52966 
52967         /*  Begin struct "org_csapi_cc_gccs_TpCallIdentifier"  */
52968         decode_org_csapi_cc_gccs_TpCallIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
52969         /*  End struct "org_csapi_cc_gccs_TpCallIdentifier"  */
52970         return;     /* End Compare for this discriminant type */
52971     }
52972 
52973     if (disc_s_TpUITargetObject == 1 ) {
52974 
52975         /*  Begin struct "org_csapi_cc_mpccs_TpMultiPartyCallIdentifier"  */
52976         decode_org_csapi_cc_mpccs_TpMultiPartyCallIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
52977         /*  End struct "org_csapi_cc_mpccs_TpMultiPartyCallIdentifier"  */
52978         return;     /* End Compare for this discriminant type */
52979     }
52980 
52981     if (disc_s_TpUITargetObject == 2 ) {
52982 
52983         /*  Begin struct "org_csapi_cc_mpccs_TpCallLegIdentifier"  */
52984         decode_org_csapi_cc_mpccs_TpCallLegIdentifier_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
52985         /*  End struct "org_csapi_cc_mpccs_TpCallLegIdentifier"  */
52986         return;     /* End Compare for this discriminant type */
52987     }
52988 
52989 }
52990 
52991 /* Union = IDL:org/csapi/mm/TpBindingEntry:1.0 */
52992 static void
decode_org_csapi_mm_TpBindingEntry_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)52993 decode_org_csapi_mm_TpBindingEntry_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
52994 {
52995     proto_item* item = NULL;
52996 
52997     /* Operation specific Variable declarations Begin */
52998     guint32   u_octet4;
52999     gint32    disc_s_TpBindingEntry;
53000     /* Operation specific Variable declarations End */
53001 
53002     /*
53003      * IDL Union Start - IDL:org/csapi/mm/TpBindingEntry:1.0
53004      */
53005 
53006     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
53007     proto_tree_add_uint(tree, hf_org_csapi_mm_TpBindingEntry_TpBindingEntry, tvb, *offset-4, 4, u_octet4);
53008 
53009     /*
53010      * IDL Union - Discriminant - IDL:org/csapi/mm/TpBindingEntryType:1.0
53011      */
53012 
53013     disc_s_TpBindingEntry = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
53014 
53015     if (disc_s_TpBindingEntry == 1 ) {
53016 
53017         proto_tree_add_int(tree, hf_org_csapi_mm_TpBindingEntry_UBExpires, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
53018 
53019         return;     /* End Compare for this discriminant type */
53020     }
53021 
53022     if (disc_s_TpBindingEntry == 2 ) {
53023 
53024         /*  Begin struct "org_csapi_TpAddress"  */
53025         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53026         /*  End struct "org_csapi_TpAddress"  */
53027         return;     /* End Compare for this discriminant type */
53028     }
53029 
53030     if (disc_s_TpBindingEntry == 3 ) {
53031 
53032         proto_tree_add_float(tree, hf_org_csapi_mm_TpBindingEntry_UBPreference, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
53033 
53034         return;     /* End Compare for this discriminant type */
53035     }
53036 
53037 
53038     /* Default Union Case Start */
53039 
53040     proto_tree_add_int(tree, hf_org_csapi_mm_TpBindingEntry_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
53041 
53042     /* Default Union Case End */
53043 
53044 }
53045 
53046 /* Union = IDL:org/csapi/dsc/TpDataSessionChargeOrder:1.0 */
53047 static void
decode_org_csapi_dsc_TpDataSessionChargeOrder_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)53048 decode_org_csapi_dsc_TpDataSessionChargeOrder_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
53049 {
53050     proto_item* item = NULL;
53051 
53052     /* Operation specific Variable declarations Begin */
53053     guint32   u_octet4;
53054     gint32    disc_s_TpDataSessionChargeOrder;
53055     /* Operation specific Variable declarations End */
53056 
53057     /*
53058      * IDL Union Start - IDL:org/csapi/dsc/TpDataSessionChargeOrder:1.0
53059      */
53060 
53061     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
53062     proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionChargeOrder_TpDataSessionChargeOrder, tvb, *offset-4, 4, u_octet4);
53063 
53064     /*
53065      * IDL Union - Discriminant - IDL:org/csapi/dsc/TpDataSessionChargeOrderCategory:1.0
53066      */
53067 
53068     disc_s_TpDataSessionChargeOrder = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
53069 
53070     if (disc_s_TpDataSessionChargeOrder == 0 ) {
53071 
53072         /*  Begin struct "org_csapi_dsc_TpChargePerVolume"  */
53073         decode_org_csapi_dsc_TpChargePerVolume_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53074         /*  End struct "org_csapi_dsc_TpChargePerVolume"  */
53075         return;     /* End Compare for this discriminant type */
53076     }
53077 
53078     if (disc_s_TpDataSessionChargeOrder == 1 ) {
53079 
53080         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_dsc_TpDataSessionChargeOrder_NetworkCharge);
53081 
53082         return;     /* End Compare for this discriminant type */
53083     }
53084 
53085 }
53086 
53087 /* Union = IDL:org/csapi/dsc/TpDataSessionAdditionalErrorInfo:1.0 */
53088 static void
decode_org_csapi_dsc_TpDataSessionAdditionalErrorInfo_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)53089 decode_org_csapi_dsc_TpDataSessionAdditionalErrorInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
53090 {
53091 
53092     /* Operation specific Variable declarations Begin */
53093     guint32   u_octet4;
53094     gint32    disc_s_TpDataSessionAdditionalErrorInfo;
53095     /* Operation specific Variable declarations End */
53096 
53097     /*
53098      * IDL Union Start - IDL:org/csapi/dsc/TpDataSessionAdditionalErrorInfo:1.0
53099      */
53100 
53101     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
53102     proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionAdditionalErrorInfo_TpDataSessionAdditionalErrorInfo, tvb, *offset-4, 4, u_octet4);
53103 
53104     /*
53105      * IDL Union - Discriminant - IDL:org/csapi/dsc/TpDataSessionErrorType:1.0
53106      */
53107 
53108     disc_s_TpDataSessionAdditionalErrorInfo = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
53109 
53110     if (disc_s_TpDataSessionAdditionalErrorInfo == 1 ) {
53111 
53112         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
53113         proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionAdditionalErrorInfo_DataSessionErrorInvalidAddress, tvb, *offset-4, 4, u_octet4);
53114 
53115         return;     /* End Compare for this discriminant type */
53116     }
53117 
53118 
53119     /* Default Union Case Start */
53120 
53121     proto_tree_add_int(tree, hf_org_csapi_dsc_TpDataSessionAdditionalErrorInfo_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
53122 
53123     /* Default Union Case End */
53124 
53125 }
53126 
53127 /* Union = IDL:org/csapi/dsc/TpDataSessionAdditionalReportInfo:1.0 */
53128 static void
decode_org_csapi_dsc_TpDataSessionAdditionalReportInfo_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)53129 decode_org_csapi_dsc_TpDataSessionAdditionalReportInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
53130 {
53131     proto_item* item = NULL;
53132 
53133     /* Operation specific Variable declarations Begin */
53134     guint32   u_octet4;
53135     gint32    disc_s_TpDataSessionAdditionalReportInfo;
53136     /* Operation specific Variable declarations End */
53137 
53138     /*
53139      * IDL Union Start - IDL:org/csapi/dsc/TpDataSessionAdditionalReportInfo:1.0
53140      */
53141 
53142     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
53143     proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionAdditionalReportInfo_TpDataSessionAdditionalReportInfo, tvb, *offset-4, 4, u_octet4);
53144 
53145     /*
53146      * IDL Union - Discriminant - IDL:org/csapi/dsc/TpDataSessionReportType:1.0
53147      */
53148 
53149     disc_s_TpDataSessionAdditionalReportInfo = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
53150 
53151     if (disc_s_TpDataSessionAdditionalReportInfo == 2 ) {
53152 
53153         /*  Begin struct "org_csapi_dsc_TpDataSessionReleaseCause"  */
53154         decode_org_csapi_dsc_TpDataSessionReleaseCause_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53155         /*  End struct "org_csapi_dsc_TpDataSessionReleaseCause"  */
53156         return;     /* End Compare for this discriminant type */
53157     }
53158 
53159 
53160     /* Default Union Case Start */
53161 
53162     proto_tree_add_int(tree, hf_org_csapi_dsc_TpDataSessionAdditionalReportInfo_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
53163 
53164     /* Default Union Case End */
53165 
53166 }
53167 
53168 /* Union = IDL:org/csapi/gms/TpMessageInfoProperty:1.0 */
53169 static void
decode_org_csapi_gms_TpMessageInfoProperty_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)53170 decode_org_csapi_gms_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
53171 {
53172     proto_item* item = NULL;
53173 
53174     /* Operation specific Variable declarations Begin */
53175     guint32   u_octet4;
53176     gint32    disc_s_TpMessageInfoProperty;
53177     /* Operation specific Variable declarations End */
53178 
53179     /*
53180      * IDL Union Start - IDL:org/csapi/gms/TpMessageInfoProperty:1.0
53181      */
53182 
53183     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
53184     proto_tree_add_uint(tree, hf_org_csapi_gms_TpMessageInfoProperty_TpMessageInfoProperty, tvb, *offset-4, 4, u_octet4);
53185 
53186     /*
53187      * IDL Union - Discriminant - IDL:org/csapi/gms/TpMessageInfoPropertyName:1.0
53188      */
53189 
53190     disc_s_TpMessageInfoProperty = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
53191 
53192     if (disc_s_TpMessageInfoProperty == 1 ) {
53193 
53194         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageID);
53195 
53196         return;     /* End Compare for this discriminant type */
53197     }
53198 
53199     if (disc_s_TpMessageInfoProperty == 2 ) {
53200 
53201         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageSubject);
53202 
53203         return;     /* End Compare for this discriminant type */
53204     }
53205 
53206     if (disc_s_TpMessageInfoProperty == 3 ) {
53207 
53208         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageDateSent);
53209 
53210         return;     /* End Compare for this discriminant type */
53211     }
53212 
53213     if (disc_s_TpMessageInfoProperty == 4 ) {
53214 
53215         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageDateReceived);
53216 
53217         return;     /* End Compare for this discriminant type */
53218     }
53219 
53220     if (disc_s_TpMessageInfoProperty == 5 ) {
53221 
53222         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageDateChanged);
53223 
53224         return;     /* End Compare for this discriminant type */
53225     }
53226 
53227     if (disc_s_TpMessageInfoProperty == 6 ) {
53228 
53229         /*  Begin struct "org_csapi_TpAddress"  */
53230         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53231         /*  End struct "org_csapi_TpAddress"  */
53232         return;     /* End Compare for this discriminant type */
53233     }
53234 
53235     if (disc_s_TpMessageInfoProperty == 7 ) {
53236 
53237         /*  Begin struct "org_csapi_TpAddress"  */
53238         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53239         /*  End struct "org_csapi_TpAddress"  */
53240         return;     /* End Compare for this discriminant type */
53241     }
53242 
53243     if (disc_s_TpMessageInfoProperty == 8 ) {
53244 
53245         /*  Begin struct "org_csapi_TpAddress"  */
53246         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53247         /*  End struct "org_csapi_TpAddress"  */
53248         return;     /* End Compare for this discriminant type */
53249     }
53250 
53251     if (disc_s_TpMessageInfoProperty == 9 ) {
53252 
53253         /*  Begin struct "org_csapi_TpAddress"  */
53254         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53255         /*  End struct "org_csapi_TpAddress"  */
53256         return;     /* End Compare for this discriminant type */
53257     }
53258 
53259     if (disc_s_TpMessageInfoProperty == 10 ) {
53260 
53261         proto_tree_add_int(tree, hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageSize, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
53262 
53263         return;     /* End Compare for this discriminant type */
53264     }
53265 
53266     if (disc_s_TpMessageInfoProperty == 11 ) {
53267 
53268         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
53269         proto_tree_add_uint(tree, hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessagePriority, tvb, *offset-4, 4, u_octet4);
53270 
53271         return;     /* End Compare for this discriminant type */
53272     }
53273 
53274     if (disc_s_TpMessageInfoProperty == 12 ) {
53275 
53276         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
53277         proto_tree_add_uint(tree, hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageFormat, tvb, *offset-4, 4, u_octet4);
53278 
53279         return;     /* End Compare for this discriminant type */
53280     }
53281 
53282     if (disc_s_TpMessageInfoProperty == 13 ) {
53283 
53284         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageFolder);
53285 
53286         return;     /* End Compare for this discriminant type */
53287     }
53288 
53289     if (disc_s_TpMessageInfoProperty == 14 ) {
53290 
53291         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
53292         proto_tree_add_uint(tree, hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageStatus, tvb, *offset-4, 4, u_octet4);
53293 
53294         return;     /* End Compare for this discriminant type */
53295     }
53296 
53297 
53298     /* Default Union Case Start */
53299 
53300     proto_tree_add_int(tree, hf_org_csapi_gms_TpMessageInfoProperty_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
53301 
53302     /* Default Union Case End */
53303 
53304 }
53305 
53306 /* Union = IDL:org/csapi/gms/TpMailboxInfoProperty:1.0 */
53307 static void
decode_org_csapi_gms_TpMailboxInfoProperty_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)53308 decode_org_csapi_gms_TpMailboxInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
53309 {
53310     proto_item* item = NULL;
53311 
53312     /* Operation specific Variable declarations Begin */
53313     guint32   u_octet4;
53314     gint32    disc_s_TpMailboxInfoProperty;
53315     /* Operation specific Variable declarations End */
53316 
53317     /*
53318      * IDL Union Start - IDL:org/csapi/gms/TpMailboxInfoProperty:1.0
53319      */
53320 
53321     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
53322     proto_tree_add_uint(tree, hf_org_csapi_gms_TpMailboxInfoProperty_TpMailboxInfoProperty, tvb, *offset-4, 4, u_octet4);
53323 
53324     /*
53325      * IDL Union - Discriminant - IDL:org/csapi/gms/TpMailboxInfoPropertyName:1.0
53326      */
53327 
53328     disc_s_TpMailboxInfoProperty = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
53329 
53330     if (disc_s_TpMailboxInfoProperty == 1 ) {
53331 
53332         /*  Begin struct "org_csapi_TpAddress"  */
53333         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53334         /*  End struct "org_csapi_TpAddress"  */
53335         return;     /* End Compare for this discriminant type */
53336     }
53337 
53338     if (disc_s_TpMailboxInfoProperty == 2 ) {
53339 
53340         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_TpMailboxInfoProperty_MessagingMailboxOwner);
53341 
53342         return;     /* End Compare for this discriminant type */
53343     }
53344 
53345     if (disc_s_TpMailboxInfoProperty == 3 ) {
53346 
53347         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_TpMailboxInfoProperty_MessagingMailboxFolder);
53348 
53349         return;     /* End Compare for this discriminant type */
53350     }
53351 
53352     if (disc_s_TpMailboxInfoProperty == 4 ) {
53353 
53354         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_TpMailboxInfoProperty_MessagingMailboxDateCreated);
53355 
53356         return;     /* End Compare for this discriminant type */
53357     }
53358 
53359     if (disc_s_TpMailboxInfoProperty == 5 ) {
53360 
53361         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_TpMailboxInfoProperty_MessagingMailboxDateChanged);
53362 
53363         return;     /* End Compare for this discriminant type */
53364     }
53365 
53366 
53367     /* Default Union Case Start */
53368 
53369     proto_tree_add_int(tree, hf_org_csapi_gms_TpMailboxInfoProperty_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
53370 
53371     /* Default Union Case End */
53372 
53373 }
53374 
53375 /* Union = IDL:org/csapi/gms/TpMessagingEventInfo:1.0 */
53376 static void
decode_org_csapi_gms_TpMessagingEventInfo_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)53377 decode_org_csapi_gms_TpMessagingEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
53378 {
53379     proto_item* item = NULL;
53380 
53381     /* Operation specific Variable declarations Begin */
53382     guint32   u_octet4;
53383     gint32    disc_s_TpMessagingEventInfo;
53384     /* Operation specific Variable declarations End */
53385 
53386     /*
53387      * IDL Union Start - IDL:org/csapi/gms/TpMessagingEventInfo:1.0
53388      */
53389 
53390     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
53391     proto_tree_add_uint(tree, hf_org_csapi_gms_TpMessagingEventInfo_TpMessagingEventInfo, tvb, *offset-4, 4, u_octet4);
53392 
53393     /*
53394      * IDL Union - Discriminant - IDL:org/csapi/gms/TpMessagingEventName:1.0
53395      */
53396 
53397     disc_s_TpMessagingEventInfo = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
53398 
53399     if (disc_s_TpMessagingEventInfo == 0 ) {
53400 
53401         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_TpMessagingEventInfo_EventNameUndefined);
53402 
53403         return;     /* End Compare for this discriminant type */
53404     }
53405 
53406     if (disc_s_TpMessagingEventInfo == 1 ) {
53407 
53408         /*  Begin struct "org_csapi_gms_TpGMSNewMessageArrivedInfo"  */
53409         decode_org_csapi_gms_TpGMSNewMessageArrivedInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53410         /*  End struct "org_csapi_gms_TpGMSNewMessageArrivedInfo"  */
53411         return;     /* End Compare for this discriminant type */
53412     }
53413 
53414 }
53415 
53416 /* Union = IDL:org/csapi/gms/TpMessagingEventCriteria:1.0 */
53417 static void
decode_org_csapi_gms_TpMessagingEventCriteria_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)53418 decode_org_csapi_gms_TpMessagingEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
53419 {
53420     proto_item* item = NULL;
53421 
53422     /* Operation specific Variable declarations Begin */
53423     guint32   u_octet4;
53424     gint32    disc_s_TpMessagingEventCriteria;
53425     /* Operation specific Variable declarations End */
53426 
53427     /*
53428      * IDL Union Start - IDL:org/csapi/gms/TpMessagingEventCriteria:1.0
53429      */
53430 
53431     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
53432     proto_tree_add_uint(tree, hf_org_csapi_gms_TpMessagingEventCriteria_TpMessagingEventCriteria, tvb, *offset-4, 4, u_octet4);
53433 
53434     /*
53435      * IDL Union - Discriminant - IDL:org/csapi/gms/TpMessagingEventName:1.0
53436      */
53437 
53438     disc_s_TpMessagingEventCriteria = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
53439 
53440     if (disc_s_TpMessagingEventCriteria == 1 ) {
53441 
53442         /*  Begin struct "org_csapi_gms_TpGMSNewMessageArrivedCriteria"  */
53443         decode_org_csapi_gms_TpGMSNewMessageArrivedCriteria_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53444         /*  End struct "org_csapi_gms_TpGMSNewMessageArrivedCriteria"  */
53445         return;     /* End Compare for this discriminant type */
53446     }
53447 
53448 
53449     /* Default Union Case Start */
53450 
53451     proto_tree_add_int(tree, hf_org_csapi_gms_TpMessagingEventCriteria_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
53452 
53453     /* Default Union Case End */
53454 
53455 }
53456 
53457 /* Union = IDL:org/csapi/gms/TpFolderInfoProperty:1.0 */
53458 static void
decode_org_csapi_gms_TpFolderInfoProperty_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)53459 decode_org_csapi_gms_TpFolderInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
53460 {
53461 
53462     /* Operation specific Variable declarations Begin */
53463     guint32   u_octet4;
53464     gint32    disc_s_TpFolderInfoProperty;
53465     /* Operation specific Variable declarations End */
53466 
53467     /*
53468      * IDL Union Start - IDL:org/csapi/gms/TpFolderInfoProperty:1.0
53469      */
53470 
53471     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
53472     proto_tree_add_uint(tree, hf_org_csapi_gms_TpFolderInfoProperty_TpFolderInfoProperty, tvb, *offset-4, 4, u_octet4);
53473 
53474     /*
53475      * IDL Union - Discriminant - IDL:org/csapi/gms/TpFolderInfoPropertyName:1.0
53476      */
53477 
53478     disc_s_TpFolderInfoProperty = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
53479 
53480     if (disc_s_TpFolderInfoProperty == 1 ) {
53481 
53482         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_TpFolderInfoProperty_MessagingFolderID);
53483 
53484         return;     /* End Compare for this discriminant type */
53485     }
53486 
53487     if (disc_s_TpFolderInfoProperty == 2 ) {
53488 
53489         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_TpFolderInfoProperty_MessagingFolderMessage);
53490 
53491         return;     /* End Compare for this discriminant type */
53492     }
53493 
53494     if (disc_s_TpFolderInfoProperty == 3 ) {
53495 
53496         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_TpFolderInfoProperty_MessagingFolderSubfolder);
53497 
53498         return;     /* End Compare for this discriminant type */
53499     }
53500 
53501     if (disc_s_TpFolderInfoProperty == 4 ) {
53502 
53503         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_TpFolderInfoProperty_MessagingFolderDateCreated);
53504 
53505         return;     /* End Compare for this discriminant type */
53506     }
53507 
53508     if (disc_s_TpFolderInfoProperty == 5 ) {
53509 
53510         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_TpFolderInfoProperty_MessagingFolderDateChanged);
53511 
53512         return;     /* End Compare for this discriminant type */
53513     }
53514 
53515 
53516     /* Default Union Case Start */
53517 
53518     proto_tree_add_int(tree, hf_org_csapi_gms_TpFolderInfoProperty_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
53519 
53520     /* Default Union Case End */
53521 
53522 }
53523 
53524 /* Union = IDL:org/csapi/cs/TpChargingParameterValue:1.0 */
53525 static void
decode_org_csapi_cs_TpChargingParameterValue_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)53526 decode_org_csapi_cs_TpChargingParameterValue_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
53527 {
53528 
53529     /* Operation specific Variable declarations Begin */
53530     guint32   u_octet4;
53531     gint32    disc_s_TpChargingParameterValue;
53532     guint32   u_octet4_loop_org_csapi_cs_TpChargingParameterValue_OctetValue;
53533     guint32   i_org_csapi_cs_TpChargingParameterValue_OctetValue;
53534     /* Operation specific Variable declarations End */
53535 
53536     /*
53537      * IDL Union Start - IDL:org/csapi/cs/TpChargingParameterValue:1.0
53538      */
53539 
53540     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
53541     proto_tree_add_uint(tree, hf_org_csapi_cs_TpChargingParameterValue_TpChargingParameterValue, tvb, *offset-4, 4, u_octet4);
53542 
53543     /*
53544      * IDL Union - Discriminant - IDL:org/csapi/cs/TpChargingParameterValueType:1.0
53545      */
53546 
53547     disc_s_TpChargingParameterValue = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
53548 
53549     if (disc_s_TpChargingParameterValue == 0 ) {
53550 
53551         proto_tree_add_int(tree, hf_org_csapi_cs_TpChargingParameterValue_IntValue, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
53552 
53553         return;     /* End Compare for this discriminant type */
53554     }
53555 
53556     if (disc_s_TpChargingParameterValue == 1 ) {
53557 
53558         proto_tree_add_float(tree, hf_org_csapi_cs_TpChargingParameterValue_FloatValue, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
53559 
53560         return;     /* End Compare for this discriminant type */
53561     }
53562 
53563     if (disc_s_TpChargingParameterValue == 2 ) {
53564 
53565         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cs_TpChargingParameterValue_StringValue);
53566 
53567         return;     /* End Compare for this discriminant type */
53568     }
53569 
53570     if (disc_s_TpChargingParameterValue == 3 ) {
53571 
53572         proto_tree_add_boolean(tree, hf_org_csapi_cs_TpChargingParameterValue_BooleanValue, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
53573 
53574         return;     /* End Compare for this discriminant type */
53575     }
53576 
53577     if (disc_s_TpChargingParameterValue == 4 ) {
53578 
53579         u_octet4_loop_org_csapi_cs_TpChargingParameterValue_OctetValue = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
53580         proto_tree_add_uint(tree, hf_org_csapi_cs_TpChargingParameterValue_OctetValue_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_TpChargingParameterValue_OctetValue);
53581 
53582         for (i_org_csapi_cs_TpChargingParameterValue_OctetValue=0; i_org_csapi_cs_TpChargingParameterValue_OctetValue < u_octet4_loop_org_csapi_cs_TpChargingParameterValue_OctetValue; i_org_csapi_cs_TpChargingParameterValue_OctetValue++) {
53583 
53584             proto_tree_add_uint(tree, hf_org_csapi_cs_TpChargingParameterValue_OctetValue, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
53585 
53586         }
53587 
53588         return;     /* End Compare for this discriminant type */
53589     }
53590 
53591 }
53592 
53593 /* Union = IDL:org/csapi/cs/TpAppInformation:1.0 */
53594 static void
decode_org_csapi_cs_TpAppInformation_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)53595 decode_org_csapi_cs_TpAppInformation_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
53596 {
53597 
53598     /* Operation specific Variable declarations Begin */
53599     guint32   u_octet4;
53600     gint32    disc_s_TpAppInformation;
53601     /* Operation specific Variable declarations End */
53602 
53603     /*
53604      * IDL Union Start - IDL:org/csapi/cs/TpAppInformation:1.0
53605      */
53606 
53607     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
53608     proto_tree_add_uint(tree, hf_org_csapi_cs_TpAppInformation_TpAppInformation, tvb, *offset-4, 4, u_octet4);
53609 
53610     /*
53611      * IDL Union - Discriminant - IDL:org/csapi/cs/TpAppInformationType:1.0
53612      */
53613 
53614     disc_s_TpAppInformation = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
53615 
53616     if (disc_s_TpAppInformation == 0 ) {
53617 
53618         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cs_TpAppInformation_Timestamp);
53619 
53620         return;     /* End Compare for this discriminant type */
53621     }
53622 
53623 }
53624 
53625 /* Union = IDL:org/csapi/policy/TpPolicyType:1.0 */
53626 static void
decode_org_csapi_policy_TpPolicyType_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)53627 decode_org_csapi_policy_TpPolicyType_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
53628 {
53629     proto_item* item = NULL;
53630 
53631     /* Operation specific Variable declarations Begin */
53632     guint32   u_octet4;
53633     gint32    disc_s_TpPolicyType;
53634     /* Operation specific Variable declarations End */
53635 
53636     /*
53637      * IDL Union Start - IDL:org/csapi/policy/TpPolicyType:1.0
53638      */
53639 
53640     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
53641     proto_tree_add_uint(tree, hf_org_csapi_policy_TpPolicyType_TpPolicyType, tvb, *offset-4, 4, u_octet4);
53642 
53643     /*
53644      * IDL Union - Discriminant - IDL:org/csapi/policy/TpPolicyTypeInfo:1.0
53645      */
53646 
53647     disc_s_TpPolicyType = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
53648 
53649     if (disc_s_TpPolicyType == 0 ) {
53650 
53651         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
53652         proto_tree_add_uint(tree, hf_org_csapi_policy_TpPolicyType_SimpleType, tvb, *offset-4, 4, u_octet4);
53653 
53654         return;     /* End Compare for this discriminant type */
53655     }
53656 
53657     if (disc_s_TpPolicyType == 1 ) {
53658 
53659         /*  Begin struct "org_csapi_policy_TpPolicyType_TpPolicyRecordType"  */
53660         decode_org_csapi_policy_TpPolicyType_TpPolicyRecordType_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53661         /*  End struct "org_csapi_policy_TpPolicyType_TpPolicyRecordType"  */
53662         return;     /* End Compare for this discriminant type */
53663     }
53664 
53665     if (disc_s_TpPolicyType == 2 ) {
53666 
53667         /*  Begin struct "org_csapi_policy_TpPolicyType_TpPolicyListType"  */
53668         decode_org_csapi_policy_TpPolicyType_TpPolicyListType_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53669         /*  End struct "org_csapi_policy_TpPolicyType_TpPolicyListType"  */
53670         return;     /* End Compare for this discriminant type */
53671     }
53672 
53673     if (disc_s_TpPolicyType == 3 ) {
53674 
53675         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_TpPolicyType_StructuredType);
53676 
53677         return;     /* End Compare for this discriminant type */
53678     }
53679 
53680     if (disc_s_TpPolicyType == 4 ) {
53681 
53682         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_TpPolicyType_XMLString);
53683 
53684         return;     /* End Compare for this discriminant type */
53685     }
53686 
53687 }
53688 
53689 /* Union = IDL:org/csapi/pam/TpPAMContextData:1.0 */
53690 static void
decode_org_csapi_pam_TpPAMContextData_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)53691 decode_org_csapi_pam_TpPAMContextData_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
53692 {
53693     proto_item* item = NULL;
53694 
53695     /* Operation specific Variable declarations Begin */
53696     guint32   u_octet4;
53697     gint32    disc_s_TpPAMContextData;
53698     /* Operation specific Variable declarations End */
53699 
53700     /*
53701      * IDL Union Start - IDL:org/csapi/pam/TpPAMContextData:1.0
53702      */
53703 
53704     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
53705     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMContextData_TpPAMContextData, tvb, *offset-4, 4, u_octet4);
53706 
53707     /*
53708      * IDL Union - Discriminant - IDL:org/csapi/pam/TpPAMContextName:1.0
53709      */
53710 
53711     disc_s_TpPAMContextData = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
53712 
53713     if (disc_s_TpPAMContextData == 1 ) {
53714 
53715         /*  Begin struct "org_csapi_pam_TpPAMCommunicationContext"  */
53716         decode_org_csapi_pam_TpPAMCommunicationContext_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53717         /*  End struct "org_csapi_pam_TpPAMCommunicationContext"  */
53718         return;     /* End Compare for this discriminant type */
53719     }
53720 
53721 
53722     /* Default Union Case Start */
53723 
53724     proto_tree_add_int(tree, hf_org_csapi_pam_TpPAMContextData_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
53725 
53726     /* Default Union Case End */
53727 
53728 }
53729 
53730 /* Union = IDL:org/csapi/pam/TpPAMEventInfo:1.0 */
53731 static void
decode_org_csapi_pam_TpPAMEventInfo_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)53732 decode_org_csapi_pam_TpPAMEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
53733 {
53734     proto_item* item = NULL;
53735 
53736     /* Operation specific Variable declarations Begin */
53737     guint32   u_octet4;
53738     gint32    disc_s_TpPAMEventInfo;
53739     /* Operation specific Variable declarations End */
53740 
53741     /*
53742      * IDL Union Start - IDL:org/csapi/pam/TpPAMEventInfo:1.0
53743      */
53744 
53745     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
53746     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMEventInfo_TpPAMEventInfo, tvb, *offset-4, 4, u_octet4);
53747 
53748     /*
53749      * IDL Union - Discriminant - IDL:org/csapi/pam/TpPAMEventName:1.0
53750      */
53751 
53752     disc_s_TpPAMEventInfo = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
53753 
53754     if (disc_s_TpPAMEventInfo == 0 ) {
53755 
53756         /*  Begin struct "org_csapi_pam_TpPAMIPSEventData"  */
53757         decode_org_csapi_pam_TpPAMIPSEventData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53758         /*  End struct "org_csapi_pam_TpPAMIPSEventData"  */
53759         return;     /* End Compare for this discriminant type */
53760     }
53761 
53762     if (disc_s_TpPAMEventInfo == 1 ) {
53763 
53764         /*  Begin struct "org_csapi_pam_TpPAMAVCEventData"  */
53765         decode_org_csapi_pam_TpPAMAVCEventData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53766         /*  End struct "org_csapi_pam_TpPAMAVCEventData"  */
53767         return;     /* End Compare for this discriminant type */
53768     }
53769 
53770     if (disc_s_TpPAMEventInfo == 2 ) {
53771 
53772         /*  Begin struct "org_csapi_pam_TpPAMWCEventData"  */
53773         decode_org_csapi_pam_TpPAMWCEventData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53774         /*  End struct "org_csapi_pam_TpPAMWCEventData"  */
53775         return;     /* End Compare for this discriminant type */
53776     }
53777 
53778     if (disc_s_TpPAMEventInfo == 3 ) {
53779 
53780         /*  Begin struct "org_csapi_pam_TpPAMICEventData"  */
53781         decode_org_csapi_pam_TpPAMICEventData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53782         /*  End struct "org_csapi_pam_TpPAMICEventData"  */
53783         return;     /* End Compare for this discriminant type */
53784     }
53785 
53786     if (disc_s_TpPAMEventInfo == 4 ) {
53787 
53788         /*  Begin struct "org_csapi_pam_TpPAMIDEventData"  */
53789         decode_org_csapi_pam_TpPAMIDEventData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53790         /*  End struct "org_csapi_pam_TpPAMIDEventData"  */
53791         return;     /* End Compare for this discriminant type */
53792     }
53793 
53794     if (disc_s_TpPAMEventInfo == 5 ) {
53795 
53796         /*  Begin struct "org_csapi_pam_TpPAMGMCEventData"  */
53797         decode_org_csapi_pam_TpPAMGMCEventData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53798         /*  End struct "org_csapi_pam_TpPAMGMCEventData"  */
53799         return;     /* End Compare for this discriminant type */
53800     }
53801 
53802     if (disc_s_TpPAMEventInfo == 6 ) {
53803 
53804         /*  Begin struct "org_csapi_pam_TpPAMACEventData"  */
53805         decode_org_csapi_pam_TpPAMACEventData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53806         /*  End struct "org_csapi_pam_TpPAMACEventData"  */
53807         return;     /* End Compare for this discriminant type */
53808     }
53809 
53810     if (disc_s_TpPAMEventInfo == 7 ) {
53811 
53812         /*  Begin struct "org_csapi_pam_TpPAMADEventData"  */
53813         decode_org_csapi_pam_TpPAMADEventData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53814         /*  End struct "org_csapi_pam_TpPAMADEventData"  */
53815         return;     /* End Compare for this discriminant type */
53816     }
53817 
53818     if (disc_s_TpPAMEventInfo == 8 ) {
53819 
53820         /*  Begin struct "org_csapi_pam_TpPAMAAEventData"  */
53821         decode_org_csapi_pam_TpPAMAAEventData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53822         /*  End struct "org_csapi_pam_TpPAMAAEventData"  */
53823         return;     /* End Compare for this discriminant type */
53824     }
53825 
53826     if (disc_s_TpPAMEventInfo == 9 ) {
53827 
53828         /*  Begin struct "org_csapi_pam_TpPAMAUEventData"  */
53829         decode_org_csapi_pam_TpPAMAUEventData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53830         /*  End struct "org_csapi_pam_TpPAMAUEventData"  */
53831         return;     /* End Compare for this discriminant type */
53832     }
53833 
53834     if (disc_s_TpPAMEventInfo == 10 ) {
53835 
53836         /*  Begin struct "org_csapi_pam_TpPAMCCEventData"  */
53837         decode_org_csapi_pam_TpPAMCCEventData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53838         /*  End struct "org_csapi_pam_TpPAMCCEventData"  */
53839         return;     /* End Compare for this discriminant type */
53840     }
53841 
53842     if (disc_s_TpPAMEventInfo == 11 ) {
53843 
53844         /*  Begin struct "org_csapi_pam_TpPAMACPSEventData"  */
53845         decode_org_csapi_pam_TpPAMACPSEventData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53846         /*  End struct "org_csapi_pam_TpPAMACPSEventData"  */
53847         return;     /* End Compare for this discriminant type */
53848     }
53849 
53850     if (disc_s_TpPAMEventInfo == 12 ) {
53851 
53852         /*  Begin struct "org_csapi_pam_TpPAMAPSEventData"  */
53853         decode_org_csapi_pam_TpPAMAPSEventData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53854         /*  End struct "org_csapi_pam_TpPAMAPSEventData"  */
53855         return;     /* End Compare for this discriminant type */
53856     }
53857 
53858 }
53859 
53860 /* Union = IDL:org/csapi/pam/TpPAMNotificationInfo:1.0 */
53861 static void
decode_org_csapi_pam_TpPAMNotificationInfo_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)53862 decode_org_csapi_pam_TpPAMNotificationInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
53863 {
53864     proto_item* item = NULL;
53865 
53866     /* Operation specific Variable declarations Begin */
53867     guint32   u_octet4;
53868     gint32    disc_s_TpPAMNotificationInfo;
53869     /* Operation specific Variable declarations End */
53870 
53871     /*
53872      * IDL Union Start - IDL:org/csapi/pam/TpPAMNotificationInfo:1.0
53873      */
53874 
53875     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
53876     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMNotificationInfo_TpPAMNotificationInfo, tvb, *offset-4, 4, u_octet4);
53877 
53878     /*
53879      * IDL Union - Discriminant - IDL:org/csapi/pam/TpPAMEventName:1.0
53880      */
53881 
53882     disc_s_TpPAMNotificationInfo = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
53883 
53884     if (disc_s_TpPAMNotificationInfo == 0 ) {
53885 
53886         /*  Begin struct "org_csapi_pam_TpPAMIPSNotificationData"  */
53887         decode_org_csapi_pam_TpPAMIPSNotificationData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53888         /*  End struct "org_csapi_pam_TpPAMIPSNotificationData"  */
53889         return;     /* End Compare for this discriminant type */
53890     }
53891 
53892     if (disc_s_TpPAMNotificationInfo == 1 ) {
53893 
53894         /*  Begin struct "org_csapi_pam_TpPAMAVCNotificationData"  */
53895         decode_org_csapi_pam_TpPAMAVCNotificationData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53896         /*  End struct "org_csapi_pam_TpPAMAVCNotificationData"  */
53897         return;     /* End Compare for this discriminant type */
53898     }
53899 
53900     if (disc_s_TpPAMNotificationInfo == 2 ) {
53901 
53902         /*  Begin struct "org_csapi_pam_TpPAMWCNotificationData"  */
53903         decode_org_csapi_pam_TpPAMWCNotificationData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53904         /*  End struct "org_csapi_pam_TpPAMWCNotificationData"  */
53905         return;     /* End Compare for this discriminant type */
53906     }
53907 
53908     if (disc_s_TpPAMNotificationInfo == 3 ) {
53909 
53910         /*  Begin struct "org_csapi_pam_TpPAMICNotificationData"  */
53911         decode_org_csapi_pam_TpPAMICNotificationData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53912         /*  End struct "org_csapi_pam_TpPAMICNotificationData"  */
53913         return;     /* End Compare for this discriminant type */
53914     }
53915 
53916     if (disc_s_TpPAMNotificationInfo == 4 ) {
53917 
53918         /*  Begin struct "org_csapi_pam_TpPAMIDNotificationData"  */
53919         decode_org_csapi_pam_TpPAMIDNotificationData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53920         /*  End struct "org_csapi_pam_TpPAMIDNotificationData"  */
53921         return;     /* End Compare for this discriminant type */
53922     }
53923 
53924     if (disc_s_TpPAMNotificationInfo == 5 ) {
53925 
53926         /*  Begin struct "org_csapi_pam_TpPAMGMCNotificationData"  */
53927         decode_org_csapi_pam_TpPAMGMCNotificationData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53928         /*  End struct "org_csapi_pam_TpPAMGMCNotificationData"  */
53929         return;     /* End Compare for this discriminant type */
53930     }
53931 
53932     if (disc_s_TpPAMNotificationInfo == 6 ) {
53933 
53934         /*  Begin struct "org_csapi_pam_TpPAMACNotificationData"  */
53935         decode_org_csapi_pam_TpPAMACNotificationData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53936         /*  End struct "org_csapi_pam_TpPAMACNotificationData"  */
53937         return;     /* End Compare for this discriminant type */
53938     }
53939 
53940     if (disc_s_TpPAMNotificationInfo == 7 ) {
53941 
53942         /*  Begin struct "org_csapi_pam_TpPAMADNotificationData"  */
53943         decode_org_csapi_pam_TpPAMADNotificationData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53944         /*  End struct "org_csapi_pam_TpPAMADNotificationData"  */
53945         return;     /* End Compare for this discriminant type */
53946     }
53947 
53948     if (disc_s_TpPAMNotificationInfo == 8 ) {
53949 
53950         /*  Begin struct "org_csapi_pam_TpPAMAANotificationData"  */
53951         decode_org_csapi_pam_TpPAMAANotificationData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53952         /*  End struct "org_csapi_pam_TpPAMAANotificationData"  */
53953         return;     /* End Compare for this discriminant type */
53954     }
53955 
53956     if (disc_s_TpPAMNotificationInfo == 9 ) {
53957 
53958         /*  Begin struct "org_csapi_pam_TpPAMAUNotificationData"  */
53959         decode_org_csapi_pam_TpPAMAUNotificationData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53960         /*  End struct "org_csapi_pam_TpPAMAUNotificationData"  */
53961         return;     /* End Compare for this discriminant type */
53962     }
53963 
53964     if (disc_s_TpPAMNotificationInfo == 10 ) {
53965 
53966         /*  Begin struct "org_csapi_pam_TpPAMCCNotificationData"  */
53967         decode_org_csapi_pam_TpPAMCCNotificationData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53968         /*  End struct "org_csapi_pam_TpPAMCCNotificationData"  */
53969         return;     /* End Compare for this discriminant type */
53970     }
53971 
53972     if (disc_s_TpPAMNotificationInfo == 11 ) {
53973 
53974         /*  Begin struct "org_csapi_pam_TpPAMACPSNotificationData"  */
53975         decode_org_csapi_pam_TpPAMACPSNotificationData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53976         /*  End struct "org_csapi_pam_TpPAMACPSNotificationData"  */
53977         return;     /* End Compare for this discriminant type */
53978     }
53979 
53980     if (disc_s_TpPAMNotificationInfo == 12 ) {
53981 
53982         /*  Begin struct "org_csapi_pam_TpPAMAPSNotificationData"  */
53983         decode_org_csapi_pam_TpPAMAPSNotificationData_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
53984         /*  End struct "org_csapi_pam_TpPAMAPSNotificationData"  */
53985         return;     /* End Compare for this discriminant type */
53986     }
53987 
53988 }
53989 
53990 /* Union = IDL:org/csapi/pam/TpPAMPreferenceData:1.0 */
53991 static void
decode_org_csapi_pam_TpPAMPreferenceData_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)53992 decode_org_csapi_pam_TpPAMPreferenceData_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
53993 {
53994 
53995     /* Operation specific Variable declarations Begin */
53996     guint32   u_octet4;
53997     gint32    disc_s_TpPAMPreferenceData;
53998     /* Operation specific Variable declarations End */
53999 
54000     /*
54001      * IDL Union Start - IDL:org/csapi/pam/TpPAMPreferenceData:1.0
54002      */
54003 
54004     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
54005     proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMPreferenceData_TpPAMPreferenceData, tvb, *offset-4, 4, u_octet4);
54006 
54007     /*
54008      * IDL Union - Discriminant - IDL:org/csapi/pam/TpPAMPreferenceType:1.0
54009      */
54010 
54011     disc_s_TpPAMPreferenceData = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
54012 
54013     if (disc_s_TpPAMPreferenceData == 1 ) {
54014 
54015         get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
54016 
54017         return;     /* End Compare for this discriminant type */
54018     }
54019 
54020 
54021     /* Default Union Case Start */
54022 
54023     proto_tree_add_int(tree, hf_org_csapi_pam_TpPAMPreferenceData_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
54024 
54025     /* Default Union Case End */
54026 
54027 }
54028 
54029 /* Union = IDL:org/csapi/mmm/TpFolderInfoProperty:1.0 */
54030 static void
decode_org_csapi_mmm_TpFolderInfoProperty_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)54031 decode_org_csapi_mmm_TpFolderInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
54032 {
54033 
54034     /* Operation specific Variable declarations Begin */
54035     guint32   u_octet4;
54036     gint32    disc_s_TpFolderInfoProperty;
54037     /* Operation specific Variable declarations End */
54038 
54039     /*
54040      * IDL Union Start - IDL:org/csapi/mmm/TpFolderInfoProperty:1.0
54041      */
54042 
54043     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
54044     proto_tree_add_uint(tree, hf_org_csapi_mmm_TpFolderInfoProperty_TpFolderInfoProperty, tvb, *offset-4, 4, u_octet4);
54045 
54046     /*
54047      * IDL Union - Discriminant - IDL:org/csapi/mmm/TpFolderInfoPropertyName:1.0
54048      */
54049 
54050     disc_s_TpFolderInfoProperty = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
54051 
54052     if (disc_s_TpFolderInfoProperty == 1 ) {
54053 
54054         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpFolderInfoProperty_FolderDateCreated);
54055 
54056         return;     /* End Compare for this discriminant type */
54057     }
54058 
54059     if (disc_s_TpFolderInfoProperty == 2 ) {
54060 
54061         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpFolderInfoProperty_FolderDateChanged);
54062 
54063         return;     /* End Compare for this discriminant type */
54064     }
54065 
54066     if (disc_s_TpFolderInfoProperty == 3 ) {
54067 
54068         proto_tree_add_int(tree, hf_org_csapi_mmm_TpFolderInfoProperty_FolderSize, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
54069 
54070         return;     /* End Compare for this discriminant type */
54071     }
54072 
54073     if (disc_s_TpFolderInfoProperty == 4 ) {
54074 
54075         proto_tree_add_int(tree, hf_org_csapi_mmm_TpFolderInfoProperty_FolderNumberOfMessages, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
54076 
54077         return;     /* End Compare for this discriminant type */
54078     }
54079 
54080 
54081     /* Default Union Case Start */
54082 
54083     proto_tree_add_int(tree, hf_org_csapi_mmm_TpFolderInfoProperty_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
54084 
54085     /* Default Union Case End */
54086 
54087 }
54088 
54089 /* Union = IDL:org/csapi/mmm/TpMailboxInfoProperty:1.0 */
54090 static void
decode_org_csapi_mmm_TpMailboxInfoProperty_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)54091 decode_org_csapi_mmm_TpMailboxInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
54092 {
54093 
54094     /* Operation specific Variable declarations Begin */
54095     guint32   u_octet4;
54096     gint32    disc_s_TpMailboxInfoProperty;
54097     /* Operation specific Variable declarations End */
54098 
54099     /*
54100      * IDL Union Start - IDL:org/csapi/mmm/TpMailboxInfoProperty:1.0
54101      */
54102 
54103     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
54104     proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMailboxInfoProperty_TpMailboxInfoProperty, tvb, *offset-4, 4, u_octet4);
54105 
54106     /*
54107      * IDL Union - Discriminant - IDL:org/csapi/mmm/TpMailboxInfoPropertyName:1.0
54108      */
54109 
54110     disc_s_TpMailboxInfoProperty = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
54111 
54112     if (disc_s_TpMailboxInfoProperty == 1 ) {
54113 
54114         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpMailboxInfoProperty_MailboxOwner);
54115 
54116         return;     /* End Compare for this discriminant type */
54117     }
54118 
54119     if (disc_s_TpMailboxInfoProperty == 2 ) {
54120 
54121         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpMailboxInfoProperty_MailboxDateCreated);
54122 
54123         return;     /* End Compare for this discriminant type */
54124     }
54125 
54126     if (disc_s_TpMailboxInfoProperty == 3 ) {
54127 
54128         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpMailboxInfoProperty_MailboxDateChanged);
54129 
54130         return;     /* End Compare for this discriminant type */
54131     }
54132 
54133     if (disc_s_TpMailboxInfoProperty == 4 ) {
54134 
54135         proto_tree_add_int(tree, hf_org_csapi_mmm_TpMailboxInfoProperty_MailboxSize, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
54136 
54137         return;     /* End Compare for this discriminant type */
54138     }
54139 
54140 
54141     /* Default Union Case Start */
54142 
54143     proto_tree_add_int(tree, hf_org_csapi_mmm_TpMailboxInfoProperty_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
54144 
54145     /* Default Union Case End */
54146 
54147 }
54148 
54149 /* Union = IDL:org/csapi/mmm/TpMessageInfoProperty:1.0 */
54150 static void
decode_org_csapi_mmm_TpMessageInfoProperty_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)54151 decode_org_csapi_mmm_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
54152 {
54153 
54154     /* Operation specific Variable declarations Begin */
54155     guint32   u_octet4;
54156     gint32    disc_s_TpMessageInfoProperty;
54157     /* Operation specific Variable declarations End */
54158 
54159     /*
54160      * IDL Union Start - IDL:org/csapi/mmm/TpMessageInfoProperty:1.0
54161      */
54162 
54163     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
54164     proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageInfoProperty_TpMessageInfoProperty, tvb, *offset-4, 4, u_octet4);
54165 
54166     /*
54167      * IDL Union - Discriminant - IDL:org/csapi/mmm/TpMessageInfoPropertyName:1.0
54168      */
54169 
54170     disc_s_TpMessageInfoProperty = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
54171 
54172     if (disc_s_TpMessageInfoProperty == 1 ) {
54173 
54174         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpMessageInfoProperty_MessageDateCreated);
54175 
54176         return;     /* End Compare for this discriminant type */
54177     }
54178 
54179     if (disc_s_TpMessageInfoProperty == 2 ) {
54180 
54181         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpMessageInfoProperty_MessageDateReceived);
54182 
54183         return;     /* End Compare for this discriminant type */
54184     }
54185 
54186     if (disc_s_TpMessageInfoProperty == 3 ) {
54187 
54188         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpMessageInfoProperty_MessageDateChanged);
54189 
54190         return;     /* End Compare for this discriminant type */
54191     }
54192 
54193     if (disc_s_TpMessageInfoProperty == 4 ) {
54194 
54195         proto_tree_add_int(tree, hf_org_csapi_mmm_TpMessageInfoProperty_MessageSize, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
54196 
54197         return;     /* End Compare for this discriminant type */
54198     }
54199 
54200     if (disc_s_TpMessageInfoProperty == 5 ) {
54201 
54202         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
54203         proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageInfoProperty_MessageStatus, tvb, *offset-4, 4, u_octet4);
54204 
54205         return;     /* End Compare for this discriminant type */
54206     }
54207 
54208 
54209     /* Default Union Case Start */
54210 
54211     proto_tree_add_int(tree, hf_org_csapi_mmm_TpMessageInfoProperty_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
54212 
54213     /* Default Union Case End */
54214 
54215 }
54216 
54217 /* Union = IDL:org/csapi/mmm/TpMessageHeaderField:1.0 */
54218 static void
decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)54219 decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
54220 {
54221     proto_item* item = NULL;
54222 
54223     /* Operation specific Variable declarations Begin */
54224     guint32   u_octet4;
54225     gint32    disc_s_TpMessageHeaderField;
54226     guint32   u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_From;
54227     guint32   i_org_csapi_mmm_TpMessageHeaderField_From;
54228     guint32   u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_ReplyTo;
54229     guint32   i_org_csapi_mmm_TpMessageHeaderField_ReplyTo;
54230     guint32   u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_To;
54231     guint32   i_org_csapi_mmm_TpMessageHeaderField_To;
54232     guint32   u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_Cc;
54233     guint32   i_org_csapi_mmm_TpMessageHeaderField_Cc;
54234     guint32   u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_Bcc;
54235     guint32   i_org_csapi_mmm_TpMessageHeaderField_Bcc;
54236     guint32   u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_InReplyTo;
54237     guint32   i_org_csapi_mmm_TpMessageHeaderField_InReplyTo;
54238     guint32   u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_References;
54239     guint32   i_org_csapi_mmm_TpMessageHeaderField_References;
54240     guint32   u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_Keywords;
54241     guint32   i_org_csapi_mmm_TpMessageHeaderField_Keywords;
54242     /* Operation specific Variable declarations End */
54243 
54244     /*
54245      * IDL Union Start - IDL:org/csapi/mmm/TpMessageHeaderField:1.0
54246      */
54247 
54248     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
54249     proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageHeaderField_TpMessageHeaderField, tvb, *offset-4, 4, u_octet4);
54250 
54251     /*
54252      * IDL Union - Discriminant - IDL:org/csapi/mmm/TpMessageHeaderFieldType:1.0
54253      */
54254 
54255     disc_s_TpMessageHeaderField = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
54256 
54257     if (disc_s_TpMessageHeaderField == 0 ) {
54258 
54259         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpMessageHeaderField_DateSent);
54260 
54261         return;     /* End Compare for this discriminant type */
54262     }
54263 
54264     if (disc_s_TpMessageHeaderField == 1 ) {
54265 
54266         u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_From = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
54267         proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageHeaderField_From_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_From);
54268 
54269         for (i_org_csapi_mmm_TpMessageHeaderField_From=0; i_org_csapi_mmm_TpMessageHeaderField_From < u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_From; i_org_csapi_mmm_TpMessageHeaderField_From++) {
54270 
54271             /*  Begin struct "org_csapi_TpAddress"  */
54272             decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54273             /*  End struct "org_csapi_TpAddress"  */
54274         }
54275 
54276         return;     /* End Compare for this discriminant type */
54277     }
54278 
54279     if (disc_s_TpMessageHeaderField == 2 ) {
54280 
54281         /*  Begin struct "org_csapi_TpAddress"  */
54282         decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54283         /*  End struct "org_csapi_TpAddress"  */
54284         return;     /* End Compare for this discriminant type */
54285     }
54286 
54287     if (disc_s_TpMessageHeaderField == 3 ) {
54288 
54289         u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_ReplyTo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
54290         proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageHeaderField_ReplyTo_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_ReplyTo);
54291 
54292         for (i_org_csapi_mmm_TpMessageHeaderField_ReplyTo=0; i_org_csapi_mmm_TpMessageHeaderField_ReplyTo < u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_ReplyTo; i_org_csapi_mmm_TpMessageHeaderField_ReplyTo++) {
54293 
54294             /*  Begin struct "org_csapi_TpAddress"  */
54295             decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54296             /*  End struct "org_csapi_TpAddress"  */
54297         }
54298 
54299         return;     /* End Compare for this discriminant type */
54300     }
54301 
54302     if (disc_s_TpMessageHeaderField == 4 ) {
54303 
54304         u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_To = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
54305         proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageHeaderField_To_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_To);
54306 
54307         for (i_org_csapi_mmm_TpMessageHeaderField_To=0; i_org_csapi_mmm_TpMessageHeaderField_To < u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_To; i_org_csapi_mmm_TpMessageHeaderField_To++) {
54308 
54309             /*  Begin struct "org_csapi_TpAddress"  */
54310             decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54311             /*  End struct "org_csapi_TpAddress"  */
54312         }
54313 
54314         return;     /* End Compare for this discriminant type */
54315     }
54316 
54317     if (disc_s_TpMessageHeaderField == 5 ) {
54318 
54319         u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_Cc = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
54320         proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageHeaderField_Cc_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_Cc);
54321 
54322         for (i_org_csapi_mmm_TpMessageHeaderField_Cc=0; i_org_csapi_mmm_TpMessageHeaderField_Cc < u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_Cc; i_org_csapi_mmm_TpMessageHeaderField_Cc++) {
54323 
54324             /*  Begin struct "org_csapi_TpAddress"  */
54325             decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54326             /*  End struct "org_csapi_TpAddress"  */
54327         }
54328 
54329         return;     /* End Compare for this discriminant type */
54330     }
54331 
54332     if (disc_s_TpMessageHeaderField == 6 ) {
54333 
54334         u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_Bcc = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
54335         proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageHeaderField_Bcc_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_Bcc);
54336 
54337         for (i_org_csapi_mmm_TpMessageHeaderField_Bcc=0; i_org_csapi_mmm_TpMessageHeaderField_Bcc < u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_Bcc; i_org_csapi_mmm_TpMessageHeaderField_Bcc++) {
54338 
54339             /*  Begin struct "org_csapi_TpAddress"  */
54340             decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54341             /*  End struct "org_csapi_TpAddress"  */
54342         }
54343 
54344         return;     /* End Compare for this discriminant type */
54345     }
54346 
54347     if (disc_s_TpMessageHeaderField == 7 ) {
54348 
54349         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpMessageHeaderField_RFC822MessageID);
54350 
54351         return;     /* End Compare for this discriminant type */
54352     }
54353 
54354     if (disc_s_TpMessageHeaderField == 8 ) {
54355 
54356         u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_InReplyTo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
54357         proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageHeaderField_InReplyTo_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_InReplyTo);
54358 
54359         for (i_org_csapi_mmm_TpMessageHeaderField_InReplyTo=0; i_org_csapi_mmm_TpMessageHeaderField_InReplyTo < u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_InReplyTo; i_org_csapi_mmm_TpMessageHeaderField_InReplyTo++) {
54360 
54361             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpMessageHeaderField_InReplyTo);
54362 
54363         }
54364 
54365         return;     /* End Compare for this discriminant type */
54366     }
54367 
54368     if (disc_s_TpMessageHeaderField == 9 ) {
54369 
54370         u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_References = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
54371         proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageHeaderField_References_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_References);
54372 
54373         for (i_org_csapi_mmm_TpMessageHeaderField_References=0; i_org_csapi_mmm_TpMessageHeaderField_References < u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_References; i_org_csapi_mmm_TpMessageHeaderField_References++) {
54374 
54375             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpMessageHeaderField_References);
54376 
54377         }
54378 
54379         return;     /* End Compare for this discriminant type */
54380     }
54381 
54382     if (disc_s_TpMessageHeaderField == 10 ) {
54383 
54384         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpMessageHeaderField_Subject);
54385 
54386         return;     /* End Compare for this discriminant type */
54387     }
54388 
54389     if (disc_s_TpMessageHeaderField == 11 ) {
54390 
54391         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpMessageHeaderField_Comments);
54392 
54393         return;     /* End Compare for this discriminant type */
54394     }
54395 
54396     if (disc_s_TpMessageHeaderField == 12 ) {
54397 
54398         u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_Keywords = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
54399         proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageHeaderField_Keywords_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_Keywords);
54400 
54401         for (i_org_csapi_mmm_TpMessageHeaderField_Keywords=0; i_org_csapi_mmm_TpMessageHeaderField_Keywords < u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_Keywords; i_org_csapi_mmm_TpMessageHeaderField_Keywords++) {
54402 
54403             giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpMessageHeaderField_Keywords);
54404 
54405         }
54406 
54407         return;     /* End Compare for this discriminant type */
54408     }
54409 
54410     if (disc_s_TpMessageHeaderField == 13 ) {
54411 
54412         /*  Begin struct "org_csapi_mmm_TpGenericHeaderField"  */
54413         decode_org_csapi_mmm_TpGenericHeaderField_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54414         /*  End struct "org_csapi_mmm_TpGenericHeaderField"  */
54415         return;     /* End Compare for this discriminant type */
54416     }
54417 
54418     if (disc_s_TpMessageHeaderField == 14 ) {
54419 
54420         /*  Begin struct "org_csapi_mmm_TpGenericHeaderField"  */
54421         decode_org_csapi_mmm_TpGenericHeaderField_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54422         /*  End struct "org_csapi_mmm_TpGenericHeaderField"  */
54423         return;     /* End Compare for this discriminant type */
54424     }
54425 
54426     if (disc_s_TpMessageHeaderField == 15 ) {
54427 
54428         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpMessageHeaderField_MimeVersion);
54429 
54430         return;     /* End Compare for this discriminant type */
54431     }
54432 
54433     if (disc_s_TpMessageHeaderField == 16 ) {
54434 
54435         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpMessageHeaderField_MimeContent);
54436 
54437         return;     /* End Compare for this discriminant type */
54438     }
54439 
54440     if (disc_s_TpMessageHeaderField == 17 ) {
54441 
54442         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpMessageHeaderField_MimeEncoding);
54443 
54444         return;     /* End Compare for this discriminant type */
54445     }
54446 
54447     if (disc_s_TpMessageHeaderField == 18 ) {
54448 
54449         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpMessageHeaderField_MimeID);
54450 
54451         return;     /* End Compare for this discriminant type */
54452     }
54453 
54454     if (disc_s_TpMessageHeaderField == 19 ) {
54455 
54456         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpMessageHeaderField_MimeDescription);
54457 
54458         return;     /* End Compare for this discriminant type */
54459     }
54460 
54461     if (disc_s_TpMessageHeaderField == 20 ) {
54462 
54463         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpMessageHeaderField_MimeDisposition);
54464 
54465         return;     /* End Compare for this discriminant type */
54466     }
54467 
54468     if (disc_s_TpMessageHeaderField == 21 ) {
54469 
54470         /*  Begin struct "org_csapi_mmm_TpGenericHeaderField"  */
54471         decode_org_csapi_mmm_TpGenericHeaderField_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54472         /*  End struct "org_csapi_mmm_TpGenericHeaderField"  */
54473         return;     /* End Compare for this discriminant type */
54474     }
54475 
54476     if (disc_s_TpMessageHeaderField == 22 ) {
54477 
54478         /*  Begin struct "org_csapi_mmm_TpGenericHeaderField"  */
54479         decode_org_csapi_mmm_TpGenericHeaderField_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54480         /*  End struct "org_csapi_mmm_TpGenericHeaderField"  */
54481         return;     /* End Compare for this discriminant type */
54482     }
54483 
54484     if (disc_s_TpMessageHeaderField == 23 ) {
54485 
54486         u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
54487         proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageHeaderField_Priority, tvb, *offset-4, 4, u_octet4);
54488 
54489         return;     /* End Compare for this discriminant type */
54490     }
54491 
54492 }
54493 
54494 /* Union = IDL:org/csapi/mmm/TpDeliveryTime:1.0 */
54495 static void
decode_org_csapi_mmm_TpDeliveryTime_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)54496 decode_org_csapi_mmm_TpDeliveryTime_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
54497 {
54498 
54499     /* Operation specific Variable declarations Begin */
54500     guint32   u_octet4;
54501     gint32    disc_s_TpDeliveryTime;
54502     /* Operation specific Variable declarations End */
54503 
54504     /*
54505      * IDL Union Start - IDL:org/csapi/mmm/TpDeliveryTime:1.0
54506      */
54507 
54508     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
54509     proto_tree_add_uint(tree, hf_org_csapi_mmm_TpDeliveryTime_TpDeliveryTime, tvb, *offset-4, 4, u_octet4);
54510 
54511     /*
54512      * IDL Union - Discriminant - IDL:org/csapi/mmm/TpDeliveryTimeType:1.0
54513      */
54514 
54515     disc_s_TpDeliveryTime = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
54516 
54517     if (disc_s_TpDeliveryTime == 1 ) {
54518 
54519         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpDeliveryTime_DeliveryTime);
54520 
54521         return;     /* End Compare for this discriminant type */
54522     }
54523 
54524 
54525     /* Default Union Case Start */
54526 
54527     proto_tree_add_int(tree, hf_org_csapi_mmm_TpDeliveryTime_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
54528 
54529     /* Default Union Case End */
54530 
54531 }
54532 
54533 /* Union = IDL:org/csapi/mmm/TpMessageTreatment:1.0 */
54534 static void
decode_org_csapi_mmm_TpMessageTreatment_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)54535 decode_org_csapi_mmm_TpMessageTreatment_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
54536 {
54537 
54538     /* Operation specific Variable declarations Begin */
54539     guint32   u_octet4;
54540     gint32    disc_s_TpMessageTreatment;
54541     /* Operation specific Variable declarations End */
54542 
54543     /*
54544      * IDL Union Start - IDL:org/csapi/mmm/TpMessageTreatment:1.0
54545      */
54546 
54547     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
54548     proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageTreatment_TpMessageTreatment, tvb, *offset-4, 4, u_octet4);
54549 
54550     /*
54551      * IDL Union - Discriminant - IDL:org/csapi/mmm/TpMessageTreatmentType:1.0
54552      */
54553 
54554     disc_s_TpMessageTreatment = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
54555 
54556     if (disc_s_TpMessageTreatment == 1 ) {
54557 
54558         proto_tree_add_int(tree, hf_org_csapi_mmm_TpMessageTreatment_DeliveryReport, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
54559 
54560         return;     /* End Compare for this discriminant type */
54561     }
54562 
54563     if (disc_s_TpMessageTreatment == 2 ) {
54564 
54565         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpMessageTreatment_BillingID);
54566 
54567         return;     /* End Compare for this discriminant type */
54568     }
54569 
54570     if (disc_s_TpMessageTreatment == 3 ) {
54571 
54572         /*  Begin union "org_csapi_mmm_TpDeliveryTime"  */
54573         decode_org_csapi_mmm_TpDeliveryTime_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
54574 
54575         /*  End union "org_csapi_mmm_TpDeliveryTime"  */
54576         return;     /* End Compare for this discriminant type */
54577     }
54578 
54579     if (disc_s_TpMessageTreatment == 4 ) {
54580 
54581         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpMessageTreatment_ValidityTime);
54582 
54583         return;     /* End Compare for this discriminant type */
54584     }
54585 
54586 }
54587 
54588 /* Union = IDL:org/csapi/mmm/TpMessagingEventCriteria:1.0 */
54589 static void
decode_org_csapi_mmm_TpMessagingEventCriteria_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)54590 decode_org_csapi_mmm_TpMessagingEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
54591 {
54592     proto_item* item = NULL;
54593 
54594     /* Operation specific Variable declarations Begin */
54595     guint32   u_octet4;
54596     gint32    disc_s_TpMessagingEventCriteria;
54597     /* Operation specific Variable declarations End */
54598 
54599     /*
54600      * IDL Union Start - IDL:org/csapi/mmm/TpMessagingEventCriteria:1.0
54601      */
54602 
54603     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
54604     proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessagingEventCriteria_TpMessagingEventCriteria, tvb, *offset-4, 4, u_octet4);
54605 
54606     /*
54607      * IDL Union - Discriminant - IDL:org/csapi/mmm/TpMessagingEventName:1.0
54608      */
54609 
54610     disc_s_TpMessagingEventCriteria = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
54611 
54612     if (disc_s_TpMessagingEventCriteria == 1 ) {
54613 
54614         /*  Begin struct "org_csapi_mmm_TpNewMailboxMessageArrivedCriteria"  */
54615         decode_org_csapi_mmm_TpNewMailboxMessageArrivedCriteria_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54616         /*  End struct "org_csapi_mmm_TpNewMailboxMessageArrivedCriteria"  */
54617         return;     /* End Compare for this discriminant type */
54618     }
54619 
54620     if (disc_s_TpMessagingEventCriteria == 2 ) {
54621 
54622         /*  Begin struct "org_csapi_mmm_TpNewMessageArrivedCriteria"  */
54623         decode_org_csapi_mmm_TpNewMessageArrivedCriteria_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54624         /*  End struct "org_csapi_mmm_TpNewMessageArrivedCriteria"  */
54625         return;     /* End Compare for this discriminant type */
54626     }
54627 
54628 
54629     /* Default Union Case Start */
54630 
54631     proto_tree_add_int(tree, hf_org_csapi_mmm_TpMessagingEventCriteria_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
54632 
54633     /* Default Union Case End */
54634 
54635 }
54636 
54637 /* Union = IDL:org/csapi/mmm/TpMessagingEventInfo:1.0 */
54638 static void
decode_org_csapi_mmm_TpMessagingEventInfo_un(tvbuff_t * tvb _U_,packet_info * pinfo _U_,proto_tree * tree _U_,int * offset _U_,MessageHeader * header _U_,const gchar * operation _U_,gboolean stream_is_big_endian _U_)54639 decode_org_csapi_mmm_TpMessagingEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
54640 {
54641     proto_item* item = NULL;
54642 
54643     /* Operation specific Variable declarations Begin */
54644     guint32   u_octet4;
54645     gint32    disc_s_TpMessagingEventInfo;
54646     /* Operation specific Variable declarations End */
54647 
54648     /*
54649      * IDL Union Start - IDL:org/csapi/mmm/TpMessagingEventInfo:1.0
54650      */
54651 
54652     u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
54653     proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessagingEventInfo_TpMessagingEventInfo, tvb, *offset-4, 4, u_octet4);
54654 
54655     /*
54656      * IDL Union - Discriminant - IDL:org/csapi/mmm/TpMessagingEventName:1.0
54657      */
54658 
54659     disc_s_TpMessagingEventInfo = (gint32) u_octet4;     /* save Enum Value  discriminant and cast to gint32 */
54660 
54661     if (disc_s_TpMessagingEventInfo == 0 ) {
54662 
54663         giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpMessagingEventInfo_EventNameUndefined);
54664 
54665         return;     /* End Compare for this discriminant type */
54666     }
54667 
54668     if (disc_s_TpMessagingEventInfo == 1 ) {
54669 
54670         /*  Begin struct "org_csapi_mmm_TpNewMailboxMessageArrivedInfo"  */
54671         decode_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54672         /*  End struct "org_csapi_mmm_TpNewMailboxMessageArrivedInfo"  */
54673         return;     /* End Compare for this discriminant type */
54674     }
54675 
54676     if (disc_s_TpMessagingEventInfo == 2 ) {
54677 
54678         /*  Begin struct "org_csapi_mmm_TpNewMessageArrivedInfo"  */
54679         decode_org_csapi_mmm_TpNewMessageArrivedInfo_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54680         /*  End struct "org_csapi_mmm_TpNewMessageArrivedInfo"  */
54681         return;     /* End Compare for this discriminant type */
54682     }
54683 
54684 }
54685 
54686 /*
54687  * Called once we accept the packet as being for us; it sets the
54688  * Protocol and Info columns and creates the top-level protocol
54689  * tree item.
54690  */
54691 static proto_tree *
start_dissecting(tvbuff_t * tvb,packet_info * pinfo,proto_tree * ptree,int * offset)54692 start_dissecting(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, int *offset)
54693 {
54694 
54695     proto_item *ti = NULL;
54696     proto_tree *tree = NULL;            /* init later, inside if(tree) */
54697 
54698     col_set_str(pinfo->cinfo, COL_PROTOCOL, "PARLAY");
54699 
54700     /*
54701      * Do not clear COL_INFO, as nothing is being written there by
54702      * this dissector yet. So leave it as is from the GIOP dissector.
54703      * TODO: add something useful to COL_INFO
54704      *     col_clear(pinfo->cinfo, COL_INFO);
54705      */
54706 
54707     if (ptree) {
54708         ti = proto_tree_add_item(ptree, proto_parlay, tvb, *offset, tvb_reported_length_remaining(tvb, *offset), ENC_NA);
54709         tree = proto_item_add_subtree(ti, ett_parlay);
54710     }
54711     return tree;
54712 }
54713 
54714 static proto_item*
process_RequestOperation(tvbuff_t * tvb,packet_info * pinfo,proto_tree * ptree,MessageHeader * header,const gchar * operation)54715 process_RequestOperation(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, MessageHeader *header, const gchar *operation)
54716 {
54717     proto_item *pi;
54718     if(header->message_type == Reply) {
54719         /* fill-up info column */
54720         col_append_fstr(pinfo->cinfo, COL_INFO, " op = %s",operation);
54721     }
54722     /* fill-up the field */
54723     pi=proto_tree_add_string(ptree, hf_operationrequest, tvb, 0, 0, operation);
54724     proto_item_set_generated(pi);
54725     return pi;
54726 }
54727 
54728 static gboolean
dissect_parlay(tvbuff_t * tvb,packet_info * pinfo,proto_tree * ptree,int * offset,MessageHeader * header,const gchar * operation,gchar * idlname)54729 dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, int *offset, MessageHeader *header, const gchar *operation, gchar *idlname)
54730 {
54731     proto_item *item _U_;
54732     proto_tree *tree _U_;
54733     gboolean stream_is_big_endian = is_big_endian(header); /* get endianess */
54734 
54735     /* If we have a USER Exception, then decode it and return */
54736     if ((header->message_type == Reply) && (header->rep_status == USER_EXCEPTION)) {
54737        return decode_user_exception(tvb, pinfo, ptree, offset, header, operation, stream_is_big_endian);
54738     }
54739 
54740     switch(header->message_type) {
54741 
54742     case Request:
54743     case Reply:
54744 
54745         if (strcmp(operation, "setCallback") == 0
54746             && (!idlname || strcmp(idlname, "org/csapi/IpService") == 0)) {
54747             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54748             tree = start_dissecting(tvb, pinfo, ptree, offset);
54749             decode_org_csapi_IpService_setCallback(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54750             return TRUE;
54751         }
54752 
54753         if (strcmp(operation, "setCallbackWithSessionID") == 0
54754             && (!idlname || strcmp(idlname, "org/csapi/IpService") == 0)) {
54755             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54756             tree = start_dissecting(tvb, pinfo, ptree, offset);
54757             decode_org_csapi_IpService_setCallbackWithSessionID(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54758             return TRUE;
54759         }
54760 
54761         if (strcmp(operation, "initiateAuthentication") == 0
54762             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpInitial") == 0)) {
54763             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54764             tree = start_dissecting(tvb, pinfo, ptree, offset);
54765             decode_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthentication(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54766             return TRUE;
54767         }
54768 
54769         if (strcmp(operation, "initiateAuthenticationWithVersion") == 0
54770             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpInitial") == 0)) {
54771             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54772             tree = start_dissecting(tvb, pinfo, ptree, offset);
54773             decode_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticationWithVersion(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54774             return TRUE;
54775         }
54776 
54777         if (strcmp(operation, "requestAccess") == 0
54778             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAuthentication") == 0)) {
54779             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54780             tree = start_dissecting(tvb, pinfo, ptree, offset);
54781             decode_org_csapi_fw_fw_access_trust_and_security_IpAuthentication_requestAccess(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54782             return TRUE;
54783         }
54784 
54785         if (strcmp(operation, "terminateAccess") == 0
54786             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpClientAccess") == 0)) {
54787             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54788             tree = start_dissecting(tvb, pinfo, ptree, offset);
54789             decode_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54790             return TRUE;
54791         }
54792 
54793         if (strcmp(operation, "obtainInterface") == 0
54794             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAccess") == 0)) {
54795             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54796             tree = start_dissecting(tvb, pinfo, ptree, offset);
54797             decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterface(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54798             return TRUE;
54799         }
54800 
54801         if (strcmp(operation, "obtainInterfaceWithCallback") == 0
54802             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAccess") == 0)) {
54803             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54804             tree = start_dissecting(tvb, pinfo, ptree, offset);
54805             decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterfaceWithCallback(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54806             return TRUE;
54807         }
54808 
54809         if (strcmp(operation, "endAccess") == 0
54810             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAccess") == 0)) {
54811             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54812             tree = start_dissecting(tvb, pinfo, ptree, offset);
54813             decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54814             return TRUE;
54815         }
54816 
54817         if (strcmp(operation, "listInterfaces") == 0
54818             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAccess") == 0)) {
54819             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54820             tree = start_dissecting(tvb, pinfo, ptree, offset);
54821             decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54822             return TRUE;
54823         }
54824 
54825         if (strcmp(operation, "releaseInterface") == 0
54826             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAccess") == 0)) {
54827             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54828             tree = start_dissecting(tvb, pinfo, ptree, offset);
54829             decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_releaseInterface(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54830             return TRUE;
54831         }
54832 
54833         if (strcmp(operation, "selectSigningAlgorithm") == 0
54834             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAccess") == 0)) {
54835             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54836             tree = start_dissecting(tvb, pinfo, ptree, offset);
54837             decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_selectSigningAlgorithm(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54838             return TRUE;
54839         }
54840 
54841         if (strcmp(operation, "terminateAccess") == 0
54842             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAccess") == 0)) {
54843             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54844             tree = start_dissecting(tvb, pinfo, ptree, offset);
54845             decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54846             return TRUE;
54847         }
54848 
54849         if (strcmp(operation, "relinquishInterface") == 0
54850             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAccess") == 0)) {
54851             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54852             tree = start_dissecting(tvb, pinfo, ptree, offset);
54853             decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54854             return TRUE;
54855         }
54856 
54857         if (strcmp(operation, "authenticate") == 0
54858             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpClientAPILevelAuthentication") == 0)) {
54859             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54860             tree = start_dissecting(tvb, pinfo, ptree, offset);
54861             decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54862             return TRUE;
54863         }
54864 
54865         if (strcmp(operation, "abortAuthentication") == 0
54866             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpClientAPILevelAuthentication") == 0)) {
54867             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54868             tree = start_dissecting(tvb, pinfo, ptree, offset);
54869             decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_abortAuthentication(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54870             return TRUE;
54871         }
54872 
54873         if (strcmp(operation, "authenticationSucceeded") == 0
54874             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpClientAPILevelAuthentication") == 0)) {
54875             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54876             tree = start_dissecting(tvb, pinfo, ptree, offset);
54877             decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticationSucceeded(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54878             return TRUE;
54879         }
54880 
54881         if (strcmp(operation, "challenge") == 0
54882             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpClientAPILevelAuthentication") == 0)) {
54883             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54884             tree = start_dissecting(tvb, pinfo, ptree, offset);
54885             decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54886             return TRUE;
54887         }
54888 
54889         if (strcmp(operation, "selectEncryptionMethod") == 0
54890             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAPILevelAuthentication") == 0)) {
54891             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54892             tree = start_dissecting(tvb, pinfo, ptree, offset);
54893             decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectEncryptionMethod(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54894             return TRUE;
54895         }
54896 
54897         if (strcmp(operation, "authenticate") == 0
54898             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAPILevelAuthentication") == 0)) {
54899             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54900             tree = start_dissecting(tvb, pinfo, ptree, offset);
54901             decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54902             return TRUE;
54903         }
54904 
54905         if (strcmp(operation, "abortAuthentication") == 0
54906             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAPILevelAuthentication") == 0)) {
54907             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54908             tree = start_dissecting(tvb, pinfo, ptree, offset);
54909             decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_abortAuthentication(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54910             return TRUE;
54911         }
54912 
54913         if (strcmp(operation, "authenticationSucceeded") == 0
54914             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAPILevelAuthentication") == 0)) {
54915             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54916             tree = start_dissecting(tvb, pinfo, ptree, offset);
54917             decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticationSucceeded(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54918             return TRUE;
54919         }
54920 
54921         if (strcmp(operation, "selectAuthenticationMechanism") == 0
54922             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAPILevelAuthentication") == 0)) {
54923             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54924             tree = start_dissecting(tvb, pinfo, ptree, offset);
54925             decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectAuthenticationMechanism(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54926             return TRUE;
54927         }
54928 
54929         if (strcmp(operation, "challenge") == 0
54930             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAPILevelAuthentication") == 0)) {
54931             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54932             tree = start_dissecting(tvb, pinfo, ptree, offset);
54933             decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54934             return TRUE;
54935         }
54936 
54937         if (strcmp(operation, "reportNotification") == 0
54938             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/notification/IpAppEventNotification") == 0)) {
54939             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54940             tree = start_dissecting(tvb, pinfo, ptree, offset);
54941             decode_org_csapi_fw_fw_application_notification_IpAppEventNotification_reportNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54942             return TRUE;
54943         }
54944 
54945         if (strcmp(operation, "notificationTerminated") == 0
54946             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/notification/IpAppEventNotification") == 0)) {
54947             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54948             tree = start_dissecting(tvb, pinfo, ptree, offset);
54949             decode_org_csapi_fw_fw_application_notification_IpAppEventNotification_notificationTerminated(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54950             return TRUE;
54951         }
54952 
54953         if (strcmp(operation, "createNotification") == 0
54954             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/notification/IpEventNotification") == 0)) {
54955             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54956             tree = start_dissecting(tvb, pinfo, ptree, offset);
54957             decode_org_csapi_fw_fw_application_notification_IpEventNotification_createNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54958             return TRUE;
54959         }
54960 
54961         if (strcmp(operation, "destroyNotification") == 0
54962             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/notification/IpEventNotification") == 0)) {
54963             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54964             tree = start_dissecting(tvb, pinfo, ptree, offset);
54965             decode_org_csapi_fw_fw_application_notification_IpEventNotification_destroyNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54966             return TRUE;
54967         }
54968 
54969         if (strcmp(operation, "activityTestRes") == 0
54970             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
54971             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54972             tree = start_dissecting(tvb, pinfo, ptree, offset);
54973             decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54974             return TRUE;
54975         }
54976 
54977         if (strcmp(operation, "appActivityTestReq") == 0
54978             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
54979             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54980             tree = start_dissecting(tvb, pinfo, ptree, offset);
54981             decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appActivityTestReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54982             return TRUE;
54983         }
54984 
54985         if (strcmp(operation, "fwFaultReportInd") == 0
54986             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
54987             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54988             tree = start_dissecting(tvb, pinfo, ptree, offset);
54989             decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultReportInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54990             return TRUE;
54991         }
54992 
54993         if (strcmp(operation, "fwFaultRecoveryInd") == 0
54994             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
54995             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
54996             tree = start_dissecting(tvb, pinfo, ptree, offset);
54997             decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultRecoveryInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
54998             return TRUE;
54999         }
55000 
55001         if (strcmp(operation, "svcUnavailableInd") == 0
55002             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
55003             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55004             tree = start_dissecting(tvb, pinfo, ptree, offset);
55005             decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUnavailableInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55006             return TRUE;
55007         }
55008 
55009         if (strcmp(operation, "genFaultStatsRecordRes") == 0
55010             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
55011             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55012             tree = start_dissecting(tvb, pinfo, ptree, offset);
55013             decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55014             return TRUE;
55015         }
55016 
55017         if (strcmp(operation, "fwUnavailableInd") == 0
55018             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
55019             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55020             tree = start_dissecting(tvb, pinfo, ptree, offset);
55021             decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwUnavailableInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55022             return TRUE;
55023         }
55024 
55025         if (strcmp(operation, "activityTestErr") == 0
55026             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
55027             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55028             tree = start_dissecting(tvb, pinfo, ptree, offset);
55029             decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55030             return TRUE;
55031         }
55032 
55033         if (strcmp(operation, "genFaultStatsRecordErr") == 0
55034             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
55035             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55036             tree = start_dissecting(tvb, pinfo, ptree, offset);
55037             decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55038             return TRUE;
55039         }
55040 
55041         if (strcmp(operation, "appUnavailableInd") == 0
55042             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
55043             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55044             tree = start_dissecting(tvb, pinfo, ptree, offset);
55045             decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appUnavailableInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55046             return TRUE;
55047         }
55048 
55049         if (strcmp(operation, "genFaultStatsRecordReq") == 0
55050             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
55051             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55052             tree = start_dissecting(tvb, pinfo, ptree, offset);
55053             decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55054             return TRUE;
55055         }
55056 
55057         if (strcmp(operation, "svcAvailStatusInd") == 0
55058             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
55059             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55060             tree = start_dissecting(tvb, pinfo, ptree, offset);
55061             decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAvailStatusInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55062             return TRUE;
55063         }
55064 
55065         if (strcmp(operation, "generateFaultStatisticsRecordRes") == 0
55066             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
55067             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55068             tree = start_dissecting(tvb, pinfo, ptree, offset);
55069             decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55070             return TRUE;
55071         }
55072 
55073         if (strcmp(operation, "generateFaultStatisticsRecordErr") == 0
55074             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
55075             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55076             tree = start_dissecting(tvb, pinfo, ptree, offset);
55077             decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55078             return TRUE;
55079         }
55080 
55081         if (strcmp(operation, "generateFaultStatisticsRecordReq") == 0
55082             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
55083             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55084             tree = start_dissecting(tvb, pinfo, ptree, offset);
55085             decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55086             return TRUE;
55087         }
55088 
55089         if (strcmp(operation, "fwAvailStatusInd") == 0
55090             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
55091             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55092             tree = start_dissecting(tvb, pinfo, ptree, offset);
55093             decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwAvailStatusInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55094             return TRUE;
55095         }
55096 
55097         if (strcmp(operation, "queryAppLoadReq") == 0
55098             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
55099             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55100             tree = start_dissecting(tvb, pinfo, ptree, offset);
55101             decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55102             return TRUE;
55103         }
55104 
55105         if (strcmp(operation, "queryLoadRes") == 0
55106             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
55107             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55108             tree = start_dissecting(tvb, pinfo, ptree, offset);
55109             decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55110             return TRUE;
55111         }
55112 
55113         if (strcmp(operation, "queryLoadErr") == 0
55114             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
55115             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55116             tree = start_dissecting(tvb, pinfo, ptree, offset);
55117             decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55118             return TRUE;
55119         }
55120 
55121         if (strcmp(operation, "loadLevelNotification") == 0
55122             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
55123             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55124             tree = start_dissecting(tvb, pinfo, ptree, offset);
55125             decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55126             return TRUE;
55127         }
55128 
55129         if (strcmp(operation, "resumeNotification") == 0
55130             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
55131             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55132             tree = start_dissecting(tvb, pinfo, ptree, offset);
55133             decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_resumeNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55134             return TRUE;
55135         }
55136 
55137         if (strcmp(operation, "suspendNotification") == 0
55138             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
55139             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55140             tree = start_dissecting(tvb, pinfo, ptree, offset);
55141             decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_suspendNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55142             return TRUE;
55143         }
55144 
55145         if (strcmp(operation, "createLoadLevelNotification") == 0
55146             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
55147             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55148             tree = start_dissecting(tvb, pinfo, ptree, offset);
55149             decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_createLoadLevelNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55150             return TRUE;
55151         }
55152 
55153         if (strcmp(operation, "destroyLoadLevelNotification") == 0
55154             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
55155             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55156             tree = start_dissecting(tvb, pinfo, ptree, offset);
55157             decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_destroyLoadLevelNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55158             return TRUE;
55159         }
55160 
55161         if (strcmp(operation, "queryAppLoadStatsReq") == 0
55162             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
55163             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55164             tree = start_dissecting(tvb, pinfo, ptree, offset);
55165             decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadStatsReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55166             return TRUE;
55167         }
55168 
55169         if (strcmp(operation, "queryLoadStatsRes") == 0
55170             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
55171             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55172             tree = start_dissecting(tvb, pinfo, ptree, offset);
55173             decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55174             return TRUE;
55175         }
55176 
55177         if (strcmp(operation, "queryLoadStatsErr") == 0
55178             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
55179             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55180             tree = start_dissecting(tvb, pinfo, ptree, offset);
55181             decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55182             return TRUE;
55183         }
55184 
55185         if (strcmp(operation, "reportLoad") == 0
55186             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
55187             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55188             tree = start_dissecting(tvb, pinfo, ptree, offset);
55189             decode_org_csapi_fw_fw_application_integrity_IpLoadManager_reportLoad(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55190             return TRUE;
55191         }
55192 
55193         if (strcmp(operation, "queryLoadReq") == 0
55194             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
55195             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55196             tree = start_dissecting(tvb, pinfo, ptree, offset);
55197             decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55198             return TRUE;
55199         }
55200 
55201         if (strcmp(operation, "queryAppLoadRes") == 0
55202             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
55203             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55204             tree = start_dissecting(tvb, pinfo, ptree, offset);
55205             decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55206             return TRUE;
55207         }
55208 
55209         if (strcmp(operation, "queryAppLoadErr") == 0
55210             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
55211             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55212             tree = start_dissecting(tvb, pinfo, ptree, offset);
55213             decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55214             return TRUE;
55215         }
55216 
55217         if (strcmp(operation, "createLoadLevelNotification") == 0
55218             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
55219             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55220             tree = start_dissecting(tvb, pinfo, ptree, offset);
55221             decode_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55222             return TRUE;
55223         }
55224 
55225         if (strcmp(operation, "destroyLoadLevelNotification") == 0
55226             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
55227             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55228             tree = start_dissecting(tvb, pinfo, ptree, offset);
55229             decode_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55230             return TRUE;
55231         }
55232 
55233         if (strcmp(operation, "resumeNotification") == 0
55234             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
55235             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55236             tree = start_dissecting(tvb, pinfo, ptree, offset);
55237             decode_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55238             return TRUE;
55239         }
55240 
55241         if (strcmp(operation, "suspendNotification") == 0
55242             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
55243             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55244             tree = start_dissecting(tvb, pinfo, ptree, offset);
55245             decode_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55246             return TRUE;
55247         }
55248 
55249         if (strcmp(operation, "queryLoadStatsReq") == 0
55250             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
55251             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55252             tree = start_dissecting(tvb, pinfo, ptree, offset);
55253             decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55254             return TRUE;
55255         }
55256 
55257         if (strcmp(operation, "queryAppLoadStatsRes") == 0
55258             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
55259             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55260             tree = start_dissecting(tvb, pinfo, ptree, offset);
55261             decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55262             return TRUE;
55263         }
55264 
55265         if (strcmp(operation, "queryAppLoadStatsErr") == 0
55266             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
55267             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55268             tree = start_dissecting(tvb, pinfo, ptree, offset);
55269             decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55270             return TRUE;
55271         }
55272 
55273         if (strcmp(operation, "systemDateTimeQuery") == 0
55274             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppOAM") == 0)) {
55275             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55276             tree = start_dissecting(tvb, pinfo, ptree, offset);
55277             decode_org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55278             return TRUE;
55279         }
55280 
55281         if (strcmp(operation, "systemDateTimeQuery") == 0
55282             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpOAM") == 0)) {
55283             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55284             tree = start_dissecting(tvb, pinfo, ptree, offset);
55285             decode_org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55286             return TRUE;
55287         }
55288 
55289         if (strcmp(operation, "activityTestReq") == 0
55290             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
55291             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55292             tree = start_dissecting(tvb, pinfo, ptree, offset);
55293             decode_org_csapi_fw_fw_application_integrity_IpFaultManager_activityTestReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55294             return TRUE;
55295         }
55296 
55297         if (strcmp(operation, "appActivityTestRes") == 0
55298             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
55299             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55300             tree = start_dissecting(tvb, pinfo, ptree, offset);
55301             decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55302             return TRUE;
55303         }
55304 
55305         if (strcmp(operation, "svcUnavailableInd") == 0
55306             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
55307             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55308             tree = start_dissecting(tvb, pinfo, ptree, offset);
55309             decode_org_csapi_fw_fw_application_integrity_IpFaultManager_svcUnavailableInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55310             return TRUE;
55311         }
55312 
55313         if (strcmp(operation, "genFaultStatsRecordReq") == 0
55314             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
55315             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55316             tree = start_dissecting(tvb, pinfo, ptree, offset);
55317             decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55318             return TRUE;
55319         }
55320 
55321         if (strcmp(operation, "appActivityTestErr") == 0
55322             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
55323             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55324             tree = start_dissecting(tvb, pinfo, ptree, offset);
55325             decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55326             return TRUE;
55327         }
55328 
55329         if (strcmp(operation, "appUnavailableInd") == 0
55330             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
55331             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55332             tree = start_dissecting(tvb, pinfo, ptree, offset);
55333             decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appUnavailableInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55334             return TRUE;
55335         }
55336 
55337         if (strcmp(operation, "genFaultStatsRecordRes") == 0
55338             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
55339             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55340             tree = start_dissecting(tvb, pinfo, ptree, offset);
55341             decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55342             return TRUE;
55343         }
55344 
55345         if (strcmp(operation, "genFaultStatsRecordErr") == 0
55346             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
55347             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55348             tree = start_dissecting(tvb, pinfo, ptree, offset);
55349             decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55350             return TRUE;
55351         }
55352 
55353         if (strcmp(operation, "appAvailStatusInd") == 0
55354             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
55355             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55356             tree = start_dissecting(tvb, pinfo, ptree, offset);
55357             decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appAvailStatusInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55358             return TRUE;
55359         }
55360 
55361         if (strcmp(operation, "generateFaultStatisticsRecordReq") == 0
55362             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
55363             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55364             tree = start_dissecting(tvb, pinfo, ptree, offset);
55365             decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55366             return TRUE;
55367         }
55368 
55369         if (strcmp(operation, "generateFaultStatisticsRecordRes") == 0
55370             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
55371             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55372             tree = start_dissecting(tvb, pinfo, ptree, offset);
55373             decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55374             return TRUE;
55375         }
55376 
55377         if (strcmp(operation, "generateFaultStatisticsRecordErr") == 0
55378             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
55379             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55380             tree = start_dissecting(tvb, pinfo, ptree, offset);
55381             decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55382             return TRUE;
55383         }
55384 
55385         if (strcmp(operation, "enableHeartBeat") == 0
55386             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpHeartBeatMgmt") == 0)) {
55387             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55388             tree = start_dissecting(tvb, pinfo, ptree, offset);
55389             decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_enableHeartBeat(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55390             return TRUE;
55391         }
55392 
55393         if (strcmp(operation, "disableHeartBeat") == 0
55394             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpHeartBeatMgmt") == 0)) {
55395             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55396             tree = start_dissecting(tvb, pinfo, ptree, offset);
55397             decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_disableHeartBeat(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55398             return TRUE;
55399         }
55400 
55401         if (strcmp(operation, "changeInterval") == 0
55402             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpHeartBeatMgmt") == 0)) {
55403             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55404             tree = start_dissecting(tvb, pinfo, ptree, offset);
55405             decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_changeInterval(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55406             return TRUE;
55407         }
55408 
55409         if (strcmp(operation, "pulse") == 0
55410             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppHeartBeat") == 0)) {
55411             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55412             tree = start_dissecting(tvb, pinfo, ptree, offset);
55413             decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeat_pulse(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55414             return TRUE;
55415         }
55416 
55417         if (strcmp(operation, "pulse") == 0
55418             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpHeartBeat") == 0)) {
55419             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55420             tree = start_dissecting(tvb, pinfo, ptree, offset);
55421             decode_org_csapi_fw_fw_application_integrity_IpHeartBeat_pulse(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55422             return TRUE;
55423         }
55424 
55425         if (strcmp(operation, "enableAppHeartBeat") == 0
55426             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppHeartBeatMgmt") == 0)) {
55427             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55428             tree = start_dissecting(tvb, pinfo, ptree, offset);
55429             decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_enableAppHeartBeat(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55430             return TRUE;
55431         }
55432 
55433         if (strcmp(operation, "disableAppHeartBeat") == 0
55434             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppHeartBeatMgmt") == 0)) {
55435             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55436             tree = start_dissecting(tvb, pinfo, ptree, offset);
55437             decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_disableAppHeartBeat(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55438             return TRUE;
55439         }
55440 
55441         if (strcmp(operation, "changeInterval") == 0
55442             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppHeartBeatMgmt") == 0)) {
55443             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55444             tree = start_dissecting(tvb, pinfo, ptree, offset);
55445             decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_changeInterval(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55446             return TRUE;
55447         }
55448 
55449         if (strcmp(operation, "listServiceTypes") == 0
55450             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/discovery/IpServiceDiscovery") == 0)) {
55451             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55452             tree = start_dissecting(tvb, pinfo, ptree, offset);
55453             decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55454             return TRUE;
55455         }
55456 
55457         if (strcmp(operation, "describeServiceType") == 0
55458             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/discovery/IpServiceDiscovery") == 0)) {
55459             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55460             tree = start_dissecting(tvb, pinfo, ptree, offset);
55461             decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_describeServiceType(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55462             return TRUE;
55463         }
55464 
55465         if (strcmp(operation, "discoverService") == 0
55466             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/discovery/IpServiceDiscovery") == 0)) {
55467             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55468             tree = start_dissecting(tvb, pinfo, ptree, offset);
55469             decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55470             return TRUE;
55471         }
55472 
55473         if (strcmp(operation, "listSubscribedServices") == 0
55474             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/discovery/IpServiceDiscovery") == 0)) {
55475             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55476             tree = start_dissecting(tvb, pinfo, ptree, offset);
55477             decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55478             return TRUE;
55479         }
55480 
55481         if (strcmp(operation, "signServiceAgreement") == 0
55482             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/service_agreement/IpAppServiceAgreementManagement") == 0)) {
55483             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55484             tree = start_dissecting(tvb, pinfo, ptree, offset);
55485             decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55486             return TRUE;
55487         }
55488 
55489         if (strcmp(operation, "terminateServiceAgreement") == 0
55490             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/service_agreement/IpAppServiceAgreementManagement") == 0)) {
55491             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55492             tree = start_dissecting(tvb, pinfo, ptree, offset);
55493             decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55494             return TRUE;
55495         }
55496 
55497         if (strcmp(operation, "signServiceAgreement") == 0
55498             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/service_agreement/IpServiceAgreementManagement") == 0)) {
55499             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55500             tree = start_dissecting(tvb, pinfo, ptree, offset);
55501             decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55502             return TRUE;
55503         }
55504 
55505         if (strcmp(operation, "terminateServiceAgreement") == 0
55506             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/service_agreement/IpServiceAgreementManagement") == 0)) {
55507             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55508             tree = start_dissecting(tvb, pinfo, ptree, offset);
55509             decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55510             return TRUE;
55511         }
55512 
55513         if (strcmp(operation, "selectService") == 0
55514             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/service_agreement/IpServiceAgreementManagement") == 0)) {
55515             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55516             tree = start_dissecting(tvb, pinfo, ptree, offset);
55517             decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_selectService(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55518             return TRUE;
55519         }
55520 
55521         if (strcmp(operation, "initiateSignServiceAgreement") == 0
55522             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/service_agreement/IpServiceAgreementManagement") == 0)) {
55523             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55524             tree = start_dissecting(tvb, pinfo, ptree, offset);
55525             decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_initiateSignServiceAgreement(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55526             return TRUE;
55527         }
55528 
55529         if (strcmp(operation, "createServiceProfile") == 0
55530             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileManagement") == 0)) {
55531             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55532             tree = start_dissecting(tvb, pinfo, ptree, offset);
55533             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_createServiceProfile(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55534             return TRUE;
55535         }
55536 
55537         if (strcmp(operation, "modifyServiceProfile") == 0
55538             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileManagement") == 0)) {
55539             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55540             tree = start_dissecting(tvb, pinfo, ptree, offset);
55541             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_modifyServiceProfile(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55542             return TRUE;
55543         }
55544 
55545         if (strcmp(operation, "deleteServiceProfile") == 0
55546             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileManagement") == 0)) {
55547             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55548             tree = start_dissecting(tvb, pinfo, ptree, offset);
55549             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deleteServiceProfile(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55550             return TRUE;
55551         }
55552 
55553         if (strcmp(operation, "assign") == 0
55554             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileManagement") == 0)) {
55555             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55556             tree = start_dissecting(tvb, pinfo, ptree, offset);
55557             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_assign(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55558             return TRUE;
55559         }
55560 
55561         if (strcmp(operation, "deassign") == 0
55562             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileManagement") == 0)) {
55563             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55564             tree = start_dissecting(tvb, pinfo, ptree, offset);
55565             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deassign(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55566             return TRUE;
55567         }
55568 
55569         if (strcmp(operation, "requestConflictInfo") == 0
55570             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileManagement") == 0)) {
55571             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55572             tree = start_dissecting(tvb, pinfo, ptree, offset);
55573             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55574             return TRUE;
55575         }
55576 
55577         if (strcmp(operation, "listServiceProfiles") == 0
55578             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileInfoQuery") == 0)) {
55579             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55580             tree = start_dissecting(tvb, pinfo, ptree, offset);
55581             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55582             return TRUE;
55583         }
55584 
55585         if (strcmp(operation, "describeServiceProfile") == 0
55586             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileInfoQuery") == 0)) {
55587             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55588             tree = start_dissecting(tvb, pinfo, ptree, offset);
55589             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_describeServiceProfile(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55590             return TRUE;
55591         }
55592 
55593         if (strcmp(operation, "listAssignedMembers") == 0
55594             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileInfoQuery") == 0)) {
55595             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55596             tree = start_dissecting(tvb, pinfo, ptree, offset);
55597             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55598             return TRUE;
55599         }
55600 
55601         if (strcmp(operation, "createServiceContract") == 0
55602             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractManagement") == 0)) {
55603             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55604             tree = start_dissecting(tvb, pinfo, ptree, offset);
55605             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_createServiceContract(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55606             return TRUE;
55607         }
55608 
55609         if (strcmp(operation, "modifyServiceContract") == 0
55610             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractManagement") == 0)) {
55611             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55612             tree = start_dissecting(tvb, pinfo, ptree, offset);
55613             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_modifyServiceContract(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55614             return TRUE;
55615         }
55616 
55617         if (strcmp(operation, "deleteServiceContract") == 0
55618             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractManagement") == 0)) {
55619             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55620             tree = start_dissecting(tvb, pinfo, ptree, offset);
55621             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_deleteServiceContract(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55622             return TRUE;
55623         }
55624 
55625         if (strcmp(operation, "describeServiceContract") == 0
55626             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractInfoQuery") == 0)) {
55627             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55628             tree = start_dissecting(tvb, pinfo, ptree, offset);
55629             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_describeServiceContract(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55630             return TRUE;
55631         }
55632 
55633         if (strcmp(operation, "listServiceContracts") == 0
55634             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractInfoQuery") == 0)) {
55635             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55636             tree = start_dissecting(tvb, pinfo, ptree, offset);
55637             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55638             return TRUE;
55639         }
55640 
55641         if (strcmp(operation, "listServiceProfiles") == 0
55642             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractInfoQuery") == 0)) {
55643             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55644             tree = start_dissecting(tvb, pinfo, ptree, offset);
55645             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55646             return TRUE;
55647         }
55648 
55649         if (strcmp(operation, "modifyEntOpAccount") == 0
55650             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpEntOpAccountManagement") == 0)) {
55651             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55652             tree = start_dissecting(tvb, pinfo, ptree, offset);
55653             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55654             return TRUE;
55655         }
55656 
55657         if (strcmp(operation, "deleteEntOpAccount") == 0
55658             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpEntOpAccountManagement") == 0)) {
55659             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55660             tree = start_dissecting(tvb, pinfo, ptree, offset);
55661             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_deleteEntOpAccount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55662             return TRUE;
55663         }
55664 
55665         if (strcmp(operation, "describeEntOpAccount") == 0
55666             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpEntOpAccountInfoQuery") == 0)) {
55667             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55668             tree = start_dissecting(tvb, pinfo, ptree, offset);
55669             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountInfoQuery_describeEntOpAccount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55670             return TRUE;
55671         }
55672 
55673         if (strcmp(operation, "createClientApp") == 0
55674             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement") == 0)) {
55675             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55676             tree = start_dissecting(tvb, pinfo, ptree, offset);
55677             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createClientApp(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55678             return TRUE;
55679         }
55680 
55681         if (strcmp(operation, "modifyClientApp") == 0
55682             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement") == 0)) {
55683             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55684             tree = start_dissecting(tvb, pinfo, ptree, offset);
55685             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_modifyClientApp(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55686             return TRUE;
55687         }
55688 
55689         if (strcmp(operation, "deleteClientApp") == 0
55690             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement") == 0)) {
55691             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55692             tree = start_dissecting(tvb, pinfo, ptree, offset);
55693             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteClientApp(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55694             return TRUE;
55695         }
55696 
55697         if (strcmp(operation, "createSAG") == 0
55698             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement") == 0)) {
55699             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55700             tree = start_dissecting(tvb, pinfo, ptree, offset);
55701             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55702             return TRUE;
55703         }
55704 
55705         if (strcmp(operation, "modifySAG") == 0
55706             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement") == 0)) {
55707             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55708             tree = start_dissecting(tvb, pinfo, ptree, offset);
55709             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_modifySAG(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55710             return TRUE;
55711         }
55712 
55713         if (strcmp(operation, "deleteSAG") == 0
55714             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement") == 0)) {
55715             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55716             tree = start_dissecting(tvb, pinfo, ptree, offset);
55717             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteSAG(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55718             return TRUE;
55719         }
55720 
55721         if (strcmp(operation, "addSAGMembers") == 0
55722             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement") == 0)) {
55723             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55724             tree = start_dissecting(tvb, pinfo, ptree, offset);
55725             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55726             return TRUE;
55727         }
55728 
55729         if (strcmp(operation, "removeSAGMembers") == 0
55730             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement") == 0)) {
55731             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55732             tree = start_dissecting(tvb, pinfo, ptree, offset);
55733             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55734             return TRUE;
55735         }
55736 
55737         if (strcmp(operation, "requestConflictInfo") == 0
55738             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement") == 0)) {
55739             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55740             tree = start_dissecting(tvb, pinfo, ptree, offset);
55741             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55742             return TRUE;
55743         }
55744 
55745         if (strcmp(operation, "describeClientApp") == 0
55746             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppInfoQuery") == 0)) {
55747             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55748             tree = start_dissecting(tvb, pinfo, ptree, offset);
55749             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeClientApp(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55750             return TRUE;
55751         }
55752 
55753         if (strcmp(operation, "listClientApps") == 0
55754             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppInfoQuery") == 0)) {
55755             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55756             tree = start_dissecting(tvb, pinfo, ptree, offset);
55757             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55758             return TRUE;
55759         }
55760 
55761         if (strcmp(operation, "describeSAG") == 0
55762             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppInfoQuery") == 0)) {
55763             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55764             tree = start_dissecting(tvb, pinfo, ptree, offset);
55765             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeSAG(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55766             return TRUE;
55767         }
55768 
55769         if (strcmp(operation, "listSAGs") == 0
55770             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppInfoQuery") == 0)) {
55771             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55772             tree = start_dissecting(tvb, pinfo, ptree, offset);
55773             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55774             return TRUE;
55775         }
55776 
55777         if (strcmp(operation, "listSAGMembers") == 0
55778             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppInfoQuery") == 0)) {
55779             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55780             tree = start_dissecting(tvb, pinfo, ptree, offset);
55781             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55782             return TRUE;
55783         }
55784 
55785         if (strcmp(operation, "listClientAppMembership") == 0
55786             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppInfoQuery") == 0)) {
55787             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55788             tree = start_dissecting(tvb, pinfo, ptree, offset);
55789             decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55790             return TRUE;
55791         }
55792 
55793         if (strcmp(operation, "reportNotification") == 0
55794             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/notification/IpClientEventNotification") == 0)) {
55795             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55796             tree = start_dissecting(tvb, pinfo, ptree, offset);
55797             decode_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_reportNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55798             return TRUE;
55799         }
55800 
55801         if (strcmp(operation, "notificationTerminated") == 0
55802             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/notification/IpClientEventNotification") == 0)) {
55803             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55804             tree = start_dissecting(tvb, pinfo, ptree, offset);
55805             decode_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_notificationTerminated(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55806             return TRUE;
55807         }
55808 
55809         if (strcmp(operation, "createNotification") == 0
55810             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/notification/IpEventNotification") == 0)) {
55811             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55812             tree = start_dissecting(tvb, pinfo, ptree, offset);
55813             decode_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_createNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55814             return TRUE;
55815         }
55816 
55817         if (strcmp(operation, "destroyNotification") == 0
55818             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/notification/IpEventNotification") == 0)) {
55819             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55820             tree = start_dissecting(tvb, pinfo, ptree, offset);
55821             decode_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_destroyNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55822             return TRUE;
55823         }
55824 
55825         if (strcmp(operation, "listServiceTypes") == 0
55826             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/discovery/IpFwServiceDiscovery") == 0)) {
55827             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55828             tree = start_dissecting(tvb, pinfo, ptree, offset);
55829             decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55830             return TRUE;
55831         }
55832 
55833         if (strcmp(operation, "describeServiceType") == 0
55834             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/discovery/IpFwServiceDiscovery") == 0)) {
55835             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55836             tree = start_dissecting(tvb, pinfo, ptree, offset);
55837             decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_describeServiceType(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55838             return TRUE;
55839         }
55840 
55841         if (strcmp(operation, "discoverService") == 0
55842             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/discovery/IpFwServiceDiscovery") == 0)) {
55843             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55844             tree = start_dissecting(tvb, pinfo, ptree, offset);
55845             decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55846             return TRUE;
55847         }
55848 
55849         if (strcmp(operation, "listRegisteredServices") == 0
55850             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/discovery/IpFwServiceDiscovery") == 0)) {
55851             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55852             tree = start_dissecting(tvb, pinfo, ptree, offset);
55853             decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55854             return TRUE;
55855         }
55856 
55857         if (strcmp(operation, "createServiceManager") == 0
55858             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/service_lifecycle/IpServiceInstanceLifecycleManager") == 0)) {
55859             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55860             tree = start_dissecting(tvb, pinfo, ptree, offset);
55861             decode_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55862             return TRUE;
55863         }
55864 
55865         if (strcmp(operation, "destroyServiceManager") == 0
55866             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/service_lifecycle/IpServiceInstanceLifecycleManager") == 0)) {
55867             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55868             tree = start_dissecting(tvb, pinfo, ptree, offset);
55869             decode_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_destroyServiceManager(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55870             return TRUE;
55871         }
55872 
55873         if (strcmp(operation, "registerService") == 0
55874             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/service_registration/IpFwServiceRegistration") == 0)) {
55875             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55876             tree = start_dissecting(tvb, pinfo, ptree, offset);
55877             decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55878             return TRUE;
55879         }
55880 
55881         if (strcmp(operation, "announceServiceAvailability") == 0
55882             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/service_registration/IpFwServiceRegistration") == 0)) {
55883             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55884             tree = start_dissecting(tvb, pinfo, ptree, offset);
55885             decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_announceServiceAvailability(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55886             return TRUE;
55887         }
55888 
55889         if (strcmp(operation, "unregisterService") == 0
55890             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/service_registration/IpFwServiceRegistration") == 0)) {
55891             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55892             tree = start_dissecting(tvb, pinfo, ptree, offset);
55893             decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unregisterService(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55894             return TRUE;
55895         }
55896 
55897         if (strcmp(operation, "describeService") == 0
55898             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/service_registration/IpFwServiceRegistration") == 0)) {
55899             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55900             tree = start_dissecting(tvb, pinfo, ptree, offset);
55901             decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_describeService(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55902             return TRUE;
55903         }
55904 
55905         if (strcmp(operation, "unannounceService") == 0
55906             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/service_registration/IpFwServiceRegistration") == 0)) {
55907             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55908             tree = start_dissecting(tvb, pinfo, ptree, offset);
55909             decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unannounceService(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55910             return TRUE;
55911         }
55912 
55913         if (strcmp(operation, "registerServiceSubType") == 0
55914             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/service_registration/IpFwServiceRegistration") == 0)) {
55915             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55916             tree = start_dissecting(tvb, pinfo, ptree, offset);
55917             decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55918             return TRUE;
55919         }
55920 
55921         if (strcmp(operation, "querySvcLoadReq") == 0
55922             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
55923             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55924             tree = start_dissecting(tvb, pinfo, ptree, offset);
55925             decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55926             return TRUE;
55927         }
55928 
55929         if (strcmp(operation, "queryLoadRes") == 0
55930             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
55931             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55932             tree = start_dissecting(tvb, pinfo, ptree, offset);
55933             decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55934             return TRUE;
55935         }
55936 
55937         if (strcmp(operation, "queryLoadErr") == 0
55938             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
55939             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55940             tree = start_dissecting(tvb, pinfo, ptree, offset);
55941             decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55942             return TRUE;
55943         }
55944 
55945         if (strcmp(operation, "loadLevelNotification") == 0
55946             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
55947             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55948             tree = start_dissecting(tvb, pinfo, ptree, offset);
55949             decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55950             return TRUE;
55951         }
55952 
55953         if (strcmp(operation, "suspendNotification") == 0
55954             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
55955             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55956             tree = start_dissecting(tvb, pinfo, ptree, offset);
55957             decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_suspendNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55958             return TRUE;
55959         }
55960 
55961         if (strcmp(operation, "resumeNotification") == 0
55962             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
55963             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55964             tree = start_dissecting(tvb, pinfo, ptree, offset);
55965             decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_resumeNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55966             return TRUE;
55967         }
55968 
55969         if (strcmp(operation, "createLoadLevelNotification") == 0
55970             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
55971             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55972             tree = start_dissecting(tvb, pinfo, ptree, offset);
55973             decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_createLoadLevelNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55974             return TRUE;
55975         }
55976 
55977         if (strcmp(operation, "destroyLoadLevelNotification") == 0
55978             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
55979             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55980             tree = start_dissecting(tvb, pinfo, ptree, offset);
55981             decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_destroyLoadLevelNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55982             return TRUE;
55983         }
55984 
55985         if (strcmp(operation, "querySvcLoadStatsReq") == 0
55986             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
55987             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55988             tree = start_dissecting(tvb, pinfo, ptree, offset);
55989             decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadStatsReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55990             return TRUE;
55991         }
55992 
55993         if (strcmp(operation, "queryLoadStatsRes") == 0
55994             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
55995             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
55996             tree = start_dissecting(tvb, pinfo, ptree, offset);
55997             decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
55998             return TRUE;
55999         }
56000 
56001         if (strcmp(operation, "queryLoadStatsErr") == 0
56002             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
56003             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56004             tree = start_dissecting(tvb, pinfo, ptree, offset);
56005             decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56006             return TRUE;
56007         }
56008 
56009         if (strcmp(operation, "reportLoad") == 0
56010             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
56011             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56012             tree = start_dissecting(tvb, pinfo, ptree, offset);
56013             decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_reportLoad(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56014             return TRUE;
56015         }
56016 
56017         if (strcmp(operation, "queryLoadReq") == 0
56018             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
56019             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56020             tree = start_dissecting(tvb, pinfo, ptree, offset);
56021             decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56022             return TRUE;
56023         }
56024 
56025         if (strcmp(operation, "querySvcLoadRes") == 0
56026             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
56027             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56028             tree = start_dissecting(tvb, pinfo, ptree, offset);
56029             decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56030             return TRUE;
56031         }
56032 
56033         if (strcmp(operation, "querySvcLoadErr") == 0
56034             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
56035             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56036             tree = start_dissecting(tvb, pinfo, ptree, offset);
56037             decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56038             return TRUE;
56039         }
56040 
56041         if (strcmp(operation, "createLoadLevelNotification") == 0
56042             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
56043             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56044             tree = start_dissecting(tvb, pinfo, ptree, offset);
56045             decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_createLoadLevelNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56046             return TRUE;
56047         }
56048 
56049         if (strcmp(operation, "destroyLoadLevelNotification") == 0
56050             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
56051             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56052             tree = start_dissecting(tvb, pinfo, ptree, offset);
56053             decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_destroyLoadLevelNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56054             return TRUE;
56055         }
56056 
56057         if (strcmp(operation, "suspendNotification") == 0
56058             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
56059             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56060             tree = start_dissecting(tvb, pinfo, ptree, offset);
56061             decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_suspendNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56062             return TRUE;
56063         }
56064 
56065         if (strcmp(operation, "resumeNotification") == 0
56066             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
56067             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56068             tree = start_dissecting(tvb, pinfo, ptree, offset);
56069             decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_resumeNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56070             return TRUE;
56071         }
56072 
56073         if (strcmp(operation, "queryLoadStatsReq") == 0
56074             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
56075             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56076             tree = start_dissecting(tvb, pinfo, ptree, offset);
56077             decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadStatsReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56078             return TRUE;
56079         }
56080 
56081         if (strcmp(operation, "querySvcLoadStatsRes") == 0
56082             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
56083             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56084             tree = start_dissecting(tvb, pinfo, ptree, offset);
56085             decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56086             return TRUE;
56087         }
56088 
56089         if (strcmp(operation, "querySvcLoadStatsErr") == 0
56090             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
56091             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56092             tree = start_dissecting(tvb, pinfo, ptree, offset);
56093             decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56094             return TRUE;
56095         }
56096 
56097         if (strcmp(operation, "activityTestRes") == 0
56098             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
56099             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56100             tree = start_dissecting(tvb, pinfo, ptree, offset);
56101             decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56102             return TRUE;
56103         }
56104 
56105         if (strcmp(operation, "svcActivityTestReq") == 0
56106             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
56107             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56108             tree = start_dissecting(tvb, pinfo, ptree, offset);
56109             decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcActivityTestReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56110             return TRUE;
56111         }
56112 
56113         if (strcmp(operation, "fwFaultReportInd") == 0
56114             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
56115             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56116             tree = start_dissecting(tvb, pinfo, ptree, offset);
56117             decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultReportInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56118             return TRUE;
56119         }
56120 
56121         if (strcmp(operation, "fwFaultRecoveryInd") == 0
56122             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
56123             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56124             tree = start_dissecting(tvb, pinfo, ptree, offset);
56125             decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultRecoveryInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56126             return TRUE;
56127         }
56128 
56129         if (strcmp(operation, "fwUnavailableInd") == 0
56130             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
56131             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56132             tree = start_dissecting(tvb, pinfo, ptree, offset);
56133             decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwUnavailableInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56134             return TRUE;
56135         }
56136 
56137         if (strcmp(operation, "svcUnavailableInd") == 0
56138             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
56139             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56140             tree = start_dissecting(tvb, pinfo, ptree, offset);
56141             decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcUnavailableInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56142             return TRUE;
56143         }
56144 
56145         if (strcmp(operation, "appUnavailableInd") == 0
56146             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
56147             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56148             tree = start_dissecting(tvb, pinfo, ptree, offset);
56149             decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appUnavailableInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56150             return TRUE;
56151         }
56152 
56153         if (strcmp(operation, "genFaultStatsRecordRes") == 0
56154             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
56155             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56156             tree = start_dissecting(tvb, pinfo, ptree, offset);
56157             decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56158             return TRUE;
56159         }
56160 
56161         if (strcmp(operation, "activityTestErr") == 0
56162             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
56163             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56164             tree = start_dissecting(tvb, pinfo, ptree, offset);
56165             decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56166             return TRUE;
56167         }
56168 
56169         if (strcmp(operation, "genFaultStatsRecordErr") == 0
56170             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
56171             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56172             tree = start_dissecting(tvb, pinfo, ptree, offset);
56173             decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56174             return TRUE;
56175         }
56176 
56177         if (strcmp(operation, "genFaultStatsRecordReq") == 0
56178             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
56179             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56180             tree = start_dissecting(tvb, pinfo, ptree, offset);
56181             decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56182             return TRUE;
56183         }
56184 
56185         if (strcmp(operation, "generateFaultStatsRecordReq") == 0
56186             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
56187             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56188             tree = start_dissecting(tvb, pinfo, ptree, offset);
56189             decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatsRecordReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56190             return TRUE;
56191         }
56192 
56193         if (strcmp(operation, "appAvailStatusInd") == 0
56194             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
56195             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56196             tree = start_dissecting(tvb, pinfo, ptree, offset);
56197             decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appAvailStatusInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56198             return TRUE;
56199         }
56200 
56201         if (strcmp(operation, "generateFaultStatisticsRecordRes") == 0
56202             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
56203             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56204             tree = start_dissecting(tvb, pinfo, ptree, offset);
56205             decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56206             return TRUE;
56207         }
56208 
56209         if (strcmp(operation, "generateFaultStatisticsRecordErr") == 0
56210             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
56211             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56212             tree = start_dissecting(tvb, pinfo, ptree, offset);
56213             decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56214             return TRUE;
56215         }
56216 
56217         if (strcmp(operation, "generateFaultStatisticsRecordReq") == 0
56218             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
56219             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56220             tree = start_dissecting(tvb, pinfo, ptree, offset);
56221             decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56222             return TRUE;
56223         }
56224 
56225         if (strcmp(operation, "fwAvailStatusInd") == 0
56226             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
56227             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56228             tree = start_dissecting(tvb, pinfo, ptree, offset);
56229             decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwAvailStatusInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56230             return TRUE;
56231         }
56232 
56233         if (strcmp(operation, "activityTestReq") == 0
56234             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
56235             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56236             tree = start_dissecting(tvb, pinfo, ptree, offset);
56237             decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_activityTestReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56238             return TRUE;
56239         }
56240 
56241         if (strcmp(operation, "svcActivityTestRes") == 0
56242             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
56243             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56244             tree = start_dissecting(tvb, pinfo, ptree, offset);
56245             decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56246             return TRUE;
56247         }
56248 
56249         if (strcmp(operation, "appUnavailableInd") == 0
56250             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
56251             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56252             tree = start_dissecting(tvb, pinfo, ptree, offset);
56253             decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_appUnavailableInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56254             return TRUE;
56255         }
56256 
56257         if (strcmp(operation, "genFaultStatsRecordReq") == 0
56258             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
56259             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56260             tree = start_dissecting(tvb, pinfo, ptree, offset);
56261             decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56262             return TRUE;
56263         }
56264 
56265         if (strcmp(operation, "svcUnavailableInd") == 0
56266             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
56267             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56268             tree = start_dissecting(tvb, pinfo, ptree, offset);
56269             decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcUnavailableInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56270             return TRUE;
56271         }
56272 
56273         if (strcmp(operation, "svcActivityTestErr") == 0
56274             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
56275             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56276             tree = start_dissecting(tvb, pinfo, ptree, offset);
56277             decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56278             return TRUE;
56279         }
56280 
56281         if (strcmp(operation, "genFaultStatsRecordRes") == 0
56282             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
56283             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56284             tree = start_dissecting(tvb, pinfo, ptree, offset);
56285             decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56286             return TRUE;
56287         }
56288 
56289         if (strcmp(operation, "genFaultStatsRecordErr") == 0
56290             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
56291             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56292             tree = start_dissecting(tvb, pinfo, ptree, offset);
56293             decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56294             return TRUE;
56295         }
56296 
56297         if (strcmp(operation, "generateFaultStatsRecordRes") == 0
56298             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
56299             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56300             tree = start_dissecting(tvb, pinfo, ptree, offset);
56301             decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56302             return TRUE;
56303         }
56304 
56305         if (strcmp(operation, "generateFaultStatsRecordErr") == 0
56306             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
56307             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56308             tree = start_dissecting(tvb, pinfo, ptree, offset);
56309             decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56310             return TRUE;
56311         }
56312 
56313         if (strcmp(operation, "svcAvailStatusInd") == 0
56314             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
56315             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56316             tree = start_dissecting(tvb, pinfo, ptree, offset);
56317             decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcAvailStatusInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56318             return TRUE;
56319         }
56320 
56321         if (strcmp(operation, "generateFaultStatisticsRecordReq") == 0
56322             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
56323             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56324             tree = start_dissecting(tvb, pinfo, ptree, offset);
56325             decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56326             return TRUE;
56327         }
56328 
56329         if (strcmp(operation, "generateFaultStatisticsRecordRes") == 0
56330             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
56331             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56332             tree = start_dissecting(tvb, pinfo, ptree, offset);
56333             decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56334             return TRUE;
56335         }
56336 
56337         if (strcmp(operation, "generateFaultStatisticsRecordErr") == 0
56338             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
56339             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56340             tree = start_dissecting(tvb, pinfo, ptree, offset);
56341             decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56342             return TRUE;
56343         }
56344 
56345         if (strcmp(operation, "systemDateTimeQuery") == 0
56346             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcOAM") == 0)) {
56347             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56348             tree = start_dissecting(tvb, pinfo, ptree, offset);
56349             decode_org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56350             return TRUE;
56351         }
56352 
56353         if (strcmp(operation, "systemDateTimeQuery") == 0
56354             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwOAM") == 0)) {
56355             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56356             tree = start_dissecting(tvb, pinfo, ptree, offset);
56357             decode_org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56358             return TRUE;
56359         }
56360 
56361         if (strcmp(operation, "enableHeartBeat") == 0
56362             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwHeartBeatMgmt") == 0)) {
56363             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56364             tree = start_dissecting(tvb, pinfo, ptree, offset);
56365             decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_enableHeartBeat(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56366             return TRUE;
56367         }
56368 
56369         if (strcmp(operation, "disableHeartBeat") == 0
56370             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwHeartBeatMgmt") == 0)) {
56371             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56372             tree = start_dissecting(tvb, pinfo, ptree, offset);
56373             decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_disableHeartBeat(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56374             return TRUE;
56375         }
56376 
56377         if (strcmp(operation, "changeInterval") == 0
56378             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwHeartBeatMgmt") == 0)) {
56379             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56380             tree = start_dissecting(tvb, pinfo, ptree, offset);
56381             decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_changeInterval(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56382             return TRUE;
56383         }
56384 
56385         if (strcmp(operation, "pulse") == 0
56386             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcHeartBeat") == 0)) {
56387             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56388             tree = start_dissecting(tvb, pinfo, ptree, offset);
56389             decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeat_pulse(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56390             return TRUE;
56391         }
56392 
56393         if (strcmp(operation, "pulse") == 0
56394             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwHeartBeat") == 0)) {
56395             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56396             tree = start_dissecting(tvb, pinfo, ptree, offset);
56397             decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeat_pulse(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56398             return TRUE;
56399         }
56400 
56401         if (strcmp(operation, "enableSvcHeartBeat") == 0
56402             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcHeartBeatMgmt") == 0)) {
56403             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56404             tree = start_dissecting(tvb, pinfo, ptree, offset);
56405             decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_enableSvcHeartBeat(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56406             return TRUE;
56407         }
56408 
56409         if (strcmp(operation, "disableSvcHeartBeat") == 0
56410             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcHeartBeatMgmt") == 0)) {
56411             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56412             tree = start_dissecting(tvb, pinfo, ptree, offset);
56413             decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_disableSvcHeartBeat(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56414             return TRUE;
56415         }
56416 
56417         if (strcmp(operation, "changeInterval") == 0
56418             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcHeartBeatMgmt") == 0)) {
56419             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56420             tree = start_dissecting(tvb, pinfo, ptree, offset);
56421             decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_changeInterval(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56422             return TRUE;
56423         }
56424 
56425         if (strcmp(operation, "createNotification") == 0
56426             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/notification/IpFwEventNotification") == 0)) {
56427             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56428             tree = start_dissecting(tvb, pinfo, ptree, offset);
56429             decode_org_csapi_fw_fw_service_notification_IpFwEventNotification_createNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56430             return TRUE;
56431         }
56432 
56433         if (strcmp(operation, "destroyNotification") == 0
56434             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/notification/IpFwEventNotification") == 0)) {
56435             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56436             tree = start_dissecting(tvb, pinfo, ptree, offset);
56437             decode_org_csapi_fw_fw_service_notification_IpFwEventNotification_destroyNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56438             return TRUE;
56439         }
56440 
56441         if (strcmp(operation, "reportNotification") == 0
56442             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/notification/IpSvcEventNotification") == 0)) {
56443             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56444             tree = start_dissecting(tvb, pinfo, ptree, offset);
56445             decode_org_csapi_fw_fw_service_notification_IpSvcEventNotification_reportNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56446             return TRUE;
56447         }
56448 
56449         if (strcmp(operation, "notificationTerminated") == 0
56450             && (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/notification/IpSvcEventNotification") == 0)) {
56451             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56452             tree = start_dissecting(tvb, pinfo, ptree, offset);
56453             decode_org_csapi_fw_fw_service_notification_IpSvcEventNotification_notificationTerminated(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56454             return TRUE;
56455         }
56456 
56457         if (strcmp(operation, "routeRes") == 0
56458             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCall") == 0)) {
56459             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56460             tree = start_dissecting(tvb, pinfo, ptree, offset);
56461             decode_org_csapi_cc_gccs_IpAppCall_routeRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56462             return TRUE;
56463         }
56464 
56465         if (strcmp(operation, "routeErr") == 0
56466             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCall") == 0)) {
56467             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56468             tree = start_dissecting(tvb, pinfo, ptree, offset);
56469             decode_org_csapi_cc_gccs_IpAppCall_routeErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56470             return TRUE;
56471         }
56472 
56473         if (strcmp(operation, "getCallInfoRes") == 0
56474             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCall") == 0)) {
56475             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56476             tree = start_dissecting(tvb, pinfo, ptree, offset);
56477             decode_org_csapi_cc_gccs_IpAppCall_getCallInfoRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56478             return TRUE;
56479         }
56480 
56481         if (strcmp(operation, "getCallInfoErr") == 0
56482             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCall") == 0)) {
56483             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56484             tree = start_dissecting(tvb, pinfo, ptree, offset);
56485             decode_org_csapi_cc_gccs_IpAppCall_getCallInfoErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56486             return TRUE;
56487         }
56488 
56489         if (strcmp(operation, "superviseCallRes") == 0
56490             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCall") == 0)) {
56491             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56492             tree = start_dissecting(tvb, pinfo, ptree, offset);
56493             decode_org_csapi_cc_gccs_IpAppCall_superviseCallRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56494             return TRUE;
56495         }
56496 
56497         if (strcmp(operation, "superviseCallErr") == 0
56498             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCall") == 0)) {
56499             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56500             tree = start_dissecting(tvb, pinfo, ptree, offset);
56501             decode_org_csapi_cc_gccs_IpAppCall_superviseCallErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56502             return TRUE;
56503         }
56504 
56505         if (strcmp(operation, "callFaultDetected") == 0
56506             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCall") == 0)) {
56507             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56508             tree = start_dissecting(tvb, pinfo, ptree, offset);
56509             decode_org_csapi_cc_gccs_IpAppCall_callFaultDetected(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56510             return TRUE;
56511         }
56512 
56513         if (strcmp(operation, "getMoreDialledDigitsRes") == 0
56514             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCall") == 0)) {
56515             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56516             tree = start_dissecting(tvb, pinfo, ptree, offset);
56517             decode_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56518             return TRUE;
56519         }
56520 
56521         if (strcmp(operation, "getMoreDialledDigitsErr") == 0
56522             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCall") == 0)) {
56523             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56524             tree = start_dissecting(tvb, pinfo, ptree, offset);
56525             decode_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56526             return TRUE;
56527         }
56528 
56529         if (strcmp(operation, "callEnded") == 0
56530             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCall") == 0)) {
56531             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56532             tree = start_dissecting(tvb, pinfo, ptree, offset);
56533             decode_org_csapi_cc_gccs_IpAppCall_callEnded(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56534             return TRUE;
56535         }
56536 
56537         if (strcmp(operation, "routeReq") == 0
56538             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCall") == 0)) {
56539             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56540             tree = start_dissecting(tvb, pinfo, ptree, offset);
56541             decode_org_csapi_cc_gccs_IpCall_routeReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56542             return TRUE;
56543         }
56544 
56545         if (strcmp(operation, "release") == 0
56546             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCall") == 0)) {
56547             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56548             tree = start_dissecting(tvb, pinfo, ptree, offset);
56549             decode_org_csapi_cc_gccs_IpCall_release(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56550             return TRUE;
56551         }
56552 
56553         if (strcmp(operation, "deassignCall") == 0
56554             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCall") == 0)) {
56555             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56556             tree = start_dissecting(tvb, pinfo, ptree, offset);
56557             decode_org_csapi_cc_gccs_IpCall_deassignCall(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56558             return TRUE;
56559         }
56560 
56561         if (strcmp(operation, "getCallInfoReq") == 0
56562             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCall") == 0)) {
56563             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56564             tree = start_dissecting(tvb, pinfo, ptree, offset);
56565             decode_org_csapi_cc_gccs_IpCall_getCallInfoReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56566             return TRUE;
56567         }
56568 
56569         if (strcmp(operation, "setCallChargePlan") == 0
56570             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCall") == 0)) {
56571             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56572             tree = start_dissecting(tvb, pinfo, ptree, offset);
56573             decode_org_csapi_cc_gccs_IpCall_setCallChargePlan(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56574             return TRUE;
56575         }
56576 
56577         if (strcmp(operation, "setAdviceOfCharge") == 0
56578             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCall") == 0)) {
56579             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56580             tree = start_dissecting(tvb, pinfo, ptree, offset);
56581             decode_org_csapi_cc_gccs_IpCall_setAdviceOfCharge(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56582             return TRUE;
56583         }
56584 
56585         if (strcmp(operation, "getMoreDialledDigitsReq") == 0
56586             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCall") == 0)) {
56587             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56588             tree = start_dissecting(tvb, pinfo, ptree, offset);
56589             decode_org_csapi_cc_gccs_IpCall_getMoreDialledDigitsReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56590             return TRUE;
56591         }
56592 
56593         if (strcmp(operation, "superviseCallReq") == 0
56594             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCall") == 0)) {
56595             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56596             tree = start_dissecting(tvb, pinfo, ptree, offset);
56597             decode_org_csapi_cc_gccs_IpCall_superviseCallReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56598             return TRUE;
56599         }
56600 
56601         if (strcmp(operation, "continueProcessing") == 0
56602             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCall") == 0)) {
56603             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56604             tree = start_dissecting(tvb, pinfo, ptree, offset);
56605             decode_org_csapi_cc_gccs_IpCall_continueProcessing(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56606             return TRUE;
56607         }
56608 
56609         if (strcmp(operation, "callAborted") == 0
56610             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCallControlManager") == 0)) {
56611             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56612             tree = start_dissecting(tvb, pinfo, ptree, offset);
56613             decode_org_csapi_cc_gccs_IpAppCallControlManager_callAborted(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56614             return TRUE;
56615         }
56616 
56617         if (strcmp(operation, "callEventNotify") == 0
56618             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCallControlManager") == 0)) {
56619             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56620             tree = start_dissecting(tvb, pinfo, ptree, offset);
56621             decode_org_csapi_cc_gccs_IpAppCallControlManager_callEventNotify(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56622             return TRUE;
56623         }
56624 
56625         if (strcmp(operation, "callNotificationInterrupted") == 0
56626             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCallControlManager") == 0)) {
56627             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56628             tree = start_dissecting(tvb, pinfo, ptree, offset);
56629             decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationInterrupted(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56630             return TRUE;
56631         }
56632 
56633         if (strcmp(operation, "callNotificationContinued") == 0
56634             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCallControlManager") == 0)) {
56635             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56636             tree = start_dissecting(tvb, pinfo, ptree, offset);
56637             decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationContinued(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56638             return TRUE;
56639         }
56640 
56641         if (strcmp(operation, "callOverloadEncountered") == 0
56642             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCallControlManager") == 0)) {
56643             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56644             tree = start_dissecting(tvb, pinfo, ptree, offset);
56645             decode_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadEncountered(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56646             return TRUE;
56647         }
56648 
56649         if (strcmp(operation, "callOverloadCeased") == 0
56650             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCallControlManager") == 0)) {
56651             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56652             tree = start_dissecting(tvb, pinfo, ptree, offset);
56653             decode_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadCeased(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56654             return TRUE;
56655         }
56656 
56657         if (strcmp(operation, "abortMultipleCalls") == 0
56658             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCallControlManager") == 0)) {
56659             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56660             tree = start_dissecting(tvb, pinfo, ptree, offset);
56661             decode_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56662             return TRUE;
56663         }
56664 
56665         if (strcmp(operation, "createCall") == 0
56666             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCallControlManager") == 0)) {
56667             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56668             tree = start_dissecting(tvb, pinfo, ptree, offset);
56669             decode_org_csapi_cc_gccs_IpCallControlManager_createCall(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56670             return TRUE;
56671         }
56672 
56673         if (strcmp(operation, "enableCallNotification") == 0
56674             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCallControlManager") == 0)) {
56675             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56676             tree = start_dissecting(tvb, pinfo, ptree, offset);
56677             decode_org_csapi_cc_gccs_IpCallControlManager_enableCallNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56678             return TRUE;
56679         }
56680 
56681         if (strcmp(operation, "disableCallNotification") == 0
56682             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCallControlManager") == 0)) {
56683             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56684             tree = start_dissecting(tvb, pinfo, ptree, offset);
56685             decode_org_csapi_cc_gccs_IpCallControlManager_disableCallNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56686             return TRUE;
56687         }
56688 
56689         if (strcmp(operation, "setCallLoadControl") == 0
56690             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCallControlManager") == 0)) {
56691             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56692             tree = start_dissecting(tvb, pinfo, ptree, offset);
56693             decode_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56694             return TRUE;
56695         }
56696 
56697         if (strcmp(operation, "changeCallNotification") == 0
56698             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCallControlManager") == 0)) {
56699             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56700             tree = start_dissecting(tvb, pinfo, ptree, offset);
56701             decode_org_csapi_cc_gccs_IpCallControlManager_changeCallNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56702             return TRUE;
56703         }
56704 
56705         if (strcmp(operation, "getCriteria") == 0
56706             && (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCallControlManager") == 0)) {
56707             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56708             tree = start_dissecting(tvb, pinfo, ptree, offset);
56709             decode_org_csapi_cc_gccs_IpCallControlManager_getCriteria(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56710             return TRUE;
56711         }
56712 
56713         if (strcmp(operation, "eventReportRes") == 0
56714             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
56715             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56716             tree = start_dissecting(tvb, pinfo, ptree, offset);
56717             decode_org_csapi_cc_mpccs_IpAppCallLeg_eventReportRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56718             return TRUE;
56719         }
56720 
56721         if (strcmp(operation, "eventReportErr") == 0
56722             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
56723             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56724             tree = start_dissecting(tvb, pinfo, ptree, offset);
56725             decode_org_csapi_cc_mpccs_IpAppCallLeg_eventReportErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56726             return TRUE;
56727         }
56728 
56729         if (strcmp(operation, "attachMediaRes") == 0
56730             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
56731             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56732             tree = start_dissecting(tvb, pinfo, ptree, offset);
56733             decode_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56734             return TRUE;
56735         }
56736 
56737         if (strcmp(operation, "attachMediaErr") == 0
56738             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
56739             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56740             tree = start_dissecting(tvb, pinfo, ptree, offset);
56741             decode_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56742             return TRUE;
56743         }
56744 
56745         if (strcmp(operation, "detachMediaRes") == 0
56746             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
56747             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56748             tree = start_dissecting(tvb, pinfo, ptree, offset);
56749             decode_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56750             return TRUE;
56751         }
56752 
56753         if (strcmp(operation, "detachMediaErr") == 0
56754             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
56755             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56756             tree = start_dissecting(tvb, pinfo, ptree, offset);
56757             decode_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56758             return TRUE;
56759         }
56760 
56761         if (strcmp(operation, "getInfoRes") == 0
56762             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
56763             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56764             tree = start_dissecting(tvb, pinfo, ptree, offset);
56765             decode_org_csapi_cc_mpccs_IpAppCallLeg_getInfoRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56766             return TRUE;
56767         }
56768 
56769         if (strcmp(operation, "getInfoErr") == 0
56770             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
56771             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56772             tree = start_dissecting(tvb, pinfo, ptree, offset);
56773             decode_org_csapi_cc_mpccs_IpAppCallLeg_getInfoErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56774             return TRUE;
56775         }
56776 
56777         if (strcmp(operation, "routeErr") == 0
56778             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
56779             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56780             tree = start_dissecting(tvb, pinfo, ptree, offset);
56781             decode_org_csapi_cc_mpccs_IpAppCallLeg_routeErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56782             return TRUE;
56783         }
56784 
56785         if (strcmp(operation, "superviseRes") == 0
56786             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
56787             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56788             tree = start_dissecting(tvb, pinfo, ptree, offset);
56789             decode_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56790             return TRUE;
56791         }
56792 
56793         if (strcmp(operation, "superviseErr") == 0
56794             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
56795             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56796             tree = start_dissecting(tvb, pinfo, ptree, offset);
56797             decode_org_csapi_cc_mpccs_IpAppCallLeg_superviseErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56798             return TRUE;
56799         }
56800 
56801         if (strcmp(operation, "callLegEnded") == 0
56802             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
56803             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56804             tree = start_dissecting(tvb, pinfo, ptree, offset);
56805             decode_org_csapi_cc_mpccs_IpAppCallLeg_callLegEnded(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56806             return TRUE;
56807         }
56808 
56809         if (strcmp(operation, "createCall") == 0
56810             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCallControlManager") == 0)) {
56811             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56812             tree = start_dissecting(tvb, pinfo, ptree, offset);
56813             decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createCall(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56814             return TRUE;
56815         }
56816 
56817         if (strcmp(operation, "createNotification") == 0
56818             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCallControlManager") == 0)) {
56819             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56820             tree = start_dissecting(tvb, pinfo, ptree, offset);
56821             decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56822             return TRUE;
56823         }
56824 
56825         if (strcmp(operation, "destroyNotification") == 0
56826             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCallControlManager") == 0)) {
56827             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56828             tree = start_dissecting(tvb, pinfo, ptree, offset);
56829             decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_destroyNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56830             return TRUE;
56831         }
56832 
56833         if (strcmp(operation, "changeNotification") == 0
56834             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCallControlManager") == 0)) {
56835             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56836             tree = start_dissecting(tvb, pinfo, ptree, offset);
56837             decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_changeNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56838             return TRUE;
56839         }
56840 
56841         if (strcmp(operation, "getNotification") == 0
56842             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCallControlManager") == 0)) {
56843             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56844             tree = start_dissecting(tvb, pinfo, ptree, offset);
56845             decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56846             return TRUE;
56847         }
56848 
56849         if (strcmp(operation, "setCallLoadControl") == 0
56850             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCallControlManager") == 0)) {
56851             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56852             tree = start_dissecting(tvb, pinfo, ptree, offset);
56853             decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56854             return TRUE;
56855         }
56856 
56857         if (strcmp(operation, "enableNotifications") == 0
56858             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCallControlManager") == 0)) {
56859             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56860             tree = start_dissecting(tvb, pinfo, ptree, offset);
56861             decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_enableNotifications(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56862             return TRUE;
56863         }
56864 
56865         if (strcmp(operation, "disableNotifications") == 0
56866             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCallControlManager") == 0)) {
56867             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56868             tree = start_dissecting(tvb, pinfo, ptree, offset);
56869             decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_disableNotifications(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56870             return TRUE;
56871         }
56872 
56873         if (strcmp(operation, "getNextNotification") == 0
56874             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCallControlManager") == 0)) {
56875             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56876             tree = start_dissecting(tvb, pinfo, ptree, offset);
56877             decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNextNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56878             return TRUE;
56879         }
56880 
56881         if (strcmp(operation, "routeReq") == 0
56882             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
56883             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56884             tree = start_dissecting(tvb, pinfo, ptree, offset);
56885             decode_org_csapi_cc_mpccs_IpCallLeg_routeReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56886             return TRUE;
56887         }
56888 
56889         if (strcmp(operation, "eventReportReq") == 0
56890             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
56891             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56892             tree = start_dissecting(tvb, pinfo, ptree, offset);
56893             decode_org_csapi_cc_mpccs_IpCallLeg_eventReportReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56894             return TRUE;
56895         }
56896 
56897         if (strcmp(operation, "release") == 0
56898             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
56899             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56900             tree = start_dissecting(tvb, pinfo, ptree, offset);
56901             decode_org_csapi_cc_mpccs_IpCallLeg_release(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56902             return TRUE;
56903         }
56904 
56905         if (strcmp(operation, "getInfoReq") == 0
56906             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
56907             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56908             tree = start_dissecting(tvb, pinfo, ptree, offset);
56909             decode_org_csapi_cc_mpccs_IpCallLeg_getInfoReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56910             return TRUE;
56911         }
56912 
56913         if (strcmp(operation, "getCall") == 0
56914             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
56915             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56916             tree = start_dissecting(tvb, pinfo, ptree, offset);
56917             decode_org_csapi_cc_mpccs_IpCallLeg_getCall(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56918             return TRUE;
56919         }
56920 
56921         if (strcmp(operation, "attachMediaReq") == 0
56922             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
56923             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56924             tree = start_dissecting(tvb, pinfo, ptree, offset);
56925             decode_org_csapi_cc_mpccs_IpCallLeg_attachMediaReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56926             return TRUE;
56927         }
56928 
56929         if (strcmp(operation, "detachMediaReq") == 0
56930             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
56931             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56932             tree = start_dissecting(tvb, pinfo, ptree, offset);
56933             decode_org_csapi_cc_mpccs_IpCallLeg_detachMediaReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56934             return TRUE;
56935         }
56936 
56937         if (strcmp(operation, "getCurrentDestinationAddress") == 0
56938             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
56939             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56940             tree = start_dissecting(tvb, pinfo, ptree, offset);
56941             decode_org_csapi_cc_mpccs_IpCallLeg_getCurrentDestinationAddress(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56942             return TRUE;
56943         }
56944 
56945         if (strcmp(operation, "continueProcessing") == 0
56946             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
56947             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56948             tree = start_dissecting(tvb, pinfo, ptree, offset);
56949             decode_org_csapi_cc_mpccs_IpCallLeg_continueProcessing(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56950             return TRUE;
56951         }
56952 
56953         if (strcmp(operation, "setChargePlan") == 0
56954             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
56955             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56956             tree = start_dissecting(tvb, pinfo, ptree, offset);
56957             decode_org_csapi_cc_mpccs_IpCallLeg_setChargePlan(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56958             return TRUE;
56959         }
56960 
56961         if (strcmp(operation, "setAdviceOfCharge") == 0
56962             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
56963             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56964             tree = start_dissecting(tvb, pinfo, ptree, offset);
56965             decode_org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56966             return TRUE;
56967         }
56968 
56969         if (strcmp(operation, "superviseReq") == 0
56970             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
56971             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56972             tree = start_dissecting(tvb, pinfo, ptree, offset);
56973             decode_org_csapi_cc_mpccs_IpCallLeg_superviseReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56974             return TRUE;
56975         }
56976 
56977         if (strcmp(operation, "deassign") == 0
56978             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
56979             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56980             tree = start_dissecting(tvb, pinfo, ptree, offset);
56981             decode_org_csapi_cc_mpccs_IpCallLeg_deassign(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56982             return TRUE;
56983         }
56984 
56985         if (strcmp(operation, "getProperties") == 0
56986             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
56987             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56988             tree = start_dissecting(tvb, pinfo, ptree, offset);
56989             decode_org_csapi_cc_mpccs_IpCallLeg_getProperties(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56990             return TRUE;
56991         }
56992 
56993         if (strcmp(operation, "setProperties") == 0
56994             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
56995             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
56996             tree = start_dissecting(tvb, pinfo, ptree, offset);
56997             decode_org_csapi_cc_mpccs_IpCallLeg_setProperties(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
56998             return TRUE;
56999         }
57000 
57001         if (strcmp(operation, "getInfoRes") == 0
57002             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCall") == 0)) {
57003             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57004             tree = start_dissecting(tvb, pinfo, ptree, offset);
57005             decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57006             return TRUE;
57007         }
57008 
57009         if (strcmp(operation, "getInfoErr") == 0
57010             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCall") == 0)) {
57011             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57012             tree = start_dissecting(tvb, pinfo, ptree, offset);
57013             decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57014             return TRUE;
57015         }
57016 
57017         if (strcmp(operation, "superviseRes") == 0
57018             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCall") == 0)) {
57019             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57020             tree = start_dissecting(tvb, pinfo, ptree, offset);
57021             decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57022             return TRUE;
57023         }
57024 
57025         if (strcmp(operation, "superviseErr") == 0
57026             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCall") == 0)) {
57027             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57028             tree = start_dissecting(tvb, pinfo, ptree, offset);
57029             decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57030             return TRUE;
57031         }
57032 
57033         if (strcmp(operation, "callEnded") == 0
57034             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCall") == 0)) {
57035             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57036             tree = start_dissecting(tvb, pinfo, ptree, offset);
57037             decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_callEnded(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57038             return TRUE;
57039         }
57040 
57041         if (strcmp(operation, "createAndRouteCallLegErr") == 0
57042             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCall") == 0)) {
57043             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57044             tree = start_dissecting(tvb, pinfo, ptree, offset);
57045             decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_createAndRouteCallLegErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57046             return TRUE;
57047         }
57048 
57049         if (strcmp(operation, "getCallLegs") == 0
57050             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCall") == 0)) {
57051             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57052             tree = start_dissecting(tvb, pinfo, ptree, offset);
57053             decode_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57054             return TRUE;
57055         }
57056 
57057         if (strcmp(operation, "createCallLeg") == 0
57058             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCall") == 0)) {
57059             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57060             tree = start_dissecting(tvb, pinfo, ptree, offset);
57061             decode_org_csapi_cc_mpccs_IpMultiPartyCall_createCallLeg(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57062             return TRUE;
57063         }
57064 
57065         if (strcmp(operation, "createAndRouteCallLegReq") == 0
57066             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCall") == 0)) {
57067             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57068             tree = start_dissecting(tvb, pinfo, ptree, offset);
57069             decode_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57070             return TRUE;
57071         }
57072 
57073         if (strcmp(operation, "release") == 0
57074             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCall") == 0)) {
57075             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57076             tree = start_dissecting(tvb, pinfo, ptree, offset);
57077             decode_org_csapi_cc_mpccs_IpMultiPartyCall_release(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57078             return TRUE;
57079         }
57080 
57081         if (strcmp(operation, "deassignCall") == 0
57082             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCall") == 0)) {
57083             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57084             tree = start_dissecting(tvb, pinfo, ptree, offset);
57085             decode_org_csapi_cc_mpccs_IpMultiPartyCall_deassignCall(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57086             return TRUE;
57087         }
57088 
57089         if (strcmp(operation, "getInfoReq") == 0
57090             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCall") == 0)) {
57091             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57092             tree = start_dissecting(tvb, pinfo, ptree, offset);
57093             decode_org_csapi_cc_mpccs_IpMultiPartyCall_getInfoReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57094             return TRUE;
57095         }
57096 
57097         if (strcmp(operation, "setChargePlan") == 0
57098             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCall") == 0)) {
57099             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57100             tree = start_dissecting(tvb, pinfo, ptree, offset);
57101             decode_org_csapi_cc_mpccs_IpMultiPartyCall_setChargePlan(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57102             return TRUE;
57103         }
57104 
57105         if (strcmp(operation, "setAdviceOfCharge") == 0
57106             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCall") == 0)) {
57107             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57108             tree = start_dissecting(tvb, pinfo, ptree, offset);
57109             decode_org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57110             return TRUE;
57111         }
57112 
57113         if (strcmp(operation, "superviseReq") == 0
57114             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCall") == 0)) {
57115             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57116             tree = start_dissecting(tvb, pinfo, ptree, offset);
57117             decode_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57118             return TRUE;
57119         }
57120 
57121         if (strcmp(operation, "reportNotification") == 0
57122             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager") == 0)) {
57123             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57124             tree = start_dissecting(tvb, pinfo, ptree, offset);
57125             decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57126             return TRUE;
57127         }
57128 
57129         if (strcmp(operation, "callAborted") == 0
57130             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager") == 0)) {
57131             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57132             tree = start_dissecting(tvb, pinfo, ptree, offset);
57133             decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callAborted(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57134             return TRUE;
57135         }
57136 
57137         if (strcmp(operation, "managerInterrupted") == 0
57138             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager") == 0)) {
57139             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57140             tree = start_dissecting(tvb, pinfo, ptree, offset);
57141             decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerInterrupted(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57142             return TRUE;
57143         }
57144 
57145         if (strcmp(operation, "managerResumed") == 0
57146             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager") == 0)) {
57147             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57148             tree = start_dissecting(tvb, pinfo, ptree, offset);
57149             decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerResumed(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57150             return TRUE;
57151         }
57152 
57153         if (strcmp(operation, "callOverloadEncountered") == 0
57154             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager") == 0)) {
57155             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57156             tree = start_dissecting(tvb, pinfo, ptree, offset);
57157             decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadEncountered(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57158             return TRUE;
57159         }
57160 
57161         if (strcmp(operation, "callOverloadCeased") == 0
57162             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager") == 0)) {
57163             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57164             tree = start_dissecting(tvb, pinfo, ptree, offset);
57165             decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadCeased(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57166             return TRUE;
57167         }
57168 
57169         if (strcmp(operation, "abortMultipleCalls") == 0
57170             && (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager") == 0)) {
57171             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57172             tree = start_dissecting(tvb, pinfo, ptree, offset);
57173             decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57174             return TRUE;
57175         }
57176 
57177         if (strcmp(operation, "superviseVolumeRes") == 0
57178             && (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpAppMultiMediaCall") == 0)) {
57179             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57180             tree = start_dissecting(tvb, pinfo, ptree, offset);
57181             decode_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57182             return TRUE;
57183         }
57184 
57185         if (strcmp(operation, "superviseVolumeErr") == 0
57186             && (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpAppMultiMediaCall") == 0)) {
57187             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57188             tree = start_dissecting(tvb, pinfo, ptree, offset);
57189             decode_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57190             return TRUE;
57191         }
57192 
57193         if (strcmp(operation, "mediaStreamMonitorRes") == 0
57194             && (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpAppMultiMediaCallLeg") == 0)) {
57195             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57196             tree = start_dissecting(tvb, pinfo, ptree, offset);
57197             decode_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57198             return TRUE;
57199         }
57200 
57201         if (strcmp(operation, "subtract") == 0
57202             && (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpMultiMediaStream") == 0)) {
57203             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57204             tree = start_dissecting(tvb, pinfo, ptree, offset);
57205             decode_org_csapi_cc_mmccs_IpMultiMediaStream_subtract(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57206             return TRUE;
57207         }
57208 
57209         if (strcmp(operation, "mediaStreamAllow") == 0
57210             && (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpMultiMediaCallLeg") == 0)) {
57211             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57212             tree = start_dissecting(tvb, pinfo, ptree, offset);
57213             decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57214             return TRUE;
57215         }
57216 
57217         if (strcmp(operation, "mediaStreamMonitorReq") == 0
57218             && (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpMultiMediaCallLeg") == 0)) {
57219             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57220             tree = start_dissecting(tvb, pinfo, ptree, offset);
57221             decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57222             return TRUE;
57223         }
57224 
57225         if (strcmp(operation, "getMediaStreams") == 0
57226             && (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpMultiMediaCallLeg") == 0)) {
57227             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57228             tree = start_dissecting(tvb, pinfo, ptree, offset);
57229             decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57230             return TRUE;
57231         }
57232 
57233         if (strcmp(operation, "superviseVolumeReq") == 0
57234             && (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpMultiMediaCall") == 0)) {
57235             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57236             tree = start_dissecting(tvb, pinfo, ptree, offset);
57237             decode_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57238             return TRUE;
57239         }
57240 
57241         if (strcmp(operation, "reportMediaNotification") == 0
57242             && (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpAppMultiMediaCallControlManager") == 0)) {
57243             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57244             tree = start_dissecting(tvb, pinfo, ptree, offset);
57245             decode_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57246             return TRUE;
57247         }
57248 
57249         if (strcmp(operation, "createMediaNotification") == 0
57250             && (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpMultiMediaCallControlManager") == 0)) {
57251             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57252             tree = start_dissecting(tvb, pinfo, ptree, offset);
57253             decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_createMediaNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57254             return TRUE;
57255         }
57256 
57257         if (strcmp(operation, "destroyMediaNotification") == 0
57258             && (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpMultiMediaCallControlManager") == 0)) {
57259             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57260             tree = start_dissecting(tvb, pinfo, ptree, offset);
57261             decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_destroyMediaNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57262             return TRUE;
57263         }
57264 
57265         if (strcmp(operation, "changeMediaNotification") == 0
57266             && (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpMultiMediaCallControlManager") == 0)) {
57267             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57268             tree = start_dissecting(tvb, pinfo, ptree, offset);
57269             decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_changeMediaNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57270             return TRUE;
57271         }
57272 
57273         if (strcmp(operation, "getMediaNotification") == 0
57274             && (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpMultiMediaCallControlManager") == 0)) {
57275             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57276             tree = start_dissecting(tvb, pinfo, ptree, offset);
57277             decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57278             return TRUE;
57279         }
57280 
57281         if (strcmp(operation, "chairSelection") == 0
57282             && (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpAppSubConfCall") == 0)) {
57283             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57284             tree = start_dissecting(tvb, pinfo, ptree, offset);
57285             decode_org_csapi_cc_cccs_IpAppSubConfCall_chairSelection(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57286             return TRUE;
57287         }
57288 
57289         if (strcmp(operation, "floorRequest") == 0
57290             && (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpAppSubConfCall") == 0)) {
57291             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57292             tree = start_dissecting(tvb, pinfo, ptree, offset);
57293             decode_org_csapi_cc_cccs_IpAppSubConfCall_floorRequest(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57294             return TRUE;
57295         }
57296 
57297         if (strcmp(operation, "partyJoined") == 0
57298             && (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpAppConfCall") == 0)) {
57299             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57300             tree = start_dissecting(tvb, pinfo, ptree, offset);
57301             decode_org_csapi_cc_cccs_IpAppConfCall_partyJoined(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57302             return TRUE;
57303         }
57304 
57305         if (strcmp(operation, "leaveMonitorRes") == 0
57306             && (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpAppConfCall") == 0)) {
57307             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57308             tree = start_dissecting(tvb, pinfo, ptree, offset);
57309             decode_org_csapi_cc_cccs_IpAppConfCall_leaveMonitorRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57310             return TRUE;
57311         }
57312 
57313         if (strcmp(operation, "createConference") == 0
57314             && (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpConfCallControlManager") == 0)) {
57315             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57316             tree = start_dissecting(tvb, pinfo, ptree, offset);
57317             decode_org_csapi_cc_cccs_IpConfCallControlManager_createConference(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57318             return TRUE;
57319         }
57320 
57321         if (strcmp(operation, "checkResources") == 0
57322             && (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpConfCallControlManager") == 0)) {
57323             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57324             tree = start_dissecting(tvb, pinfo, ptree, offset);
57325             decode_org_csapi_cc_cccs_IpConfCallControlManager_checkResources(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57326             return TRUE;
57327         }
57328 
57329         if (strcmp(operation, "reserveResources") == 0
57330             && (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpConfCallControlManager") == 0)) {
57331             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57332             tree = start_dissecting(tvb, pinfo, ptree, offset);
57333             decode_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57334             return TRUE;
57335         }
57336 
57337         if (strcmp(operation, "freeResources") == 0
57338             && (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpConfCallControlManager") == 0)) {
57339             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57340             tree = start_dissecting(tvb, pinfo, ptree, offset);
57341             decode_org_csapi_cc_cccs_IpConfCallControlManager_freeResources(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57342             return TRUE;
57343         }
57344 
57345         if (strcmp(operation, "conferenceCreated") == 0
57346             && (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpAppConfCallControlManager") == 0)) {
57347             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57348             tree = start_dissecting(tvb, pinfo, ptree, offset);
57349             decode_org_csapi_cc_cccs_IpAppConfCallControlManager_conferenceCreated(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57350             return TRUE;
57351         }
57352 
57353         if (strcmp(operation, "splitSubConference") == 0
57354             && (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpSubConfCall") == 0)) {
57355             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57356             tree = start_dissecting(tvb, pinfo, ptree, offset);
57357             decode_org_csapi_cc_cccs_IpSubConfCall_splitSubConference(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57358             return TRUE;
57359         }
57360 
57361         if (strcmp(operation, "mergeSubConference") == 0
57362             && (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpSubConfCall") == 0)) {
57363             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57364             tree = start_dissecting(tvb, pinfo, ptree, offset);
57365             decode_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57366             return TRUE;
57367         }
57368 
57369         if (strcmp(operation, "moveCallLeg") == 0
57370             && (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpSubConfCall") == 0)) {
57371             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57372             tree = start_dissecting(tvb, pinfo, ptree, offset);
57373             decode_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57374             return TRUE;
57375         }
57376 
57377         if (strcmp(operation, "inspectVideo") == 0
57378             && (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpSubConfCall") == 0)) {
57379             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57380             tree = start_dissecting(tvb, pinfo, ptree, offset);
57381             decode_org_csapi_cc_cccs_IpSubConfCall_inspectVideo(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57382             return TRUE;
57383         }
57384 
57385         if (strcmp(operation, "inspectVideoCancel") == 0
57386             && (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpSubConfCall") == 0)) {
57387             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57388             tree = start_dissecting(tvb, pinfo, ptree, offset);
57389             decode_org_csapi_cc_cccs_IpSubConfCall_inspectVideoCancel(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57390             return TRUE;
57391         }
57392 
57393         if (strcmp(operation, "appointSpeaker") == 0
57394             && (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpSubConfCall") == 0)) {
57395             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57396             tree = start_dissecting(tvb, pinfo, ptree, offset);
57397             decode_org_csapi_cc_cccs_IpSubConfCall_appointSpeaker(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57398             return TRUE;
57399         }
57400 
57401         if (strcmp(operation, "chairSelection") == 0
57402             && (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpSubConfCall") == 0)) {
57403             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57404             tree = start_dissecting(tvb, pinfo, ptree, offset);
57405             decode_org_csapi_cc_cccs_IpSubConfCall_chairSelection(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57406             return TRUE;
57407         }
57408 
57409         if (strcmp(operation, "changeConferencePolicy") == 0
57410             && (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpSubConfCall") == 0)) {
57411             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57412             tree = start_dissecting(tvb, pinfo, ptree, offset);
57413             decode_org_csapi_cc_cccs_IpSubConfCall_changeConferencePolicy(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57414             return TRUE;
57415         }
57416 
57417         if (strcmp(operation, "getSubConferences") == 0
57418             && (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpConfCall") == 0)) {
57419             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57420             tree = start_dissecting(tvb, pinfo, ptree, offset);
57421             decode_org_csapi_cc_cccs_IpConfCall_getSubConferences(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57422             return TRUE;
57423         }
57424 
57425         if (strcmp(operation, "createSubConference") == 0
57426             && (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpConfCall") == 0)) {
57427             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57428             tree = start_dissecting(tvb, pinfo, ptree, offset);
57429             decode_org_csapi_cc_cccs_IpConfCall_createSubConference(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57430             return TRUE;
57431         }
57432 
57433         if (strcmp(operation, "leaveMonitorReq") == 0
57434             && (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpConfCall") == 0)) {
57435             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57436             tree = start_dissecting(tvb, pinfo, ptree, offset);
57437             decode_org_csapi_cc_cccs_IpConfCall_leaveMonitorReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57438             return TRUE;
57439         }
57440 
57441         if (strcmp(operation, "getConferenceAddress") == 0
57442             && (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpConfCall") == 0)) {
57443             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57444             tree = start_dissecting(tvb, pinfo, ptree, offset);
57445             decode_org_csapi_cc_cccs_IpConfCall_getConferenceAddress(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57446             return TRUE;
57447         }
57448 
57449         if (strcmp(operation, "sendInfoRes") == 0
57450             && (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUI") == 0)) {
57451             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57452             tree = start_dissecting(tvb, pinfo, ptree, offset);
57453             decode_org_csapi_ui_IpAppUI_sendInfoRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57454             return TRUE;
57455         }
57456 
57457         if (strcmp(operation, "sendInfoErr") == 0
57458             && (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUI") == 0)) {
57459             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57460             tree = start_dissecting(tvb, pinfo, ptree, offset);
57461             decode_org_csapi_ui_IpAppUI_sendInfoErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57462             return TRUE;
57463         }
57464 
57465         if (strcmp(operation, "sendInfoAndCollectRes") == 0
57466             && (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUI") == 0)) {
57467             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57468             tree = start_dissecting(tvb, pinfo, ptree, offset);
57469             decode_org_csapi_ui_IpAppUI_sendInfoAndCollectRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57470             return TRUE;
57471         }
57472 
57473         if (strcmp(operation, "sendInfoAndCollectErr") == 0
57474             && (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUI") == 0)) {
57475             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57476             tree = start_dissecting(tvb, pinfo, ptree, offset);
57477             decode_org_csapi_ui_IpAppUI_sendInfoAndCollectErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57478             return TRUE;
57479         }
57480 
57481         if (strcmp(operation, "userInteractionFaultDetected") == 0
57482             && (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUI") == 0)) {
57483             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57484             tree = start_dissecting(tvb, pinfo, ptree, offset);
57485             decode_org_csapi_ui_IpAppUI_userInteractionFaultDetected(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57486             return TRUE;
57487         }
57488 
57489         if (strcmp(operation, "recordMessageRes") == 0
57490             && (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUICall") == 0)) {
57491             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57492             tree = start_dissecting(tvb, pinfo, ptree, offset);
57493             decode_org_csapi_ui_IpAppUICall_recordMessageRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57494             return TRUE;
57495         }
57496 
57497         if (strcmp(operation, "recordMessageErr") == 0
57498             && (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUICall") == 0)) {
57499             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57500             tree = start_dissecting(tvb, pinfo, ptree, offset);
57501             decode_org_csapi_ui_IpAppUICall_recordMessageErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57502             return TRUE;
57503         }
57504 
57505         if (strcmp(operation, "deleteMessageRes") == 0
57506             && (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUICall") == 0)) {
57507             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57508             tree = start_dissecting(tvb, pinfo, ptree, offset);
57509             decode_org_csapi_ui_IpAppUICall_deleteMessageRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57510             return TRUE;
57511         }
57512 
57513         if (strcmp(operation, "deleteMessageErr") == 0
57514             && (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUICall") == 0)) {
57515             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57516             tree = start_dissecting(tvb, pinfo, ptree, offset);
57517             decode_org_csapi_ui_IpAppUICall_deleteMessageErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57518             return TRUE;
57519         }
57520 
57521         if (strcmp(operation, "abortActionRes") == 0
57522             && (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUICall") == 0)) {
57523             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57524             tree = start_dissecting(tvb, pinfo, ptree, offset);
57525             decode_org_csapi_ui_IpAppUICall_abortActionRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57526             return TRUE;
57527         }
57528 
57529         if (strcmp(operation, "abortActionErr") == 0
57530             && (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUICall") == 0)) {
57531             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57532             tree = start_dissecting(tvb, pinfo, ptree, offset);
57533             decode_org_csapi_ui_IpAppUICall_abortActionErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57534             return TRUE;
57535         }
57536 
57537         if (strcmp(operation, "getMessageRes") == 0
57538             && (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUICall") == 0)) {
57539             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57540             tree = start_dissecting(tvb, pinfo, ptree, offset);
57541             decode_org_csapi_ui_IpAppUICall_getMessageRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57542             return TRUE;
57543         }
57544 
57545         if (strcmp(operation, "getMessageErr") == 0
57546             && (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUICall") == 0)) {
57547             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57548             tree = start_dissecting(tvb, pinfo, ptree, offset);
57549             decode_org_csapi_ui_IpAppUICall_getMessageErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57550             return TRUE;
57551         }
57552 
57553         if (strcmp(operation, "userInteractionAborted") == 0
57554             && (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIManager") == 0)) {
57555             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57556             tree = start_dissecting(tvb, pinfo, ptree, offset);
57557             decode_org_csapi_ui_IpAppUIManager_userInteractionAborted(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57558             return TRUE;
57559         }
57560 
57561         if (strcmp(operation, "userInteractionNotificationInterrupted") == 0
57562             && (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIManager") == 0)) {
57563             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57564             tree = start_dissecting(tvb, pinfo, ptree, offset);
57565             decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationInterrupted(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57566             return TRUE;
57567         }
57568 
57569         if (strcmp(operation, "userInteractionNotificationContinued") == 0
57570             && (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIManager") == 0)) {
57571             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57572             tree = start_dissecting(tvb, pinfo, ptree, offset);
57573             decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationContinued(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57574             return TRUE;
57575         }
57576 
57577         if (strcmp(operation, "reportEventNotification") == 0
57578             && (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIManager") == 0)) {
57579             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57580             tree = start_dissecting(tvb, pinfo, ptree, offset);
57581             decode_org_csapi_ui_IpAppUIManager_reportEventNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57582             return TRUE;
57583         }
57584 
57585         if (strcmp(operation, "abortMultipleUserInteractions") == 0
57586             && (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIManager") == 0)) {
57587             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57588             tree = start_dissecting(tvb, pinfo, ptree, offset);
57589             decode_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57590             return TRUE;
57591         }
57592 
57593         if (strcmp(operation, "sendInfoReq") == 0
57594             && (!idlname || strcmp(idlname, "org/csapi/ui/IpUI") == 0)) {
57595             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57596             tree = start_dissecting(tvb, pinfo, ptree, offset);
57597             decode_org_csapi_ui_IpUI_sendInfoReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57598             return TRUE;
57599         }
57600 
57601         if (strcmp(operation, "sendInfoAndCollectReq") == 0
57602             && (!idlname || strcmp(idlname, "org/csapi/ui/IpUI") == 0)) {
57603             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57604             tree = start_dissecting(tvb, pinfo, ptree, offset);
57605             decode_org_csapi_ui_IpUI_sendInfoAndCollectReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57606             return TRUE;
57607         }
57608 
57609         if (strcmp(operation, "release") == 0
57610             && (!idlname || strcmp(idlname, "org/csapi/ui/IpUI") == 0)) {
57611             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57612             tree = start_dissecting(tvb, pinfo, ptree, offset);
57613             decode_org_csapi_ui_IpUI_release(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57614             return TRUE;
57615         }
57616 
57617         if (strcmp(operation, "setOriginatingAddress") == 0
57618             && (!idlname || strcmp(idlname, "org/csapi/ui/IpUI") == 0)) {
57619             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57620             tree = start_dissecting(tvb, pinfo, ptree, offset);
57621             decode_org_csapi_ui_IpUI_setOriginatingAddress(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57622             return TRUE;
57623         }
57624 
57625         if (strcmp(operation, "getOriginatingAddress") == 0
57626             && (!idlname || strcmp(idlname, "org/csapi/ui/IpUI") == 0)) {
57627             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57628             tree = start_dissecting(tvb, pinfo, ptree, offset);
57629             decode_org_csapi_ui_IpUI_getOriginatingAddress(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57630             return TRUE;
57631         }
57632 
57633         if (strcmp(operation, "recordMessageReq") == 0
57634             && (!idlname || strcmp(idlname, "org/csapi/ui/IpUICall") == 0)) {
57635             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57636             tree = start_dissecting(tvb, pinfo, ptree, offset);
57637             decode_org_csapi_ui_IpUICall_recordMessageReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57638             return TRUE;
57639         }
57640 
57641         if (strcmp(operation, "deleteMessageReq") == 0
57642             && (!idlname || strcmp(idlname, "org/csapi/ui/IpUICall") == 0)) {
57643             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57644             tree = start_dissecting(tvb, pinfo, ptree, offset);
57645             decode_org_csapi_ui_IpUICall_deleteMessageReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57646             return TRUE;
57647         }
57648 
57649         if (strcmp(operation, "abortActionReq") == 0
57650             && (!idlname || strcmp(idlname, "org/csapi/ui/IpUICall") == 0)) {
57651             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57652             tree = start_dissecting(tvb, pinfo, ptree, offset);
57653             decode_org_csapi_ui_IpUICall_abortActionReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57654             return TRUE;
57655         }
57656 
57657         if (strcmp(operation, "getMessageReq") == 0
57658             && (!idlname || strcmp(idlname, "org/csapi/ui/IpUICall") == 0)) {
57659             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57660             tree = start_dissecting(tvb, pinfo, ptree, offset);
57661             decode_org_csapi_ui_IpUICall_getMessageReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57662             return TRUE;
57663         }
57664 
57665         if (strcmp(operation, "createUI") == 0
57666             && (!idlname || strcmp(idlname, "org/csapi/ui/IpUIManager") == 0)) {
57667             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57668             tree = start_dissecting(tvb, pinfo, ptree, offset);
57669             decode_org_csapi_ui_IpUIManager_createUI(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57670             return TRUE;
57671         }
57672 
57673         if (strcmp(operation, "createUICall") == 0
57674             && (!idlname || strcmp(idlname, "org/csapi/ui/IpUIManager") == 0)) {
57675             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57676             tree = start_dissecting(tvb, pinfo, ptree, offset);
57677             decode_org_csapi_ui_IpUIManager_createUICall(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57678             return TRUE;
57679         }
57680 
57681         if (strcmp(operation, "createNotification") == 0
57682             && (!idlname || strcmp(idlname, "org/csapi/ui/IpUIManager") == 0)) {
57683             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57684             tree = start_dissecting(tvb, pinfo, ptree, offset);
57685             decode_org_csapi_ui_IpUIManager_createNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57686             return TRUE;
57687         }
57688 
57689         if (strcmp(operation, "destroyNotification") == 0
57690             && (!idlname || strcmp(idlname, "org/csapi/ui/IpUIManager") == 0)) {
57691             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57692             tree = start_dissecting(tvb, pinfo, ptree, offset);
57693             decode_org_csapi_ui_IpUIManager_destroyNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57694             return TRUE;
57695         }
57696 
57697         if (strcmp(operation, "changeNotification") == 0
57698             && (!idlname || strcmp(idlname, "org/csapi/ui/IpUIManager") == 0)) {
57699             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57700             tree = start_dissecting(tvb, pinfo, ptree, offset);
57701             decode_org_csapi_ui_IpUIManager_changeNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57702             return TRUE;
57703         }
57704 
57705         if (strcmp(operation, "getNotification") == 0
57706             && (!idlname || strcmp(idlname, "org/csapi/ui/IpUIManager") == 0)) {
57707             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57708             tree = start_dissecting(tvb, pinfo, ptree, offset);
57709             decode_org_csapi_ui_IpUIManager_getNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57710             return TRUE;
57711         }
57712 
57713         if (strcmp(operation, "enableNotifications") == 0
57714             && (!idlname || strcmp(idlname, "org/csapi/ui/IpUIManager") == 0)) {
57715             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57716             tree = start_dissecting(tvb, pinfo, ptree, offset);
57717             decode_org_csapi_ui_IpUIManager_enableNotifications(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57718             return TRUE;
57719         }
57720 
57721         if (strcmp(operation, "disableNotifications") == 0
57722             && (!idlname || strcmp(idlname, "org/csapi/ui/IpUIManager") == 0)) {
57723             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57724             tree = start_dissecting(tvb, pinfo, ptree, offset);
57725             decode_org_csapi_ui_IpUIManager_disableNotifications(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57726             return TRUE;
57727         }
57728 
57729         if (strcmp(operation, "getMessageRes") == 0
57730             && (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIAdminManager") == 0)) {
57731             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57732             tree = start_dissecting(tvb, pinfo, ptree, offset);
57733             decode_org_csapi_ui_IpAppUIAdminManager_getMessageRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57734             return TRUE;
57735         }
57736 
57737         if (strcmp(operation, "getMessageErr") == 0
57738             && (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIAdminManager") == 0)) {
57739             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57740             tree = start_dissecting(tvb, pinfo, ptree, offset);
57741             decode_org_csapi_ui_IpAppUIAdminManager_getMessageErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57742             return TRUE;
57743         }
57744 
57745         if (strcmp(operation, "deleteMessageRes") == 0
57746             && (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIAdminManager") == 0)) {
57747             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57748             tree = start_dissecting(tvb, pinfo, ptree, offset);
57749             decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57750             return TRUE;
57751         }
57752 
57753         if (strcmp(operation, "deleteMessageErr") == 0
57754             && (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIAdminManager") == 0)) {
57755             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57756             tree = start_dissecting(tvb, pinfo, ptree, offset);
57757             decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57758             return TRUE;
57759         }
57760 
57761         if (strcmp(operation, "putMessageRes") == 0
57762             && (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIAdminManager") == 0)) {
57763             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57764             tree = start_dissecting(tvb, pinfo, ptree, offset);
57765             decode_org_csapi_ui_IpAppUIAdminManager_putMessageRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57766             return TRUE;
57767         }
57768 
57769         if (strcmp(operation, "putMessageErr") == 0
57770             && (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIAdminManager") == 0)) {
57771             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57772             tree = start_dissecting(tvb, pinfo, ptree, offset);
57773             decode_org_csapi_ui_IpAppUIAdminManager_putMessageErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57774             return TRUE;
57775         }
57776 
57777         if (strcmp(operation, "getMessageListRes") == 0
57778             && (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIAdminManager") == 0)) {
57779             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57780             tree = start_dissecting(tvb, pinfo, ptree, offset);
57781             decode_org_csapi_ui_IpAppUIAdminManager_getMessageListRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57782             return TRUE;
57783         }
57784 
57785         if (strcmp(operation, "getMessageListErr") == 0
57786             && (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIAdminManager") == 0)) {
57787             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57788             tree = start_dissecting(tvb, pinfo, ptree, offset);
57789             decode_org_csapi_ui_IpAppUIAdminManager_getMessageListErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57790             return TRUE;
57791         }
57792 
57793         if (strcmp(operation, "getMessageReq") == 0
57794             && (!idlname || strcmp(idlname, "org/csapi/ui/IpUIAdminManager") == 0)) {
57795             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57796             tree = start_dissecting(tvb, pinfo, ptree, offset);
57797             decode_org_csapi_ui_IpUIAdminManager_getMessageReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57798             return TRUE;
57799         }
57800 
57801         if (strcmp(operation, "putMessageReq") == 0
57802             && (!idlname || strcmp(idlname, "org/csapi/ui/IpUIAdminManager") == 0)) {
57803             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57804             tree = start_dissecting(tvb, pinfo, ptree, offset);
57805             decode_org_csapi_ui_IpUIAdminManager_putMessageReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57806             return TRUE;
57807         }
57808 
57809         if (strcmp(operation, "deleteMessageReq") == 0
57810             && (!idlname || strcmp(idlname, "org/csapi/ui/IpUIAdminManager") == 0)) {
57811             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57812             tree = start_dissecting(tvb, pinfo, ptree, offset);
57813             decode_org_csapi_ui_IpUIAdminManager_deleteMessageReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57814             return TRUE;
57815         }
57816 
57817         if (strcmp(operation, "getMessageListReq") == 0
57818             && (!idlname || strcmp(idlname, "org/csapi/ui/IpUIAdminManager") == 0)) {
57819             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57820             tree = start_dissecting(tvb, pinfo, ptree, offset);
57821             decode_org_csapi_ui_IpUIAdminManager_getMessageListReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57822             return TRUE;
57823         }
57824 
57825         if (strcmp(operation, "locationReportRes") == 0
57826             && (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpAppUserLocation") == 0)) {
57827             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57828             tree = start_dissecting(tvb, pinfo, ptree, offset);
57829             decode_org_csapi_mm_ul_IpAppUserLocation_locationReportRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57830             return TRUE;
57831         }
57832 
57833         if (strcmp(operation, "locationReportErr") == 0
57834             && (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpAppUserLocation") == 0)) {
57835             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57836             tree = start_dissecting(tvb, pinfo, ptree, offset);
57837             decode_org_csapi_mm_ul_IpAppUserLocation_locationReportErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57838             return TRUE;
57839         }
57840 
57841         if (strcmp(operation, "extendedLocationReportRes") == 0
57842             && (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpAppUserLocation") == 0)) {
57843             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57844             tree = start_dissecting(tvb, pinfo, ptree, offset);
57845             decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57846             return TRUE;
57847         }
57848 
57849         if (strcmp(operation, "extendedLocationReportErr") == 0
57850             && (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpAppUserLocation") == 0)) {
57851             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57852             tree = start_dissecting(tvb, pinfo, ptree, offset);
57853             decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57854             return TRUE;
57855         }
57856 
57857         if (strcmp(operation, "periodicLocationReport") == 0
57858             && (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpAppUserLocation") == 0)) {
57859             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57860             tree = start_dissecting(tvb, pinfo, ptree, offset);
57861             decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57862             return TRUE;
57863         }
57864 
57865         if (strcmp(operation, "periodicLocationReportErr") == 0
57866             && (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpAppUserLocation") == 0)) {
57867             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57868             tree = start_dissecting(tvb, pinfo, ptree, offset);
57869             decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57870             return TRUE;
57871         }
57872 
57873         if (strcmp(operation, "locationReportReq") == 0
57874             && (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpUserLocation") == 0)) {
57875             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57876             tree = start_dissecting(tvb, pinfo, ptree, offset);
57877             decode_org_csapi_mm_ul_IpUserLocation_locationReportReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57878             return TRUE;
57879         }
57880 
57881         if (strcmp(operation, "extendedLocationReportReq") == 0
57882             && (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpUserLocation") == 0)) {
57883             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57884             tree = start_dissecting(tvb, pinfo, ptree, offset);
57885             decode_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57886             return TRUE;
57887         }
57888 
57889         if (strcmp(operation, "periodicLocationReportingStartReq") == 0
57890             && (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpUserLocation") == 0)) {
57891             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57892             tree = start_dissecting(tvb, pinfo, ptree, offset);
57893             decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57894             return TRUE;
57895         }
57896 
57897         if (strcmp(operation, "periodicLocationReportingStop") == 0
57898             && (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpUserLocation") == 0)) {
57899             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57900             tree = start_dissecting(tvb, pinfo, ptree, offset);
57901             decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStop(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57902             return TRUE;
57903         }
57904 
57905         if (strcmp(operation, "getNextPeriodicLocationRequest") == 0
57906             && (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpUserLocation") == 0)) {
57907             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57908             tree = start_dissecting(tvb, pinfo, ptree, offset);
57909             decode_org_csapi_mm_ul_IpUserLocation_getNextPeriodicLocationRequest(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57910             return TRUE;
57911         }
57912 
57913         if (strcmp(operation, "triggeredLocationReport") == 0
57914             && (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpAppTriggeredUserLocation") == 0)) {
57915             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57916             tree = start_dissecting(tvb, pinfo, ptree, offset);
57917             decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReport(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57918             return TRUE;
57919         }
57920 
57921         if (strcmp(operation, "triggeredLocationReportErr") == 0
57922             && (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpAppTriggeredUserLocation") == 0)) {
57923             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57924             tree = start_dissecting(tvb, pinfo, ptree, offset);
57925             decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57926             return TRUE;
57927         }
57928 
57929         if (strcmp(operation, "triggeredLocationReportingStartReq") == 0
57930             && (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpTriggeredUserLocation") == 0)) {
57931             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57932             tree = start_dissecting(tvb, pinfo, ptree, offset);
57933             decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57934             return TRUE;
57935         }
57936 
57937         if (strcmp(operation, "triggeredLocationReportingStop") == 0
57938             && (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpTriggeredUserLocation") == 0)) {
57939             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57940             tree = start_dissecting(tvb, pinfo, ptree, offset);
57941             decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStop(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57942             return TRUE;
57943         }
57944 
57945         if (strcmp(operation, "getNextTriggeredLocationRequest") == 0
57946             && (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpTriggeredUserLocation") == 0)) {
57947             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57948             tree = start_dissecting(tvb, pinfo, ptree, offset);
57949             decode_org_csapi_mm_ul_IpTriggeredUserLocation_getNextTriggeredLocationRequest(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57950             return TRUE;
57951         }
57952 
57953         if (strcmp(operation, "locationReportRes") == 0
57954             && (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpAppUserLocationCamel") == 0)) {
57955             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57956             tree = start_dissecting(tvb, pinfo, ptree, offset);
57957             decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57958             return TRUE;
57959         }
57960 
57961         if (strcmp(operation, "locationReportErr") == 0
57962             && (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpAppUserLocationCamel") == 0)) {
57963             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57964             tree = start_dissecting(tvb, pinfo, ptree, offset);
57965             decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57966             return TRUE;
57967         }
57968 
57969         if (strcmp(operation, "periodicLocationReport") == 0
57970             && (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpAppUserLocationCamel") == 0)) {
57971             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57972             tree = start_dissecting(tvb, pinfo, ptree, offset);
57973             decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57974             return TRUE;
57975         }
57976 
57977         if (strcmp(operation, "periodicLocationReportErr") == 0
57978             && (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpAppUserLocationCamel") == 0)) {
57979             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57980             tree = start_dissecting(tvb, pinfo, ptree, offset);
57981             decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57982             return TRUE;
57983         }
57984 
57985         if (strcmp(operation, "triggeredLocationReport") == 0
57986             && (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpAppUserLocationCamel") == 0)) {
57987             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57988             tree = start_dissecting(tvb, pinfo, ptree, offset);
57989             decode_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReport(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57990             return TRUE;
57991         }
57992 
57993         if (strcmp(operation, "triggeredLocationReportErr") == 0
57994             && (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpAppUserLocationCamel") == 0)) {
57995             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
57996             tree = start_dissecting(tvb, pinfo, ptree, offset);
57997             decode_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
57998             return TRUE;
57999         }
58000 
58001         if (strcmp(operation, "locationReportReq") == 0
58002             && (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpUserLocationCamel") == 0)) {
58003             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58004             tree = start_dissecting(tvb, pinfo, ptree, offset);
58005             decode_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58006             return TRUE;
58007         }
58008 
58009         if (strcmp(operation, "periodicLocationReportingStartReq") == 0
58010             && (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpUserLocationCamel") == 0)) {
58011             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58012             tree = start_dissecting(tvb, pinfo, ptree, offset);
58013             decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58014             return TRUE;
58015         }
58016 
58017         if (strcmp(operation, "periodicLocationReportingStop") == 0
58018             && (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpUserLocationCamel") == 0)) {
58019             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58020             tree = start_dissecting(tvb, pinfo, ptree, offset);
58021             decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStop(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58022             return TRUE;
58023         }
58024 
58025         if (strcmp(operation, "triggeredLocationReportingStartReq") == 0
58026             && (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpUserLocationCamel") == 0)) {
58027             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58028             tree = start_dissecting(tvb, pinfo, ptree, offset);
58029             decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58030             return TRUE;
58031         }
58032 
58033         if (strcmp(operation, "triggeredLocationReportingStop") == 0
58034             && (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpUserLocationCamel") == 0)) {
58035             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58036             tree = start_dissecting(tvb, pinfo, ptree, offset);
58037             decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStop(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58038             return TRUE;
58039         }
58040 
58041         if (strcmp(operation, "getNextPeriodicLocationRequest") == 0
58042             && (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpUserLocationCamel") == 0)) {
58043             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58044             tree = start_dissecting(tvb, pinfo, ptree, offset);
58045             decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextPeriodicLocationRequest(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58046             return TRUE;
58047         }
58048 
58049         if (strcmp(operation, "getNextTriggeredLocationRequest") == 0
58050             && (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpUserLocationCamel") == 0)) {
58051             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58052             tree = start_dissecting(tvb, pinfo, ptree, offset);
58053             decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextTriggeredLocationRequest(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58054             return TRUE;
58055         }
58056 
58057         if (strcmp(operation, "emergencyLocationReport") == 0
58058             && (!idlname || strcmp(idlname, "org/csapi/mm/ule/IpAppUserLocationEmergency") == 0)) {
58059             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58060             tree = start_dissecting(tvb, pinfo, ptree, offset);
58061             decode_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReport(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58062             return TRUE;
58063         }
58064 
58065         if (strcmp(operation, "emergencyLocationReportErr") == 0
58066             && (!idlname || strcmp(idlname, "org/csapi/mm/ule/IpAppUserLocationEmergency") == 0)) {
58067             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58068             tree = start_dissecting(tvb, pinfo, ptree, offset);
58069             decode_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58070             return TRUE;
58071         }
58072 
58073         if (strcmp(operation, "emergencyLocationReportReq") == 0
58074             && (!idlname || strcmp(idlname, "org/csapi/mm/ule/IpUserLocationEmergency") == 0)) {
58075             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58076             tree = start_dissecting(tvb, pinfo, ptree, offset);
58077             decode_org_csapi_mm_ule_IpUserLocationEmergency_emergencyLocationReportReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58078             return TRUE;
58079         }
58080 
58081         if (strcmp(operation, "subscribeEmergencyLocationReports") == 0
58082             && (!idlname || strcmp(idlname, "org/csapi/mm/ule/IpUserLocationEmergency") == 0)) {
58083             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58084             tree = start_dissecting(tvb, pinfo, ptree, offset);
58085             decode_org_csapi_mm_ule_IpUserLocationEmergency_subscribeEmergencyLocationReports(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58086             return TRUE;
58087         }
58088 
58089         if (strcmp(operation, "unSubscribeEmergencyLocationReports") == 0
58090             && (!idlname || strcmp(idlname, "org/csapi/mm/ule/IpUserLocationEmergency") == 0)) {
58091             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58092             tree = start_dissecting(tvb, pinfo, ptree, offset);
58093             decode_org_csapi_mm_ule_IpUserLocationEmergency_unSubscribeEmergencyLocationReports(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58094             return TRUE;
58095         }
58096 
58097         if (strcmp(operation, "statusReportRes") == 0
58098             && (!idlname || strcmp(idlname, "org/csapi/mm/us/IpAppUserStatus") == 0)) {
58099             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58100             tree = start_dissecting(tvb, pinfo, ptree, offset);
58101             decode_org_csapi_mm_us_IpAppUserStatus_statusReportRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58102             return TRUE;
58103         }
58104 
58105         if (strcmp(operation, "statusReportErr") == 0
58106             && (!idlname || strcmp(idlname, "org/csapi/mm/us/IpAppUserStatus") == 0)) {
58107             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58108             tree = start_dissecting(tvb, pinfo, ptree, offset);
58109             decode_org_csapi_mm_us_IpAppUserStatus_statusReportErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58110             return TRUE;
58111         }
58112 
58113         if (strcmp(operation, "triggeredStatusReport") == 0
58114             && (!idlname || strcmp(idlname, "org/csapi/mm/us/IpAppUserStatus") == 0)) {
58115             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58116             tree = start_dissecting(tvb, pinfo, ptree, offset);
58117             decode_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReport(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58118             return TRUE;
58119         }
58120 
58121         if (strcmp(operation, "triggeredStatusReportErr") == 0
58122             && (!idlname || strcmp(idlname, "org/csapi/mm/us/IpAppUserStatus") == 0)) {
58123             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58124             tree = start_dissecting(tvb, pinfo, ptree, offset);
58125             decode_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58126             return TRUE;
58127         }
58128 
58129         if (strcmp(operation, "extendedStatusReportRes") == 0
58130             && (!idlname || strcmp(idlname, "org/csapi/mm/us/IpAppUserStatus") == 0)) {
58131             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58132             tree = start_dissecting(tvb, pinfo, ptree, offset);
58133             decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58134             return TRUE;
58135         }
58136 
58137         if (strcmp(operation, "extendedStatusReportErr") == 0
58138             && (!idlname || strcmp(idlname, "org/csapi/mm/us/IpAppUserStatus") == 0)) {
58139             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58140             tree = start_dissecting(tvb, pinfo, ptree, offset);
58141             decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58142             return TRUE;
58143         }
58144 
58145         if (strcmp(operation, "extTriggeredStatusReport") == 0
58146             && (!idlname || strcmp(idlname, "org/csapi/mm/us/IpAppUserStatus") == 0)) {
58147             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58148             tree = start_dissecting(tvb, pinfo, ptree, offset);
58149             decode_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReport(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58150             return TRUE;
58151         }
58152 
58153         if (strcmp(operation, "extTriggeredStatusReportErr") == 0
58154             && (!idlname || strcmp(idlname, "org/csapi/mm/us/IpAppUserStatus") == 0)) {
58155             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58156             tree = start_dissecting(tvb, pinfo, ptree, offset);
58157             decode_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58158             return TRUE;
58159         }
58160 
58161         if (strcmp(operation, "statusReportReq") == 0
58162             && (!idlname || strcmp(idlname, "org/csapi/mm/us/IpUserStatus") == 0)) {
58163             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58164             tree = start_dissecting(tvb, pinfo, ptree, offset);
58165             decode_org_csapi_mm_us_IpUserStatus_statusReportReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58166             return TRUE;
58167         }
58168 
58169         if (strcmp(operation, "triggeredStatusReportingStartReq") == 0
58170             && (!idlname || strcmp(idlname, "org/csapi/mm/us/IpUserStatus") == 0)) {
58171             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58172             tree = start_dissecting(tvb, pinfo, ptree, offset);
58173             decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58174             return TRUE;
58175         }
58176 
58177         if (strcmp(operation, "triggeredStatusReportingStop") == 0
58178             && (!idlname || strcmp(idlname, "org/csapi/mm/us/IpUserStatus") == 0)) {
58179             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58180             tree = start_dissecting(tvb, pinfo, ptree, offset);
58181             decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStop(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58182             return TRUE;
58183         }
58184 
58185         if (strcmp(operation, "getNextTriggeredStatusRequest") == 0
58186             && (!idlname || strcmp(idlname, "org/csapi/mm/us/IpUserStatus") == 0)) {
58187             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58188             tree = start_dissecting(tvb, pinfo, ptree, offset);
58189             decode_org_csapi_mm_us_IpUserStatus_getNextTriggeredStatusRequest(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58190             return TRUE;
58191         }
58192 
58193         if (strcmp(operation, "extendedStatusReportReq") == 0
58194             && (!idlname || strcmp(idlname, "org/csapi/mm/us/IpUserStatus") == 0)) {
58195             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58196             tree = start_dissecting(tvb, pinfo, ptree, offset);
58197             decode_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58198             return TRUE;
58199         }
58200 
58201         if (strcmp(operation, "extTriggeredStatusReportingStartReq") == 0
58202             && (!idlname || strcmp(idlname, "org/csapi/mm/us/IpUserStatus") == 0)) {
58203             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58204             tree = start_dissecting(tvb, pinfo, ptree, offset);
58205             decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58206             return TRUE;
58207         }
58208 
58209         if (strcmp(operation, "extTriggeredStatusReportingStop") == 0
58210             && (!idlname || strcmp(idlname, "org/csapi/mm/us/IpUserStatus") == 0)) {
58211             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58212             tree = start_dissecting(tvb, pinfo, ptree, offset);
58213             decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStop(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58214             return TRUE;
58215         }
58216 
58217         if (strcmp(operation, "triggeredBindingRequestNotification") == 0
58218             && (!idlname || strcmp(idlname, "org/csapi/mm/ub/IpAppUserBinding") == 0)) {
58219             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58220             tree = start_dissecting(tvb, pinfo, ptree, offset);
58221             decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58222             return TRUE;
58223         }
58224 
58225         if (strcmp(operation, "triggeredBindingRequestNotificationStartErr") == 0
58226             && (!idlname || strcmp(idlname, "org/csapi/mm/ub/IpAppUserBinding") == 0)) {
58227             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58228             tree = start_dissecting(tvb, pinfo, ptree, offset);
58229             decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58230             return TRUE;
58231         }
58232 
58233         if (strcmp(operation, "triggeredBindingRequestNotificationStartReq") == 0
58234             && (!idlname || strcmp(idlname, "org/csapi/mm/ub/IpUserBinding") == 0)) {
58235             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58236             tree = start_dissecting(tvb, pinfo, ptree, offset);
58237             decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58238             return TRUE;
58239         }
58240 
58241         if (strcmp(operation, "triggeredBindingRequestNotificationStop") == 0
58242             && (!idlname || strcmp(idlname, "org/csapi/mm/ub/IpUserBinding") == 0)) {
58243             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58244             tree = start_dissecting(tvb, pinfo, ptree, offset);
58245             decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStop(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58246             return TRUE;
58247         }
58248 
58249         if (strcmp(operation, "getTerminalCapabilities") == 0
58250             && (!idlname || strcmp(idlname, "org/csapi/termcap/IpTerminalCapabilities") == 0)) {
58251             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58252             tree = start_dissecting(tvb, pinfo, ptree, offset);
58253             decode_org_csapi_termcap_IpTerminalCapabilities_getTerminalCapabilities(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58254             return TRUE;
58255         }
58256 
58257         if (strcmp(operation, "triggeredTerminalCapabilityReport") == 0
58258             && (!idlname || strcmp(idlname, "org/csapi/termcap/IpAppExtendedTerminalCapabilities") == 0)) {
58259             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58260             tree = start_dissecting(tvb, pinfo, ptree, offset);
58261             decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58262             return TRUE;
58263         }
58264 
58265         if (strcmp(operation, "triggeredTerminalCapabilityReportErr") == 0
58266             && (!idlname || strcmp(idlname, "org/csapi/termcap/IpAppExtendedTerminalCapabilities") == 0)) {
58267             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58268             tree = start_dissecting(tvb, pinfo, ptree, offset);
58269             decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58270             return TRUE;
58271         }
58272 
58273         if (strcmp(operation, "triggeredTerminalCapabilityStartReq") == 0
58274             && (!idlname || strcmp(idlname, "org/csapi/termcap/IpExtendedTerminalCapabilities") == 0)) {
58275             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58276             tree = start_dissecting(tvb, pinfo, ptree, offset);
58277             decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58278             return TRUE;
58279         }
58280 
58281         if (strcmp(operation, "triggeredTerminalCapabilityStop") == 0
58282             && (!idlname || strcmp(idlname, "org/csapi/termcap/IpExtendedTerminalCapabilities") == 0)) {
58283             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58284             tree = start_dissecting(tvb, pinfo, ptree, offset);
58285             decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStop(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58286             return TRUE;
58287         }
58288 
58289         if (strcmp(operation, "connectRes") == 0
58290             && (!idlname || strcmp(idlname, "org/csapi/dsc/IpAppDataSession") == 0)) {
58291             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58292             tree = start_dissecting(tvb, pinfo, ptree, offset);
58293             decode_org_csapi_dsc_IpAppDataSession_connectRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58294             return TRUE;
58295         }
58296 
58297         if (strcmp(operation, "connectErr") == 0
58298             && (!idlname || strcmp(idlname, "org/csapi/dsc/IpAppDataSession") == 0)) {
58299             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58300             tree = start_dissecting(tvb, pinfo, ptree, offset);
58301             decode_org_csapi_dsc_IpAppDataSession_connectErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58302             return TRUE;
58303         }
58304 
58305         if (strcmp(operation, "superviseDataSessionRes") == 0
58306             && (!idlname || strcmp(idlname, "org/csapi/dsc/IpAppDataSession") == 0)) {
58307             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58308             tree = start_dissecting(tvb, pinfo, ptree, offset);
58309             decode_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58310             return TRUE;
58311         }
58312 
58313         if (strcmp(operation, "superviseDataSessionErr") == 0
58314             && (!idlname || strcmp(idlname, "org/csapi/dsc/IpAppDataSession") == 0)) {
58315             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58316             tree = start_dissecting(tvb, pinfo, ptree, offset);
58317             decode_org_csapi_dsc_IpAppDataSession_superviseDataSessionErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58318             return TRUE;
58319         }
58320 
58321         if (strcmp(operation, "dataSessionFaultDetected") == 0
58322             && (!idlname || strcmp(idlname, "org/csapi/dsc/IpAppDataSession") == 0)) {
58323             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58324             tree = start_dissecting(tvb, pinfo, ptree, offset);
58325             decode_org_csapi_dsc_IpAppDataSession_dataSessionFaultDetected(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58326             return TRUE;
58327         }
58328 
58329         if (strcmp(operation, "dataSessionAborted") == 0
58330             && (!idlname || strcmp(idlname, "org/csapi/dsc/IpAppDataSessionControlManager") == 0)) {
58331             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58332             tree = start_dissecting(tvb, pinfo, ptree, offset);
58333             decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionAborted(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58334             return TRUE;
58335         }
58336 
58337         if (strcmp(operation, "reportNotification") == 0
58338             && (!idlname || strcmp(idlname, "org/csapi/dsc/IpAppDataSessionControlManager") == 0)) {
58339             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58340             tree = start_dissecting(tvb, pinfo, ptree, offset);
58341             decode_org_csapi_dsc_IpAppDataSessionControlManager_reportNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58342             return TRUE;
58343         }
58344 
58345         if (strcmp(operation, "dataSessionNotificationContinued") == 0
58346             && (!idlname || strcmp(idlname, "org/csapi/dsc/IpAppDataSessionControlManager") == 0)) {
58347             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58348             tree = start_dissecting(tvb, pinfo, ptree, offset);
58349             decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationContinued(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58350             return TRUE;
58351         }
58352 
58353         if (strcmp(operation, "dataSessionNotificationInterrupted") == 0
58354             && (!idlname || strcmp(idlname, "org/csapi/dsc/IpAppDataSessionControlManager") == 0)) {
58355             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58356             tree = start_dissecting(tvb, pinfo, ptree, offset);
58357             decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationInterrupted(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58358             return TRUE;
58359         }
58360 
58361         if (strcmp(operation, "abortMultipleDataSessions") == 0
58362             && (!idlname || strcmp(idlname, "org/csapi/dsc/IpAppDataSessionControlManager") == 0)) {
58363             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58364             tree = start_dissecting(tvb, pinfo, ptree, offset);
58365             decode_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58366             return TRUE;
58367         }
58368 
58369         if (strcmp(operation, "connectReq") == 0
58370             && (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSession") == 0)) {
58371             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58372             tree = start_dissecting(tvb, pinfo, ptree, offset);
58373             decode_org_csapi_dsc_IpDataSession_connectReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58374             return TRUE;
58375         }
58376 
58377         if (strcmp(operation, "release") == 0
58378             && (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSession") == 0)) {
58379             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58380             tree = start_dissecting(tvb, pinfo, ptree, offset);
58381             decode_org_csapi_dsc_IpDataSession_release(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58382             return TRUE;
58383         }
58384 
58385         if (strcmp(operation, "superviseDataSessionReq") == 0
58386             && (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSession") == 0)) {
58387             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58388             tree = start_dissecting(tvb, pinfo, ptree, offset);
58389             decode_org_csapi_dsc_IpDataSession_superviseDataSessionReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58390             return TRUE;
58391         }
58392 
58393         if (strcmp(operation, "setDataSessionChargePlan") == 0
58394             && (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSession") == 0)) {
58395             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58396             tree = start_dissecting(tvb, pinfo, ptree, offset);
58397             decode_org_csapi_dsc_IpDataSession_setDataSessionChargePlan(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58398             return TRUE;
58399         }
58400 
58401         if (strcmp(operation, "setAdviceOfCharge") == 0
58402             && (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSession") == 0)) {
58403             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58404             tree = start_dissecting(tvb, pinfo, ptree, offset);
58405             decode_org_csapi_dsc_IpDataSession_setAdviceOfCharge(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58406             return TRUE;
58407         }
58408 
58409         if (strcmp(operation, "deassignDataSession") == 0
58410             && (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSession") == 0)) {
58411             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58412             tree = start_dissecting(tvb, pinfo, ptree, offset);
58413             decode_org_csapi_dsc_IpDataSession_deassignDataSession(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58414             return TRUE;
58415         }
58416 
58417         if (strcmp(operation, "continueProcessing") == 0
58418             && (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSession") == 0)) {
58419             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58420             tree = start_dissecting(tvb, pinfo, ptree, offset);
58421             decode_org_csapi_dsc_IpDataSession_continueProcessing(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58422             return TRUE;
58423         }
58424 
58425         if (strcmp(operation, "createNotification") == 0
58426             && (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSessionControlManager") == 0)) {
58427             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58428             tree = start_dissecting(tvb, pinfo, ptree, offset);
58429             decode_org_csapi_dsc_IpDataSessionControlManager_createNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58430             return TRUE;
58431         }
58432 
58433         if (strcmp(operation, "destroyNotification") == 0
58434             && (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSessionControlManager") == 0)) {
58435             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58436             tree = start_dissecting(tvb, pinfo, ptree, offset);
58437             decode_org_csapi_dsc_IpDataSessionControlManager_destroyNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58438             return TRUE;
58439         }
58440 
58441         if (strcmp(operation, "changeNotification") == 0
58442             && (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSessionControlManager") == 0)) {
58443             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58444             tree = start_dissecting(tvb, pinfo, ptree, offset);
58445             decode_org_csapi_dsc_IpDataSessionControlManager_changeNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58446             return TRUE;
58447         }
58448 
58449         if (strcmp(operation, "enableNotifications") == 0
58450             && (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSessionControlManager") == 0)) {
58451             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58452             tree = start_dissecting(tvb, pinfo, ptree, offset);
58453             decode_org_csapi_dsc_IpDataSessionControlManager_enableNotifications(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58454             return TRUE;
58455         }
58456 
58457         if (strcmp(operation, "disableNotifications") == 0
58458             && (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSessionControlManager") == 0)) {
58459             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58460             tree = start_dissecting(tvb, pinfo, ptree, offset);
58461             decode_org_csapi_dsc_IpDataSessionControlManager_disableNotifications(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58462             return TRUE;
58463         }
58464 
58465         if (strcmp(operation, "getNotifications") == 0
58466             && (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSessionControlManager") == 0)) {
58467             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58468             tree = start_dissecting(tvb, pinfo, ptree, offset);
58469             decode_org_csapi_dsc_IpDataSessionControlManager_getNotifications(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58470             return TRUE;
58471         }
58472 
58473         if (strcmp(operation, "createNotifications") == 0
58474             && (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSessionControlManager") == 0)) {
58475             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58476             tree = start_dissecting(tvb, pinfo, ptree, offset);
58477             decode_org_csapi_dsc_IpDataSessionControlManager_createNotifications(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58478             return TRUE;
58479         }
58480 
58481         if (strcmp(operation, "openMailbox") == 0
58482             && (!idlname || strcmp(idlname, "org/csapi/gms/IpMessagingManager") == 0)) {
58483             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58484             tree = start_dissecting(tvb, pinfo, ptree, offset);
58485             decode_org_csapi_gms_IpMessagingManager_openMailbox(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58486             return TRUE;
58487         }
58488 
58489         if (strcmp(operation, "enableMessagingNotification") == 0
58490             && (!idlname || strcmp(idlname, "org/csapi/gms/IpMessagingManager") == 0)) {
58491             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58492             tree = start_dissecting(tvb, pinfo, ptree, offset);
58493             decode_org_csapi_gms_IpMessagingManager_enableMessagingNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58494             return TRUE;
58495         }
58496 
58497         if (strcmp(operation, "disableMessagingNotification") == 0
58498             && (!idlname || strcmp(idlname, "org/csapi/gms/IpMessagingManager") == 0)) {
58499             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58500             tree = start_dissecting(tvb, pinfo, ptree, offset);
58501             decode_org_csapi_gms_IpMessagingManager_disableMessagingNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58502             return TRUE;
58503         }
58504 
58505         if (strcmp(operation, "mailboxTerminated") == 0
58506             && (!idlname || strcmp(idlname, "org/csapi/gms/IpAppMessagingManager") == 0)) {
58507             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58508             tree = start_dissecting(tvb, pinfo, ptree, offset);
58509             decode_org_csapi_gms_IpAppMessagingManager_mailboxTerminated(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58510             return TRUE;
58511         }
58512 
58513         if (strcmp(operation, "mailboxFaultDetected") == 0
58514             && (!idlname || strcmp(idlname, "org/csapi/gms/IpAppMessagingManager") == 0)) {
58515             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58516             tree = start_dissecting(tvb, pinfo, ptree, offset);
58517             decode_org_csapi_gms_IpAppMessagingManager_mailboxFaultDetected(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58518             return TRUE;
58519         }
58520 
58521         if (strcmp(operation, "messagingEventNotify") == 0
58522             && (!idlname || strcmp(idlname, "org/csapi/gms/IpAppMessagingManager") == 0)) {
58523             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58524             tree = start_dissecting(tvb, pinfo, ptree, offset);
58525             decode_org_csapi_gms_IpAppMessagingManager_messagingEventNotify(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58526             return TRUE;
58527         }
58528 
58529         if (strcmp(operation, "messagingNotificationTerminated") == 0
58530             && (!idlname || strcmp(idlname, "org/csapi/gms/IpAppMessagingManager") == 0)) {
58531             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58532             tree = start_dissecting(tvb, pinfo, ptree, offset);
58533             decode_org_csapi_gms_IpAppMessagingManager_messagingNotificationTerminated(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58534             return TRUE;
58535         }
58536 
58537         if (strcmp(operation, "close") == 0
58538             && (!idlname || strcmp(idlname, "org/csapi/gms/IpMailbox") == 0)) {
58539             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58540             tree = start_dissecting(tvb, pinfo, ptree, offset);
58541             decode_org_csapi_gms_IpMailbox_close(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58542             return TRUE;
58543         }
58544 
58545         if (strcmp(operation, "lock") == 0
58546             && (!idlname || strcmp(idlname, "org/csapi/gms/IpMailbox") == 0)) {
58547             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58548             tree = start_dissecting(tvb, pinfo, ptree, offset);
58549             decode_org_csapi_gms_IpMailbox_lock(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58550             return TRUE;
58551         }
58552 
58553         if (strcmp(operation, "unlock") == 0
58554             && (!idlname || strcmp(idlname, "org/csapi/gms/IpMailbox") == 0)) {
58555             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58556             tree = start_dissecting(tvb, pinfo, ptree, offset);
58557             decode_org_csapi_gms_IpMailbox_unlock(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58558             return TRUE;
58559         }
58560 
58561         if (strcmp(operation, "getInfoAmount") == 0
58562             && (!idlname || strcmp(idlname, "org/csapi/gms/IpMailbox") == 0)) {
58563             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58564             tree = start_dissecting(tvb, pinfo, ptree, offset);
58565             decode_org_csapi_gms_IpMailbox_getInfoAmount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58566             return TRUE;
58567         }
58568 
58569         if (strcmp(operation, "getInfoProperties") == 0
58570             && (!idlname || strcmp(idlname, "org/csapi/gms/IpMailbox") == 0)) {
58571             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58572             tree = start_dissecting(tvb, pinfo, ptree, offset);
58573             decode_org_csapi_gms_IpMailbox_getInfoProperties(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58574             return TRUE;
58575         }
58576 
58577         if (strcmp(operation, "setInfoProperties") == 0
58578             && (!idlname || strcmp(idlname, "org/csapi/gms/IpMailbox") == 0)) {
58579             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58580             tree = start_dissecting(tvb, pinfo, ptree, offset);
58581             decode_org_csapi_gms_IpMailbox_setInfoProperties(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58582             return TRUE;
58583         }
58584 
58585         if (strcmp(operation, "openFolder") == 0
58586             && (!idlname || strcmp(idlname, "org/csapi/gms/IpMailbox") == 0)) {
58587             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58588             tree = start_dissecting(tvb, pinfo, ptree, offset);
58589             decode_org_csapi_gms_IpMailbox_openFolder(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58590             return TRUE;
58591         }
58592 
58593         if (strcmp(operation, "createFolder") == 0
58594             && (!idlname || strcmp(idlname, "org/csapi/gms/IpMailbox") == 0)) {
58595             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58596             tree = start_dissecting(tvb, pinfo, ptree, offset);
58597             decode_org_csapi_gms_IpMailbox_createFolder(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58598             return TRUE;
58599         }
58600 
58601         if (strcmp(operation, "remove") == 0
58602             && (!idlname || strcmp(idlname, "org/csapi/gms/IpMailbox") == 0)) {
58603             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58604             tree = start_dissecting(tvb, pinfo, ptree, offset);
58605             decode_org_csapi_gms_IpMailbox_remove(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58606             return TRUE;
58607         }
58608 
58609         if (strcmp(operation, "getInfoAmount") == 0
58610             && (!idlname || strcmp(idlname, "org/csapi/gms/IpMessage") == 0)) {
58611             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58612             tree = start_dissecting(tvb, pinfo, ptree, offset);
58613             decode_org_csapi_gms_IpMessage_getInfoAmount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58614             return TRUE;
58615         }
58616 
58617         if (strcmp(operation, "getInfoProperties") == 0
58618             && (!idlname || strcmp(idlname, "org/csapi/gms/IpMessage") == 0)) {
58619             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58620             tree = start_dissecting(tvb, pinfo, ptree, offset);
58621             decode_org_csapi_gms_IpMessage_getInfoProperties(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58622             return TRUE;
58623         }
58624 
58625         if (strcmp(operation, "setInfoProperties") == 0
58626             && (!idlname || strcmp(idlname, "org/csapi/gms/IpMessage") == 0)) {
58627             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58628             tree = start_dissecting(tvb, pinfo, ptree, offset);
58629             decode_org_csapi_gms_IpMessage_setInfoProperties(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58630             return TRUE;
58631         }
58632 
58633         if (strcmp(operation, "remove") == 0
58634             && (!idlname || strcmp(idlname, "org/csapi/gms/IpMessage") == 0)) {
58635             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58636             tree = start_dissecting(tvb, pinfo, ptree, offset);
58637             decode_org_csapi_gms_IpMessage_remove(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58638             return TRUE;
58639         }
58640 
58641         if (strcmp(operation, "getContent") == 0
58642             && (!idlname || strcmp(idlname, "org/csapi/gms/IpMessage") == 0)) {
58643             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58644             tree = start_dissecting(tvb, pinfo, ptree, offset);
58645             decode_org_csapi_gms_IpMessage_getContent(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58646             return TRUE;
58647         }
58648 
58649         if (strcmp(operation, "getInfoAmount") == 0
58650             && (!idlname || strcmp(idlname, "org/csapi/gms/IpMailboxFolder") == 0)) {
58651             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58652             tree = start_dissecting(tvb, pinfo, ptree, offset);
58653             decode_org_csapi_gms_IpMailboxFolder_getInfoAmount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58654             return TRUE;
58655         }
58656 
58657         if (strcmp(operation, "getInfoProperties") == 0
58658             && (!idlname || strcmp(idlname, "org/csapi/gms/IpMailboxFolder") == 0)) {
58659             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58660             tree = start_dissecting(tvb, pinfo, ptree, offset);
58661             decode_org_csapi_gms_IpMailboxFolder_getInfoProperties(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58662             return TRUE;
58663         }
58664 
58665         if (strcmp(operation, "setInfoProperties") == 0
58666             && (!idlname || strcmp(idlname, "org/csapi/gms/IpMailboxFolder") == 0)) {
58667             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58668             tree = start_dissecting(tvb, pinfo, ptree, offset);
58669             decode_org_csapi_gms_IpMailboxFolder_setInfoProperties(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58670             return TRUE;
58671         }
58672 
58673         if (strcmp(operation, "putMessage") == 0
58674             && (!idlname || strcmp(idlname, "org/csapi/gms/IpMailboxFolder") == 0)) {
58675             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58676             tree = start_dissecting(tvb, pinfo, ptree, offset);
58677             decode_org_csapi_gms_IpMailboxFolder_putMessage(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58678             return TRUE;
58679         }
58680 
58681         if (strcmp(operation, "getMessage") == 0
58682             && (!idlname || strcmp(idlname, "org/csapi/gms/IpMailboxFolder") == 0)) {
58683             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58684             tree = start_dissecting(tvb, pinfo, ptree, offset);
58685             decode_org_csapi_gms_IpMailboxFolder_getMessage(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58686             return TRUE;
58687         }
58688 
58689         if (strcmp(operation, "close") == 0
58690             && (!idlname || strcmp(idlname, "org/csapi/gms/IpMailboxFolder") == 0)) {
58691             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58692             tree = start_dissecting(tvb, pinfo, ptree, offset);
58693             decode_org_csapi_gms_IpMailboxFolder_close(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58694             return TRUE;
58695         }
58696 
58697         if (strcmp(operation, "remove") == 0
58698             && (!idlname || strcmp(idlname, "org/csapi/gms/IpMailboxFolder") == 0)) {
58699             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58700             tree = start_dissecting(tvb, pinfo, ptree, offset);
58701             decode_org_csapi_gms_IpMailboxFolder_remove(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58702             return TRUE;
58703         }
58704 
58705         if (strcmp(operation, "getVPrPID") == 0
58706             && (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrP") == 0)) {
58707             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58708             tree = start_dissecting(tvb, pinfo, ptree, offset);
58709             decode_org_csapi_cm_IpVPrP_getVPrPID(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58710             return TRUE;
58711         }
58712 
58713         if (strcmp(operation, "getSlaID") == 0
58714             && (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrP") == 0)) {
58715             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58716             tree = start_dissecting(tvb, pinfo, ptree, offset);
58717             decode_org_csapi_cm_IpVPrP_getSlaID(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58718             return TRUE;
58719         }
58720 
58721         if (strcmp(operation, "getStatus") == 0
58722             && (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrP") == 0)) {
58723             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58724             tree = start_dissecting(tvb, pinfo, ptree, offset);
58725             decode_org_csapi_cm_IpVPrP_getStatus(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58726             return TRUE;
58727         }
58728 
58729         if (strcmp(operation, "getProvisionedQoSInfo") == 0
58730             && (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrP") == 0)) {
58731             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58732             tree = start_dissecting(tvb, pinfo, ptree, offset);
58733             decode_org_csapi_cm_IpVPrP_getProvisionedQoSInfo(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58734             return TRUE;
58735         }
58736 
58737         if (strcmp(operation, "getValidityInfo") == 0
58738             && (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrP") == 0)) {
58739             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58740             tree = start_dissecting(tvb, pinfo, ptree, offset);
58741             decode_org_csapi_cm_IpVPrP_getValidityInfo(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58742             return TRUE;
58743         }
58744 
58745         if (strcmp(operation, "getPipeQoSInfo") == 0
58746             && (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrP") == 0)) {
58747             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58748             tree = start_dissecting(tvb, pinfo, ptree, offset);
58749             decode_org_csapi_cm_IpVPrP_getPipeQoSInfo(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58750             return TRUE;
58751         }
58752 
58753         if (strcmp(operation, "getDsCodepoint") == 0
58754             && (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrP") == 0)) {
58755             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58756             tree = start_dissecting(tvb, pinfo, ptree, offset);
58757             decode_org_csapi_cm_IpVPrP_getDsCodepoint(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58758             return TRUE;
58759         }
58760 
58761         if (strcmp(operation, "getVPrPList") == 0
58762             && (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrN") == 0)) {
58763             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58764             tree = start_dissecting(tvb, pinfo, ptree, offset);
58765             decode_org_csapi_cm_IpVPrN_getVPrPList(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58766             return TRUE;
58767         }
58768 
58769         if (strcmp(operation, "getVPrP") == 0
58770             && (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrN") == 0)) {
58771             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58772             tree = start_dissecting(tvb, pinfo, ptree, offset);
58773             decode_org_csapi_cm_IpVPrN_getVPrP(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58774             return TRUE;
58775         }
58776 
58777         if (strcmp(operation, "createVPrP") == 0
58778             && (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrN") == 0)) {
58779             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58780             tree = start_dissecting(tvb, pinfo, ptree, offset);
58781             decode_org_csapi_cm_IpVPrN_createVPrP(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58782             return TRUE;
58783         }
58784 
58785         if (strcmp(operation, "deleteVPrP") == 0
58786             && (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrN") == 0)) {
58787             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58788             tree = start_dissecting(tvb, pinfo, ptree, offset);
58789             decode_org_csapi_cm_IpVPrN_deleteVPrP(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58790             return TRUE;
58791         }
58792 
58793         if (strcmp(operation, "getTemplate") == 0
58794             && (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSMenu") == 0)) {
58795             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58796             tree = start_dissecting(tvb, pinfo, ptree, offset);
58797             decode_org_csapi_cm_IpQoSMenu_getTemplate(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58798             return TRUE;
58799         }
58800 
58801         if (strcmp(operation, "getTemplateList") == 0
58802             && (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSMenu") == 0)) {
58803             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58804             tree = start_dissecting(tvb, pinfo, ptree, offset);
58805             decode_org_csapi_cm_IpQoSMenu_getTemplateList(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58806             return TRUE;
58807         }
58808 
58809         if (strcmp(operation, "getQoSMenu") == 0
58810             && (!idlname || strcmp(idlname, "org/csapi/cm/IpConnectivityManager") == 0)) {
58811             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58812             tree = start_dissecting(tvb, pinfo, ptree, offset);
58813             decode_org_csapi_cm_IpConnectivityManager_getQoSMenu(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58814             return TRUE;
58815         }
58816 
58817         if (strcmp(operation, "getEnterpriseNetwork") == 0
58818             && (!idlname || strcmp(idlname, "org/csapi/cm/IpConnectivityManager") == 0)) {
58819             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58820             tree = start_dissecting(tvb, pinfo, ptree, offset);
58821             decode_org_csapi_cm_IpConnectivityManager_getEnterpriseNetwork(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58822             return TRUE;
58823         }
58824 
58825         if (strcmp(operation, "getTemplateType") == 0
58826             && (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSTemplate") == 0)) {
58827             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58828             tree = start_dissecting(tvb, pinfo, ptree, offset);
58829             decode_org_csapi_cm_IpQoSTemplate_getTemplateType(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58830             return TRUE;
58831         }
58832 
58833         if (strcmp(operation, "getDescription") == 0
58834             && (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSTemplate") == 0)) {
58835             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58836             tree = start_dissecting(tvb, pinfo, ptree, offset);
58837             decode_org_csapi_cm_IpQoSTemplate_getDescription(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58838             return TRUE;
58839         }
58840 
58841         if (strcmp(operation, "setSlaID") == 0
58842             && (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSTemplate") == 0)) {
58843             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58844             tree = start_dissecting(tvb, pinfo, ptree, offset);
58845             decode_org_csapi_cm_IpQoSTemplate_setSlaID(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58846             return TRUE;
58847         }
58848 
58849         if (strcmp(operation, "getPipeQoSInfo") == 0
58850             && (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSTemplate") == 0)) {
58851             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58852             tree = start_dissecting(tvb, pinfo, ptree, offset);
58853             decode_org_csapi_cm_IpQoSTemplate_getPipeQoSInfo(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58854             return TRUE;
58855         }
58856 
58857         if (strcmp(operation, "setPipeQoSInfo") == 0
58858             && (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSTemplate") == 0)) {
58859             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58860             tree = start_dissecting(tvb, pinfo, ptree, offset);
58861             decode_org_csapi_cm_IpQoSTemplate_setPipeQoSInfo(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58862             return TRUE;
58863         }
58864 
58865         if (strcmp(operation, "getValidityInfo") == 0
58866             && (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSTemplate") == 0)) {
58867             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58868             tree = start_dissecting(tvb, pinfo, ptree, offset);
58869             decode_org_csapi_cm_IpQoSTemplate_getValidityInfo(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58870             return TRUE;
58871         }
58872 
58873         if (strcmp(operation, "setValidityInfo") == 0
58874             && (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSTemplate") == 0)) {
58875             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58876             tree = start_dissecting(tvb, pinfo, ptree, offset);
58877             decode_org_csapi_cm_IpQoSTemplate_setValidityInfo(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58878             return TRUE;
58879         }
58880 
58881         if (strcmp(operation, "setProvisionedQoSInfo") == 0
58882             && (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSTemplate") == 0)) {
58883             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58884             tree = start_dissecting(tvb, pinfo, ptree, offset);
58885             decode_org_csapi_cm_IpQoSTemplate_setProvisionedQoSInfo(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58886             return TRUE;
58887         }
58888 
58889         if (strcmp(operation, "getProvisionedQoSInfo") == 0
58890             && (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSTemplate") == 0)) {
58891             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58892             tree = start_dissecting(tvb, pinfo, ptree, offset);
58893             decode_org_csapi_cm_IpQoSTemplate_getProvisionedQoSInfo(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58894             return TRUE;
58895         }
58896 
58897         if (strcmp(operation, "getDsCodepoint") == 0
58898             && (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSTemplate") == 0)) {
58899             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58900             tree = start_dissecting(tvb, pinfo, ptree, offset);
58901             decode_org_csapi_cm_IpQoSTemplate_getDsCodepoint(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58902             return TRUE;
58903         }
58904 
58905         if (strcmp(operation, "getSiteList") == 0
58906             && (!idlname || strcmp(idlname, "org/csapi/cm/IpEnterpriseNetwork") == 0)) {
58907             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58908             tree = start_dissecting(tvb, pinfo, ptree, offset);
58909             decode_org_csapi_cm_IpEnterpriseNetwork_getSiteList(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58910             return TRUE;
58911         }
58912 
58913         if (strcmp(operation, "getVPrN") == 0
58914             && (!idlname || strcmp(idlname, "org/csapi/cm/IpEnterpriseNetwork") == 0)) {
58915             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58916             tree = start_dissecting(tvb, pinfo, ptree, offset);
58917             decode_org_csapi_cm_IpEnterpriseNetwork_getVPrN(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58918             return TRUE;
58919         }
58920 
58921         if (strcmp(operation, "getSite") == 0
58922             && (!idlname || strcmp(idlname, "org/csapi/cm/IpEnterpriseNetwork") == 0)) {
58923             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58924             tree = start_dissecting(tvb, pinfo, ptree, offset);
58925             decode_org_csapi_cm_IpEnterpriseNetwork_getSite(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58926             return TRUE;
58927         }
58928 
58929         if (strcmp(operation, "getSAPList") == 0
58930             && (!idlname || strcmp(idlname, "org/csapi/cm/IpEnterpriseNetworkSite") == 0)) {
58931             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58932             tree = start_dissecting(tvb, pinfo, ptree, offset);
58933             decode_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58934             return TRUE;
58935         }
58936 
58937         if (strcmp(operation, "getSiteID") == 0
58938             && (!idlname || strcmp(idlname, "org/csapi/cm/IpEnterpriseNetworkSite") == 0)) {
58939             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58940             tree = start_dissecting(tvb, pinfo, ptree, offset);
58941             decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteID(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58942             return TRUE;
58943         }
58944 
58945         if (strcmp(operation, "getSiteLocation") == 0
58946             && (!idlname || strcmp(idlname, "org/csapi/cm/IpEnterpriseNetworkSite") == 0)) {
58947             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58948             tree = start_dissecting(tvb, pinfo, ptree, offset);
58949             decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteLocation(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58950             return TRUE;
58951         }
58952 
58953         if (strcmp(operation, "getSiteDescription") == 0
58954             && (!idlname || strcmp(idlname, "org/csapi/cm/IpEnterpriseNetworkSite") == 0)) {
58955             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58956             tree = start_dissecting(tvb, pinfo, ptree, offset);
58957             decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteDescription(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58958             return TRUE;
58959         }
58960 
58961         if (strcmp(operation, "getIPSubnet") == 0
58962             && (!idlname || strcmp(idlname, "org/csapi/cm/IpEnterpriseNetworkSite") == 0)) {
58963             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58964             tree = start_dissecting(tvb, pinfo, ptree, offset);
58965             decode_org_csapi_cm_IpEnterpriseNetworkSite_getIPSubnet(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58966             return TRUE;
58967         }
58968 
58969         if (strcmp(operation, "getSAPIPSubnet") == 0
58970             && (!idlname || strcmp(idlname, "org/csapi/cm/IpEnterpriseNetworkSite") == 0)) {
58971             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58972             tree = start_dissecting(tvb, pinfo, ptree, offset);
58973             decode_org_csapi_cm_IpEnterpriseNetworkSite_getSAPIPSubnet(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58974             return TRUE;
58975         }
58976 
58977         if (strcmp(operation, "reportNotification") == 0
58978             && (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
58979             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58980             tree = start_dissecting(tvb, pinfo, ptree, offset);
58981             decode_org_csapi_am_IpAppAccountManager_reportNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58982             return TRUE;
58983         }
58984 
58985         if (strcmp(operation, "queryBalanceRes") == 0
58986             && (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
58987             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58988             tree = start_dissecting(tvb, pinfo, ptree, offset);
58989             decode_org_csapi_am_IpAppAccountManager_queryBalanceRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58990             return TRUE;
58991         }
58992 
58993         if (strcmp(operation, "queryBalanceErr") == 0
58994             && (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
58995             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
58996             tree = start_dissecting(tvb, pinfo, ptree, offset);
58997             decode_org_csapi_am_IpAppAccountManager_queryBalanceErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
58998             return TRUE;
58999         }
59000 
59001         if (strcmp(operation, "retrieveTransactionHistoryRes") == 0
59002             && (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
59003             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59004             tree = start_dissecting(tvb, pinfo, ptree, offset);
59005             decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59006             return TRUE;
59007         }
59008 
59009         if (strcmp(operation, "retrieveTransactionHistoryErr") == 0
59010             && (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
59011             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59012             tree = start_dissecting(tvb, pinfo, ptree, offset);
59013             decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59014             return TRUE;
59015         }
59016 
59017         if (strcmp(operation, "queryBalanceExpiryDateRes") == 0
59018             && (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
59019             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59020             tree = start_dissecting(tvb, pinfo, ptree, offset);
59021             decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59022             return TRUE;
59023         }
59024 
59025         if (strcmp(operation, "queryBalanceExpiryDateErr") == 0
59026             && (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
59027             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59028             tree = start_dissecting(tvb, pinfo, ptree, offset);
59029             decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59030             return TRUE;
59031         }
59032 
59033         if (strcmp(operation, "updateBalanceRes") == 0
59034             && (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
59035             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59036             tree = start_dissecting(tvb, pinfo, ptree, offset);
59037             decode_org_csapi_am_IpAppAccountManager_updateBalanceRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59038             return TRUE;
59039         }
59040 
59041         if (strcmp(operation, "updateBalanceErr") == 0
59042             && (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
59043             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59044             tree = start_dissecting(tvb, pinfo, ptree, offset);
59045             decode_org_csapi_am_IpAppAccountManager_updateBalanceErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59046             return TRUE;
59047         }
59048 
59049         if (strcmp(operation, "createVoucherRes") == 0
59050             && (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
59051             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59052             tree = start_dissecting(tvb, pinfo, ptree, offset);
59053             decode_org_csapi_am_IpAppAccountManager_createVoucherRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59054             return TRUE;
59055         }
59056 
59057         if (strcmp(operation, "createVoucherErr") == 0
59058             && (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
59059             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59060             tree = start_dissecting(tvb, pinfo, ptree, offset);
59061             decode_org_csapi_am_IpAppAccountManager_createVoucherErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59062             return TRUE;
59063         }
59064 
59065         if (strcmp(operation, "destroyVoucherRes") == 0
59066             && (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
59067             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59068             tree = start_dissecting(tvb, pinfo, ptree, offset);
59069             decode_org_csapi_am_IpAppAccountManager_destroyVoucherRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59070             return TRUE;
59071         }
59072 
59073         if (strcmp(operation, "destroyVoucherErr") == 0
59074             && (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
59075             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59076             tree = start_dissecting(tvb, pinfo, ptree, offset);
59077             decode_org_csapi_am_IpAppAccountManager_destroyVoucherErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59078             return TRUE;
59079         }
59080 
59081         if (strcmp(operation, "queryVoucherRes") == 0
59082             && (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
59083             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59084             tree = start_dissecting(tvb, pinfo, ptree, offset);
59085             decode_org_csapi_am_IpAppAccountManager_queryVoucherRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59086             return TRUE;
59087         }
59088 
59089         if (strcmp(operation, "queryVoucherErr") == 0
59090             && (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
59091             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59092             tree = start_dissecting(tvb, pinfo, ptree, offset);
59093             decode_org_csapi_am_IpAppAccountManager_queryVoucherErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59094             return TRUE;
59095         }
59096 
59097         if (strcmp(operation, "queryUserVouchersRes") == 0
59098             && (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
59099             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59100             tree = start_dissecting(tvb, pinfo, ptree, offset);
59101             decode_org_csapi_am_IpAppAccountManager_queryUserVouchersRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59102             return TRUE;
59103         }
59104 
59105         if (strcmp(operation, "queryUserVouchersErr") == 0
59106             && (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
59107             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59108             tree = start_dissecting(tvb, pinfo, ptree, offset);
59109             decode_org_csapi_am_IpAppAccountManager_queryUserVouchersErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59110             return TRUE;
59111         }
59112 
59113         if (strcmp(operation, "createNotification") == 0
59114             && (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
59115             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59116             tree = start_dissecting(tvb, pinfo, ptree, offset);
59117             decode_org_csapi_am_IpAccountManager_createNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59118             return TRUE;
59119         }
59120 
59121         if (strcmp(operation, "destroyNotification") == 0
59122             && (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
59123             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59124             tree = start_dissecting(tvb, pinfo, ptree, offset);
59125             decode_org_csapi_am_IpAccountManager_destroyNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59126             return TRUE;
59127         }
59128 
59129         if (strcmp(operation, "queryBalanceReq") == 0
59130             && (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
59131             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59132             tree = start_dissecting(tvb, pinfo, ptree, offset);
59133             decode_org_csapi_am_IpAccountManager_queryBalanceReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59134             return TRUE;
59135         }
59136 
59137         if (strcmp(operation, "changeNotification") == 0
59138             && (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
59139             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59140             tree = start_dissecting(tvb, pinfo, ptree, offset);
59141             decode_org_csapi_am_IpAccountManager_changeNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59142             return TRUE;
59143         }
59144 
59145         if (strcmp(operation, "getNotification") == 0
59146             && (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
59147             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59148             tree = start_dissecting(tvb, pinfo, ptree, offset);
59149             decode_org_csapi_am_IpAccountManager_getNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59150             return TRUE;
59151         }
59152 
59153         if (strcmp(operation, "retrieveTransactionHistoryReq") == 0
59154             && (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
59155             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59156             tree = start_dissecting(tvb, pinfo, ptree, offset);
59157             decode_org_csapi_am_IpAccountManager_retrieveTransactionHistoryReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59158             return TRUE;
59159         }
59160 
59161         if (strcmp(operation, "enableNotifications") == 0
59162             && (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
59163             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59164             tree = start_dissecting(tvb, pinfo, ptree, offset);
59165             decode_org_csapi_am_IpAccountManager_enableNotifications(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59166             return TRUE;
59167         }
59168 
59169         if (strcmp(operation, "disableNotifications") == 0
59170             && (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
59171             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59172             tree = start_dissecting(tvb, pinfo, ptree, offset);
59173             decode_org_csapi_am_IpAccountManager_disableNotifications(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59174             return TRUE;
59175         }
59176 
59177         if (strcmp(operation, "queryBalanceExpiryDateReq") == 0
59178             && (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
59179             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59180             tree = start_dissecting(tvb, pinfo, ptree, offset);
59181             decode_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59182             return TRUE;
59183         }
59184 
59185         if (strcmp(operation, "updateBalanceReq") == 0
59186             && (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
59187             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59188             tree = start_dissecting(tvb, pinfo, ptree, offset);
59189             decode_org_csapi_am_IpAccountManager_updateBalanceReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59190             return TRUE;
59191         }
59192 
59193         if (strcmp(operation, "createVoucherReq") == 0
59194             && (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
59195             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59196             tree = start_dissecting(tvb, pinfo, ptree, offset);
59197             decode_org_csapi_am_IpAccountManager_createVoucherReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59198             return TRUE;
59199         }
59200 
59201         if (strcmp(operation, "destroyVoucherReq") == 0
59202             && (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
59203             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59204             tree = start_dissecting(tvb, pinfo, ptree, offset);
59205             decode_org_csapi_am_IpAccountManager_destroyVoucherReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59206             return TRUE;
59207         }
59208 
59209         if (strcmp(operation, "queryVoucherReq") == 0
59210             && (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
59211             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59212             tree = start_dissecting(tvb, pinfo, ptree, offset);
59213             decode_org_csapi_am_IpAccountManager_queryVoucherReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59214             return TRUE;
59215         }
59216 
59217         if (strcmp(operation, "queryUserVouchersReq") == 0
59218             && (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
59219             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59220             tree = start_dissecting(tvb, pinfo, ptree, offset);
59221             decode_org_csapi_am_IpAccountManager_queryUserVouchersReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59222             return TRUE;
59223         }
59224 
59225         if (strcmp(operation, "creditAmountErr") == 0
59226             && (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
59227             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59228             tree = start_dissecting(tvb, pinfo, ptree, offset);
59229             decode_org_csapi_cs_IpAppChargingSession_creditAmountErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59230             return TRUE;
59231         }
59232 
59233         if (strcmp(operation, "creditAmountRes") == 0
59234             && (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
59235             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59236             tree = start_dissecting(tvb, pinfo, ptree, offset);
59237             decode_org_csapi_cs_IpAppChargingSession_creditAmountRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59238             return TRUE;
59239         }
59240 
59241         if (strcmp(operation, "creditUnitErr") == 0
59242             && (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
59243             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59244             tree = start_dissecting(tvb, pinfo, ptree, offset);
59245             decode_org_csapi_cs_IpAppChargingSession_creditUnitErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59246             return TRUE;
59247         }
59248 
59249         if (strcmp(operation, "creditUnitRes") == 0
59250             && (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
59251             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59252             tree = start_dissecting(tvb, pinfo, ptree, offset);
59253             decode_org_csapi_cs_IpAppChargingSession_creditUnitRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59254             return TRUE;
59255         }
59256 
59257         if (strcmp(operation, "debitAmountErr") == 0
59258             && (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
59259             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59260             tree = start_dissecting(tvb, pinfo, ptree, offset);
59261             decode_org_csapi_cs_IpAppChargingSession_debitAmountErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59262             return TRUE;
59263         }
59264 
59265         if (strcmp(operation, "debitAmountRes") == 0
59266             && (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
59267             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59268             tree = start_dissecting(tvb, pinfo, ptree, offset);
59269             decode_org_csapi_cs_IpAppChargingSession_debitAmountRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59270             return TRUE;
59271         }
59272 
59273         if (strcmp(operation, "debitUnitErr") == 0
59274             && (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
59275             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59276             tree = start_dissecting(tvb, pinfo, ptree, offset);
59277             decode_org_csapi_cs_IpAppChargingSession_debitUnitErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59278             return TRUE;
59279         }
59280 
59281         if (strcmp(operation, "debitUnitRes") == 0
59282             && (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
59283             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59284             tree = start_dissecting(tvb, pinfo, ptree, offset);
59285             decode_org_csapi_cs_IpAppChargingSession_debitUnitRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59286             return TRUE;
59287         }
59288 
59289         if (strcmp(operation, "directCreditAmountErr") == 0
59290             && (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
59291             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59292             tree = start_dissecting(tvb, pinfo, ptree, offset);
59293             decode_org_csapi_cs_IpAppChargingSession_directCreditAmountErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59294             return TRUE;
59295         }
59296 
59297         if (strcmp(operation, "directCreditAmountRes") == 0
59298             && (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
59299             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59300             tree = start_dissecting(tvb, pinfo, ptree, offset);
59301             decode_org_csapi_cs_IpAppChargingSession_directCreditAmountRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59302             return TRUE;
59303         }
59304 
59305         if (strcmp(operation, "directCreditUnitErr") == 0
59306             && (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
59307             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59308             tree = start_dissecting(tvb, pinfo, ptree, offset);
59309             decode_org_csapi_cs_IpAppChargingSession_directCreditUnitErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59310             return TRUE;
59311         }
59312 
59313         if (strcmp(operation, "directCreditUnitRes") == 0
59314             && (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
59315             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59316             tree = start_dissecting(tvb, pinfo, ptree, offset);
59317             decode_org_csapi_cs_IpAppChargingSession_directCreditUnitRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59318             return TRUE;
59319         }
59320 
59321         if (strcmp(operation, "directDebitAmountErr") == 0
59322             && (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
59323             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59324             tree = start_dissecting(tvb, pinfo, ptree, offset);
59325             decode_org_csapi_cs_IpAppChargingSession_directDebitAmountErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59326             return TRUE;
59327         }
59328 
59329         if (strcmp(operation, "directDebitAmountRes") == 0
59330             && (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
59331             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59332             tree = start_dissecting(tvb, pinfo, ptree, offset);
59333             decode_org_csapi_cs_IpAppChargingSession_directDebitAmountRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59334             return TRUE;
59335         }
59336 
59337         if (strcmp(operation, "directDebitUnitErr") == 0
59338             && (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
59339             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59340             tree = start_dissecting(tvb, pinfo, ptree, offset);
59341             decode_org_csapi_cs_IpAppChargingSession_directDebitUnitErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59342             return TRUE;
59343         }
59344 
59345         if (strcmp(operation, "directDebitUnitRes") == 0
59346             && (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
59347             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59348             tree = start_dissecting(tvb, pinfo, ptree, offset);
59349             decode_org_csapi_cs_IpAppChargingSession_directDebitUnitRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59350             return TRUE;
59351         }
59352 
59353         if (strcmp(operation, "extendLifeTimeErr") == 0
59354             && (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
59355             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59356             tree = start_dissecting(tvb, pinfo, ptree, offset);
59357             decode_org_csapi_cs_IpAppChargingSession_extendLifeTimeErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59358             return TRUE;
59359         }
59360 
59361         if (strcmp(operation, "extendLifeTimeRes") == 0
59362             && (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
59363             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59364             tree = start_dissecting(tvb, pinfo, ptree, offset);
59365             decode_org_csapi_cs_IpAppChargingSession_extendLifeTimeRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59366             return TRUE;
59367         }
59368 
59369         if (strcmp(operation, "rateErr") == 0
59370             && (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
59371             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59372             tree = start_dissecting(tvb, pinfo, ptree, offset);
59373             decode_org_csapi_cs_IpAppChargingSession_rateErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59374             return TRUE;
59375         }
59376 
59377         if (strcmp(operation, "rateRes") == 0
59378             && (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
59379             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59380             tree = start_dissecting(tvb, pinfo, ptree, offset);
59381             decode_org_csapi_cs_IpAppChargingSession_rateRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59382             return TRUE;
59383         }
59384 
59385         if (strcmp(operation, "reserveAmountErr") == 0
59386             && (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
59387             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59388             tree = start_dissecting(tvb, pinfo, ptree, offset);
59389             decode_org_csapi_cs_IpAppChargingSession_reserveAmountErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59390             return TRUE;
59391         }
59392 
59393         if (strcmp(operation, "reserveAmountRes") == 0
59394             && (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
59395             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59396             tree = start_dissecting(tvb, pinfo, ptree, offset);
59397             decode_org_csapi_cs_IpAppChargingSession_reserveAmountRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59398             return TRUE;
59399         }
59400 
59401         if (strcmp(operation, "reserveUnitErr") == 0
59402             && (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
59403             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59404             tree = start_dissecting(tvb, pinfo, ptree, offset);
59405             decode_org_csapi_cs_IpAppChargingSession_reserveUnitErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59406             return TRUE;
59407         }
59408 
59409         if (strcmp(operation, "reserveUnitRes") == 0
59410             && (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
59411             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59412             tree = start_dissecting(tvb, pinfo, ptree, offset);
59413             decode_org_csapi_cs_IpAppChargingSession_reserveUnitRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59414             return TRUE;
59415         }
59416 
59417         if (strcmp(operation, "sessionEnded") == 0
59418             && (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
59419             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59420             tree = start_dissecting(tvb, pinfo, ptree, offset);
59421             decode_org_csapi_cs_IpAppChargingSession_sessionEnded(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59422             return TRUE;
59423         }
59424 
59425         if (strcmp(operation, "creditAmountReq") == 0
59426             && (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
59427             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59428             tree = start_dissecting(tvb, pinfo, ptree, offset);
59429             decode_org_csapi_cs_IpChargingSession_creditAmountReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59430             return TRUE;
59431         }
59432 
59433         if (strcmp(operation, "creditUnitReq") == 0
59434             && (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
59435             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59436             tree = start_dissecting(tvb, pinfo, ptree, offset);
59437             decode_org_csapi_cs_IpChargingSession_creditUnitReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59438             return TRUE;
59439         }
59440 
59441         if (strcmp(operation, "debitAmountReq") == 0
59442             && (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
59443             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59444             tree = start_dissecting(tvb, pinfo, ptree, offset);
59445             decode_org_csapi_cs_IpChargingSession_debitAmountReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59446             return TRUE;
59447         }
59448 
59449         if (strcmp(operation, "debitUnitReq") == 0
59450             && (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
59451             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59452             tree = start_dissecting(tvb, pinfo, ptree, offset);
59453             decode_org_csapi_cs_IpChargingSession_debitUnitReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59454             return TRUE;
59455         }
59456 
59457         if (strcmp(operation, "directCreditAmountReq") == 0
59458             && (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
59459             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59460             tree = start_dissecting(tvb, pinfo, ptree, offset);
59461             decode_org_csapi_cs_IpChargingSession_directCreditAmountReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59462             return TRUE;
59463         }
59464 
59465         if (strcmp(operation, "directCreditUnitReq") == 0
59466             && (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
59467             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59468             tree = start_dissecting(tvb, pinfo, ptree, offset);
59469             decode_org_csapi_cs_IpChargingSession_directCreditUnitReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59470             return TRUE;
59471         }
59472 
59473         if (strcmp(operation, "directDebitAmountReq") == 0
59474             && (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
59475             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59476             tree = start_dissecting(tvb, pinfo, ptree, offset);
59477             decode_org_csapi_cs_IpChargingSession_directDebitAmountReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59478             return TRUE;
59479         }
59480 
59481         if (strcmp(operation, "directDebitUnitReq") == 0
59482             && (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
59483             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59484             tree = start_dissecting(tvb, pinfo, ptree, offset);
59485             decode_org_csapi_cs_IpChargingSession_directDebitUnitReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59486             return TRUE;
59487         }
59488 
59489         if (strcmp(operation, "extendLifeTimeReq") == 0
59490             && (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
59491             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59492             tree = start_dissecting(tvb, pinfo, ptree, offset);
59493             decode_org_csapi_cs_IpChargingSession_extendLifeTimeReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59494             return TRUE;
59495         }
59496 
59497         if (strcmp(operation, "getAmountLeft") == 0
59498             && (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
59499             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59500             tree = start_dissecting(tvb, pinfo, ptree, offset);
59501             decode_org_csapi_cs_IpChargingSession_getAmountLeft(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59502             return TRUE;
59503         }
59504 
59505         if (strcmp(operation, "getLifeTimeLeft") == 0
59506             && (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
59507             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59508             tree = start_dissecting(tvb, pinfo, ptree, offset);
59509             decode_org_csapi_cs_IpChargingSession_getLifeTimeLeft(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59510             return TRUE;
59511         }
59512 
59513         if (strcmp(operation, "getUnitLeft") == 0
59514             && (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
59515             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59516             tree = start_dissecting(tvb, pinfo, ptree, offset);
59517             decode_org_csapi_cs_IpChargingSession_getUnitLeft(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59518             return TRUE;
59519         }
59520 
59521         if (strcmp(operation, "rateReq") == 0
59522             && (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
59523             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59524             tree = start_dissecting(tvb, pinfo, ptree, offset);
59525             decode_org_csapi_cs_IpChargingSession_rateReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59526             return TRUE;
59527         }
59528 
59529         if (strcmp(operation, "release") == 0
59530             && (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
59531             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59532             tree = start_dissecting(tvb, pinfo, ptree, offset);
59533             decode_org_csapi_cs_IpChargingSession_release(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59534             return TRUE;
59535         }
59536 
59537         if (strcmp(operation, "reserveAmountReq") == 0
59538             && (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
59539             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59540             tree = start_dissecting(tvb, pinfo, ptree, offset);
59541             decode_org_csapi_cs_IpChargingSession_reserveAmountReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59542             return TRUE;
59543         }
59544 
59545         if (strcmp(operation, "reserveUnitReq") == 0
59546             && (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
59547             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59548             tree = start_dissecting(tvb, pinfo, ptree, offset);
59549             decode_org_csapi_cs_IpChargingSession_reserveUnitReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59550             return TRUE;
59551         }
59552 
59553         if (strcmp(operation, "sessionAborted") == 0
59554             && (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingManager") == 0)) {
59555             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59556             tree = start_dissecting(tvb, pinfo, ptree, offset);
59557             decode_org_csapi_cs_IpAppChargingManager_sessionAborted(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59558             return TRUE;
59559         }
59560 
59561         if (strcmp(operation, "abortMultipleChargingSessions") == 0
59562             && (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingManager") == 0)) {
59563             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59564             tree = start_dissecting(tvb, pinfo, ptree, offset);
59565             decode_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59566             return TRUE;
59567         }
59568 
59569         if (strcmp(operation, "createChargingSession") == 0
59570             && (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingManager") == 0)) {
59571             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59572             tree = start_dissecting(tvb, pinfo, ptree, offset);
59573             decode_org_csapi_cs_IpChargingManager_createChargingSession(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59574             return TRUE;
59575         }
59576 
59577         if (strcmp(operation, "createSplitChargingSession") == 0
59578             && (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingManager") == 0)) {
59579             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59580             tree = start_dissecting(tvb, pinfo, ptree, offset);
59581             decode_org_csapi_cs_IpChargingManager_createSplitChargingSession(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59582             return TRUE;
59583         }
59584 
59585         if (strcmp(operation, "reportNotification") == 0
59586             && (!idlname || strcmp(idlname, "org/csapi/policy/evaluation/IpAppPolicyDomain") == 0)) {
59587             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59588             tree = start_dissecting(tvb, pinfo, ptree, offset);
59589             decode_org_csapi_policy_evaluation_IpAppPolicyDomain_reportNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59590             return TRUE;
59591         }
59592 
59593         if (strcmp(operation, "evalPolicyRes") == 0
59594             && (!idlname || strcmp(idlname, "org/csapi/policy/evaluation/IpAppPolicyDomain") == 0)) {
59595             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59596             tree = start_dissecting(tvb, pinfo, ptree, offset);
59597             decode_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59598             return TRUE;
59599         }
59600 
59601         if (strcmp(operation, "evalPolicyErr") == 0
59602             && (!idlname || strcmp(idlname, "org/csapi/policy/evaluation/IpAppPolicyDomain") == 0)) {
59603             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59604             tree = start_dissecting(tvb, pinfo, ptree, offset);
59605             decode_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59606             return TRUE;
59607         }
59608 
59609         if (strcmp(operation, "evalPolicy") == 0
59610             && (!idlname || strcmp(idlname, "org/csapi/policy/evaluation/IpPolicyEvalManager") == 0)) {
59611             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59612             tree = start_dissecting(tvb, pinfo, ptree, offset);
59613             decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59614             return TRUE;
59615         }
59616 
59617         if (strcmp(operation, "evalPolicyReq") == 0
59618             && (!idlname || strcmp(idlname, "org/csapi/policy/evaluation/IpPolicyEvalManager") == 0)) {
59619             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59620             tree = start_dissecting(tvb, pinfo, ptree, offset);
59621             decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59622             return TRUE;
59623         }
59624 
59625         if (strcmp(operation, "abortEvalPolicyReq") == 0
59626             && (!idlname || strcmp(idlname, "org/csapi/policy/evaluation/IpPolicyEvalManager") == 0)) {
59627             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59628             tree = start_dissecting(tvb, pinfo, ptree, offset);
59629             decode_org_csapi_policy_evaluation_IpPolicyEvalManager_abortEvalPolicyReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59630             return TRUE;
59631         }
59632 
59633         if (strcmp(operation, "generateEvent") == 0
59634             && (!idlname || strcmp(idlname, "org/csapi/policy/evaluation/IpPolicyEvalManager") == 0)) {
59635             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59636             tree = start_dissecting(tvb, pinfo, ptree, offset);
59637             decode_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59638             return TRUE;
59639         }
59640 
59641         if (strcmp(operation, "createNotification") == 0
59642             && (!idlname || strcmp(idlname, "org/csapi/policy/evaluation/IpPolicyEvalManager") == 0)) {
59643             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59644             tree = start_dissecting(tvb, pinfo, ptree, offset);
59645             decode_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59646             return TRUE;
59647         }
59648 
59649         if (strcmp(operation, "destroyNotification") == 0
59650             && (!idlname || strcmp(idlname, "org/csapi/policy/evaluation/IpPolicyEvalManager") == 0)) {
59651             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59652             tree = start_dissecting(tvb, pinfo, ptree, offset);
59653             decode_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59654             return TRUE;
59655         }
59656 
59657         if (strcmp(operation, "getAttribute") == 0
59658             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicy") == 0)) {
59659             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59660             tree = start_dissecting(tvb, pinfo, ptree, offset);
59661             decode_org_csapi_policy_provisioning_IpPolicy_getAttribute(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59662             return TRUE;
59663         }
59664 
59665         if (strcmp(operation, "setAttribute") == 0
59666             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicy") == 0)) {
59667             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59668             tree = start_dissecting(tvb, pinfo, ptree, offset);
59669             decode_org_csapi_policy_provisioning_IpPolicy_setAttribute(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59670             return TRUE;
59671         }
59672 
59673         if (strcmp(operation, "getAttributes") == 0
59674             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicy") == 0)) {
59675             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59676             tree = start_dissecting(tvb, pinfo, ptree, offset);
59677             decode_org_csapi_policy_provisioning_IpPolicy_getAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59678             return TRUE;
59679         }
59680 
59681         if (strcmp(operation, "setAttributes") == 0
59682             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicy") == 0)) {
59683             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59684             tree = start_dissecting(tvb, pinfo, ptree, offset);
59685             decode_org_csapi_policy_provisioning_IpPolicy_setAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59686             return TRUE;
59687         }
59688 
59689         if (strcmp(operation, "getList") == 0
59690             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyIterator") == 0)) {
59691             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59692             tree = start_dissecting(tvb, pinfo, ptree, offset);
59693             decode_org_csapi_policy_provisioning_IpPolicyIterator_getList(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59694             return TRUE;
59695         }
59696 
59697         if (strcmp(operation, "getParentRepository") == 0
59698             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
59699             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59700             tree = start_dissecting(tvb, pinfo, ptree, offset);
59701             decode_org_csapi_policy_provisioning_IpPolicyRepository_getParentRepository(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59702             return TRUE;
59703         }
59704 
59705         if (strcmp(operation, "createRepository") == 0
59706             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
59707             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59708             tree = start_dissecting(tvb, pinfo, ptree, offset);
59709             decode_org_csapi_policy_provisioning_IpPolicyRepository_createRepository(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59710             return TRUE;
59711         }
59712 
59713         if (strcmp(operation, "getRepository") == 0
59714             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
59715             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59716             tree = start_dissecting(tvb, pinfo, ptree, offset);
59717             decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepository(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59718             return TRUE;
59719         }
59720 
59721         if (strcmp(operation, "removeRepository") == 0
59722             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
59723             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59724             tree = start_dissecting(tvb, pinfo, ptree, offset);
59725             decode_org_csapi_policy_provisioning_IpPolicyRepository_removeRepository(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59726             return TRUE;
59727         }
59728 
59729         if (strcmp(operation, "getRepositoryCount") == 0
59730             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
59731             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59732             tree = start_dissecting(tvb, pinfo, ptree, offset);
59733             decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryCount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59734             return TRUE;
59735         }
59736 
59737         if (strcmp(operation, "getRepositoryIterator") == 0
59738             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
59739             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59740             tree = start_dissecting(tvb, pinfo, ptree, offset);
59741             decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryIterator(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59742             return TRUE;
59743         }
59744 
59745         if (strcmp(operation, "createCondition") == 0
59746             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
59747             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59748             tree = start_dissecting(tvb, pinfo, ptree, offset);
59749             decode_org_csapi_policy_provisioning_IpPolicyRepository_createCondition(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59750             return TRUE;
59751         }
59752 
59753         if (strcmp(operation, "getCondition") == 0
59754             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
59755             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59756             tree = start_dissecting(tvb, pinfo, ptree, offset);
59757             decode_org_csapi_policy_provisioning_IpPolicyRepository_getCondition(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59758             return TRUE;
59759         }
59760 
59761         if (strcmp(operation, "removeCondition") == 0
59762             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
59763             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59764             tree = start_dissecting(tvb, pinfo, ptree, offset);
59765             decode_org_csapi_policy_provisioning_IpPolicyRepository_removeCondition(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59766             return TRUE;
59767         }
59768 
59769         if (strcmp(operation, "getConditionCount") == 0
59770             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
59771             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59772             tree = start_dissecting(tvb, pinfo, ptree, offset);
59773             decode_org_csapi_policy_provisioning_IpPolicyRepository_getConditionCount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59774             return TRUE;
59775         }
59776 
59777         if (strcmp(operation, "getConditionIterator") == 0
59778             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
59779             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59780             tree = start_dissecting(tvb, pinfo, ptree, offset);
59781             decode_org_csapi_policy_provisioning_IpPolicyRepository_getConditionIterator(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59782             return TRUE;
59783         }
59784 
59785         if (strcmp(operation, "createAction") == 0
59786             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
59787             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59788             tree = start_dissecting(tvb, pinfo, ptree, offset);
59789             decode_org_csapi_policy_provisioning_IpPolicyRepository_createAction(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59790             return TRUE;
59791         }
59792 
59793         if (strcmp(operation, "getAction") == 0
59794             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
59795             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59796             tree = start_dissecting(tvb, pinfo, ptree, offset);
59797             decode_org_csapi_policy_provisioning_IpPolicyRepository_getAction(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59798             return TRUE;
59799         }
59800 
59801         if (strcmp(operation, "removeAction") == 0
59802             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
59803             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59804             tree = start_dissecting(tvb, pinfo, ptree, offset);
59805             decode_org_csapi_policy_provisioning_IpPolicyRepository_removeAction(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59806             return TRUE;
59807         }
59808 
59809         if (strcmp(operation, "getActionCount") == 0
59810             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
59811             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59812             tree = start_dissecting(tvb, pinfo, ptree, offset);
59813             decode_org_csapi_policy_provisioning_IpPolicyRepository_getActionCount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59814             return TRUE;
59815         }
59816 
59817         if (strcmp(operation, "getActionIterator") == 0
59818             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
59819             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59820             tree = start_dissecting(tvb, pinfo, ptree, offset);
59821             decode_org_csapi_policy_provisioning_IpPolicyRepository_getActionIterator(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59822             return TRUE;
59823         }
59824 
59825         if (strcmp(operation, "getParentGroup") == 0
59826             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
59827             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59828             tree = start_dissecting(tvb, pinfo, ptree, offset);
59829             decode_org_csapi_policy_provisioning_IpPolicyRule_getParentGroup(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59830             return TRUE;
59831         }
59832 
59833         if (strcmp(operation, "getParentDomain") == 0
59834             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
59835             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59836             tree = start_dissecting(tvb, pinfo, ptree, offset);
59837             decode_org_csapi_policy_provisioning_IpPolicyRule_getParentDomain(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59838             return TRUE;
59839         }
59840 
59841         if (strcmp(operation, "createCondition") == 0
59842             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
59843             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59844             tree = start_dissecting(tvb, pinfo, ptree, offset);
59845             decode_org_csapi_policy_provisioning_IpPolicyRule_createCondition(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59846             return TRUE;
59847         }
59848 
59849         if (strcmp(operation, "getCondition") == 0
59850             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
59851             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59852             tree = start_dissecting(tvb, pinfo, ptree, offset);
59853             decode_org_csapi_policy_provisioning_IpPolicyRule_getCondition(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59854             return TRUE;
59855         }
59856 
59857         if (strcmp(operation, "removeCondition") == 0
59858             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
59859             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59860             tree = start_dissecting(tvb, pinfo, ptree, offset);
59861             decode_org_csapi_policy_provisioning_IpPolicyRule_removeCondition(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59862             return TRUE;
59863         }
59864 
59865         if (strcmp(operation, "getConditionCount") == 0
59866             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
59867             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59868             tree = start_dissecting(tvb, pinfo, ptree, offset);
59869             decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionCount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59870             return TRUE;
59871         }
59872 
59873         if (strcmp(operation, "getConditionIterator") == 0
59874             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
59875             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59876             tree = start_dissecting(tvb, pinfo, ptree, offset);
59877             decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionIterator(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59878             return TRUE;
59879         }
59880 
59881         if (strcmp(operation, "createAction") == 0
59882             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
59883             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59884             tree = start_dissecting(tvb, pinfo, ptree, offset);
59885             decode_org_csapi_policy_provisioning_IpPolicyRule_createAction(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59886             return TRUE;
59887         }
59888 
59889         if (strcmp(operation, "getAction") == 0
59890             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
59891             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59892             tree = start_dissecting(tvb, pinfo, ptree, offset);
59893             decode_org_csapi_policy_provisioning_IpPolicyRule_getAction(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59894             return TRUE;
59895         }
59896 
59897         if (strcmp(operation, "removeAction") == 0
59898             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
59899             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59900             tree = start_dissecting(tvb, pinfo, ptree, offset);
59901             decode_org_csapi_policy_provisioning_IpPolicyRule_removeAction(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59902             return TRUE;
59903         }
59904 
59905         if (strcmp(operation, "getActionCount") == 0
59906             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
59907             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59908             tree = start_dissecting(tvb, pinfo, ptree, offset);
59909             decode_org_csapi_policy_provisioning_IpPolicyRule_getActionCount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59910             return TRUE;
59911         }
59912 
59913         if (strcmp(operation, "getActionIterator") == 0
59914             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
59915             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59916             tree = start_dissecting(tvb, pinfo, ptree, offset);
59917             decode_org_csapi_policy_provisioning_IpPolicyRule_getActionIterator(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59918             return TRUE;
59919         }
59920 
59921         if (strcmp(operation, "setValidityPeriodConditionByName") == 0
59922             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
59923             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59924             tree = start_dissecting(tvb, pinfo, ptree, offset);
59925             decode_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodConditionByName(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59926             return TRUE;
59927         }
59928 
59929         if (strcmp(operation, "setValidityPeriodCondition") == 0
59930             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
59931             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59932             tree = start_dissecting(tvb, pinfo, ptree, offset);
59933             decode_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodCondition(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59934             return TRUE;
59935         }
59936 
59937         if (strcmp(operation, "getValidityPeriodCondition") == 0
59938             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
59939             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59940             tree = start_dissecting(tvb, pinfo, ptree, offset);
59941             decode_org_csapi_policy_provisioning_IpPolicyRule_getValidityPeriodCondition(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59942             return TRUE;
59943         }
59944 
59945         if (strcmp(operation, "unsetValidityPeriodCondition") == 0
59946             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
59947             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59948             tree = start_dissecting(tvb, pinfo, ptree, offset);
59949             decode_org_csapi_policy_provisioning_IpPolicyRule_unsetValidityPeriodCondition(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59950             return TRUE;
59951         }
59952 
59953         if (strcmp(operation, "setConditionList") == 0
59954             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
59955             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59956             tree = start_dissecting(tvb, pinfo, ptree, offset);
59957             decode_org_csapi_policy_provisioning_IpPolicyRule_setConditionList(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59958             return TRUE;
59959         }
59960 
59961         if (strcmp(operation, "getConditionList") == 0
59962             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
59963             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59964             tree = start_dissecting(tvb, pinfo, ptree, offset);
59965             decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionList(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59966             return TRUE;
59967         }
59968 
59969         if (strcmp(operation, "setActionList") == 0
59970             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
59971             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59972             tree = start_dissecting(tvb, pinfo, ptree, offset);
59973             decode_org_csapi_policy_provisioning_IpPolicyRule_setActionList(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59974             return TRUE;
59975         }
59976 
59977         if (strcmp(operation, "getActionList") == 0
59978             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
59979             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59980             tree = start_dissecting(tvb, pinfo, ptree, offset);
59981             decode_org_csapi_policy_provisioning_IpPolicyRule_getActionList(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59982             return TRUE;
59983         }
59984 
59985         if (strcmp(operation, "createDomain") == 0
59986             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
59987             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59988             tree = start_dissecting(tvb, pinfo, ptree, offset);
59989             decode_org_csapi_policy_provisioning_IpPolicyManager_createDomain(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59990             return TRUE;
59991         }
59992 
59993         if (strcmp(operation, "getDomain") == 0
59994             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
59995             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
59996             tree = start_dissecting(tvb, pinfo, ptree, offset);
59997             decode_org_csapi_policy_provisioning_IpPolicyManager_getDomain(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
59998             return TRUE;
59999         }
60000 
60001         if (strcmp(operation, "removeDomain") == 0
60002             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
60003             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60004             tree = start_dissecting(tvb, pinfo, ptree, offset);
60005             decode_org_csapi_policy_provisioning_IpPolicyManager_removeDomain(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60006             return TRUE;
60007         }
60008 
60009         if (strcmp(operation, "getDomainCount") == 0
60010             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
60011             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60012             tree = start_dissecting(tvb, pinfo, ptree, offset);
60013             decode_org_csapi_policy_provisioning_IpPolicyManager_getDomainCount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60014             return TRUE;
60015         }
60016 
60017         if (strcmp(operation, "getDomainIterator") == 0
60018             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
60019             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60020             tree = start_dissecting(tvb, pinfo, ptree, offset);
60021             decode_org_csapi_policy_provisioning_IpPolicyManager_getDomainIterator(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60022             return TRUE;
60023         }
60024 
60025         if (strcmp(operation, "findMatchingDomains") == 0
60026             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
60027             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60028             tree = start_dissecting(tvb, pinfo, ptree, offset);
60029             decode_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60030             return TRUE;
60031         }
60032 
60033         if (strcmp(operation, "createRepository") == 0
60034             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
60035             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60036             tree = start_dissecting(tvb, pinfo, ptree, offset);
60037             decode_org_csapi_policy_provisioning_IpPolicyManager_createRepository(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60038             return TRUE;
60039         }
60040 
60041         if (strcmp(operation, "getRepository") == 0
60042             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
60043             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60044             tree = start_dissecting(tvb, pinfo, ptree, offset);
60045             decode_org_csapi_policy_provisioning_IpPolicyManager_getRepository(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60046             return TRUE;
60047         }
60048 
60049         if (strcmp(operation, "removeRepository") == 0
60050             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
60051             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60052             tree = start_dissecting(tvb, pinfo, ptree, offset);
60053             decode_org_csapi_policy_provisioning_IpPolicyManager_removeRepository(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60054             return TRUE;
60055         }
60056 
60057         if (strcmp(operation, "getRepositoryCount") == 0
60058             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
60059             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60060             tree = start_dissecting(tvb, pinfo, ptree, offset);
60061             decode_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryCount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60062             return TRUE;
60063         }
60064 
60065         if (strcmp(operation, "getRepositoryIterator") == 0
60066             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
60067             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60068             tree = start_dissecting(tvb, pinfo, ptree, offset);
60069             decode_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryIterator(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60070             return TRUE;
60071         }
60072 
60073         if (strcmp(operation, "startTransaction") == 0
60074             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
60075             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60076             tree = start_dissecting(tvb, pinfo, ptree, offset);
60077             decode_org_csapi_policy_provisioning_IpPolicyManager_startTransaction(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60078             return TRUE;
60079         }
60080 
60081         if (strcmp(operation, "commitTransaction") == 0
60082             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
60083             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60084             tree = start_dissecting(tvb, pinfo, ptree, offset);
60085             decode_org_csapi_policy_provisioning_IpPolicyManager_commitTransaction(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60086             return TRUE;
60087         }
60088 
60089         if (strcmp(operation, "abortTransaction") == 0
60090             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
60091             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60092             tree = start_dissecting(tvb, pinfo, ptree, offset);
60093             decode_org_csapi_policy_provisioning_IpPolicyManager_abortTransaction(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60094             return TRUE;
60095         }
60096 
60097         if (strcmp(operation, "getParentDomain") == 0
60098             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
60099             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60100             tree = start_dissecting(tvb, pinfo, ptree, offset);
60101             decode_org_csapi_policy_provisioning_IpPolicyGroup_getParentDomain(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60102             return TRUE;
60103         }
60104 
60105         if (strcmp(operation, "getParentGroup") == 0
60106             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
60107             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60108             tree = start_dissecting(tvb, pinfo, ptree, offset);
60109             decode_org_csapi_policy_provisioning_IpPolicyGroup_getParentGroup(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60110             return TRUE;
60111         }
60112 
60113         if (strcmp(operation, "createGroup") == 0
60114             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
60115             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60116             tree = start_dissecting(tvb, pinfo, ptree, offset);
60117             decode_org_csapi_policy_provisioning_IpPolicyGroup_createGroup(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60118             return TRUE;
60119         }
60120 
60121         if (strcmp(operation, "getGroup") == 0
60122             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
60123             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60124             tree = start_dissecting(tvb, pinfo, ptree, offset);
60125             decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroup(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60126             return TRUE;
60127         }
60128 
60129         if (strcmp(operation, "removeGroup") == 0
60130             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
60131             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60132             tree = start_dissecting(tvb, pinfo, ptree, offset);
60133             decode_org_csapi_policy_provisioning_IpPolicyGroup_removeGroup(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60134             return TRUE;
60135         }
60136 
60137         if (strcmp(operation, "getGroupCount") == 0
60138             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
60139             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60140             tree = start_dissecting(tvb, pinfo, ptree, offset);
60141             decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroupCount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60142             return TRUE;
60143         }
60144 
60145         if (strcmp(operation, "getGroupIterator") == 0
60146             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
60147             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60148             tree = start_dissecting(tvb, pinfo, ptree, offset);
60149             decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroupIterator(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60150             return TRUE;
60151         }
60152 
60153         if (strcmp(operation, "createRule") == 0
60154             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
60155             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60156             tree = start_dissecting(tvb, pinfo, ptree, offset);
60157             decode_org_csapi_policy_provisioning_IpPolicyGroup_createRule(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60158             return TRUE;
60159         }
60160 
60161         if (strcmp(operation, "getRule") == 0
60162             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
60163             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60164             tree = start_dissecting(tvb, pinfo, ptree, offset);
60165             decode_org_csapi_policy_provisioning_IpPolicyGroup_getRule(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60166             return TRUE;
60167         }
60168 
60169         if (strcmp(operation, "removeRule") == 0
60170             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
60171             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60172             tree = start_dissecting(tvb, pinfo, ptree, offset);
60173             decode_org_csapi_policy_provisioning_IpPolicyGroup_removeRule(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60174             return TRUE;
60175         }
60176 
60177         if (strcmp(operation, "getRuleCount") == 0
60178             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
60179             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60180             tree = start_dissecting(tvb, pinfo, ptree, offset);
60181             decode_org_csapi_policy_provisioning_IpPolicyGroup_getRuleCount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60182             return TRUE;
60183         }
60184 
60185         if (strcmp(operation, "getRuleIterator") == 0
60186             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
60187             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60188             tree = start_dissecting(tvb, pinfo, ptree, offset);
60189             decode_org_csapi_policy_provisioning_IpPolicyGroup_getRuleIterator(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60190             return TRUE;
60191         }
60192 
60193         if (strcmp(operation, "setRequiredAttributes") == 0
60194             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyEventDefinition") == 0)) {
60195             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60196             tree = start_dissecting(tvb, pinfo, ptree, offset);
60197             decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60198             return TRUE;
60199         }
60200 
60201         if (strcmp(operation, "setOptionalAttributes") == 0
60202             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyEventDefinition") == 0)) {
60203             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60204             tree = start_dissecting(tvb, pinfo, ptree, offset);
60205             decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60206             return TRUE;
60207         }
60208 
60209         if (strcmp(operation, "getRequiredAttributes") == 0
60210             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyEventDefinition") == 0)) {
60211             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60212             tree = start_dissecting(tvb, pinfo, ptree, offset);
60213             decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60214             return TRUE;
60215         }
60216 
60217         if (strcmp(operation, "getOptionalAttributes") == 0
60218             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyEventDefinition") == 0)) {
60219             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60220             tree = start_dissecting(tvb, pinfo, ptree, offset);
60221             decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60222             return TRUE;
60223         }
60224 
60225         if (strcmp(operation, "getParentDomain") == 0
60226             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyEventDefinition") == 0)) {
60227             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60228             tree = start_dissecting(tvb, pinfo, ptree, offset);
60229             decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getParentDomain(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60230             return TRUE;
60231         }
60232 
60233         if (strcmp(operation, "getParentRepository") == 0
60234             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyCondition") == 0)) {
60235             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60236             tree = start_dissecting(tvb, pinfo, ptree, offset);
60237             decode_org_csapi_policy_provisioning_IpPolicyCondition_getParentRepository(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60238             return TRUE;
60239         }
60240 
60241         if (strcmp(operation, "getParentRule") == 0
60242             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyCondition") == 0)) {
60243             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60244             tree = start_dissecting(tvb, pinfo, ptree, offset);
60245             decode_org_csapi_policy_provisioning_IpPolicyCondition_getParentRule(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60246             return TRUE;
60247         }
60248 
60249         if (strcmp(operation, "getParentRepository") == 0
60250             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyAction") == 0)) {
60251             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60252             tree = start_dissecting(tvb, pinfo, ptree, offset);
60253             decode_org_csapi_policy_provisioning_IpPolicyAction_getParentRepository(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60254             return TRUE;
60255         }
60256 
60257         if (strcmp(operation, "getParentRule") == 0
60258             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyAction") == 0)) {
60259             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60260             tree = start_dissecting(tvb, pinfo, ptree, offset);
60261             decode_org_csapi_policy_provisioning_IpPolicyAction_getParentRule(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60262             return TRUE;
60263         }
60264 
60265         if (strcmp(operation, "setInputVariables") == 0
60266             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicySignature") == 0)) {
60267             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60268             tree = start_dissecting(tvb, pinfo, ptree, offset);
60269             decode_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60270             return TRUE;
60271         }
60272 
60273         if (strcmp(operation, "setOutputVariables") == 0
60274             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicySignature") == 0)) {
60275             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60276             tree = start_dissecting(tvb, pinfo, ptree, offset);
60277             decode_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60278             return TRUE;
60279         }
60280 
60281         if (strcmp(operation, "getInputVariables") == 0
60282             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicySignature") == 0)) {
60283             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60284             tree = start_dissecting(tvb, pinfo, ptree, offset);
60285             decode_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60286             return TRUE;
60287         }
60288 
60289         if (strcmp(operation, "getOutputVariables") == 0
60290             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicySignature") == 0)) {
60291             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60292             tree = start_dissecting(tvb, pinfo, ptree, offset);
60293             decode_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60294             return TRUE;
60295         }
60296 
60297         if (strcmp(operation, "setGroupNames") == 0
60298             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicySignature") == 0)) {
60299             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60300             tree = start_dissecting(tvb, pinfo, ptree, offset);
60301             decode_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60302             return TRUE;
60303         }
60304 
60305         if (strcmp(operation, "setPolicyRoles") == 0
60306             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicySignature") == 0)) {
60307             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60308             tree = start_dissecting(tvb, pinfo, ptree, offset);
60309             decode_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60310             return TRUE;
60311         }
60312 
60313         if (strcmp(operation, "getGroupNames") == 0
60314             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicySignature") == 0)) {
60315             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60316             tree = start_dissecting(tvb, pinfo, ptree, offset);
60317             decode_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60318             return TRUE;
60319         }
60320 
60321         if (strcmp(operation, "getPolicyRoles") == 0
60322             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicySignature") == 0)) {
60323             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60324             tree = start_dissecting(tvb, pinfo, ptree, offset);
60325             decode_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60326             return TRUE;
60327         }
60328 
60329         if (strcmp(operation, "getParentDomain") == 0
60330             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicySignature") == 0)) {
60331             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60332             tree = start_dissecting(tvb, pinfo, ptree, offset);
60333             decode_org_csapi_policy_provisioning_IpPolicySignature_getParentDomain(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60334             return TRUE;
60335         }
60336 
60337         if (strcmp(operation, "getParentDomain") == 0
60338             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60339             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60340             tree = start_dissecting(tvb, pinfo, ptree, offset);
60341             decode_org_csapi_policy_provisioning_IpPolicyDomain_getParentDomain(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60342             return TRUE;
60343         }
60344 
60345         if (strcmp(operation, "createDomain") == 0
60346             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60347             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60348             tree = start_dissecting(tvb, pinfo, ptree, offset);
60349             decode_org_csapi_policy_provisioning_IpPolicyDomain_createDomain(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60350             return TRUE;
60351         }
60352 
60353         if (strcmp(operation, "getDomain") == 0
60354             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60355             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60356             tree = start_dissecting(tvb, pinfo, ptree, offset);
60357             decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomain(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60358             return TRUE;
60359         }
60360 
60361         if (strcmp(operation, "removeDomain") == 0
60362             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60363             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60364             tree = start_dissecting(tvb, pinfo, ptree, offset);
60365             decode_org_csapi_policy_provisioning_IpPolicyDomain_removeDomain(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60366             return TRUE;
60367         }
60368 
60369         if (strcmp(operation, "getDomainCount") == 0
60370             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60371             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60372             tree = start_dissecting(tvb, pinfo, ptree, offset);
60373             decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomainCount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60374             return TRUE;
60375         }
60376 
60377         if (strcmp(operation, "getDomainIterator") == 0
60378             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60379             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60380             tree = start_dissecting(tvb, pinfo, ptree, offset);
60381             decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomainIterator(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60382             return TRUE;
60383         }
60384 
60385         if (strcmp(operation, "createGroup") == 0
60386             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60387             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60388             tree = start_dissecting(tvb, pinfo, ptree, offset);
60389             decode_org_csapi_policy_provisioning_IpPolicyDomain_createGroup(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60390             return TRUE;
60391         }
60392 
60393         if (strcmp(operation, "getGroup") == 0
60394             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60395             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60396             tree = start_dissecting(tvb, pinfo, ptree, offset);
60397             decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroup(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60398             return TRUE;
60399         }
60400 
60401         if (strcmp(operation, "removeGroup") == 0
60402             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60403             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60404             tree = start_dissecting(tvb, pinfo, ptree, offset);
60405             decode_org_csapi_policy_provisioning_IpPolicyDomain_removeGroup(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60406             return TRUE;
60407         }
60408 
60409         if (strcmp(operation, "getGroupCount") == 0
60410             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60411             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60412             tree = start_dissecting(tvb, pinfo, ptree, offset);
60413             decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroupCount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60414             return TRUE;
60415         }
60416 
60417         if (strcmp(operation, "getGroupIterator") == 0
60418             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60419             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60420             tree = start_dissecting(tvb, pinfo, ptree, offset);
60421             decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroupIterator(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60422             return TRUE;
60423         }
60424 
60425         if (strcmp(operation, "createRule") == 0
60426             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60427             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60428             tree = start_dissecting(tvb, pinfo, ptree, offset);
60429             decode_org_csapi_policy_provisioning_IpPolicyDomain_createRule(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60430             return TRUE;
60431         }
60432 
60433         if (strcmp(operation, "getRule") == 0
60434             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60435             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60436             tree = start_dissecting(tvb, pinfo, ptree, offset);
60437             decode_org_csapi_policy_provisioning_IpPolicyDomain_getRule(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60438             return TRUE;
60439         }
60440 
60441         if (strcmp(operation, "removeRule") == 0
60442             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60443             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60444             tree = start_dissecting(tvb, pinfo, ptree, offset);
60445             decode_org_csapi_policy_provisioning_IpPolicyDomain_removeRule(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60446             return TRUE;
60447         }
60448 
60449         if (strcmp(operation, "getRuleCount") == 0
60450             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60451             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60452             tree = start_dissecting(tvb, pinfo, ptree, offset);
60453             decode_org_csapi_policy_provisioning_IpPolicyDomain_getRuleCount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60454             return TRUE;
60455         }
60456 
60457         if (strcmp(operation, "getRuleIterator") == 0
60458             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60459             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60460             tree = start_dissecting(tvb, pinfo, ptree, offset);
60461             decode_org_csapi_policy_provisioning_IpPolicyDomain_getRuleIterator(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60462             return TRUE;
60463         }
60464 
60465         if (strcmp(operation, "createEventDefinition") == 0
60466             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60467             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60468             tree = start_dissecting(tvb, pinfo, ptree, offset);
60469             decode_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60470             return TRUE;
60471         }
60472 
60473         if (strcmp(operation, "getEventDefinition") == 0
60474             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60475             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60476             tree = start_dissecting(tvb, pinfo, ptree, offset);
60477             decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinition(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60478             return TRUE;
60479         }
60480 
60481         if (strcmp(operation, "removeEventDefinition") == 0
60482             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60483             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60484             tree = start_dissecting(tvb, pinfo, ptree, offset);
60485             decode_org_csapi_policy_provisioning_IpPolicyDomain_removeEventDefinition(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60486             return TRUE;
60487         }
60488 
60489         if (strcmp(operation, "getEventDefinitionCount") == 0
60490             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60491             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60492             tree = start_dissecting(tvb, pinfo, ptree, offset);
60493             decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionCount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60494             return TRUE;
60495         }
60496 
60497         if (strcmp(operation, "getEventDefinitionIterator") == 0
60498             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60499             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60500             tree = start_dissecting(tvb, pinfo, ptree, offset);
60501             decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionIterator(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60502             return TRUE;
60503         }
60504 
60505         if (strcmp(operation, "createVariableSet") == 0
60506             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60507             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60508             tree = start_dissecting(tvb, pinfo, ptree, offset);
60509             decode_org_csapi_policy_provisioning_IpPolicyDomain_createVariableSet(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60510             return TRUE;
60511         }
60512 
60513         if (strcmp(operation, "getVariableSet") == 0
60514             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60515             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60516             tree = start_dissecting(tvb, pinfo, ptree, offset);
60517             decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60518             return TRUE;
60519         }
60520 
60521         if (strcmp(operation, "removeVariableSet") == 0
60522             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60523             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60524             tree = start_dissecting(tvb, pinfo, ptree, offset);
60525             decode_org_csapi_policy_provisioning_IpPolicyDomain_removeVariableSet(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60526             return TRUE;
60527         }
60528 
60529         if (strcmp(operation, "getVariableSetCount") == 0
60530             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60531             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60532             tree = start_dissecting(tvb, pinfo, ptree, offset);
60533             decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetCount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60534             return TRUE;
60535         }
60536 
60537         if (strcmp(operation, "getVariableSetIterator") == 0
60538             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60539             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60540             tree = start_dissecting(tvb, pinfo, ptree, offset);
60541             decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetIterator(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60542             return TRUE;
60543         }
60544 
60545         if (strcmp(operation, "createVariable") == 0
60546             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60547             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60548             tree = start_dissecting(tvb, pinfo, ptree, offset);
60549             decode_org_csapi_policy_provisioning_IpPolicyDomain_createVariable(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60550             return TRUE;
60551         }
60552 
60553         if (strcmp(operation, "setVariableValue") == 0
60554             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60555             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60556             tree = start_dissecting(tvb, pinfo, ptree, offset);
60557             decode_org_csapi_policy_provisioning_IpPolicyDomain_setVariableValue(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60558             return TRUE;
60559         }
60560 
60561         if (strcmp(operation, "getVariableType") == 0
60562             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60563             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60564             tree = start_dissecting(tvb, pinfo, ptree, offset);
60565             decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableType(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60566             return TRUE;
60567         }
60568 
60569         if (strcmp(operation, "getVariableValue") == 0
60570             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60571             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60572             tree = start_dissecting(tvb, pinfo, ptree, offset);
60573             decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60574             return TRUE;
60575         }
60576 
60577         if (strcmp(operation, "getVariable") == 0
60578             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60579             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60580             tree = start_dissecting(tvb, pinfo, ptree, offset);
60581             decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariable(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60582             return TRUE;
60583         }
60584 
60585         if (strcmp(operation, "removeVariable") == 0
60586             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60587             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60588             tree = start_dissecting(tvb, pinfo, ptree, offset);
60589             decode_org_csapi_policy_provisioning_IpPolicyDomain_removeVariable(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60590             return TRUE;
60591         }
60592 
60593         if (strcmp(operation, "createSignature") == 0
60594             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60595             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60596             tree = start_dissecting(tvb, pinfo, ptree, offset);
60597             decode_org_csapi_policy_provisioning_IpPolicyDomain_createSignature(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60598             return TRUE;
60599         }
60600 
60601         if (strcmp(operation, "getSignature") == 0
60602             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60603             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60604             tree = start_dissecting(tvb, pinfo, ptree, offset);
60605             decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignature(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60606             return TRUE;
60607         }
60608 
60609         if (strcmp(operation, "removeSignature") == 0
60610             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60611             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60612             tree = start_dissecting(tvb, pinfo, ptree, offset);
60613             decode_org_csapi_policy_provisioning_IpPolicyDomain_removeSignature(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60614             return TRUE;
60615         }
60616 
60617         if (strcmp(operation, "getSignatureCount") == 0
60618             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60619             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60620             tree = start_dissecting(tvb, pinfo, ptree, offset);
60621             decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureCount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60622             return TRUE;
60623         }
60624 
60625         if (strcmp(operation, "getSignatureIterator") == 0
60626             && (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
60627             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60628             tree = start_dissecting(tvb, pinfo, ptree, offset);
60629             decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureIterator(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60630             return TRUE;
60631         }
60632 
60633         if (strcmp(operation, "createIdentity") == 0
60634             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
60635             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60636             tree = start_dissecting(tvb, pinfo, ptree, offset);
60637             decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60638             return TRUE;
60639         }
60640 
60641         if (strcmp(operation, "deleteIdentity") == 0
60642             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
60643             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60644             tree = start_dissecting(tvb, pinfo, ptree, offset);
60645             decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60646             return TRUE;
60647         }
60648 
60649         if (strcmp(operation, "isIdentity") == 0
60650             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
60651             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60652             tree = start_dissecting(tvb, pinfo, ptree, offset);
60653             decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60654             return TRUE;
60655         }
60656 
60657         if (strcmp(operation, "createGroupIdentity") == 0
60658             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
60659             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60660             tree = start_dissecting(tvb, pinfo, ptree, offset);
60661             decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60662             return TRUE;
60663         }
60664 
60665         if (strcmp(operation, "deleteGroupIdentity") == 0
60666             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
60667             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60668             tree = start_dissecting(tvb, pinfo, ptree, offset);
60669             decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60670             return TRUE;
60671         }
60672 
60673         if (strcmp(operation, "addToGroup") == 0
60674             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
60675             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60676             tree = start_dissecting(tvb, pinfo, ptree, offset);
60677             decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60678             return TRUE;
60679         }
60680 
60681         if (strcmp(operation, "removeFromGroup") == 0
60682             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
60683             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60684             tree = start_dissecting(tvb, pinfo, ptree, offset);
60685             decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60686             return TRUE;
60687         }
60688 
60689         if (strcmp(operation, "listMembers") == 0
60690             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
60691             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60692             tree = start_dissecting(tvb, pinfo, ptree, offset);
60693             decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60694             return TRUE;
60695         }
60696 
60697         if (strcmp(operation, "isGroupIdentity") == 0
60698             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
60699             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60700             tree = start_dissecting(tvb, pinfo, ptree, offset);
60701             decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60702             return TRUE;
60703         }
60704 
60705         if (strcmp(operation, "listGroupMembership") == 0
60706             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
60707             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60708             tree = start_dissecting(tvb, pinfo, ptree, offset);
60709             decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60710             return TRUE;
60711         }
60712 
60713         if (strcmp(operation, "addAlias") == 0
60714             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
60715             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60716             tree = start_dissecting(tvb, pinfo, ptree, offset);
60717             decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60718             return TRUE;
60719         }
60720 
60721         if (strcmp(operation, "removeAliases") == 0
60722             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
60723             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60724             tree = start_dissecting(tvb, pinfo, ptree, offset);
60725             decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60726             return TRUE;
60727         }
60728 
60729         if (strcmp(operation, "listAliases") == 0
60730             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
60731             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60732             tree = start_dissecting(tvb, pinfo, ptree, offset);
60733             decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60734             return TRUE;
60735         }
60736 
60737         if (strcmp(operation, "lookupByAlias") == 0
60738             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
60739             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60740             tree = start_dissecting(tvb, pinfo, ptree, offset);
60741             decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60742             return TRUE;
60743         }
60744 
60745         if (strcmp(operation, "associateTypes") == 0
60746             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
60747             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60748             tree = start_dissecting(tvb, pinfo, ptree, offset);
60749             decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60750             return TRUE;
60751         }
60752 
60753         if (strcmp(operation, "disassociateTypes") == 0
60754             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
60755             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60756             tree = start_dissecting(tvb, pinfo, ptree, offset);
60757             decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60758             return TRUE;
60759         }
60760 
60761         if (strcmp(operation, "listTypesOfIdentity") == 0
60762             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
60763             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60764             tree = start_dissecting(tvb, pinfo, ptree, offset);
60765             decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60766             return TRUE;
60767         }
60768 
60769         if (strcmp(operation, "hasType") == 0
60770             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
60771             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60772             tree = start_dissecting(tvb, pinfo, ptree, offset);
60773             decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60774             return TRUE;
60775         }
60776 
60777         if (strcmp(operation, "getIdentityAttributes") == 0
60778             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
60779             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60780             tree = start_dissecting(tvb, pinfo, ptree, offset);
60781             decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60782             return TRUE;
60783         }
60784 
60785         if (strcmp(operation, "setIdentityAttributes") == 0
60786             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
60787             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60788             tree = start_dissecting(tvb, pinfo, ptree, offset);
60789             decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60790             return TRUE;
60791         }
60792 
60793         if (strcmp(operation, "createAgent") == 0
60794             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
60795             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60796             tree = start_dissecting(tvb, pinfo, ptree, offset);
60797             decode_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60798             return TRUE;
60799         }
60800 
60801         if (strcmp(operation, "deleteAgent") == 0
60802             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
60803             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60804             tree = start_dissecting(tvb, pinfo, ptree, offset);
60805             decode_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60806             return TRUE;
60807         }
60808 
60809         if (strcmp(operation, "isAgent") == 0
60810             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
60811             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60812             tree = start_dissecting(tvb, pinfo, ptree, offset);
60813             decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60814             return TRUE;
60815         }
60816 
60817         if (strcmp(operation, "enableCapabilities") == 0
60818             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
60819             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60820             tree = start_dissecting(tvb, pinfo, ptree, offset);
60821             decode_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60822             return TRUE;
60823         }
60824 
60825         if (strcmp(operation, "disableCapabilities") == 0
60826             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
60827             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60828             tree = start_dissecting(tvb, pinfo, ptree, offset);
60829             decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60830             return TRUE;
60831         }
60832 
60833         if (strcmp(operation, "listEnabledCapabilities") == 0
60834             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
60835             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60836             tree = start_dissecting(tvb, pinfo, ptree, offset);
60837             decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60838             return TRUE;
60839         }
60840 
60841         if (strcmp(operation, "listAllCapabilities") == 0
60842             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
60843             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60844             tree = start_dissecting(tvb, pinfo, ptree, offset);
60845             decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60846             return TRUE;
60847         }
60848 
60849         if (strcmp(operation, "isCapableOf") == 0
60850             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
60851             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60852             tree = start_dissecting(tvb, pinfo, ptree, offset);
60853             decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60854             return TRUE;
60855         }
60856 
60857         if (strcmp(operation, "associateTypes") == 0
60858             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
60859             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60860             tree = start_dissecting(tvb, pinfo, ptree, offset);
60861             decode_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60862             return TRUE;
60863         }
60864 
60865         if (strcmp(operation, "disassociateTypes") == 0
60866             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
60867             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60868             tree = start_dissecting(tvb, pinfo, ptree, offset);
60869             decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60870             return TRUE;
60871         }
60872 
60873         if (strcmp(operation, "listTypesOfAgent") == 0
60874             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
60875             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60876             tree = start_dissecting(tvb, pinfo, ptree, offset);
60877             decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60878             return TRUE;
60879         }
60880 
60881         if (strcmp(operation, "hasType") == 0
60882             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
60883             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60884             tree = start_dissecting(tvb, pinfo, ptree, offset);
60885             decode_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60886             return TRUE;
60887         }
60888 
60889         if (strcmp(operation, "getAgentAttributes") == 0
60890             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
60891             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60892             tree = start_dissecting(tvb, pinfo, ptree, offset);
60893             decode_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60894             return TRUE;
60895         }
60896 
60897         if (strcmp(operation, "setAgentAttributes") == 0
60898             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
60899             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60900             tree = start_dissecting(tvb, pinfo, ptree, offset);
60901             decode_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60902             return TRUE;
60903         }
60904 
60905         if (strcmp(operation, "assignAgent") == 0
60906             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentAssignment") == 0)) {
60907             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60908             tree = start_dissecting(tvb, pinfo, ptree, offset);
60909             decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60910             return TRUE;
60911         }
60912 
60913         if (strcmp(operation, "unassignAgent") == 0
60914             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentAssignment") == 0)) {
60915             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60916             tree = start_dissecting(tvb, pinfo, ptree, offset);
60917             decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60918             return TRUE;
60919         }
60920 
60921         if (strcmp(operation, "listAssignedAgents") == 0
60922             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentAssignment") == 0)) {
60923             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60924             tree = start_dissecting(tvb, pinfo, ptree, offset);
60925             decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60926             return TRUE;
60927         }
60928 
60929         if (strcmp(operation, "listAssociatedIdentitiesOfAgent") == 0
60930             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentAssignment") == 0)) {
60931             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60932             tree = start_dissecting(tvb, pinfo, ptree, offset);
60933             decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60934             return TRUE;
60935         }
60936 
60937         if (strcmp(operation, "listAssignedAgentsByCapability") == 0
60938             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentAssignment") == 0)) {
60939             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60940             tree = start_dissecting(tvb, pinfo, ptree, offset);
60941             decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60942             return TRUE;
60943         }
60944 
60945         if (strcmp(operation, "listCapabilitiesOfIdentity") == 0
60946             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentAssignment") == 0)) {
60947             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60948             tree = start_dissecting(tvb, pinfo, ptree, offset);
60949             decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60950             return TRUE;
60951         }
60952 
60953         if (strcmp(operation, "isIdentityCapableOf") == 0
60954             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentAssignment") == 0)) {
60955             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60956             tree = start_dissecting(tvb, pinfo, ptree, offset);
60957             decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60958             return TRUE;
60959         }
60960 
60961         if (strcmp(operation, "createIdentityAttribute") == 0
60962             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityTypeManagement") == 0)) {
60963             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60964             tree = start_dissecting(tvb, pinfo, ptree, offset);
60965             decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60966             return TRUE;
60967         }
60968 
60969         if (strcmp(operation, "deleteIdentityAttribute") == 0
60970             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityTypeManagement") == 0)) {
60971             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60972             tree = start_dissecting(tvb, pinfo, ptree, offset);
60973             decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60974             return TRUE;
60975         }
60976 
60977         if (strcmp(operation, "getIdentityAttributeDefinition") == 0
60978             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityTypeManagement") == 0)) {
60979             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60980             tree = start_dissecting(tvb, pinfo, ptree, offset);
60981             decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60982             return TRUE;
60983         }
60984 
60985         if (strcmp(operation, "listAllIdentityAttributes") == 0
60986             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityTypeManagement") == 0)) {
60987             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60988             tree = start_dissecting(tvb, pinfo, ptree, offset);
60989             decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60990             return TRUE;
60991         }
60992 
60993         if (strcmp(operation, "createIdentityType") == 0
60994             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityTypeManagement") == 0)) {
60995             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
60996             tree = start_dissecting(tvb, pinfo, ptree, offset);
60997             decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
60998             return TRUE;
60999         }
61000 
61001         if (strcmp(operation, "deleteIdentityType") == 0
61002             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityTypeManagement") == 0)) {
61003             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61004             tree = start_dissecting(tvb, pinfo, ptree, offset);
61005             decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61006             return TRUE;
61007         }
61008 
61009         if (strcmp(operation, "listIdentityTypes") == 0
61010             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityTypeManagement") == 0)) {
61011             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61012             tree = start_dissecting(tvb, pinfo, ptree, offset);
61013             decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61014             return TRUE;
61015         }
61016 
61017         if (strcmp(operation, "addIdentityTypeAttributes") == 0
61018             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityTypeManagement") == 0)) {
61019             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61020             tree = start_dissecting(tvb, pinfo, ptree, offset);
61021             decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61022             return TRUE;
61023         }
61024 
61025         if (strcmp(operation, "removeIdentityTypeAttributes") == 0
61026             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityTypeManagement") == 0)) {
61027             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61028             tree = start_dissecting(tvb, pinfo, ptree, offset);
61029             decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61030             return TRUE;
61031         }
61032 
61033         if (strcmp(operation, "listIdentityTypeAttributes") == 0
61034             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityTypeManagement") == 0)) {
61035             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61036             tree = start_dissecting(tvb, pinfo, ptree, offset);
61037             decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61038             return TRUE;
61039         }
61040 
61041         if (strcmp(operation, "createAgentAttribute") == 0
61042             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentTypeManagement") == 0)) {
61043             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61044             tree = start_dissecting(tvb, pinfo, ptree, offset);
61045             decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61046             return TRUE;
61047         }
61048 
61049         if (strcmp(operation, "deleteAgentAttribute") == 0
61050             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentTypeManagement") == 0)) {
61051             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61052             tree = start_dissecting(tvb, pinfo, ptree, offset);
61053             decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61054             return TRUE;
61055         }
61056 
61057         if (strcmp(operation, "getAgentAttributeDefinition") == 0
61058             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentTypeManagement") == 0)) {
61059             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61060             tree = start_dissecting(tvb, pinfo, ptree, offset);
61061             decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61062             return TRUE;
61063         }
61064 
61065         if (strcmp(operation, "listAllAgentAttributes") == 0
61066             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentTypeManagement") == 0)) {
61067             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61068             tree = start_dissecting(tvb, pinfo, ptree, offset);
61069             decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61070             return TRUE;
61071         }
61072 
61073         if (strcmp(operation, "createAgentType") == 0
61074             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentTypeManagement") == 0)) {
61075             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61076             tree = start_dissecting(tvb, pinfo, ptree, offset);
61077             decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61078             return TRUE;
61079         }
61080 
61081         if (strcmp(operation, "deleteAgentType") == 0
61082             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentTypeManagement") == 0)) {
61083             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61084             tree = start_dissecting(tvb, pinfo, ptree, offset);
61085             decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61086             return TRUE;
61087         }
61088 
61089         if (strcmp(operation, "listAgentTypes") == 0
61090             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentTypeManagement") == 0)) {
61091             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61092             tree = start_dissecting(tvb, pinfo, ptree, offset);
61093             decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61094             return TRUE;
61095         }
61096 
61097         if (strcmp(operation, "addAgentTypeAttributes") == 0
61098             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentTypeManagement") == 0)) {
61099             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61100             tree = start_dissecting(tvb, pinfo, ptree, offset);
61101             decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61102             return TRUE;
61103         }
61104 
61105         if (strcmp(operation, "removeAgentTypeAttributes") == 0
61106             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentTypeManagement") == 0)) {
61107             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61108             tree = start_dissecting(tvb, pinfo, ptree, offset);
61109             decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61110             return TRUE;
61111         }
61112 
61113         if (strcmp(operation, "listAgentTypeAttributes") == 0
61114             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentTypeManagement") == 0)) {
61115             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61116             tree = start_dissecting(tvb, pinfo, ptree, offset);
61117             decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61118             return TRUE;
61119         }
61120 
61121         if (strcmp(operation, "createCapabilityAttribute") == 0
61122             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
61123             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61124             tree = start_dissecting(tvb, pinfo, ptree, offset);
61125             decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61126             return TRUE;
61127         }
61128 
61129         if (strcmp(operation, "deleteCapabilityAttribute") == 0
61130             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
61131             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61132             tree = start_dissecting(tvb, pinfo, ptree, offset);
61133             decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61134             return TRUE;
61135         }
61136 
61137         if (strcmp(operation, "getCapabilityAttributeDefinition") == 0
61138             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
61139             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61140             tree = start_dissecting(tvb, pinfo, ptree, offset);
61141             decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61142             return TRUE;
61143         }
61144 
61145         if (strcmp(operation, "listAllCapabilityAttributes") == 0
61146             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
61147             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61148             tree = start_dissecting(tvb, pinfo, ptree, offset);
61149             decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61150             return TRUE;
61151         }
61152 
61153         if (strcmp(operation, "createCapability") == 0
61154             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
61155             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61156             tree = start_dissecting(tvb, pinfo, ptree, offset);
61157             decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61158             return TRUE;
61159         }
61160 
61161         if (strcmp(operation, "deleteCapability") == 0
61162             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
61163             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61164             tree = start_dissecting(tvb, pinfo, ptree, offset);
61165             decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61166             return TRUE;
61167         }
61168 
61169         if (strcmp(operation, "listCapabilities") == 0
61170             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
61171             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61172             tree = start_dissecting(tvb, pinfo, ptree, offset);
61173             decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61174             return TRUE;
61175         }
61176 
61177         if (strcmp(operation, "addCapabilityAttributes") == 0
61178             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
61179             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61180             tree = start_dissecting(tvb, pinfo, ptree, offset);
61181             decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61182             return TRUE;
61183         }
61184 
61185         if (strcmp(operation, "removeCapabilityAttributes") == 0
61186             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
61187             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61188             tree = start_dissecting(tvb, pinfo, ptree, offset);
61189             decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61190             return TRUE;
61191         }
61192 
61193         if (strcmp(operation, "listCapabilityAttributes") == 0
61194             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
61195             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61196             tree = start_dissecting(tvb, pinfo, ptree, offset);
61197             decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61198             return TRUE;
61199         }
61200 
61201         if (strcmp(operation, "assignCapabilitiesToType") == 0
61202             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
61203             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61204             tree = start_dissecting(tvb, pinfo, ptree, offset);
61205             decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61206             return TRUE;
61207         }
61208 
61209         if (strcmp(operation, "unassignCapabilitiesFromType") == 0
61210             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
61211             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61212             tree = start_dissecting(tvb, pinfo, ptree, offset);
61213             decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61214             return TRUE;
61215         }
61216 
61217         if (strcmp(operation, "listCapabilitiesOfType") == 0
61218             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
61219             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61220             tree = start_dissecting(tvb, pinfo, ptree, offset);
61221             decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61222             return TRUE;
61223         }
61224 
61225         if (strcmp(operation, "getAuthToken") == 0
61226             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMProvisioningManager") == 0)) {
61227             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61228             tree = start_dissecting(tvb, pinfo, ptree, offset);
61229             decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61230             return TRUE;
61231         }
61232 
61233         if (strcmp(operation, "obtainInterface") == 0
61234             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMProvisioningManager") == 0)) {
61235             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61236             tree = start_dissecting(tvb, pinfo, ptree, offset);
61237             decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_obtainInterface(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61238             return TRUE;
61239         }
61240 
61241         if (strcmp(operation, "getAccessControl") == 0
61242             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMProvisioningManager") == 0)) {
61243             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61244             tree = start_dissecting(tvb, pinfo, ptree, offset);
61245             decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61246             return TRUE;
61247         }
61248 
61249         if (strcmp(operation, "setAccessControl") == 0
61250             && (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMProvisioningManager") == 0)) {
61251             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61252             tree = start_dissecting(tvb, pinfo, ptree, offset);
61253             decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61254             return TRUE;
61255         }
61256 
61257         if (strcmp(operation, "setIdentityPresence") == 0
61258             && (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMIdentityPresence") == 0)) {
61259             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61260             tree = start_dissecting(tvb, pinfo, ptree, offset);
61261             decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61262             return TRUE;
61263         }
61264 
61265         if (strcmp(operation, "setIdentityPresenceExpiration") == 0
61266             && (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMIdentityPresence") == 0)) {
61267             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61268             tree = start_dissecting(tvb, pinfo, ptree, offset);
61269             decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61270             return TRUE;
61271         }
61272 
61273         if (strcmp(operation, "getIdentityPresence") == 0
61274             && (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMIdentityPresence") == 0)) {
61275             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61276             tree = start_dissecting(tvb, pinfo, ptree, offset);
61277             decode_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61278             return TRUE;
61279         }
61280 
61281         if (strcmp(operation, "setAgentPresence") == 0
61282             && (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMAgentPresence") == 0)) {
61283             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61284             tree = start_dissecting(tvb, pinfo, ptree, offset);
61285             decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61286             return TRUE;
61287         }
61288 
61289         if (strcmp(operation, "setCapabilityPresence") == 0
61290             && (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMAgentPresence") == 0)) {
61291             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61292             tree = start_dissecting(tvb, pinfo, ptree, offset);
61293             decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61294             return TRUE;
61295         }
61296 
61297         if (strcmp(operation, "setAgentPresenceExpiration") == 0
61298             && (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMAgentPresence") == 0)) {
61299             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61300             tree = start_dissecting(tvb, pinfo, ptree, offset);
61301             decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61302             return TRUE;
61303         }
61304 
61305         if (strcmp(operation, "setCapabilityPresenceExpiration") == 0
61306             && (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMAgentPresence") == 0)) {
61307             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61308             tree = start_dissecting(tvb, pinfo, ptree, offset);
61309             decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61310             return TRUE;
61311         }
61312 
61313         if (strcmp(operation, "getAgentPresence") == 0
61314             && (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMAgentPresence") == 0)) {
61315             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61316             tree = start_dissecting(tvb, pinfo, ptree, offset);
61317             decode_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61318             return TRUE;
61319         }
61320 
61321         if (strcmp(operation, "getCapabilityPresence") == 0
61322             && (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMAgentPresence") == 0)) {
61323             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61324             tree = start_dissecting(tvb, pinfo, ptree, offset);
61325             decode_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61326             return TRUE;
61327         }
61328 
61329         if (strcmp(operation, "computeAvailability") == 0
61330             && (!idlname || strcmp(idlname, "org/csapi/pam/access/IpAppPAMPreferenceCheck") == 0)) {
61331             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61332             tree = start_dissecting(tvb, pinfo, ptree, offset);
61333             decode_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61334             return TRUE;
61335         }
61336 
61337         if (strcmp(operation, "getAvailability") == 0
61338             && (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMAvailability") == 0)) {
61339             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61340             tree = start_dissecting(tvb, pinfo, ptree, offset);
61341             decode_org_csapi_pam_access_IpPAMAvailability_getAvailability(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61342             return TRUE;
61343         }
61344 
61345         if (strcmp(operation, "getPreference") == 0
61346             && (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMAvailability") == 0)) {
61347             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61348             tree = start_dissecting(tvb, pinfo, ptree, offset);
61349             decode_org_csapi_pam_access_IpPAMAvailability_getPreference(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61350             return TRUE;
61351         }
61352 
61353         if (strcmp(operation, "setPreference") == 0
61354             && (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMAvailability") == 0)) {
61355             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61356             tree = start_dissecting(tvb, pinfo, ptree, offset);
61357             decode_org_csapi_pam_access_IpPAMAvailability_setPreference(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61358             return TRUE;
61359         }
61360 
61361         if (strcmp(operation, "getAuthToken") == 0
61362             && (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMPresenceAvailabilityManager") == 0)) {
61363             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61364             tree = start_dissecting(tvb, pinfo, ptree, offset);
61365             decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61366             return TRUE;
61367         }
61368 
61369         if (strcmp(operation, "obtainInterface") == 0
61370             && (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMPresenceAvailabilityManager") == 0)) {
61371             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61372             tree = start_dissecting(tvb, pinfo, ptree, offset);
61373             decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_obtainInterface(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61374             return TRUE;
61375         }
61376 
61377         if (strcmp(operation, "getAccessControl") == 0
61378             && (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMPresenceAvailabilityManager") == 0)) {
61379             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61380             tree = start_dissecting(tvb, pinfo, ptree, offset);
61381             decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61382             return TRUE;
61383         }
61384 
61385         if (strcmp(operation, "setAccessControl") == 0
61386             && (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMPresenceAvailabilityManager") == 0)) {
61387             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61388             tree = start_dissecting(tvb, pinfo, ptree, offset);
61389             decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61390             return TRUE;
61391         }
61392 
61393         if (strcmp(operation, "activateService") == 0
61394             && (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMPresenceAvailabilityManager") == 0)) {
61395             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61396             tree = start_dissecting(tvb, pinfo, ptree, offset);
61397             decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61398             return TRUE;
61399         }
61400 
61401         if (strcmp(operation, "deactivateService") == 0
61402             && (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMPresenceAvailabilityManager") == 0)) {
61403             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61404             tree = start_dissecting(tvb, pinfo, ptree, offset);
61405             decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61406             return TRUE;
61407         }
61408 
61409         if (strcmp(operation, "isActiveIdentity") == 0
61410             && (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMPresenceAvailabilityManager") == 0)) {
61411             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61412             tree = start_dissecting(tvb, pinfo, ptree, offset);
61413             decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61414             return TRUE;
61415         }
61416 
61417         if (strcmp(operation, "eventNotify") == 0
61418             && (!idlname || strcmp(idlname, "org/csapi/pam/event/IpAppPAMEventHandler") == 0)) {
61419             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61420             tree = start_dissecting(tvb, pinfo, ptree, offset);
61421             decode_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61422             return TRUE;
61423         }
61424 
61425         if (strcmp(operation, "eventNotifyErr") == 0
61426             && (!idlname || strcmp(idlname, "org/csapi/pam/event/IpAppPAMEventHandler") == 0)) {
61427             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61428             tree = start_dissecting(tvb, pinfo, ptree, offset);
61429             decode_org_csapi_pam_event_IpAppPAMEventHandler_eventNotifyErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61430             return TRUE;
61431         }
61432 
61433         if (strcmp(operation, "isRegistered") == 0
61434             && (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventHandler") == 0)) {
61435             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61436             tree = start_dissecting(tvb, pinfo, ptree, offset);
61437             decode_org_csapi_pam_event_IpPAMEventHandler_isRegistered(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61438             return TRUE;
61439         }
61440 
61441         if (strcmp(operation, "registerAppInterface") == 0
61442             && (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventHandler") == 0)) {
61443             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61444             tree = start_dissecting(tvb, pinfo, ptree, offset);
61445             decode_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61446             return TRUE;
61447         }
61448 
61449         if (strcmp(operation, "registerForEvent") == 0
61450             && (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventHandler") == 0)) {
61451             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61452             tree = start_dissecting(tvb, pinfo, ptree, offset);
61453             decode_org_csapi_pam_event_IpPAMEventHandler_registerForEvent(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61454             return TRUE;
61455         }
61456 
61457         if (strcmp(operation, "deregisterAppInterface") == 0
61458             && (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventHandler") == 0)) {
61459             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61460             tree = start_dissecting(tvb, pinfo, ptree, offset);
61461             decode_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61462             return TRUE;
61463         }
61464 
61465         if (strcmp(operation, "deregisterFromEvent") == 0
61466             && (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventHandler") == 0)) {
61467             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61468             tree = start_dissecting(tvb, pinfo, ptree, offset);
61469             decode_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61470             return TRUE;
61471         }
61472 
61473         if (strcmp(operation, "getAuthToken") == 0
61474             && (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventManager") == 0)) {
61475             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61476             tree = start_dissecting(tvb, pinfo, ptree, offset);
61477             decode_org_csapi_pam_event_IpPAMEventManager_getAuthToken(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61478             return TRUE;
61479         }
61480 
61481         if (strcmp(operation, "obtainInterface") == 0
61482             && (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventManager") == 0)) {
61483             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61484             tree = start_dissecting(tvb, pinfo, ptree, offset);
61485             decode_org_csapi_pam_event_IpPAMEventManager_obtainInterface(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61486             return TRUE;
61487         }
61488 
61489         if (strcmp(operation, "getAccessControl") == 0
61490             && (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventManager") == 0)) {
61491             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61492             tree = start_dissecting(tvb, pinfo, ptree, offset);
61493             decode_org_csapi_pam_event_IpPAMEventManager_getAccessControl(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61494             return TRUE;
61495         }
61496 
61497         if (strcmp(operation, "setAccessControl") == 0
61498             && (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventManager") == 0)) {
61499             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61500             tree = start_dissecting(tvb, pinfo, ptree, offset);
61501             decode_org_csapi_pam_event_IpPAMEventManager_setAccessControl(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61502             return TRUE;
61503         }
61504 
61505         if (strcmp(operation, "activateService") == 0
61506             && (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventManager") == 0)) {
61507             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61508             tree = start_dissecting(tvb, pinfo, ptree, offset);
61509             decode_org_csapi_pam_event_IpPAMEventManager_activateService(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61510             return TRUE;
61511         }
61512 
61513         if (strcmp(operation, "deactivateService") == 0
61514             && (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventManager") == 0)) {
61515             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61516             tree = start_dissecting(tvb, pinfo, ptree, offset);
61517             decode_org_csapi_pam_event_IpPAMEventManager_deactivateService(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61518             return TRUE;
61519         }
61520 
61521         if (strcmp(operation, "isActiveIdentity") == 0
61522             && (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventManager") == 0)) {
61523             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61524             tree = start_dissecting(tvb, pinfo, ptree, offset);
61525             decode_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61526             return TRUE;
61527         }
61528 
61529         if (strcmp(operation, "mailboxTerminated") == 0
61530             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessagingManager") == 0)) {
61531             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61532             tree = start_dissecting(tvb, pinfo, ptree, offset);
61533             decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_mailboxTerminated(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61534             return TRUE;
61535         }
61536 
61537         if (strcmp(operation, "reportNotification") == 0
61538             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessagingManager") == 0)) {
61539             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61540             tree = start_dissecting(tvb, pinfo, ptree, offset);
61541             decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61542             return TRUE;
61543         }
61544 
61545         if (strcmp(operation, "notificationsInterrupted") == 0
61546             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessagingManager") == 0)) {
61547             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61548             tree = start_dissecting(tvb, pinfo, ptree, offset);
61549             decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsInterrupted(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61550             return TRUE;
61551         }
61552 
61553         if (strcmp(operation, "notificationsResumed") == 0
61554             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessagingManager") == 0)) {
61555             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61556             tree = start_dissecting(tvb, pinfo, ptree, offset);
61557             decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsResumed(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61558             return TRUE;
61559         }
61560 
61561         if (strcmp(operation, "multiMediaMessagingTerminated") == 0
61562             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessagingManager") == 0)) {
61563             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61564             tree = start_dissecting(tvb, pinfo, ptree, offset);
61565             decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_multiMediaMessagingTerminated(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61566             return TRUE;
61567         }
61568 
61569         if (strcmp(operation, "terminateMultipleMailboxes") == 0
61570             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessagingManager") == 0)) {
61571             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61572             tree = start_dissecting(tvb, pinfo, ptree, offset);
61573             decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61574             return TRUE;
61575         }
61576 
61577         if (strcmp(operation, "terminateMultipleMultiMediaMessagingSessions") == 0
61578             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessagingManager") == 0)) {
61579             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61580             tree = start_dissecting(tvb, pinfo, ptree, offset);
61581             decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61582             return TRUE;
61583         }
61584 
61585         if (strcmp(operation, "openMailbox") == 0
61586             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessagingManager") == 0)) {
61587             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61588             tree = start_dissecting(tvb, pinfo, ptree, offset);
61589             decode_org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61590             return TRUE;
61591         }
61592 
61593         if (strcmp(operation, "openMultiMediaMessaging") == 0
61594             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessagingManager") == 0)) {
61595             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61596             tree = start_dissecting(tvb, pinfo, ptree, offset);
61597             decode_org_csapi_mmm_IpMultiMediaMessagingManager_openMultiMediaMessaging(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61598             return TRUE;
61599         }
61600 
61601         if (strcmp(operation, "createNotification") == 0
61602             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessagingManager") == 0)) {
61603             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61604             tree = start_dissecting(tvb, pinfo, ptree, offset);
61605             decode_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61606             return TRUE;
61607         }
61608 
61609         if (strcmp(operation, "destroyNotification") == 0
61610             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessagingManager") == 0)) {
61611             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61612             tree = start_dissecting(tvb, pinfo, ptree, offset);
61613             decode_org_csapi_mmm_IpMultiMediaMessagingManager_destroyNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61614             return TRUE;
61615         }
61616 
61617         if (strcmp(operation, "changeNotification") == 0
61618             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessagingManager") == 0)) {
61619             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61620             tree = start_dissecting(tvb, pinfo, ptree, offset);
61621             decode_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61622             return TRUE;
61623         }
61624 
61625         if (strcmp(operation, "getNextNotification") == 0
61626             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessagingManager") == 0)) {
61627             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61628             tree = start_dissecting(tvb, pinfo, ptree, offset);
61629             decode_org_csapi_mmm_IpMultiMediaMessagingManager_getNextNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61630             return TRUE;
61631         }
61632 
61633         if (strcmp(operation, "enableNotifications") == 0
61634             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessagingManager") == 0)) {
61635             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61636             tree = start_dissecting(tvb, pinfo, ptree, offset);
61637             decode_org_csapi_mmm_IpMultiMediaMessagingManager_enableNotifications(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61638             return TRUE;
61639         }
61640 
61641         if (strcmp(operation, "disableNotifications") == 0
61642             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessagingManager") == 0)) {
61643             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61644             tree = start_dissecting(tvb, pinfo, ptree, offset);
61645             decode_org_csapi_mmm_IpMultiMediaMessagingManager_disableNotifications(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61646             return TRUE;
61647         }
61648 
61649         if (strcmp(operation, "createFolderRes") == 0
61650             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61651             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61652             tree = start_dissecting(tvb, pinfo, ptree, offset);
61653             decode_org_csapi_mmm_IpAppMailbox_createFolderRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61654             return TRUE;
61655         }
61656 
61657         if (strcmp(operation, "createFolderErr") == 0
61658             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61659             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61660             tree = start_dissecting(tvb, pinfo, ptree, offset);
61661             decode_org_csapi_mmm_IpAppMailbox_createFolderErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61662             return TRUE;
61663         }
61664 
61665         if (strcmp(operation, "getFoldersRes") == 0
61666             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61667             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61668             tree = start_dissecting(tvb, pinfo, ptree, offset);
61669             decode_org_csapi_mmm_IpAppMailbox_getFoldersRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61670             return TRUE;
61671         }
61672 
61673         if (strcmp(operation, "getFoldersErr") == 0
61674             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61675             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61676             tree = start_dissecting(tvb, pinfo, ptree, offset);
61677             decode_org_csapi_mmm_IpAppMailbox_getFoldersErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61678             return TRUE;
61679         }
61680 
61681         if (strcmp(operation, "deleteFolderRes") == 0
61682             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61683             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61684             tree = start_dissecting(tvb, pinfo, ptree, offset);
61685             decode_org_csapi_mmm_IpAppMailbox_deleteFolderRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61686             return TRUE;
61687         }
61688 
61689         if (strcmp(operation, "deleteFolderErr") == 0
61690             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61691             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61692             tree = start_dissecting(tvb, pinfo, ptree, offset);
61693             decode_org_csapi_mmm_IpAppMailbox_deleteFolderErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61694             return TRUE;
61695         }
61696 
61697         if (strcmp(operation, "copyFolderRes") == 0
61698             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61699             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61700             tree = start_dissecting(tvb, pinfo, ptree, offset);
61701             decode_org_csapi_mmm_IpAppMailbox_copyFolderRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61702             return TRUE;
61703         }
61704 
61705         if (strcmp(operation, "copyFolderErr") == 0
61706             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61707             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61708             tree = start_dissecting(tvb, pinfo, ptree, offset);
61709             decode_org_csapi_mmm_IpAppMailbox_copyFolderErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61710             return TRUE;
61711         }
61712 
61713         if (strcmp(operation, "moveFolderRes") == 0
61714             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61715             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61716             tree = start_dissecting(tvb, pinfo, ptree, offset);
61717             decode_org_csapi_mmm_IpAppMailbox_moveFolderRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61718             return TRUE;
61719         }
61720 
61721         if (strcmp(operation, "moveFolderErr") == 0
61722             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61723             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61724             tree = start_dissecting(tvb, pinfo, ptree, offset);
61725             decode_org_csapi_mmm_IpAppMailbox_moveFolderErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61726             return TRUE;
61727         }
61728 
61729         if (strcmp(operation, "putMessageRes") == 0
61730             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61731             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61732             tree = start_dissecting(tvb, pinfo, ptree, offset);
61733             decode_org_csapi_mmm_IpAppMailbox_putMessageRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61734             return TRUE;
61735         }
61736 
61737         if (strcmp(operation, "putMessageErr") == 0
61738             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61739             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61740             tree = start_dissecting(tvb, pinfo, ptree, offset);
61741             decode_org_csapi_mmm_IpAppMailbox_putMessageErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61742             return TRUE;
61743         }
61744 
61745         if (strcmp(operation, "copyMessageRes") == 0
61746             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61747             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61748             tree = start_dissecting(tvb, pinfo, ptree, offset);
61749             decode_org_csapi_mmm_IpAppMailbox_copyMessageRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61750             return TRUE;
61751         }
61752 
61753         if (strcmp(operation, "copyMessageErr") == 0
61754             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61755             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61756             tree = start_dissecting(tvb, pinfo, ptree, offset);
61757             decode_org_csapi_mmm_IpAppMailbox_copyMessageErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61758             return TRUE;
61759         }
61760 
61761         if (strcmp(operation, "moveMessageRes") == 0
61762             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61763             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61764             tree = start_dissecting(tvb, pinfo, ptree, offset);
61765             decode_org_csapi_mmm_IpAppMailbox_moveMessageRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61766             return TRUE;
61767         }
61768 
61769         if (strcmp(operation, "moveMessageErr") == 0
61770             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61771             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61772             tree = start_dissecting(tvb, pinfo, ptree, offset);
61773             decode_org_csapi_mmm_IpAppMailbox_moveMessageErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61774             return TRUE;
61775         }
61776 
61777         if (strcmp(operation, "deleteMessageRes") == 0
61778             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61779             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61780             tree = start_dissecting(tvb, pinfo, ptree, offset);
61781             decode_org_csapi_mmm_IpAppMailbox_deleteMessageRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61782             return TRUE;
61783         }
61784 
61785         if (strcmp(operation, "deleteMessageErr") == 0
61786             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61787             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61788             tree = start_dissecting(tvb, pinfo, ptree, offset);
61789             decode_org_csapi_mmm_IpAppMailbox_deleteMessageErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61790             return TRUE;
61791         }
61792 
61793         if (strcmp(operation, "listMessagesRes") == 0
61794             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61795             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61796             tree = start_dissecting(tvb, pinfo, ptree, offset);
61797             decode_org_csapi_mmm_IpAppMailbox_listMessagesRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61798             return TRUE;
61799         }
61800 
61801         if (strcmp(operation, "listMessagesErr") == 0
61802             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61803             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61804             tree = start_dissecting(tvb, pinfo, ptree, offset);
61805             decode_org_csapi_mmm_IpAppMailbox_listMessagesErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61806             return TRUE;
61807         }
61808 
61809         if (strcmp(operation, "listMessageBodyPartsRes") == 0
61810             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61811             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61812             tree = start_dissecting(tvb, pinfo, ptree, offset);
61813             decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61814             return TRUE;
61815         }
61816 
61817         if (strcmp(operation, "listMessageBodyPartsErr") == 0
61818             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61819             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61820             tree = start_dissecting(tvb, pinfo, ptree, offset);
61821             decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61822             return TRUE;
61823         }
61824 
61825         if (strcmp(operation, "getMessageBodyPartsRes") == 0
61826             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61827             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61828             tree = start_dissecting(tvb, pinfo, ptree, offset);
61829             decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61830             return TRUE;
61831         }
61832 
61833         if (strcmp(operation, "getMessageBodyPartsErr") == 0
61834             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61835             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61836             tree = start_dissecting(tvb, pinfo, ptree, offset);
61837             decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61838             return TRUE;
61839         }
61840 
61841         if (strcmp(operation, "getMessageHeadersRes") == 0
61842             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61843             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61844             tree = start_dissecting(tvb, pinfo, ptree, offset);
61845             decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61846             return TRUE;
61847         }
61848 
61849         if (strcmp(operation, "getMessageHeadersErr") == 0
61850             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61851             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61852             tree = start_dissecting(tvb, pinfo, ptree, offset);
61853             decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61854             return TRUE;
61855         }
61856 
61857         if (strcmp(operation, "getMessageContentRes") == 0
61858             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61859             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61860             tree = start_dissecting(tvb, pinfo, ptree, offset);
61861             decode_org_csapi_mmm_IpAppMailbox_getMessageContentRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61862             return TRUE;
61863         }
61864 
61865         if (strcmp(operation, "getMessageContentErr") == 0
61866             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61867             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61868             tree = start_dissecting(tvb, pinfo, ptree, offset);
61869             decode_org_csapi_mmm_IpAppMailbox_getMessageContentErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61870             return TRUE;
61871         }
61872 
61873         if (strcmp(operation, "getFullMessageRes") == 0
61874             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61875             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61876             tree = start_dissecting(tvb, pinfo, ptree, offset);
61877             decode_org_csapi_mmm_IpAppMailbox_getFullMessageRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61878             return TRUE;
61879         }
61880 
61881         if (strcmp(operation, "getFullMessageErr") == 0
61882             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61883             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61884             tree = start_dissecting(tvb, pinfo, ptree, offset);
61885             decode_org_csapi_mmm_IpAppMailbox_getFullMessageErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61886             return TRUE;
61887         }
61888 
61889         if (strcmp(operation, "getMailboxInfoPropertiesRes") == 0
61890             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61891             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61892             tree = start_dissecting(tvb, pinfo, ptree, offset);
61893             decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61894             return TRUE;
61895         }
61896 
61897         if (strcmp(operation, "getFolderInfoPropertiesRes") == 0
61898             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61899             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61900             tree = start_dissecting(tvb, pinfo, ptree, offset);
61901             decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61902             return TRUE;
61903         }
61904 
61905         if (strcmp(operation, "getMessageInfoPropertiesRes") == 0
61906             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61907             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61908             tree = start_dissecting(tvb, pinfo, ptree, offset);
61909             decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61910             return TRUE;
61911         }
61912 
61913         if (strcmp(operation, "setMessageInfoPropertiesRes") == 0
61914             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61915             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61916             tree = start_dissecting(tvb, pinfo, ptree, offset);
61917             decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61918             return TRUE;
61919         }
61920 
61921         if (strcmp(operation, "setMessageInfoPropertiesErr") == 0
61922             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61923             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61924             tree = start_dissecting(tvb, pinfo, ptree, offset);
61925             decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61926             return TRUE;
61927         }
61928 
61929         if (strcmp(operation, "getMailboxInfoPropertiesErr") == 0
61930             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61931             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61932             tree = start_dissecting(tvb, pinfo, ptree, offset);
61933             decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61934             return TRUE;
61935         }
61936 
61937         if (strcmp(operation, "getFolderInfoPropertiesErr") == 0
61938             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61939             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61940             tree = start_dissecting(tvb, pinfo, ptree, offset);
61941             decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61942             return TRUE;
61943         }
61944 
61945         if (strcmp(operation, "getMessageInfoPropertiesErr") == 0
61946             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
61947             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61948             tree = start_dissecting(tvb, pinfo, ptree, offset);
61949             decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61950             return TRUE;
61951         }
61952 
61953         if (strcmp(operation, "close") == 0
61954             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
61955             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61956             tree = start_dissecting(tvb, pinfo, ptree, offset);
61957             decode_org_csapi_mmm_IpMailbox_close(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61958             return TRUE;
61959         }
61960 
61961         if (strcmp(operation, "createFolderReq") == 0
61962             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
61963             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61964             tree = start_dissecting(tvb, pinfo, ptree, offset);
61965             decode_org_csapi_mmm_IpMailbox_createFolderReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61966             return TRUE;
61967         }
61968 
61969         if (strcmp(operation, "getFoldersReq") == 0
61970             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
61971             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61972             tree = start_dissecting(tvb, pinfo, ptree, offset);
61973             decode_org_csapi_mmm_IpMailbox_getFoldersReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61974             return TRUE;
61975         }
61976 
61977         if (strcmp(operation, "deleteFolderReq") == 0
61978             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
61979             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61980             tree = start_dissecting(tvb, pinfo, ptree, offset);
61981             decode_org_csapi_mmm_IpMailbox_deleteFolderReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61982             return TRUE;
61983         }
61984 
61985         if (strcmp(operation, "copyFolderReq") == 0
61986             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
61987             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61988             tree = start_dissecting(tvb, pinfo, ptree, offset);
61989             decode_org_csapi_mmm_IpMailbox_copyFolderReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61990             return TRUE;
61991         }
61992 
61993         if (strcmp(operation, "moveFolderReq") == 0
61994             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
61995             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
61996             tree = start_dissecting(tvb, pinfo, ptree, offset);
61997             decode_org_csapi_mmm_IpMailbox_moveFolderReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
61998             return TRUE;
61999         }
62000 
62001         if (strcmp(operation, "putMessageReq") == 0
62002             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
62003             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
62004             tree = start_dissecting(tvb, pinfo, ptree, offset);
62005             decode_org_csapi_mmm_IpMailbox_putMessageReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
62006             return TRUE;
62007         }
62008 
62009         if (strcmp(operation, "copyMessageReq") == 0
62010             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
62011             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
62012             tree = start_dissecting(tvb, pinfo, ptree, offset);
62013             decode_org_csapi_mmm_IpMailbox_copyMessageReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
62014             return TRUE;
62015         }
62016 
62017         if (strcmp(operation, "moveMessageReq") == 0
62018             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
62019             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
62020             tree = start_dissecting(tvb, pinfo, ptree, offset);
62021             decode_org_csapi_mmm_IpMailbox_moveMessageReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
62022             return TRUE;
62023         }
62024 
62025         if (strcmp(operation, "deleteMessageReq") == 0
62026             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
62027             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
62028             tree = start_dissecting(tvb, pinfo, ptree, offset);
62029             decode_org_csapi_mmm_IpMailbox_deleteMessageReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
62030             return TRUE;
62031         }
62032 
62033         if (strcmp(operation, "listMessagesReq") == 0
62034             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
62035             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
62036             tree = start_dissecting(tvb, pinfo, ptree, offset);
62037             decode_org_csapi_mmm_IpMailbox_listMessagesReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
62038             return TRUE;
62039         }
62040 
62041         if (strcmp(operation, "listMessageBodyPartsReq") == 0
62042             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
62043             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
62044             tree = start_dissecting(tvb, pinfo, ptree, offset);
62045             decode_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
62046             return TRUE;
62047         }
62048 
62049         if (strcmp(operation, "getMessageBodyPartsReq") == 0
62050             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
62051             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
62052             tree = start_dissecting(tvb, pinfo, ptree, offset);
62053             decode_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
62054             return TRUE;
62055         }
62056 
62057         if (strcmp(operation, "getMessageHeadersReq") == 0
62058             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
62059             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
62060             tree = start_dissecting(tvb, pinfo, ptree, offset);
62061             decode_org_csapi_mmm_IpMailbox_getMessageHeadersReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
62062             return TRUE;
62063         }
62064 
62065         if (strcmp(operation, "getMessageContentReq") == 0
62066             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
62067             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
62068             tree = start_dissecting(tvb, pinfo, ptree, offset);
62069             decode_org_csapi_mmm_IpMailbox_getMessageContentReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
62070             return TRUE;
62071         }
62072 
62073         if (strcmp(operation, "getFullMessageReq") == 0
62074             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
62075             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
62076             tree = start_dissecting(tvb, pinfo, ptree, offset);
62077             decode_org_csapi_mmm_IpMailbox_getFullMessageReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
62078             return TRUE;
62079         }
62080 
62081         if (strcmp(operation, "getMailboxInfoPropertiesReq") == 0
62082             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
62083             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
62084             tree = start_dissecting(tvb, pinfo, ptree, offset);
62085             decode_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
62086             return TRUE;
62087         }
62088 
62089         if (strcmp(operation, "getFolderInfoPropertiesReq") == 0
62090             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
62091             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
62092             tree = start_dissecting(tvb, pinfo, ptree, offset);
62093             decode_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
62094             return TRUE;
62095         }
62096 
62097         if (strcmp(operation, "getMessageInfoPropertiesReq") == 0
62098             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
62099             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
62100             tree = start_dissecting(tvb, pinfo, ptree, offset);
62101             decode_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
62102             return TRUE;
62103         }
62104 
62105         if (strcmp(operation, "setMessageInfoPropertiesReq") == 0
62106             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
62107             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
62108             tree = start_dissecting(tvb, pinfo, ptree, offset);
62109             decode_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
62110             return TRUE;
62111         }
62112 
62113         if (strcmp(operation, "sendMessageRes") == 0
62114             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessaging") == 0)) {
62115             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
62116             tree = start_dissecting(tvb, pinfo, ptree, offset);
62117             decode_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
62118             return TRUE;
62119         }
62120 
62121         if (strcmp(operation, "sendMessageErr") == 0
62122             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessaging") == 0)) {
62123             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
62124             tree = start_dissecting(tvb, pinfo, ptree, offset);
62125             decode_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
62126             return TRUE;
62127         }
62128 
62129         if (strcmp(operation, "cancelMessageRes") == 0
62130             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessaging") == 0)) {
62131             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
62132             tree = start_dissecting(tvb, pinfo, ptree, offset);
62133             decode_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
62134             return TRUE;
62135         }
62136 
62137         if (strcmp(operation, "cancelMessageErr") == 0
62138             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessaging") == 0)) {
62139             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
62140             tree = start_dissecting(tvb, pinfo, ptree, offset);
62141             decode_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
62142             return TRUE;
62143         }
62144 
62145         if (strcmp(operation, "queryStatusRes") == 0
62146             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessaging") == 0)) {
62147             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
62148             tree = start_dissecting(tvb, pinfo, ptree, offset);
62149             decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
62150             return TRUE;
62151         }
62152 
62153         if (strcmp(operation, "queryStatusErr") == 0
62154             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessaging") == 0)) {
62155             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
62156             tree = start_dissecting(tvb, pinfo, ptree, offset);
62157             decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
62158             return TRUE;
62159         }
62160 
62161         if (strcmp(operation, "messageStatusReport") == 0
62162             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessaging") == 0)) {
62163             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
62164             tree = start_dissecting(tvb, pinfo, ptree, offset);
62165             decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
62166             return TRUE;
62167         }
62168 
62169         if (strcmp(operation, "messageReceived") == 0
62170             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessaging") == 0)) {
62171             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
62172             tree = start_dissecting(tvb, pinfo, ptree, offset);
62173             decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
62174             return TRUE;
62175         }
62176 
62177         if (strcmp(operation, "sendMessageReq") == 0
62178             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessaging") == 0)) {
62179             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
62180             tree = start_dissecting(tvb, pinfo, ptree, offset);
62181             decode_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
62182             return TRUE;
62183         }
62184 
62185         if (strcmp(operation, "cancelMessageReq") == 0
62186             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessaging") == 0)) {
62187             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
62188             tree = start_dissecting(tvb, pinfo, ptree, offset);
62189             decode_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
62190             return TRUE;
62191         }
62192 
62193         if (strcmp(operation, "queryStatusReq") == 0
62194             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessaging") == 0)) {
62195             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
62196             tree = start_dissecting(tvb, pinfo, ptree, offset);
62197             decode_org_csapi_mmm_IpMultiMediaMessaging_queryStatusReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
62198             return TRUE;
62199         }
62200 
62201         if (strcmp(operation, "close") == 0
62202             && (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessaging") == 0)) {
62203             item = process_RequestOperation(tvb, pinfo, ptree, header, operation);  /* fill-up Request_Operation field & info column */
62204             tree = start_dissecting(tvb, pinfo, ptree, offset);
62205             decode_org_csapi_mmm_IpMultiMediaMessaging_close(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
62206             return TRUE;
62207         }
62208 
62209         break;
62210 
62211     case CancelRequest:
62212     case LocateRequest:
62213     case LocateReply:
62214     case CloseConnection:
62215     case MessageError:
62216     case Fragment:
62217        return FALSE;      /* not handled yet */
62218 
62219     default:
62220        return FALSE;      /* not handled yet */
62221 
62222     }   /* switch */
62223 
62224 
62225     return FALSE;
62226 
62227 }  /* End of main dissector  */
62228 
62229 
62230 /* Register the protocol with Wireshark */
proto_register_giop_parlay(void)62231 void proto_register_giop_parlay(void)
62232 {
62233     /* setup list of header fields */
62234     static hf_register_info hf[] = {
62235         /* field that indicates the currently ongoing request/reply exchange */
62236             {&hf_operationrequest, {"Request_Operation","giop-parlay.Request_Operation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62237         /* Operation filters */
62238         {&hf_org_csapi_IpService_setCallbackWithSessionID_sessionID, {"sessionID","giop-parlay.csapi.setCallbackWithSessionID.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62239         {&hf_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthentication_authType, {"authType","giop-parlay.csapi.initiateAuthentication.authType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62240         {&hf_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticationWithVersion_authType, {"authType","giop-parlay.csapi.initiateAuthenticationWithVersion.authType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62241         {&hf_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticationWithVersion_frameworkVersion, {"frameworkVersion","giop-parlay.csapi.initiateAuthenticationWithVersion.frameworkVersion",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62242         {&hf_org_csapi_fw_fw_access_trust_and_security_IpAuthentication_requestAccess_accessType, {"accessType","giop-parlay.csapi.requestAccess.accessType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62243         {&hf_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_terminationText, {"terminationText","giop-parlay.csapi.terminateAccess.terminationText",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62244         {&hf_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_signingAlgorithm, {"signingAlgorithm","giop-parlay.csapi.terminateAccess.signingAlgorithm",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62245         {&hf_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature_loop, {"Seq length of digitalSignature","giop-parlay.csapi.terminateAccess.digitalSignature.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62246         {&hf_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature, {"digitalSignature","giop-parlay.csapi.terminateAccess.digitalSignature",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
62247         {&hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterface_interfaceName, {"interfaceName","giop-parlay.csapi.obtainInterface.interfaceName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62248         {&hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterfaceWithCallback_interfaceName, {"interfaceName","giop-parlay.csapi.obtainInterfaceWithCallback.interfaceName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62249         {&hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess_endAccessProperties_loop, {"Seq length of endAccessProperties","giop-parlay.csapi.endAccess.endAccessProperties.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62250         {&hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return_loop, {"Seq length of TpInterfaceNameList","giop-parlay.csapi.listInterfaces.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62251         {&hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return, {"TpInterfaceNameList","giop-parlay.csapi.listInterfaces.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62252         {&hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_releaseInterface_interfaceName, {"interfaceName","giop-parlay.csapi.releaseInterface.interfaceName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62253         {&hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_selectSigningAlgorithm_return, {"TpSigningAlgorithm","giop-parlay.csapi.selectSigningAlgorithm.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62254         {&hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_selectSigningAlgorithm_signingAlgorithmCaps, {"signingAlgorithmCaps","giop-parlay.csapi.selectSigningAlgorithm.signingAlgorithmCaps",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62255         {&hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_terminationText, {"terminationText","giop-parlay.csapi.terminateAccess.terminationText",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62256         {&hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature_loop, {"Seq length of digitalSignature","giop-parlay.csapi.terminateAccess.digitalSignature.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62257         {&hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature, {"digitalSignature","giop-parlay.csapi.terminateAccess.digitalSignature",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
62258         {&hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_interfaceName, {"interfaceName","giop-parlay.csapi.relinquishInterface.interfaceName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62259         {&hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_terminationText, {"terminationText","giop-parlay.csapi.relinquishInterface.terminationText",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62260         {&hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature_loop, {"Seq length of digitalSignature","giop-parlay.csapi.relinquishInterface.digitalSignature.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62261         {&hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature, {"digitalSignature","giop-parlay.csapi.relinquishInterface.digitalSignature",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
62262         {&hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return_loop, {"Seq length of TpOctetSet","giop-parlay.csapi.authenticate.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62263         {&hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return, {"TpOctetSet","giop-parlay.csapi.authenticate.return",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
62264         {&hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge_loop, {"Seq length of challenge","giop-parlay.csapi.authenticate.challenge.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62265         {&hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge, {"challenge","giop-parlay.csapi.authenticate.challenge",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
62266         {&hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return_loop, {"Seq length of TpOctetSet","giop-parlay.csapi.challenge.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62267         {&hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return, {"TpOctetSet","giop-parlay.csapi.challenge.return",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
62268         {&hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge_loop, {"Seq length of challenge","giop-parlay.csapi.challenge.challenge.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62269         {&hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge, {"challenge","giop-parlay.csapi.challenge.challenge",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
62270         {&hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectEncryptionMethod_return, {"TpEncryptionCapability","giop-parlay.csapi.selectEncryptionMethod.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62271         {&hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectEncryptionMethod_encryptionCaps, {"encryptionCaps","giop-parlay.csapi.selectEncryptionMethod.encryptionCaps",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62272         {&hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return_loop, {"Seq length of TpOctetSet","giop-parlay.csapi.authenticate.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62273         {&hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return, {"TpOctetSet","giop-parlay.csapi.authenticate.return",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
62274         {&hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge_loop, {"Seq length of challenge","giop-parlay.csapi.authenticate.challenge.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62275         {&hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge, {"challenge","giop-parlay.csapi.authenticate.challenge",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
62276         {&hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectAuthenticationMechanism_return, {"TpAuthMechanism","giop-parlay.csapi.selectAuthenticationMechanism.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62277         {&hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectAuthenticationMechanism_authMechanismList, {"authMechanismList","giop-parlay.csapi.selectAuthenticationMechanism.authMechanismList",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62278         {&hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return_loop, {"Seq length of TpOctetSet","giop-parlay.csapi.challenge.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62279         {&hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return, {"TpOctetSet","giop-parlay.csapi.challenge.return",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
62280         {&hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge_loop, {"Seq length of challenge","giop-parlay.csapi.challenge.challenge.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62281         {&hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge, {"challenge","giop-parlay.csapi.challenge.challenge",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
62282         {&hf_org_csapi_fw_fw_application_notification_IpAppEventNotification_reportNotification_assignmentID, {"assignmentID","giop-parlay.csapi.reportNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62283         {&hf_org_csapi_fw_fw_application_notification_IpEventNotification_createNotification_return, {"TpAssignmentID","giop-parlay.csapi.createNotification.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62284         {&hf_org_csapi_fw_fw_application_notification_IpEventNotification_destroyNotification_assignmentID, {"assignmentID","giop-parlay.csapi.destroyNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62285         {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestRes_activityTestID, {"activityTestID","giop-parlay.csapi.activityTestRes.activityTestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62286         {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestRes_activityTestResult, {"activityTestResult","giop-parlay.csapi.activityTestRes.activityTestResult",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62287         {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appActivityTestReq_activityTestID, {"activityTestID","giop-parlay.csapi.appActivityTestReq.activityTestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62288         {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultReportInd_fault, {"fault","giop-parlay.csapi.fwFaultReportInd.fault",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpInterfaceFault),0x0,NULL,HFILL}},
62289         {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultRecoveryInd_fault, {"fault","giop-parlay.csapi.fwFaultRecoveryInd.fault",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpInterfaceFault),0x0,NULL,HFILL}},
62290         {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUnavailableInd_serviceID, {"serviceID","giop-parlay.csapi.svcUnavailableInd.serviceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62291         {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUnavailableInd_reason, {"reason","giop-parlay.csapi.svcUnavailableInd.reason",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSvcUnavailReason),0x0,NULL,HFILL}},
62292         {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs_loop, {"Seq length of serviceIDs","giop-parlay.csapi.genFaultStatsRecordRes.serviceIDs.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62293         {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs, {"serviceIDs","giop-parlay.csapi.genFaultStatsRecordRes.serviceIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62294         {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwUnavailableInd_reason, {"reason","giop-parlay.csapi.fwUnavailableInd.reason",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpFwUnavailReason),0x0,NULL,HFILL}},
62295         {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestErr_activityTestID, {"activityTestID","giop-parlay.csapi.activityTestErr.activityTestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62296         {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_faultStatisticsError, {"faultStatisticsError","giop-parlay.csapi.genFaultStatsRecordErr.faultStatisticsError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpFaultStatisticsError),0x0,NULL,HFILL}},
62297         {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs_loop, {"Seq length of serviceIDs","giop-parlay.csapi.genFaultStatsRecordErr.serviceIDs.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62298         {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs, {"serviceIDs","giop-parlay.csapi.genFaultStatsRecordErr.serviceIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62299         {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appUnavailableInd_serviceID, {"serviceID","giop-parlay.csapi.appUnavailableInd.serviceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62300         {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAvailStatusInd_serviceID, {"serviceID","giop-parlay.csapi.svcAvailStatusInd.serviceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62301         {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAvailStatusInd_reason, {"reason","giop-parlay.csapi.svcAvailStatusInd.reason",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSvcAvailStatusReason),0x0,NULL,HFILL}},
62302         {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordRes.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62303         {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs_loop, {"Seq length of serviceIDs","giop-parlay.csapi.generateFaultStatisticsRecordRes.serviceIDs.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62304         {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs, {"serviceIDs","giop-parlay.csapi.generateFaultStatisticsRecordRes.serviceIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62305         {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordErr.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62306         {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics_loop, {"Seq length of faultStatistics","giop-parlay.csapi.generateFaultStatisticsRecordErr.faultStatistics.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62307         {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics, {"faultStatistics","giop-parlay.csapi.generateFaultStatisticsRecordErr.faultStatistics",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpFaultStatisticsError),0x0,NULL,HFILL}},
62308         {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs_loop, {"Seq length of serviceIDs","giop-parlay.csapi.generateFaultStatisticsRecordErr.serviceIDs.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62309         {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs, {"serviceIDs","giop-parlay.csapi.generateFaultStatisticsRecordErr.serviceIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62310         {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordReq_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordReq.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62311         {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwAvailStatusInd_reason, {"reason","giop-parlay.csapi.fwAvailStatusInd.reason",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpFwAvailStatusReason),0x0,NULL,HFILL}},
62312         {&hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes_loadStatistics_loop, {"Seq length of loadStatistics","giop-parlay.csapi.queryLoadRes.loadStatistics.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62313         {&hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadErr_loadStatisticsError, {"loadStatisticsError","giop-parlay.csapi.queryLoadErr.loadStatisticsError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpLoadStatisticError),0x0,NULL,HFILL}},
62314         {&hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification_loadStatistics_loop, {"Seq length of loadStatistics","giop-parlay.csapi.loadLevelNotification.loadStatistics.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62315         {&hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadStatsReq_loadStatsReqID, {"loadStatsReqID","giop-parlay.csapi.queryAppLoadStatsReq.loadStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62316         {&hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_loadStatsReqID, {"loadStatsReqID","giop-parlay.csapi.queryLoadStatsRes.loadStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62317         {&hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_loadStatistics_loop, {"Seq length of loadStatistics","giop-parlay.csapi.queryLoadStatsRes.loadStatistics.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62318         {&hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsErr_loadStatsReqID, {"loadStatsReqID","giop-parlay.csapi.queryLoadStatsErr.loadStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62319         {&hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsErr_loadStatisticsError, {"loadStatisticsError","giop-parlay.csapi.queryLoadStatsErr.loadStatisticsError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpLoadStatisticError),0x0,NULL,HFILL}},
62320         {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_reportLoad_loadLevel, {"loadLevel","giop-parlay.csapi.reportLoad.loadLevel",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpLoadLevel),0x0,NULL,HFILL}},
62321         {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs_loop, {"Seq length of serviceIDs","giop-parlay.csapi.queryLoadReq.serviceIDs.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62322         {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs, {"serviceIDs","giop-parlay.csapi.queryLoadReq.serviceIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62323         {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes_loadStatistics_loop, {"Seq length of loadStatistics","giop-parlay.csapi.queryAppLoadRes.loadStatistics.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62324         {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadErr_loadStatisticsError, {"loadStatisticsError","giop-parlay.csapi.queryAppLoadErr.loadStatisticsError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpLoadStatisticError),0x0,NULL,HFILL}},
62325         {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs_loop, {"Seq length of serviceIDs","giop-parlay.csapi.createLoadLevelNotification.serviceIDs.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62326         {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs, {"serviceIDs","giop-parlay.csapi.createLoadLevelNotification.serviceIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62327         {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs_loop, {"Seq length of serviceIDs","giop-parlay.csapi.destroyLoadLevelNotification.serviceIDs.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62328         {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs, {"serviceIDs","giop-parlay.csapi.destroyLoadLevelNotification.serviceIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62329         {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs_loop, {"Seq length of serviceIDs","giop-parlay.csapi.resumeNotification.serviceIDs.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62330         {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs, {"serviceIDs","giop-parlay.csapi.resumeNotification.serviceIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62331         {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs_loop, {"Seq length of serviceIDs","giop-parlay.csapi.suspendNotification.serviceIDs.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62332         {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs, {"serviceIDs","giop-parlay.csapi.suspendNotification.serviceIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62333         {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_loadStatsReqID, {"loadStatsReqID","giop-parlay.csapi.queryLoadStatsReq.loadStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62334         {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs_loop, {"Seq length of serviceIDs","giop-parlay.csapi.queryLoadStatsReq.serviceIDs.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62335         {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs, {"serviceIDs","giop-parlay.csapi.queryLoadStatsReq.serviceIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62336         {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatsReqID, {"loadStatsReqID","giop-parlay.csapi.queryAppLoadStatsRes.loadStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62337         {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatistics_loop, {"Seq length of loadStatistics","giop-parlay.csapi.queryAppLoadStatsRes.loadStatistics.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62338         {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsErr_loadStatsReqID, {"loadStatsReqID","giop-parlay.csapi.queryAppLoadStatsErr.loadStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62339         {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsErr_loadStatisticsError, {"loadStatisticsError","giop-parlay.csapi.queryAppLoadStatsErr.loadStatisticsError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpLoadStatisticError),0x0,NULL,HFILL}},
62340         {&hf_org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery_return, {"TpDateAndTime","giop-parlay.csapi.systemDateTimeQuery.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62341         {&hf_org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery_systemDateAndTime, {"systemDateAndTime","giop-parlay.csapi.systemDateTimeQuery.systemDateAndTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62342         {&hf_org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery_return, {"TpDateAndTime","giop-parlay.csapi.systemDateTimeQuery.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62343         {&hf_org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery_clientDateAndTime, {"clientDateAndTime","giop-parlay.csapi.systemDateTimeQuery.clientDateAndTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62344         {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_activityTestReq_activityTestID, {"activityTestID","giop-parlay.csapi.activityTestReq.activityTestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62345         {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_activityTestReq_svcID, {"svcID","giop-parlay.csapi.activityTestReq.svcID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62346         {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestRes_activityTestID, {"activityTestID","giop-parlay.csapi.appActivityTestRes.activityTestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62347         {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestRes_activityTestResult, {"activityTestResult","giop-parlay.csapi.appActivityTestRes.activityTestResult",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62348         {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_svcUnavailableInd_serviceID, {"serviceID","giop-parlay.csapi.svcUnavailableInd.serviceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62349         {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs_loop, {"Seq length of serviceIDs","giop-parlay.csapi.genFaultStatsRecordReq.serviceIDs.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62350         {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs, {"serviceIDs","giop-parlay.csapi.genFaultStatsRecordReq.serviceIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62351         {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestErr_activityTestID, {"activityTestID","giop-parlay.csapi.appActivityTestErr.activityTestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62352         {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appUnavailableInd_serviceID, {"serviceID","giop-parlay.csapi.appUnavailableInd.serviceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62353         {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordErr_faultStatisticsError, {"faultStatisticsError","giop-parlay.csapi.genFaultStatsRecordErr.faultStatisticsError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpFaultStatisticsError),0x0,NULL,HFILL}},
62354         {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appAvailStatusInd_reason, {"reason","giop-parlay.csapi.appAvailStatusInd.reason",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpAppAvailStatusReason),0x0,NULL,HFILL}},
62355         {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordReq.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62356         {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs_loop, {"Seq length of serviceIDs","giop-parlay.csapi.generateFaultStatisticsRecordReq.serviceIDs.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62357         {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs, {"serviceIDs","giop-parlay.csapi.generateFaultStatisticsRecordReq.serviceIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62358         {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordRes.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62359         {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordErr_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordErr.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62360         {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordErr_faultStatisticsError, {"faultStatisticsError","giop-parlay.csapi.generateFaultStatisticsRecordErr.faultStatisticsError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpFaultStatisticsError),0x0,NULL,HFILL}},
62361         {&hf_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_enableHeartBeat_interval, {"interval","giop-parlay.csapi.enableHeartBeat.interval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62362         {&hf_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_changeInterval_interval, {"interval","giop-parlay.csapi.changeInterval.interval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62363         {&hf_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_enableAppHeartBeat_interval, {"interval","giop-parlay.csapi.enableAppHeartBeat.interval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62364         {&hf_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_changeInterval_interval, {"interval","giop-parlay.csapi.changeInterval.interval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62365         {&hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return_loop, {"Seq length of TpServiceTypeNameList","giop-parlay.csapi.listServiceTypes.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62366         {&hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return, {"TpServiceTypeNameList","giop-parlay.csapi.listServiceTypes.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62367         {&hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_describeServiceType_name, {"name","giop-parlay.csapi.describeServiceType.name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62368         {&hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_return_loop, {"Seq length of TpServiceList","giop-parlay.csapi.discoverService.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62369         {&hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_serviceTypeName, {"serviceTypeName","giop-parlay.csapi.discoverService.serviceTypeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62370         {&hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_desiredPropertyList_loop, {"Seq length of desiredPropertyList","giop-parlay.csapi.discoverService.desiredPropertyList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62371         {&hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_max, {"max","giop-parlay.csapi.discoverService.max",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62372         {&hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices_return_loop, {"Seq length of TpServiceList","giop-parlay.csapi.listSubscribedServices.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62373         {&hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return_loop, {"Seq length of TpOctetSet","giop-parlay.csapi.signServiceAgreement.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62374         {&hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return, {"TpOctetSet","giop-parlay.csapi.signServiceAgreement.return",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
62375         {&hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_serviceToken, {"serviceToken","giop-parlay.csapi.signServiceAgreement.serviceToken",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62376         {&hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_agreementText, {"agreementText","giop-parlay.csapi.signServiceAgreement.agreementText",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62377         {&hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_signingAlgorithm, {"signingAlgorithm","giop-parlay.csapi.signServiceAgreement.signingAlgorithm",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62378         {&hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_serviceToken, {"serviceToken","giop-parlay.csapi.terminateServiceAgreement.serviceToken",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62379         {&hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_terminationText, {"terminationText","giop-parlay.csapi.terminateServiceAgreement.terminationText",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62380         {&hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature_loop, {"Seq length of digitalSignature","giop-parlay.csapi.terminateServiceAgreement.digitalSignature.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62381         {&hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature, {"digitalSignature","giop-parlay.csapi.terminateServiceAgreement.digitalSignature",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
62382         {&hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement_serviceToken, {"serviceToken","giop-parlay.csapi.signServiceAgreement.serviceToken",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62383         {&hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement_agreementText, {"agreementText","giop-parlay.csapi.signServiceAgreement.agreementText",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62384         {&hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement_signingAlgorithm, {"signingAlgorithm","giop-parlay.csapi.signServiceAgreement.signingAlgorithm",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62385         {&hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_serviceToken, {"serviceToken","giop-parlay.csapi.terminateServiceAgreement.serviceToken",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62386         {&hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_terminationText, {"terminationText","giop-parlay.csapi.terminateServiceAgreement.terminationText",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62387         {&hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature_loop, {"Seq length of digitalSignature","giop-parlay.csapi.terminateServiceAgreement.digitalSignature.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62388         {&hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature, {"digitalSignature","giop-parlay.csapi.terminateServiceAgreement.digitalSignature",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
62389         {&hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_selectService_return, {"TpServiceToken","giop-parlay.csapi.selectService.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62390         {&hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_selectService_serviceID, {"serviceID","giop-parlay.csapi.selectService.serviceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62391         {&hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_initiateSignServiceAgreement_serviceToken, {"serviceToken","giop-parlay.csapi.initiateSignServiceAgreement.serviceToken",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62392         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_createServiceProfile_return, {"TpServiceProfileID","giop-parlay.csapi.createServiceProfile.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62393         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deleteServiceProfile_serviceProfileID, {"serviceProfileID","giop-parlay.csapi.deleteServiceProfile.serviceProfileID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62394         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_assign_sagID, {"sagID","giop-parlay.csapi.assign.sagID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62395         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_assign_serviceProfileID, {"serviceProfileID","giop-parlay.csapi.assign.serviceProfileID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62396         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deassign_sagID, {"sagID","giop-parlay.csapi.deassign.sagID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62397         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deassign_serviceProfileID, {"serviceProfileID","giop-parlay.csapi.deassign.serviceProfileID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62398         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo_return_loop, {"Seq length of TpAssignSagToServiceProfileConflictList","giop-parlay.csapi.requestConflictInfo.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62399         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return_loop, {"Seq length of TpServiceProfileIDList","giop-parlay.csapi.listServiceProfiles.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62400         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return, {"TpServiceProfileIDList","giop-parlay.csapi.listServiceProfiles.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62401         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_describeServiceProfile_serviceProfileID, {"serviceProfileID","giop-parlay.csapi.describeServiceProfile.serviceProfileID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62402         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return_loop, {"Seq length of TpSagIDList","giop-parlay.csapi.listAssignedMembers.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62403         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return, {"TpSagIDList","giop-parlay.csapi.listAssignedMembers.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62404         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_serviceProfileID, {"serviceProfileID","giop-parlay.csapi.listAssignedMembers.serviceProfileID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62405         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_createServiceContract_return, {"TpServiceContractID","giop-parlay.csapi.createServiceContract.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62406         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_deleteServiceContract_serviceContractID, {"serviceContractID","giop-parlay.csapi.deleteServiceContract.serviceContractID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62407         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_describeServiceContract_serviceContractID, {"serviceContractID","giop-parlay.csapi.describeServiceContract.serviceContractID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62408         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return_loop, {"Seq length of TpServiceContractIDList","giop-parlay.csapi.listServiceContracts.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62409         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return, {"TpServiceContractIDList","giop-parlay.csapi.listServiceContracts.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62410         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return_loop, {"Seq length of TpServiceProfileIDList","giop-parlay.csapi.listServiceProfiles.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62411         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return, {"TpServiceProfileIDList","giop-parlay.csapi.listServiceProfiles.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62412         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_serviceContractID, {"serviceContractID","giop-parlay.csapi.listServiceProfiles.serviceContractID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62413         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount_enterpriseOperatorProperties_loop, {"Seq length of enterpriseOperatorProperties","giop-parlay.csapi.modifyEntOpAccount.enterpriseOperatorProperties.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62414         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteClientApp_clientAppID, {"clientAppID","giop-parlay.csapi.deleteClientApp.clientAppID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62415         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs_loop, {"Seq length of clientAppIDs","giop-parlay.csapi.createSAG.clientAppIDs.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62416         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs, {"clientAppIDs","giop-parlay.csapi.createSAG.clientAppIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62417         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteSAG_sagID, {"sagID","giop-parlay.csapi.deleteSAG.sagID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62418         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_sagID, {"sagID","giop-parlay.csapi.addSAGMembers.sagID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62419         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs_loop, {"Seq length of clientAppIDs","giop-parlay.csapi.addSAGMembers.clientAppIDs.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62420         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs, {"clientAppIDs","giop-parlay.csapi.addSAGMembers.clientAppIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62421         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_sagID, {"sagID","giop-parlay.csapi.removeSAGMembers.sagID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62422         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList_loop, {"Seq length of clientAppIDList","giop-parlay.csapi.removeSAGMembers.clientAppIDList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62423         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList, {"clientAppIDList","giop-parlay.csapi.removeSAGMembers.clientAppIDList",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62424         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo_return_loop, {"Seq length of TpAddSagMembersConflictList","giop-parlay.csapi.requestConflictInfo.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62425         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeClientApp_clientAppID, {"clientAppID","giop-parlay.csapi.describeClientApp.clientAppID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62426         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return_loop, {"Seq length of TpClientAppIDList","giop-parlay.csapi.listClientApps.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62427         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return, {"TpClientAppIDList","giop-parlay.csapi.listClientApps.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62428         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeSAG_return, {"TpSagDescription","giop-parlay.csapi.describeSAG.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62429         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeSAG_sagID, {"sagID","giop-parlay.csapi.describeSAG.sagID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62430         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return_loop, {"Seq length of TpSagIDList","giop-parlay.csapi.listSAGs.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62431         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return, {"TpSagIDList","giop-parlay.csapi.listSAGs.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62432         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return_loop, {"Seq length of TpClientAppIDList","giop-parlay.csapi.listSAGMembers.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62433         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return, {"TpClientAppIDList","giop-parlay.csapi.listSAGMembers.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62434         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_sagID, {"sagID","giop-parlay.csapi.listSAGMembers.sagID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62435         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return_loop, {"Seq length of TpSagIDList","giop-parlay.csapi.listClientAppMembership.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62436         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return, {"TpSagIDList","giop-parlay.csapi.listClientAppMembership.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62437         {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_clientAppID, {"clientAppID","giop-parlay.csapi.listClientAppMembership.clientAppID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62438         {&hf_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_reportNotification_assignmentID, {"assignmentID","giop-parlay.csapi.reportNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62439         {&hf_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_createNotification_return, {"TpAssignmentID","giop-parlay.csapi.createNotification.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62440         {&hf_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_destroyNotification_assignmentID, {"assignmentID","giop-parlay.csapi.destroyNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62441         {&hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return_loop, {"Seq length of TpServiceTypeNameList","giop-parlay.csapi.listServiceTypes.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62442         {&hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return, {"TpServiceTypeNameList","giop-parlay.csapi.listServiceTypes.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62443         {&hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_describeServiceType_name, {"name","giop-parlay.csapi.describeServiceType.name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62444         {&hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_return_loop, {"Seq length of TpServiceList","giop-parlay.csapi.discoverService.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62445         {&hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_serviceTypeName, {"serviceTypeName","giop-parlay.csapi.discoverService.serviceTypeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62446         {&hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_desiredPropertyList_loop, {"Seq length of desiredPropertyList","giop-parlay.csapi.discoverService.desiredPropertyList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62447         {&hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_max, {"max","giop-parlay.csapi.discoverService.max",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62448         {&hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices_return_loop, {"Seq length of TpServiceList","giop-parlay.csapi.listRegisteredServices.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62449         {&hf_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_application, {"application","giop-parlay.csapi.createServiceManager.application",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62450         {&hf_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceProperties_loop, {"Seq length of serviceProperties","giop-parlay.csapi.createServiceManager.serviceProperties.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62451         {&hf_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceInstanceID, {"serviceInstanceID","giop-parlay.csapi.createServiceManager.serviceInstanceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62452         {&hf_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_destroyServiceManager_serviceInstance, {"serviceInstance","giop-parlay.csapi.destroyServiceManager.serviceInstance",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62453         {&hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_return, {"TpServiceID","giop-parlay.csapi.registerService.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62454         {&hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_serviceTypeName, {"serviceTypeName","giop-parlay.csapi.registerService.serviceTypeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62455         {&hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_servicePropertyList_loop, {"Seq length of servicePropertyList","giop-parlay.csapi.registerService.servicePropertyList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62456         {&hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_announceServiceAvailability_serviceID, {"serviceID","giop-parlay.csapi.announceServiceAvailability.serviceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62457         {&hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unregisterService_serviceID, {"serviceID","giop-parlay.csapi.unregisterService.serviceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62458         {&hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_describeService_serviceID, {"serviceID","giop-parlay.csapi.describeService.serviceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62459         {&hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unannounceService_serviceID, {"serviceID","giop-parlay.csapi.unannounceService.serviceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62460         {&hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_return, {"TpServiceID","giop-parlay.csapi.registerServiceSubType.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62461         {&hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_serviceTypeName, {"serviceTypeName","giop-parlay.csapi.registerServiceSubType.serviceTypeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62462         {&hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_servicePropertyList_loop, {"Seq length of servicePropertyList","giop-parlay.csapi.registerServiceSubType.servicePropertyList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62463         {&hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_extendedServicePropertyList_loop, {"Seq length of extendedServicePropertyList","giop-parlay.csapi.registerServiceSubType.extendedServicePropertyList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62464         {&hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes_loadStatistics_loop, {"Seq length of loadStatistics","giop-parlay.csapi.queryLoadRes.loadStatistics.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62465         {&hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadErr_loadStatisticsError, {"loadStatisticsError","giop-parlay.csapi.queryLoadErr.loadStatisticsError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpLoadStatisticError),0x0,NULL,HFILL}},
62466         {&hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification_loadStatistics_loop, {"Seq length of loadStatistics","giop-parlay.csapi.loadLevelNotification.loadStatistics.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62467         {&hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadStatsReq_loadStatsReqID, {"loadStatsReqID","giop-parlay.csapi.querySvcLoadStatsReq.loadStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62468         {&hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_loadStatsReqID, {"loadStatsReqID","giop-parlay.csapi.queryLoadStatsRes.loadStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62469         {&hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_loadStatistics_loop, {"Seq length of loadStatistics","giop-parlay.csapi.queryLoadStatsRes.loadStatistics.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62470         {&hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsErr_loadStatsReqID, {"loadStatsReqID","giop-parlay.csapi.queryLoadStatsErr.loadStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62471         {&hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsErr_loadStatisticsError, {"loadStatisticsError","giop-parlay.csapi.queryLoadStatsErr.loadStatisticsError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpLoadStatisticError),0x0,NULL,HFILL}},
62472         {&hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_reportLoad_loadLevel, {"loadLevel","giop-parlay.csapi.reportLoad.loadLevel",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpLoadLevel),0x0,NULL,HFILL}},
62473         {&hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadReq_querySubject, {"querySubject","giop-parlay.csapi.queryLoadReq.querySubject",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSubjectType),0x0,NULL,HFILL}},
62474         {&hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes_loadStatistics_loop, {"Seq length of loadStatistics","giop-parlay.csapi.querySvcLoadRes.loadStatistics.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62475         {&hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadErr_loadStatisticError, {"loadStatisticError","giop-parlay.csapi.querySvcLoadErr.loadStatisticError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpLoadStatisticError),0x0,NULL,HFILL}},
62476         {&hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_createLoadLevelNotification_notificationSubject, {"notificationSubject","giop-parlay.csapi.createLoadLevelNotification.notificationSubject",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSubjectType),0x0,NULL,HFILL}},
62477         {&hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_destroyLoadLevelNotification_notificationSubject, {"notificationSubject","giop-parlay.csapi.destroyLoadLevelNotification.notificationSubject",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSubjectType),0x0,NULL,HFILL}},
62478         {&hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_suspendNotification_notificationSubject, {"notificationSubject","giop-parlay.csapi.suspendNotification.notificationSubject",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSubjectType),0x0,NULL,HFILL}},
62479         {&hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_resumeNotification_notificationSubject, {"notificationSubject","giop-parlay.csapi.resumeNotification.notificationSubject",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSubjectType),0x0,NULL,HFILL}},
62480         {&hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadStatsReq_loadStatsReqID, {"loadStatsReqID","giop-parlay.csapi.queryLoadStatsReq.loadStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62481         {&hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadStatsReq_querySubject, {"querySubject","giop-parlay.csapi.queryLoadStatsReq.querySubject",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSubjectType),0x0,NULL,HFILL}},
62482         {&hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_loadStatsReqID, {"loadStatsReqID","giop-parlay.csapi.querySvcLoadStatsRes.loadStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62483         {&hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_loadStatistics_loop, {"Seq length of loadStatistics","giop-parlay.csapi.querySvcLoadStatsRes.loadStatistics.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62484         {&hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsErr_loadStatsReqID, {"loadStatsReqID","giop-parlay.csapi.querySvcLoadStatsErr.loadStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62485         {&hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsErr_loadStatisticError, {"loadStatisticError","giop-parlay.csapi.querySvcLoadStatsErr.loadStatisticError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpLoadStatisticError),0x0,NULL,HFILL}},
62486         {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestRes_activityTestID, {"activityTestID","giop-parlay.csapi.activityTestRes.activityTestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62487         {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestRes_activityTestResult, {"activityTestResult","giop-parlay.csapi.activityTestRes.activityTestResult",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62488         {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcActivityTestReq_activityTestID, {"activityTestID","giop-parlay.csapi.svcActivityTestReq.activityTestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62489         {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultReportInd_fault, {"fault","giop-parlay.csapi.fwFaultReportInd.fault",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpInterfaceFault),0x0,NULL,HFILL}},
62490         {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultRecoveryInd_fault, {"fault","giop-parlay.csapi.fwFaultRecoveryInd.fault",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpInterfaceFault),0x0,NULL,HFILL}},
62491         {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwUnavailableInd_reason, {"reason","giop-parlay.csapi.fwUnavailableInd.reason",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpFwUnavailReason),0x0,NULL,HFILL}},
62492         {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordRes_recordSubject, {"recordSubject","giop-parlay.csapi.genFaultStatsRecordRes.recordSubject",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSubjectType),0x0,NULL,HFILL}},
62493         {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestErr_activityTestID, {"activityTestID","giop-parlay.csapi.activityTestErr.activityTestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62494         {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordErr_faultStatisticsError, {"faultStatisticsError","giop-parlay.csapi.genFaultStatsRecordErr.faultStatisticsError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpFaultStatisticsError),0x0,NULL,HFILL}},
62495         {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordErr_recordSubject, {"recordSubject","giop-parlay.csapi.genFaultStatsRecordErr.recordSubject",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSubjectType),0x0,NULL,HFILL}},
62496         {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs_loop, {"Seq length of serviceIDs","giop-parlay.csapi.genFaultStatsRecordReq.serviceIDs.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62497         {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs, {"serviceIDs","giop-parlay.csapi.genFaultStatsRecordReq.serviceIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62498         {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appAvailStatusInd_reason, {"reason","giop-parlay.csapi.appAvailStatusInd.reason",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpAppAvailStatusReason),0x0,NULL,HFILL}},
62499         {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordRes.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62500         {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordRes_recordSubject, {"recordSubject","giop-parlay.csapi.generateFaultStatisticsRecordRes.recordSubject",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSubjectType),0x0,NULL,HFILL}},
62501         {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordErr_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordErr.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62502         {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordErr_faultStatisticsError, {"faultStatisticsError","giop-parlay.csapi.generateFaultStatisticsRecordErr.faultStatisticsError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpFaultStatisticsError),0x0,NULL,HFILL}},
62503         {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordErr_recordSubject, {"recordSubject","giop-parlay.csapi.generateFaultStatisticsRecordErr.recordSubject",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSubjectType),0x0,NULL,HFILL}},
62504         {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordReq_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordReq.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62505         {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwAvailStatusInd_reason, {"reason","giop-parlay.csapi.fwAvailStatusInd.reason",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpFwAvailStatusReason),0x0,NULL,HFILL}},
62506         {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_activityTestReq_activityTestID, {"activityTestID","giop-parlay.csapi.activityTestReq.activityTestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62507         {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_activityTestReq_testSubject, {"testSubject","giop-parlay.csapi.activityTestReq.testSubject",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSubjectType),0x0,NULL,HFILL}},
62508         {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestRes_activityTestID, {"activityTestID","giop-parlay.csapi.svcActivityTestRes.activityTestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62509         {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestRes_activityTestResult, {"activityTestResult","giop-parlay.csapi.svcActivityTestRes.activityTestResult",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62510         {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordReq_recordSubject, {"recordSubject","giop-parlay.csapi.genFaultStatsRecordReq.recordSubject",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSubjectType),0x0,NULL,HFILL}},
62511         {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcUnavailableInd_reason, {"reason","giop-parlay.csapi.svcUnavailableInd.reason",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSvcUnavailReason),0x0,NULL,HFILL}},
62512         {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestErr_activityTestID, {"activityTestID","giop-parlay.csapi.svcActivityTestErr.activityTestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62513         {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs_loop, {"Seq length of serviceIDs","giop-parlay.csapi.genFaultStatsRecordRes.serviceIDs.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62514         {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs, {"serviceIDs","giop-parlay.csapi.genFaultStatsRecordRes.serviceIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62515         {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_faultStatisticsError, {"faultStatisticsError","giop-parlay.csapi.genFaultStatsRecordErr.faultStatisticsError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpFaultStatisticsError),0x0,NULL,HFILL}},
62516         {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs_loop, {"Seq length of serviceIDs","giop-parlay.csapi.genFaultStatsRecordErr.serviceIDs.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62517         {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs, {"serviceIDs","giop-parlay.csapi.genFaultStatsRecordErr.serviceIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62518         {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordErr_faultStatisticsError, {"faultStatisticsError","giop-parlay.csapi.generateFaultStatsRecordErr.faultStatisticsError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpFaultStatisticsError),0x0,NULL,HFILL}},
62519         {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcAvailStatusInd_reason, {"reason","giop-parlay.csapi.svcAvailStatusInd.reason",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSvcAvailStatusReason),0x0,NULL,HFILL}},
62520         {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordReq_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordReq.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62521         {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordReq_recordSubject, {"recordSubject","giop-parlay.csapi.generateFaultStatisticsRecordReq.recordSubject",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSubjectType),0x0,NULL,HFILL}},
62522         {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordRes.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62523         {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordErr_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordErr.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62524         {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordErr_faultStatisticsError, {"faultStatisticsError","giop-parlay.csapi.generateFaultStatisticsRecordErr.faultStatisticsError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpFaultStatisticsError),0x0,NULL,HFILL}},
62525         {&hf_org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery_return, {"TpDateAndTime","giop-parlay.csapi.systemDateTimeQuery.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62526         {&hf_org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery_systemDateAndTime, {"systemDateAndTime","giop-parlay.csapi.systemDateTimeQuery.systemDateAndTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62527         {&hf_org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery_return, {"TpDateAndTime","giop-parlay.csapi.systemDateTimeQuery.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62528         {&hf_org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery_clientDateAndTime, {"clientDateAndTime","giop-parlay.csapi.systemDateTimeQuery.clientDateAndTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62529         {&hf_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_enableHeartBeat_interval, {"interval","giop-parlay.csapi.enableHeartBeat.interval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62530         {&hf_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_changeInterval_interval, {"interval","giop-parlay.csapi.changeInterval.interval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62531         {&hf_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_enableSvcHeartBeat_interval, {"interval","giop-parlay.csapi.enableSvcHeartBeat.interval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62532         {&hf_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_changeInterval_interval, {"interval","giop-parlay.csapi.changeInterval.interval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62533         {&hf_org_csapi_fw_fw_service_notification_IpFwEventNotification_createNotification_return, {"TpAssignmentID","giop-parlay.csapi.createNotification.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62534         {&hf_org_csapi_fw_fw_service_notification_IpFwEventNotification_destroyNotification_assignmentID, {"assignmentID","giop-parlay.csapi.destroyNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62535         {&hf_org_csapi_fw_fw_service_notification_IpSvcEventNotification_reportNotification_assignmentID, {"assignmentID","giop-parlay.csapi.reportNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62536         {&hf_org_csapi_cc_gccs_IpAppCall_routeRes_callSessionID, {"callSessionID","giop-parlay.csapi.routeRes.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62537         {&hf_org_csapi_cc_gccs_IpAppCall_routeRes_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.routeRes.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62538         {&hf_org_csapi_cc_gccs_IpAppCall_routeErr_callSessionID, {"callSessionID","giop-parlay.csapi.routeErr.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62539         {&hf_org_csapi_cc_gccs_IpAppCall_routeErr_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.routeErr.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62540         {&hf_org_csapi_cc_gccs_IpAppCall_getCallInfoRes_callSessionID, {"callSessionID","giop-parlay.csapi.getCallInfoRes.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62541         {&hf_org_csapi_cc_gccs_IpAppCall_getCallInfoErr_callSessionID, {"callSessionID","giop-parlay.csapi.getCallInfoErr.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62542         {&hf_org_csapi_cc_gccs_IpAppCall_superviseCallRes_callSessionID, {"callSessionID","giop-parlay.csapi.superviseCallRes.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62543         {&hf_org_csapi_cc_gccs_IpAppCall_superviseCallRes_report, {"report","giop-parlay.csapi.superviseCallRes.report",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62544         {&hf_org_csapi_cc_gccs_IpAppCall_superviseCallRes_usedTime, {"usedTime","giop-parlay.csapi.superviseCallRes.usedTime",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62545         {&hf_org_csapi_cc_gccs_IpAppCall_superviseCallErr_callSessionID, {"callSessionID","giop-parlay.csapi.superviseCallErr.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62546         {&hf_org_csapi_cc_gccs_IpAppCall_callFaultDetected_callSessionID, {"callSessionID","giop-parlay.csapi.callFaultDetected.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62547         {&hf_org_csapi_cc_gccs_IpAppCall_callFaultDetected_fault, {"fault","giop-parlay.csapi.callFaultDetected.fault",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_gccs_TpCallFault),0x0,NULL,HFILL}},
62548         {&hf_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsRes_callSessionID, {"callSessionID","giop-parlay.csapi.getMoreDialledDigitsRes.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62549         {&hf_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsRes_digits, {"digits","giop-parlay.csapi.getMoreDialledDigitsRes.digits",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62550         {&hf_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsErr_callSessionID, {"callSessionID","giop-parlay.csapi.getMoreDialledDigitsErr.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62551         {&hf_org_csapi_cc_gccs_IpAppCall_callEnded_callSessionID, {"callSessionID","giop-parlay.csapi.callEnded.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62552         {&hf_org_csapi_cc_gccs_IpCall_routeReq_return, {"TpSessionID","giop-parlay.csapi.routeReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62553         {&hf_org_csapi_cc_gccs_IpCall_routeReq_callSessionID, {"callSessionID","giop-parlay.csapi.routeReq.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62554         {&hf_org_csapi_cc_gccs_IpCall_routeReq_responseRequested_loop, {"Seq length of responseRequested","giop-parlay.csapi.routeReq.responseRequested.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62555         {&hf_org_csapi_cc_gccs_IpCall_routeReq_appInfo_loop, {"Seq length of appInfo","giop-parlay.csapi.routeReq.appInfo.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62556         {&hf_org_csapi_cc_gccs_IpCall_release_callSessionID, {"callSessionID","giop-parlay.csapi.release.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62557         {&hf_org_csapi_cc_gccs_IpCall_deassignCall_callSessionID, {"callSessionID","giop-parlay.csapi.deassignCall.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62558         {&hf_org_csapi_cc_gccs_IpCall_getCallInfoReq_callSessionID, {"callSessionID","giop-parlay.csapi.getCallInfoReq.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62559         {&hf_org_csapi_cc_gccs_IpCall_getCallInfoReq_callInfoRequested, {"callInfoRequested","giop-parlay.csapi.getCallInfoReq.callInfoRequested",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62560         {&hf_org_csapi_cc_gccs_IpCall_setCallChargePlan_callSessionID, {"callSessionID","giop-parlay.csapi.setCallChargePlan.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62561         {&hf_org_csapi_cc_gccs_IpCall_setAdviceOfCharge_callSessionID, {"callSessionID","giop-parlay.csapi.setAdviceOfCharge.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62562         {&hf_org_csapi_cc_gccs_IpCall_setAdviceOfCharge_tariffSwitch, {"tariffSwitch","giop-parlay.csapi.setAdviceOfCharge.tariffSwitch",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62563         {&hf_org_csapi_cc_gccs_IpCall_getMoreDialledDigitsReq_callSessionID, {"callSessionID","giop-parlay.csapi.getMoreDialledDigitsReq.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62564         {&hf_org_csapi_cc_gccs_IpCall_getMoreDialledDigitsReq_length, {"length","giop-parlay.csapi.getMoreDialledDigitsReq.length",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62565         {&hf_org_csapi_cc_gccs_IpCall_superviseCallReq_callSessionID, {"callSessionID","giop-parlay.csapi.superviseCallReq.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62566         {&hf_org_csapi_cc_gccs_IpCall_superviseCallReq_time, {"time","giop-parlay.csapi.superviseCallReq.time",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62567         {&hf_org_csapi_cc_gccs_IpCall_superviseCallReq_treatment, {"treatment","giop-parlay.csapi.superviseCallReq.treatment",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62568         {&hf_org_csapi_cc_gccs_IpCall_continueProcessing_callSessionID, {"callSessionID","giop-parlay.csapi.continueProcessing.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62569         {&hf_org_csapi_cc_gccs_IpAppCallControlManager_callAborted_callReference, {"callReference","giop-parlay.csapi.callAborted.callReference",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62570         {&hf_org_csapi_cc_gccs_IpAppCallControlManager_callEventNotify_assignmentID, {"assignmentID","giop-parlay.csapi.callEventNotify.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62571         {&hf_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadEncountered_assignmentID, {"assignmentID","giop-parlay.csapi.callOverloadEncountered.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62572         {&hf_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadCeased_assignmentID, {"assignmentID","giop-parlay.csapi.callOverloadCeased.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62573         {&hf_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet_loop, {"Seq length of callReferenceSet","giop-parlay.csapi.abortMultipleCalls.callReferenceSet.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62574         {&hf_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet, {"callReferenceSet","giop-parlay.csapi.abortMultipleCalls.callReferenceSet",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62575         {&hf_org_csapi_cc_gccs_IpCallControlManager_enableCallNotification_return, {"TpAssignmentID","giop-parlay.csapi.enableCallNotification.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62576         {&hf_org_csapi_cc_gccs_IpCallControlManager_disableCallNotification_assignmentID, {"assignmentID","giop-parlay.csapi.disableCallNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62577         {&hf_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl_return, {"TpAssignmentID","giop-parlay.csapi.setCallLoadControl.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62578         {&hf_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl_duration, {"duration","giop-parlay.csapi.setCallLoadControl.duration",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62579         {&hf_org_csapi_cc_gccs_IpCallControlManager_changeCallNotification_assignmentID, {"assignmentID","giop-parlay.csapi.changeCallNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62580         {&hf_org_csapi_cc_gccs_IpCallControlManager_getCriteria_return_loop, {"Seq length of TpCallEventCriteriaResultSet","giop-parlay.csapi.getCriteria.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62581         {&hf_org_csapi_cc_mpccs_IpAppCallLeg_eventReportRes_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.eventReportRes.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62582         {&hf_org_csapi_cc_mpccs_IpAppCallLeg_eventReportErr_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.eventReportErr.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62583         {&hf_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaRes_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.attachMediaRes.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62584         {&hf_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaErr_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.attachMediaErr.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62585         {&hf_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaRes_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.detachMediaRes.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62586         {&hf_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaErr_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.detachMediaErr.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62587         {&hf_org_csapi_cc_mpccs_IpAppCallLeg_getInfoRes_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.getInfoRes.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62588         {&hf_org_csapi_cc_mpccs_IpAppCallLeg_getInfoErr_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.getInfoErr.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62589         {&hf_org_csapi_cc_mpccs_IpAppCallLeg_routeErr_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.routeErr.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62590         {&hf_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.superviseRes.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62591         {&hf_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes_report, {"report","giop-parlay.csapi.superviseRes.report",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62592         {&hf_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes_usedTime, {"usedTime","giop-parlay.csapi.superviseRes.usedTime",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62593         {&hf_org_csapi_cc_mpccs_IpAppCallLeg_superviseErr_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.superviseErr.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62594         {&hf_org_csapi_cc_mpccs_IpAppCallLeg_callLegEnded_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.callLegEnded.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62595         {&hf_org_csapi_cc_mpccs_IpAppCallLeg_callLegEnded_cause, {"cause","giop-parlay.csapi.callLegEnded.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpReleaseCause),0x0,NULL,HFILL}},
62596         {&hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createNotification_return, {"TpAssignmentID","giop-parlay.csapi.createNotification.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62597         {&hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_destroyNotification_assignmentID, {"assignmentID","giop-parlay.csapi.destroyNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62598         {&hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_changeNotification_assignmentID, {"assignmentID","giop-parlay.csapi.changeNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62599         {&hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification_return_loop, {"Seq length of TpNotificationRequestedSet","giop-parlay.csapi.getNotification.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62600         {&hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl_return, {"TpAssignmentID","giop-parlay.csapi.setCallLoadControl.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62601         {&hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl_duration, {"duration","giop-parlay.csapi.setCallLoadControl.duration",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62602         {&hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_enableNotifications_return, {"TpAssignmentID","giop-parlay.csapi.enableNotifications.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62603         {&hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNextNotification_reset, {"reset","giop-parlay.csapi.getNextNotification.reset",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
62604         {&hf_org_csapi_cc_mpccs_IpCallLeg_routeReq_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.routeReq.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62605         {&hf_org_csapi_cc_mpccs_IpCallLeg_routeReq_appInfo_loop, {"Seq length of appInfo","giop-parlay.csapi.routeReq.appInfo.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62606         {&hf_org_csapi_cc_mpccs_IpCallLeg_eventReportReq_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.eventReportReq.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62607         {&hf_org_csapi_cc_mpccs_IpCallLeg_eventReportReq_eventsRequested_loop, {"Seq length of eventsRequested","giop-parlay.csapi.eventReportReq.eventsRequested.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62608         {&hf_org_csapi_cc_mpccs_IpCallLeg_release_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.release.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62609         {&hf_org_csapi_cc_mpccs_IpCallLeg_release_cause, {"cause","giop-parlay.csapi.release.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpReleaseCause),0x0,NULL,HFILL}},
62610         {&hf_org_csapi_cc_mpccs_IpCallLeg_getInfoReq_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.getInfoReq.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62611         {&hf_org_csapi_cc_mpccs_IpCallLeg_getInfoReq_callLegInfoRequested, {"callLegInfoRequested","giop-parlay.csapi.getInfoReq.callLegInfoRequested",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62612         {&hf_org_csapi_cc_mpccs_IpCallLeg_getCall_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.getCall.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62613         {&hf_org_csapi_cc_mpccs_IpCallLeg_attachMediaReq_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.attachMediaReq.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62614         {&hf_org_csapi_cc_mpccs_IpCallLeg_detachMediaReq_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.detachMediaReq.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62615         {&hf_org_csapi_cc_mpccs_IpCallLeg_getCurrentDestinationAddress_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.getCurrentDestinationAddress.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62616         {&hf_org_csapi_cc_mpccs_IpCallLeg_continueProcessing_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.continueProcessing.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62617         {&hf_org_csapi_cc_mpccs_IpCallLeg_setChargePlan_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.setChargePlan.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62618         {&hf_org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.setAdviceOfCharge.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62619         {&hf_org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge_tariffSwitch, {"tariffSwitch","giop-parlay.csapi.setAdviceOfCharge.tariffSwitch",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62620         {&hf_org_csapi_cc_mpccs_IpCallLeg_superviseReq_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.superviseReq.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62621         {&hf_org_csapi_cc_mpccs_IpCallLeg_superviseReq_time, {"time","giop-parlay.csapi.superviseReq.time",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62622         {&hf_org_csapi_cc_mpccs_IpCallLeg_superviseReq_treatment, {"treatment","giop-parlay.csapi.superviseReq.treatment",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62623         {&hf_org_csapi_cc_mpccs_IpCallLeg_deassign_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.deassign.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62624         {&hf_org_csapi_cc_mpccs_IpCallLeg_getProperties_return_loop, {"Seq length of TpCallLegPropertyList","giop-parlay.csapi.getProperties.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62625         {&hf_org_csapi_cc_mpccs_IpCallLeg_getProperties_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.getProperties.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62626         {&hf_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames_loop, {"Seq length of propertyNames","giop-parlay.csapi.getProperties.propertyNames.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62627         {&hf_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames, {"propertyNames","giop-parlay.csapi.getProperties.propertyNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62628         {&hf_org_csapi_cc_mpccs_IpCallLeg_setProperties_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.setProperties.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62629         {&hf_org_csapi_cc_mpccs_IpCallLeg_setProperties_properties_loop, {"Seq length of properties","giop-parlay.csapi.setProperties.properties.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62630         {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoRes_callSessionID, {"callSessionID","giop-parlay.csapi.getInfoRes.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62631         {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoErr_callSessionID, {"callSessionID","giop-parlay.csapi.getInfoErr.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62632         {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes_callSessionID, {"callSessionID","giop-parlay.csapi.superviseRes.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62633         {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes_report, {"report","giop-parlay.csapi.superviseRes.report",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62634         {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes_usedTime, {"usedTime","giop-parlay.csapi.superviseRes.usedTime",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62635         {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseErr_callSessionID, {"callSessionID","giop-parlay.csapi.superviseErr.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62636         {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_callEnded_callSessionID, {"callSessionID","giop-parlay.csapi.callEnded.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62637         {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_createAndRouteCallLegErr_callSessionID, {"callSessionID","giop-parlay.csapi.createAndRouteCallLegErr.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62638         {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_return_loop, {"Seq length of TpCallLegIdentifierSet","giop-parlay.csapi.getCallLegs.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62639         {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_callSessionID, {"callSessionID","giop-parlay.csapi.getCallLegs.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62640         {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_createCallLeg_callSessionID, {"callSessionID","giop-parlay.csapi.createCallLeg.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62641         {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_callSessionID, {"callSessionID","giop-parlay.csapi.createAndRouteCallLegReq.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62642         {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_eventsRequested_loop, {"Seq length of eventsRequested","giop-parlay.csapi.createAndRouteCallLegReq.eventsRequested.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62643         {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_appInfo_loop, {"Seq length of appInfo","giop-parlay.csapi.createAndRouteCallLegReq.appInfo.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62644         {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_release_callSessionID, {"callSessionID","giop-parlay.csapi.release.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62645         {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_release_cause, {"cause","giop-parlay.csapi.release.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpReleaseCause),0x0,NULL,HFILL}},
62646         {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_deassignCall_callSessionID, {"callSessionID","giop-parlay.csapi.deassignCall.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62647         {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_getInfoReq_callSessionID, {"callSessionID","giop-parlay.csapi.getInfoReq.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62648         {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_getInfoReq_callInfoRequested, {"callInfoRequested","giop-parlay.csapi.getInfoReq.callInfoRequested",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62649         {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_setChargePlan_callSessionID, {"callSessionID","giop-parlay.csapi.setChargePlan.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62650         {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge_callSessionID, {"callSessionID","giop-parlay.csapi.setAdviceOfCharge.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62651         {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge_tariffSwitch, {"tariffSwitch","giop-parlay.csapi.setAdviceOfCharge.tariffSwitch",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62652         {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq_callSessionID, {"callSessionID","giop-parlay.csapi.superviseReq.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62653         {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq_time, {"time","giop-parlay.csapi.superviseReq.time",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62654         {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq_treatment, {"treatment","giop-parlay.csapi.superviseReq.treatment",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62655         {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_callLegReferenceSet_loop, {"Seq length of callLegReferenceSet","giop-parlay.csapi.reportNotification.callLegReferenceSet.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62656         {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_assignmentID, {"assignmentID","giop-parlay.csapi.reportNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62657         {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callAborted_callReference, {"callReference","giop-parlay.csapi.callAborted.callReference",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62658         {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadEncountered_assignmentID, {"assignmentID","giop-parlay.csapi.callOverloadEncountered.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62659         {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadCeased_assignmentID, {"assignmentID","giop-parlay.csapi.callOverloadCeased.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62660         {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet_loop, {"Seq length of callReferenceSet","giop-parlay.csapi.abortMultipleCalls.callReferenceSet.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62661         {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet, {"callReferenceSet","giop-parlay.csapi.abortMultipleCalls.callReferenceSet",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62662         {&hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes_callSessionID, {"callSessionID","giop-parlay.csapi.superviseVolumeRes.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62663         {&hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes_report, {"report","giop-parlay.csapi.superviseVolumeRes.report",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62664         {&hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes_qualityOfService, {"qualityOfService","giop-parlay.csapi.superviseVolumeRes.qualityOfService",FT_UINT32,BASE_DEC,VALS(org_csapi_TpDataSessionQosClass),0x0,NULL,HFILL}},
62665         {&hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeErr_callSessionID, {"callSessionID","giop-parlay.csapi.superviseVolumeErr.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62666         {&hf_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.mediaStreamMonitorRes.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62667         {&hf_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_streams_loop, {"Seq length of streams","giop-parlay.csapi.mediaStreamMonitorRes.streams.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62668         {&hf_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_type, {"type","giop-parlay.csapi.mediaStreamMonitorRes.type",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_mmccs_TpMediaStreamEventType),0x0,NULL,HFILL}},
62669         {&hf_org_csapi_cc_mmccs_IpMultiMediaStream_subtract_mediaStreamSessionID, {"mediaStreamSessionID","giop-parlay.csapi.subtract.mediaStreamSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62670         {&hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.mediaStreamAllow.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62671         {&hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList_loop, {"Seq length of mediaStreamList","giop-parlay.csapi.mediaStreamAllow.mediaStreamList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62672         {&hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList, {"mediaStreamList","giop-parlay.csapi.mediaStreamAllow.mediaStreamList",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62673         {&hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.mediaStreamMonitorReq.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62674         {&hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_mediaStreamEventCriteria_loop, {"Seq length of mediaStreamEventCriteria","giop-parlay.csapi.mediaStreamMonitorReq.mediaStreamEventCriteria.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62675         {&hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_return_loop, {"Seq length of TpMediaStreamSet","giop-parlay.csapi.getMediaStreams.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62676         {&hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.getMediaStreams.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62677         {&hf_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq_callSessionID, {"callSessionID","giop-parlay.csapi.superviseVolumeReq.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62678         {&hf_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq_treatment, {"treatment","giop-parlay.csapi.superviseVolumeReq.treatment",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62679         {&hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_callLegReferenceSet_loop, {"Seq length of callLegReferenceSet","giop-parlay.csapi.reportMediaNotification.callLegReferenceSet.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62680         {&hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_mediaStreams_loop, {"Seq length of mediaStreams","giop-parlay.csapi.reportMediaNotification.mediaStreams.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62681         {&hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_type, {"type","giop-parlay.csapi.reportMediaNotification.type",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_mmccs_TpMediaStreamEventType),0x0,NULL,HFILL}},
62682         {&hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_qualityOfService, {"qualityOfService","giop-parlay.csapi.reportMediaNotification.qualityOfService",FT_UINT32,BASE_DEC,VALS(org_csapi_TpDataSessionQosClass),0x0,NULL,HFILL}},
62683         {&hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_assignmentID, {"assignmentID","giop-parlay.csapi.reportMediaNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62684         {&hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_createMediaNotification_return, {"TpAssignmentID","giop-parlay.csapi.createMediaNotification.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62685         {&hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_destroyMediaNotification_assignmentID, {"assignmentID","giop-parlay.csapi.destroyMediaNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62686         {&hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_changeMediaNotification_assignmentID, {"assignmentID","giop-parlay.csapi.changeMediaNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62687         {&hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification_return_loop, {"Seq length of TpMediaNotificationRequestedSet","giop-parlay.csapi.getMediaNotification.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62688         {&hf_org_csapi_cc_cccs_IpAppSubConfCall_chairSelection_subConferenceSessionID, {"subConferenceSessionID","giop-parlay.csapi.chairSelection.subConferenceSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62689         {&hf_org_csapi_cc_cccs_IpAppSubConfCall_chairSelection_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.chairSelection.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62690         {&hf_org_csapi_cc_cccs_IpAppSubConfCall_floorRequest_subConferenceSessionID, {"subConferenceSessionID","giop-parlay.csapi.floorRequest.subConferenceSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62691         {&hf_org_csapi_cc_cccs_IpAppSubConfCall_floorRequest_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.floorRequest.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62692         {&hf_org_csapi_cc_cccs_IpAppConfCall_partyJoined_conferenceSessionID, {"conferenceSessionID","giop-parlay.csapi.partyJoined.conferenceSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62693         {&hf_org_csapi_cc_cccs_IpAppConfCall_leaveMonitorRes_conferenceSessionID, {"conferenceSessionID","giop-parlay.csapi.leaveMonitorRes.conferenceSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62694         {&hf_org_csapi_cc_cccs_IpAppConfCall_leaveMonitorRes_callLeg, {"callLeg","giop-parlay.csapi.leaveMonitorRes.callLeg",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62695         {&hf_org_csapi_cc_cccs_IpConfCallControlManager_createConference_numberOfSubConferences, {"numberOfSubConferences","giop-parlay.csapi.createConference.numberOfSubConferences",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62696         {&hf_org_csapi_cc_cccs_IpConfCallControlManager_createConference_numberOfParticipants, {"numberOfParticipants","giop-parlay.csapi.createConference.numberOfParticipants",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62697         {&hf_org_csapi_cc_cccs_IpConfCallControlManager_createConference_duration, {"duration","giop-parlay.csapi.createConference.duration",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62698         {&hf_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources_startTime, {"startTime","giop-parlay.csapi.reserveResources.startTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62699         {&hf_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources_numberOfParticipants, {"numberOfParticipants","giop-parlay.csapi.reserveResources.numberOfParticipants",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62700         {&hf_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources_duration, {"duration","giop-parlay.csapi.reserveResources.duration",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62701         {&hf_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_subConferenceSessionID, {"subConferenceSessionID","giop-parlay.csapi.splitSubConference.subConferenceSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62702         {&hf_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList_loop, {"Seq length of callLegList","giop-parlay.csapi.splitSubConference.callLegList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62703         {&hf_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList, {"callLegList","giop-parlay.csapi.splitSubConference.callLegList",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62704         {&hf_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference_subConferenceCallSessionID, {"subConferenceCallSessionID","giop-parlay.csapi.mergeSubConference.subConferenceCallSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62705         {&hf_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference_targetSubConferenceCall, {"targetSubConferenceCall","giop-parlay.csapi.mergeSubConference.targetSubConferenceCall",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62706         {&hf_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg_subConferenceCallSessionID, {"subConferenceCallSessionID","giop-parlay.csapi.moveCallLeg.subConferenceCallSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62707         {&hf_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg_targetSubConferenceCall, {"targetSubConferenceCall","giop-parlay.csapi.moveCallLeg.targetSubConferenceCall",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62708         {&hf_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg_callLeg, {"callLeg","giop-parlay.csapi.moveCallLeg.callLeg",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62709         {&hf_org_csapi_cc_cccs_IpSubConfCall_inspectVideo_subConferenceSessionID, {"subConferenceSessionID","giop-parlay.csapi.inspectVideo.subConferenceSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62710         {&hf_org_csapi_cc_cccs_IpSubConfCall_inspectVideo_inspectedCallLeg, {"inspectedCallLeg","giop-parlay.csapi.inspectVideo.inspectedCallLeg",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62711         {&hf_org_csapi_cc_cccs_IpSubConfCall_inspectVideoCancel_subConferenceSessionID, {"subConferenceSessionID","giop-parlay.csapi.inspectVideoCancel.subConferenceSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62712         {&hf_org_csapi_cc_cccs_IpSubConfCall_appointSpeaker_subConferenceSessionID, {"subConferenceSessionID","giop-parlay.csapi.appointSpeaker.subConferenceSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62713         {&hf_org_csapi_cc_cccs_IpSubConfCall_appointSpeaker_speakerCallLeg, {"speakerCallLeg","giop-parlay.csapi.appointSpeaker.speakerCallLeg",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62714         {&hf_org_csapi_cc_cccs_IpSubConfCall_chairSelection_subConferenceSessionID, {"subConferenceSessionID","giop-parlay.csapi.chairSelection.subConferenceSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62715         {&hf_org_csapi_cc_cccs_IpSubConfCall_chairSelection_chairCallLeg, {"chairCallLeg","giop-parlay.csapi.chairSelection.chairCallLeg",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62716         {&hf_org_csapi_cc_cccs_IpSubConfCall_changeConferencePolicy_subConferenceSessionID, {"subConferenceSessionID","giop-parlay.csapi.changeConferencePolicy.subConferenceSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62717         {&hf_org_csapi_cc_cccs_IpConfCall_getSubConferences_return_loop, {"Seq length of TpSubConfCallIdentifierSet","giop-parlay.csapi.getSubConferences.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62718         {&hf_org_csapi_cc_cccs_IpConfCall_getSubConferences_conferenceSessionID, {"conferenceSessionID","giop-parlay.csapi.getSubConferences.conferenceSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62719         {&hf_org_csapi_cc_cccs_IpConfCall_createSubConference_conferenceSessionID, {"conferenceSessionID","giop-parlay.csapi.createSubConference.conferenceSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62720         {&hf_org_csapi_cc_cccs_IpConfCall_leaveMonitorReq_conferenceSessionID, {"conferenceSessionID","giop-parlay.csapi.leaveMonitorReq.conferenceSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62721         {&hf_org_csapi_cc_cccs_IpConfCall_getConferenceAddress_conferenceSessionID, {"conferenceSessionID","giop-parlay.csapi.getConferenceAddress.conferenceSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62722         {&hf_org_csapi_ui_IpAppUI_sendInfoRes_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.sendInfoRes.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62723         {&hf_org_csapi_ui_IpAppUI_sendInfoRes_assignmentID, {"assignmentID","giop-parlay.csapi.sendInfoRes.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62724         {&hf_org_csapi_ui_IpAppUI_sendInfoRes_response, {"response","giop-parlay.csapi.sendInfoRes.response",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIReport),0x0,NULL,HFILL}},
62725         {&hf_org_csapi_ui_IpAppUI_sendInfoErr_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.sendInfoErr.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62726         {&hf_org_csapi_ui_IpAppUI_sendInfoErr_assignmentID, {"assignmentID","giop-parlay.csapi.sendInfoErr.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62727         {&hf_org_csapi_ui_IpAppUI_sendInfoErr_error, {"error","giop-parlay.csapi.sendInfoErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIError),0x0,NULL,HFILL}},
62728         {&hf_org_csapi_ui_IpAppUI_sendInfoAndCollectRes_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.sendInfoAndCollectRes.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62729         {&hf_org_csapi_ui_IpAppUI_sendInfoAndCollectRes_assignmentID, {"assignmentID","giop-parlay.csapi.sendInfoAndCollectRes.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62730         {&hf_org_csapi_ui_IpAppUI_sendInfoAndCollectRes_response, {"response","giop-parlay.csapi.sendInfoAndCollectRes.response",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIReport),0x0,NULL,HFILL}},
62731         {&hf_org_csapi_ui_IpAppUI_sendInfoAndCollectRes_collectedInfo, {"collectedInfo","giop-parlay.csapi.sendInfoAndCollectRes.collectedInfo",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62732         {&hf_org_csapi_ui_IpAppUI_sendInfoAndCollectErr_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.sendInfoAndCollectErr.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62733         {&hf_org_csapi_ui_IpAppUI_sendInfoAndCollectErr_assignmentID, {"assignmentID","giop-parlay.csapi.sendInfoAndCollectErr.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62734         {&hf_org_csapi_ui_IpAppUI_sendInfoAndCollectErr_error, {"error","giop-parlay.csapi.sendInfoAndCollectErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIError),0x0,NULL,HFILL}},
62735         {&hf_org_csapi_ui_IpAppUI_userInteractionFaultDetected_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.userInteractionFaultDetected.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62736         {&hf_org_csapi_ui_IpAppUI_userInteractionFaultDetected_fault, {"fault","giop-parlay.csapi.userInteractionFaultDetected.fault",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIFault),0x0,NULL,HFILL}},
62737         {&hf_org_csapi_ui_IpAppUICall_recordMessageRes_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.recordMessageRes.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62738         {&hf_org_csapi_ui_IpAppUICall_recordMessageRes_assignmentID, {"assignmentID","giop-parlay.csapi.recordMessageRes.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62739         {&hf_org_csapi_ui_IpAppUICall_recordMessageRes_response, {"response","giop-parlay.csapi.recordMessageRes.response",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIReport),0x0,NULL,HFILL}},
62740         {&hf_org_csapi_ui_IpAppUICall_recordMessageRes_messageID, {"messageID","giop-parlay.csapi.recordMessageRes.messageID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62741         {&hf_org_csapi_ui_IpAppUICall_recordMessageErr_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.recordMessageErr.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62742         {&hf_org_csapi_ui_IpAppUICall_recordMessageErr_assignmentID, {"assignmentID","giop-parlay.csapi.recordMessageErr.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62743         {&hf_org_csapi_ui_IpAppUICall_recordMessageErr_error, {"error","giop-parlay.csapi.recordMessageErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIError),0x0,NULL,HFILL}},
62744         {&hf_org_csapi_ui_IpAppUICall_deleteMessageRes_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.deleteMessageRes.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62745         {&hf_org_csapi_ui_IpAppUICall_deleteMessageRes_response, {"response","giop-parlay.csapi.deleteMessageRes.response",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIReport),0x0,NULL,HFILL}},
62746         {&hf_org_csapi_ui_IpAppUICall_deleteMessageRes_assignmentID, {"assignmentID","giop-parlay.csapi.deleteMessageRes.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62747         {&hf_org_csapi_ui_IpAppUICall_deleteMessageErr_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.deleteMessageErr.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62748         {&hf_org_csapi_ui_IpAppUICall_deleteMessageErr_error, {"error","giop-parlay.csapi.deleteMessageErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIError),0x0,NULL,HFILL}},
62749         {&hf_org_csapi_ui_IpAppUICall_deleteMessageErr_assignmentID, {"assignmentID","giop-parlay.csapi.deleteMessageErr.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62750         {&hf_org_csapi_ui_IpAppUICall_abortActionRes_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.abortActionRes.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62751         {&hf_org_csapi_ui_IpAppUICall_abortActionRes_assignmentID, {"assignmentID","giop-parlay.csapi.abortActionRes.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62752         {&hf_org_csapi_ui_IpAppUICall_abortActionErr_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.abortActionErr.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62753         {&hf_org_csapi_ui_IpAppUICall_abortActionErr_assignmentID, {"assignmentID","giop-parlay.csapi.abortActionErr.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62754         {&hf_org_csapi_ui_IpAppUICall_abortActionErr_error, {"error","giop-parlay.csapi.abortActionErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIError),0x0,NULL,HFILL}},
62755         {&hf_org_csapi_ui_IpAppUICall_getMessageRes_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.getMessageRes.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62756         {&hf_org_csapi_ui_IpAppUICall_getMessageRes_assignmentID, {"assignmentID","giop-parlay.csapi.getMessageRes.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62757         {&hf_org_csapi_ui_IpAppUICall_getMessageErr_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.getMessageErr.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62758         {&hf_org_csapi_ui_IpAppUICall_getMessageErr_assignmentID, {"assignmentID","giop-parlay.csapi.getMessageErr.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62759         {&hf_org_csapi_ui_IpAppUICall_getMessageErr_error, {"error","giop-parlay.csapi.getMessageErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIError),0x0,NULL,HFILL}},
62760         {&hf_org_csapi_ui_IpAppUIManager_reportEventNotification_assignmentID, {"assignmentID","giop-parlay.csapi.reportEventNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62761         {&hf_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions_userInteractionSet_loop, {"Seq length of userInteractionSet","giop-parlay.csapi.abortMultipleUserInteractions.userInteractionSet.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62762         {&hf_org_csapi_ui_IpUI_sendInfoReq_return, {"TpAssignmentID","giop-parlay.csapi.sendInfoReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62763         {&hf_org_csapi_ui_IpUI_sendInfoReq_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.sendInfoReq.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62764         {&hf_org_csapi_ui_IpUI_sendInfoReq_language, {"language","giop-parlay.csapi.sendInfoReq.language",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62765         {&hf_org_csapi_ui_IpUI_sendInfoReq_variableInfo_loop, {"Seq length of variableInfo","giop-parlay.csapi.sendInfoReq.variableInfo.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62766         {&hf_org_csapi_ui_IpUI_sendInfoReq_repeatIndicator, {"repeatIndicator","giop-parlay.csapi.sendInfoReq.repeatIndicator",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62767         {&hf_org_csapi_ui_IpUI_sendInfoReq_responseRequested, {"responseRequested","giop-parlay.csapi.sendInfoReq.responseRequested",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62768         {&hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_return, {"TpAssignmentID","giop-parlay.csapi.sendInfoAndCollectReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62769         {&hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.sendInfoAndCollectReq.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62770         {&hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_language, {"language","giop-parlay.csapi.sendInfoAndCollectReq.language",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62771         {&hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_variableInfo_loop, {"Seq length of variableInfo","giop-parlay.csapi.sendInfoAndCollectReq.variableInfo.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62772         {&hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_responseRequested, {"responseRequested","giop-parlay.csapi.sendInfoAndCollectReq.responseRequested",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62773         {&hf_org_csapi_ui_IpUI_release_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.release.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62774         {&hf_org_csapi_ui_IpUI_setOriginatingAddress_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.setOriginatingAddress.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62775         {&hf_org_csapi_ui_IpUI_setOriginatingAddress_origin, {"origin","giop-parlay.csapi.setOriginatingAddress.origin",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62776         {&hf_org_csapi_ui_IpUI_getOriginatingAddress_return, {"TpString","giop-parlay.csapi.getOriginatingAddress.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62777         {&hf_org_csapi_ui_IpUI_getOriginatingAddress_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.getOriginatingAddress.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62778         {&hf_org_csapi_ui_IpUICall_recordMessageReq_return, {"TpAssignmentID","giop-parlay.csapi.recordMessageReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62779         {&hf_org_csapi_ui_IpUICall_recordMessageReq_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.recordMessageReq.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62780         {&hf_org_csapi_ui_IpUICall_deleteMessageReq_return, {"TpAssignmentID","giop-parlay.csapi.deleteMessageReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62781         {&hf_org_csapi_ui_IpUICall_deleteMessageReq_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.deleteMessageReq.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62782         {&hf_org_csapi_ui_IpUICall_deleteMessageReq_messageID, {"messageID","giop-parlay.csapi.deleteMessageReq.messageID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62783         {&hf_org_csapi_ui_IpUICall_abortActionReq_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.abortActionReq.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62784         {&hf_org_csapi_ui_IpUICall_abortActionReq_assignmentID, {"assignmentID","giop-parlay.csapi.abortActionReq.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62785         {&hf_org_csapi_ui_IpUICall_getMessageReq_return, {"TpAssignmentID","giop-parlay.csapi.getMessageReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62786         {&hf_org_csapi_ui_IpUICall_getMessageReq_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.getMessageReq.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62787         {&hf_org_csapi_ui_IpUICall_getMessageReq_messageID, {"messageID","giop-parlay.csapi.getMessageReq.messageID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62788         {&hf_org_csapi_ui_IpUIManager_createNotification_return, {"TpAssignmentID","giop-parlay.csapi.createNotification.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62789         {&hf_org_csapi_ui_IpUIManager_destroyNotification_assignmentID, {"assignmentID","giop-parlay.csapi.destroyNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62790         {&hf_org_csapi_ui_IpUIManager_changeNotification_assignmentID, {"assignmentID","giop-parlay.csapi.changeNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62791         {&hf_org_csapi_ui_IpUIManager_getNotification_return_loop, {"Seq length of TpUIEventCriteriaResultSet","giop-parlay.csapi.getNotification.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62792         {&hf_org_csapi_ui_IpUIManager_enableNotifications_return, {"TpAssignmentID","giop-parlay.csapi.enableNotifications.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62793         {&hf_org_csapi_ui_IpAppUIAdminManager_getMessageRes_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.getMessageRes.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62794         {&hf_org_csapi_ui_IpAppUIAdminManager_getMessageRes_assignmentID, {"assignmentID","giop-parlay.csapi.getMessageRes.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62795         {&hf_org_csapi_ui_IpAppUIAdminManager_getMessageErr_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.getMessageErr.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62796         {&hf_org_csapi_ui_IpAppUIAdminManager_getMessageErr_assignmentID, {"assignmentID","giop-parlay.csapi.getMessageErr.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62797         {&hf_org_csapi_ui_IpAppUIAdminManager_getMessageErr_error, {"error","giop-parlay.csapi.getMessageErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIError),0x0,NULL,HFILL}},
62798         {&hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.deleteMessageRes.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62799         {&hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes_response, {"response","giop-parlay.csapi.deleteMessageRes.response",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIReport),0x0,NULL,HFILL}},
62800         {&hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes_assignmentID, {"assignmentID","giop-parlay.csapi.deleteMessageRes.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62801         {&hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.deleteMessageErr.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62802         {&hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr_error, {"error","giop-parlay.csapi.deleteMessageErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIError),0x0,NULL,HFILL}},
62803         {&hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr_assignmentID, {"assignmentID","giop-parlay.csapi.deleteMessageErr.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62804         {&hf_org_csapi_ui_IpAppUIAdminManager_putMessageRes_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.putMessageRes.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62805         {&hf_org_csapi_ui_IpAppUIAdminManager_putMessageRes_assignmentID, {"assignmentID","giop-parlay.csapi.putMessageRes.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62806         {&hf_org_csapi_ui_IpAppUIAdminManager_putMessageRes_messageID, {"messageID","giop-parlay.csapi.putMessageRes.messageID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62807         {&hf_org_csapi_ui_IpAppUIAdminManager_putMessageErr_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.putMessageErr.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62808         {&hf_org_csapi_ui_IpAppUIAdminManager_putMessageErr_assignmentID, {"assignmentID","giop-parlay.csapi.putMessageErr.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62809         {&hf_org_csapi_ui_IpAppUIAdminManager_putMessageErr_error, {"error","giop-parlay.csapi.putMessageErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIError),0x0,NULL,HFILL}},
62810         {&hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.getMessageListRes.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62811         {&hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_assignmentID, {"assignmentID","giop-parlay.csapi.getMessageListRes.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62812         {&hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList_loop, {"Seq length of messageIDList","giop-parlay.csapi.getMessageListRes.messageIDList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62813         {&hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList, {"messageIDList","giop-parlay.csapi.getMessageListRes.messageIDList",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62814         {&hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_final, {"final","giop-parlay.csapi.getMessageListRes.final",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
62815         {&hf_org_csapi_ui_IpAppUIAdminManager_getMessageListErr_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.getMessageListErr.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62816         {&hf_org_csapi_ui_IpAppUIAdminManager_getMessageListErr_assignmentID, {"assignmentID","giop-parlay.csapi.getMessageListErr.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62817         {&hf_org_csapi_ui_IpAppUIAdminManager_getMessageListErr_error, {"error","giop-parlay.csapi.getMessageListErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIError),0x0,NULL,HFILL}},
62818         {&hf_org_csapi_ui_IpUIAdminManager_getMessageReq_return, {"TpAssignmentID","giop-parlay.csapi.getMessageReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62819         {&hf_org_csapi_ui_IpUIAdminManager_getMessageReq_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.getMessageReq.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62820         {&hf_org_csapi_ui_IpUIAdminManager_getMessageReq_messageID, {"messageID","giop-parlay.csapi.getMessageReq.messageID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62821         {&hf_org_csapi_ui_IpUIAdminManager_putMessageReq_return, {"TpAssignmentID","giop-parlay.csapi.putMessageReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62822         {&hf_org_csapi_ui_IpUIAdminManager_putMessageReq_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.putMessageReq.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62823         {&hf_org_csapi_ui_IpUIAdminManager_deleteMessageReq_return, {"TpAssignmentID","giop-parlay.csapi.deleteMessageReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62824         {&hf_org_csapi_ui_IpUIAdminManager_deleteMessageReq_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.deleteMessageReq.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62825         {&hf_org_csapi_ui_IpUIAdminManager_deleteMessageReq_messageID, {"messageID","giop-parlay.csapi.deleteMessageReq.messageID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62826         {&hf_org_csapi_ui_IpUIAdminManager_getMessageListReq_return, {"TpAssignmentID","giop-parlay.csapi.getMessageListReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62827         {&hf_org_csapi_ui_IpUIAdminManager_getMessageListReq_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.getMessageListReq.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62828         {&hf_org_csapi_ui_IpUIAdminManager_getMessageListReq_reset, {"reset","giop-parlay.csapi.getMessageListReq.reset",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
62829         {&hf_org_csapi_mm_ul_IpAppUserLocation_locationReportRes_assignmentId, {"assignmentId","giop-parlay.csapi.locationReportRes.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62830         {&hf_org_csapi_mm_ul_IpAppUserLocation_locationReportRes_locations_loop, {"Seq length of locations","giop-parlay.csapi.locationReportRes.locations.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62831         {&hf_org_csapi_mm_ul_IpAppUserLocation_locationReportErr_assignmentId, {"assignmentId","giop-parlay.csapi.locationReportErr.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62832         {&hf_org_csapi_mm_ul_IpAppUserLocation_locationReportErr_cause, {"cause","giop-parlay.csapi.locationReportErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
62833         {&hf_org_csapi_mm_ul_IpAppUserLocation_locationReportErr_diagnostic, {"diagnostic","giop-parlay.csapi.locationReportErr.diagnostic",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityDiagnostic),0x0,NULL,HFILL}},
62834         {&hf_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_assignmentId, {"assignmentId","giop-parlay.csapi.extendedLocationReportRes.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62835         {&hf_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_locations_loop, {"Seq length of locations","giop-parlay.csapi.extendedLocationReportRes.locations.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62836         {&hf_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr_assignmentId, {"assignmentId","giop-parlay.csapi.extendedLocationReportErr.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62837         {&hf_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr_cause, {"cause","giop-parlay.csapi.extendedLocationReportErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
62838         {&hf_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr_diagnostic, {"diagnostic","giop-parlay.csapi.extendedLocationReportErr.diagnostic",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityDiagnostic),0x0,NULL,HFILL}},
62839         {&hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_assignmentId, {"assignmentId","giop-parlay.csapi.periodicLocationReport.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62840         {&hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_locations_loop, {"Seq length of locations","giop-parlay.csapi.periodicLocationReport.locations.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62841         {&hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr_assignmentId, {"assignmentId","giop-parlay.csapi.periodicLocationReportErr.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62842         {&hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr_cause, {"cause","giop-parlay.csapi.periodicLocationReportErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
62843         {&hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr_diagnostic, {"diagnostic","giop-parlay.csapi.periodicLocationReportErr.diagnostic",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityDiagnostic),0x0,NULL,HFILL}},
62844         {&hf_org_csapi_mm_ul_IpUserLocation_locationReportReq_return, {"TpAssignmentID","giop-parlay.csapi.locationReportReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62845         {&hf_org_csapi_mm_ul_IpUserLocation_locationReportReq_users_loop, {"Seq length of users","giop-parlay.csapi.locationReportReq.users.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62846         {&hf_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_return, {"TpAssignmentID","giop-parlay.csapi.extendedLocationReportReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62847         {&hf_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_users_loop, {"Seq length of users","giop-parlay.csapi.extendedLocationReportReq.users.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62848         {&hf_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_return, {"TpAssignmentID","giop-parlay.csapi.periodicLocationReportingStartReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62849         {&hf_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_users_loop, {"Seq length of users","giop-parlay.csapi.periodicLocationReportingStartReq.users.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62850         {&hf_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_reportingInterval, {"reportingInterval","giop-parlay.csapi.periodicLocationReportingStartReq.reportingInterval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62851         {&hf_org_csapi_mm_ul_IpUserLocation_getNextPeriodicLocationRequest_reset, {"reset","giop-parlay.csapi.getNextPeriodicLocationRequest.reset",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
62852         {&hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReport_assignmentId, {"assignmentId","giop-parlay.csapi.triggeredLocationReport.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62853         {&hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReport_criterion, {"criterion","giop-parlay.csapi.triggeredLocationReport.criterion",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpLocationTriggerCriteria),0x0,NULL,HFILL}},
62854         {&hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr_assignmentId, {"assignmentId","giop-parlay.csapi.triggeredLocationReportErr.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62855         {&hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr_cause, {"cause","giop-parlay.csapi.triggeredLocationReportErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
62856         {&hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr_diagnostic, {"diagnostic","giop-parlay.csapi.triggeredLocationReportErr.diagnostic",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityDiagnostic),0x0,NULL,HFILL}},
62857         {&hf_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_return, {"TpAssignmentID","giop-parlay.csapi.triggeredLocationReportingStartReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62858         {&hf_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_users_loop, {"Seq length of users","giop-parlay.csapi.triggeredLocationReportingStartReq.users.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62859         {&hf_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_triggers_loop, {"Seq length of triggers","giop-parlay.csapi.triggeredLocationReportingStartReq.triggers.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62860         {&hf_org_csapi_mm_ul_IpTriggeredUserLocation_getNextTriggeredLocationRequest_reset, {"reset","giop-parlay.csapi.getNextTriggeredLocationRequest.reset",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
62861         {&hf_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_assignmentId, {"assignmentId","giop-parlay.csapi.locationReportRes.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62862         {&hf_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_locations_loop, {"Seq length of locations","giop-parlay.csapi.locationReportRes.locations.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62863         {&hf_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr_assignmentId, {"assignmentId","giop-parlay.csapi.locationReportErr.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62864         {&hf_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr_cause, {"cause","giop-parlay.csapi.locationReportErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
62865         {&hf_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr_diagnostic, {"diagnostic","giop-parlay.csapi.locationReportErr.diagnostic",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityDiagnostic),0x0,NULL,HFILL}},
62866         {&hf_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_assignmentId, {"assignmentId","giop-parlay.csapi.periodicLocationReport.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62867         {&hf_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_locations_loop, {"Seq length of locations","giop-parlay.csapi.periodicLocationReport.locations.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62868         {&hf_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr_assignmentId, {"assignmentId","giop-parlay.csapi.periodicLocationReportErr.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62869         {&hf_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr_cause, {"cause","giop-parlay.csapi.periodicLocationReportErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
62870         {&hf_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr_diagnostic, {"diagnostic","giop-parlay.csapi.periodicLocationReportErr.diagnostic",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityDiagnostic),0x0,NULL,HFILL}},
62871         {&hf_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReport_assignmentId, {"assignmentId","giop-parlay.csapi.triggeredLocationReport.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62872         {&hf_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr_assignmentId, {"assignmentId","giop-parlay.csapi.triggeredLocationReportErr.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62873         {&hf_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr_cause, {"cause","giop-parlay.csapi.triggeredLocationReportErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
62874         {&hf_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr_diagnostic, {"diagnostic","giop-parlay.csapi.triggeredLocationReportErr.diagnostic",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityDiagnostic),0x0,NULL,HFILL}},
62875         {&hf_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_return, {"TpAssignmentID","giop-parlay.csapi.locationReportReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62876         {&hf_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_users_loop, {"Seq length of users","giop-parlay.csapi.locationReportReq.users.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62877         {&hf_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_return, {"TpAssignmentID","giop-parlay.csapi.periodicLocationReportingStartReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62878         {&hf_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_users_loop, {"Seq length of users","giop-parlay.csapi.periodicLocationReportingStartReq.users.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62879         {&hf_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_reportingInterval, {"reportingInterval","giop-parlay.csapi.periodicLocationReportingStartReq.reportingInterval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62880         {&hf_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_return, {"TpAssignmentID","giop-parlay.csapi.triggeredLocationReportingStartReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62881         {&hf_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_users_loop, {"Seq length of users","giop-parlay.csapi.triggeredLocationReportingStartReq.users.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62882         {&hf_org_csapi_mm_ulc_IpUserLocationCamel_getNextPeriodicLocationRequest_reset, {"reset","giop-parlay.csapi.getNextPeriodicLocationRequest.reset",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
62883         {&hf_org_csapi_mm_ulc_IpUserLocationCamel_getNextTriggeredLocationRequest_reset, {"reset","giop-parlay.csapi.getNextTriggeredLocationRequest.reset",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
62884         {&hf_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReport_assignmentId, {"assignmentId","giop-parlay.csapi.emergencyLocationReport.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62885         {&hf_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr_assignmentId, {"assignmentId","giop-parlay.csapi.emergencyLocationReportErr.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62886         {&hf_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr_cause, {"cause","giop-parlay.csapi.emergencyLocationReportErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
62887         {&hf_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr_diagnostic, {"diagnostic","giop-parlay.csapi.emergencyLocationReportErr.diagnostic",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityDiagnostic),0x0,NULL,HFILL}},
62888         {&hf_org_csapi_mm_ule_IpUserLocationEmergency_emergencyLocationReportReq_return, {"TpAssignmentID","giop-parlay.csapi.emergencyLocationReportReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62889         {&hf_org_csapi_mm_ule_IpUserLocationEmergency_subscribeEmergencyLocationReports_return, {"TpAssignmentID","giop-parlay.csapi.subscribeEmergencyLocationReports.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62890         {&hf_org_csapi_mm_ule_IpUserLocationEmergency_unSubscribeEmergencyLocationReports_assignmentId, {"assignmentId","giop-parlay.csapi.unSubscribeEmergencyLocationReports.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62891         {&hf_org_csapi_mm_us_IpAppUserStatus_statusReportRes_assignmentId, {"assignmentId","giop-parlay.csapi.statusReportRes.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62892         {&hf_org_csapi_mm_us_IpAppUserStatus_statusReportRes_status_loop, {"Seq length of status","giop-parlay.csapi.statusReportRes.status.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62893         {&hf_org_csapi_mm_us_IpAppUserStatus_statusReportErr_assignmentId, {"assignmentId","giop-parlay.csapi.statusReportErr.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62894         {&hf_org_csapi_mm_us_IpAppUserStatus_statusReportErr_cause, {"cause","giop-parlay.csapi.statusReportErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
62895         {&hf_org_csapi_mm_us_IpAppUserStatus_statusReportErr_diagnostic, {"diagnostic","giop-parlay.csapi.statusReportErr.diagnostic",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityDiagnostic),0x0,NULL,HFILL}},
62896         {&hf_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReport_assignmentId, {"assignmentId","giop-parlay.csapi.triggeredStatusReport.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62897         {&hf_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr_assignmentId, {"assignmentId","giop-parlay.csapi.triggeredStatusReportErr.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62898         {&hf_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr_cause, {"cause","giop-parlay.csapi.triggeredStatusReportErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
62899         {&hf_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr_diagnostic, {"diagnostic","giop-parlay.csapi.triggeredStatusReportErr.diagnostic",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityDiagnostic),0x0,NULL,HFILL}},
62900         {&hf_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_assignmentId, {"assignmentId","giop-parlay.csapi.extendedStatusReportRes.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62901         {&hf_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_status_loop, {"Seq length of status","giop-parlay.csapi.extendedStatusReportRes.status.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62902         {&hf_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr_assignmentId, {"assignmentId","giop-parlay.csapi.extendedStatusReportErr.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62903         {&hf_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr_cause, {"cause","giop-parlay.csapi.extendedStatusReportErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
62904         {&hf_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr_diagnostic, {"diagnostic","giop-parlay.csapi.extendedStatusReportErr.diagnostic",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityDiagnostic),0x0,NULL,HFILL}},
62905         {&hf_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReport_assignmentId, {"assignmentId","giop-parlay.csapi.extTriggeredStatusReport.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62906         {&hf_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr_assignmentId, {"assignmentId","giop-parlay.csapi.extTriggeredStatusReportErr.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62907         {&hf_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr_cause, {"cause","giop-parlay.csapi.extTriggeredStatusReportErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
62908         {&hf_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr_diagnostic, {"diagnostic","giop-parlay.csapi.extTriggeredStatusReportErr.diagnostic",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityDiagnostic),0x0,NULL,HFILL}},
62909         {&hf_org_csapi_mm_us_IpUserStatus_statusReportReq_return, {"TpAssignmentID","giop-parlay.csapi.statusReportReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62910         {&hf_org_csapi_mm_us_IpUserStatus_statusReportReq_users_loop, {"Seq length of users","giop-parlay.csapi.statusReportReq.users.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62911         {&hf_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_return, {"TpAssignmentID","giop-parlay.csapi.triggeredStatusReportingStartReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62912         {&hf_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_users_loop, {"Seq length of users","giop-parlay.csapi.triggeredStatusReportingStartReq.users.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62913         {&hf_org_csapi_mm_us_IpUserStatus_getNextTriggeredStatusRequest_reset, {"reset","giop-parlay.csapi.getNextTriggeredStatusRequest.reset",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
62914         {&hf_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_return, {"TpAssignmentID","giop-parlay.csapi.extendedStatusReportReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62915         {&hf_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_users_loop, {"Seq length of users","giop-parlay.csapi.extendedStatusReportReq.users.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62916         {&hf_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_return, {"TpAssignmentID","giop-parlay.csapi.extTriggeredStatusReportingStartReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62917         {&hf_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_users_loop, {"Seq length of users","giop-parlay.csapi.extTriggeredStatusReportingStartReq.users.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62918         {&hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return_loop, {"Seq length of TpBindingSet","giop-parlay.csapi.triggeredBindingRequestNotification.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62919         {&hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_assignmentId, {"assignmentId","giop-parlay.csapi.triggeredBindingRequestNotification.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62920         {&hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation_loop, {"Seq length of contactInformation","giop-parlay.csapi.triggeredBindingRequestNotification.contactInformation.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62921         {&hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr_assignmentId, {"assignmentId","giop-parlay.csapi.triggeredBindingRequestNotificationStartErr.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62922         {&hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr_cause, {"cause","giop-parlay.csapi.triggeredBindingRequestNotificationStartErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
62923         {&hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr_diagnostic, {"diagnostic","giop-parlay.csapi.triggeredBindingRequestNotificationStartErr.diagnostic",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityDiagnostic),0x0,NULL,HFILL}},
62924         {&hf_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_return, {"TpAssignmentID","giop-parlay.csapi.triggeredBindingRequestNotificationStartReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62925         {&hf_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_users_loop, {"Seq length of users","giop-parlay.csapi.triggeredBindingRequestNotificationStartReq.users.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62926         {&hf_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_criteria_loop, {"Seq length of criteria","giop-parlay.csapi.triggeredBindingRequestNotificationStartReq.criteria.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62927         {&hf_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStop_assignmentId, {"assignmentId","giop-parlay.csapi.triggeredBindingRequestNotificationStop.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62928         {&hf_org_csapi_termcap_IpTerminalCapabilities_getTerminalCapabilities_terminalIdentity, {"terminalIdentity","giop-parlay.csapi.getTerminalCapabilities.terminalIdentity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62929         {&hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_assignmentID, {"assignmentID","giop-parlay.csapi.triggeredTerminalCapabilityReport.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62930         {&hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_terminals_loop, {"Seq length of terminals","giop-parlay.csapi.triggeredTerminalCapabilityReport.terminals.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62931         {&hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_criteria, {"criteria","giop-parlay.csapi.triggeredTerminalCapabilityReport.criteria",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62932         {&hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_assignmentId, {"assignmentId","giop-parlay.csapi.triggeredTerminalCapabilityReportErr.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62933         {&hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_terminals_loop, {"Seq length of terminals","giop-parlay.csapi.triggeredTerminalCapabilityReportErr.terminals.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62934         {&hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_cause, {"cause","giop-parlay.csapi.triggeredTerminalCapabilityReportErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_termcap_TpTerminalCapabilitiesError),0x0,NULL,HFILL}},
62935         {&hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_return, {"TpAssignmentID","giop-parlay.csapi.triggeredTerminalCapabilityStartReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62936         {&hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_terminals_loop, {"Seq length of terminals","giop-parlay.csapi.triggeredTerminalCapabilityStartReq.terminals.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62937         {&hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_criteria, {"criteria","giop-parlay.csapi.triggeredTerminalCapabilityStartReq.criteria",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62938         {&hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStop_assignmentID, {"assignmentID","giop-parlay.csapi.triggeredTerminalCapabilityStop.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62939         {&hf_org_csapi_dsc_IpAppDataSession_connectRes_dataSessionID, {"dataSessionID","giop-parlay.csapi.connectRes.dataSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62940         {&hf_org_csapi_dsc_IpAppDataSession_connectRes_assignmentID, {"assignmentID","giop-parlay.csapi.connectRes.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62941         {&hf_org_csapi_dsc_IpAppDataSession_connectErr_dataSessionID, {"dataSessionID","giop-parlay.csapi.connectErr.dataSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62942         {&hf_org_csapi_dsc_IpAppDataSession_connectErr_assignmentID, {"assignmentID","giop-parlay.csapi.connectErr.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62943         {&hf_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes_dataSessionID, {"dataSessionID","giop-parlay.csapi.superviseDataSessionRes.dataSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62944         {&hf_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes_report, {"report","giop-parlay.csapi.superviseDataSessionRes.report",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62945         {&hf_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes_qualityOfService, {"qualityOfService","giop-parlay.csapi.superviseDataSessionRes.qualityOfService",FT_UINT32,BASE_DEC,VALS(org_csapi_TpDataSessionQosClass),0x0,NULL,HFILL}},
62946         {&hf_org_csapi_dsc_IpAppDataSession_superviseDataSessionErr_dataSessionID, {"dataSessionID","giop-parlay.csapi.superviseDataSessionErr.dataSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62947         {&hf_org_csapi_dsc_IpAppDataSession_dataSessionFaultDetected_dataSessionID, {"dataSessionID","giop-parlay.csapi.dataSessionFaultDetected.dataSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62948         {&hf_org_csapi_dsc_IpAppDataSession_dataSessionFaultDetected_fault, {"fault","giop-parlay.csapi.dataSessionFaultDetected.fault",FT_UINT32,BASE_DEC,VALS(org_csapi_dsc_TpDataSessionFault),0x0,NULL,HFILL}},
62949         {&hf_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionAborted_dataSession, {"dataSession","giop-parlay.csapi.dataSessionAborted.dataSession",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62950         {&hf_org_csapi_dsc_IpAppDataSessionControlManager_reportNotification_assignmentID, {"assignmentID","giop-parlay.csapi.reportNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62951         {&hf_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet_loop, {"Seq length of dataSessionSet","giop-parlay.csapi.abortMultipleDataSessions.dataSessionSet.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62952         {&hf_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet, {"dataSessionSet","giop-parlay.csapi.abortMultipleDataSessions.dataSessionSet",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62953         {&hf_org_csapi_dsc_IpDataSession_connectReq_return, {"TpAssignmentID","giop-parlay.csapi.connectReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62954         {&hf_org_csapi_dsc_IpDataSession_connectReq_dataSessionID, {"dataSessionID","giop-parlay.csapi.connectReq.dataSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62955         {&hf_org_csapi_dsc_IpDataSession_connectReq_responseRequested_loop, {"Seq length of responseRequested","giop-parlay.csapi.connectReq.responseRequested.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62956         {&hf_org_csapi_dsc_IpDataSession_release_dataSessionID, {"dataSessionID","giop-parlay.csapi.release.dataSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62957         {&hf_org_csapi_dsc_IpDataSession_superviseDataSessionReq_dataSessionID, {"dataSessionID","giop-parlay.csapi.superviseDataSessionReq.dataSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62958         {&hf_org_csapi_dsc_IpDataSession_superviseDataSessionReq_treatment, {"treatment","giop-parlay.csapi.superviseDataSessionReq.treatment",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62959         {&hf_org_csapi_dsc_IpDataSession_setDataSessionChargePlan_dataSessionID, {"dataSessionID","giop-parlay.csapi.setDataSessionChargePlan.dataSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62960         {&hf_org_csapi_dsc_IpDataSession_setAdviceOfCharge_dataSessionID, {"dataSessionID","giop-parlay.csapi.setAdviceOfCharge.dataSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62961         {&hf_org_csapi_dsc_IpDataSession_setAdviceOfCharge_tariffSwitch, {"tariffSwitch","giop-parlay.csapi.setAdviceOfCharge.tariffSwitch",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62962         {&hf_org_csapi_dsc_IpDataSession_deassignDataSession_dataSessionID, {"dataSessionID","giop-parlay.csapi.deassignDataSession.dataSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62963         {&hf_org_csapi_dsc_IpDataSession_continueProcessing_dataSessionID, {"dataSessionID","giop-parlay.csapi.continueProcessing.dataSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62964         {&hf_org_csapi_dsc_IpDataSessionControlManager_createNotification_return, {"TpAssignmentID","giop-parlay.csapi.createNotification.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62965         {&hf_org_csapi_dsc_IpDataSessionControlManager_destroyNotification_assignmentID, {"assignmentID","giop-parlay.csapi.destroyNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62966         {&hf_org_csapi_dsc_IpDataSessionControlManager_changeNotification_assignmentID, {"assignmentID","giop-parlay.csapi.changeNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62967         {&hf_org_csapi_dsc_IpDataSessionControlManager_enableNotifications_return, {"TpAssignmentID","giop-parlay.csapi.enableNotifications.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62968         {&hf_org_csapi_dsc_IpDataSessionControlManager_getNotifications_return_loop, {"Seq length of TpDataSessionEventCriteriaResultSet","giop-parlay.csapi.getNotifications.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62969         {&hf_org_csapi_dsc_IpDataSessionControlManager_createNotifications_return, {"TpAssignmentID","giop-parlay.csapi.createNotifications.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62970         {&hf_org_csapi_gms_IpMessagingManager_openMailbox_authenticationInfo, {"authenticationInfo","giop-parlay.csapi.openMailbox.authenticationInfo",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62971         {&hf_org_csapi_gms_IpMessagingManager_enableMessagingNotification_return, {"TpAssignmentID","giop-parlay.csapi.enableMessagingNotification.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62972         {&hf_org_csapi_gms_IpMessagingManager_disableMessagingNotification_assignmentID, {"assignmentID","giop-parlay.csapi.disableMessagingNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62973         {&hf_org_csapi_gms_IpAppMessagingManager_mailboxTerminated_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.mailboxTerminated.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62974         {&hf_org_csapi_gms_IpAppMessagingManager_mailboxFaultDetected_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.mailboxFaultDetected.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62975         {&hf_org_csapi_gms_IpAppMessagingManager_mailboxFaultDetected_fault, {"fault","giop-parlay.csapi.mailboxFaultDetected.fault",FT_UINT32,BASE_DEC,VALS(org_csapi_gms_TpMessagingFault),0x0,NULL,HFILL}},
62976         {&hf_org_csapi_gms_IpAppMessagingManager_messagingEventNotify_assignmentID, {"assignmentID","giop-parlay.csapi.messagingEventNotify.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62977         {&hf_org_csapi_gms_IpMailbox_close_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.close.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62978         {&hf_org_csapi_gms_IpMailbox_lock_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.lock.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62979         {&hf_org_csapi_gms_IpMailbox_unlock_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.unlock.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62980         {&hf_org_csapi_gms_IpMailbox_getInfoAmount_return, {"TpInt32","giop-parlay.csapi.getInfoAmount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62981         {&hf_org_csapi_gms_IpMailbox_getInfoAmount_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getInfoAmount.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62982         {&hf_org_csapi_gms_IpMailbox_getInfoProperties_return_loop, {"Seq length of TpMailboxInfoPropertySet","giop-parlay.csapi.getInfoProperties.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62983         {&hf_org_csapi_gms_IpMailbox_getInfoProperties_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getInfoProperties.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62984         {&hf_org_csapi_gms_IpMailbox_getInfoProperties_firstProperty, {"firstProperty","giop-parlay.csapi.getInfoProperties.firstProperty",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62985         {&hf_org_csapi_gms_IpMailbox_getInfoProperties_numberOfProperties, {"numberOfProperties","giop-parlay.csapi.getInfoProperties.numberOfProperties",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62986         {&hf_org_csapi_gms_IpMailbox_setInfoProperties_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.setInfoProperties.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62987         {&hf_org_csapi_gms_IpMailbox_setInfoProperties_firstProperty, {"firstProperty","giop-parlay.csapi.setInfoProperties.firstProperty",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62988         {&hf_org_csapi_gms_IpMailbox_setInfoProperties_mailboxInfoProperties_loop, {"Seq length of mailboxInfoProperties","giop-parlay.csapi.setInfoProperties.mailboxInfoProperties.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62989         {&hf_org_csapi_gms_IpMailbox_openFolder_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.openFolder.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62990         {&hf_org_csapi_gms_IpMailbox_openFolder_folderID, {"folderID","giop-parlay.csapi.openFolder.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62991         {&hf_org_csapi_gms_IpMailbox_createFolder_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.createFolder.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62992         {&hf_org_csapi_gms_IpMailbox_createFolder_folderID, {"folderID","giop-parlay.csapi.createFolder.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62993         {&hf_org_csapi_gms_IpMailbox_remove_authenticationInfo, {"authenticationInfo","giop-parlay.csapi.remove.authenticationInfo",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62994         {&hf_org_csapi_gms_IpMessage_getInfoAmount_return, {"TpInt32","giop-parlay.csapi.getInfoAmount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62995         {&hf_org_csapi_gms_IpMessage_getInfoAmount_folderSessionID, {"folderSessionID","giop-parlay.csapi.getInfoAmount.folderSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62996         {&hf_org_csapi_gms_IpMessage_getInfoAmount_messageID, {"messageID","giop-parlay.csapi.getInfoAmount.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
62997         {&hf_org_csapi_gms_IpMessage_getInfoProperties_return_loop, {"Seq length of TpMessageInfoPropertySet","giop-parlay.csapi.getInfoProperties.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62998         {&hf_org_csapi_gms_IpMessage_getInfoProperties_folderSessionID, {"folderSessionID","giop-parlay.csapi.getInfoProperties.folderSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
62999         {&hf_org_csapi_gms_IpMessage_getInfoProperties_messageID, {"messageID","giop-parlay.csapi.getInfoProperties.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63000         {&hf_org_csapi_gms_IpMessage_getInfoProperties_firstProperty, {"firstProperty","giop-parlay.csapi.getInfoProperties.firstProperty",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63001         {&hf_org_csapi_gms_IpMessage_getInfoProperties_numberOfProperties, {"numberOfProperties","giop-parlay.csapi.getInfoProperties.numberOfProperties",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63002         {&hf_org_csapi_gms_IpMessage_setInfoProperties_folderSessionID, {"folderSessionID","giop-parlay.csapi.setInfoProperties.folderSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63003         {&hf_org_csapi_gms_IpMessage_setInfoProperties_messageID, {"messageID","giop-parlay.csapi.setInfoProperties.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63004         {&hf_org_csapi_gms_IpMessage_setInfoProperties_firstProperty, {"firstProperty","giop-parlay.csapi.setInfoProperties.firstProperty",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63005         {&hf_org_csapi_gms_IpMessage_setInfoProperties_messageInfoProperties_loop, {"Seq length of messageInfoProperties","giop-parlay.csapi.setInfoProperties.messageInfoProperties.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63006         {&hf_org_csapi_gms_IpMessage_remove_folderSessionID, {"folderSessionID","giop-parlay.csapi.remove.folderSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63007         {&hf_org_csapi_gms_IpMessage_remove_messageID, {"messageID","giop-parlay.csapi.remove.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63008         {&hf_org_csapi_gms_IpMessage_getContent_return, {"TpMessage","giop-parlay.csapi.getContent.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63009         {&hf_org_csapi_gms_IpMessage_getContent_folderSessionID, {"folderSessionID","giop-parlay.csapi.getContent.folderSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63010         {&hf_org_csapi_gms_IpMessage_getContent_messageID, {"messageID","giop-parlay.csapi.getContent.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63011         {&hf_org_csapi_gms_IpMailboxFolder_getInfoAmount_return, {"TpInt32","giop-parlay.csapi.getInfoAmount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63012         {&hf_org_csapi_gms_IpMailboxFolder_getInfoAmount_folderSessionID, {"folderSessionID","giop-parlay.csapi.getInfoAmount.folderSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63013         {&hf_org_csapi_gms_IpMailboxFolder_getInfoProperties_return_loop, {"Seq length of TpFolderInfoPropertySet","giop-parlay.csapi.getInfoProperties.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63014         {&hf_org_csapi_gms_IpMailboxFolder_getInfoProperties_folderSessionID, {"folderSessionID","giop-parlay.csapi.getInfoProperties.folderSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63015         {&hf_org_csapi_gms_IpMailboxFolder_getInfoProperties_firstProperty, {"firstProperty","giop-parlay.csapi.getInfoProperties.firstProperty",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63016         {&hf_org_csapi_gms_IpMailboxFolder_getInfoProperties_numberOfProperties, {"numberOfProperties","giop-parlay.csapi.getInfoProperties.numberOfProperties",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63017         {&hf_org_csapi_gms_IpMailboxFolder_setInfoProperties_folderSessionID, {"folderSessionID","giop-parlay.csapi.setInfoProperties.folderSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63018         {&hf_org_csapi_gms_IpMailboxFolder_setInfoProperties_firstProperty, {"firstProperty","giop-parlay.csapi.setInfoProperties.firstProperty",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63019         {&hf_org_csapi_gms_IpMailboxFolder_setInfoProperties_folderInfoProperties_loop, {"Seq length of folderInfoProperties","giop-parlay.csapi.setInfoProperties.folderInfoProperties.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63020         {&hf_org_csapi_gms_IpMailboxFolder_putMessage_folderSessionID, {"folderSessionID","giop-parlay.csapi.putMessage.folderSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63021         {&hf_org_csapi_gms_IpMailboxFolder_putMessage_message, {"message","giop-parlay.csapi.putMessage.message",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63022         {&hf_org_csapi_gms_IpMailboxFolder_putMessage_messageInfoProperties_loop, {"Seq length of messageInfoProperties","giop-parlay.csapi.putMessage.messageInfoProperties.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63023         {&hf_org_csapi_gms_IpMailboxFolder_getMessage_folderSessionID, {"folderSessionID","giop-parlay.csapi.getMessage.folderSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63024         {&hf_org_csapi_gms_IpMailboxFolder_getMessage_messageID, {"messageID","giop-parlay.csapi.getMessage.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63025         {&hf_org_csapi_gms_IpMailboxFolder_close_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.close.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63026         {&hf_org_csapi_gms_IpMailboxFolder_close_folderSessionID, {"folderSessionID","giop-parlay.csapi.close.folderSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63027         {&hf_org_csapi_gms_IpMailboxFolder_remove_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.remove.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63028         {&hf_org_csapi_gms_IpMailboxFolder_remove_folderID, {"folderID","giop-parlay.csapi.remove.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63029         {&hf_org_csapi_cm_IpVPrP_getVPrPID_return, {"TpString","giop-parlay.csapi.getVPrPID.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63030         {&hf_org_csapi_cm_IpVPrP_getSlaID_return, {"TpString","giop-parlay.csapi.getSlaID.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63031         {&hf_org_csapi_cm_IpVPrP_getStatus_return, {"Return value","giop-parlay.csapi.getStatus.return",FT_UINT32,BASE_DEC,VALS(org_csapi_cm_TpVprpStatus),0x0,NULL,HFILL}},
63032         {&hf_org_csapi_cm_IpVPrN_getVPrPList_return_loop, {"Seq length of TpStringList","giop-parlay.csapi.getVPrPList.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63033         {&hf_org_csapi_cm_IpVPrN_getVPrPList_return, {"TpStringList","giop-parlay.csapi.getVPrPList.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63034         {&hf_org_csapi_cm_IpVPrN_getVPrP_vPrPID, {"vPrPID","giop-parlay.csapi.getVPrP.vPrPID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63035         {&hf_org_csapi_cm_IpVPrN_deleteVPrP_vPrPID, {"vPrPID","giop-parlay.csapi.deleteVPrP.vPrPID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63036         {&hf_org_csapi_cm_IpQoSMenu_getTemplate_templateType, {"templateType","giop-parlay.csapi.getTemplate.templateType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63037         {&hf_org_csapi_cm_IpQoSMenu_getTemplateList_return_loop, {"Seq length of TpStringList","giop-parlay.csapi.getTemplateList.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63038         {&hf_org_csapi_cm_IpQoSMenu_getTemplateList_return, {"TpStringList","giop-parlay.csapi.getTemplateList.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63039         {&hf_org_csapi_cm_IpQoSTemplate_getTemplateType_return, {"TpString","giop-parlay.csapi.getTemplateType.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63040         {&hf_org_csapi_cm_IpQoSTemplate_getDescription_return, {"TpString","giop-parlay.csapi.getDescription.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63041         {&hf_org_csapi_cm_IpQoSTemplate_setSlaID_slaID, {"slaID","giop-parlay.csapi.setSlaID.slaID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63042         {&hf_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return_loop, {"Seq length of TpStringList","giop-parlay.csapi.getSiteList.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63043         {&hf_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return, {"TpStringList","giop-parlay.csapi.getSiteList.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63044         {&hf_org_csapi_cm_IpEnterpriseNetwork_getSite_siteID, {"siteID","giop-parlay.csapi.getSite.siteID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63045         {&hf_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return_loop, {"Seq length of TpStringList","giop-parlay.csapi.getSAPList.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63046         {&hf_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return, {"TpStringList","giop-parlay.csapi.getSAPList.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63047         {&hf_org_csapi_cm_IpEnterpriseNetworkSite_getSiteID_return, {"TpString","giop-parlay.csapi.getSiteID.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63048         {&hf_org_csapi_cm_IpEnterpriseNetworkSite_getSiteLocation_return, {"TpString","giop-parlay.csapi.getSiteLocation.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63049         {&hf_org_csapi_cm_IpEnterpriseNetworkSite_getSiteDescription_return, {"TpString","giop-parlay.csapi.getSiteDescription.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63050         {&hf_org_csapi_cm_IpEnterpriseNetworkSite_getSAPIPSubnet_sapID, {"sapID","giop-parlay.csapi.getSAPIPSubnet.sapID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63051         {&hf_org_csapi_am_IpAppAccountManager_reportNotification_assignmentId, {"assignmentId","giop-parlay.csapi.reportNotification.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63052         {&hf_org_csapi_am_IpAppAccountManager_queryBalanceRes_queryId, {"queryId","giop-parlay.csapi.queryBalanceRes.queryId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63053         {&hf_org_csapi_am_IpAppAccountManager_queryBalanceRes_balances_loop, {"Seq length of balances","giop-parlay.csapi.queryBalanceRes.balances.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63054         {&hf_org_csapi_am_IpAppAccountManager_queryBalanceErr_queryId, {"queryId","giop-parlay.csapi.queryBalanceErr.queryId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63055         {&hf_org_csapi_am_IpAppAccountManager_queryBalanceErr_cause, {"cause","giop-parlay.csapi.queryBalanceErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_am_TpBalanceQueryError),0x0,NULL,HFILL}},
63056         {&hf_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_retrievalID, {"retrievalID","giop-parlay.csapi.retrieveTransactionHistoryRes.retrievalID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63057         {&hf_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_transactionHistory_loop, {"Seq length of transactionHistory","giop-parlay.csapi.retrieveTransactionHistoryRes.transactionHistory.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63058         {&hf_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryErr_retrievalID, {"retrievalID","giop-parlay.csapi.retrieveTransactionHistoryErr.retrievalID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63059         {&hf_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryErr_transactionHistoryError, {"transactionHistoryError","giop-parlay.csapi.retrieveTransactionHistoryErr.transactionHistoryError",FT_UINT32,BASE_DEC,VALS(org_csapi_am_TpTransactionHistoryStatus),0x0,NULL,HFILL}},
63060         {&hf_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_queryId, {"queryId","giop-parlay.csapi.queryBalanceExpiryDateRes.queryId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63061         {&hf_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_dates_loop, {"Seq length of dates","giop-parlay.csapi.queryBalanceExpiryDateRes.dates.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63062         {&hf_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateErr_queryId, {"queryId","giop-parlay.csapi.queryBalanceExpiryDateErr.queryId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63063         {&hf_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateErr_cause, {"cause","giop-parlay.csapi.queryBalanceExpiryDateErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_am_TpBalanceQueryError),0x0,NULL,HFILL}},
63064         {&hf_org_csapi_am_IpAppAccountManager_updateBalanceRes_requestId, {"requestId","giop-parlay.csapi.updateBalanceRes.requestId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63065         {&hf_org_csapi_am_IpAppAccountManager_updateBalanceErr_requestId, {"requestId","giop-parlay.csapi.updateBalanceErr.requestId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63066         {&hf_org_csapi_am_IpAppAccountManager_updateBalanceErr_cause, {"cause","giop-parlay.csapi.updateBalanceErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_am_TpBalanceQueryError),0x0,NULL,HFILL}},
63067         {&hf_org_csapi_am_IpAppAccountManager_createVoucherRes_requestId, {"requestId","giop-parlay.csapi.createVoucherRes.requestId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63068         {&hf_org_csapi_am_IpAppAccountManager_createVoucherRes_voucherId, {"voucherId","giop-parlay.csapi.createVoucherRes.voucherId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63069         {&hf_org_csapi_am_IpAppAccountManager_createVoucherErr_requestId, {"requestId","giop-parlay.csapi.createVoucherErr.requestId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63070         {&hf_org_csapi_am_IpAppAccountManager_createVoucherErr_cause, {"cause","giop-parlay.csapi.createVoucherErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_am_TpVoucherError),0x0,NULL,HFILL}},
63071         {&hf_org_csapi_am_IpAppAccountManager_destroyVoucherRes_requestId, {"requestId","giop-parlay.csapi.destroyVoucherRes.requestId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63072         {&hf_org_csapi_am_IpAppAccountManager_destroyVoucherRes_voucherId, {"voucherId","giop-parlay.csapi.destroyVoucherRes.voucherId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63073         {&hf_org_csapi_am_IpAppAccountManager_destroyVoucherErr_requestId, {"requestId","giop-parlay.csapi.destroyVoucherErr.requestId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63074         {&hf_org_csapi_am_IpAppAccountManager_destroyVoucherErr_voucherId, {"voucherId","giop-parlay.csapi.destroyVoucherErr.voucherId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63075         {&hf_org_csapi_am_IpAppAccountManager_destroyVoucherErr_cause, {"cause","giop-parlay.csapi.destroyVoucherErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_am_TpVoucherError),0x0,NULL,HFILL}},
63076         {&hf_org_csapi_am_IpAppAccountManager_queryVoucherRes_queryId, {"queryId","giop-parlay.csapi.queryVoucherRes.queryId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63077         {&hf_org_csapi_am_IpAppAccountManager_queryVoucherErr_queryId, {"queryId","giop-parlay.csapi.queryVoucherErr.queryId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63078         {&hf_org_csapi_am_IpAppAccountManager_queryVoucherErr_voucherId, {"voucherId","giop-parlay.csapi.queryVoucherErr.voucherId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63079         {&hf_org_csapi_am_IpAppAccountManager_queryVoucherErr_cause, {"cause","giop-parlay.csapi.queryVoucherErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_am_TpVoucherError),0x0,NULL,HFILL}},
63080         {&hf_org_csapi_am_IpAppAccountManager_queryUserVouchersRes_queryId, {"queryId","giop-parlay.csapi.queryUserVouchersRes.queryId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63081         {&hf_org_csapi_am_IpAppAccountManager_queryUserVouchersRes_vouchers_loop, {"Seq length of vouchers","giop-parlay.csapi.queryUserVouchersRes.vouchers.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63082         {&hf_org_csapi_am_IpAppAccountManager_queryUserVouchersErr_queryId, {"queryId","giop-parlay.csapi.queryUserVouchersErr.queryId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63083         {&hf_org_csapi_am_IpAppAccountManager_queryUserVouchersErr_cause, {"cause","giop-parlay.csapi.queryUserVouchersErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_am_TpVoucherError),0x0,NULL,HFILL}},
63084         {&hf_org_csapi_am_IpAccountManager_createNotification_return, {"TpAssignmentID","giop-parlay.csapi.createNotification.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63085         {&hf_org_csapi_am_IpAccountManager_destroyNotification_assignmentId, {"assignmentId","giop-parlay.csapi.destroyNotification.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63086         {&hf_org_csapi_am_IpAccountManager_queryBalanceReq_return, {"TpAssignmentID","giop-parlay.csapi.queryBalanceReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63087         {&hf_org_csapi_am_IpAccountManager_queryBalanceReq_users_loop, {"Seq length of users","giop-parlay.csapi.queryBalanceReq.users.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63088         {&hf_org_csapi_am_IpAccountManager_changeNotification_assignmentID, {"assignmentID","giop-parlay.csapi.changeNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63089         {&hf_org_csapi_am_IpAccountManager_getNotification_return_loop, {"Seq length of TpChargingEventCriteriaResultSet","giop-parlay.csapi.getNotification.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63090         {&hf_org_csapi_am_IpAccountManager_retrieveTransactionHistoryReq_return, {"TpAssignmentID","giop-parlay.csapi.retrieveTransactionHistoryReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63091         {&hf_org_csapi_am_IpAccountManager_enableNotifications_return, {"TpAssignmentID","giop-parlay.csapi.enableNotifications.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63092         {&hf_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_return, {"TpAssignmentID","giop-parlay.csapi.queryBalanceExpiryDateReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63093         {&hf_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_users_loop, {"Seq length of users","giop-parlay.csapi.queryBalanceExpiryDateReq.users.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63094         {&hf_org_csapi_am_IpAccountManager_updateBalanceReq_return, {"TpAssignmentID","giop-parlay.csapi.updateBalanceReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63095         {&hf_org_csapi_am_IpAccountManager_updateBalanceReq_debit, {"debit","giop-parlay.csapi.updateBalanceReq.debit",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
63096         {&hf_org_csapi_am_IpAccountManager_updateBalanceReq_period, {"period","giop-parlay.csapi.updateBalanceReq.period",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63097         {&hf_org_csapi_am_IpAccountManager_createVoucherReq_return, {"TpAssignmentID","giop-parlay.csapi.createVoucherReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63098         {&hf_org_csapi_am_IpAccountManager_destroyVoucherReq_return, {"TpAssignmentID","giop-parlay.csapi.destroyVoucherReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63099         {&hf_org_csapi_am_IpAccountManager_destroyVoucherReq_voucherId, {"voucherId","giop-parlay.csapi.destroyVoucherReq.voucherId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63100         {&hf_org_csapi_am_IpAccountManager_queryVoucherReq_return, {"TpAssignmentID","giop-parlay.csapi.queryVoucherReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63101         {&hf_org_csapi_am_IpAccountManager_queryVoucherReq_voucherId, {"voucherId","giop-parlay.csapi.queryVoucherReq.voucherId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63102         {&hf_org_csapi_am_IpAccountManager_queryUserVouchersReq_return, {"TpAssignmentID","giop-parlay.csapi.queryUserVouchersReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63103         {&hf_org_csapi_cs_IpAppChargingSession_creditAmountErr_sessionID, {"sessionID","giop-parlay.csapi.creditAmountErr.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63104         {&hf_org_csapi_cs_IpAppChargingSession_creditAmountErr_requestNumber, {"requestNumber","giop-parlay.csapi.creditAmountErr.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63105         {&hf_org_csapi_cs_IpAppChargingSession_creditAmountErr_error, {"error","giop-parlay.csapi.creditAmountErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_cs_TpChargingError),0x0,NULL,HFILL}},
63106         {&hf_org_csapi_cs_IpAppChargingSession_creditAmountErr_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.creditAmountErr.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63107         {&hf_org_csapi_cs_IpAppChargingSession_creditAmountRes_sessionID, {"sessionID","giop-parlay.csapi.creditAmountRes.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63108         {&hf_org_csapi_cs_IpAppChargingSession_creditAmountRes_requestNumber, {"requestNumber","giop-parlay.csapi.creditAmountRes.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63109         {&hf_org_csapi_cs_IpAppChargingSession_creditAmountRes_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.creditAmountRes.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63110         {&hf_org_csapi_cs_IpAppChargingSession_creditUnitErr_sessionID, {"sessionID","giop-parlay.csapi.creditUnitErr.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63111         {&hf_org_csapi_cs_IpAppChargingSession_creditUnitErr_requestNumber, {"requestNumber","giop-parlay.csapi.creditUnitErr.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63112         {&hf_org_csapi_cs_IpAppChargingSession_creditUnitErr_error, {"error","giop-parlay.csapi.creditUnitErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_cs_TpChargingError),0x0,NULL,HFILL}},
63113         {&hf_org_csapi_cs_IpAppChargingSession_creditUnitErr_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.creditUnitErr.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63114         {&hf_org_csapi_cs_IpAppChargingSession_creditUnitRes_sessionID, {"sessionID","giop-parlay.csapi.creditUnitRes.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63115         {&hf_org_csapi_cs_IpAppChargingSession_creditUnitRes_requestNumber, {"requestNumber","giop-parlay.csapi.creditUnitRes.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63116         {&hf_org_csapi_cs_IpAppChargingSession_creditUnitRes_creditedVolumes_loop, {"Seq length of creditedVolumes","giop-parlay.csapi.creditUnitRes.creditedVolumes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63117         {&hf_org_csapi_cs_IpAppChargingSession_creditUnitRes_reservedUnitsLeft_loop, {"Seq length of reservedUnitsLeft","giop-parlay.csapi.creditUnitRes.reservedUnitsLeft.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63118         {&hf_org_csapi_cs_IpAppChargingSession_creditUnitRes_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.creditUnitRes.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63119         {&hf_org_csapi_cs_IpAppChargingSession_debitAmountErr_sessionID, {"sessionID","giop-parlay.csapi.debitAmountErr.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63120         {&hf_org_csapi_cs_IpAppChargingSession_debitAmountErr_requestNumber, {"requestNumber","giop-parlay.csapi.debitAmountErr.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63121         {&hf_org_csapi_cs_IpAppChargingSession_debitAmountErr_error, {"error","giop-parlay.csapi.debitAmountErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_cs_TpChargingError),0x0,NULL,HFILL}},
63122         {&hf_org_csapi_cs_IpAppChargingSession_debitAmountErr_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.debitAmountErr.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63123         {&hf_org_csapi_cs_IpAppChargingSession_debitAmountRes_sessionID, {"sessionID","giop-parlay.csapi.debitAmountRes.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63124         {&hf_org_csapi_cs_IpAppChargingSession_debitAmountRes_requestNumber, {"requestNumber","giop-parlay.csapi.debitAmountRes.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63125         {&hf_org_csapi_cs_IpAppChargingSession_debitAmountRes_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.debitAmountRes.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63126         {&hf_org_csapi_cs_IpAppChargingSession_debitUnitErr_sessionID, {"sessionID","giop-parlay.csapi.debitUnitErr.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63127         {&hf_org_csapi_cs_IpAppChargingSession_debitUnitErr_requestNumber, {"requestNumber","giop-parlay.csapi.debitUnitErr.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63128         {&hf_org_csapi_cs_IpAppChargingSession_debitUnitErr_error, {"error","giop-parlay.csapi.debitUnitErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_cs_TpChargingError),0x0,NULL,HFILL}},
63129         {&hf_org_csapi_cs_IpAppChargingSession_debitUnitErr_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.debitUnitErr.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63130         {&hf_org_csapi_cs_IpAppChargingSession_debitUnitRes_sessionID, {"sessionID","giop-parlay.csapi.debitUnitRes.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63131         {&hf_org_csapi_cs_IpAppChargingSession_debitUnitRes_requestNumber, {"requestNumber","giop-parlay.csapi.debitUnitRes.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63132         {&hf_org_csapi_cs_IpAppChargingSession_debitUnitRes_debitedVolumes_loop, {"Seq length of debitedVolumes","giop-parlay.csapi.debitUnitRes.debitedVolumes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63133         {&hf_org_csapi_cs_IpAppChargingSession_debitUnitRes_reservedUnitsLeft_loop, {"Seq length of reservedUnitsLeft","giop-parlay.csapi.debitUnitRes.reservedUnitsLeft.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63134         {&hf_org_csapi_cs_IpAppChargingSession_debitUnitRes_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.debitUnitRes.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63135         {&hf_org_csapi_cs_IpAppChargingSession_directCreditAmountErr_sessionID, {"sessionID","giop-parlay.csapi.directCreditAmountErr.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63136         {&hf_org_csapi_cs_IpAppChargingSession_directCreditAmountErr_requestNumber, {"requestNumber","giop-parlay.csapi.directCreditAmountErr.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63137         {&hf_org_csapi_cs_IpAppChargingSession_directCreditAmountErr_error, {"error","giop-parlay.csapi.directCreditAmountErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_cs_TpChargingError),0x0,NULL,HFILL}},
63138         {&hf_org_csapi_cs_IpAppChargingSession_directCreditAmountErr_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.directCreditAmountErr.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63139         {&hf_org_csapi_cs_IpAppChargingSession_directCreditAmountRes_sessionID, {"sessionID","giop-parlay.csapi.directCreditAmountRes.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63140         {&hf_org_csapi_cs_IpAppChargingSession_directCreditAmountRes_requestNumber, {"requestNumber","giop-parlay.csapi.directCreditAmountRes.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63141         {&hf_org_csapi_cs_IpAppChargingSession_directCreditAmountRes_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.directCreditAmountRes.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63142         {&hf_org_csapi_cs_IpAppChargingSession_directCreditUnitErr_sessionID, {"sessionID","giop-parlay.csapi.directCreditUnitErr.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63143         {&hf_org_csapi_cs_IpAppChargingSession_directCreditUnitErr_requestNumber, {"requestNumber","giop-parlay.csapi.directCreditUnitErr.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63144         {&hf_org_csapi_cs_IpAppChargingSession_directCreditUnitErr_error, {"error","giop-parlay.csapi.directCreditUnitErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_cs_TpChargingError),0x0,NULL,HFILL}},
63145         {&hf_org_csapi_cs_IpAppChargingSession_directCreditUnitErr_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.directCreditUnitErr.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63146         {&hf_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_sessionID, {"sessionID","giop-parlay.csapi.directCreditUnitRes.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63147         {&hf_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_requestNumber, {"requestNumber","giop-parlay.csapi.directCreditUnitRes.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63148         {&hf_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_creditedVolumes_loop, {"Seq length of creditedVolumes","giop-parlay.csapi.directCreditUnitRes.creditedVolumes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63149         {&hf_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.directCreditUnitRes.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63150         {&hf_org_csapi_cs_IpAppChargingSession_directDebitAmountErr_sessionID, {"sessionID","giop-parlay.csapi.directDebitAmountErr.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63151         {&hf_org_csapi_cs_IpAppChargingSession_directDebitAmountErr_requestNumber, {"requestNumber","giop-parlay.csapi.directDebitAmountErr.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63152         {&hf_org_csapi_cs_IpAppChargingSession_directDebitAmountErr_error, {"error","giop-parlay.csapi.directDebitAmountErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_cs_TpChargingError),0x0,NULL,HFILL}},
63153         {&hf_org_csapi_cs_IpAppChargingSession_directDebitAmountErr_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.directDebitAmountErr.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63154         {&hf_org_csapi_cs_IpAppChargingSession_directDebitAmountRes_sessionID, {"sessionID","giop-parlay.csapi.directDebitAmountRes.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63155         {&hf_org_csapi_cs_IpAppChargingSession_directDebitAmountRes_requestNumber, {"requestNumber","giop-parlay.csapi.directDebitAmountRes.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63156         {&hf_org_csapi_cs_IpAppChargingSession_directDebitAmountRes_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.directDebitAmountRes.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63157         {&hf_org_csapi_cs_IpAppChargingSession_directDebitUnitErr_sessionID, {"sessionID","giop-parlay.csapi.directDebitUnitErr.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63158         {&hf_org_csapi_cs_IpAppChargingSession_directDebitUnitErr_requestNumber, {"requestNumber","giop-parlay.csapi.directDebitUnitErr.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63159         {&hf_org_csapi_cs_IpAppChargingSession_directDebitUnitErr_error, {"error","giop-parlay.csapi.directDebitUnitErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_cs_TpChargingError),0x0,NULL,HFILL}},
63160         {&hf_org_csapi_cs_IpAppChargingSession_directDebitUnitErr_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.directDebitUnitErr.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63161         {&hf_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_sessionID, {"sessionID","giop-parlay.csapi.directDebitUnitRes.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63162         {&hf_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_requestNumber, {"requestNumber","giop-parlay.csapi.directDebitUnitRes.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63163         {&hf_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_debitedVolumes_loop, {"Seq length of debitedVolumes","giop-parlay.csapi.directDebitUnitRes.debitedVolumes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63164         {&hf_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.directDebitUnitRes.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63165         {&hf_org_csapi_cs_IpAppChargingSession_extendLifeTimeErr_sessionID, {"sessionID","giop-parlay.csapi.extendLifeTimeErr.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63166         {&hf_org_csapi_cs_IpAppChargingSession_extendLifeTimeErr_error, {"error","giop-parlay.csapi.extendLifeTimeErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_cs_TpChargingError),0x0,NULL,HFILL}},
63167         {&hf_org_csapi_cs_IpAppChargingSession_extendLifeTimeRes_sessionID, {"sessionID","giop-parlay.csapi.extendLifeTimeRes.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63168         {&hf_org_csapi_cs_IpAppChargingSession_extendLifeTimeRes_sessionTimeLeft, {"sessionTimeLeft","giop-parlay.csapi.extendLifeTimeRes.sessionTimeLeft",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63169         {&hf_org_csapi_cs_IpAppChargingSession_rateErr_sessionID, {"sessionID","giop-parlay.csapi.rateErr.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63170         {&hf_org_csapi_cs_IpAppChargingSession_rateErr_error, {"error","giop-parlay.csapi.rateErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_cs_TpChargingError),0x0,NULL,HFILL}},
63171         {&hf_org_csapi_cs_IpAppChargingSession_rateRes_sessionID, {"sessionID","giop-parlay.csapi.rateRes.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63172         {&hf_org_csapi_cs_IpAppChargingSession_rateRes_rates_loop, {"Seq length of rates","giop-parlay.csapi.rateRes.rates.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63173         {&hf_org_csapi_cs_IpAppChargingSession_rateRes_validityTimeLeft, {"validityTimeLeft","giop-parlay.csapi.rateRes.validityTimeLeft",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63174         {&hf_org_csapi_cs_IpAppChargingSession_reserveAmountErr_sessionID, {"sessionID","giop-parlay.csapi.reserveAmountErr.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63175         {&hf_org_csapi_cs_IpAppChargingSession_reserveAmountErr_requestNumber, {"requestNumber","giop-parlay.csapi.reserveAmountErr.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63176         {&hf_org_csapi_cs_IpAppChargingSession_reserveAmountErr_error, {"error","giop-parlay.csapi.reserveAmountErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_cs_TpChargingError),0x0,NULL,HFILL}},
63177         {&hf_org_csapi_cs_IpAppChargingSession_reserveAmountErr_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.reserveAmountErr.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63178         {&hf_org_csapi_cs_IpAppChargingSession_reserveAmountRes_sessionID, {"sessionID","giop-parlay.csapi.reserveAmountRes.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63179         {&hf_org_csapi_cs_IpAppChargingSession_reserveAmountRes_requestNumber, {"requestNumber","giop-parlay.csapi.reserveAmountRes.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63180         {&hf_org_csapi_cs_IpAppChargingSession_reserveAmountRes_sessionTimeLeft, {"sessionTimeLeft","giop-parlay.csapi.reserveAmountRes.sessionTimeLeft",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63181         {&hf_org_csapi_cs_IpAppChargingSession_reserveAmountRes_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.reserveAmountRes.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63182         {&hf_org_csapi_cs_IpAppChargingSession_reserveUnitErr_sessionID, {"sessionID","giop-parlay.csapi.reserveUnitErr.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63183         {&hf_org_csapi_cs_IpAppChargingSession_reserveUnitErr_requestNumber, {"requestNumber","giop-parlay.csapi.reserveUnitErr.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63184         {&hf_org_csapi_cs_IpAppChargingSession_reserveUnitErr_error, {"error","giop-parlay.csapi.reserveUnitErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_cs_TpChargingError),0x0,NULL,HFILL}},
63185         {&hf_org_csapi_cs_IpAppChargingSession_reserveUnitErr_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.reserveUnitErr.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63186         {&hf_org_csapi_cs_IpAppChargingSession_reserveUnitRes_sessionID, {"sessionID","giop-parlay.csapi.reserveUnitRes.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63187         {&hf_org_csapi_cs_IpAppChargingSession_reserveUnitRes_requestNumber, {"requestNumber","giop-parlay.csapi.reserveUnitRes.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63188         {&hf_org_csapi_cs_IpAppChargingSession_reserveUnitRes_reservedUnits_loop, {"Seq length of reservedUnits","giop-parlay.csapi.reserveUnitRes.reservedUnits.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63189         {&hf_org_csapi_cs_IpAppChargingSession_reserveUnitRes_sessionTimeLeft, {"sessionTimeLeft","giop-parlay.csapi.reserveUnitRes.sessionTimeLeft",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63190         {&hf_org_csapi_cs_IpAppChargingSession_reserveUnitRes_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.reserveUnitRes.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63191         {&hf_org_csapi_cs_IpAppChargingSession_sessionEnded_sessionID, {"sessionID","giop-parlay.csapi.sessionEnded.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63192         {&hf_org_csapi_cs_IpAppChargingSession_sessionEnded_report, {"report","giop-parlay.csapi.sessionEnded.report",FT_UINT32,BASE_DEC,VALS(org_csapi_cs_TpSessionEndedCause),0x0,NULL,HFILL}},
63193         {&hf_org_csapi_cs_IpChargingSession_creditAmountReq_sessionID, {"sessionID","giop-parlay.csapi.creditAmountReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63194         {&hf_org_csapi_cs_IpChargingSession_creditAmountReq_closeReservation, {"closeReservation","giop-parlay.csapi.creditAmountReq.closeReservation",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
63195         {&hf_org_csapi_cs_IpChargingSession_creditAmountReq_requestNumber, {"requestNumber","giop-parlay.csapi.creditAmountReq.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63196         {&hf_org_csapi_cs_IpChargingSession_creditUnitReq_sessionID, {"sessionID","giop-parlay.csapi.creditUnitReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63197         {&hf_org_csapi_cs_IpChargingSession_creditUnitReq_volumes_loop, {"Seq length of volumes","giop-parlay.csapi.creditUnitReq.volumes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63198         {&hf_org_csapi_cs_IpChargingSession_creditUnitReq_closeReservation, {"closeReservation","giop-parlay.csapi.creditUnitReq.closeReservation",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
63199         {&hf_org_csapi_cs_IpChargingSession_creditUnitReq_requestNumber, {"requestNumber","giop-parlay.csapi.creditUnitReq.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63200         {&hf_org_csapi_cs_IpChargingSession_debitAmountReq_sessionID, {"sessionID","giop-parlay.csapi.debitAmountReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63201         {&hf_org_csapi_cs_IpChargingSession_debitAmountReq_closeReservation, {"closeReservation","giop-parlay.csapi.debitAmountReq.closeReservation",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
63202         {&hf_org_csapi_cs_IpChargingSession_debitAmountReq_requestNumber, {"requestNumber","giop-parlay.csapi.debitAmountReq.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63203         {&hf_org_csapi_cs_IpChargingSession_debitUnitReq_sessionID, {"sessionID","giop-parlay.csapi.debitUnitReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63204         {&hf_org_csapi_cs_IpChargingSession_debitUnitReq_volumes_loop, {"Seq length of volumes","giop-parlay.csapi.debitUnitReq.volumes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63205         {&hf_org_csapi_cs_IpChargingSession_debitUnitReq_closeReservation, {"closeReservation","giop-parlay.csapi.debitUnitReq.closeReservation",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
63206         {&hf_org_csapi_cs_IpChargingSession_debitUnitReq_requestNumber, {"requestNumber","giop-parlay.csapi.debitUnitReq.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63207         {&hf_org_csapi_cs_IpChargingSession_directCreditAmountReq_sessionID, {"sessionID","giop-parlay.csapi.directCreditAmountReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63208         {&hf_org_csapi_cs_IpChargingSession_directCreditAmountReq_chargingParameters_loop, {"Seq length of chargingParameters","giop-parlay.csapi.directCreditAmountReq.chargingParameters.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63209         {&hf_org_csapi_cs_IpChargingSession_directCreditAmountReq_requestNumber, {"requestNumber","giop-parlay.csapi.directCreditAmountReq.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63210         {&hf_org_csapi_cs_IpChargingSession_directCreditUnitReq_sessionID, {"sessionID","giop-parlay.csapi.directCreditUnitReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63211         {&hf_org_csapi_cs_IpChargingSession_directCreditUnitReq_chargingParameters_loop, {"Seq length of chargingParameters","giop-parlay.csapi.directCreditUnitReq.chargingParameters.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63212         {&hf_org_csapi_cs_IpChargingSession_directCreditUnitReq_volumes_loop, {"Seq length of volumes","giop-parlay.csapi.directCreditUnitReq.volumes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63213         {&hf_org_csapi_cs_IpChargingSession_directCreditUnitReq_requestNumber, {"requestNumber","giop-parlay.csapi.directCreditUnitReq.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63214         {&hf_org_csapi_cs_IpChargingSession_directDebitAmountReq_sessionID, {"sessionID","giop-parlay.csapi.directDebitAmountReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63215         {&hf_org_csapi_cs_IpChargingSession_directDebitAmountReq_chargingParameters_loop, {"Seq length of chargingParameters","giop-parlay.csapi.directDebitAmountReq.chargingParameters.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63216         {&hf_org_csapi_cs_IpChargingSession_directDebitAmountReq_requestNumber, {"requestNumber","giop-parlay.csapi.directDebitAmountReq.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63217         {&hf_org_csapi_cs_IpChargingSession_directDebitUnitReq_sessionID, {"sessionID","giop-parlay.csapi.directDebitUnitReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63218         {&hf_org_csapi_cs_IpChargingSession_directDebitUnitReq_chargingParameters_loop, {"Seq length of chargingParameters","giop-parlay.csapi.directDebitUnitReq.chargingParameters.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63219         {&hf_org_csapi_cs_IpChargingSession_directDebitUnitReq_volumes_loop, {"Seq length of volumes","giop-parlay.csapi.directDebitUnitReq.volumes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63220         {&hf_org_csapi_cs_IpChargingSession_directDebitUnitReq_requestNumber, {"requestNumber","giop-parlay.csapi.directDebitUnitReq.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63221         {&hf_org_csapi_cs_IpChargingSession_extendLifeTimeReq_sessionID, {"sessionID","giop-parlay.csapi.extendLifeTimeReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63222         {&hf_org_csapi_cs_IpChargingSession_getAmountLeft_sessionID, {"sessionID","giop-parlay.csapi.getAmountLeft.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63223         {&hf_org_csapi_cs_IpChargingSession_getLifeTimeLeft_return, {"TpInt32","giop-parlay.csapi.getLifeTimeLeft.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63224         {&hf_org_csapi_cs_IpChargingSession_getLifeTimeLeft_sessionID, {"sessionID","giop-parlay.csapi.getLifeTimeLeft.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63225         {&hf_org_csapi_cs_IpChargingSession_getUnitLeft_return_loop, {"Seq length of TpVolumeSet","giop-parlay.csapi.getUnitLeft.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63226         {&hf_org_csapi_cs_IpChargingSession_getUnitLeft_sessionID, {"sessionID","giop-parlay.csapi.getUnitLeft.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63227         {&hf_org_csapi_cs_IpChargingSession_rateReq_sessionID, {"sessionID","giop-parlay.csapi.rateReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63228         {&hf_org_csapi_cs_IpChargingSession_rateReq_chargingParameters_loop, {"Seq length of chargingParameters","giop-parlay.csapi.rateReq.chargingParameters.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63229         {&hf_org_csapi_cs_IpChargingSession_release_sessionID, {"sessionID","giop-parlay.csapi.release.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63230         {&hf_org_csapi_cs_IpChargingSession_release_requestNumber, {"requestNumber","giop-parlay.csapi.release.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63231         {&hf_org_csapi_cs_IpChargingSession_reserveAmountReq_sessionID, {"sessionID","giop-parlay.csapi.reserveAmountReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63232         {&hf_org_csapi_cs_IpChargingSession_reserveAmountReq_chargingParameters_loop, {"Seq length of chargingParameters","giop-parlay.csapi.reserveAmountReq.chargingParameters.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63233         {&hf_org_csapi_cs_IpChargingSession_reserveAmountReq_requestNumber, {"requestNumber","giop-parlay.csapi.reserveAmountReq.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63234         {&hf_org_csapi_cs_IpChargingSession_reserveUnitReq_sessionID, {"sessionID","giop-parlay.csapi.reserveUnitReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63235         {&hf_org_csapi_cs_IpChargingSession_reserveUnitReq_chargingParameters_loop, {"Seq length of chargingParameters","giop-parlay.csapi.reserveUnitReq.chargingParameters.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63236         {&hf_org_csapi_cs_IpChargingSession_reserveUnitReq_volumes_loop, {"Seq length of volumes","giop-parlay.csapi.reserveUnitReq.volumes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63237         {&hf_org_csapi_cs_IpChargingSession_reserveUnitReq_requestNumber, {"requestNumber","giop-parlay.csapi.reserveUnitReq.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63238         {&hf_org_csapi_cs_IpAppChargingManager_sessionAborted_sessionID, {"sessionID","giop-parlay.csapi.sessionAborted.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63239         {&hf_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet_loop, {"Seq length of chargingSessionSet","giop-parlay.csapi.abortMultipleChargingSessions.chargingSessionSet.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63240         {&hf_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet, {"chargingSessionSet","giop-parlay.csapi.abortMultipleChargingSessions.chargingSessionSet",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63241         {&hf_org_csapi_cs_IpChargingManager_createChargingSession_sessionDescription, {"sessionDescription","giop-parlay.csapi.createChargingSession.sessionDescription",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63242         {&hf_org_csapi_cs_IpChargingManager_createSplitChargingSession_sessionDescription, {"sessionDescription","giop-parlay.csapi.createSplitChargingSession.sessionDescription",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63243         {&hf_org_csapi_cs_IpChargingManager_createSplitChargingSession_users_loop, {"Seq length of users","giop-parlay.csapi.createSplitChargingSession.users.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63244         {&hf_org_csapi_policy_evaluation_IpAppPolicyDomain_reportNotification_assignmentID, {"assignmentID","giop-parlay.csapi.reportNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63245         {&hf_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_assignmentID, {"assignmentID","giop-parlay.csapi.evalPolicyRes.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63246         {&hf_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_outputVariables_loop, {"Seq length of outputVariables","giop-parlay.csapi.evalPolicyRes.outputVariables.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63247         {&hf_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr_assignmentID, {"assignmentID","giop-parlay.csapi.evalPolicyErr.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63248         {&hf_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr_error, {"error","giop-parlay.csapi.evalPolicyErr.error",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63249         {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_return_loop, {"Seq length of TpPolicyNameValueList","giop-parlay.csapi.evalPolicy.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63250         {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_domainName, {"domainName","giop-parlay.csapi.evalPolicy.domainName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63251         {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_signatureName, {"signatureName","giop-parlay.csapi.evalPolicy.signatureName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63252         {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_inputVariables_loop, {"Seq length of inputVariables","giop-parlay.csapi.evalPolicy.inputVariables.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63253         {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_return, {"TpAssignmentID","giop-parlay.csapi.evalPolicyReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63254         {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_domainName, {"domainName","giop-parlay.csapi.evalPolicyReq.domainName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63255         {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_signatureName, {"signatureName","giop-parlay.csapi.evalPolicyReq.signatureName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63256         {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_inputVariables_loop, {"Seq length of inputVariables","giop-parlay.csapi.evalPolicyReq.inputVariables.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63257         {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_abortEvalPolicyReq_domainName, {"domainName","giop-parlay.csapi.abortEvalPolicyReq.domainName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63258         {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_abortEvalPolicyReq_assignmentID, {"assignmentID","giop-parlay.csapi.abortEvalPolicyReq.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63259         {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_domainName, {"domainName","giop-parlay.csapi.generateEvent.domainName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63260         {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_eventDefinitionName, {"eventDefinitionName","giop-parlay.csapi.generateEvent.eventDefinitionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63261         {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_attributes_loop, {"Seq length of attributes","giop-parlay.csapi.generateEvent.attributes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63262         {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_return, {"TpAssignmentID","giop-parlay.csapi.createNotification.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63263         {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_domainName, {"domainName","giop-parlay.csapi.createNotification.domainName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63264         {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events_loop, {"Seq length of events","giop-parlay.csapi.createNotification.events.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63265         {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events, {"events","giop-parlay.csapi.createNotification.events",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63266         {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_assignmentID, {"assignmentID","giop-parlay.csapi.destroyNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63267         {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events_loop, {"Seq length of events","giop-parlay.csapi.destroyNotification.events.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63268         {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events, {"events","giop-parlay.csapi.destroyNotification.events",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63269         {&hf_org_csapi_policy_provisioning_IpPolicy_getAttribute_attributeName, {"attributeName","giop-parlay.csapi.getAttribute.attributeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63270         {&hf_org_csapi_policy_provisioning_IpPolicy_getAttributes_return_loop, {"Seq length of TpAttributeSet","giop-parlay.csapi.getAttributes.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63271         {&hf_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames_loop, {"Seq length of attributeNames","giop-parlay.csapi.getAttributes.attributeNames.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63272         {&hf_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames, {"attributeNames","giop-parlay.csapi.getAttributes.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63273         {&hf_org_csapi_policy_provisioning_IpPolicy_setAttributes_targetAttributes_loop, {"Seq length of targetAttributes","giop-parlay.csapi.setAttributes.targetAttributes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63274         {&hf_org_csapi_policy_provisioning_IpPolicyIterator_getList_return_loop, {"Seq length of TpStringSet","giop-parlay.csapi.getList.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63275         {&hf_org_csapi_policy_provisioning_IpPolicyIterator_getList_return, {"TpStringSet","giop-parlay.csapi.getList.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63276         {&hf_org_csapi_policy_provisioning_IpPolicyIterator_getList_startIndex, {"startIndex","giop-parlay.csapi.getList.startIndex",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63277         {&hf_org_csapi_policy_provisioning_IpPolicyIterator_getList_numberRequested, {"numberRequested","giop-parlay.csapi.getList.numberRequested",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63278         {&hf_org_csapi_policy_provisioning_IpPolicyRepository_createRepository_repositoryName, {"repositoryName","giop-parlay.csapi.createRepository.repositoryName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63279         {&hf_org_csapi_policy_provisioning_IpPolicyRepository_getRepository_repositoryName, {"repositoryName","giop-parlay.csapi.getRepository.repositoryName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63280         {&hf_org_csapi_policy_provisioning_IpPolicyRepository_removeRepository_repositoryName, {"repositoryName","giop-parlay.csapi.removeRepository.repositoryName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63281         {&hf_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryCount_return, {"TpInt32","giop-parlay.csapi.getRepositoryCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63282         {&hf_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionName, {"conditionName","giop-parlay.csapi.createCondition.conditionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63283         {&hf_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionType, {"conditionType","giop-parlay.csapi.createCondition.conditionType",FT_UINT32,BASE_DEC,VALS(org_csapi_policy_TpPolicyConditionType),0x0,NULL,HFILL}},
63284         {&hf_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionAttributes_loop, {"Seq length of conditionAttributes","giop-parlay.csapi.createCondition.conditionAttributes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63285         {&hf_org_csapi_policy_provisioning_IpPolicyRepository_getCondition_conditionName, {"conditionName","giop-parlay.csapi.getCondition.conditionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63286         {&hf_org_csapi_policy_provisioning_IpPolicyRepository_removeCondition_conditionName, {"conditionName","giop-parlay.csapi.removeCondition.conditionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63287         {&hf_org_csapi_policy_provisioning_IpPolicyRepository_getConditionCount_return, {"TpInt32","giop-parlay.csapi.getConditionCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63288         {&hf_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionName, {"actionName","giop-parlay.csapi.createAction.actionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63289         {&hf_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionType, {"actionType","giop-parlay.csapi.createAction.actionType",FT_UINT32,BASE_DEC,VALS(org_csapi_policy_TpPolicyActionType),0x0,NULL,HFILL}},
63290         {&hf_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionAttributes_loop, {"Seq length of actionAttributes","giop-parlay.csapi.createAction.actionAttributes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63291         {&hf_org_csapi_policy_provisioning_IpPolicyRepository_getAction_actionName, {"actionName","giop-parlay.csapi.getAction.actionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63292         {&hf_org_csapi_policy_provisioning_IpPolicyRepository_removeAction_actionName, {"actionName","giop-parlay.csapi.removeAction.actionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63293         {&hf_org_csapi_policy_provisioning_IpPolicyRepository_getActionCount_return, {"TpInt32","giop-parlay.csapi.getActionCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63294         {&hf_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionName, {"conditionName","giop-parlay.csapi.createCondition.conditionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63295         {&hf_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionType, {"conditionType","giop-parlay.csapi.createCondition.conditionType",FT_UINT32,BASE_DEC,VALS(org_csapi_policy_TpPolicyConditionType),0x0,NULL,HFILL}},
63296         {&hf_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionAttributes_loop, {"Seq length of conditionAttributes","giop-parlay.csapi.createCondition.conditionAttributes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63297         {&hf_org_csapi_policy_provisioning_IpPolicyRule_getCondition_conditionName, {"conditionName","giop-parlay.csapi.getCondition.conditionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63298         {&hf_org_csapi_policy_provisioning_IpPolicyRule_removeCondition_conditionName, {"conditionName","giop-parlay.csapi.removeCondition.conditionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63299         {&hf_org_csapi_policy_provisioning_IpPolicyRule_getConditionCount_return, {"TpInt32","giop-parlay.csapi.getConditionCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63300         {&hf_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionName, {"actionName","giop-parlay.csapi.createAction.actionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63301         {&hf_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionType, {"actionType","giop-parlay.csapi.createAction.actionType",FT_UINT32,BASE_DEC,VALS(org_csapi_policy_TpPolicyActionType),0x0,NULL,HFILL}},
63302         {&hf_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionAttributes_loop, {"Seq length of actionAttributes","giop-parlay.csapi.createAction.actionAttributes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63303         {&hf_org_csapi_policy_provisioning_IpPolicyRule_getAction_actionName, {"actionName","giop-parlay.csapi.getAction.actionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63304         {&hf_org_csapi_policy_provisioning_IpPolicyRule_removeAction_actionName, {"actionName","giop-parlay.csapi.removeAction.actionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63305         {&hf_org_csapi_policy_provisioning_IpPolicyRule_getActionCount_return, {"TpInt32","giop-parlay.csapi.getActionCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63306         {&hf_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodConditionByName_conditionName, {"conditionName","giop-parlay.csapi.setValidityPeriodConditionByName.conditionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63307         {&hf_org_csapi_policy_provisioning_IpPolicyRule_setConditionList_conditionList_loop, {"Seq length of conditionList","giop-parlay.csapi.setConditionList.conditionList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63308         {&hf_org_csapi_policy_provisioning_IpPolicyRule_getConditionList_return_loop, {"Seq length of TpPolicyConditionList","giop-parlay.csapi.getConditionList.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63309         {&hf_org_csapi_policy_provisioning_IpPolicyRule_setActionList_actionList_loop, {"Seq length of actionList","giop-parlay.csapi.setActionList.actionList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63310         {&hf_org_csapi_policy_provisioning_IpPolicyRule_getActionList_return_loop, {"Seq length of TpPolicyActionList","giop-parlay.csapi.getActionList.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63311         {&hf_org_csapi_policy_provisioning_IpPolicyManager_createDomain_domainName, {"domainName","giop-parlay.csapi.createDomain.domainName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63312         {&hf_org_csapi_policy_provisioning_IpPolicyManager_getDomain_domainName, {"domainName","giop-parlay.csapi.getDomain.domainName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63313         {&hf_org_csapi_policy_provisioning_IpPolicyManager_removeDomain_domainName, {"domainName","giop-parlay.csapi.removeDomain.domainName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63314         {&hf_org_csapi_policy_provisioning_IpPolicyManager_getDomainCount_return, {"TpInt32","giop-parlay.csapi.getDomainCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63315         {&hf_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return_loop, {"Seq length of TpStringSet","giop-parlay.csapi.findMatchingDomains.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63316         {&hf_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return, {"TpStringSet","giop-parlay.csapi.findMatchingDomains.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63317         {&hf_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_matchingAttributes_loop, {"Seq length of matchingAttributes","giop-parlay.csapi.findMatchingDomains.matchingAttributes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63318         {&hf_org_csapi_policy_provisioning_IpPolicyManager_createRepository_repositoryName, {"repositoryName","giop-parlay.csapi.createRepository.repositoryName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63319         {&hf_org_csapi_policy_provisioning_IpPolicyManager_getRepository_repositoryName, {"repositoryName","giop-parlay.csapi.getRepository.repositoryName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63320         {&hf_org_csapi_policy_provisioning_IpPolicyManager_removeRepository_repositoryName, {"repositoryName","giop-parlay.csapi.removeRepository.repositoryName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63321         {&hf_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryCount_return, {"TpInt32","giop-parlay.csapi.getRepositoryCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63322         {&hf_org_csapi_policy_provisioning_IpPolicyManager_commitTransaction_return, {"TpBoolean","giop-parlay.csapi.commitTransaction.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
63323         {&hf_org_csapi_policy_provisioning_IpPolicyGroup_createGroup_groupName, {"groupName","giop-parlay.csapi.createGroup.groupName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63324         {&hf_org_csapi_policy_provisioning_IpPolicyGroup_getGroup_groupName, {"groupName","giop-parlay.csapi.getGroup.groupName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63325         {&hf_org_csapi_policy_provisioning_IpPolicyGroup_removeGroup_groupName, {"groupName","giop-parlay.csapi.removeGroup.groupName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63326         {&hf_org_csapi_policy_provisioning_IpPolicyGroup_getGroupCount_return, {"TpInt32","giop-parlay.csapi.getGroupCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63327         {&hf_org_csapi_policy_provisioning_IpPolicyGroup_createRule_ruleName, {"ruleName","giop-parlay.csapi.createRule.ruleName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63328         {&hf_org_csapi_policy_provisioning_IpPolicyGroup_getRule_ruleName, {"ruleName","giop-parlay.csapi.getRule.ruleName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63329         {&hf_org_csapi_policy_provisioning_IpPolicyGroup_removeRule_ruleName, {"ruleName","giop-parlay.csapi.removeRule.ruleName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63330         {&hf_org_csapi_policy_provisioning_IpPolicyGroup_getRuleCount_return, {"TpInt32","giop-parlay.csapi.getRuleCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63331         {&hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes_requiredAttributes_loop, {"Seq length of requiredAttributes","giop-parlay.csapi.setRequiredAttributes.requiredAttributes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63332         {&hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes_optionalAttributes_loop, {"Seq length of optionalAttributes","giop-parlay.csapi.setOptionalAttributes.optionalAttributes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63333         {&hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes_return_loop, {"Seq length of TpAttributeSet","giop-parlay.csapi.getRequiredAttributes.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63334         {&hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes_return_loop, {"Seq length of TpAttributeSet","giop-parlay.csapi.getOptionalAttributes.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63335         {&hf_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables_loop, {"Seq length of inputVariables","giop-parlay.csapi.setInputVariables.inputVariables.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63336         {&hf_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables, {"inputVariables","giop-parlay.csapi.setInputVariables.inputVariables",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63337         {&hf_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables_loop, {"Seq length of outputVariables","giop-parlay.csapi.setOutputVariables.outputVariables.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63338         {&hf_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables, {"outputVariables","giop-parlay.csapi.setOutputVariables.outputVariables",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63339         {&hf_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return_loop, {"Seq length of TpStringSet","giop-parlay.csapi.getInputVariables.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63340         {&hf_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return, {"TpStringSet","giop-parlay.csapi.getInputVariables.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63341         {&hf_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return_loop, {"Seq length of TpStringSet","giop-parlay.csapi.getOutputVariables.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63342         {&hf_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return, {"TpStringSet","giop-parlay.csapi.getOutputVariables.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63343         {&hf_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames_loop, {"Seq length of groupNames","giop-parlay.csapi.setGroupNames.groupNames.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63344         {&hf_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames, {"groupNames","giop-parlay.csapi.setGroupNames.groupNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63345         {&hf_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames_loop, {"Seq length of roleNames","giop-parlay.csapi.setPolicyRoles.roleNames.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63346         {&hf_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames, {"roleNames","giop-parlay.csapi.setPolicyRoles.roleNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63347         {&hf_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return_loop, {"Seq length of TpStringSet","giop-parlay.csapi.getGroupNames.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63348         {&hf_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return, {"TpStringSet","giop-parlay.csapi.getGroupNames.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63349         {&hf_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return_loop, {"Seq length of TpStringSet","giop-parlay.csapi.getPolicyRoles.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63350         {&hf_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return, {"TpStringSet","giop-parlay.csapi.getPolicyRoles.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63351         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_createDomain_domainName, {"domainName","giop-parlay.csapi.createDomain.domainName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63352         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getDomain_domainName, {"domainName","giop-parlay.csapi.getDomain.domainName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63353         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_removeDomain_domainName, {"domainName","giop-parlay.csapi.removeDomain.domainName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63354         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getDomainCount_return, {"TpInt32","giop-parlay.csapi.getDomainCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63355         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_createGroup_groupName, {"groupName","giop-parlay.csapi.createGroup.groupName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63356         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getGroup_groupName, {"groupName","giop-parlay.csapi.getGroup.groupName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63357         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_removeGroup_groupName, {"groupName","giop-parlay.csapi.removeGroup.groupName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63358         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getGroupCount_return, {"TpInt32","giop-parlay.csapi.getGroupCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63359         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_createRule_ruleName, {"ruleName","giop-parlay.csapi.createRule.ruleName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63360         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getRule_ruleName, {"ruleName","giop-parlay.csapi.getRule.ruleName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63361         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_removeRule_ruleName, {"ruleName","giop-parlay.csapi.removeRule.ruleName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63362         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getRuleCount_return, {"TpInt32","giop-parlay.csapi.getRuleCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63363         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_eventDefinitionName, {"eventDefinitionName","giop-parlay.csapi.createEventDefinition.eventDefinitionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63364         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes_loop, {"Seq length of requiredAttributes","giop-parlay.csapi.createEventDefinition.requiredAttributes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63365         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes, {"requiredAttributes","giop-parlay.csapi.createEventDefinition.requiredAttributes",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63366         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes_loop, {"Seq length of optionalAttributes","giop-parlay.csapi.createEventDefinition.optionalAttributes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63367         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes, {"optionalAttributes","giop-parlay.csapi.createEventDefinition.optionalAttributes",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63368         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinition_eventDefinitionName, {"eventDefinitionName","giop-parlay.csapi.getEventDefinition.eventDefinitionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63369         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_removeEventDefinition_eventDefinitionName, {"eventDefinitionName","giop-parlay.csapi.removeEventDefinition.eventDefinitionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63370         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionCount_return, {"TpInt32","giop-parlay.csapi.getEventDefinitionCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63371         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_createVariableSet_variableSetName, {"variableSetName","giop-parlay.csapi.createVariableSet.variableSetName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63372         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_return_loop, {"Seq length of TpPolicyVarSet","giop-parlay.csapi.getVariableSet.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63373         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_variableSetName, {"variableSetName","giop-parlay.csapi.getVariableSet.variableSetName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63374         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_removeVariableSet_variableSetName, {"variableSetName","giop-parlay.csapi.removeVariableSet.variableSetName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63375         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetCount_return, {"TpInt32","giop-parlay.csapi.getVariableSetCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63376         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_createVariable_variableSetName, {"variableSetName","giop-parlay.csapi.createVariable.variableSetName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63377         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_createVariable_variableName, {"variableName","giop-parlay.csapi.createVariable.variableName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63378         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_setVariableValue_variableSetName, {"variableSetName","giop-parlay.csapi.setVariableValue.variableSetName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63379         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_setVariableValue_variableName, {"variableName","giop-parlay.csapi.setVariableValue.variableName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63380         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableType_variableSetName, {"variableSetName","giop-parlay.csapi.getVariableType.variableSetName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63381         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableType_variableName, {"variableName","giop-parlay.csapi.getVariableType.variableName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63382         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue_variableSetName, {"variableSetName","giop-parlay.csapi.getVariableValue.variableSetName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63383         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue_variableName, {"variableName","giop-parlay.csapi.getVariableValue.variableName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63384         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariable_variableSetName, {"variableSetName","giop-parlay.csapi.getVariable.variableSetName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63385         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariable_variableName, {"variableName","giop-parlay.csapi.getVariable.variableName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63386         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_removeVariable_variablSetName, {"variablSetName","giop-parlay.csapi.removeVariable.variablSetName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63387         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_removeVariable_variableName, {"variableName","giop-parlay.csapi.removeVariable.variableName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63388         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_createSignature_signatureName, {"signatureName","giop-parlay.csapi.createSignature.signatureName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63389         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getSignature_signatureName, {"signatureName","giop-parlay.csapi.getSignature.signatureName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63390         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_removeSignature_signatureName, {"signatureName","giop-parlay.csapi.removeSignature.signatureName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63391         {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureCount_return, {"TpInt32","giop-parlay.csapi.getSignatureCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63392         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identity, {"identity","giop-parlay.csapi.createIdentity.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63393         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes_loop, {"Seq length of identityTypes","giop-parlay.csapi.createIdentity.identityTypes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63394         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes, {"identityTypes","giop-parlay.csapi.createIdentity.identityTypes",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63395         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.createIdentity.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63396         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken, {"authToken","giop-parlay.csapi.createIdentity.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63397         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_identity, {"identity","giop-parlay.csapi.deleteIdentity.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63398         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.deleteIdentity.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63399         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken, {"authToken","giop-parlay.csapi.deleteIdentity.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63400         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_return, {"TpBoolean","giop-parlay.csapi.isIdentity.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
63401         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_identity, {"identity","giop-parlay.csapi.isIdentity.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63402         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.isIdentity.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63403         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken, {"authToken","giop-parlay.csapi.isIdentity.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63404         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identity, {"identity","giop-parlay.csapi.createGroupIdentity.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63405         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes_loop, {"Seq length of identityTypes","giop-parlay.csapi.createGroupIdentity.identityTypes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63406         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes, {"identityTypes","giop-parlay.csapi.createGroupIdentity.identityTypes",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63407         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.createGroupIdentity.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63408         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken, {"authToken","giop-parlay.csapi.createGroupIdentity.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63409         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_identity, {"identity","giop-parlay.csapi.deleteGroupIdentity.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63410         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.deleteGroupIdentity.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63411         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken, {"authToken","giop-parlay.csapi.deleteGroupIdentity.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63412         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_group, {"group","giop-parlay.csapi.addToGroup.group",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63413         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_member, {"member","giop-parlay.csapi.addToGroup.member",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63414         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.addToGroup.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63415         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken, {"authToken","giop-parlay.csapi.addToGroup.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63416         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_group, {"group","giop-parlay.csapi.removeFromGroup.group",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63417         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_identity, {"identity","giop-parlay.csapi.removeFromGroup.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63418         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.removeFromGroup.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63419         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken, {"authToken","giop-parlay.csapi.removeFromGroup.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63420         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return_loop, {"Seq length of TpPAMFQNameList","giop-parlay.csapi.listMembers.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63421         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return, {"TpPAMFQNameList","giop-parlay.csapi.listMembers.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63422         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_identity, {"identity","giop-parlay.csapi.listMembers.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63423         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.listMembers.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63424         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken, {"authToken","giop-parlay.csapi.listMembers.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63425         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_return, {"TpBoolean","giop-parlay.csapi.isGroupIdentity.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
63426         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_identity, {"identity","giop-parlay.csapi.isGroupIdentity.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63427         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.isGroupIdentity.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63428         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken, {"authToken","giop-parlay.csapi.isGroupIdentity.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63429         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return_loop, {"Seq length of TpPAMFQNameList","giop-parlay.csapi.listGroupMembership.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63430         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return, {"TpPAMFQNameList","giop-parlay.csapi.listGroupMembership.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63431         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_identity, {"identity","giop-parlay.csapi.listGroupMembership.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63432         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.listGroupMembership.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63433         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken, {"authToken","giop-parlay.csapi.listGroupMembership.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63434         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_identity, {"identity","giop-parlay.csapi.addAlias.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63435         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_alias, {"alias","giop-parlay.csapi.addAlias.alias",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63436         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.addAlias.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63437         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken, {"authToken","giop-parlay.csapi.addAlias.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63438         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_identity, {"identity","giop-parlay.csapi.removeAliases.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63439         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_alias, {"alias","giop-parlay.csapi.removeAliases.alias",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63440         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.removeAliases.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63441         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken, {"authToken","giop-parlay.csapi.removeAliases.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63442         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return_loop, {"Seq length of TpPAMFQNameList","giop-parlay.csapi.listAliases.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63443         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return, {"TpPAMFQNameList","giop-parlay.csapi.listAliases.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63444         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_identity, {"identity","giop-parlay.csapi.listAliases.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63445         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.listAliases.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63446         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken, {"authToken","giop-parlay.csapi.listAliases.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63447         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_return, {"TpPAMFQName","giop-parlay.csapi.lookupByAlias.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63448         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_alias, {"alias","giop-parlay.csapi.lookupByAlias.alias",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63449         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.lookupByAlias.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63450         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken, {"authToken","giop-parlay.csapi.lookupByAlias.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63451         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identity, {"identity","giop-parlay.csapi.associateTypes.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63452         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes_loop, {"Seq length of identityTypes","giop-parlay.csapi.associateTypes.identityTypes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63453         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes, {"identityTypes","giop-parlay.csapi.associateTypes.identityTypes",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63454         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.associateTypes.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63455         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken, {"authToken","giop-parlay.csapi.associateTypes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63456         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identity, {"identity","giop-parlay.csapi.disassociateTypes.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63457         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes_loop, {"Seq length of identityTypes","giop-parlay.csapi.disassociateTypes.identityTypes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63458         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes, {"identityTypes","giop-parlay.csapi.disassociateTypes.identityTypes",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63459         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.disassociateTypes.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63460         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken, {"authToken","giop-parlay.csapi.disassociateTypes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63461         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return_loop, {"Seq length of TpPAMFQNameList","giop-parlay.csapi.listTypesOfIdentity.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63462         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return, {"TpPAMFQNameList","giop-parlay.csapi.listTypesOfIdentity.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63463         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_identity, {"identity","giop-parlay.csapi.listTypesOfIdentity.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63464         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.listTypesOfIdentity.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63465         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken, {"authToken","giop-parlay.csapi.listTypesOfIdentity.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63466         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_return, {"TpBoolean","giop-parlay.csapi.hasType.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
63467         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_identity, {"identity","giop-parlay.csapi.hasType.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63468         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_typeName, {"typeName","giop-parlay.csapi.hasType.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63469         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.hasType.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63470         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken, {"authToken","giop-parlay.csapi.hasType.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63471         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_return_loop, {"Seq length of TpPAMAttributeList","giop-parlay.csapi.getIdentityAttributes.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63472         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_identity, {"identity","giop-parlay.csapi.getIdentityAttributes.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63473         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_identityType, {"identityType","giop-parlay.csapi.getIdentityAttributes.identityType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63474         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames_loop, {"Seq length of attributeNames","giop-parlay.csapi.getIdentityAttributes.attributeNames.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63475         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames, {"attributeNames","giop-parlay.csapi.getIdentityAttributes.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63476         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.getIdentityAttributes.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63477         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken, {"authToken","giop-parlay.csapi.getIdentityAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63478         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_identity, {"identity","giop-parlay.csapi.setIdentityAttributes.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63479         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_identityType, {"identityType","giop-parlay.csapi.setIdentityAttributes.identityType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63480         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_attributes_loop, {"Seq length of attributes","giop-parlay.csapi.setIdentityAttributes.attributes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63481         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.setIdentityAttributes.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63482         {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken, {"authToken","giop-parlay.csapi.setIdentityAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63483         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentName, {"agentName","giop-parlay.csapi.createAgent.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63484         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes_loop, {"Seq length of agentTypes","giop-parlay.csapi.createAgent.agentTypes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63485         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes, {"agentTypes","giop-parlay.csapi.createAgent.agentTypes",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63486         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.createAgent.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63487         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken, {"authToken","giop-parlay.csapi.createAgent.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63488         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_agentName, {"agentName","giop-parlay.csapi.deleteAgent.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63489         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.deleteAgent.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63490         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken, {"authToken","giop-parlay.csapi.deleteAgent.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63491         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_return, {"TpBoolean","giop-parlay.csapi.isAgent.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
63492         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_agentName, {"agentName","giop-parlay.csapi.isAgent.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63493         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.isAgent.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63494         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken, {"authToken","giop-parlay.csapi.isAgent.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63495         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_agentName, {"agentName","giop-parlay.csapi.enableCapabilities.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63496         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities_loop, {"Seq length of capabilities","giop-parlay.csapi.enableCapabilities.capabilities.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63497         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities, {"capabilities","giop-parlay.csapi.enableCapabilities.capabilities",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63498         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.enableCapabilities.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63499         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken, {"authToken","giop-parlay.csapi.enableCapabilities.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63500         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_agentName, {"agentName","giop-parlay.csapi.disableCapabilities.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63501         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities_loop, {"Seq length of capabilities","giop-parlay.csapi.disableCapabilities.capabilities.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63502         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities, {"capabilities","giop-parlay.csapi.disableCapabilities.capabilities",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63503         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.disableCapabilities.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63504         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken, {"authToken","giop-parlay.csapi.disableCapabilities.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63505         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return_loop, {"Seq length of TpPAMCapabilityList","giop-parlay.csapi.listEnabledCapabilities.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63506         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return, {"TpPAMCapabilityList","giop-parlay.csapi.listEnabledCapabilities.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63507         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_agentName, {"agentName","giop-parlay.csapi.listEnabledCapabilities.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63508         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.listEnabledCapabilities.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63509         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken, {"authToken","giop-parlay.csapi.listEnabledCapabilities.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63510         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return_loop, {"Seq length of TpPAMCapabilityList","giop-parlay.csapi.listAllCapabilities.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63511         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return, {"TpPAMCapabilityList","giop-parlay.csapi.listAllCapabilities.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63512         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_agentName, {"agentName","giop-parlay.csapi.listAllCapabilities.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63513         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.listAllCapabilities.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63514         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken, {"authToken","giop-parlay.csapi.listAllCapabilities.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63515         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_return, {"TpBoolean","giop-parlay.csapi.isCapableOf.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
63516         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_agentName, {"agentName","giop-parlay.csapi.isCapableOf.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63517         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_capability, {"capability","giop-parlay.csapi.isCapableOf.capability",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63518         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.isCapableOf.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63519         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken, {"authToken","giop-parlay.csapi.isCapableOf.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63520         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentName, {"agentName","giop-parlay.csapi.associateTypes.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63521         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes_loop, {"Seq length of agentTypes","giop-parlay.csapi.associateTypes.agentTypes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63522         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes, {"agentTypes","giop-parlay.csapi.associateTypes.agentTypes",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63523         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.associateTypes.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63524         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken, {"authToken","giop-parlay.csapi.associateTypes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63525         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentName, {"agentName","giop-parlay.csapi.disassociateTypes.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63526         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes_loop, {"Seq length of agentTypes","giop-parlay.csapi.disassociateTypes.agentTypes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63527         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes, {"agentTypes","giop-parlay.csapi.disassociateTypes.agentTypes",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63528         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.disassociateTypes.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63529         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken, {"authToken","giop-parlay.csapi.disassociateTypes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63530         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return_loop, {"Seq length of TpStringList","giop-parlay.csapi.listTypesOfAgent.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63531         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return, {"TpStringList","giop-parlay.csapi.listTypesOfAgent.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63532         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_agentName, {"agentName","giop-parlay.csapi.listTypesOfAgent.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63533         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.listTypesOfAgent.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63534         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken, {"authToken","giop-parlay.csapi.listTypesOfAgent.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63535         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_return, {"TpBoolean","giop-parlay.csapi.hasType.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
63536         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_agentName, {"agentName","giop-parlay.csapi.hasType.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63537         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_typeName, {"typeName","giop-parlay.csapi.hasType.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63538         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.hasType.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63539         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken, {"authToken","giop-parlay.csapi.hasType.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63540         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_return_loop, {"Seq length of TpPAMAttributeList","giop-parlay.csapi.getAgentAttributes.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63541         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_agentName, {"agentName","giop-parlay.csapi.getAgentAttributes.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63542         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_agentType, {"agentType","giop-parlay.csapi.getAgentAttributes.agentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63543         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames_loop, {"Seq length of attributeNames","giop-parlay.csapi.getAgentAttributes.attributeNames.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63544         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames, {"attributeNames","giop-parlay.csapi.getAgentAttributes.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63545         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.getAgentAttributes.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63546         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken, {"authToken","giop-parlay.csapi.getAgentAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63547         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_agentName, {"agentName","giop-parlay.csapi.setAgentAttributes.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63548         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_agentType, {"agentType","giop-parlay.csapi.setAgentAttributes.agentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63549         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_attributes_loop, {"Seq length of attributes","giop-parlay.csapi.setAgentAttributes.attributes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63550         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.setAgentAttributes.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63551         {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken, {"authToken","giop-parlay.csapi.setAgentAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63552         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_identity, {"identity","giop-parlay.csapi.assignAgent.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63553         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_agentName, {"agentName","giop-parlay.csapi.assignAgent.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63554         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.assignAgent.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63555         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken, {"authToken","giop-parlay.csapi.assignAgent.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63556         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_identity, {"identity","giop-parlay.csapi.unassignAgent.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63557         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_agentName, {"agentName","giop-parlay.csapi.unassignAgent.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63558         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.unassignAgent.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63559         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken, {"authToken","giop-parlay.csapi.unassignAgent.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63560         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return_loop, {"Seq length of TpPAMFQNameList","giop-parlay.csapi.listAssignedAgents.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63561         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return, {"TpPAMFQNameList","giop-parlay.csapi.listAssignedAgents.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63562         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_identity, {"identity","giop-parlay.csapi.listAssignedAgents.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63563         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.listAssignedAgents.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63564         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken, {"authToken","giop-parlay.csapi.listAssignedAgents.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63565         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return_loop, {"Seq length of TpPAMFQNameList","giop-parlay.csapi.listAssociatedIdentitiesOfAgent.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63566         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return, {"TpPAMFQNameList","giop-parlay.csapi.listAssociatedIdentitiesOfAgent.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63567         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_agentName, {"agentName","giop-parlay.csapi.listAssociatedIdentitiesOfAgent.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63568         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.listAssociatedIdentitiesOfAgent.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63569         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken, {"authToken","giop-parlay.csapi.listAssociatedIdentitiesOfAgent.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63570         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return_loop, {"Seq length of TpPAMFQNameList","giop-parlay.csapi.listAssignedAgentsByCapability.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63571         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return, {"TpPAMFQNameList","giop-parlay.csapi.listAssignedAgentsByCapability.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63572         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_identity, {"identity","giop-parlay.csapi.listAssignedAgentsByCapability.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63573         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_capability, {"capability","giop-parlay.csapi.listAssignedAgentsByCapability.capability",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63574         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.listAssignedAgentsByCapability.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63575         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken, {"authToken","giop-parlay.csapi.listAssignedAgentsByCapability.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63576         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return_loop, {"Seq length of TpPAMCapabilityList","giop-parlay.csapi.listCapabilitiesOfIdentity.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63577         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return, {"TpPAMCapabilityList","giop-parlay.csapi.listCapabilitiesOfIdentity.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63578         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_identity, {"identity","giop-parlay.csapi.listCapabilitiesOfIdentity.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63579         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.listCapabilitiesOfIdentity.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63580         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken, {"authToken","giop-parlay.csapi.listCapabilitiesOfIdentity.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63581         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_return, {"TpBoolean","giop-parlay.csapi.isIdentityCapableOf.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
63582         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_identity, {"identity","giop-parlay.csapi.isIdentityCapableOf.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63583         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_capability, {"capability","giop-parlay.csapi.isIdentityCapableOf.capability",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63584         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.isIdentityCapableOf.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63585         {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken, {"authToken","giop-parlay.csapi.isIdentityCapableOf.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63586         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.createIdentityAttribute.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63587         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken, {"authToken","giop-parlay.csapi.createIdentityAttribute.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63588         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_attributeName, {"attributeName","giop-parlay.csapi.deleteIdentityAttribute.attributeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63589         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.deleteIdentityAttribute.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63590         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken, {"authToken","giop-parlay.csapi.deleteIdentityAttribute.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63591         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_attributeName, {"attributeName","giop-parlay.csapi.getIdentityAttributeDefinition.attributeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63592         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.getIdentityAttributeDefinition.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63593         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken, {"authToken","giop-parlay.csapi.getIdentityAttributeDefinition.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63594         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return_loop, {"Seq length of TpStringList","giop-parlay.csapi.listAllIdentityAttributes.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63595         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return, {"TpStringList","giop-parlay.csapi.listAllIdentityAttributes.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63596         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.listAllIdentityAttributes.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63597         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken, {"authToken","giop-parlay.csapi.listAllIdentityAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63598         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_typeName, {"typeName","giop-parlay.csapi.createIdentityType.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63599         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames_loop, {"Seq length of attributeNames","giop-parlay.csapi.createIdentityType.attributeNames.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63600         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames, {"attributeNames","giop-parlay.csapi.createIdentityType.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63601         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.createIdentityType.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63602         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken, {"authToken","giop-parlay.csapi.createIdentityType.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63603         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_typeName, {"typeName","giop-parlay.csapi.deleteIdentityType.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63604         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.deleteIdentityType.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63605         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken, {"authToken","giop-parlay.csapi.deleteIdentityType.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63606         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return_loop, {"Seq length of TpStringList","giop-parlay.csapi.listIdentityTypes.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63607         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return, {"TpStringList","giop-parlay.csapi.listIdentityTypes.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63608         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.listIdentityTypes.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63609         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken, {"authToken","giop-parlay.csapi.listIdentityTypes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63610         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_typeName, {"typeName","giop-parlay.csapi.addIdentityTypeAttributes.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63611         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames_loop, {"Seq length of attributeNames","giop-parlay.csapi.addIdentityTypeAttributes.attributeNames.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63612         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames, {"attributeNames","giop-parlay.csapi.addIdentityTypeAttributes.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63613         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.addIdentityTypeAttributes.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63614         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken, {"authToken","giop-parlay.csapi.addIdentityTypeAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63615         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_typeName, {"typeName","giop-parlay.csapi.removeIdentityTypeAttributes.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63616         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames_loop, {"Seq length of attributeNames","giop-parlay.csapi.removeIdentityTypeAttributes.attributeNames.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63617         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames, {"attributeNames","giop-parlay.csapi.removeIdentityTypeAttributes.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63618         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.removeIdentityTypeAttributes.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63619         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken, {"authToken","giop-parlay.csapi.removeIdentityTypeAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63620         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return_loop, {"Seq length of TpStringList","giop-parlay.csapi.listIdentityTypeAttributes.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63621         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return, {"TpStringList","giop-parlay.csapi.listIdentityTypeAttributes.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63622         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_typeName, {"typeName","giop-parlay.csapi.listIdentityTypeAttributes.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63623         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.listIdentityTypeAttributes.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63624         {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken, {"authToken","giop-parlay.csapi.listIdentityTypeAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63625         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.createAgentAttribute.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63626         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken, {"authToken","giop-parlay.csapi.createAgentAttribute.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63627         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_attributeName, {"attributeName","giop-parlay.csapi.deleteAgentAttribute.attributeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63628         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.deleteAgentAttribute.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63629         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken, {"authToken","giop-parlay.csapi.deleteAgentAttribute.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63630         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_attributeName, {"attributeName","giop-parlay.csapi.getAgentAttributeDefinition.attributeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63631         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.getAgentAttributeDefinition.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63632         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken, {"authToken","giop-parlay.csapi.getAgentAttributeDefinition.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63633         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return_loop, {"Seq length of TpStringList","giop-parlay.csapi.listAllAgentAttributes.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63634         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return, {"TpStringList","giop-parlay.csapi.listAllAgentAttributes.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63635         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.listAllAgentAttributes.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63636         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken, {"authToken","giop-parlay.csapi.listAllAgentAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63637         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_typeName, {"typeName","giop-parlay.csapi.createAgentType.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63638         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames_loop, {"Seq length of attributeNames","giop-parlay.csapi.createAgentType.attributeNames.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63639         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames, {"attributeNames","giop-parlay.csapi.createAgentType.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63640         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.createAgentType.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63641         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken, {"authToken","giop-parlay.csapi.createAgentType.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63642         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_typeName, {"typeName","giop-parlay.csapi.deleteAgentType.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63643         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.deleteAgentType.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63644         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken, {"authToken","giop-parlay.csapi.deleteAgentType.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63645         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return_loop, {"Seq length of TpStringList","giop-parlay.csapi.listAgentTypes.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63646         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return, {"TpStringList","giop-parlay.csapi.listAgentTypes.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63647         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.listAgentTypes.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63648         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken, {"authToken","giop-parlay.csapi.listAgentTypes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63649         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_typeName, {"typeName","giop-parlay.csapi.addAgentTypeAttributes.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63650         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames_loop, {"Seq length of attributeNames","giop-parlay.csapi.addAgentTypeAttributes.attributeNames.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63651         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames, {"attributeNames","giop-parlay.csapi.addAgentTypeAttributes.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63652         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.addAgentTypeAttributes.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63653         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken, {"authToken","giop-parlay.csapi.addAgentTypeAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63654         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_typeName, {"typeName","giop-parlay.csapi.removeAgentTypeAttributes.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63655         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames_loop, {"Seq length of attributeNames","giop-parlay.csapi.removeAgentTypeAttributes.attributeNames.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63656         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames, {"attributeNames","giop-parlay.csapi.removeAgentTypeAttributes.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63657         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.removeAgentTypeAttributes.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63658         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken, {"authToken","giop-parlay.csapi.removeAgentTypeAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63659         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return_loop, {"Seq length of TpStringList","giop-parlay.csapi.listAgentTypeAttributes.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63660         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return, {"TpStringList","giop-parlay.csapi.listAgentTypeAttributes.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63661         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_typeName, {"typeName","giop-parlay.csapi.listAgentTypeAttributes.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63662         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.listAgentTypeAttributes.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63663         {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken, {"authToken","giop-parlay.csapi.listAgentTypeAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63664         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.createCapabilityAttribute.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63665         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken, {"authToken","giop-parlay.csapi.createCapabilityAttribute.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63666         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_attributeName, {"attributeName","giop-parlay.csapi.deleteCapabilityAttribute.attributeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63667         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.deleteCapabilityAttribute.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63668         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken, {"authToken","giop-parlay.csapi.deleteCapabilityAttribute.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63669         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_attributeName, {"attributeName","giop-parlay.csapi.getCapabilityAttributeDefinition.attributeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63670         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.getCapabilityAttributeDefinition.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63671         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken, {"authToken","giop-parlay.csapi.getCapabilityAttributeDefinition.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63672         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return_loop, {"Seq length of TpStringList","giop-parlay.csapi.listAllCapabilityAttributes.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63673         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return, {"TpStringList","giop-parlay.csapi.listAllCapabilityAttributes.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63674         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.listAllCapabilityAttributes.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63675         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken, {"authToken","giop-parlay.csapi.listAllCapabilityAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63676         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_capabilityName, {"capabilityName","giop-parlay.csapi.createCapability.capabilityName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63677         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames_loop, {"Seq length of attributeNames","giop-parlay.csapi.createCapability.attributeNames.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63678         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames, {"attributeNames","giop-parlay.csapi.createCapability.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63679         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.createCapability.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63680         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken, {"authToken","giop-parlay.csapi.createCapability.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63681         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_capabilityName, {"capabilityName","giop-parlay.csapi.deleteCapability.capabilityName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63682         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.deleteCapability.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63683         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken, {"authToken","giop-parlay.csapi.deleteCapability.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63684         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return_loop, {"Seq length of TpPAMCapabilityList","giop-parlay.csapi.listCapabilities.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63685         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return, {"TpPAMCapabilityList","giop-parlay.csapi.listCapabilities.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63686         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.listCapabilities.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63687         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken, {"authToken","giop-parlay.csapi.listCapabilities.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63688         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_capabilityName, {"capabilityName","giop-parlay.csapi.addCapabilityAttributes.capabilityName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63689         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames_loop, {"Seq length of attributeNames","giop-parlay.csapi.addCapabilityAttributes.attributeNames.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63690         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames, {"attributeNames","giop-parlay.csapi.addCapabilityAttributes.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63691         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.addCapabilityAttributes.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63692         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken, {"authToken","giop-parlay.csapi.addCapabilityAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63693         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_capabilityName, {"capabilityName","giop-parlay.csapi.removeCapabilityAttributes.capabilityName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63694         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames_loop, {"Seq length of attributeNames","giop-parlay.csapi.removeCapabilityAttributes.attributeNames.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63695         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames, {"attributeNames","giop-parlay.csapi.removeCapabilityAttributes.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63696         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.removeCapabilityAttributes.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63697         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken, {"authToken","giop-parlay.csapi.removeCapabilityAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63698         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return_loop, {"Seq length of TpStringList","giop-parlay.csapi.listCapabilityAttributes.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63699         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return, {"TpStringList","giop-parlay.csapi.listCapabilityAttributes.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63700         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_capabilityName, {"capabilityName","giop-parlay.csapi.listCapabilityAttributes.capabilityName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63701         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.listCapabilityAttributes.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63702         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken, {"authToken","giop-parlay.csapi.listCapabilityAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63703         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_agentType, {"agentType","giop-parlay.csapi.assignCapabilitiesToType.agentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63704         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities_loop, {"Seq length of capabilities","giop-parlay.csapi.assignCapabilitiesToType.capabilities.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63705         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities, {"capabilities","giop-parlay.csapi.assignCapabilitiesToType.capabilities",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63706         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.assignCapabilitiesToType.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63707         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken, {"authToken","giop-parlay.csapi.assignCapabilitiesToType.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63708         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_agentType, {"agentType","giop-parlay.csapi.unassignCapabilitiesFromType.agentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63709         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities_loop, {"Seq length of capabilities","giop-parlay.csapi.unassignCapabilitiesFromType.capabilities.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63710         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities, {"capabilities","giop-parlay.csapi.unassignCapabilitiesFromType.capabilities",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63711         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.unassignCapabilitiesFromType.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63712         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken, {"authToken","giop-parlay.csapi.unassignCapabilitiesFromType.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63713         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return_loop, {"Seq length of TpPAMCapabilityList","giop-parlay.csapi.listCapabilitiesOfType.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63714         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return, {"TpPAMCapabilityList","giop-parlay.csapi.listCapabilitiesOfType.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63715         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_agentType, {"agentType","giop-parlay.csapi.listCapabilitiesOfType.agentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63716         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.listCapabilitiesOfType.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63717         {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken, {"authToken","giop-parlay.csapi.listCapabilitiesOfType.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63718         {&hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return_loop, {"Seq length of TpPAMCredential","giop-parlay.csapi.getAuthToken.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63719         {&hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return, {"TpPAMCredential","giop-parlay.csapi.getAuthToken.return",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63720         {&hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_askerData_loop, {"Seq length of askerData","giop-parlay.csapi.getAuthToken.askerData.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63721         {&hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_obtainInterface_interfaceName, {"interfaceName","giop-parlay.csapi.obtainInterface.interfaceName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63722         {&hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_identity, {"identity","giop-parlay.csapi.getAccessControl.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63723         {&hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.getAccessControl.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63724         {&hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken, {"authToken","giop-parlay.csapi.getAccessControl.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63725         {&hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_identity, {"identity","giop-parlay.csapi.setAccessControl.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63726         {&hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_operation, {"operation","giop-parlay.csapi.setAccessControl.operation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63727         {&hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.setAccessControl.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63728         {&hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken, {"authToken","giop-parlay.csapi.setAccessControl.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63729         {&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_identity, {"identity","giop-parlay.csapi.setIdentityPresence.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63730         {&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_identityType, {"identityType","giop-parlay.csapi.setIdentityPresence.identityType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63731         {&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_attributes_loop, {"Seq length of attributes","giop-parlay.csapi.setIdentityPresence.attributes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63732         {&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.setIdentityPresence.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63733         {&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken, {"authToken","giop-parlay.csapi.setIdentityPresence.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63734         {&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_identity, {"identity","giop-parlay.csapi.setIdentityPresenceExpiration.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63735         {&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_identityType, {"identityType","giop-parlay.csapi.setIdentityPresenceExpiration.identityType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63736         {&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames_loop, {"Seq length of attributeNames","giop-parlay.csapi.setIdentityPresenceExpiration.attributeNames.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63737         {&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames, {"attributeNames","giop-parlay.csapi.setIdentityPresenceExpiration.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63738         {&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_expiresIn, {"expiresIn","giop-parlay.csapi.setIdentityPresenceExpiration.expiresIn",FT_INT64,BASE_DEC,NULL,0x0,NULL,HFILL}},
63739         {&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.setIdentityPresenceExpiration.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63740         {&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken, {"authToken","giop-parlay.csapi.setIdentityPresenceExpiration.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63741         {&hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_return_loop, {"Seq length of TpPAMAttributeList","giop-parlay.csapi.getIdentityPresence.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63742         {&hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_identity, {"identity","giop-parlay.csapi.getIdentityPresence.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63743         {&hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_identityType, {"identityType","giop-parlay.csapi.getIdentityPresence.identityType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63744         {&hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames_loop, {"Seq length of attributeNames","giop-parlay.csapi.getIdentityPresence.attributeNames.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63745         {&hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames, {"attributeNames","giop-parlay.csapi.getIdentityPresence.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63746         {&hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.getIdentityPresence.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63747         {&hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken, {"authToken","giop-parlay.csapi.getIdentityPresence.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63748         {&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_agent, {"agent","giop-parlay.csapi.setAgentPresence.agent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63749         {&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_agentType, {"agentType","giop-parlay.csapi.setAgentPresence.agentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63750         {&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_attributes_loop, {"Seq length of attributes","giop-parlay.csapi.setAgentPresence.attributes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63751         {&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.setAgentPresence.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63752         {&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken, {"authToken","giop-parlay.csapi.setAgentPresence.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63753         {&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_agent, {"agent","giop-parlay.csapi.setCapabilityPresence.agent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63754         {&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_capability, {"capability","giop-parlay.csapi.setCapabilityPresence.capability",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63755         {&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_attributes_loop, {"Seq length of attributes","giop-parlay.csapi.setCapabilityPresence.attributes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63756         {&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.setCapabilityPresence.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63757         {&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken, {"authToken","giop-parlay.csapi.setCapabilityPresence.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63758         {&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_agent, {"agent","giop-parlay.csapi.setAgentPresenceExpiration.agent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63759         {&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_agentType, {"agentType","giop-parlay.csapi.setAgentPresenceExpiration.agentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63760         {&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames_loop, {"Seq length of attributeNames","giop-parlay.csapi.setAgentPresenceExpiration.attributeNames.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63761         {&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames, {"attributeNames","giop-parlay.csapi.setAgentPresenceExpiration.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63762         {&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_expiresIn, {"expiresIn","giop-parlay.csapi.setAgentPresenceExpiration.expiresIn",FT_INT64,BASE_DEC,NULL,0x0,NULL,HFILL}},
63763         {&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.setAgentPresenceExpiration.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63764         {&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken, {"authToken","giop-parlay.csapi.setAgentPresenceExpiration.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63765         {&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_agent, {"agent","giop-parlay.csapi.setCapabilityPresenceExpiration.agent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63766         {&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_capability, {"capability","giop-parlay.csapi.setCapabilityPresenceExpiration.capability",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63767         {&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames_loop, {"Seq length of attributeNames","giop-parlay.csapi.setCapabilityPresenceExpiration.attributeNames.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63768         {&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames, {"attributeNames","giop-parlay.csapi.setCapabilityPresenceExpiration.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63769         {&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_expiresIn, {"expiresIn","giop-parlay.csapi.setCapabilityPresenceExpiration.expiresIn",FT_INT64,BASE_DEC,NULL,0x0,NULL,HFILL}},
63770         {&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.setCapabilityPresenceExpiration.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63771         {&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken, {"authToken","giop-parlay.csapi.setCapabilityPresenceExpiration.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63772         {&hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_return_loop, {"Seq length of TpPAMAttributeList","giop-parlay.csapi.getAgentPresence.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63773         {&hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_agent, {"agent","giop-parlay.csapi.getAgentPresence.agent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63774         {&hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_agentType, {"agentType","giop-parlay.csapi.getAgentPresence.agentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63775         {&hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames_loop, {"Seq length of attributeNames","giop-parlay.csapi.getAgentPresence.attributeNames.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63776         {&hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames, {"attributeNames","giop-parlay.csapi.getAgentPresence.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63777         {&hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.getAgentPresence.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63778         {&hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken, {"authToken","giop-parlay.csapi.getAgentPresence.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63779         {&hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_return_loop, {"Seq length of TpPAMAttributeList","giop-parlay.csapi.getCapabilityPresence.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63780         {&hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_agent, {"agent","giop-parlay.csapi.getCapabilityPresence.agent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63781         {&hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_capability, {"capability","giop-parlay.csapi.getCapabilityPresence.capability",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63782         {&hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames_loop, {"Seq length of attributeNames","giop-parlay.csapi.getCapabilityPresence.attributeNames.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63783         {&hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames, {"attributeNames","giop-parlay.csapi.getCapabilityPresence.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63784         {&hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.getCapabilityPresence.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63785         {&hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken, {"authToken","giop-parlay.csapi.getCapabilityPresence.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63786         {&hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_return_loop, {"Seq length of TpPAMAvailabilityProfileList","giop-parlay.csapi.computeAvailability.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63787         {&hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_identity, {"identity","giop-parlay.csapi.computeAvailability.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63788         {&hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames_loop, {"Seq length of attributeNames","giop-parlay.csapi.computeAvailability.attributeNames.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63789         {&hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames, {"attributeNames","giop-parlay.csapi.computeAvailability.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63790         {&hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.computeAvailability.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63791         {&hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken, {"authToken","giop-parlay.csapi.computeAvailability.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63792         {&hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_return_loop, {"Seq length of TpPAMAvailabilityProfileList","giop-parlay.csapi.getAvailability.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63793         {&hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_identity, {"identity","giop-parlay.csapi.getAvailability.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63794         {&hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames_loop, {"Seq length of attributeNames","giop-parlay.csapi.getAvailability.attributeNames.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63795         {&hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames, {"attributeNames","giop-parlay.csapi.getAvailability.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63796         {&hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.getAvailability.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63797         {&hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken, {"authToken","giop-parlay.csapi.getAvailability.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63798         {&hf_org_csapi_pam_access_IpPAMAvailability_getPreference_identity, {"identity","giop-parlay.csapi.getPreference.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63799         {&hf_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.getPreference.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63800         {&hf_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken, {"authToken","giop-parlay.csapi.getPreference.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63801         {&hf_org_csapi_pam_access_IpPAMAvailability_setPreference_identity, {"identity","giop-parlay.csapi.setPreference.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63802         {&hf_org_csapi_pam_access_IpPAMAvailability_setPreference_operation, {"operation","giop-parlay.csapi.setPreference.operation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63803         {&hf_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.setPreference.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63804         {&hf_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken, {"authToken","giop-parlay.csapi.setPreference.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63805         {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return_loop, {"Seq length of TpPAMCredential","giop-parlay.csapi.getAuthToken.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63806         {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return, {"TpPAMCredential","giop-parlay.csapi.getAuthToken.return",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63807         {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_askerData_loop, {"Seq length of askerData","giop-parlay.csapi.getAuthToken.askerData.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63808         {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_obtainInterface_interfaceName, {"interfaceName","giop-parlay.csapi.obtainInterface.interfaceName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63809         {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_identity, {"identity","giop-parlay.csapi.getAccessControl.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63810         {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.getAccessControl.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63811         {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken, {"authToken","giop-parlay.csapi.getAccessControl.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63812         {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_identity, {"identity","giop-parlay.csapi.setAccessControl.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63813         {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_operation, {"operation","giop-parlay.csapi.setAccessControl.operation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63814         {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.setAccessControl.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63815         {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken, {"authToken","giop-parlay.csapi.setAccessControl.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63816         {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_identity, {"identity","giop-parlay.csapi.activateService.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63817         {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.activateService.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63818         {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken, {"authToken","giop-parlay.csapi.activateService.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63819         {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_identity, {"identity","giop-parlay.csapi.deactivateService.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63820         {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.deactivateService.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63821         {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken, {"authToken","giop-parlay.csapi.deactivateService.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63822         {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_return, {"TpBoolean","giop-parlay.csapi.isActiveIdentity.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
63823         {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_identity, {"identity","giop-parlay.csapi.isActiveIdentity.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63824         {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.isActiveIdentity.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63825         {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken, {"authToken","giop-parlay.csapi.isActiveIdentity.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63826         {&hf_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventID, {"eventID","giop-parlay.csapi.eventNotify.eventID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63827         {&hf_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventInfo_loop, {"Seq length of eventInfo","giop-parlay.csapi.eventNotify.eventInfo.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63828         {&hf_org_csapi_pam_event_IpAppPAMEventHandler_eventNotifyErr_eventID, {"eventID","giop-parlay.csapi.eventNotifyErr.eventID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63829         {&hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_return, {"TpBoolean","giop-parlay.csapi.isRegistered.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
63830         {&hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_clientID, {"clientID","giop-parlay.csapi.isRegistered.clientID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63831         {&hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.isRegistered.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63832         {&hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken, {"authToken","giop-parlay.csapi.isRegistered.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63833         {&hf_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_return, {"TpPAMClientID","giop-parlay.csapi.registerAppInterface.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63834         {&hf_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.registerAppInterface.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63835         {&hf_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken, {"authToken","giop-parlay.csapi.registerAppInterface.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63836         {&hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_return, {"TpPAMEventID","giop-parlay.csapi.registerForEvent.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63837         {&hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_clientID, {"clientID","giop-parlay.csapi.registerForEvent.clientID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63838         {&hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_eventList_loop, {"Seq length of eventList","giop-parlay.csapi.registerForEvent.eventList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63839         {&hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_validFor, {"validFor","giop-parlay.csapi.registerForEvent.validFor",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63840         {&hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.registerForEvent.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63841         {&hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken, {"authToken","giop-parlay.csapi.registerForEvent.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63842         {&hf_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_clientID, {"clientID","giop-parlay.csapi.deregisterAppInterface.clientID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63843         {&hf_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.deregisterAppInterface.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63844         {&hf_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken, {"authToken","giop-parlay.csapi.deregisterAppInterface.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63845         {&hf_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_eventID, {"eventID","giop-parlay.csapi.deregisterFromEvent.eventID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63846         {&hf_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.deregisterFromEvent.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63847         {&hf_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken, {"authToken","giop-parlay.csapi.deregisterFromEvent.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63848         {&hf_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return_loop, {"Seq length of TpPAMCredential","giop-parlay.csapi.getAuthToken.return.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63849         {&hf_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return, {"TpPAMCredential","giop-parlay.csapi.getAuthToken.return",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63850         {&hf_org_csapi_pam_event_IpPAMEventManager_getAuthToken_askerData_loop, {"Seq length of askerData","giop-parlay.csapi.getAuthToken.askerData.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63851         {&hf_org_csapi_pam_event_IpPAMEventManager_obtainInterface_interfaceName, {"interfaceName","giop-parlay.csapi.obtainInterface.interfaceName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63852         {&hf_org_csapi_pam_event_IpPAMEventManager_getAccessControl_identity, {"identity","giop-parlay.csapi.getAccessControl.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63853         {&hf_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.getAccessControl.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63854         {&hf_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken, {"authToken","giop-parlay.csapi.getAccessControl.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63855         {&hf_org_csapi_pam_event_IpPAMEventManager_setAccessControl_identity, {"identity","giop-parlay.csapi.setAccessControl.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63856         {&hf_org_csapi_pam_event_IpPAMEventManager_setAccessControl_operation, {"operation","giop-parlay.csapi.setAccessControl.operation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63857         {&hf_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.setAccessControl.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63858         {&hf_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken, {"authToken","giop-parlay.csapi.setAccessControl.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63859         {&hf_org_csapi_pam_event_IpPAMEventManager_activateService_identity, {"identity","giop-parlay.csapi.activateService.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63860         {&hf_org_csapi_pam_event_IpPAMEventManager_activateService_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.activateService.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63861         {&hf_org_csapi_pam_event_IpPAMEventManager_activateService_authToken, {"authToken","giop-parlay.csapi.activateService.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63862         {&hf_org_csapi_pam_event_IpPAMEventManager_deactivateService_identity, {"identity","giop-parlay.csapi.deactivateService.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63863         {&hf_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.deactivateService.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63864         {&hf_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken, {"authToken","giop-parlay.csapi.deactivateService.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63865         {&hf_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_return, {"TpBoolean","giop-parlay.csapi.isActiveIdentity.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
63866         {&hf_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_identity, {"identity","giop-parlay.csapi.isActiveIdentity.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63867         {&hf_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken_loop, {"Seq length of authToken","giop-parlay.csapi.isActiveIdentity.authToken.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63868         {&hf_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken, {"authToken","giop-parlay.csapi.isActiveIdentity.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63869         {&hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_assignmentID, {"assignmentID","giop-parlay.csapi.reportNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63870         {&hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_eventInfo_loop, {"Seq length of eventInfo","giop-parlay.csapi.reportNotification.eventInfo.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63871         {&hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes_mailboxSet_loop, {"Seq length of mailboxSet","giop-parlay.csapi.terminateMultipleMailboxes.mailboxSet.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63872         {&hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions_multiMediaMessagingSet_loop, {"Seq length of multiMediaMessagingSet","giop-parlay.csapi.terminateMultipleMultiMediaMessagingSessions.multiMediaMessagingSet.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63873         {&hf_org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox_mailboxID, {"mailboxID","giop-parlay.csapi.openMailbox.mailboxID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63874         {&hf_org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox_authenticationInfo, {"authenticationInfo","giop-parlay.csapi.openMailbox.authenticationInfo",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63875         {&hf_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_return, {"TpAssignmentID","giop-parlay.csapi.createNotification.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63876         {&hf_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_eventCriteria_loop, {"Seq length of eventCriteria","giop-parlay.csapi.createNotification.eventCriteria.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63877         {&hf_org_csapi_mmm_IpMultiMediaMessagingManager_destroyNotification_assignmentID, {"assignmentID","giop-parlay.csapi.destroyNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63878         {&hf_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_assignmentID, {"assignmentID","giop-parlay.csapi.changeNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63879         {&hf_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_eventCriteria_loop, {"Seq length of eventCriteria","giop-parlay.csapi.changeNotification.eventCriteria.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63880         {&hf_org_csapi_mmm_IpMultiMediaMessagingManager_getNextNotification_reset, {"reset","giop-parlay.csapi.getNextNotification.reset",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
63881         {&hf_org_csapi_mmm_IpMultiMediaMessagingManager_enableNotifications_return, {"TpAssignmentID","giop-parlay.csapi.enableNotifications.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63882         {&hf_org_csapi_mmm_IpAppMailbox_createFolderRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.createFolderRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63883         {&hf_org_csapi_mmm_IpAppMailbox_createFolderRes_requestID, {"requestID","giop-parlay.csapi.createFolderRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63884         {&hf_org_csapi_mmm_IpAppMailbox_createFolderRes_folderID, {"folderID","giop-parlay.csapi.createFolderRes.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63885         {&hf_org_csapi_mmm_IpAppMailbox_createFolderErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.createFolderErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63886         {&hf_org_csapi_mmm_IpAppMailbox_createFolderErr_requestID, {"requestID","giop-parlay.csapi.createFolderErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63887         {&hf_org_csapi_mmm_IpAppMailbox_createFolderErr_error, {"error","giop-parlay.csapi.createFolderErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
63888         {&hf_org_csapi_mmm_IpAppMailbox_createFolderErr_errorDetails, {"errorDetails","giop-parlay.csapi.createFolderErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63889         {&hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getFoldersRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63890         {&hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_requestID, {"requestID","giop-parlay.csapi.getFoldersRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63891         {&hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderID, {"folderID","giop-parlay.csapi.getFoldersRes.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63892         {&hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames_loop, {"Seq length of folderNames","giop-parlay.csapi.getFoldersRes.folderNames.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63893         {&hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames, {"folderNames","giop-parlay.csapi.getFoldersRes.folderNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63894         {&hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getFoldersErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63895         {&hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_requestID, {"requestID","giop-parlay.csapi.getFoldersErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63896         {&hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_folderID, {"folderID","giop-parlay.csapi.getFoldersErr.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63897         {&hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_error, {"error","giop-parlay.csapi.getFoldersErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
63898         {&hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_errorDetails, {"errorDetails","giop-parlay.csapi.getFoldersErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63899         {&hf_org_csapi_mmm_IpAppMailbox_deleteFolderRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.deleteFolderRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63900         {&hf_org_csapi_mmm_IpAppMailbox_deleteFolderRes_requestID, {"requestID","giop-parlay.csapi.deleteFolderRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63901         {&hf_org_csapi_mmm_IpAppMailbox_deleteFolderErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.deleteFolderErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63902         {&hf_org_csapi_mmm_IpAppMailbox_deleteFolderErr_requestID, {"requestID","giop-parlay.csapi.deleteFolderErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63903         {&hf_org_csapi_mmm_IpAppMailbox_deleteFolderErr_error, {"error","giop-parlay.csapi.deleteFolderErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
63904         {&hf_org_csapi_mmm_IpAppMailbox_deleteFolderErr_errorDetails, {"errorDetails","giop-parlay.csapi.deleteFolderErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63905         {&hf_org_csapi_mmm_IpAppMailbox_copyFolderRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.copyFolderRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63906         {&hf_org_csapi_mmm_IpAppMailbox_copyFolderRes_requestID, {"requestID","giop-parlay.csapi.copyFolderRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63907         {&hf_org_csapi_mmm_IpAppMailbox_copyFolderErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.copyFolderErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63908         {&hf_org_csapi_mmm_IpAppMailbox_copyFolderErr_requestID, {"requestID","giop-parlay.csapi.copyFolderErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63909         {&hf_org_csapi_mmm_IpAppMailbox_copyFolderErr_error, {"error","giop-parlay.csapi.copyFolderErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
63910         {&hf_org_csapi_mmm_IpAppMailbox_copyFolderErr_errorDetails, {"errorDetails","giop-parlay.csapi.copyFolderErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63911         {&hf_org_csapi_mmm_IpAppMailbox_moveFolderRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.moveFolderRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63912         {&hf_org_csapi_mmm_IpAppMailbox_moveFolderRes_requestID, {"requestID","giop-parlay.csapi.moveFolderRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63913         {&hf_org_csapi_mmm_IpAppMailbox_moveFolderErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.moveFolderErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63914         {&hf_org_csapi_mmm_IpAppMailbox_moveFolderErr_requestID, {"requestID","giop-parlay.csapi.moveFolderErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63915         {&hf_org_csapi_mmm_IpAppMailbox_moveFolderErr_error, {"error","giop-parlay.csapi.moveFolderErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
63916         {&hf_org_csapi_mmm_IpAppMailbox_moveFolderErr_errorDetails, {"errorDetails","giop-parlay.csapi.moveFolderErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63917         {&hf_org_csapi_mmm_IpAppMailbox_putMessageRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.putMessageRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63918         {&hf_org_csapi_mmm_IpAppMailbox_putMessageRes_requestID, {"requestID","giop-parlay.csapi.putMessageRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63919         {&hf_org_csapi_mmm_IpAppMailbox_putMessageRes_messageID, {"messageID","giop-parlay.csapi.putMessageRes.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63920         {&hf_org_csapi_mmm_IpAppMailbox_putMessageErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.putMessageErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63921         {&hf_org_csapi_mmm_IpAppMailbox_putMessageErr_requestID, {"requestID","giop-parlay.csapi.putMessageErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63922         {&hf_org_csapi_mmm_IpAppMailbox_putMessageErr_error, {"error","giop-parlay.csapi.putMessageErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
63923         {&hf_org_csapi_mmm_IpAppMailbox_putMessageErr_errorDetails, {"errorDetails","giop-parlay.csapi.putMessageErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63924         {&hf_org_csapi_mmm_IpAppMailbox_copyMessageRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.copyMessageRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63925         {&hf_org_csapi_mmm_IpAppMailbox_copyMessageRes_requestID, {"requestID","giop-parlay.csapi.copyMessageRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63926         {&hf_org_csapi_mmm_IpAppMailbox_copyMessageErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.copyMessageErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63927         {&hf_org_csapi_mmm_IpAppMailbox_copyMessageErr_requestID, {"requestID","giop-parlay.csapi.copyMessageErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63928         {&hf_org_csapi_mmm_IpAppMailbox_copyMessageErr_error, {"error","giop-parlay.csapi.copyMessageErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
63929         {&hf_org_csapi_mmm_IpAppMailbox_copyMessageErr_errorDetails, {"errorDetails","giop-parlay.csapi.copyMessageErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63930         {&hf_org_csapi_mmm_IpAppMailbox_moveMessageRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.moveMessageRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63931         {&hf_org_csapi_mmm_IpAppMailbox_moveMessageRes_requestID, {"requestID","giop-parlay.csapi.moveMessageRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63932         {&hf_org_csapi_mmm_IpAppMailbox_moveMessageErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.moveMessageErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63933         {&hf_org_csapi_mmm_IpAppMailbox_moveMessageErr_requestID, {"requestID","giop-parlay.csapi.moveMessageErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63934         {&hf_org_csapi_mmm_IpAppMailbox_moveMessageErr_error, {"error","giop-parlay.csapi.moveMessageErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
63935         {&hf_org_csapi_mmm_IpAppMailbox_moveMessageErr_errorDetails, {"errorDetails","giop-parlay.csapi.moveMessageErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63936         {&hf_org_csapi_mmm_IpAppMailbox_deleteMessageRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.deleteMessageRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63937         {&hf_org_csapi_mmm_IpAppMailbox_deleteMessageRes_requestID, {"requestID","giop-parlay.csapi.deleteMessageRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63938         {&hf_org_csapi_mmm_IpAppMailbox_deleteMessageErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.deleteMessageErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63939         {&hf_org_csapi_mmm_IpAppMailbox_deleteMessageErr_requestID, {"requestID","giop-parlay.csapi.deleteMessageErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63940         {&hf_org_csapi_mmm_IpAppMailbox_deleteMessageErr_error, {"error","giop-parlay.csapi.deleteMessageErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
63941         {&hf_org_csapi_mmm_IpAppMailbox_deleteMessageErr_errorDetails, {"errorDetails","giop-parlay.csapi.deleteMessageErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63942         {&hf_org_csapi_mmm_IpAppMailbox_listMessagesRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.listMessagesRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63943         {&hf_org_csapi_mmm_IpAppMailbox_listMessagesRes_requestID, {"requestID","giop-parlay.csapi.listMessagesRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63944         {&hf_org_csapi_mmm_IpAppMailbox_listMessagesRes_messageList_loop, {"Seq length of messageList","giop-parlay.csapi.listMessagesRes.messageList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63945         {&hf_org_csapi_mmm_IpAppMailbox_listMessagesRes_final, {"final","giop-parlay.csapi.listMessagesRes.final",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
63946         {&hf_org_csapi_mmm_IpAppMailbox_listMessagesErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.listMessagesErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63947         {&hf_org_csapi_mmm_IpAppMailbox_listMessagesErr_requestID, {"requestID","giop-parlay.csapi.listMessagesErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63948         {&hf_org_csapi_mmm_IpAppMailbox_listMessagesErr_error, {"error","giop-parlay.csapi.listMessagesErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
63949         {&hf_org_csapi_mmm_IpAppMailbox_listMessagesErr_errorDetails, {"errorDetails","giop-parlay.csapi.listMessagesErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63950         {&hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.listMessageBodyPartsRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63951         {&hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_requestID, {"requestID","giop-parlay.csapi.listMessageBodyPartsRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63952         {&hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_partsList_loop, {"Seq length of partsList","giop-parlay.csapi.listMessageBodyPartsRes.partsList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63953         {&hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.listMessageBodyPartsErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63954         {&hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr_requestID, {"requestID","giop-parlay.csapi.listMessageBodyPartsErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63955         {&hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr_error, {"error","giop-parlay.csapi.listMessageBodyPartsErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
63956         {&hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr_errorDetails, {"errorDetails","giop-parlay.csapi.listMessageBodyPartsErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63957         {&hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMessageBodyPartsRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63958         {&hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_requestID, {"requestID","giop-parlay.csapi.getMessageBodyPartsRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63959         {&hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_bodyParts_loop, {"Seq length of bodyParts","giop-parlay.csapi.getMessageBodyPartsRes.bodyParts.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63960         {&hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMessageBodyPartsErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63961         {&hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr_requestID, {"requestID","giop-parlay.csapi.getMessageBodyPartsErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63962         {&hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr_error, {"error","giop-parlay.csapi.getMessageBodyPartsErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
63963         {&hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr_errorDetails, {"errorDetails","giop-parlay.csapi.getMessageBodyPartsErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63964         {&hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMessageHeadersRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63965         {&hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_requestID, {"requestID","giop-parlay.csapi.getMessageHeadersRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63966         {&hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_headers_loop, {"Seq length of headers","giop-parlay.csapi.getMessageHeadersRes.headers.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63967         {&hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMessageHeadersErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63968         {&hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr_requestID, {"requestID","giop-parlay.csapi.getMessageHeadersErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63969         {&hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr_error, {"error","giop-parlay.csapi.getMessageHeadersErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
63970         {&hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr_errorDetails, {"errorDetails","giop-parlay.csapi.getMessageHeadersErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63971         {&hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMessageContentRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63972         {&hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_requestID, {"requestID","giop-parlay.csapi.getMessageContentRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63973         {&hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_contentType, {"contentType","giop-parlay.csapi.getMessageContentRes.contentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63974         {&hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_contentTransferEncoding, {"contentTransferEncoding","giop-parlay.csapi.getMessageContentRes.contentTransferEncoding",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63975         {&hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content_loop, {"Seq length of content","giop-parlay.csapi.getMessageContentRes.content.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63976         {&hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content, {"content","giop-parlay.csapi.getMessageContentRes.content",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63977         {&hf_org_csapi_mmm_IpAppMailbox_getMessageContentErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMessageContentErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63978         {&hf_org_csapi_mmm_IpAppMailbox_getMessageContentErr_requestID, {"requestID","giop-parlay.csapi.getMessageContentErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63979         {&hf_org_csapi_mmm_IpAppMailbox_getMessageContentErr_error, {"error","giop-parlay.csapi.getMessageContentErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
63980         {&hf_org_csapi_mmm_IpAppMailbox_getMessageContentErr_errorDetails, {"errorDetails","giop-parlay.csapi.getMessageContentErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63981         {&hf_org_csapi_mmm_IpAppMailbox_getFullMessageRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getFullMessageRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63982         {&hf_org_csapi_mmm_IpAppMailbox_getFullMessageRes_requestID, {"requestID","giop-parlay.csapi.getFullMessageRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63983         {&hf_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message_loop, {"Seq length of message","giop-parlay.csapi.getFullMessageRes.message.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63984         {&hf_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message, {"message","giop-parlay.csapi.getFullMessageRes.message",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
63985         {&hf_org_csapi_mmm_IpAppMailbox_getFullMessageErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getFullMessageErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63986         {&hf_org_csapi_mmm_IpAppMailbox_getFullMessageErr_requestID, {"requestID","giop-parlay.csapi.getFullMessageErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63987         {&hf_org_csapi_mmm_IpAppMailbox_getFullMessageErr_error, {"error","giop-parlay.csapi.getFullMessageErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
63988         {&hf_org_csapi_mmm_IpAppMailbox_getFullMessageErr_errorDetails, {"errorDetails","giop-parlay.csapi.getFullMessageErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63989         {&hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMailboxInfoPropertiesRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63990         {&hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_requestID, {"requestID","giop-parlay.csapi.getMailboxInfoPropertiesRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63991         {&hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_returnedProperties_loop, {"Seq length of returnedProperties","giop-parlay.csapi.getMailboxInfoPropertiesRes.returnedProperties.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63992         {&hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getFolderInfoPropertiesRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63993         {&hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_requestID, {"requestID","giop-parlay.csapi.getFolderInfoPropertiesRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63994         {&hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_folderID, {"folderID","giop-parlay.csapi.getFolderInfoPropertiesRes.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63995         {&hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_returnedProperties_loop, {"Seq length of returnedProperties","giop-parlay.csapi.getFolderInfoPropertiesRes.returnedProperties.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63996         {&hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMessageInfoPropertiesRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63997         {&hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_requestID, {"requestID","giop-parlay.csapi.getMessageInfoPropertiesRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
63998         {&hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_messageID, {"messageID","giop-parlay.csapi.getMessageInfoPropertiesRes.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
63999         {&hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_returnedProperties_loop, {"Seq length of returnedProperties","giop-parlay.csapi.getMessageInfoPropertiesRes.returnedProperties.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64000         {&hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.setMessageInfoPropertiesRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64001         {&hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_requestID, {"requestID","giop-parlay.csapi.setMessageInfoPropertiesRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64002         {&hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_messageID, {"messageID","giop-parlay.csapi.setMessageInfoPropertiesRes.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64003         {&hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_propertiesUpdated_loop, {"Seq length of propertiesUpdated","giop-parlay.csapi.setMessageInfoPropertiesRes.propertiesUpdated.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64004         {&hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.setMessageInfoPropertiesErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64005         {&hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_requestID, {"requestID","giop-parlay.csapi.setMessageInfoPropertiesErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64006         {&hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_messageID, {"messageID","giop-parlay.csapi.setMessageInfoPropertiesErr.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64007         {&hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_propertiesNotUpdated_loop, {"Seq length of propertiesNotUpdated","giop-parlay.csapi.setMessageInfoPropertiesErr.propertiesNotUpdated.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64008         {&hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMailboxInfoPropertiesErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64009         {&hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr_requestID, {"requestID","giop-parlay.csapi.getMailboxInfoPropertiesErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64010         {&hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr_error, {"error","giop-parlay.csapi.getMailboxInfoPropertiesErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
64011         {&hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr_errorDetails, {"errorDetails","giop-parlay.csapi.getMailboxInfoPropertiesErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64012         {&hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getFolderInfoPropertiesErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64013         {&hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr_requestID, {"requestID","giop-parlay.csapi.getFolderInfoPropertiesErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64014         {&hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr_error, {"error","giop-parlay.csapi.getFolderInfoPropertiesErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
64015         {&hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr_errorDetails, {"errorDetails","giop-parlay.csapi.getFolderInfoPropertiesErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64016         {&hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMessageInfoPropertiesErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64017         {&hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr_requestID, {"requestID","giop-parlay.csapi.getMessageInfoPropertiesErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64018         {&hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr_error, {"error","giop-parlay.csapi.getMessageInfoPropertiesErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
64019         {&hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr_errorDetails, {"errorDetails","giop-parlay.csapi.getMessageInfoPropertiesErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64020         {&hf_org_csapi_mmm_IpMailbox_close_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.close.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64021         {&hf_org_csapi_mmm_IpMailbox_createFolderReq_return, {"TpAssignmentID","giop-parlay.csapi.createFolderReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64022         {&hf_org_csapi_mmm_IpMailbox_createFolderReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.createFolderReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64023         {&hf_org_csapi_mmm_IpMailbox_createFolderReq_folderID, {"folderID","giop-parlay.csapi.createFolderReq.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64024         {&hf_org_csapi_mmm_IpMailbox_getFoldersReq_return, {"TpAssignmentID","giop-parlay.csapi.getFoldersReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64025         {&hf_org_csapi_mmm_IpMailbox_getFoldersReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getFoldersReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64026         {&hf_org_csapi_mmm_IpMailbox_getFoldersReq_folderID, {"folderID","giop-parlay.csapi.getFoldersReq.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64027         {&hf_org_csapi_mmm_IpMailbox_deleteFolderReq_return, {"TpAssignmentID","giop-parlay.csapi.deleteFolderReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64028         {&hf_org_csapi_mmm_IpMailbox_deleteFolderReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.deleteFolderReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64029         {&hf_org_csapi_mmm_IpMailbox_deleteFolderReq_folderID, {"folderID","giop-parlay.csapi.deleteFolderReq.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64030         {&hf_org_csapi_mmm_IpMailbox_copyFolderReq_return, {"TpAssignmentID","giop-parlay.csapi.copyFolderReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64031         {&hf_org_csapi_mmm_IpMailbox_copyFolderReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.copyFolderReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64032         {&hf_org_csapi_mmm_IpMailbox_copyFolderReq_sourceFolderID, {"sourceFolderID","giop-parlay.csapi.copyFolderReq.sourceFolderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64033         {&hf_org_csapi_mmm_IpMailbox_copyFolderReq_destinationFolderID, {"destinationFolderID","giop-parlay.csapi.copyFolderReq.destinationFolderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64034         {&hf_org_csapi_mmm_IpMailbox_moveFolderReq_return, {"TpAssignmentID","giop-parlay.csapi.moveFolderReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64035         {&hf_org_csapi_mmm_IpMailbox_moveFolderReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.moveFolderReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64036         {&hf_org_csapi_mmm_IpMailbox_moveFolderReq_sourceFolderID, {"sourceFolderID","giop-parlay.csapi.moveFolderReq.sourceFolderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64037         {&hf_org_csapi_mmm_IpMailbox_moveFolderReq_destinationFolderID, {"destinationFolderID","giop-parlay.csapi.moveFolderReq.destinationFolderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64038         {&hf_org_csapi_mmm_IpMailbox_putMessageReq_return, {"TpAssignmentID","giop-parlay.csapi.putMessageReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64039         {&hf_org_csapi_mmm_IpMailbox_putMessageReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.putMessageReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64040         {&hf_org_csapi_mmm_IpMailbox_putMessageReq_folderID, {"folderID","giop-parlay.csapi.putMessageReq.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64041         {&hf_org_csapi_mmm_IpMailbox_putMessageReq_message_loop, {"Seq length of message","giop-parlay.csapi.putMessageReq.message.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64042         {&hf_org_csapi_mmm_IpMailbox_putMessageReq_message, {"message","giop-parlay.csapi.putMessageReq.message",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
64043         {&hf_org_csapi_mmm_IpMailbox_copyMessageReq_return, {"TpAssignmentID","giop-parlay.csapi.copyMessageReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64044         {&hf_org_csapi_mmm_IpMailbox_copyMessageReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.copyMessageReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64045         {&hf_org_csapi_mmm_IpMailbox_copyMessageReq_fromFolderID, {"fromFolderID","giop-parlay.csapi.copyMessageReq.fromFolderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64046         {&hf_org_csapi_mmm_IpMailbox_copyMessageReq_toFolderID, {"toFolderID","giop-parlay.csapi.copyMessageReq.toFolderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64047         {&hf_org_csapi_mmm_IpMailbox_copyMessageReq_messageID, {"messageID","giop-parlay.csapi.copyMessageReq.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64048         {&hf_org_csapi_mmm_IpMailbox_moveMessageReq_return, {"TpAssignmentID","giop-parlay.csapi.moveMessageReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64049         {&hf_org_csapi_mmm_IpMailbox_moveMessageReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.moveMessageReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64050         {&hf_org_csapi_mmm_IpMailbox_moveMessageReq_fromFolderID, {"fromFolderID","giop-parlay.csapi.moveMessageReq.fromFolderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64051         {&hf_org_csapi_mmm_IpMailbox_moveMessageReq_toFolderID, {"toFolderID","giop-parlay.csapi.moveMessageReq.toFolderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64052         {&hf_org_csapi_mmm_IpMailbox_moveMessageReq_messageID, {"messageID","giop-parlay.csapi.moveMessageReq.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64053         {&hf_org_csapi_mmm_IpMailbox_deleteMessageReq_return, {"TpAssignmentID","giop-parlay.csapi.deleteMessageReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64054         {&hf_org_csapi_mmm_IpMailbox_deleteMessageReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.deleteMessageReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64055         {&hf_org_csapi_mmm_IpMailbox_deleteMessageReq_fromFolderID, {"fromFolderID","giop-parlay.csapi.deleteMessageReq.fromFolderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64056         {&hf_org_csapi_mmm_IpMailbox_deleteMessageReq_messageID, {"messageID","giop-parlay.csapi.deleteMessageReq.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64057         {&hf_org_csapi_mmm_IpMailbox_listMessagesReq_return, {"TpAssignmentID","giop-parlay.csapi.listMessagesReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64058         {&hf_org_csapi_mmm_IpMailbox_listMessagesReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.listMessagesReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64059         {&hf_org_csapi_mmm_IpMailbox_listMessagesReq_folderID, {"folderID","giop-parlay.csapi.listMessagesReq.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64060         {&hf_org_csapi_mmm_IpMailbox_listMessagesReq_reset, {"reset","giop-parlay.csapi.listMessagesReq.reset",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64061         {&hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_return, {"TpAssignmentID","giop-parlay.csapi.listMessageBodyPartsReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64062         {&hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.listMessageBodyPartsReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64063         {&hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_folderID, {"folderID","giop-parlay.csapi.listMessageBodyPartsReq.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64064         {&hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_messageID, {"messageID","giop-parlay.csapi.listMessageBodyPartsReq.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64065         {&hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_maxNestingLevel, {"maxNestingLevel","giop-parlay.csapi.listMessageBodyPartsReq.maxNestingLevel",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64066         {&hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_return, {"TpAssignmentID","giop-parlay.csapi.getMessageBodyPartsReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64067         {&hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMessageBodyPartsReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64068         {&hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_folderID, {"folderID","giop-parlay.csapi.getMessageBodyPartsReq.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64069         {&hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_messageID, {"messageID","giop-parlay.csapi.getMessageBodyPartsReq.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64070         {&hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs_loop, {"Seq length of partIDs","giop-parlay.csapi.getMessageBodyPartsReq.partIDs.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64071         {&hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs, {"partIDs","giop-parlay.csapi.getMessageBodyPartsReq.partIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64072         {&hf_org_csapi_mmm_IpMailbox_getMessageHeadersReq_return, {"TpAssignmentID","giop-parlay.csapi.getMessageHeadersReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64073         {&hf_org_csapi_mmm_IpMailbox_getMessageHeadersReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMessageHeadersReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64074         {&hf_org_csapi_mmm_IpMailbox_getMessageHeadersReq_folderID, {"folderID","giop-parlay.csapi.getMessageHeadersReq.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64075         {&hf_org_csapi_mmm_IpMailbox_getMessageHeadersReq_messageID, {"messageID","giop-parlay.csapi.getMessageHeadersReq.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64076         {&hf_org_csapi_mmm_IpMailbox_getMessageContentReq_return, {"TpAssignmentID","giop-parlay.csapi.getMessageContentReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64077         {&hf_org_csapi_mmm_IpMailbox_getMessageContentReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMessageContentReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64078         {&hf_org_csapi_mmm_IpMailbox_getMessageContentReq_folderID, {"folderID","giop-parlay.csapi.getMessageContentReq.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64079         {&hf_org_csapi_mmm_IpMailbox_getMessageContentReq_messageID, {"messageID","giop-parlay.csapi.getMessageContentReq.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64080         {&hf_org_csapi_mmm_IpMailbox_getFullMessageReq_return, {"TpAssignmentID","giop-parlay.csapi.getFullMessageReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64081         {&hf_org_csapi_mmm_IpMailbox_getFullMessageReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getFullMessageReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64082         {&hf_org_csapi_mmm_IpMailbox_getFullMessageReq_folderID, {"folderID","giop-parlay.csapi.getFullMessageReq.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64083         {&hf_org_csapi_mmm_IpMailbox_getFullMessageReq_messageID, {"messageID","giop-parlay.csapi.getFullMessageReq.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64084         {&hf_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq_return, {"TpAssignmentID","giop-parlay.csapi.getMailboxInfoPropertiesReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64085         {&hf_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMailboxInfoPropertiesReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64086         {&hf_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq_return, {"TpAssignmentID","giop-parlay.csapi.getFolderInfoPropertiesReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64087         {&hf_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getFolderInfoPropertiesReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64088         {&hf_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq_folderID, {"folderID","giop-parlay.csapi.getFolderInfoPropertiesReq.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64089         {&hf_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq_return, {"TpAssignmentID","giop-parlay.csapi.getMessageInfoPropertiesReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64090         {&hf_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMessageInfoPropertiesReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64091         {&hf_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq_messageID, {"messageID","giop-parlay.csapi.getMessageInfoPropertiesReq.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64092         {&hf_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_return, {"TpAssignmentID","giop-parlay.csapi.setMessageInfoPropertiesReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64093         {&hf_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.setMessageInfoPropertiesReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64094         {&hf_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_messageID, {"messageID","giop-parlay.csapi.setMessageInfoPropertiesReq.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64095         {&hf_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_properties_loop, {"Seq length of properties","giop-parlay.csapi.setMessageInfoPropertiesReq.properties.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64096         {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageRes_sessionID, {"sessionID","giop-parlay.csapi.sendMessageRes.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64097         {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageRes_assignmentID, {"assignmentID","giop-parlay.csapi.sendMessageRes.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64098         {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr_sessionID, {"sessionID","giop-parlay.csapi.sendMessageErr.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64099         {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr_assignmentID, {"assignmentID","giop-parlay.csapi.sendMessageErr.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64100         {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr_error, {"error","giop-parlay.csapi.sendMessageErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
64101         {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr_errorDetails, {"errorDetails","giop-parlay.csapi.sendMessageErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64102         {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageRes_sessionID, {"sessionID","giop-parlay.csapi.cancelMessageRes.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64103         {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageRes_assignmentID, {"assignmentID","giop-parlay.csapi.cancelMessageRes.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64104         {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr_sessionID, {"sessionID","giop-parlay.csapi.cancelMessageErr.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64105         {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr_assignmentID, {"assignmentID","giop-parlay.csapi.cancelMessageErr.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64106         {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr_error, {"error","giop-parlay.csapi.cancelMessageErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
64107         {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr_errorDetails, {"errorDetails","giop-parlay.csapi.cancelMessageErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64108         {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_sessionID, {"sessionID","giop-parlay.csapi.queryStatusRes.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64109         {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_assignmentID, {"assignmentID","giop-parlay.csapi.queryStatusRes.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64110         {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_result_loop, {"Seq length of result","giop-parlay.csapi.queryStatusRes.result.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64111         {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr_sessionID, {"sessionID","giop-parlay.csapi.queryStatusErr.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64112         {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr_assignmentID, {"assignmentID","giop-parlay.csapi.queryStatusErr.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64113         {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr_error, {"error","giop-parlay.csapi.queryStatusErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
64114         {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr_errorDetails, {"errorDetails","giop-parlay.csapi.queryStatusErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64115         {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_sessionID, {"sessionID","giop-parlay.csapi.messageStatusReport.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64116         {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_assignmentID, {"assignmentID","giop-parlay.csapi.messageStatusReport.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64117         {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_deliveryReportType, {"deliveryReportType","giop-parlay.csapi.messageStatusReport.deliveryReportType",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64118         {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_deliveryReportInfo, {"deliveryReportInfo","giop-parlay.csapi.messageStatusReport.deliveryReportInfo",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64119         {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_sessionID, {"sessionID","giop-parlay.csapi.messageReceived.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64120         {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message_loop, {"Seq length of message","giop-parlay.csapi.messageReceived.message.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64121         {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message, {"message","giop-parlay.csapi.messageReceived.message",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
64122         {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_headers_loop, {"Seq length of headers","giop-parlay.csapi.messageReceived.headers.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64123         {&hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_return, {"TpAssignmentID","giop-parlay.csapi.sendMessageReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64124         {&hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_sessionID, {"sessionID","giop-parlay.csapi.sendMessageReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64125         {&hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_deliveryType, {"deliveryType","giop-parlay.csapi.sendMessageReq.deliveryType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64126         {&hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_messageTreatment_loop, {"Seq length of messageTreatment","giop-parlay.csapi.sendMessageReq.messageTreatment.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64127         {&hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message_loop, {"Seq length of message","giop-parlay.csapi.sendMessageReq.message.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64128         {&hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message, {"message","giop-parlay.csapi.sendMessageReq.message",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
64129         {&hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_additionalHeaders_loop, {"Seq length of additionalHeaders","giop-parlay.csapi.sendMessageReq.additionalHeaders.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64130         {&hf_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq_sessionID, {"sessionID","giop-parlay.csapi.cancelMessageReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64131         {&hf_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq_assignmentID, {"assignmentID","giop-parlay.csapi.cancelMessageReq.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64132         {&hf_org_csapi_mmm_IpMultiMediaMessaging_queryStatusReq_sessionID, {"sessionID","giop-parlay.csapi.queryStatusReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64133         {&hf_org_csapi_mmm_IpMultiMediaMessaging_queryStatusReq_assignmentID, {"assignmentID","giop-parlay.csapi.queryStatusReq.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64134         {&hf_org_csapi_mmm_IpMultiMediaMessaging_close_sessionID, {"sessionID","giop-parlay.csapi.close.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64135         /* Attribute filters */
64136         /* Struct filters */
64137         {&hf_org_csapi_TpAddress_Plan, {"TpAddress_Plan","giop-parlay.TpAddress.Plan",FT_UINT32,BASE_DEC,VALS(org_csapi_TpAddressPlan),0x0,NULL,HFILL}},
64138         {&hf_org_csapi_TpAddress_AddrString, {"TpAddress_AddrString","giop-parlay.TpAddress.AddrString",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64139         {&hf_org_csapi_TpAddress_Name, {"TpAddress_Name","giop-parlay.TpAddress.Name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64140         {&hf_org_csapi_TpAddress_Presentation, {"TpAddress_Presentation","giop-parlay.TpAddress.Presentation",FT_UINT32,BASE_DEC,VALS(org_csapi_TpAddressPresentation),0x0,NULL,HFILL}},
64141         {&hf_org_csapi_TpAddress_Screening, {"TpAddress_Screening","giop-parlay.TpAddress.Screening",FT_UINT32,BASE_DEC,VALS(org_csapi_TpAddressScreening),0x0,NULL,HFILL}},
64142         {&hf_org_csapi_TpAddress_SubAddressString, {"TpAddress_SubAddressString","giop-parlay.TpAddress.SubAddressString",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64143         {&hf_org_csapi_TpAddressRange_Plan, {"TpAddressRange_Plan","giop-parlay.TpAddressRange.Plan",FT_UINT32,BASE_DEC,VALS(org_csapi_TpAddressPlan),0x0,NULL,HFILL}},
64144         {&hf_org_csapi_TpAddressRange_AddrString, {"TpAddressRange_AddrString","giop-parlay.TpAddressRange.AddrString",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64145         {&hf_org_csapi_TpAddressRange_Name, {"TpAddressRange_Name","giop-parlay.TpAddressRange.Name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64146         {&hf_org_csapi_TpAddressRange_SubAddressString, {"TpAddressRange_SubAddressString","giop-parlay.TpAddressRange.SubAddressString",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64147         {&hf_org_csapi_TpCAIElements_UnitsPerInterval, {"TpCAIElements_UnitsPerInterval","giop-parlay.TpCAIElements.UnitsPerInterval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64148         {&hf_org_csapi_TpCAIElements_SecondsPerTimeInterval, {"TpCAIElements_SecondsPerTimeInterval","giop-parlay.TpCAIElements.SecondsPerTimeInterval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64149         {&hf_org_csapi_TpCAIElements_ScalingFactor, {"TpCAIElements_ScalingFactor","giop-parlay.TpCAIElements.ScalingFactor",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64150         {&hf_org_csapi_TpCAIElements_UnitIncrement, {"TpCAIElements_UnitIncrement","giop-parlay.TpCAIElements.UnitIncrement",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64151         {&hf_org_csapi_TpCAIElements_UnitsPerDataInterval, {"TpCAIElements_UnitsPerDataInterval","giop-parlay.TpCAIElements.UnitsPerDataInterval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64152         {&hf_org_csapi_TpCAIElements_SegmentsPerDataInterval, {"TpCAIElements_SegmentsPerDataInterval","giop-parlay.TpCAIElements.SegmentsPerDataInterval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64153         {&hf_org_csapi_TpCAIElements_InitialSecsPerTimeInterval, {"TpCAIElements_InitialSecsPerTimeInterval","giop-parlay.TpCAIElements.InitialSecsPerTimeInterval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64154         {&hf_org_csapi_TpChargePerTime_InitialCharge, {"TpChargePerTime_InitialCharge","giop-parlay.TpChargePerTime.InitialCharge",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64155         {&hf_org_csapi_TpChargePerTime_CurrentChargePerMinute, {"TpChargePerTime_CurrentChargePerMinute","giop-parlay.TpChargePerTime.CurrentChargePerMinute",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64156         {&hf_org_csapi_TpChargePerTime_NextChargePerMinute, {"TpChargePerTime_NextChargePerMinute","giop-parlay.TpChargePerTime.NextChargePerMinute",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64157         {&hf_org_csapi_TpAoCInfo_Currency, {"TpAoCInfo_Currency","giop-parlay.TpAoCInfo.Currency",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64158         {&hf_org_csapi_TpTimeInterval_StartTime, {"TpTimeInterval_StartTime","giop-parlay.TpTimeInterval.StartTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64159         {&hf_org_csapi_TpTimeInterval_StopTime, {"TpTimeInterval_StopTime","giop-parlay.TpTimeInterval.StopTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64160         {&hf_org_csapi_TpStructuredAttributeValue_Type, {"TpStructuredAttributeValue_Type","giop-parlay.TpStructuredAttributeValue.Type",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64161         {&hf_org_csapi_TpAttribute_AttributeName, {"TpAttribute_AttributeName","giop-parlay.TpAttribute.AttributeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64162         {&hf_org_csapi_fw_TpFaultStats_Fault, {"TpFaultStats_Fault","giop-parlay.TpFaultStats.Fault",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpInterfaceFault),0x0,NULL,HFILL}},
64163         {&hf_org_csapi_fw_TpFaultStats_Occurrences, {"TpFaultStats_Occurrences","giop-parlay.TpFaultStats.Occurrences",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64164         {&hf_org_csapi_fw_TpFaultStats_MaxDuration, {"TpFaultStats_MaxDuration","giop-parlay.TpFaultStats.MaxDuration",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64165         {&hf_org_csapi_fw_TpFaultStats_TotalDuration, {"TpFaultStats_TotalDuration","giop-parlay.TpFaultStats.TotalDuration",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64166         {&hf_org_csapi_fw_TpFaultStats_NumberOfClientsAffected, {"TpFaultStats_NumberOfClientsAffected","giop-parlay.TpFaultStats.NumberOfClientsAffected",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64167         {&hf_org_csapi_fw_TpFaultStatsRecord_FaultStatsSet_loop, {"Seq length of TpFaultStatsRecord_FaultStatsSet","giop-parlay.TpFaultStatsRecord.FaultStatsSet.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64168         {&hf_org_csapi_fw_TpLoadPolicy_LoadPolicy, {"TpLoadPolicy_LoadPolicy","giop-parlay.TpLoadPolicy.LoadPolicy",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64169         {&hf_org_csapi_fw_TpLoadStatisticData_LoadValue, {"TpLoadStatisticData_LoadValue","giop-parlay.TpLoadStatisticData.LoadValue",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
64170         {&hf_org_csapi_fw_TpLoadStatisticData_LoadLevel, {"TpLoadStatisticData_LoadLevel","giop-parlay.TpLoadStatisticData.LoadLevel",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpLoadLevel),0x0,NULL,HFILL}},
64171         {&hf_org_csapi_fw_TpLoadThreshold_LoadThreshold, {"TpLoadThreshold_LoadThreshold","giop-parlay.TpLoadThreshold.LoadThreshold",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
64172         {&hf_org_csapi_fw_TpLoadInitVal_LoadLevel, {"TpLoadInitVal_LoadLevel","giop-parlay.TpLoadInitVal.LoadLevel",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpLoadLevel),0x0,NULL,HFILL}},
64173         {&hf_org_csapi_fw_TpProperty_PropertyName, {"TpProperty_PropertyName","giop-parlay.TpProperty.PropertyName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64174         {&hf_org_csapi_fw_TpProperty_PropertyValue, {"TpProperty_PropertyValue","giop-parlay.TpProperty.PropertyValue",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64175         {&hf_org_csapi_fw_TpClientAppDescription_ClientAppID, {"TpClientAppDescription_ClientAppID","giop-parlay.TpClientAppDescription.ClientAppID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64176         {&hf_org_csapi_fw_TpClientAppDescription_ClientAppProperties_loop, {"Seq length of TpClientAppDescription_ClientAppProperties","giop-parlay.TpClientAppDescription.ClientAppProperties.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64177         {&hf_org_csapi_fw_TpClientAppDescription_HasAccessSession, {"TpClientAppDescription_HasAccessSession","giop-parlay.TpClientAppDescription.HasAccessSession",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64178         {&hf_org_csapi_fw_TpClientAppDescription_HasServiceInstances, {"TpClientAppDescription_HasServiceInstances","giop-parlay.TpClientAppDescription.HasServiceInstances",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64179         {&hf_org_csapi_fw_TpEntOp_EntOpID, {"TpEntOp_EntOpID","giop-parlay.TpEntOp.EntOpID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64180         {&hf_org_csapi_fw_TpEntOp_EntOpProperties_loop, {"Seq length of TpEntOp_EntOpProperties","giop-parlay.TpEntOp.EntOpProperties.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64181         {&hf_org_csapi_fw_TpSag_SagID, {"TpSag_SagID","giop-parlay.TpSag.SagID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64182         {&hf_org_csapi_fw_TpSag_SagDescription, {"TpSag_SagDescription","giop-parlay.TpSag.SagDescription",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64183         {&hf_org_csapi_fw_TpServiceProperty_ServicePropertyName, {"TpServiceProperty_ServicePropertyName","giop-parlay.TpServiceProperty.ServicePropertyName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64184         {&hf_org_csapi_fw_TpServiceProperty_ServicePropertyValueList_loop, {"Seq length of TpServiceProperty_ServicePropertyValueList","giop-parlay.TpServiceProperty.ServicePropertyValueList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64185         {&hf_org_csapi_fw_TpServiceProperty_ServicePropertyValueList, {"TpServiceProperty_ServicePropertyValueList","giop-parlay.TpServiceProperty.ServicePropertyValueList",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64186         {&hf_org_csapi_fw_TpServiceDescription_ServiceTypeName, {"TpServiceDescription_ServiceTypeName","giop-parlay.TpServiceDescription.ServiceTypeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64187         {&hf_org_csapi_fw_TpServiceDescription_ServicePropertyList_loop, {"Seq length of TpServiceDescription_ServicePropertyList","giop-parlay.TpServiceDescription.ServicePropertyList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64188         {&hf_org_csapi_fw_TpService_ServiceID, {"TpService_ServiceID","giop-parlay.TpService.ServiceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64189         {&hf_org_csapi_fw_TpServiceProfileDescription_ServiceContractID, {"TpServiceProfileDescription_ServiceContractID","giop-parlay.TpServiceProfileDescription.ServiceContractID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64190         {&hf_org_csapi_fw_TpServiceProfileDescription_ServiceStartDate, {"TpServiceProfileDescription_ServiceStartDate","giop-parlay.TpServiceProfileDescription.ServiceStartDate",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64191         {&hf_org_csapi_fw_TpServiceProfileDescription_ServiceEndDate, {"TpServiceProfileDescription_ServiceEndDate","giop-parlay.TpServiceProfileDescription.ServiceEndDate",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64192         {&hf_org_csapi_fw_TpServiceProfileDescription_ServiceTypeName, {"TpServiceProfileDescription_ServiceTypeName","giop-parlay.TpServiceProfileDescription.ServiceTypeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64193         {&hf_org_csapi_fw_TpServiceProfileDescription_ServiceSubscriptionProperties_loop, {"Seq length of TpServiceProfileDescription_ServiceSubscriptionProperties","giop-parlay.TpServiceProfileDescription.ServiceSubscriptionProperties.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64194         {&hf_org_csapi_fw_TpServiceProfileDescription_InUse, {"TpServiceProfileDescription_InUse","giop-parlay.TpServiceProfileDescription.InUse",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64195         {&hf_org_csapi_fw_TpServiceProfileDescription_ServiceID, {"TpServiceProfileDescription_ServiceID","giop-parlay.TpServiceProfileDescription.ServiceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64196         {&hf_org_csapi_fw_TpServiceTypeProperty_ServicePropertyName, {"TpServiceTypeProperty_ServicePropertyName","giop-parlay.TpServiceTypeProperty.ServicePropertyName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64197         {&hf_org_csapi_fw_TpServiceTypeProperty_ServiceTypePropertyMode, {"TpServiceTypeProperty_ServiceTypePropertyMode","giop-parlay.TpServiceTypeProperty.ServiceTypePropertyMode",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpServiceTypePropertyMode),0x0,NULL,HFILL}},
64198         {&hf_org_csapi_fw_TpServiceTypeProperty_ServicePropertyTypeName, {"TpServiceTypeProperty_ServicePropertyTypeName","giop-parlay.TpServiceTypeProperty.ServicePropertyTypeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64199         {&hf_org_csapi_fw_TpServiceTypeDescription_ServiceTypePropertyList_loop, {"Seq length of TpServiceTypeDescription_ServiceTypePropertyList","giop-parlay.TpServiceTypeDescription.ServiceTypePropertyList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64200         {&hf_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList_loop, {"Seq length of TpServiceTypeDescription_ServiceTypeNameList","giop-parlay.TpServiceTypeDescription.ServiceTypeNameList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64201         {&hf_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList, {"TpServiceTypeDescription_ServiceTypeNameList","giop-parlay.TpServiceTypeDescription.ServiceTypeNameList",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64202         {&hf_org_csapi_fw_TpServiceTypeDescription_AvailableOrUnavailable, {"TpServiceTypeDescription_AvailableOrUnavailable","giop-parlay.TpServiceTypeDescription.AvailableOrUnavailable",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64203         {&hf_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature_loop, {"Seq length of TpSignatureAndServiceMgr_DigitalSignature","giop-parlay.TpSignatureAndServiceMgr.DigitalSignature.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64204         {&hf_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature, {"TpSignatureAndServiceMgr_DigitalSignature","giop-parlay.TpSignatureAndServiceMgr.DigitalSignature",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
64205         {&hf_org_csapi_fw_TpPerson_PersonName, {"TpPerson_PersonName","giop-parlay.TpPerson.PersonName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64206         {&hf_org_csapi_fw_TpPerson_PostalAddress, {"TpPerson_PostalAddress","giop-parlay.TpPerson.PostalAddress",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64207         {&hf_org_csapi_fw_TpPerson_TelephoneNumber, {"TpPerson_TelephoneNumber","giop-parlay.TpPerson.TelephoneNumber",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64208         {&hf_org_csapi_fw_TpPerson_Email, {"TpPerson_Email","giop-parlay.TpPerson.Email",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64209         {&hf_org_csapi_fw_TpPerson_HomePage, {"TpPerson_HomePage","giop-parlay.TpPerson.HomePage",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64210         {&hf_org_csapi_fw_TpPerson_PersonProperties_loop, {"Seq length of TpPerson_PersonProperties","giop-parlay.TpPerson.PersonProperties.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64211         {&hf_org_csapi_fw_TpServiceContractDescription_ServiceStartDate, {"TpServiceContractDescription_ServiceStartDate","giop-parlay.TpServiceContractDescription.ServiceStartDate",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64212         {&hf_org_csapi_fw_TpServiceContractDescription_ServiceEndDate, {"TpServiceContractDescription_ServiceEndDate","giop-parlay.TpServiceContractDescription.ServiceEndDate",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64213         {&hf_org_csapi_fw_TpServiceContractDescription_ServiceTypeName, {"TpServiceContractDescription_ServiceTypeName","giop-parlay.TpServiceContractDescription.ServiceTypeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64214         {&hf_org_csapi_fw_TpServiceContractDescription_ServiceID, {"TpServiceContractDescription_ServiceID","giop-parlay.TpServiceContractDescription.ServiceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64215         {&hf_org_csapi_fw_TpServiceContractDescription_ServiceSubscriptionProperties_loop, {"Seq length of TpServiceContractDescription_ServiceSubscriptionProperties","giop-parlay.TpServiceContractDescription.ServiceSubscriptionProperties.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64216         {&hf_org_csapi_fw_TpServiceContractDescription_InUse, {"TpServiceContractDescription_InUse","giop-parlay.TpServiceContractDescription.InUse",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64217         {&hf_org_csapi_fw_TpLoadStatistic_TimeStamp, {"TpLoadStatistic_TimeStamp","giop-parlay.TpLoadStatistic.TimeStamp",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64218         {&hf_org_csapi_fw_TpServiceContract_ServiceContractID, {"TpServiceContract_ServiceContractID","giop-parlay.TpServiceContract.ServiceContractID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64219         {&hf_org_csapi_fw_TpServiceProfile_ServiceProfileID, {"TpServiceProfile_ServiceProfileID","giop-parlay.TpServiceProfile.ServiceProfileID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64220         {&hf_org_csapi_fw_TpSagProfilePair_Sag, {"TpSagProfilePair_Sag","giop-parlay.TpSagProfilePair.Sag",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64221         {&hf_org_csapi_fw_TpSagProfilePair_ServiceProfile, {"TpSagProfilePair_ServiceProfile","giop-parlay.TpSagProfilePair.ServiceProfile",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64222         {&hf_org_csapi_fw_TpAddSagMembersConflict_ClientApplication, {"TpAddSagMembersConflict_ClientApplication","giop-parlay.TpAddSagMembersConflict.ClientApplication",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64223         {&hf_org_csapi_fw_TpAddSagMembersConflict_Service, {"TpAddSagMembersConflict_Service","giop-parlay.TpAddSagMembersConflict.Service",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64224         {&hf_org_csapi_fw_TpAssignSagToServiceProfileConflict_ClientApplication, {"TpAssignSagToServiceProfileConflict_ClientApplication","giop-parlay.TpAssignSagToServiceProfileConflict.ClientApplication",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64225         {&hf_org_csapi_fw_TpAssignSagToServiceProfileConflict_Service, {"TpAssignSagToServiceProfileConflict_Service","giop-parlay.TpAssignSagToServiceProfileConflict.Service",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64226         {&hf_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyName, {"TpServiceTypePropertyValue_ServicePropertyName","giop-parlay.TpServiceTypePropertyValue.ServicePropertyName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64227         {&hf_org_csapi_fw_TpServiceTypePropertyValue_ServiceTypePropertyMode, {"TpServiceTypePropertyValue_ServiceTypePropertyMode","giop-parlay.TpServiceTypePropertyValue.ServiceTypePropertyMode",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpServiceTypePropertyMode),0x0,NULL,HFILL}},
64228         {&hf_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyTypeName, {"TpServiceTypePropertyValue_ServicePropertyTypeName","giop-parlay.TpServiceTypePropertyValue.ServicePropertyTypeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64229         {&hf_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList_loop, {"Seq length of TpServiceTypePropertyValue_ServicePropertyValueList","giop-parlay.TpServiceTypePropertyValue.ServicePropertyValueList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64230         {&hf_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList, {"TpServiceTypePropertyValue_ServicePropertyValueList","giop-parlay.TpServiceTypePropertyValue.ServicePropertyValueList",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64231         {&hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_ServiceType, {"TpFwMigrationServiceAvailableInfo_ServiceType","giop-parlay.TpFwMigrationServiceAvailableInfo.ServiceType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64232         {&hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_ServiceID, {"TpFwMigrationServiceAvailableInfo_ServiceID","giop-parlay.TpFwMigrationServiceAvailableInfo.ServiceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64233         {&hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_CompatibleServiceID, {"TpFwMigrationServiceAvailableInfo_CompatibleServiceID","giop-parlay.TpFwMigrationServiceAvailableInfo.CompatibleServiceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64234         {&hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_BackwardCompatibilityLevel, {"TpFwMigrationServiceAvailableInfo_BackwardCompatibilityLevel","giop-parlay.TpFwMigrationServiceAvailableInfo.BackwardCompatibilityLevel",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64235         {&hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationRequired, {"TpFwMigrationServiceAvailableInfo_MigrationRequired","giop-parlay.TpFwMigrationServiceAvailableInfo.MigrationRequired",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64236         {&hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_DataMigrated, {"TpFwMigrationServiceAvailableInfo_DataMigrated","giop-parlay.TpFwMigrationServiceAvailableInfo.DataMigrated",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64237         {&hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationDataAndTime, {"TpFwMigrationServiceAvailableInfo_MigrationDataAndTime","giop-parlay.TpFwMigrationServiceAvailableInfo.MigrationDataAndTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64238         {&hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo_loop, {"Seq length of TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo","giop-parlay.TpFwMigrationServiceAvailableInfo.MigrationAdditionalInfo.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64239         {&hf_org_csapi_fw_TpFwAgreementInfo_ClientApplicationID, {"TpFwAgreementInfo_ClientApplicationID","giop-parlay.TpFwAgreementInfo.ClientApplicationID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64240         {&hf_org_csapi_fw_TpFwAgreementInfo_ServiceID, {"TpFwAgreementInfo_ServiceID","giop-parlay.TpFwAgreementInfo.ServiceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64241         {&hf_org_csapi_fw_TpFwAgreementInfo_ServiceContractID, {"TpFwAgreementInfo_ServiceContractID","giop-parlay.TpFwAgreementInfo.ServiceContractID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64242         {&hf_org_csapi_fw_TpFwAgreementInfo_ServiceProfileID, {"TpFwAgreementInfo_ServiceProfileID","giop-parlay.TpFwAgreementInfo.ServiceProfileID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64243         {&hf_org_csapi_ui_TpUIMessageCriteria_EndSequence, {"TpUIMessageCriteria_EndSequence","giop-parlay.TpUIMessageCriteria.EndSequence",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64244         {&hf_org_csapi_ui_TpUIMessageCriteria_MaxMessageTime, {"TpUIMessageCriteria_MaxMessageTime","giop-parlay.TpUIMessageCriteria.MaxMessageTime",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64245         {&hf_org_csapi_ui_TpUIMessageCriteria_MaxMessageSize, {"TpUIMessageCriteria_MaxMessageSize","giop-parlay.TpUIMessageCriteria.MaxMessageSize",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64246         {&hf_org_csapi_ui_TpUIEventInfo_ServiceCode, {"TpUIEventInfo_ServiceCode","giop-parlay.TpUIEventInfo.ServiceCode",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64247         {&hf_org_csapi_ui_TpUIEventInfo_DataTypeIndication, {"TpUIEventInfo_DataTypeIndication","giop-parlay.TpUIEventInfo.DataTypeIndication",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIEventInfoDataType),0x0,NULL,HFILL}},
64248         {&hf_org_csapi_ui_TpUIEventInfo_DataString, {"TpUIEventInfo_DataString","giop-parlay.TpUIEventInfo.DataString",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64249         {&hf_org_csapi_ui_TpUIEventCriteria_ServiceCode, {"TpUIEventCriteria_ServiceCode","giop-parlay.TpUIEventCriteria.ServiceCode",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64250         {&hf_org_csapi_ui_TpUIEventCriteriaResult_AssignmentID, {"TpUIEventCriteriaResult_AssignmentID","giop-parlay.TpUIEventCriteriaResult.AssignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64251         {&hf_org_csapi_ui_TpUIEventNotificationInfo_ServiceCode, {"TpUIEventNotificationInfo_ServiceCode","giop-parlay.TpUIEventNotificationInfo.ServiceCode",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64252         {&hf_org_csapi_ui_TpUIEventNotificationInfo_DataTypeIndication, {"TpUIEventNotificationInfo_DataTypeIndication","giop-parlay.TpUIEventNotificationInfo.DataTypeIndication",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIEventInfoDataType),0x0,NULL,HFILL}},
64253         {&hf_org_csapi_ui_TpUIEventNotificationInfo_UIEventData_loop, {"Seq length of TpUIEventNotificationInfo_UIEventData","giop-parlay.TpUIEventNotificationInfo.UIEventData.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64254         {&hf_org_csapi_ui_TpUIEventNotificationInfo_UIEventData, {"TpUIEventNotificationInfo_UIEventData","giop-parlay.TpUIEventNotificationInfo.UIEventData",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
64255         {&hf_org_csapi_ui_TpUIRecognitionProperty_PropertyName, {"TpUIRecognitionProperty_PropertyName","giop-parlay.TpUIRecognitionProperty.PropertyName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64256         {&hf_org_csapi_ui_TpUIRecognitionProperty_PropertyValue, {"TpUIRecognitionProperty_PropertyValue","giop-parlay.TpUIRecognitionProperty.PropertyValue",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64257         {&hf_org_csapi_ui_TpUIRecognitionCriteria_SpeakerID, {"TpUIRecognitionCriteria_SpeakerID","giop-parlay.TpUIRecognitionCriteria.SpeakerID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64258         {&hf_org_csapi_ui_TpUIRecognitionCriteria_Properties_loop, {"Seq length of TpUIRecognitionCriteria_Properties","giop-parlay.TpUIRecognitionCriteria.Properties.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64259         {&hf_org_csapi_ui_TpUIRecognitionCriteria_Grammar, {"TpUIRecognitionCriteria_Grammar","giop-parlay.TpUIRecognitionCriteria.Grammar",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64260         {&hf_org_csapi_ui_TpUICollectCriteria_MinLength, {"TpUICollectCriteria_MinLength","giop-parlay.TpUICollectCriteria.MinLength",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64261         {&hf_org_csapi_ui_TpUICollectCriteria_MaxLength, {"TpUICollectCriteria_MaxLength","giop-parlay.TpUICollectCriteria.MaxLength",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64262         {&hf_org_csapi_ui_TpUICollectCriteria_EndSequence, {"TpUICollectCriteria_EndSequence","giop-parlay.TpUICollectCriteria.EndSequence",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64263         {&hf_org_csapi_ui_TpUICollectCriteria_StartTimeout, {"TpUICollectCriteria_StartTimeout","giop-parlay.TpUICollectCriteria.StartTimeout",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64264         {&hf_org_csapi_ui_TpUICollectCriteria_InterCharTimeout, {"TpUICollectCriteria_InterCharTimeout","giop-parlay.TpUICollectCriteria.InterCharTimeout",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64265         {&hf_org_csapi_ui_TpUICollectCriteria_CollectMode, {"TpUICollectCriteria_CollectMode","giop-parlay.TpUICollectCriteria.CollectMode",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUICollectMode),0x0,NULL,HFILL}},
64266         {&hf_org_csapi_ui_TpUIWordOverride_Spelling, {"TpUIWordOverride_Spelling","giop-parlay.TpUIWordOverride.Spelling",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64267         {&hf_org_csapi_ui_TpUIWordOverride_PronounceType, {"TpUIWordOverride_PronounceType","giop-parlay.TpUIWordOverride.PronounceType",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIPronounceType),0x0,NULL,HFILL}},
64268         {&hf_org_csapi_ui_TpUIWordOverride_PronounceAs, {"TpUIWordOverride_PronounceAs","giop-parlay.TpUIWordOverride.PronounceAs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64269         {&hf_org_csapi_ui_TpUISynthesisInfoData_SpeakerGender, {"TpUISynthesisInfoData_SpeakerGender","giop-parlay.TpUISynthesisInfoData.SpeakerGender",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUISynthesisGender),0x0,NULL,HFILL}},
64270         {&hf_org_csapi_ui_TpUISynthesisInfoData_SpeakerAge, {"TpUISynthesisInfoData_SpeakerAge","giop-parlay.TpUISynthesisInfoData.SpeakerAge",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUISynthesisAge),0x0,NULL,HFILL}},
64271         {&hf_org_csapi_ui_TpUISynthesisInfoData_SpeakerRate, {"TpUISynthesisInfoData_SpeakerRate","giop-parlay.TpUISynthesisInfoData.SpeakerRate",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUISynthesisRate),0x0,NULL,HFILL}},
64272         {&hf_org_csapi_ui_TpUISynthesisInfoData_SpeakerRange, {"TpUISynthesisInfoData_SpeakerRange","giop-parlay.TpUISynthesisInfoData.SpeakerRange",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUISynthesisRange),0x0,NULL,HFILL}},
64273         {&hf_org_csapi_ui_TpUISynthesisInfoData_TextData, {"TpUISynthesisInfoData_TextData","giop-parlay.TpUISynthesisInfoData.TextData",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64274         {&hf_org_csapi_ui_TpUISynthesisInfoData_WordOverrideSet_loop, {"Seq length of TpUISynthesisInfoData_WordOverrideSet","giop-parlay.TpUISynthesisInfoData.WordOverrideSet.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64275         {&hf_org_csapi_cc_TpCallError_ErrorTime, {"TpCallError_ErrorTime","giop-parlay.TpCallError.ErrorTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64276         {&hf_org_csapi_cc_TpCallError_ErrorType, {"TpCallError_ErrorType","giop-parlay.TpCallError.ErrorType",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallErrorType),0x0,NULL,HFILL}},
64277         {&hf_org_csapi_cc_TpCallEndedReport_CallLegSessionID, {"TpCallEndedReport_CallLegSessionID","giop-parlay.TpCallEndedReport.CallLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64278         {&hf_org_csapi_cc_TpCallEndedReport_Cause, {"TpCallEndedReport_Cause","giop-parlay.TpCallEndedReport.Cause",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpReleaseCause),0x0,NULL,HFILL}},
64279         {&hf_org_csapi_cc_TpCallInfoReport_CallInfoType, {"TpCallInfoReport_CallInfoType","giop-parlay.TpCallInfoReport.CallInfoType",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64280         {&hf_org_csapi_cc_TpCallInfoReport_CallInitiationStartTime, {"TpCallInfoReport_CallInitiationStartTime","giop-parlay.TpCallInfoReport.CallInitiationStartTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64281         {&hf_org_csapi_cc_TpCallInfoReport_CallConnectedToResourceTime, {"TpCallInfoReport_CallConnectedToResourceTime","giop-parlay.TpCallInfoReport.CallConnectedToResourceTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64282         {&hf_org_csapi_cc_TpCallInfoReport_CallConnectedToDestinationTime, {"TpCallInfoReport_CallConnectedToDestinationTime","giop-parlay.TpCallInfoReport.CallConnectedToDestinationTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64283         {&hf_org_csapi_cc_TpCallInfoReport_CallEndTime, {"TpCallInfoReport_CallEndTime","giop-parlay.TpCallInfoReport.CallEndTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64284         {&hf_org_csapi_cc_TpCallInfoReport_Cause, {"TpCallInfoReport_Cause","giop-parlay.TpCallInfoReport.Cause",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpReleaseCause),0x0,NULL,HFILL}},
64285         {&hf_org_csapi_cc_TpCallServiceCode_CallServiceCodeType, {"TpCallServiceCode_CallServiceCodeType","giop-parlay.TpCallServiceCode.CallServiceCodeType",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallServiceCodeType),0x0,NULL,HFILL}},
64286         {&hf_org_csapi_cc_TpCallServiceCode_ServiceCodeValue, {"TpCallServiceCode_ServiceCodeValue","giop-parlay.TpCallServiceCode.ServiceCodeValue",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64287         {&hf_org_csapi_cc_TpCallTreatment_CallTreatmentType, {"TpCallTreatment_CallTreatmentType","giop-parlay.TpCallTreatment.CallTreatmentType",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallTreatmentType),0x0,NULL,HFILL}},
64288         {&hf_org_csapi_cc_TpCallTreatment_ReleaseCause, {"TpCallTreatment_ReleaseCause","giop-parlay.TpCallTreatment.ReleaseCause",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpReleaseCause),0x0,NULL,HFILL}},
64289         {&hf_org_csapi_cc_TpCallChargePlan_ChargeOrderType, {"TpCallChargePlan_ChargeOrderType","giop-parlay.TpCallChargePlan.ChargeOrderType",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallChargeOrderCategory),0x0,NULL,HFILL}},
64290         {&hf_org_csapi_cc_TpCallChargePlan_TransparentCharge_loop, {"Seq length of TpCallChargePlan_TransparentCharge","giop-parlay.TpCallChargePlan.TransparentCharge.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64291         {&hf_org_csapi_cc_TpCallChargePlan_TransparentCharge, {"TpCallChargePlan_TransparentCharge","giop-parlay.TpCallChargePlan.TransparentCharge",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
64292         {&hf_org_csapi_cc_TpCallChargePlan_ChargePlan, {"TpCallChargePlan_ChargePlan","giop-parlay.TpCallChargePlan.ChargePlan",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64293         {&hf_org_csapi_cc_TpCallChargePlan_AdditionalInfo_loop, {"Seq length of TpCallChargePlan_AdditionalInfo","giop-parlay.TpCallChargePlan.AdditionalInfo.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64294         {&hf_org_csapi_cc_TpCallChargePlan_AdditionalInfo, {"TpCallChargePlan_AdditionalInfo","giop-parlay.TpCallChargePlan.AdditionalInfo",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
64295         {&hf_org_csapi_cc_TpCallChargePlan_PartyToCharge, {"TpCallChargePlan_PartyToCharge","giop-parlay.TpCallChargePlan.PartyToCharge",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallPartyToChargeType),0x0,NULL,HFILL}},
64296         {&hf_org_csapi_cc_gccs_TpCallEventCriteria_CallEventName, {"TpCallEventCriteria_CallEventName","giop-parlay.TpCallEventCriteria.CallEventName",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64297         {&hf_org_csapi_cc_gccs_TpCallEventCriteria_CallNotificationType, {"TpCallEventCriteria_CallNotificationType","giop-parlay.TpCallEventCriteria.CallNotificationType",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_gccs_TpCallNotificationType),0x0,NULL,HFILL}},
64298         {&hf_org_csapi_cc_gccs_TpCallEventCriteria_MonitorMode, {"TpCallEventCriteria_MonitorMode","giop-parlay.TpCallEventCriteria.MonitorMode",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallMonitorMode),0x0,NULL,HFILL}},
64299         {&hf_org_csapi_cc_gccs_TpCallEventCriteriaResult_AssignmentID, {"TpCallEventCriteriaResult_AssignmentID","giop-parlay.TpCallEventCriteriaResult.AssignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64300         {&hf_org_csapi_cc_gccs_TpCallReleaseCause_Value, {"TpCallReleaseCause_Value","giop-parlay.TpCallReleaseCause.Value",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64301         {&hf_org_csapi_cc_gccs_TpCallReleaseCause_Location, {"TpCallReleaseCause_Location","giop-parlay.TpCallReleaseCause.Location",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64302         {&hf_org_csapi_cc_gccs_TpCallReport_MonitorMode, {"TpCallReport_MonitorMode","giop-parlay.TpCallReport.MonitorMode",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallMonitorMode),0x0,NULL,HFILL}},
64303         {&hf_org_csapi_cc_gccs_TpCallReport_CallEventTime, {"TpCallReport_CallEventTime","giop-parlay.TpCallReport.CallEventTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64304         {&hf_org_csapi_cc_gccs_TpCallReport_CallReportType, {"TpCallReport_CallReportType","giop-parlay.TpCallReport.CallReportType",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_gccs_TpCallReportType),0x0,NULL,HFILL}},
64305         {&hf_org_csapi_cc_gccs_TpCallReportRequest_MonitorMode, {"TpCallReportRequest_MonitorMode","giop-parlay.TpCallReportRequest.MonitorMode",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallMonitorMode),0x0,NULL,HFILL}},
64306         {&hf_org_csapi_cc_gccs_TpCallReportRequest_CallReportType, {"TpCallReportRequest_CallReportType","giop-parlay.TpCallReportRequest.CallReportType",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_gccs_TpCallReportType),0x0,NULL,HFILL}},
64307         {&hf_org_csapi_cc_gccs_TpCallEventInfo_CallAppInfo_loop, {"Seq length of TpCallEventInfo_CallAppInfo","giop-parlay.TpCallEventInfo.CallAppInfo.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64308         {&hf_org_csapi_cc_gccs_TpCallEventInfo_CallEventName, {"TpCallEventInfo_CallEventName","giop-parlay.TpCallEventInfo.CallEventName",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64309         {&hf_org_csapi_cc_gccs_TpCallEventInfo_CallNotificationType, {"TpCallEventInfo_CallNotificationType","giop-parlay.TpCallEventInfo.CallNotificationType",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_gccs_TpCallNotificationType),0x0,NULL,HFILL}},
64310         {&hf_org_csapi_cc_gccs_TpCallEventInfo_MonitorMode, {"TpCallEventInfo_MonitorMode","giop-parlay.TpCallEventInfo.MonitorMode",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallMonitorMode),0x0,NULL,HFILL}},
64311         {&hf_org_csapi_cc_gccs_TpCallEndedReport_CallLegSessionID, {"TpCallEndedReport_CallLegSessionID","giop-parlay.TpCallEndedReport.CallLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64312         {&hf_org_csapi_cc_gccs_TpCallInfoReport_CallInfoType, {"TpCallInfoReport_CallInfoType","giop-parlay.TpCallInfoReport.CallInfoType",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64313         {&hf_org_csapi_cc_gccs_TpCallInfoReport_CallInitiationStartTime, {"TpCallInfoReport_CallInitiationStartTime","giop-parlay.TpCallInfoReport.CallInitiationStartTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64314         {&hf_org_csapi_cc_gccs_TpCallInfoReport_CallConnectedToResourceTime, {"TpCallInfoReport_CallConnectedToResourceTime","giop-parlay.TpCallInfoReport.CallConnectedToResourceTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64315         {&hf_org_csapi_cc_gccs_TpCallInfoReport_CallConnectedToDestinationTime, {"TpCallInfoReport_CallConnectedToDestinationTime","giop-parlay.TpCallInfoReport.CallConnectedToDestinationTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64316         {&hf_org_csapi_cc_gccs_TpCallInfoReport_CallEndTime, {"TpCallInfoReport_CallEndTime","giop-parlay.TpCallInfoReport.CallEndTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64317         {&hf_org_csapi_cc_gccs_TpCallTreatment_CallTreatmentType, {"TpCallTreatment_CallTreatmentType","giop-parlay.TpCallTreatment.CallTreatmentType",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallTreatmentType),0x0,NULL,HFILL}},
64318         {&hf_org_csapi_cc_gccs_TpCallIdentifier_CallSessionID, {"TpCallIdentifier_CallSessionID","giop-parlay.TpCallIdentifier.CallSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64319         {&hf_org_csapi_cc_TpCallEventRequest_CallEventType, {"TpCallEventRequest_CallEventType","giop-parlay.TpCallEventRequest.CallEventType",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallEventType),0x0,NULL,HFILL}},
64320         {&hf_org_csapi_cc_TpCallEventRequest_CallMonitorMode, {"TpCallEventRequest_CallMonitorMode","giop-parlay.TpCallEventRequest.CallMonitorMode",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallMonitorMode),0x0,NULL,HFILL}},
64321         {&hf_org_csapi_cc_TpCallNotificationRequest_CallEventsRequested_loop, {"Seq length of TpCallNotificationRequest_CallEventsRequested","giop-parlay.TpCallNotificationRequest.CallEventsRequested.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64322         {&hf_org_csapi_cc_TpNotificationRequested_AssignmentID, {"TpNotificationRequested_AssignmentID","giop-parlay.TpNotificationRequested.AssignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64323         {&hf_org_csapi_cc_TpCallLegConnectionProperties_AttachMechanism, {"TpCallLegConnectionProperties_AttachMechanism","giop-parlay.TpCallLegConnectionProperties.AttachMechanism",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallLegAttachMechanism),0x0,NULL,HFILL}},
64324         {&hf_org_csapi_cc_TpCallEventInfo_CallEventType, {"TpCallEventInfo_CallEventType","giop-parlay.TpCallEventInfo.CallEventType",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallEventType),0x0,NULL,HFILL}},
64325         {&hf_org_csapi_cc_TpCallEventInfo_CallMonitorMode, {"TpCallEventInfo_CallMonitorMode","giop-parlay.TpCallEventInfo.CallMonitorMode",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallMonitorMode),0x0,NULL,HFILL}},
64326         {&hf_org_csapi_cc_TpCallEventInfo_CallEventTime, {"TpCallEventInfo_CallEventTime","giop-parlay.TpCallEventInfo.CallEventTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64327         {&hf_org_csapi_cc_TpNotificationRequestedSetEntry_NotificationRequestSet_loop, {"Seq length of TpNotificationRequestedSetEntry_NotificationRequestSet","giop-parlay.TpNotificationRequestedSetEntry.NotificationRequestSet.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64328         {&hf_org_csapi_cc_TpNotificationRequestedSetEntry_Final, {"TpNotificationRequestedSetEntry_Final","giop-parlay.TpNotificationRequestedSetEntry.Final",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64329         {&hf_org_csapi_cc_TpCarrier_CarrierID_loop, {"Seq length of TpCarrier_CarrierID","giop-parlay.TpCarrier.CarrierID.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64330         {&hf_org_csapi_cc_TpCarrier_CarrierID, {"TpCarrier_CarrierID","giop-parlay.TpCarrier.CarrierID",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
64331         {&hf_org_csapi_cc_TpCarrier_CarrierSelectionField, {"TpCarrier_CarrierSelectionField","giop-parlay.TpCarrier.CarrierSelectionField",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCarrierSelectionField),0x0,NULL,HFILL}},
64332         {&hf_org_csapi_cc_TpCallNotificationInfo_CallAppInfo_loop, {"Seq length of TpCallNotificationInfo_CallAppInfo","giop-parlay.TpCallNotificationInfo.CallAppInfo.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64333         {&hf_org_csapi_cc_TpCallLegInfoReport_CallLegInfoType, {"TpCallLegInfoReport_CallLegInfoType","giop-parlay.TpCallLegInfoReport.CallLegInfoType",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64334         {&hf_org_csapi_cc_TpCallLegInfoReport_CallLegStartTime, {"TpCallLegInfoReport_CallLegStartTime","giop-parlay.TpCallLegInfoReport.CallLegStartTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64335         {&hf_org_csapi_cc_TpCallLegInfoReport_CallLegConnectedToResourceTime, {"TpCallLegInfoReport_CallLegConnectedToResourceTime","giop-parlay.TpCallLegInfoReport.CallLegConnectedToResourceTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64336         {&hf_org_csapi_cc_TpCallLegInfoReport_CallLegConnectedToAddressTime, {"TpCallLegInfoReport_CallLegConnectedToAddressTime","giop-parlay.TpCallLegInfoReport.CallLegConnectedToAddressTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64337         {&hf_org_csapi_cc_TpCallLegInfoReport_CallLegEndTime, {"TpCallLegInfoReport_CallLegEndTime","giop-parlay.TpCallLegInfoReport.CallLegEndTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64338         {&hf_org_csapi_cc_TpCallLegInfoReport_CallLegReleaseCause, {"TpCallLegInfoReport_CallLegReleaseCause","giop-parlay.TpCallLegInfoReport.CallLegReleaseCause",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpReleaseCause),0x0,NULL,HFILL}},
64339         {&hf_org_csapi_cc_TpCallLegInfoReport_CallAppInfo_loop, {"Seq length of TpCallLegInfoReport_CallAppInfo","giop-parlay.TpCallLegInfoReport.CallAppInfo.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64340         {&hf_org_csapi_cc_TpCallLegProperty_CallLegPropertyName, {"TpCallLegProperty_CallLegPropertyName","giop-parlay.TpCallLegProperty.CallLegPropertyName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64341         {&hf_org_csapi_cc_TpCallLegProperty_CallLegPropertyValue, {"TpCallLegProperty_CallLegPropertyValue","giop-parlay.TpCallLegProperty.CallLegPropertyValue",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64342         {&hf_org_csapi_cc_mpccs_TpMultiPartyCallIdentifier_CallSessionID, {"TpMultiPartyCallIdentifier_CallSessionID","giop-parlay.TpMultiPartyCallIdentifier.CallSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64343         {&hf_org_csapi_cc_mpccs_TpCallLegIdentifier_CallLegSessionID, {"TpCallLegIdentifier_CallLegSessionID","giop-parlay.TpCallLegIdentifier.CallLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64344         {&hf_org_csapi_cc_mpccs_TpAppCallLegCallBack_AppCallLegSet_loop, {"Seq length of TpAppCallLegCallBack_AppCallLegSet","giop-parlay.TpAppCallLegCallBack.AppCallLegSet.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64345         {&hf_org_csapi_cc_mmccs_TpCallSuperviseVolume_VolumeQuantity, {"TpCallSuperviseVolume_VolumeQuantity","giop-parlay.TpCallSuperviseVolume.VolumeQuantity",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64346         {&hf_org_csapi_cc_mmccs_TpCallSuperviseVolume_VolumeUnit, {"TpCallSuperviseVolume_VolumeUnit","giop-parlay.TpCallSuperviseVolume.VolumeUnit",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64347         {&hf_org_csapi_cc_mmccs_TpMediaStreamRequest_Direction, {"TpMediaStreamRequest_Direction","giop-parlay.TpMediaStreamRequest.Direction",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_mmccs_TpMediaStreamDirection),0x0,NULL,HFILL}},
64348         {&hf_org_csapi_cc_mmccs_TpMediaStreamRequest_MediaMonitorMode, {"TpMediaStreamRequest_MediaMonitorMode","giop-parlay.TpMediaStreamRequest.MediaMonitorMode",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallMonitorMode),0x0,NULL,HFILL}},
64349         {&hf_org_csapi_cc_mmccs_TpMediaStreamRequest_EventType, {"TpMediaStreamRequest_EventType","giop-parlay.TpMediaStreamRequest.EventType",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_mmccs_TpMediaStreamEventType),0x0,NULL,HFILL}},
64350         {&hf_org_csapi_cc_mmccs_TpMediaStream_Direction, {"TpMediaStream_Direction","giop-parlay.TpMediaStream.Direction",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_mmccs_TpMediaStreamDirection),0x0,NULL,HFILL}},
64351         {&hf_org_csapi_cc_mmccs_TpMediaStream_ChannelSessionID, {"TpMediaStream_ChannelSessionID","giop-parlay.TpMediaStream.ChannelSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64352         {&hf_org_csapi_cc_mmccs_TpNotificationMediaRequest_MediaStreamsRequested_loop, {"Seq length of TpNotificationMediaRequest_MediaStreamsRequested","giop-parlay.TpNotificationMediaRequest.MediaStreamsRequested.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64353         {&hf_org_csapi_cc_mmccs_TpMediaNotificationRequested_AssignmentID, {"TpMediaNotificationRequested_AssignmentID","giop-parlay.TpMediaNotificationRequested.AssignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64354         {&hf_org_csapi_cc_mmccs_TpMultiMediaCallIdentifier_MMCallSessionID, {"TpMultiMediaCallIdentifier_MMCallSessionID","giop-parlay.TpMultiMediaCallIdentifier.MMCallSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64355         {&hf_org_csapi_cc_mmccs_TpMultiMediaCallLegIdentifier_MMCallLegSessionID, {"TpMultiMediaCallLegIdentifier_MMCallLegSessionID","giop-parlay.TpMultiMediaCallLegIdentifier.MMCallLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64356         {&hf_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_AppCallLegSet_loop, {"Seq length of TpAppMultiMediaCallLegCallBack_AppCallLegSet","giop-parlay.TpAppMultiMediaCallLegCallBack.AppCallLegSet.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64357         {&hf_org_csapi_cc_cccs_TpMonoMediaConfPolicy_JoinAllowed, {"TpMonoMediaConfPolicy_JoinAllowed","giop-parlay.TpMonoMediaConfPolicy.JoinAllowed",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64358         {&hf_org_csapi_cc_cccs_TpJoinEventInfo_CallAppInfo_loop, {"Seq length of TpJoinEventInfo_CallAppInfo","giop-parlay.TpJoinEventInfo.CallAppInfo.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64359         {&hf_org_csapi_cc_cccs_TpConfSearchCriteria_StartSearch, {"TpConfSearchCriteria_StartSearch","giop-parlay.TpConfSearchCriteria.StartSearch",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64360         {&hf_org_csapi_cc_cccs_TpConfSearchCriteria_StopSearch, {"TpConfSearchCriteria_StopSearch","giop-parlay.TpConfSearchCriteria.StopSearch",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64361         {&hf_org_csapi_cc_cccs_TpConfSearchCriteria_RequestedResources, {"TpConfSearchCriteria_RequestedResources","giop-parlay.TpConfSearchCriteria.RequestedResources",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64362         {&hf_org_csapi_cc_cccs_TpConfSearchCriteria_RequestedDuration, {"TpConfSearchCriteria_RequestedDuration","giop-parlay.TpConfSearchCriteria.RequestedDuration",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64363         {&hf_org_csapi_cc_cccs_TpConfSearchResult_MatchFound, {"TpConfSearchResult_MatchFound","giop-parlay.TpConfSearchResult.MatchFound",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64364         {&hf_org_csapi_cc_cccs_TpConfSearchResult_ActualStartTime, {"TpConfSearchResult_ActualStartTime","giop-parlay.TpConfSearchResult.ActualStartTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64365         {&hf_org_csapi_cc_cccs_TpConfSearchResult_ActualResources, {"TpConfSearchResult_ActualResources","giop-parlay.TpConfSearchResult.ActualResources",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64366         {&hf_org_csapi_cc_cccs_TpConfSearchResult_ActualDuration, {"TpConfSearchResult_ActualDuration","giop-parlay.TpConfSearchResult.ActualDuration",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64367         {&hf_org_csapi_cc_cccs_TpMultiMediaConfPolicy_JoinAllowed, {"TpMultiMediaConfPolicy_JoinAllowed","giop-parlay.TpMultiMediaConfPolicy.JoinAllowed",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64368         {&hf_org_csapi_cc_cccs_TpMultiMediaConfPolicy_MediaAllowed, {"TpMultiMediaConfPolicy_MediaAllowed","giop-parlay.TpMultiMediaConfPolicy.MediaAllowed",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64369         {&hf_org_csapi_cc_cccs_TpMultiMediaConfPolicy_Chaired, {"TpMultiMediaConfPolicy_Chaired","giop-parlay.TpMultiMediaConfPolicy.Chaired",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64370         {&hf_org_csapi_cc_cccs_TpMultiMediaConfPolicy_VideoHandling, {"TpMultiMediaConfPolicy_VideoHandling","giop-parlay.TpMultiMediaConfPolicy.VideoHandling",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_cccs_TpVideoHandlingType),0x0,NULL,HFILL}},
64371         {&hf_org_csapi_cc_cccs_TpResourceReservation_ReservationID, {"TpResourceReservation_ReservationID","giop-parlay.TpResourceReservation.ReservationID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64372         {&hf_org_csapi_cc_cccs_TpConfCallIdentifier_ConfCallSessionID, {"TpConfCallIdentifier_ConfCallSessionID","giop-parlay.TpConfCallIdentifier.ConfCallSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64373         {&hf_org_csapi_cc_cccs_TpSubConfCallIdentifier_SubConfCallSessionID, {"TpSubConfCallIdentifier_SubConfCallSessionID","giop-parlay.TpSubConfCallIdentifier.SubConfCallSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64374         {&hf_org_csapi_ui_TpUIIdentifier_UserInteractionSessionID, {"TpUIIdentifier_UserInteractionSessionID","giop-parlay.TpUIIdentifier.UserInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64375         {&hf_org_csapi_ui_TpUICallIdentifier_UserInteractionSessionID, {"TpUICallIdentifier_UserInteractionSessionID","giop-parlay.TpUICallIdentifier.UserInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64376         {&hf_org_csapi_mm_TpLocationResponseTime_ResponseTime, {"TpLocationResponseTime_ResponseTime","giop-parlay.TpLocationResponseTime.ResponseTime",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpLocationResponseIndicator),0x0,NULL,HFILL}},
64377         {&hf_org_csapi_mm_TpLocationResponseTime_TimerValue, {"TpLocationResponseTime_TimerValue","giop-parlay.TpLocationResponseTime.TimerValue",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64378         {&hf_org_csapi_mm_TpLocationTrigger_Longitude, {"TpLocationTrigger_Longitude","giop-parlay.TpLocationTrigger.Longitude",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
64379         {&hf_org_csapi_mm_TpLocationTrigger_Latitude, {"TpLocationTrigger_Latitude","giop-parlay.TpLocationTrigger.Latitude",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
64380         {&hf_org_csapi_mm_TpLocationTrigger_AreaSemiMajor, {"TpLocationTrigger_AreaSemiMajor","giop-parlay.TpLocationTrigger.AreaSemiMajor",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
64381         {&hf_org_csapi_mm_TpLocationTrigger_AreaSemiMinor, {"TpLocationTrigger_AreaSemiMinor","giop-parlay.TpLocationTrigger.AreaSemiMinor",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
64382         {&hf_org_csapi_mm_TpLocationTrigger_AngleOfSemiMajor, {"TpLocationTrigger_AngleOfSemiMajor","giop-parlay.TpLocationTrigger.AngleOfSemiMajor",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64383         {&hf_org_csapi_mm_TpLocationTrigger_Criterion, {"TpLocationTrigger_Criterion","giop-parlay.TpLocationTrigger.Criterion",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpLocationTriggerCriteria),0x0,NULL,HFILL}},
64384         {&hf_org_csapi_mm_TpLocationTrigger_ReportingInterval, {"TpLocationTrigger_ReportingInterval","giop-parlay.TpLocationTrigger.ReportingInterval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64385         {&hf_org_csapi_mm_TpLocationRequest_RequestedAccuracy, {"TpLocationRequest_RequestedAccuracy","giop-parlay.TpLocationRequest.RequestedAccuracy",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
64386         {&hf_org_csapi_mm_TpLocationRequest_AltitudeRequested, {"TpLocationRequest_AltitudeRequested","giop-parlay.TpLocationRequest.AltitudeRequested",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64387         {&hf_org_csapi_mm_TpLocationRequest_Type, {"TpLocationRequest_Type","giop-parlay.TpLocationRequest.Type",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpLocationType),0x0,NULL,HFILL}},
64388         {&hf_org_csapi_mm_TpLocationRequest_Priority, {"TpLocationRequest_Priority","giop-parlay.TpLocationRequest.Priority",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpLocationPriority),0x0,NULL,HFILL}},
64389         {&hf_org_csapi_mm_TpLocationRequest_RequestedLocationMethod, {"TpLocationRequest_RequestedLocationMethod","giop-parlay.TpLocationRequest.RequestedLocationMethod",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64390         {&hf_org_csapi_mm_TpGeographicalPosition_Longitude, {"TpGeographicalPosition_Longitude","giop-parlay.TpGeographicalPosition.Longitude",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
64391         {&hf_org_csapi_mm_TpGeographicalPosition_Latitude, {"TpGeographicalPosition_Latitude","giop-parlay.TpGeographicalPosition.Latitude",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
64392         {&hf_org_csapi_mm_TpGeographicalPosition_TypeOfUncertaintyShape, {"TpGeographicalPosition_TypeOfUncertaintyShape","giop-parlay.TpGeographicalPosition.TypeOfUncertaintyShape",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpLocationUncertaintyShape),0x0,NULL,HFILL}},
64393         {&hf_org_csapi_mm_TpGeographicalPosition_UncertaintyInnerSemiMajor, {"TpGeographicalPosition_UncertaintyInnerSemiMajor","giop-parlay.TpGeographicalPosition.UncertaintyInnerSemiMajor",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
64394         {&hf_org_csapi_mm_TpGeographicalPosition_UncertaintyOuterSemiMajor, {"TpGeographicalPosition_UncertaintyOuterSemiMajor","giop-parlay.TpGeographicalPosition.UncertaintyOuterSemiMajor",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
64395         {&hf_org_csapi_mm_TpGeographicalPosition_UncertaintyInnerSemiMinor, {"TpGeographicalPosition_UncertaintyInnerSemiMinor","giop-parlay.TpGeographicalPosition.UncertaintyInnerSemiMinor",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
64396         {&hf_org_csapi_mm_TpGeographicalPosition_UncertaintyOuterSemiMinor, {"TpGeographicalPosition_UncertaintyOuterSemiMinor","giop-parlay.TpGeographicalPosition.UncertaintyOuterSemiMinor",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
64397         {&hf_org_csapi_mm_TpGeographicalPosition_AngleOfSemiMajor, {"TpGeographicalPosition_AngleOfSemiMajor","giop-parlay.TpGeographicalPosition.AngleOfSemiMajor",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64398         {&hf_org_csapi_mm_TpGeographicalPosition_SegmentStartAngle, {"TpGeographicalPosition_SegmentStartAngle","giop-parlay.TpGeographicalPosition.SegmentStartAngle",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64399         {&hf_org_csapi_mm_TpGeographicalPosition_SegmentEndAngle, {"TpGeographicalPosition_SegmentEndAngle","giop-parlay.TpGeographicalPosition.SegmentEndAngle",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64400         {&hf_org_csapi_mm_TpMobilityStopAssignmentData_AssignmentId, {"TpMobilityStopAssignmentData_AssignmentId","giop-parlay.TpMobilityStopAssignmentData.AssignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64401         {&hf_org_csapi_mm_TpMobilityStopAssignmentData_StopScope, {"TpMobilityStopAssignmentData_StopScope","giop-parlay.TpMobilityStopAssignmentData.StopScope",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityStopScope),0x0,NULL,HFILL}},
64402         {&hf_org_csapi_mm_TpMobilityStopAssignmentData_Users_loop, {"Seq length of TpMobilityStopAssignmentData_Users","giop-parlay.TpMobilityStopAssignmentData.Users.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64403         {&hf_org_csapi_mm_TpUlExtendedData_TerminalType, {"TpUlExtendedData_TerminalType","giop-parlay.TpUlExtendedData.TerminalType",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpTerminalType),0x0,NULL,HFILL}},
64404         {&hf_org_csapi_mm_TpUlExtendedData_AltitudePresent, {"TpUlExtendedData_AltitudePresent","giop-parlay.TpUlExtendedData.AltitudePresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64405         {&hf_org_csapi_mm_TpUlExtendedData_Altitude, {"TpUlExtendedData_Altitude","giop-parlay.TpUlExtendedData.Altitude",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
64406         {&hf_org_csapi_mm_TpUlExtendedData_UncertaintyAltitude, {"TpUlExtendedData_UncertaintyAltitude","giop-parlay.TpUlExtendedData.UncertaintyAltitude",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
64407         {&hf_org_csapi_mm_TpUlExtendedData_TimestampPresent, {"TpUlExtendedData_TimestampPresent","giop-parlay.TpUlExtendedData.TimestampPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64408         {&hf_org_csapi_mm_TpUlExtendedData_Timestamp, {"TpUlExtendedData_Timestamp","giop-parlay.TpUlExtendedData.Timestamp",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64409         {&hf_org_csapi_mm_TpUlExtendedData_UsedLocationMethod, {"TpUlExtendedData_UsedLocationMethod","giop-parlay.TpUlExtendedData.UsedLocationMethod",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64410         {&hf_org_csapi_mm_TpUserLocation_StatusCode, {"TpUserLocation_StatusCode","giop-parlay.TpUserLocation.StatusCode",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
64411         {&hf_org_csapi_mm_TpUserLocationExtended_StatusCode, {"TpUserLocationExtended_StatusCode","giop-parlay.TpUserLocationExtended.StatusCode",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
64412         {&hf_org_csapi_mm_TpUserLocationExtended_Locations_loop, {"Seq length of TpUserLocationExtended_Locations","giop-parlay.TpUserLocationExtended.Locations.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64413         {&hf_org_csapi_mm_TpLocationTriggerCamel_UpdateInsideVlr, {"TpLocationTriggerCamel_UpdateInsideVlr","giop-parlay.TpLocationTriggerCamel.UpdateInsideVlr",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64414         {&hf_org_csapi_mm_TpLocationTriggerCamel_UpdateOutsideVlr, {"TpLocationTriggerCamel_UpdateOutsideVlr","giop-parlay.TpLocationTriggerCamel.UpdateOutsideVlr",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64415         {&hf_org_csapi_mm_TpUserLocationCamel_StatusCode, {"TpUserLocationCamel_StatusCode","giop-parlay.TpUserLocationCamel.StatusCode",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
64416         {&hf_org_csapi_mm_TpUserLocationCamel_GeographicalPositionPresent, {"TpUserLocationCamel_GeographicalPositionPresent","giop-parlay.TpUserLocationCamel.GeographicalPositionPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64417         {&hf_org_csapi_mm_TpUserLocationCamel_TimestampPresent, {"TpUserLocationCamel_TimestampPresent","giop-parlay.TpUserLocationCamel.TimestampPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64418         {&hf_org_csapi_mm_TpUserLocationCamel_Timestamp, {"TpUserLocationCamel_Timestamp","giop-parlay.TpUserLocationCamel.Timestamp",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64419         {&hf_org_csapi_mm_TpUserLocationCamel_VlrNumberPresent, {"TpUserLocationCamel_VlrNumberPresent","giop-parlay.TpUserLocationCamel.VlrNumberPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64420         {&hf_org_csapi_mm_TpUserLocationCamel_LocationNumberPresent, {"TpUserLocationCamel_LocationNumberPresent","giop-parlay.TpUserLocationCamel.LocationNumberPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64421         {&hf_org_csapi_mm_TpUserLocationCamel_CellIdOrLaiPresent, {"TpUserLocationCamel_CellIdOrLaiPresent","giop-parlay.TpUserLocationCamel.CellIdOrLaiPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64422         {&hf_org_csapi_mm_TpUserLocationCamel_CellIdOrLai, {"TpUserLocationCamel_CellIdOrLai","giop-parlay.TpUserLocationCamel.CellIdOrLai",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64423         {&hf_org_csapi_mm_TpUserLocationEmergencyRequest_UserAddressPresent, {"TpUserLocationEmergencyRequest_UserAddressPresent","giop-parlay.TpUserLocationEmergencyRequest.UserAddressPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64424         {&hf_org_csapi_mm_TpUserLocationEmergencyRequest_NaEsrdPresent, {"TpUserLocationEmergencyRequest_NaEsrdPresent","giop-parlay.TpUserLocationEmergencyRequest.NaEsrdPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64425         {&hf_org_csapi_mm_TpUserLocationEmergencyRequest_NaEsrd, {"TpUserLocationEmergencyRequest_NaEsrd","giop-parlay.TpUserLocationEmergencyRequest.NaEsrd",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64426         {&hf_org_csapi_mm_TpUserLocationEmergencyRequest_NaEsrkPresent, {"TpUserLocationEmergencyRequest_NaEsrkPresent","giop-parlay.TpUserLocationEmergencyRequest.NaEsrkPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64427         {&hf_org_csapi_mm_TpUserLocationEmergencyRequest_NaEsrk, {"TpUserLocationEmergencyRequest_NaEsrk","giop-parlay.TpUserLocationEmergencyRequest.NaEsrk",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64428         {&hf_org_csapi_mm_TpUserLocationEmergencyRequest_ImeiPresent, {"TpUserLocationEmergencyRequest_ImeiPresent","giop-parlay.TpUserLocationEmergencyRequest.ImeiPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64429         {&hf_org_csapi_mm_TpUserLocationEmergencyRequest_Imei, {"TpUserLocationEmergencyRequest_Imei","giop-parlay.TpUserLocationEmergencyRequest.Imei",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64430         {&hf_org_csapi_mm_TpUserLocationEmergency_StatusCode, {"TpUserLocationEmergency_StatusCode","giop-parlay.TpUserLocationEmergency.StatusCode",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
64431         {&hf_org_csapi_mm_TpUserLocationEmergency_UserIdPresent, {"TpUserLocationEmergency_UserIdPresent","giop-parlay.TpUserLocationEmergency.UserIdPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64432         {&hf_org_csapi_mm_TpUserLocationEmergency_NaEsrdPresent, {"TpUserLocationEmergency_NaEsrdPresent","giop-parlay.TpUserLocationEmergency.NaEsrdPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64433         {&hf_org_csapi_mm_TpUserLocationEmergency_NaEsrd, {"TpUserLocationEmergency_NaEsrd","giop-parlay.TpUserLocationEmergency.NaEsrd",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64434         {&hf_org_csapi_mm_TpUserLocationEmergency_NaEsrkPresent, {"TpUserLocationEmergency_NaEsrkPresent","giop-parlay.TpUserLocationEmergency.NaEsrkPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64435         {&hf_org_csapi_mm_TpUserLocationEmergency_NaEsrk, {"TpUserLocationEmergency_NaEsrk","giop-parlay.TpUserLocationEmergency.NaEsrk",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64436         {&hf_org_csapi_mm_TpUserLocationEmergency_ImeiPresent, {"TpUserLocationEmergency_ImeiPresent","giop-parlay.TpUserLocationEmergency.ImeiPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64437         {&hf_org_csapi_mm_TpUserLocationEmergency_Imei, {"TpUserLocationEmergency_Imei","giop-parlay.TpUserLocationEmergency.Imei",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64438         {&hf_org_csapi_mm_TpUserLocationEmergency_TriggeringEvent, {"TpUserLocationEmergency_TriggeringEvent","giop-parlay.TpUserLocationEmergency.TriggeringEvent",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpUserLocationEmergencyTrigger),0x0,NULL,HFILL}},
64439         {&hf_org_csapi_mm_TpUserLocationEmergency_GeographicalPositionPresent, {"TpUserLocationEmergency_GeographicalPositionPresent","giop-parlay.TpUserLocationEmergency.GeographicalPositionPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64440         {&hf_org_csapi_mm_TpUserLocationEmergency_AltitudePresent, {"TpUserLocationEmergency_AltitudePresent","giop-parlay.TpUserLocationEmergency.AltitudePresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64441         {&hf_org_csapi_mm_TpUserLocationEmergency_Altitude, {"TpUserLocationEmergency_Altitude","giop-parlay.TpUserLocationEmergency.Altitude",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
64442         {&hf_org_csapi_mm_TpUserLocationEmergency_UncertaintyAltitude, {"TpUserLocationEmergency_UncertaintyAltitude","giop-parlay.TpUserLocationEmergency.UncertaintyAltitude",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
64443         {&hf_org_csapi_mm_TpUserLocationEmergency_TimestampPresent, {"TpUserLocationEmergency_TimestampPresent","giop-parlay.TpUserLocationEmergency.TimestampPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64444         {&hf_org_csapi_mm_TpUserLocationEmergency_Timestamp, {"TpUserLocationEmergency_Timestamp","giop-parlay.TpUserLocationEmergency.Timestamp",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64445         {&hf_org_csapi_mm_TpUserLocationEmergency_UsedLocationMethod, {"TpUserLocationEmergency_UsedLocationMethod","giop-parlay.TpUserLocationEmergency.UsedLocationMethod",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64446         {&hf_org_csapi_mm_TpUserStatus_StatusCode, {"TpUserStatus_StatusCode","giop-parlay.TpUserStatus.StatusCode",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
64447         {&hf_org_csapi_mm_TpUserStatus_Status, {"TpUserStatus_Status","giop-parlay.TpUserStatus.Status",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpUserStatusIndicator),0x0,NULL,HFILL}},
64448         {&hf_org_csapi_mm_TpUserStatus_TerminalType, {"TpUserStatus_TerminalType","giop-parlay.TpUserStatus.TerminalType",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpTerminalType),0x0,NULL,HFILL}},
64449         {&hf_org_csapi_mm_TpTriggeredStatusRequest_Users_loop, {"Seq length of TpTriggeredStatusRequest_Users","giop-parlay.TpTriggeredStatusRequest.Users.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64450         {&hf_org_csapi_mm_TpTriggeredStatusRequest_AssignmentID, {"TpTriggeredStatusRequest_AssignmentID","giop-parlay.TpTriggeredStatusRequest.AssignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64451         {&hf_org_csapi_mm_TpTriggeredStatusRequestSetEntry_Requests_loop, {"Seq length of TpTriggeredStatusRequestSetEntry_Requests","giop-parlay.TpTriggeredStatusRequestSetEntry.Requests.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64452         {&hf_org_csapi_mm_TpTriggeredStatusRequestSetEntry_Final, {"TpTriggeredStatusRequestSetEntry_Final","giop-parlay.TpTriggeredStatusRequestSetEntry.Final",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64453         {&hf_org_csapi_mm_TpPeriodicLocationRequest_Users_loop, {"Seq length of TpPeriodicLocationRequest_Users","giop-parlay.TpPeriodicLocationRequest.Users.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64454         {&hf_org_csapi_mm_TpPeriodicLocationRequest_ReportingInterval, {"TpPeriodicLocationRequest_ReportingInterval","giop-parlay.TpPeriodicLocationRequest.ReportingInterval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64455         {&hf_org_csapi_mm_TpPeriodicLocationRequest_AssignmentID, {"TpPeriodicLocationRequest_AssignmentID","giop-parlay.TpPeriodicLocationRequest.AssignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64456         {&hf_org_csapi_mm_TpPeriodicLocationRequestSetEntry_Requests_loop, {"Seq length of TpPeriodicLocationRequestSetEntry_Requests","giop-parlay.TpPeriodicLocationRequestSetEntry.Requests.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64457         {&hf_org_csapi_mm_TpPeriodicLocationRequestSetEntry_Final, {"TpPeriodicLocationRequestSetEntry_Final","giop-parlay.TpPeriodicLocationRequestSetEntry.Final",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64458         {&hf_org_csapi_mm_TpTriggeredLocationRequest_Users_loop, {"Seq length of TpTriggeredLocationRequest_Users","giop-parlay.TpTriggeredLocationRequest.Users.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64459         {&hf_org_csapi_mm_TpTriggeredLocationRequest_AssignmentID, {"TpTriggeredLocationRequest_AssignmentID","giop-parlay.TpTriggeredLocationRequest.AssignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64460         {&hf_org_csapi_mm_TpTriggeredLocationRequestSetEntry_Requests_loop, {"Seq length of TpTriggeredLocationRequestSetEntry_Requests","giop-parlay.TpTriggeredLocationRequestSetEntry.Requests.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64461         {&hf_org_csapi_mm_TpTriggeredLocationRequestSetEntry_Final, {"TpTriggeredLocationRequestSetEntry_Final","giop-parlay.TpTriggeredLocationRequestSetEntry.Final",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64462         {&hf_org_csapi_mm_TpUserStatusIndicatorExtended_UserStatusIndicator, {"TpUserStatusIndicatorExtended_UserStatusIndicator","giop-parlay.TpUserStatusIndicatorExtended.UserStatusIndicator",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpUserStatusIndicator),0x0,NULL,HFILL}},
64463         {&hf_org_csapi_mm_TpUserStatusIndicatorExtended_PDPContextActive, {"TpUserStatusIndicatorExtended_PDPContextActive","giop-parlay.TpUserStatusIndicatorExtended.PDPContextActive",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64464         {&hf_org_csapi_mm_TpUserInfo_UserName, {"TpUserInfo_UserName","giop-parlay.TpUserInfo.UserName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64465         {&hf_org_csapi_mm_TpUserInfo_Password, {"TpUserInfo_Password","giop-parlay.TpUserInfo.Password",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64466         {&hf_org_csapi_mm_TpNetworkStatusIndicator_CountryCode, {"TpNetworkStatusIndicator_CountryCode","giop-parlay.TpNetworkStatusIndicator.CountryCode",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64467         {&hf_org_csapi_mm_TpNetworkStatusIndicator_MobileNetworkCode, {"TpNetworkStatusIndicator_MobileNetworkCode","giop-parlay.TpNetworkStatusIndicator.MobileNetworkCode",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64468         {&hf_org_csapi_mm_TpNetworkStatusIndicator_AccessTechnology, {"TpNetworkStatusIndicator_AccessTechnology","giop-parlay.TpNetworkStatusIndicator.AccessTechnology",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpAccessTechnology),0x0,NULL,HFILL}},
64469         {&hf_org_csapi_mm_TpNetworkStatusIndicator_RoamingStatus, {"TpNetworkStatusIndicator_RoamingStatus","giop-parlay.TpNetworkStatusIndicator.RoamingStatus",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpRoamingStatus),0x0,NULL,HFILL}},
64470         {&hf_org_csapi_mm_TpUserStatusExtended_UserID, {"TpUserStatusExtended_UserID","giop-parlay.TpUserStatusExtended.UserID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64471         {&hf_org_csapi_mm_TpUserStatusExtended_StatusCode, {"TpUserStatusExtended_StatusCode","giop-parlay.TpUserStatusExtended.StatusCode",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
64472         {&hf_org_csapi_mm_TpUserStatusExtended_TerminalType, {"TpUserStatusExtended_TerminalType","giop-parlay.TpUserStatusExtended.TerminalType",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpTerminalType),0x0,NULL,HFILL}},
64473         {&hf_org_csapi_mm_TpUserStatusExtended_AuthenticationStatus, {"TpUserStatusExtended_AuthenticationStatus","giop-parlay.TpUserStatusExtended.AuthenticationStatus",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpAuthStatusIndicator),0x0,NULL,HFILL}},
64474         {&hf_org_csapi_mm_TpUserStatusExtended_UserIPAddress, {"TpUserStatusExtended_UserIPAddress","giop-parlay.TpUserStatusExtended.UserIPAddress",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64475         {&hf_org_csapi_mm_TpUserStatusExtended_UserMSISDN, {"TpUserStatusExtended_UserMSISDN","giop-parlay.TpUserStatusExtended.UserMSISDN",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64476         {&hf_org_csapi_mm_TpUserStatusExtended_UserConnectionID, {"TpUserStatusExtended_UserConnectionID","giop-parlay.TpUserStatusExtended.UserConnectionID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64477         {&hf_org_csapi_mm_TpUserStatusExtended_AccessPointName, {"TpUserStatusExtended_AccessPointName","giop-parlay.TpUserStatusExtended.AccessPointName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64478         {&hf_org_csapi_mm_TpBindingNotificationCriteria_NotificationCriteriaType, {"TpBindingNotificationCriteria_NotificationCriteriaType","giop-parlay.TpBindingNotificationCriteria.NotificationCriteriaType",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64479         {&hf_org_csapi_mm_TpBindingNotificationCriteria_ContactAddressSet_loop, {"Seq length of TpBindingNotificationCriteria_ContactAddressSet","giop-parlay.TpBindingNotificationCriteria.ContactAddressSet.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64480         {&hf_org_csapi_termcap_TpTerminalCapabilities_TerminalCapabilities, {"TpTerminalCapabilities_TerminalCapabilities","giop-parlay.TpTerminalCapabilities.TerminalCapabilities",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64481         {&hf_org_csapi_termcap_TpTerminalCapabilities_StatusCode, {"TpTerminalCapabilities_StatusCode","giop-parlay.TpTerminalCapabilities.StatusCode",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64482         {&hf_org_csapi_termcap_TpTerminalCapabilityScope_ScopeType, {"TpTerminalCapabilityScope_ScopeType","giop-parlay.TpTerminalCapabilityScope.ScopeType",FT_UINT32,BASE_DEC,VALS(org_csapi_termcap_TpTerminalCapabilityScopeType),0x0,NULL,HFILL}},
64483         {&hf_org_csapi_termcap_TpTerminalCapabilityScope_Scope, {"TpTerminalCapabilityScope_Scope","giop-parlay.TpTerminalCapabilityScope.Scope",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64484         {&hf_org_csapi_dsc_TpChargePerVolume_InitialCharge, {"TpChargePerVolume_InitialCharge","giop-parlay.TpChargePerVolume.InitialCharge",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64485         {&hf_org_csapi_dsc_TpChargePerVolume_CurrentChargePerKilobyte, {"TpChargePerVolume_CurrentChargePerKilobyte","giop-parlay.TpChargePerVolume.CurrentChargePerKilobyte",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64486         {&hf_org_csapi_dsc_TpChargePerVolume_NextChargePerKilobyte, {"TpChargePerVolume_NextChargePerKilobyte","giop-parlay.TpChargePerVolume.NextChargePerKilobyte",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64487         {&hf_org_csapi_dsc_TpDataSessionChargePlan_Currency, {"TpDataSessionChargePlan_Currency","giop-parlay.TpDataSessionChargePlan.Currency",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64488         {&hf_org_csapi_dsc_TpDataSessionChargePlan_AdditionalInfo, {"TpDataSessionChargePlan_AdditionalInfo","giop-parlay.TpDataSessionChargePlan.AdditionalInfo",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64489         {&hf_org_csapi_dsc_TpDataSessionError_ErrorTime, {"TpDataSessionError_ErrorTime","giop-parlay.TpDataSessionError.ErrorTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64490         {&hf_org_csapi_dsc_TpDataSessionError_ErrorType, {"TpDataSessionError_ErrorType","giop-parlay.TpDataSessionError.ErrorType",FT_UINT32,BASE_DEC,VALS(org_csapi_dsc_TpDataSessionErrorType),0x0,NULL,HFILL}},
64491         {&hf_org_csapi_dsc_TpDataSessionEventCriteria_DataSessionEventName, {"TpDataSessionEventCriteria_DataSessionEventName","giop-parlay.TpDataSessionEventCriteria.DataSessionEventName",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64492         {&hf_org_csapi_dsc_TpDataSessionEventCriteria_MonitorMode, {"TpDataSessionEventCriteria_MonitorMode","giop-parlay.TpDataSessionEventCriteria.MonitorMode",FT_UINT32,BASE_DEC,VALS(org_csapi_dsc_TpDataSessionMonitorMode),0x0,NULL,HFILL}},
64493         {&hf_org_csapi_dsc_TpDataSessionEventInfo_DataSessionEventName, {"TpDataSessionEventInfo_DataSessionEventName","giop-parlay.TpDataSessionEventInfo.DataSessionEventName",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64494         {&hf_org_csapi_dsc_TpDataSessionEventInfo_MonitorMode, {"TpDataSessionEventInfo_MonitorMode","giop-parlay.TpDataSessionEventInfo.MonitorMode",FT_UINT32,BASE_DEC,VALS(org_csapi_dsc_TpDataSessionMonitorMode),0x0,NULL,HFILL}},
64495         {&hf_org_csapi_dsc_TpDataSessionEventInfo_QoSClass, {"TpDataSessionEventInfo_QoSClass","giop-parlay.TpDataSessionEventInfo.QoSClass",FT_UINT32,BASE_DEC,VALS(org_csapi_TpDataSessionQosClass),0x0,NULL,HFILL}},
64496         {&hf_org_csapi_dsc_TpDataSessionReleaseCause_Value, {"TpDataSessionReleaseCause_Value","giop-parlay.TpDataSessionReleaseCause.Value",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64497         {&hf_org_csapi_dsc_TpDataSessionReleaseCause_Location, {"TpDataSessionReleaseCause_Location","giop-parlay.TpDataSessionReleaseCause.Location",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64498         {&hf_org_csapi_dsc_TpDataSessionReport_MonitorMode, {"TpDataSessionReport_MonitorMode","giop-parlay.TpDataSessionReport.MonitorMode",FT_UINT32,BASE_DEC,VALS(org_csapi_dsc_TpDataSessionMonitorMode),0x0,NULL,HFILL}},
64499         {&hf_org_csapi_dsc_TpDataSessionReport_DataSessionEventTime, {"TpDataSessionReport_DataSessionEventTime","giop-parlay.TpDataSessionReport.DataSessionEventTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64500         {&hf_org_csapi_dsc_TpDataSessionReport_DataSessionReportType, {"TpDataSessionReport_DataSessionReportType","giop-parlay.TpDataSessionReport.DataSessionReportType",FT_UINT32,BASE_DEC,VALS(org_csapi_dsc_TpDataSessionReportType),0x0,NULL,HFILL}},
64501         {&hf_org_csapi_dsc_TpDataSessionReportRequest_MonitorMode, {"TpDataSessionReportRequest_MonitorMode","giop-parlay.TpDataSessionReportRequest.MonitorMode",FT_UINT32,BASE_DEC,VALS(org_csapi_dsc_TpDataSessionMonitorMode),0x0,NULL,HFILL}},
64502         {&hf_org_csapi_dsc_TpDataSessionReportRequest_DataSessionReportType, {"TpDataSessionReportRequest_DataSessionReportType","giop-parlay.TpDataSessionReportRequest.DataSessionReportType",FT_UINT32,BASE_DEC,VALS(org_csapi_dsc_TpDataSessionReportType),0x0,NULL,HFILL}},
64503         {&hf_org_csapi_dsc_TpDataSessionSuperviseVolume_VolumeQuantity, {"TpDataSessionSuperviseVolume_VolumeQuantity","giop-parlay.TpDataSessionSuperviseVolume.VolumeQuantity",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64504         {&hf_org_csapi_dsc_TpDataSessionSuperviseVolume_VolumeUnit, {"TpDataSessionSuperviseVolume_VolumeUnit","giop-parlay.TpDataSessionSuperviseVolume.VolumeUnit",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64505         {&hf_org_csapi_dsc_TpDataSessionEventCriteriaResult_AssignmentID, {"TpDataSessionEventCriteriaResult_AssignmentID","giop-parlay.TpDataSessionEventCriteriaResult.AssignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64506         {&hf_org_csapi_dsc_TpDataSessionIdentifier_DataSessionID, {"TpDataSessionIdentifier_DataSessionID","giop-parlay.TpDataSessionIdentifier.DataSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64507         {&hf_org_csapi_gms_TpGMSNewMessageArrivedInfo_FolderID, {"TpGMSNewMessageArrivedInfo_FolderID","giop-parlay.TpGMSNewMessageArrivedInfo.FolderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64508         {&hf_org_csapi_gms_TpGMSNewMessageArrivedInfo_MessageID, {"TpGMSNewMessageArrivedInfo_MessageID","giop-parlay.TpGMSNewMessageArrivedInfo.MessageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64509         {&hf_org_csapi_gms_TpGMSNewMessageArrivedInfo_NumberOfProperties, {"TpGMSNewMessageArrivedInfo_NumberOfProperties","giop-parlay.TpGMSNewMessageArrivedInfo.NumberOfProperties",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64510         {&hf_org_csapi_gms_TpGMSNewMessageArrivedCriteria_AuthenticationInfo, {"TpGMSNewMessageArrivedCriteria_AuthenticationInfo","giop-parlay.TpGMSNewMessageArrivedCriteria.AuthenticationInfo",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64511         {&hf_org_csapi_gms_TpMailboxIdentifier_SessionID, {"TpMailboxIdentifier_SessionID","giop-parlay.TpMailboxIdentifier.SessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64512         {&hf_org_csapi_gms_TpMailboxFolderIdentifier_SessionID, {"TpMailboxFolderIdentifier_SessionID","giop-parlay.TpMailboxFolderIdentifier.SessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64513         {&hf_org_csapi_cm_TpNameDescrpTagTimePeriod_duration, {"TpNameDescrpTagTimePeriod_duration","giop-parlay.TpNameDescrpTagTimePeriod.duration",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64514         {&hf_org_csapi_cm_TpNameDescrpTagTimeOfDay_name, {"TpNameDescrpTagTimeOfDay_name","giop-parlay.TpNameDescrpTagTimeOfDay.name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64515         {&hf_org_csapi_cm_TpNameDescrpTagTimeOfDay_description, {"TpNameDescrpTagTimeOfDay_description","giop-parlay.TpNameDescrpTagTimeOfDay.description",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64516         {&hf_org_csapi_cm_TpNameDescrpTagTimeOfDay_tag, {"TpNameDescrpTagTimeOfDay_tag","giop-parlay.TpNameDescrpTagTimeOfDay.tag",FT_UINT32,BASE_DEC,VALS(org_csapi_cm_TpTagValue),0x0,NULL,HFILL}},
64517         {&hf_org_csapi_cm_TpNameDescrpTagTimeOfDay_value, {"TpNameDescrpTagTimeOfDay_value","giop-parlay.TpNameDescrpTagTimeOfDay.value",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64518         {&hf_org_csapi_cm_TpNameDescrpTagString_name, {"TpNameDescrpTagString_name","giop-parlay.TpNameDescrpTagString.name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64519         {&hf_org_csapi_cm_TpNameDescrpTagString_description, {"TpNameDescrpTagString_description","giop-parlay.TpNameDescrpTagString.description",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64520         {&hf_org_csapi_cm_TpNameDescrpTagString_tag, {"TpNameDescrpTagString_tag","giop-parlay.TpNameDescrpTagString.tag",FT_UINT32,BASE_DEC,VALS(org_csapi_cm_TpTagValue),0x0,NULL,HFILL}},
64521         {&hf_org_csapi_cm_TpNameDescrpTagString_value, {"TpNameDescrpTagString_value","giop-parlay.TpNameDescrpTagString.value",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64522         {&hf_org_csapi_cm_TpNameDescrpTagMonth_name, {"TpNameDescrpTagMonth_name","giop-parlay.TpNameDescrpTagMonth.name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64523         {&hf_org_csapi_cm_TpNameDescrpTagMonth_description, {"TpNameDescrpTagMonth_description","giop-parlay.TpNameDescrpTagMonth.description",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64524         {&hf_org_csapi_cm_TpNameDescrpTagMonth_tag, {"TpNameDescrpTagMonth_tag","giop-parlay.TpNameDescrpTagMonth.tag",FT_UINT32,BASE_DEC,VALS(org_csapi_cm_TpTagValue),0x0,NULL,HFILL}},
64525         {&hf_org_csapi_cm_TpNameDescrpTagMonth_value, {"TpNameDescrpTagMonth_value","giop-parlay.TpNameDescrpTagMonth.value",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64526         {&hf_org_csapi_cm_TpNameDescrpTagInt_name, {"TpNameDescrpTagInt_name","giop-parlay.TpNameDescrpTagInt.name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64527         {&hf_org_csapi_cm_TpNameDescrpTagInt_description, {"TpNameDescrpTagInt_description","giop-parlay.TpNameDescrpTagInt.description",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64528         {&hf_org_csapi_cm_TpNameDescrpTagInt_tag, {"TpNameDescrpTagInt_tag","giop-parlay.TpNameDescrpTagInt.tag",FT_UINT32,BASE_DEC,VALS(org_csapi_cm_TpTagValue),0x0,NULL,HFILL}},
64529         {&hf_org_csapi_cm_TpNameDescrpTagInt_value, {"TpNameDescrpTagInt_value","giop-parlay.TpNameDescrpTagInt.value",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64530         {&hf_org_csapi_cm_TpNameDescrpTagDir_name, {"TpNameDescrpTagDir_name","giop-parlay.TpNameDescrpTagDir.name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64531         {&hf_org_csapi_cm_TpNameDescrpTagDir_description, {"TpNameDescrpTagDir_description","giop-parlay.TpNameDescrpTagDir.description",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64532         {&hf_org_csapi_cm_TpNameDescrpTagDir_tag, {"TpNameDescrpTagDir_tag","giop-parlay.TpNameDescrpTagDir.tag",FT_UINT32,BASE_DEC,VALS(org_csapi_cm_TpTagValue),0x0,NULL,HFILL}},
64533         {&hf_org_csapi_cm_TpNameDescrpTagDir_value, {"TpNameDescrpTagDir_value","giop-parlay.TpNameDescrpTagDir.value",FT_UINT32,BASE_DEC,VALS(org_csapi_cm_TpTrafficDirection),0x0,NULL,HFILL}},
64534         {&hf_org_csapi_cm_TpNameDescrpTagDayOfWeek_name, {"TpNameDescrpTagDayOfWeek_name","giop-parlay.TpNameDescrpTagDayOfWeek.name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64535         {&hf_org_csapi_cm_TpNameDescrpTagDayOfWeek_description, {"TpNameDescrpTagDayOfWeek_description","giop-parlay.TpNameDescrpTagDayOfWeek.description",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64536         {&hf_org_csapi_cm_TpNameDescrpTagDayOfWeek_tag, {"TpNameDescrpTagDayOfWeek_tag","giop-parlay.TpNameDescrpTagDayOfWeek.tag",FT_UINT32,BASE_DEC,VALS(org_csapi_cm_TpTagValue),0x0,NULL,HFILL}},
64537         {&hf_org_csapi_cm_TpNameDescrpTagDayOfWeek_value, {"TpNameDescrpTagDayOfWeek_value","giop-parlay.TpNameDescrpTagDayOfWeek.value",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64538         {&hf_org_csapi_cm_TpNameDescrpTagDateTime_name, {"TpNameDescrpTagDateTime_name","giop-parlay.TpNameDescrpTagDateTime.name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64539         {&hf_org_csapi_cm_TpNameDescrpTagDateTime_description, {"TpNameDescrpTagDateTime_description","giop-parlay.TpNameDescrpTagDateTime.description",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64540         {&hf_org_csapi_cm_TpNameDescrpTagDateTime_tag, {"TpNameDescrpTagDateTime_tag","giop-parlay.TpNameDescrpTagDateTime.tag",FT_UINT32,BASE_DEC,VALS(org_csapi_cm_TpTagValue),0x0,NULL,HFILL}},
64541         {&hf_org_csapi_cm_TpNameDescrpTagDateTime_value, {"TpNameDescrpTagDateTime_value","giop-parlay.TpNameDescrpTagDateTime.value",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64542         {&hf_org_csapi_cm_TpEndpoint_type, {"TpEndpoint_type","giop-parlay.TpEndpoint.type",FT_UINT32,BASE_DEC,VALS(org_csapi_cm_TpSiteOrSap),0x0,NULL,HFILL}},
64543         {&hf_org_csapi_cm_TpEndpoint_id, {"TpEndpoint_id","giop-parlay.TpEndpoint.id",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64544         {&hf_org_csapi_cm_TpNameDescrpTagExcessLoadAction_name, {"TpNameDescrpTagExcessLoadAction_name","giop-parlay.TpNameDescrpTagExcessLoadAction.name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64545         {&hf_org_csapi_cm_TpNameDescrpTagExcessLoadAction_description, {"TpNameDescrpTagExcessLoadAction_description","giop-parlay.TpNameDescrpTagExcessLoadAction.description",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64546         {&hf_org_csapi_cm_TpNameDescrpTagExcessLoadAction_tag, {"TpNameDescrpTagExcessLoadAction_tag","giop-parlay.TpNameDescrpTagExcessLoadAction.tag",FT_UINT32,BASE_DEC,VALS(org_csapi_cm_TpTagValue),0x0,NULL,HFILL}},
64547         {&hf_org_csapi_cm_TpNameDescrpTagExcessLoadAction_value, {"TpNameDescrpTagExcessLoadAction_value","giop-parlay.TpNameDescrpTagExcessLoadAction.value",FT_UINT32,BASE_DEC,VALS(org_csapi_cm_TpAction),0x0,NULL,HFILL}},
64548         {&hf_org_csapi_cm_TpDsCodepoint_match, {"TpDsCodepoint_match","giop-parlay.TpDsCodepoint.match",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64549         {&hf_org_csapi_cm_TpDsCodepoint_mask, {"TpDsCodepoint_mask","giop-parlay.TpDsCodepoint.mask",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64550         {&hf_org_csapi_cm_TpIPSubnet_subnetNumber, {"TpIPSubnet_subnetNumber","giop-parlay.TpIPSubnet.subnetNumber",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64551         {&hf_org_csapi_cm_TpIPSubnet_subnetMask, {"TpIPSubnet_subnetMask","giop-parlay.TpIPSubnet.subnetMask",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64552         {&hf_org_csapi_cm_TpIPSubnet_addressType, {"TpIPSubnet_addressType","giop-parlay.TpIPSubnet.addressType",FT_UINT32,BASE_DEC,VALS(org_csapi_cm_TpIPv4AddType),0x0,NULL,HFILL}},
64553         {&hf_org_csapi_cm_TpIPSubnet_IPVersionSupport, {"TpIPSubnet_IPVersionSupport","giop-parlay.TpIPSubnet.IPVersionSupport",FT_UINT32,BASE_DEC,VALS(org_csapi_cm_TpIPVersion),0x0,NULL,HFILL}},
64554         {&hf_org_csapi_am_TpBalanceInfo_Currency, {"TpBalanceInfo_Currency","giop-parlay.TpBalanceInfo.Currency",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64555         {&hf_org_csapi_am_TpBalanceInfo_ValuePartA, {"TpBalanceInfo_ValuePartA","giop-parlay.TpBalanceInfo.ValuePartA",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64556         {&hf_org_csapi_am_TpBalanceInfo_ValuePartB, {"TpBalanceInfo_ValuePartB","giop-parlay.TpBalanceInfo.ValuePartB",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64557         {&hf_org_csapi_am_TpBalanceInfo_Exponent, {"TpBalanceInfo_Exponent","giop-parlay.TpBalanceInfo.Exponent",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64558         {&hf_org_csapi_am_TpBalanceInfo_AdditionalInfo, {"TpBalanceInfo_AdditionalInfo","giop-parlay.TpBalanceInfo.AdditionalInfo",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64559         {&hf_org_csapi_am_TpChargingEventInfo_ChargingEventName, {"TpChargingEventInfo_ChargingEventName","giop-parlay.TpChargingEventInfo.ChargingEventName",FT_UINT32,BASE_DEC,VALS(org_csapi_am_TpChargingEventName),0x0,NULL,HFILL}},
64560         {&hf_org_csapi_am_TpChargingEventInfo_ChargingEventTime, {"TpChargingEventInfo_ChargingEventTime","giop-parlay.TpChargingEventInfo.ChargingEventTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64561         {&hf_org_csapi_am_TpBalance_StatusCode, {"TpBalance_StatusCode","giop-parlay.TpBalance.StatusCode",FT_UINT32,BASE_DEC,VALS(org_csapi_am_TpBalanceQueryError),0x0,NULL,HFILL}},
64562         {&hf_org_csapi_am_TpTransactionHistory_TransactionID, {"TpTransactionHistory_TransactionID","giop-parlay.TpTransactionHistory.TransactionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64563         {&hf_org_csapi_am_TpTransactionHistory_TimeStamp, {"TpTransactionHistory_TimeStamp","giop-parlay.TpTransactionHistory.TimeStamp",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64564         {&hf_org_csapi_am_TpTransactionHistory_AdditionalInfo, {"TpTransactionHistory_AdditionalInfo","giop-parlay.TpTransactionHistory.AdditionalInfo",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64565         {&hf_org_csapi_am_TpChargingEventCriteria_ChargingEvents_loop, {"Seq length of TpChargingEventCriteria_ChargingEvents","giop-parlay.TpChargingEventCriteria.ChargingEvents.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64566         {&hf_org_csapi_am_TpChargingEventCriteria_ChargingEvents, {"TpChargingEventCriteria_ChargingEvents","giop-parlay.TpChargingEventCriteria.ChargingEvents",FT_UINT32,BASE_DEC,VALS(org_csapi_am_TpChargingEventName),0x0,NULL,HFILL}},
64567         {&hf_org_csapi_am_TpChargingEventCriteria_Users_loop, {"Seq length of TpChargingEventCriteria_Users","giop-parlay.TpChargingEventCriteria.Users.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64568         {&hf_org_csapi_am_TpChargingEventCriteriaResult_AssignmentID, {"TpChargingEventCriteriaResult_AssignmentID","giop-parlay.TpChargingEventCriteriaResult.AssignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64569         {&hf_org_csapi_am_TpBalanceExpiryDate_StatusCode, {"TpBalanceExpiryDate_StatusCode","giop-parlay.TpBalanceExpiryDate.StatusCode",FT_UINT32,BASE_DEC,VALS(org_csapi_am_TpBalanceQueryError),0x0,NULL,HFILL}},
64570         {&hf_org_csapi_am_TpBalanceExpiryDate_ExpiryDate, {"TpBalanceExpiryDate_ExpiryDate","giop-parlay.TpBalanceExpiryDate.ExpiryDate",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64571         {&hf_org_csapi_am_TpVoucher_VoucherID, {"TpVoucher_VoucherID","giop-parlay.TpVoucher.VoucherID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64572         {&hf_org_csapi_cs_TpMerchantAccountID_MerchantID, {"TpMerchantAccountID_MerchantID","giop-parlay.TpMerchantAccountID.MerchantID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64573         {&hf_org_csapi_cs_TpMerchantAccountID_AccountID, {"TpMerchantAccountID_AccountID","giop-parlay.TpMerchantAccountID.AccountID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64574         {&hf_org_csapi_cs_TpCorrelationID_CorrelationID, {"TpCorrelationID_CorrelationID","giop-parlay.TpCorrelationID.CorrelationID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64575         {&hf_org_csapi_cs_TpCorrelationID_CorrelationType, {"TpCorrelationID_CorrelationType","giop-parlay.TpCorrelationID.CorrelationType",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64576         {&hf_org_csapi_cs_TpAmount_Number, {"TpAmount_Number","giop-parlay.TpAmount.Number",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64577         {&hf_org_csapi_cs_TpAmount_Exponent, {"TpAmount_Exponent","giop-parlay.TpAmount.Exponent",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64578         {&hf_org_csapi_cs_TpChargingPrice_Currency, {"TpChargingPrice_Currency","giop-parlay.TpChargingPrice.Currency",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64579         {&hf_org_csapi_cs_TpVolume_Unit, {"TpVolume_Unit","giop-parlay.TpVolume.Unit",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64580         {&hf_org_csapi_cs_TpChargingSessionID_ChargingSessionID, {"TpChargingSessionID_ChargingSessionID","giop-parlay.TpChargingSessionID.ChargingSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64581         {&hf_org_csapi_cs_TpChargingSessionID_RequestNumberFirstRequest, {"TpChargingSessionID_RequestNumberFirstRequest","giop-parlay.TpChargingSessionID.RequestNumberFirstRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64582         {&hf_org_csapi_cs_TpApplicationDescription_Text, {"TpApplicationDescription_Text","giop-parlay.TpApplicationDescription.Text",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64583         {&hf_org_csapi_cs_TpApplicationDescription_AppInformation_loop, {"Seq length of TpApplicationDescription_AppInformation","giop-parlay.TpApplicationDescription.AppInformation.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64584         {&hf_org_csapi_cs_TpChargingParameter_ParameterID, {"TpChargingParameter_ParameterID","giop-parlay.TpChargingParameter.ParameterID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64585         {&hf_org_csapi_policy_TpPolicyEvent_EventID, {"TpPolicyEvent_EventID","giop-parlay.TpPolicyEvent.EventID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64586         {&hf_org_csapi_policy_TpPolicyEvent_TimeGenerated, {"TpPolicyEvent_TimeGenerated","giop-parlay.TpPolicyEvent.TimeGenerated",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64587         {&hf_org_csapi_policy_TpPolicyEvent_Attributes_loop, {"Seq length of TpPolicyEvent_Attributes","giop-parlay.TpPolicyEvent.Attributes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64588         {&hf_org_csapi_policy_TpPolicyEvent_EventDefinitionName, {"TpPolicyEvent_EventDefinitionName","giop-parlay.TpPolicyEvent.EventDefinitionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64589         {&hf_org_csapi_policy_TpPolicyEvent_EventDomainName, {"TpPolicyEvent_EventDomainName","giop-parlay.TpPolicyEvent.EventDomainName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64590         {&hf_org_csapi_policy_TpPolicyNameValue_Name, {"TpPolicyNameValue_Name","giop-parlay.TpPolicyNameValue.Name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64591         {&hf_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names_loop, {"Seq length of TpPolicyRecordType_Names","giop-parlay.TpPolicyRecordType.Names.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64592         {&hf_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names, {"TpPolicyRecordType_Names","giop-parlay.TpPolicyRecordType.Names",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64593         {&hf_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Types_loop, {"Seq length of TpPolicyRecordType_Types","giop-parlay.TpPolicyRecordType.Types.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64594         {&hf_org_csapi_policy_TpPolicyType_TpPolicyListType_ElementType_loop, {"Seq length of TpPolicyListType_ElementType","giop-parlay.TpPolicyListType.ElementType.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64595         {&hf_org_csapi_policy_TpPolicyVar_VarName, {"TpPolicyVar_VarName","giop-parlay.TpPolicyVar.VarName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64596         {&hf_org_csapi_policy_TpPolicyConditionListElement_GroupNumber, {"TpPolicyConditionListElement_GroupNumber","giop-parlay.TpPolicyConditionListElement.GroupNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64597         {&hf_org_csapi_policy_TpPolicyConditionListElement_Negated, {"TpPolicyConditionListElement_Negated","giop-parlay.TpPolicyConditionListElement.Negated",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64598         {&hf_org_csapi_policy_TpPolicyActionListElement_SequenceNumber, {"TpPolicyActionListElement_SequenceNumber","giop-parlay.TpPolicyActionListElement.SequenceNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64599         {&hf_org_csapi_pam_TpPAMAttributeDef_Name, {"TpPAMAttributeDef_Name","giop-parlay.TpPAMAttributeDef.Name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64600         {&hf_org_csapi_pam_TpPAMAttributeDef_Type, {"TpPAMAttributeDef_Type","giop-parlay.TpPAMAttributeDef.Type",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64601         {&hf_org_csapi_pam_TpPAMAttributeDef_IsStatic, {"TpPAMAttributeDef_IsStatic","giop-parlay.TpPAMAttributeDef.IsStatic",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64602         {&hf_org_csapi_pam_TpPAMAttributeDef_IsRevertOnExpiration, {"TpPAMAttributeDef_IsRevertOnExpiration","giop-parlay.TpPAMAttributeDef.IsRevertOnExpiration",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64603         {&hf_org_csapi_pam_TpPAMAttribute_AttributeName, {"TpPAMAttribute_AttributeName","giop-parlay.TpPAMAttribute.AttributeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64604         {&hf_org_csapi_pam_TpPAMAttribute_ExpiresIn, {"TpPAMAttribute_ExpiresIn","giop-parlay.TpPAMAttribute.ExpiresIn",FT_INT64,BASE_DEC,NULL,0x0,NULL,HFILL}},
64605         {&hf_org_csapi_pam_TpPAMPresenceData_Name, {"TpPAMPresenceData_Name","giop-parlay.TpPAMPresenceData.Name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64606         {&hf_org_csapi_pam_TpPAMPresenceData_subscriberStatus, {"TpPAMPresenceData_subscriberStatus","giop-parlay.TpPAMPresenceData.subscriberStatus",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64607         {&hf_org_csapi_pam_TpPAMPresenceData_networkStatus, {"TpPAMPresenceData_networkStatus","giop-parlay.TpPAMPresenceData.networkStatus",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64608         {&hf_org_csapi_pam_TpPAMPresenceData_communicationMeans, {"TpPAMPresenceData_communicationMeans","giop-parlay.TpPAMPresenceData.communicationMeans",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64609         {&hf_org_csapi_pam_TpPAMPresenceData_subscriberProvidedLocation, {"TpPAMPresenceData_subscriberProvidedLocation","giop-parlay.TpPAMPresenceData.subscriberProvidedLocation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64610         {&hf_org_csapi_pam_TpPAMPresenceData_networkProvidedLocation, {"TpPAMPresenceData_networkProvidedLocation","giop-parlay.TpPAMPresenceData.networkProvidedLocation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64611         {&hf_org_csapi_pam_TpPAMPresenceData_Priority, {"TpPAMPresenceData_Priority","giop-parlay.TpPAMPresenceData.Priority",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64612         {&hf_org_csapi_pam_TpPAMPresenceData_otherInfo, {"TpPAMPresenceData_otherInfo","giop-parlay.TpPAMPresenceData.otherInfo",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64613         {&hf_org_csapi_pam_TpPAMAvailabilityProfile_PrivacyCode, {"TpPAMAvailabilityProfile_PrivacyCode","giop-parlay.TpPAMAvailabilityProfile.PrivacyCode",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64614         {&hf_org_csapi_pam_TpPAMCommunicationContext_CommunicationCapability, {"TpPAMCommunicationContext_CommunicationCapability","giop-parlay.TpPAMCommunicationContext.CommunicationCapability",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64615         {&hf_org_csapi_pam_TpPAMContext_AskerData_loop, {"Seq length of TpPAMContext_AskerData","giop-parlay.TpPAMContext.AskerData.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64616         {&hf_org_csapi_pam_TpPAMAccessControlData_DefaultPolicy, {"TpPAMAccessControlData_DefaultPolicy","giop-parlay.TpPAMAccessControlData.DefaultPolicy",FT_UINT32,BASE_DEC,VALS(org_csapi_pam_TpPAMACLDefault),0x0,NULL,HFILL}},
64617         {&hf_org_csapi_pam_TpPAMAccessControlData_AllowList_loop, {"Seq length of TpPAMAccessControlData_AllowList","giop-parlay.TpPAMAccessControlData.AllowList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64618         {&hf_org_csapi_pam_TpPAMAccessControlData_AllowList, {"TpPAMAccessControlData_AllowList","giop-parlay.TpPAMAccessControlData.AllowList",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64619         {&hf_org_csapi_pam_TpPAMAccessControlData_DenyList_loop, {"Seq length of TpPAMAccessControlData_DenyList","giop-parlay.TpPAMAccessControlData.DenyList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64620         {&hf_org_csapi_pam_TpPAMAccessControlData_DenyList, {"TpPAMAccessControlData_DenyList","giop-parlay.TpPAMAccessControlData.DenyList",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64621         {&hf_org_csapi_pam_TpPAMICEventData_IdentityType_loop, {"Seq length of TpPAMICEventData_IdentityType","giop-parlay.TpPAMICEventData.IdentityType.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64622         {&hf_org_csapi_pam_TpPAMICEventData_IdentityType, {"TpPAMICEventData_IdentityType","giop-parlay.TpPAMICEventData.IdentityType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64623         {&hf_org_csapi_pam_TpPAMICNotificationData_Identities_loop, {"Seq length of TpPAMICNotificationData_Identities","giop-parlay.TpPAMICNotificationData.Identities.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64624         {&hf_org_csapi_pam_TpPAMICNotificationData_Identities, {"TpPAMICNotificationData_Identities","giop-parlay.TpPAMICNotificationData.Identities",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64625         {&hf_org_csapi_pam_TpPAMIDEventData_IdentityName_loop, {"Seq length of TpPAMIDEventData_IdentityName","giop-parlay.TpPAMIDEventData.IdentityName.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64626         {&hf_org_csapi_pam_TpPAMIDEventData_IdentityName, {"TpPAMIDEventData_IdentityName","giop-parlay.TpPAMIDEventData.IdentityName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64627         {&hf_org_csapi_pam_TpPAMIDEventData_IdentityType_loop, {"Seq length of TpPAMIDEventData_IdentityType","giop-parlay.TpPAMIDEventData.IdentityType.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64628         {&hf_org_csapi_pam_TpPAMIDEventData_IdentityType, {"TpPAMIDEventData_IdentityType","giop-parlay.TpPAMIDEventData.IdentityType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64629         {&hf_org_csapi_pam_TpPAMIDNotificationData_Identities_loop, {"Seq length of TpPAMIDNotificationData_Identities","giop-parlay.TpPAMIDNotificationData.Identities.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64630         {&hf_org_csapi_pam_TpPAMIDNotificationData_Identities, {"TpPAMIDNotificationData_Identities","giop-parlay.TpPAMIDNotificationData.Identities",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64631         {&hf_org_csapi_pam_TpPAMGMCEventData_GroupName_loop, {"Seq length of TpPAMGMCEventData_GroupName","giop-parlay.TpPAMGMCEventData.GroupName.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64632         {&hf_org_csapi_pam_TpPAMGMCEventData_GroupName, {"TpPAMGMCEventData_GroupName","giop-parlay.TpPAMGMCEventData.GroupName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64633         {&hf_org_csapi_pam_TpPAMGMCEventData_GroupType_loop, {"Seq length of TpPAMGMCEventData_GroupType","giop-parlay.TpPAMGMCEventData.GroupType.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64634         {&hf_org_csapi_pam_TpPAMGMCEventData_GroupType, {"TpPAMGMCEventData_GroupType","giop-parlay.TpPAMGMCEventData.GroupType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64635         {&hf_org_csapi_pam_TpPAMGMCNotificationData_Groups_loop, {"Seq length of TpPAMGMCNotificationData_Groups","giop-parlay.TpPAMGMCNotificationData.Groups.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64636         {&hf_org_csapi_pam_TpPAMGMCNotificationData_Groups, {"TpPAMGMCNotificationData_Groups","giop-parlay.TpPAMGMCNotificationData.Groups",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64637         {&hf_org_csapi_pam_TpPAMACEventData_AgentType_loop, {"Seq length of TpPAMACEventData_AgentType","giop-parlay.TpPAMACEventData.AgentType.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64638         {&hf_org_csapi_pam_TpPAMACEventData_AgentType, {"TpPAMACEventData_AgentType","giop-parlay.TpPAMACEventData.AgentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64639         {&hf_org_csapi_pam_TpPAMACNotificationData_Agents_loop, {"Seq length of TpPAMACNotificationData_Agents","giop-parlay.TpPAMACNotificationData.Agents.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64640         {&hf_org_csapi_pam_TpPAMACNotificationData_Agents, {"TpPAMACNotificationData_Agents","giop-parlay.TpPAMACNotificationData.Agents",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64641         {&hf_org_csapi_pam_TpPAMADEventData_AgentName_loop, {"Seq length of TpPAMADEventData_AgentName","giop-parlay.TpPAMADEventData.AgentName.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64642         {&hf_org_csapi_pam_TpPAMADEventData_AgentName, {"TpPAMADEventData_AgentName","giop-parlay.TpPAMADEventData.AgentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64643         {&hf_org_csapi_pam_TpPAMADEventData_AgentType_loop, {"Seq length of TpPAMADEventData_AgentType","giop-parlay.TpPAMADEventData.AgentType.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64644         {&hf_org_csapi_pam_TpPAMADEventData_AgentType, {"TpPAMADEventData_AgentType","giop-parlay.TpPAMADEventData.AgentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64645         {&hf_org_csapi_pam_TpPAMADNotificationData_Agents_loop, {"Seq length of TpPAMADNotificationData_Agents","giop-parlay.TpPAMADNotificationData.Agents.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64646         {&hf_org_csapi_pam_TpPAMADNotificationData_Agents, {"TpPAMADNotificationData_Agents","giop-parlay.TpPAMADNotificationData.Agents",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64647         {&hf_org_csapi_pam_TpPAMAAEventData_IdentityName_loop, {"Seq length of TpPAMAAEventData_IdentityName","giop-parlay.TpPAMAAEventData.IdentityName.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64648         {&hf_org_csapi_pam_TpPAMAAEventData_IdentityName, {"TpPAMAAEventData_IdentityName","giop-parlay.TpPAMAAEventData.IdentityName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64649         {&hf_org_csapi_pam_TpPAMAAEventData_IdentityType_loop, {"Seq length of TpPAMAAEventData_IdentityType","giop-parlay.TpPAMAAEventData.IdentityType.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64650         {&hf_org_csapi_pam_TpPAMAAEventData_IdentityType, {"TpPAMAAEventData_IdentityType","giop-parlay.TpPAMAAEventData.IdentityType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64651         {&hf_org_csapi_pam_TpPAMAAEventData_AgentName_loop, {"Seq length of TpPAMAAEventData_AgentName","giop-parlay.TpPAMAAEventData.AgentName.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64652         {&hf_org_csapi_pam_TpPAMAAEventData_AgentName, {"TpPAMAAEventData_AgentName","giop-parlay.TpPAMAAEventData.AgentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64653         {&hf_org_csapi_pam_TpPAMAAEventData_AgentType_loop, {"Seq length of TpPAMAAEventData_AgentType","giop-parlay.TpPAMAAEventData.AgentType.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64654         {&hf_org_csapi_pam_TpPAMAAEventData_AgentType, {"TpPAMAAEventData_AgentType","giop-parlay.TpPAMAAEventData.AgentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64655         {&hf_org_csapi_pam_TpPAMAANotificationData_Identity, {"TpPAMAANotificationData_Identity","giop-parlay.TpPAMAANotificationData.Identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64656         {&hf_org_csapi_pam_TpPAMAANotificationData_Agent, {"TpPAMAANotificationData_Agent","giop-parlay.TpPAMAANotificationData.Agent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64657         {&hf_org_csapi_pam_TpPAMAUEventData_IdentityName_loop, {"Seq length of TpPAMAUEventData_IdentityName","giop-parlay.TpPAMAUEventData.IdentityName.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64658         {&hf_org_csapi_pam_TpPAMAUEventData_IdentityName, {"TpPAMAUEventData_IdentityName","giop-parlay.TpPAMAUEventData.IdentityName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64659         {&hf_org_csapi_pam_TpPAMAUEventData_IdentityType_loop, {"Seq length of TpPAMAUEventData_IdentityType","giop-parlay.TpPAMAUEventData.IdentityType.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64660         {&hf_org_csapi_pam_TpPAMAUEventData_IdentityType, {"TpPAMAUEventData_IdentityType","giop-parlay.TpPAMAUEventData.IdentityType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64661         {&hf_org_csapi_pam_TpPAMAUEventData_AgentName_loop, {"Seq length of TpPAMAUEventData_AgentName","giop-parlay.TpPAMAUEventData.AgentName.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64662         {&hf_org_csapi_pam_TpPAMAUEventData_AgentName, {"TpPAMAUEventData_AgentName","giop-parlay.TpPAMAUEventData.AgentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64663         {&hf_org_csapi_pam_TpPAMAUEventData_AgentType_loop, {"Seq length of TpPAMAUEventData_AgentType","giop-parlay.TpPAMAUEventData.AgentType.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64664         {&hf_org_csapi_pam_TpPAMAUEventData_AgentType, {"TpPAMAUEventData_AgentType","giop-parlay.TpPAMAUEventData.AgentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64665         {&hf_org_csapi_pam_TpPAMAUNotificationData_Identity, {"TpPAMAUNotificationData_Identity","giop-parlay.TpPAMAUNotificationData.Identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64666         {&hf_org_csapi_pam_TpPAMAUNotificationData_Agent, {"TpPAMAUNotificationData_Agent","giop-parlay.TpPAMAUNotificationData.Agent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64667         {&hf_org_csapi_pam_TpPAMCCEventData_IdentityName_loop, {"Seq length of TpPAMCCEventData_IdentityName","giop-parlay.TpPAMCCEventData.IdentityName.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64668         {&hf_org_csapi_pam_TpPAMCCEventData_IdentityName, {"TpPAMCCEventData_IdentityName","giop-parlay.TpPAMCCEventData.IdentityName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64669         {&hf_org_csapi_pam_TpPAMCCEventData_IdentityType_loop, {"Seq length of TpPAMCCEventData_IdentityType","giop-parlay.TpPAMCCEventData.IdentityType.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64670         {&hf_org_csapi_pam_TpPAMCCEventData_IdentityType, {"TpPAMCCEventData_IdentityType","giop-parlay.TpPAMCCEventData.IdentityType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64671         {&hf_org_csapi_pam_TpPAMCCEventData_Capabilities_loop, {"Seq length of TpPAMCCEventData_Capabilities","giop-parlay.TpPAMCCEventData.Capabilities.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64672         {&hf_org_csapi_pam_TpPAMCCEventData_Capabilities, {"TpPAMCCEventData_Capabilities","giop-parlay.TpPAMCCEventData.Capabilities",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64673         {&hf_org_csapi_pam_TpPAMCCNotificationData_Identity, {"TpPAMCCNotificationData_Identity","giop-parlay.TpPAMCCNotificationData.Identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64674         {&hf_org_csapi_pam_TpPAMCCNotificationData_Capabilities_loop, {"Seq length of TpPAMCCNotificationData_Capabilities","giop-parlay.TpPAMCCNotificationData.Capabilities.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64675         {&hf_org_csapi_pam_TpPAMCCNotificationData_Capabilities, {"TpPAMCCNotificationData_Capabilities","giop-parlay.TpPAMCCNotificationData.Capabilities",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64676         {&hf_org_csapi_pam_TpPAMACPSEventData_AgentName_loop, {"Seq length of TpPAMACPSEventData_AgentName","giop-parlay.TpPAMACPSEventData.AgentName.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64677         {&hf_org_csapi_pam_TpPAMACPSEventData_AgentName, {"TpPAMACPSEventData_AgentName","giop-parlay.TpPAMACPSEventData.AgentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64678         {&hf_org_csapi_pam_TpPAMACPSEventData_AgentType_loop, {"Seq length of TpPAMACPSEventData_AgentType","giop-parlay.TpPAMACPSEventData.AgentType.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64679         {&hf_org_csapi_pam_TpPAMACPSEventData_AgentType, {"TpPAMACPSEventData_AgentType","giop-parlay.TpPAMACPSEventData.AgentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64680         {&hf_org_csapi_pam_TpPAMACPSEventData_Capabilities_loop, {"Seq length of TpPAMACPSEventData_Capabilities","giop-parlay.TpPAMACPSEventData.Capabilities.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64681         {&hf_org_csapi_pam_TpPAMACPSEventData_Capabilities, {"TpPAMACPSEventData_Capabilities","giop-parlay.TpPAMACPSEventData.Capabilities",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64682         {&hf_org_csapi_pam_TpPAMACPSEventData_AttributeNames_loop, {"Seq length of TpPAMACPSEventData_AttributeNames","giop-parlay.TpPAMACPSEventData.AttributeNames.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64683         {&hf_org_csapi_pam_TpPAMACPSEventData_AttributeNames, {"TpPAMACPSEventData_AttributeNames","giop-parlay.TpPAMACPSEventData.AttributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64684         {&hf_org_csapi_pam_TpPAMACPSEventData_ReportingPeriod, {"TpPAMACPSEventData_ReportingPeriod","giop-parlay.TpPAMACPSEventData.ReportingPeriod",FT_INT64,BASE_DEC,NULL,0x0,NULL,HFILL}},
64685         {&hf_org_csapi_pam_TpPAMACPSNotificationData_Agent, {"TpPAMACPSNotificationData_Agent","giop-parlay.TpPAMACPSNotificationData.Agent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64686         {&hf_org_csapi_pam_TpPAMACPSNotificationData_Capability, {"TpPAMACPSNotificationData_Capability","giop-parlay.TpPAMACPSNotificationData.Capability",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64687         {&hf_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames_loop, {"Seq length of TpPAMACPSNotificationData_AttributeNames","giop-parlay.TpPAMACPSNotificationData.AttributeNames.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64688         {&hf_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames, {"TpPAMACPSNotificationData_AttributeNames","giop-parlay.TpPAMACPSNotificationData.AttributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64689         {&hf_org_csapi_pam_TpPAMAPSEventData_AgentName_loop, {"Seq length of TpPAMAPSEventData_AgentName","giop-parlay.TpPAMAPSEventData.AgentName.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64690         {&hf_org_csapi_pam_TpPAMAPSEventData_AgentName, {"TpPAMAPSEventData_AgentName","giop-parlay.TpPAMAPSEventData.AgentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64691         {&hf_org_csapi_pam_TpPAMAPSEventData_AgentType_loop, {"Seq length of TpPAMAPSEventData_AgentType","giop-parlay.TpPAMAPSEventData.AgentType.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64692         {&hf_org_csapi_pam_TpPAMAPSEventData_AgentType, {"TpPAMAPSEventData_AgentType","giop-parlay.TpPAMAPSEventData.AgentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64693         {&hf_org_csapi_pam_TpPAMAPSEventData_AttributeNames_loop, {"Seq length of TpPAMAPSEventData_AttributeNames","giop-parlay.TpPAMAPSEventData.AttributeNames.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64694         {&hf_org_csapi_pam_TpPAMAPSEventData_AttributeNames, {"TpPAMAPSEventData_AttributeNames","giop-parlay.TpPAMAPSEventData.AttributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64695         {&hf_org_csapi_pam_TpPAMAPSEventData_ReportingPeriod, {"TpPAMAPSEventData_ReportingPeriod","giop-parlay.TpPAMAPSEventData.ReportingPeriod",FT_INT64,BASE_DEC,NULL,0x0,NULL,HFILL}},
64696         {&hf_org_csapi_pam_TpPAMAPSNotificationData_Agent, {"TpPAMAPSNotificationData_Agent","giop-parlay.TpPAMAPSNotificationData.Agent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64697         {&hf_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames_loop, {"Seq length of TpPAMAPSNotificationData_AttributeNames","giop-parlay.TpPAMAPSNotificationData.AttributeNames.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64698         {&hf_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames, {"TpPAMAPSNotificationData_AttributeNames","giop-parlay.TpPAMAPSNotificationData.AttributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64699         {&hf_org_csapi_pam_TpPAMIPSEventData_IdentityName_loop, {"Seq length of TpPAMIPSEventData_IdentityName","giop-parlay.TpPAMIPSEventData.IdentityName.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64700         {&hf_org_csapi_pam_TpPAMIPSEventData_IdentityName, {"TpPAMIPSEventData_IdentityName","giop-parlay.TpPAMIPSEventData.IdentityName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64701         {&hf_org_csapi_pam_TpPAMIPSEventData_IdentityType_loop, {"Seq length of TpPAMIPSEventData_IdentityType","giop-parlay.TpPAMIPSEventData.IdentityType.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64702         {&hf_org_csapi_pam_TpPAMIPSEventData_IdentityType, {"TpPAMIPSEventData_IdentityType","giop-parlay.TpPAMIPSEventData.IdentityType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64703         {&hf_org_csapi_pam_TpPAMIPSEventData_AttributeNames_loop, {"Seq length of TpPAMIPSEventData_AttributeNames","giop-parlay.TpPAMIPSEventData.AttributeNames.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64704         {&hf_org_csapi_pam_TpPAMIPSEventData_AttributeNames, {"TpPAMIPSEventData_AttributeNames","giop-parlay.TpPAMIPSEventData.AttributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64705         {&hf_org_csapi_pam_TpPAMIPSEventData_ReportingPeriod, {"TpPAMIPSEventData_ReportingPeriod","giop-parlay.TpPAMIPSEventData.ReportingPeriod",FT_INT64,BASE_DEC,NULL,0x0,NULL,HFILL}},
64706         {&hf_org_csapi_pam_TpPAMIPSNotificationData_Identity, {"TpPAMIPSNotificationData_Identity","giop-parlay.TpPAMIPSNotificationData.Identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64707         {&hf_org_csapi_pam_TpPAMIPSNotificationData_Attributes_loop, {"Seq length of TpPAMIPSNotificationData_Attributes","giop-parlay.TpPAMIPSNotificationData.Attributes.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64708         {&hf_org_csapi_pam_TpPAMAVCEventData_IdentityName_loop, {"Seq length of TpPAMAVCEventData_IdentityName","giop-parlay.TpPAMAVCEventData.IdentityName.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64709         {&hf_org_csapi_pam_TpPAMAVCEventData_IdentityName, {"TpPAMAVCEventData_IdentityName","giop-parlay.TpPAMAVCEventData.IdentityName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64710         {&hf_org_csapi_pam_TpPAMAVCEventData_IdentityType_loop, {"Seq length of TpPAMAVCEventData_IdentityType","giop-parlay.TpPAMAVCEventData.IdentityType.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64711         {&hf_org_csapi_pam_TpPAMAVCEventData_IdentityType, {"TpPAMAVCEventData_IdentityType","giop-parlay.TpPAMAVCEventData.IdentityType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64712         {&hf_org_csapi_pam_TpPAMAVCEventData_PAMContext_loop, {"Seq length of TpPAMAVCEventData_PAMContext","giop-parlay.TpPAMAVCEventData.PAMContext.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64713         {&hf_org_csapi_pam_TpPAMAVCEventData_AttributeNames_loop, {"Seq length of TpPAMAVCEventData_AttributeNames","giop-parlay.TpPAMAVCEventData.AttributeNames.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64714         {&hf_org_csapi_pam_TpPAMAVCEventData_AttributeNames, {"TpPAMAVCEventData_AttributeNames","giop-parlay.TpPAMAVCEventData.AttributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64715         {&hf_org_csapi_pam_TpPAMAVCEventData_ReportingPeriod, {"TpPAMAVCEventData_ReportingPeriod","giop-parlay.TpPAMAVCEventData.ReportingPeriod",FT_INT64,BASE_DEC,NULL,0x0,NULL,HFILL}},
64716         {&hf_org_csapi_pam_TpPAMAVCNotificationData_Identity, {"TpPAMAVCNotificationData_Identity","giop-parlay.TpPAMAVCNotificationData.Identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64717         {&hf_org_csapi_pam_TpPAMAVCNotificationData_Availability_loop, {"Seq length of TpPAMAVCNotificationData_Availability","giop-parlay.TpPAMAVCNotificationData.Availability.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64718         {&hf_org_csapi_pam_TpPAMWCEventData_Events_loop, {"Seq length of TpPAMWCEventData_Events","giop-parlay.TpPAMWCEventData.Events.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64719         {&hf_org_csapi_pam_TpPAMWCEventData_Events, {"TpPAMWCEventData_Events","giop-parlay.TpPAMWCEventData.Events",FT_UINT32,BASE_DEC,VALS(org_csapi_pam_TpPAMEventName),0x0,NULL,HFILL}},
64720         {&hf_org_csapi_pam_TpPAMWCEventData_IdentityName_loop, {"Seq length of TpPAMWCEventData_IdentityName","giop-parlay.TpPAMWCEventData.IdentityName.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64721         {&hf_org_csapi_pam_TpPAMWCEventData_IdentityName, {"TpPAMWCEventData_IdentityName","giop-parlay.TpPAMWCEventData.IdentityName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64722         {&hf_org_csapi_pam_TpPAMWCEventData_IdentityType_loop, {"Seq length of TpPAMWCEventData_IdentityType","giop-parlay.TpPAMWCEventData.IdentityType.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64723         {&hf_org_csapi_pam_TpPAMWCEventData_IdentityType, {"TpPAMWCEventData_IdentityType","giop-parlay.TpPAMWCEventData.IdentityType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64724         {&hf_org_csapi_pam_TpPAMWCEventData_ReportingPeriod, {"TpPAMWCEventData_ReportingPeriod","giop-parlay.TpPAMWCEventData.ReportingPeriod",FT_INT64,BASE_DEC,NULL,0x0,NULL,HFILL}},
64725         {&hf_org_csapi_pam_TpPAMWCNotificationData_Event, {"TpPAMWCNotificationData_Event","giop-parlay.TpPAMWCNotificationData.Event",FT_UINT32,BASE_DEC,VALS(org_csapi_pam_TpPAMEventName),0x0,NULL,HFILL}},
64726         {&hf_org_csapi_pam_TpPAMWCNotificationData_ChangeType, {"TpPAMWCNotificationData_ChangeType","giop-parlay.TpPAMWCNotificationData.ChangeType",FT_UINT32,BASE_DEC,VALS(org_csapi_pam_TpPAMwatcherChangeType),0x0,NULL,HFILL}},
64727         {&hf_org_csapi_pam_TpPAMWCNotificationData_Identity, {"TpPAMWCNotificationData_Identity","giop-parlay.TpPAMWCNotificationData.Identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64728         {&hf_org_csapi_pam_TpPAMWCNotificationData_Watchers_loop, {"Seq length of TpPAMWCNotificationData_Watchers","giop-parlay.TpPAMWCNotificationData.Watchers.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64729         {&hf_org_csapi_pam_TpPAMWCNotificationData_Watchers, {"TpPAMWCNotificationData_Watchers","giop-parlay.TpPAMWCNotificationData.Watchers",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64730         {&hf_org_csapi_pam_TpPAMErrorInfo_Cause, {"TpPAMErrorInfo_Cause","giop-parlay.TpPAMErrorInfo.Cause",FT_UINT32,BASE_DEC,VALS(org_csapi_pam_TpPAMErrorCause),0x0,NULL,HFILL}},
64731         {&hf_org_csapi_mmm_TpMailboxIdentifier_SessionID, {"TpMailboxIdentifier_SessionID","giop-parlay.TpMailboxIdentifier.SessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64732         {&hf_org_csapi_mmm_TpMultiMediaMessagingIdentifier_SessionID, {"TpMultiMediaMessagingIdentifier_SessionID","giop-parlay.TpMultiMediaMessagingIdentifier.SessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64733         {&hf_org_csapi_mmm_TpListMessagesCriteria_OnlyUnreadMessages, {"TpListMessagesCriteria_OnlyUnreadMessages","giop-parlay.TpListMessagesCriteria.OnlyUnreadMessages",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64734         {&hf_org_csapi_mmm_TpMailboxFolderStatusInformation_TotalMessageCount, {"TpMailboxFolderStatusInformation_TotalMessageCount","giop-parlay.TpMailboxFolderStatusInformation.TotalMessageCount",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64735         {&hf_org_csapi_mmm_TpMessageDescription_MessageID, {"TpMessageDescription_MessageID","giop-parlay.TpMessageDescription.MessageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64736         {&hf_org_csapi_mmm_TpMessageDescription_To_loop, {"Seq length of TpMessageDescription_To","giop-parlay.TpMessageDescription.To.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64737         {&hf_org_csapi_mmm_TpMessageDescription_Subject, {"TpMessageDescription_Subject","giop-parlay.TpMessageDescription.Subject",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64738         {&hf_org_csapi_mmm_TpMessageDescription_ReceivedDate, {"TpMessageDescription_ReceivedDate","giop-parlay.TpMessageDescription.ReceivedDate",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64739         {&hf_org_csapi_mmm_TpMessageDescription_Size, {"TpMessageDescription_Size","giop-parlay.TpMessageDescription.Size",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64740         {&hf_org_csapi_mmm_TpBodyPartDescription_ContentDescription, {"TpBodyPartDescription_ContentDescription","giop-parlay.TpBodyPartDescription.ContentDescription",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64741         {&hf_org_csapi_mmm_TpBodyPartDescription_ContentSize, {"TpBodyPartDescription_ContentSize","giop-parlay.TpBodyPartDescription.ContentSize",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64742         {&hf_org_csapi_mmm_TpBodyPartDescription_ContentType, {"TpBodyPartDescription_ContentType","giop-parlay.TpBodyPartDescription.ContentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64743         {&hf_org_csapi_mmm_TpBodyPartDescription_ContentTransferEncoding, {"TpBodyPartDescription_ContentTransferEncoding","giop-parlay.TpBodyPartDescription.ContentTransferEncoding",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64744         {&hf_org_csapi_mmm_TpBodyPartDescription_ContentID, {"TpBodyPartDescription_ContentID","giop-parlay.TpBodyPartDescription.ContentID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64745         {&hf_org_csapi_mmm_TpBodyPartDescription_ContentDisposition, {"TpBodyPartDescription_ContentDisposition","giop-parlay.TpBodyPartDescription.ContentDisposition",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64746         {&hf_org_csapi_mmm_TpBodyPartDescription_PartID, {"TpBodyPartDescription_PartID","giop-parlay.TpBodyPartDescription.PartID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64747         {&hf_org_csapi_mmm_TpBodyPartDescription_NestingLevel, {"TpBodyPartDescription_NestingLevel","giop-parlay.TpBodyPartDescription.NestingLevel",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64748         {&hf_org_csapi_mmm_TpBodyPart_BodyPartContent_loop, {"Seq length of TpBodyPart_BodyPartContent","giop-parlay.TpBodyPart.BodyPartContent.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64749         {&hf_org_csapi_mmm_TpBodyPart_BodyPartContent, {"TpBodyPart_BodyPartContent","giop-parlay.TpBodyPart.BodyPartContent",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
64750         {&hf_org_csapi_mmm_TpGenericHeaderField_FieldName, {"TpGenericHeaderField_FieldName","giop-parlay.TpGenericHeaderField.FieldName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64751         {&hf_org_csapi_mmm_TpGenericHeaderField_FieldValue, {"TpGenericHeaderField_FieldValue","giop-parlay.TpGenericHeaderField.FieldValue",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64752         {&hf_org_csapi_mmm_TpMessageInfoPropertyError_MessagePropertyName, {"TpMessageInfoPropertyError_MessagePropertyName","giop-parlay.TpMessageInfoPropertyError.MessagePropertyName",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessageInfoPropertyName),0x0,NULL,HFILL}},
64753         {&hf_org_csapi_mmm_TpMessageInfoPropertyError_Error, {"TpMessageInfoPropertyError_Error","giop-parlay.TpMessageInfoPropertyError.Error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpSetPropertyError),0x0,NULL,HFILL}},
64754         {&hf_org_csapi_mmm_TpNewMailboxMessageArrivedCriteria_MailboxID, {"TpNewMailboxMessageArrivedCriteria_MailboxID","giop-parlay.TpNewMailboxMessageArrivedCriteria.MailboxID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64755         {&hf_org_csapi_mmm_TpNewMailboxMessageArrivedCriteria_AuthenticationInfo, {"TpNewMailboxMessageArrivedCriteria_AuthenticationInfo","giop-parlay.TpNewMailboxMessageArrivedCriteria.AuthenticationInfo",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64756         {&hf_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_MailboxID, {"TpNewMailboxMessageArrivedInfo_MailboxID","giop-parlay.TpNewMailboxMessageArrivedInfo.MailboxID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64757         {&hf_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_FolderID, {"TpNewMailboxMessageArrivedInfo_FolderID","giop-parlay.TpNewMailboxMessageArrivedInfo.FolderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64758         {&hf_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_MessageDescription_loop, {"Seq length of TpNewMailboxMessageArrivedInfo_MessageDescription","giop-parlay.TpNewMailboxMessageArrivedInfo.MessageDescription.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64759         {&hf_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation_loop, {"Seq length of TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation","giop-parlay.TpNewMailboxMessageArrivedInfo.ExtendedHeaderInformation.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64760         {&hf_org_csapi_mmm_TpQueryStatusReport_ReportedStatus, {"TpQueryStatusReport_ReportedStatus","giop-parlay.TpQueryStatusReport.ReportedStatus",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64761         {&hf_org_csapi_mmm_TpTerminatingAddressList_ToAddressList_loop, {"Seq length of TpTerminatingAddressList_ToAddressList","giop-parlay.TpTerminatingAddressList.ToAddressList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64762         {&hf_org_csapi_mmm_TpTerminatingAddressList_CcAddressList_loop, {"Seq length of TpTerminatingAddressList_CcAddressList","giop-parlay.TpTerminatingAddressList.CcAddressList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64763         {&hf_org_csapi_mmm_TpTerminatingAddressList_BccAddressList_loop, {"Seq length of TpTerminatingAddressList_BccAddressList","giop-parlay.TpTerminatingAddressList.BccAddressList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64764         {&hf_org_csapi_mmm_TpNewMessageArrivedCriteria_CreateMultiMediaMessagingSession, {"TpNewMessageArrivedCriteria_CreateMultiMediaMessagingSession","giop-parlay.TpNewMessageArrivedCriteria.CreateMultiMediaMessagingSession",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64765         {&hf_org_csapi_mmm_TpMessagingNotificationRequested_EventCriteria_loop, {"Seq length of TpMessagingNotificationRequested_EventCriteria","giop-parlay.TpMessagingNotificationRequested.EventCriteria.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64766         {&hf_org_csapi_mmm_TpMessagingNotificationRequested_AssignmentID, {"TpMessagingNotificationRequested_AssignmentID","giop-parlay.TpMessagingNotificationRequested.AssignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64767         {&hf_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet_loop, {"Seq length of TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet","giop-parlay.TpMessagingNotificationRequestedSetEntry.MessagingNotificationRequestedSet.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64768         {&hf_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_Final, {"TpMessagingNotificationRequestedSetEntry_Final","giop-parlay.TpMessagingNotificationRequestedSetEntry.Final",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64769         {&hf_org_csapi_mmm_TpNewMessageArrivedInfo_DestinationAddressSet_loop, {"Seq length of TpNewMessageArrivedInfo_DestinationAddressSet","giop-parlay.TpNewMessageArrivedInfo.DestinationAddressSet.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64770         {&hf_org_csapi_mmm_TpNewMessageArrivedInfo_Message_loop, {"Seq length of TpNewMessageArrivedInfo_Message","giop-parlay.TpNewMessageArrivedInfo.Message.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64771         {&hf_org_csapi_mmm_TpNewMessageArrivedInfo_Message, {"TpNewMessageArrivedInfo_Message","giop-parlay.TpNewMessageArrivedInfo.Message",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
64772         {&hf_org_csapi_mmm_TpNewMessageArrivedInfo_Headers_loop, {"Seq length of TpNewMessageArrivedInfo_Headers","giop-parlay.TpNewMessageArrivedInfo.Headers.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64773         /* User exception filters */
64774         {&hf_org_csapi_TpCommonExceptions_ExceptionType, {"TpCommonExceptions_ExceptionType","giop-parlay.csapi.TpCommonExceptions_ExceptionType",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64775         {&hf_org_csapi_TpCommonExceptions_ExtraInformation, {"TpCommonExceptions_ExtraInformation","giop-parlay.csapi.TpCommonExceptions_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64776         {&hf_org_csapi_P_INVALID_INTERFACE_TYPE_ExtraInformation, {"P_INVALID_INTERFACE_TYPE_ExtraInformation","giop-parlay.csapi.P_INVALID_INTERFACE_TYPE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64777         {&hf_org_csapi_P_INVALID_SESSION_ID_ExtraInformation, {"P_INVALID_SESSION_ID_ExtraInformation","giop-parlay.csapi.P_INVALID_SESSION_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64778         {&hf_org_csapi_fw_P_INVALID_DOMAIN_ID_ExtraInformation, {"P_INVALID_DOMAIN_ID_ExtraInformation","giop-parlay.csapi.P_INVALID_DOMAIN_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64779         {&hf_org_csapi_fw_P_INVALID_AUTH_TYPE_ExtraInformation, {"P_INVALID_AUTH_TYPE_ExtraInformation","giop-parlay.csapi.P_INVALID_AUTH_TYPE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64780         {&hf_org_csapi_P_INVALID_VERSION_ExtraInformation, {"P_INVALID_VERSION_ExtraInformation","giop-parlay.csapi.P_INVALID_VERSION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64781         {&hf_org_csapi_fw_P_ACCESS_DENIED_ExtraInformation, {"P_ACCESS_DENIED_ExtraInformation","giop-parlay.csapi.P_ACCESS_DENIED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64782         {&hf_org_csapi_fw_P_INVALID_ACCESS_TYPE_ExtraInformation, {"P_INVALID_ACCESS_TYPE_ExtraInformation","giop-parlay.csapi.P_INVALID_ACCESS_TYPE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64783         {&hf_org_csapi_fw_P_INVALID_SIGNING_ALGORITHM_ExtraInformation, {"P_INVALID_SIGNING_ALGORITHM_ExtraInformation","giop-parlay.csapi.P_INVALID_SIGNING_ALGORITHM_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64784         {&hf_org_csapi_fw_P_INVALID_SIGNATURE_ExtraInformation, {"P_INVALID_SIGNATURE_ExtraInformation","giop-parlay.csapi.P_INVALID_SIGNATURE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64785         {&hf_org_csapi_P_INVALID_INTERFACE_NAME_ExtraInformation, {"P_INVALID_INTERFACE_NAME_ExtraInformation","giop-parlay.csapi.P_INVALID_INTERFACE_NAME_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64786         {&hf_org_csapi_fw_P_INVALID_PROPERTY_ExtraInformation, {"P_INVALID_PROPERTY_ExtraInformation","giop-parlay.csapi.P_INVALID_PROPERTY_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64787         {&hf_org_csapi_fw_P_NO_ACCEPTABLE_SIGNING_ALGORITHM_ExtraInformation, {"P_NO_ACCEPTABLE_SIGNING_ALGORITHM_ExtraInformation","giop-parlay.csapi.P_NO_ACCEPTABLE_SIGNING_ALGORITHM_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64788         {&hf_org_csapi_fw_P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY_ExtraInformation, {"P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY_ExtraInformation","giop-parlay.csapi.P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64789         {&hf_org_csapi_fw_P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM_ExtraInformation, {"P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM_ExtraInformation","giop-parlay.csapi.P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64790         {&hf_org_csapi_P_INVALID_CRITERIA_ExtraInformation, {"P_INVALID_CRITERIA_ExtraInformation","giop-parlay.csapi.P_INVALID_CRITERIA_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64791         {&hf_org_csapi_P_INVALID_EVENT_TYPE_ExtraInformation, {"P_INVALID_EVENT_TYPE_ExtraInformation","giop-parlay.csapi.P_INVALID_EVENT_TYPE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64792         {&hf_org_csapi_P_INVALID_ASSIGNMENT_ID_ExtraInformation, {"P_INVALID_ASSIGNMENT_ID_ExtraInformation","giop-parlay.csapi.P_INVALID_ASSIGNMENT_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64793         {&hf_org_csapi_fw_P_INVALID_SERVICE_ID_ExtraInformation, {"P_INVALID_SERVICE_ID_ExtraInformation","giop-parlay.csapi.P_INVALID_SERVICE_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64794         {&hf_org_csapi_fw_P_SERVICE_NOT_ENABLED_ExtraInformation, {"P_SERVICE_NOT_ENABLED_ExtraInformation","giop-parlay.csapi.P_SERVICE_NOT_ENABLED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64795         {&hf_org_csapi_P_UNAUTHORISED_PARAMETER_VALUE_ExtraInformation, {"P_UNAUTHORISED_PARAMETER_VALUE_ExtraInformation","giop-parlay.csapi.P_UNAUTHORISED_PARAMETER_VALUE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64796         {&hf_org_csapi_P_INVALID_TIME_AND_DATE_FORMAT_ExtraInformation, {"P_INVALID_TIME_AND_DATE_FORMAT_ExtraInformation","giop-parlay.csapi.P_INVALID_TIME_AND_DATE_FORMAT_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64797         {&hf_org_csapi_fw_P_INVALID_ACTIVITY_TEST_ID_ExtraInformation, {"P_INVALID_ACTIVITY_TEST_ID_ExtraInformation","giop-parlay.csapi.P_INVALID_ACTIVITY_TEST_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64798         {&hf_org_csapi_fw_P_ILLEGAL_SERVICE_TYPE_ExtraInformation, {"P_ILLEGAL_SERVICE_TYPE_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_SERVICE_TYPE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64799         {&hf_org_csapi_fw_P_UNKNOWN_SERVICE_TYPE_ExtraInformation, {"P_UNKNOWN_SERVICE_TYPE_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SERVICE_TYPE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64800         {&hf_org_csapi_fw_P_INVALID_AGREEMENT_TEXT_ExtraInformation, {"P_INVALID_AGREEMENT_TEXT_ExtraInformation","giop-parlay.csapi.P_INVALID_AGREEMENT_TEXT_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64801         {&hf_org_csapi_fw_P_INVALID_SERVICE_TOKEN_ExtraInformation, {"P_INVALID_SERVICE_TOKEN_ExtraInformation","giop-parlay.csapi.P_INVALID_SERVICE_TOKEN_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64802         {&hf_org_csapi_fw_P_SERVICE_ACCESS_DENIED_ExtraInformation, {"P_SERVICE_ACCESS_DENIED_ExtraInformation","giop-parlay.csapi.P_SERVICE_ACCESS_DENIED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64803         {&hf_org_csapi_fw_P_INVALID_SERVICE_PROFILE_ID_ExtraInformation, {"P_INVALID_SERVICE_PROFILE_ID_ExtraInformation","giop-parlay.csapi.P_INVALID_SERVICE_PROFILE_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64804         {&hf_org_csapi_fw_P_INVALID_SAG_ID_ExtraInformation, {"P_INVALID_SAG_ID_ExtraInformation","giop-parlay.csapi.P_INVALID_SAG_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64805         {&hf_org_csapi_fw_P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT_ExtraInformation, {"P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT_ExtraInformation","giop-parlay.csapi.P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64806         {&hf_org_csapi_fw_P_INVALID_SERVICE_CONTRACT_ID_ExtraInformation, {"P_INVALID_SERVICE_CONTRACT_ID_ExtraInformation","giop-parlay.csapi.P_INVALID_SERVICE_CONTRACT_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64807         {&hf_org_csapi_fw_P_INVALID_CLIENT_APP_ID_ExtraInformation, {"P_INVALID_CLIENT_APP_ID_ExtraInformation","giop-parlay.csapi.P_INVALID_CLIENT_APP_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64808         {&hf_org_csapi_fw_P_INVALID_ADDITION_TO_SAG_ExtraInformation, {"P_INVALID_ADDITION_TO_SAG_ExtraInformation","giop-parlay.csapi.P_INVALID_ADDITION_TO_SAG_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64809         {&hf_org_csapi_fw_P_PROPERTY_TYPE_MISMATCH_ExtraInformation, {"P_PROPERTY_TYPE_MISMATCH_ExtraInformation","giop-parlay.csapi.P_PROPERTY_TYPE_MISMATCH_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64810         {&hf_org_csapi_fw_P_DUPLICATE_PROPERTY_NAME_ExtraInformation, {"P_DUPLICATE_PROPERTY_NAME_ExtraInformation","giop-parlay.csapi.P_DUPLICATE_PROPERTY_NAME_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64811         {&hf_org_csapi_fw_P_MISSING_MANDATORY_PROPERTY_ExtraInformation, {"P_MISSING_MANDATORY_PROPERTY_ExtraInformation","giop-parlay.csapi.P_MISSING_MANDATORY_PROPERTY_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64812         {&hf_org_csapi_fw_P_SERVICE_TYPE_UNAVAILABLE_ExtraInformation, {"P_SERVICE_TYPE_UNAVAILABLE_ExtraInformation","giop-parlay.csapi.P_SERVICE_TYPE_UNAVAILABLE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64813         {&hf_org_csapi_fw_P_ILLEGAL_SERVICE_ID_ExtraInformation, {"P_ILLEGAL_SERVICE_ID_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_SERVICE_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64814         {&hf_org_csapi_fw_P_UNKNOWN_SERVICE_ID_ExtraInformation, {"P_UNKNOWN_SERVICE_ID_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SERVICE_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64815         {&hf_org_csapi_P_INVALID_ADDRESS_ExtraInformation, {"P_INVALID_ADDRESS_ExtraInformation","giop-parlay.csapi.P_INVALID_ADDRESS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64816         {&hf_org_csapi_P_UNSUPPORTED_ADDRESS_PLAN_ExtraInformation, {"P_UNSUPPORTED_ADDRESS_PLAN_ExtraInformation","giop-parlay.csapi.P_UNSUPPORTED_ADDRESS_PLAN_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64817         {&hf_org_csapi_P_INVALID_NETWORK_STATE_ExtraInformation, {"P_INVALID_NETWORK_STATE_ExtraInformation","giop-parlay.csapi.P_INVALID_NETWORK_STATE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64818         {&hf_org_csapi_P_INVALID_CURRENCY_ExtraInformation, {"P_INVALID_CURRENCY_ExtraInformation","giop-parlay.csapi.P_INVALID_CURRENCY_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64819         {&hf_org_csapi_P_INVALID_AMOUNT_ExtraInformation, {"P_INVALID_AMOUNT_ExtraInformation","giop-parlay.csapi.P_INVALID_AMOUNT_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64820         {&hf_org_csapi_P_INFORMATION_NOT_AVAILABLE_ExtraInformation, {"P_INFORMATION_NOT_AVAILABLE_ExtraInformation","giop-parlay.csapi.P_INFORMATION_NOT_AVAILABLE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64821         {&hf_org_csapi_ui_P_ILLEGAL_ID_ExtraInformation, {"P_ILLEGAL_ID_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64822         {&hf_org_csapi_ui_P_ID_NOT_FOUND_ExtraInformation, {"P_ID_NOT_FOUND_ExtraInformation","giop-parlay.csapi.P_ID_NOT_FOUND_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64823         {&hf_org_csapi_ui_P_ILLEGAL_RANGE_ExtraInformation, {"P_ILLEGAL_RANGE_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_RANGE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64824         {&hf_org_csapi_ui_P_INVALID_COLLECTION_CRITERIA_ExtraInformation, {"P_INVALID_COLLECTION_CRITERIA_ExtraInformation","giop-parlay.csapi.P_INVALID_COLLECTION_CRITERIA_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64825         {&hf_org_csapi_P_APPLICATION_NOT_ACTIVATED_ExtraInformation, {"P_APPLICATION_NOT_ACTIVATED_ExtraInformation","giop-parlay.csapi.P_APPLICATION_NOT_ACTIVATED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64826         {&hf_org_csapi_mm_P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED_ExtraInformation, {"P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED_ExtraInformation","giop-parlay.csapi.P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64827         {&hf_org_csapi_mm_P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED_ExtraInformation, {"P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED_ExtraInformation","giop-parlay.csapi.P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64828         {&hf_org_csapi_mm_P_INVALID_REPORTING_INTERVAL_ExtraInformation, {"P_INVALID_REPORTING_INTERVAL_ExtraInformation","giop-parlay.csapi.P_INVALID_REPORTING_INTERVAL_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64829         {&hf_org_csapi_mm_P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED_ExtraInformation, {"P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED_ExtraInformation","giop-parlay.csapi.P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64830         {&hf_org_csapi_P_UNKNOWN_SUBSCRIBER_ExtraInformation, {"P_UNKNOWN_SUBSCRIBER_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SUBSCRIBER_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64831         {&hf_org_csapi_termcap_P_INVALID_TERMINAL_ID_ExtraInformation, {"P_INVALID_TERMINAL_ID_ExtraInformation","giop-parlay.csapi.P_INVALID_TERMINAL_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64832         {&hf_org_csapi_gms_P_GMS_INVALID_MAILBOX_ExtraInformation, {"P_GMS_INVALID_MAILBOX_ExtraInformation","giop-parlay.csapi.P_GMS_INVALID_MAILBOX_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64833         {&hf_org_csapi_gms_P_GMS_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation, {"P_GMS_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation","giop-parlay.csapi.P_GMS_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64834         {&hf_org_csapi_gms_P_GMS_LOCKING_LOCKED_MAILBOX_ExtraInformation, {"P_GMS_LOCKING_LOCKED_MAILBOX_ExtraInformation","giop-parlay.csapi.P_GMS_LOCKING_LOCKED_MAILBOX_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64835         {&hf_org_csapi_gms_P_GMS_UNLOCKING_UNLOCKED_MAILBOX_ExtraInformation, {"P_GMS_UNLOCKING_UNLOCKED_MAILBOX_ExtraInformation","giop-parlay.csapi.P_GMS_UNLOCKING_UNLOCKED_MAILBOX_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64836         {&hf_org_csapi_gms_P_GMS_CANNOT_UNLOCK_MAILBOX_ExtraInformation, {"P_GMS_CANNOT_UNLOCK_MAILBOX_ExtraInformation","giop-parlay.csapi.P_GMS_CANNOT_UNLOCK_MAILBOX_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64837         {&hf_org_csapi_gms_P_GMS_NUMBER_NOT_POSITIVE_ExtraInformation, {"P_GMS_NUMBER_NOT_POSITIVE_ExtraInformation","giop-parlay.csapi.P_GMS_NUMBER_NOT_POSITIVE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64838         {&hf_org_csapi_gms_P_GMS_PROPERTY_NOT_SET_ExtraInformation, {"P_GMS_PROPERTY_NOT_SET_ExtraInformation","giop-parlay.csapi.P_GMS_PROPERTY_NOT_SET_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64839         {&hf_org_csapi_gms_P_GMS_MAILBOX_LOCKED_ExtraInformation, {"P_GMS_MAILBOX_LOCKED_ExtraInformation","giop-parlay.csapi.P_GMS_MAILBOX_LOCKED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64840         {&hf_org_csapi_gms_P_GMS_FOLDER_IS_OPEN_ExtraInformation, {"P_GMS_FOLDER_IS_OPEN_ExtraInformation","giop-parlay.csapi.P_GMS_FOLDER_IS_OPEN_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64841         {&hf_org_csapi_gms_P_GMS_INVALID_FOLDER_ID_ExtraInformation, {"P_GMS_INVALID_FOLDER_ID_ExtraInformation","giop-parlay.csapi.P_GMS_INVALID_FOLDER_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64842         {&hf_org_csapi_gms_P_GMS_INSUFFICIENT_PRIVILEGE_ExtraInformation, {"P_GMS_INSUFFICIENT_PRIVILEGE_ExtraInformation","giop-parlay.csapi.P_GMS_INSUFFICIENT_PRIVILEGE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64843         {&hf_org_csapi_gms_P_GMS_MAILBOX_OPEN_ExtraInformation, {"P_GMS_MAILBOX_OPEN_ExtraInformation","giop-parlay.csapi.P_GMS_MAILBOX_OPEN_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64844         {&hf_org_csapi_gms_P_GMS_INVALID_MESSAGE_ID_ExtraInformation, {"P_GMS_INVALID_MESSAGE_ID_ExtraInformation","giop-parlay.csapi.P_GMS_INVALID_MESSAGE_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64845         {&hf_org_csapi_gms_P_GMS_MESSAGE_NOT_REMOVED_ExtraInformation, {"P_GMS_MESSAGE_NOT_REMOVED_ExtraInformation","giop-parlay.csapi.P_GMS_MESSAGE_NOT_REMOVED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64846         {&hf_org_csapi_cm_P_UNKNOWN_VPRP_ID_ExtraInformation, {"P_UNKNOWN_VPRP_ID_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_VPRP_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64847         {&hf_org_csapi_cm_P_UNKNOWN_SLA_ID_ExtraInformation, {"P_UNKNOWN_SLA_ID_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SLA_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64848         {&hf_org_csapi_cm_P_UNKNOWN_STATUS_ExtraInformation, {"P_UNKNOWN_STATUS_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_STATUS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64849         {&hf_org_csapi_cm_P_UNKNOWN_QOS_INFO_ExtraInformation, {"P_UNKNOWN_QOS_INFO_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_QOS_INFO_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64850         {&hf_org_csapi_cm_P_UNKNOWN_VALIDITY_INFO_ExtraInformation, {"P_UNKNOWN_VALIDITY_INFO_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_VALIDITY_INFO_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64851         {&hf_org_csapi_cm_P_UNKNOWN_PIPEQOSINFO_ExtraInformation, {"P_UNKNOWN_PIPEQOSINFO_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_PIPEQOSINFO_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64852         {&hf_org_csapi_cm_P_UNKNOWN_DSCODEPOINT_ExtraInformation, {"P_UNKNOWN_DSCODEPOINT_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_DSCODEPOINT_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64853         {&hf_org_csapi_cm_P_UNKNOWN_VPRP_ExtraInformation, {"P_UNKNOWN_VPRP_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_VPRP_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64854         {&hf_org_csapi_cm_P_ILLEGAL_VPRPID_ExtraInformation, {"P_ILLEGAL_VPRPID_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_VPRPID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64855         {&hf_org_csapi_cm_P_ILLEGAL_REF_VALUE_ExtraInformation, {"P_ILLEGAL_REF_VALUE_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_REF_VALUE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64856         {&hf_org_csapi_cm_P_UNKNOWN_INTERFACE_ExtraInformation, {"P_UNKNOWN_INTERFACE_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_INTERFACE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64857         {&hf_org_csapi_cm_P_CANT_DELETE_VPRP_ExtraInformation, {"P_CANT_DELETE_VPRP_ExtraInformation","giop-parlay.csapi.P_CANT_DELETE_VPRP_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64858         {&hf_org_csapi_cm_P_UNKNOWN_TEMPLATES_ExtraInformation, {"P_UNKNOWN_TEMPLATES_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_TEMPLATES_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64859         {&hf_org_csapi_cm_P_UNKNOWN_MENU_ExtraInformation, {"P_UNKNOWN_MENU_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_MENU_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64860         {&hf_org_csapi_cm_P_UNKNOWN_ENTERPRISE_NETWORK_ExtraInformation, {"P_UNKNOWN_ENTERPRISE_NETWORK_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_ENTERPRISE_NETWORK_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64861         {&hf_org_csapi_cm_P_UNKNOWN_TEMPLATE_TYPE_ExtraInformation, {"P_UNKNOWN_TEMPLATE_TYPE_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_TEMPLATE_TYPE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64862         {&hf_org_csapi_cm_P_UNKNOWN_DESCRIPTION_ExtraInformation, {"P_UNKNOWN_DESCRIPTION_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_DESCRIPTION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64863         {&hf_org_csapi_cm_P_ILLEGAL_SLA_ID_ExtraInformation, {"P_ILLEGAL_SLA_ID_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_SLA_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64864         {&hf_org_csapi_cm_P_ILLEGAL_TAG_ExtraInformation, {"P_ILLEGAL_TAG_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_TAG_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64865         {&hf_org_csapi_cm_P_ILLEGAL_VALUE_ExtraInformation, {"P_ILLEGAL_VALUE_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_VALUE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64866         {&hf_org_csapi_cm_P_ILLEGAL_COMBINATION_ExtraInformation, {"P_ILLEGAL_COMBINATION_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_COMBINATION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64867         {&hf_org_csapi_cm_P_UNKNOWN_SITES_ExtraInformation, {"P_UNKNOWN_SITES_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SITES_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64868         {&hf_org_csapi_cm_P_UNKNOWN_VPRN_ExtraInformation, {"P_UNKNOWN_VPRN_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_VPRN_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64869         {&hf_org_csapi_cm_P_ILLEGAL_SITE_ID_ExtraInformation, {"P_ILLEGAL_SITE_ID_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_SITE_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64870         {&hf_org_csapi_cm_P_UNKNOWN_SITE_ID_ExtraInformation, {"P_UNKNOWN_SITE_ID_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SITE_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64871         {&hf_org_csapi_cm_P_UNKNOWN_SAPS_ExtraInformation, {"P_UNKNOWN_SAPS_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SAPS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64872         {&hf_org_csapi_cm_P_UNKNOWN_SITE_LOCATION_ExtraInformation, {"P_UNKNOWN_SITE_LOCATION_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SITE_LOCATION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64873         {&hf_org_csapi_cm_P_UNKNOWN_SITE_DESCRIPTION_ExtraInformation, {"P_UNKNOWN_SITE_DESCRIPTION_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SITE_DESCRIPTION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64874         {&hf_org_csapi_cm_P_UNKNOWN_IPSUBNET_ExtraInformation, {"P_UNKNOWN_IPSUBNET_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_IPSUBNET_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64875         {&hf_org_csapi_cm_P_UNKNOWN_SAP_ExtraInformation, {"P_UNKNOWN_SAP_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SAP_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64876         {&hf_org_csapi_am_P_UNAUTHORIZED_APPLICATION_ExtraInformation, {"P_UNAUTHORIZED_APPLICATION_ExtraInformation","giop-parlay.csapi.P_UNAUTHORIZED_APPLICATION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64877         {&hf_org_csapi_cs_P_INVALID_REQUEST_NUMBER_ExtraInformation, {"P_INVALID_REQUEST_NUMBER_ExtraInformation","giop-parlay.csapi.P_INVALID_REQUEST_NUMBER_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64878         {&hf_org_csapi_cs_P_INVALID_VOLUME_ExtraInformation, {"P_INVALID_VOLUME_ExtraInformation","giop-parlay.csapi.P_INVALID_VOLUME_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64879         {&hf_org_csapi_cs_P_INVALID_USER_ExtraInformation, {"P_INVALID_USER_ExtraInformation","giop-parlay.csapi.P_INVALID_USER_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64880         {&hf_org_csapi_cs_P_INVALID_ACCOUNT_ExtraInformation, {"P_INVALID_ACCOUNT_ExtraInformation","giop-parlay.csapi.P_INVALID_ACCOUNT_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64881         {&hf_org_csapi_policy_P_ACCESS_VIOLATION_ExtraInformation, {"P_ACCESS_VIOLATION_ExtraInformation","giop-parlay.csapi.P_ACCESS_VIOLATION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64882         {&hf_org_csapi_policy_P_SYNTAX_ERROR_ExtraInformation, {"P_SYNTAX_ERROR_ExtraInformation","giop-parlay.csapi.P_SYNTAX_ERROR_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64883         {&hf_org_csapi_policy_P_NAME_SPACE_ERROR_ExtraInformation, {"P_NAME_SPACE_ERROR_ExtraInformation","giop-parlay.csapi.P_NAME_SPACE_ERROR_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64884         {&hf_org_csapi_policy_P_NO_TRANSACTION_IN_PROCESS_ExtraInformation, {"P_NO_TRANSACTION_IN_PROCESS_ExtraInformation","giop-parlay.csapi.P_NO_TRANSACTION_IN_PROCESS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64885         {&hf_org_csapi_policy_P_TRANSACTION_IN_PROCESS_ExtraInformation, {"P_TRANSACTION_IN_PROCESS_ExtraInformation","giop-parlay.csapi.P_TRANSACTION_IN_PROCESS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64886         {&hf_org_csapi_pam_P_PAM_IDENTITY_EXISTS_ExtraInformation, {"P_PAM_IDENTITY_EXISTS_ExtraInformation","giop-parlay.csapi.P_PAM_IDENTITY_EXISTS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64887         {&hf_org_csapi_pam_P_PAM_UNKNOWN_TYPE_ExtraInformation, {"P_PAM_UNKNOWN_TYPE_ExtraInformation","giop-parlay.csapi.P_PAM_UNKNOWN_TYPE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64888         {&hf_org_csapi_pam_P_PAM_INVALID_CREDENTIAL_ExtraInformation, {"P_PAM_INVALID_CREDENTIAL_ExtraInformation","giop-parlay.csapi.P_PAM_INVALID_CREDENTIAL_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64889         {&hf_org_csapi_pam_P_PAM_UNKNOWN_IDENTITY_ExtraInformation, {"P_PAM_UNKNOWN_IDENTITY_ExtraInformation","giop-parlay.csapi.P_PAM_UNKNOWN_IDENTITY_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64890         {&hf_org_csapi_pam_P_PAM_MEMBER_EXISTS_ExtraInformation, {"P_PAM_MEMBER_EXISTS_ExtraInformation","giop-parlay.csapi.P_PAM_MEMBER_EXISTS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64891         {&hf_org_csapi_pam_P_PAM_UNKNOWN_GROUP_ExtraInformation, {"P_PAM_UNKNOWN_GROUP_ExtraInformation","giop-parlay.csapi.P_PAM_UNKNOWN_GROUP_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64892         {&hf_org_csapi_pam_P_PAM_UNKNOWN_MEMBER_ExtraInformation, {"P_PAM_UNKNOWN_MEMBER_ExtraInformation","giop-parlay.csapi.P_PAM_UNKNOWN_MEMBER_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64893         {&hf_org_csapi_pam_P_PAM_IS_CYCLIC_ExtraInformation, {"P_PAM_IS_CYCLIC_ExtraInformation","giop-parlay.csapi.P_PAM_IS_CYCLIC_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64894         {&hf_org_csapi_pam_P_PAM_NOT_MEMBER_ExtraInformation, {"P_PAM_NOT_MEMBER_ExtraInformation","giop-parlay.csapi.P_PAM_NOT_MEMBER_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64895         {&hf_org_csapi_pam_P_PAM_ALIAS_EXISTS_ExtraInformation, {"P_PAM_ALIAS_EXISTS_ExtraInformation","giop-parlay.csapi.P_PAM_ALIAS_EXISTS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64896         {&hf_org_csapi_pam_P_PAM_ALIAS_NOT_UNIQUE_ExtraInformation, {"P_PAM_ALIAS_NOT_UNIQUE_ExtraInformation","giop-parlay.csapi.P_PAM_ALIAS_NOT_UNIQUE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64897         {&hf_org_csapi_pam_P_PAM_UNASSIGNED_ALIAS_ExtraInformation, {"P_PAM_UNASSIGNED_ALIAS_ExtraInformation","giop-parlay.csapi.P_PAM_UNASSIGNED_ALIAS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64898         {&hf_org_csapi_pam_P_PAM_UNKNOWN_ALIAS_ExtraInformation, {"P_PAM_UNKNOWN_ALIAS_ExtraInformation","giop-parlay.csapi.P_PAM_UNKNOWN_ALIAS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64899         {&hf_org_csapi_pam_P_PAM_TYPE_ASSOCIATED_ExtraInformation, {"P_PAM_TYPE_ASSOCIATED_ExtraInformation","giop-parlay.csapi.P_PAM_TYPE_ASSOCIATED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64900         {&hf_org_csapi_pam_P_PAM_DISASSOCIATED_TYPE_ExtraInformation, {"P_PAM_DISASSOCIATED_TYPE_ExtraInformation","giop-parlay.csapi.P_PAM_DISASSOCIATED_TYPE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64901         {&hf_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTE_ExtraInformation, {"P_PAM_UNKNOWN_ATTRIBUTE_ExtraInformation","giop-parlay.csapi.P_PAM_UNKNOWN_ATTRIBUTE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64902         {&hf_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTES_ExtraInformation, {"P_PAM_UNKNOWN_ATTRIBUTES_ExtraInformation","giop-parlay.csapi.P_PAM_UNKNOWN_ATTRIBUTES_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64903         {&hf_org_csapi_pam_P_PAM_AGENT_EXISTS_ExtraInformation, {"P_PAM_AGENT_EXISTS_ExtraInformation","giop-parlay.csapi.P_PAM_AGENT_EXISTS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64904         {&hf_org_csapi_pam_P_PAM_UNKNOWN_AGENT_ExtraInformation, {"P_PAM_UNKNOWN_AGENT_ExtraInformation","giop-parlay.csapi.P_PAM_UNKNOWN_AGENT_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64905         {&hf_org_csapi_pam_P_PAM_NO_CAPABILITY_ExtraInformation, {"P_PAM_NO_CAPABILITY_ExtraInformation","giop-parlay.csapi.P_PAM_NO_CAPABILITY_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64906         {&hf_org_csapi_pam_P_PAM_UNKNOWN_ASSIGNMENT_ExtraInformation, {"P_PAM_UNKNOWN_ASSIGNMENT_ExtraInformation","giop-parlay.csapi.P_PAM_UNKNOWN_ASSIGNMENT_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64907         {&hf_org_csapi_pam_P_PAM_ATTRIBUTE_EXISTS_ExtraInformation, {"P_PAM_ATTRIBUTE_EXISTS_ExtraInformation","giop-parlay.csapi.P_PAM_ATTRIBUTE_EXISTS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64908         {&hf_org_csapi_pam_P_PAM_TYPE_EXISTS_ExtraInformation, {"P_PAM_TYPE_EXISTS_ExtraInformation","giop-parlay.csapi.P_PAM_TYPE_EXISTS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64909         {&hf_org_csapi_pam_P_PAM_UNKNOWN_CAPABILITY_ExtraInformation, {"P_PAM_UNKNOWN_CAPABILITY_ExtraInformation","giop-parlay.csapi.P_PAM_UNKNOWN_CAPABILITY_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64910         {&hf_org_csapi_pam_P_PAM_UNAVAILABLE_INTERFACE_ExtraInformation, {"P_PAM_UNAVAILABLE_INTERFACE_ExtraInformation","giop-parlay.csapi.P_PAM_UNAVAILABLE_INTERFACE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64911         {&hf_org_csapi_pam_P_PAM_NOT_REGISTERED_ExtraInformation, {"P_PAM_NOT_REGISTERED_ExtraInformation","giop-parlay.csapi.P_PAM_NOT_REGISTERED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64912         {&hf_org_csapi_mmm_P_MMM_INVALID_MAILBOX_ExtraInformation, {"P_MMM_INVALID_MAILBOX_ExtraInformation","giop-parlay.csapi.P_MMM_INVALID_MAILBOX_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64913         {&hf_org_csapi_mmm_P_MMM_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation, {"P_MMM_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation","giop-parlay.csapi.P_MMM_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64914         {&hf_org_csapi_mmm_P_MMM_INVALID_FOLDER_ID_ExtraInformation, {"P_MMM_INVALID_FOLDER_ID_ExtraInformation","giop-parlay.csapi.P_MMM_INVALID_FOLDER_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64915         {&hf_org_csapi_mmm_P_MMM_MAX_MESSAGE_SIZE_EXCEEDED_ExtraInformation, {"P_MMM_MAX_MESSAGE_SIZE_EXCEEDED_ExtraInformation","giop-parlay.csapi.P_MMM_MAX_MESSAGE_SIZE_EXCEEDED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64916         {&hf_org_csapi_mmm_P_MMM_INVALID_MESSAGE_ID_ExtraInformation, {"P_MMM_INVALID_MESSAGE_ID_ExtraInformation","giop-parlay.csapi.P_MMM_INVALID_MESSAGE_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64917         {&hf_org_csapi_mmm_P_MMM_INVALID_PART_ID_ExtraInformation, {"P_MMM_INVALID_PART_ID_ExtraInformation","giop-parlay.csapi.P_MMM_INVALID_PART_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64918         {&hf_org_csapi_mmm_P_MMM_INVALID_PROPERTY_ExtraInformation, {"P_MMM_INVALID_PROPERTY_ExtraInformation","giop-parlay.csapi.P_MMM_INVALID_PROPERTY_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64919         {&hf_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TYPE_ExtraInformation, {"P_MMM_INVALID_DELIVERY_TYPE_ExtraInformation","giop-parlay.csapi.P_MMM_INVALID_DELIVERY_TYPE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64920         {&hf_org_csapi_mmm_P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH_ExtraInformation, {"P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH_ExtraInformation","giop-parlay.csapi.P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64921         {&hf_org_csapi_mmm_P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH_ExtraInformation, {"P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH_ExtraInformation","giop-parlay.csapi.P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64922         {&hf_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TIME_ExtraInformation, {"P_MMM_INVALID_DELIVERY_TIME_ExtraInformation","giop-parlay.csapi.P_MMM_INVALID_DELIVERY_TIME_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64923         {&hf_org_csapi_mmm_P_MMM_INVALID_VALIDITY_TIME_ExtraInformation, {"P_MMM_INVALID_VALIDITY_TIME_ExtraInformation","giop-parlay.csapi.P_MMM_INVALID_VALIDITY_TIME_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64924         {&hf_org_csapi_mmm_P_MMM_MAX_SUBJECT_SIZE_EXCEEDED_ExtraInformation, {"P_MMM_MAX_SUBJECT_SIZE_EXCEEDED_ExtraInformation","giop-parlay.csapi.P_MMM_MAX_SUBJECT_SIZE_EXCEEDED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64925         {&hf_org_csapi_mmm_P_MMM_INVALID_HEADER_ExtraInformation, {"P_MMM_INVALID_HEADER_ExtraInformation","giop-parlay.csapi.P_MMM_INVALID_HEADER_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64926         {&hf_org_csapi_mmm_P_MMM_CANNOT_CANCEL_ExtraInformation, {"P_MMM_CANNOT_CANCEL_ExtraInformation","giop-parlay.csapi.P_MMM_CANNOT_CANCEL_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64927         {&hf_org_csapi_mmm_P_MMM_INFORMATION_NOT_AVAILABLE_ExtraInformation, {"P_MMM_INFORMATION_NOT_AVAILABLE_ExtraInformation","giop-parlay.csapi.P_MMM_INFORMATION_NOT_AVAILABLE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64928         /* Union filters */
64929         {&hf_org_csapi_TpAoCOrder_TpAoCOrder, {"TpAoCOrder","giop-parlay.org.csapi.TpAoCOrder",FT_UINT32,BASE_DEC,VALS(org_csapi_TpCallAoCOrderCategory),0x0,NULL,HFILL}},
64930         {&hf_org_csapi_TpAoCOrder_NetworkCharge, {"TpAoCOrder_NetworkCharge","giop-parlay.org.csapi.TpAoCOrder.NetworkCharge",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64931         {&hf_org_csapi_TpSimpleAttributeValue_TpSimpleAttributeValue, {"TpSimpleAttributeValue","giop-parlay.org.csapi.TpSimpleAttributeValue",FT_UINT32,BASE_DEC,VALS(org_csapi_TpSimpleAttributeTypeInfo),0x0,NULL,HFILL}},
64932         {&hf_org_csapi_TpSimpleAttributeValue_BooleanValue, {"TpSimpleAttributeValue_BooleanValue","giop-parlay.org.csapi.TpSimpleAttributeValue.BooleanValue",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
64933         {&hf_org_csapi_TpSimpleAttributeValue_OctetValue, {"TpSimpleAttributeValue_OctetValue","giop-parlay.org.csapi.TpSimpleAttributeValue.OctetValue",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
64934         {&hf_org_csapi_TpSimpleAttributeValue_CharValue, {"TpSimpleAttributeValue_CharValue","giop-parlay.org.csapi.TpSimpleAttributeValue.CharValue",FT_UINT8,BASE_DEC,NULL,0x0,NULL,HFILL}},
64935         {&hf_org_csapi_TpSimpleAttributeValue_WCharValue_len, {"TpSimpleAttributeValue_WCharValue Length","giop-parlay.org.csapi.TpSimpleAttributeValue.WCharValue.len",FT_UINT8,BASE_DEC,NULL,0x0,NULL,HFILL}},
64936         {&hf_org_csapi_TpSimpleAttributeValue_WCharValue, {"TpSimpleAttributeValue_WCharValue","giop-parlay.org.csapi.TpSimpleAttributeValue.WCharValue",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64937         {&hf_org_csapi_TpSimpleAttributeValue_StringValue, {"TpSimpleAttributeValue_StringValue","giop-parlay.org.csapi.TpSimpleAttributeValue.StringValue",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64938         {&hf_org_csapi_TpSimpleAttributeValue_WStringValue, {"TpSimpleAttributeValue_WStringValue","giop-parlay.org.csapi.TpSimpleAttributeValue.WStringValue",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64939         {&hf_org_csapi_TpSimpleAttributeValue_Int16Value, {"TpSimpleAttributeValue_Int16Value","giop-parlay.org.csapi.TpSimpleAttributeValue.Int16Value",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
64940         {&hf_org_csapi_TpSimpleAttributeValue_UnsignedInt16Value, {"TpSimpleAttributeValue_UnsignedInt16Value","giop-parlay.org.csapi.TpSimpleAttributeValue.UnsignedInt16Value",FT_UINT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
64941         {&hf_org_csapi_TpSimpleAttributeValue_Int32Value, {"TpSimpleAttributeValue_Int32Value","giop-parlay.org.csapi.TpSimpleAttributeValue.Int32Value",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64942         {&hf_org_csapi_TpSimpleAttributeValue_UnsignedInt32Value, {"TpSimpleAttributeValue_UnsignedInt32Value","giop-parlay.org.csapi.TpSimpleAttributeValue.UnsignedInt32Value",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64943         {&hf_org_csapi_TpSimpleAttributeValue_Int64Value, {"TpSimpleAttributeValue_Int64Value","giop-parlay.org.csapi.TpSimpleAttributeValue.Int64Value",FT_INT64,BASE_DEC,NULL,0x0,NULL,HFILL}},
64944         {&hf_org_csapi_TpSimpleAttributeValue_UnsignedInt64Value, {"TpSimpleAttributeValue_UnsignedInt64Value","giop-parlay.org.csapi.TpSimpleAttributeValue.UnsignedInt64Value",FT_UINT64,BASE_DEC,NULL,0x0,NULL,HFILL}},
64945         {&hf_org_csapi_TpSimpleAttributeValue_FloatValue, {"TpSimpleAttributeValue_FloatValue","giop-parlay.org.csapi.TpSimpleAttributeValue.FloatValue",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
64946         {&hf_org_csapi_TpSimpleAttributeValue_DoubleValue, {"TpSimpleAttributeValue_DoubleValue","giop-parlay.org.csapi.TpSimpleAttributeValue.DoubleValue",FT_DOUBLE,BASE_NONE,NULL,0x0,NULL,HFILL}},
64947         {&hf_org_csapi_TpAttributeValue_TpAttributeValue, {"TpAttributeValue","giop-parlay.org.csapi.TpAttributeValue",FT_UINT32,BASE_DEC,VALS(org_csapi_TpAttributeTagInfo),0x0,NULL,HFILL}},
64948         {&hf_org_csapi_TpAttributeValue_XMLValue, {"TpAttributeValue_XMLValue","giop-parlay.org.csapi.TpAttributeValue.XMLValue",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64949         {&hf_org_csapi_fw_TpFwEventCriteria_TpFwEventCriteria, {"TpFwEventCriteria","giop-parlay.org.csapi.fw.TpFwEventCriteria",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpFwEventName),0x0,NULL,HFILL}},
64950         {&hf_org_csapi_fw_TpFwEventCriteria_EventNameUndefined, {"TpFwEventCriteria_EventNameUndefined","giop-parlay.org.csapi.fw.TpFwEventCriteria.EventNameUndefined",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64951         {&hf_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList_loop, {"Seq length of TpFwEventCriteria_ServiceTypeNameList","giop-parlay.org.csapi.fw.TpFwEventCriteria.ServiceTypeNameList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64952         {&hf_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList, {"TpFwEventCriteria_ServiceTypeNameList","giop-parlay.org.csapi.fw.TpFwEventCriteria.ServiceTypeNameList",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64953         {&hf_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList_loop, {"Seq length of TpFwEventCriteria_UnavailableServiceTypeNameList","giop-parlay.org.csapi.fw.TpFwEventCriteria.UnavailableServiceTypeNameList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64954         {&hf_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList, {"TpFwEventCriteria_UnavailableServiceTypeNameList","giop-parlay.org.csapi.fw.TpFwEventCriteria.UnavailableServiceTypeNameList",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64955         {&hf_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList_loop, {"Seq length of TpFwEventCriteria_CompatibleServiceTypeNameList","giop-parlay.org.csapi.fw.TpFwEventCriteria.CompatibleServiceTypeNameList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64956         {&hf_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList, {"TpFwEventCriteria_CompatibleServiceTypeNameList","giop-parlay.org.csapi.fw.TpFwEventCriteria.CompatibleServiceTypeNameList",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64957         {&hf_org_csapi_fw_TpFwEventCriteria_SessionCreatedList_loop, {"Seq length of TpFwEventCriteria_SessionCreatedList","giop-parlay.org.csapi.fw.TpFwEventCriteria.SessionCreatedList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64958         {&hf_org_csapi_fw_TpFwEventCriteria_SessionCreatedList, {"TpFwEventCriteria_SessionCreatedList","giop-parlay.org.csapi.fw.TpFwEventCriteria.SessionCreatedList",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64959         {&hf_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList_loop, {"Seq length of TpFwEventCriteria_SessionTerminatedList","giop-parlay.org.csapi.fw.TpFwEventCriteria.SessionTerminatedList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64960         {&hf_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList, {"TpFwEventCriteria_SessionTerminatedList","giop-parlay.org.csapi.fw.TpFwEventCriteria.SessionTerminatedList",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64961         {&hf_org_csapi_fw_TpFwEventCriteria_AgreementSignedList_loop, {"Seq length of TpFwEventCriteria_AgreementSignedList","giop-parlay.org.csapi.fw.TpFwEventCriteria.AgreementSignedList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64962         {&hf_org_csapi_fw_TpFwEventCriteria_AgreementSignedList, {"TpFwEventCriteria_AgreementSignedList","giop-parlay.org.csapi.fw.TpFwEventCriteria.AgreementSignedList",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64963         {&hf_org_csapi_fw_TpFwEventCriteria_AgreementEndedList_loop, {"Seq length of TpFwEventCriteria_AgreementEndedList","giop-parlay.org.csapi.fw.TpFwEventCriteria.AgreementEndedList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64964         {&hf_org_csapi_fw_TpFwEventCriteria_AgreementEndedList, {"TpFwEventCriteria_AgreementEndedList","giop-parlay.org.csapi.fw.TpFwEventCriteria.AgreementEndedList",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64965         {&hf_org_csapi_fw_TpLoadStatisticEntityID_TpLoadStatisticEntityID, {"TpLoadStatisticEntityID","giop-parlay.org.csapi.fw.TpLoadStatisticEntityID",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpLoadStatisticEntityType),0x0,NULL,HFILL}},
64966         {&hf_org_csapi_fw_TpLoadStatisticEntityID_FrameworkID, {"TpLoadStatisticEntityID_FrameworkID","giop-parlay.org.csapi.fw.TpLoadStatisticEntityID.FrameworkID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64967         {&hf_org_csapi_fw_TpLoadStatisticEntityID_ServiceID, {"TpLoadStatisticEntityID_ServiceID","giop-parlay.org.csapi.fw.TpLoadStatisticEntityID.ServiceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64968         {&hf_org_csapi_fw_TpLoadStatisticEntityID_ClientAppID, {"TpLoadStatisticEntityID_ClientAppID","giop-parlay.org.csapi.fw.TpLoadStatisticEntityID.ClientAppID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64969         {&hf_org_csapi_fw_TpLoadStatisticInfo_TpLoadStatisticInfo, {"TpLoadStatisticInfo","giop-parlay.org.csapi.fw.TpLoadStatisticInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpLoadStatisticInfoType),0x0,NULL,HFILL}},
64970         {&hf_org_csapi_fw_TpLoadStatisticInfo_LoadStatisticError, {"TpLoadStatisticInfo_LoadStatisticError","giop-parlay.org.csapi.fw.TpLoadStatisticInfo.LoadStatisticError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpLoadStatisticError),0x0,NULL,HFILL}},
64971         {&hf_org_csapi_fw_TpDomainID_TpDomainID, {"TpDomainID","giop-parlay.org.csapi.fw.TpDomainID",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpDomainIDType),0x0,NULL,HFILL}},
64972         {&hf_org_csapi_fw_TpDomainID_FwID, {"TpDomainID_FwID","giop-parlay.org.csapi.fw.TpDomainID.FwID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64973         {&hf_org_csapi_fw_TpDomainID_ClientAppID, {"TpDomainID_ClientAppID","giop-parlay.org.csapi.fw.TpDomainID.ClientAppID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64974         {&hf_org_csapi_fw_TpDomainID_EntOpID, {"TpDomainID_EntOpID","giop-parlay.org.csapi.fw.TpDomainID.EntOpID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64975         {&hf_org_csapi_fw_TpDomainID_ServiceID, {"TpDomainID_ServiceID","giop-parlay.org.csapi.fw.TpDomainID.ServiceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64976         {&hf_org_csapi_fw_TpDomainID_ServiceSupplierID, {"TpDomainID_ServiceSupplierID","giop-parlay.org.csapi.fw.TpDomainID.ServiceSupplierID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64977         {&hf_org_csapi_fw_TpMigrationAdditionalInfo_TpMigrationAdditionalInfo, {"TpMigrationAdditionalInfo","giop-parlay.org.csapi.fw.TpMigrationAdditionalInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpMigrationAdditionalInfoType),0x0,NULL,HFILL}},
64978         {&hf_org_csapi_fw_TpMigrationAdditionalInfo_Dummy, {"TpMigrationAdditionalInfo_Dummy","giop-parlay.org.csapi.fw.TpMigrationAdditionalInfo.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
64979         {&hf_org_csapi_fw_TpFwEventInfo_TpFwEventInfo, {"TpFwEventInfo","giop-parlay.org.csapi.fw.TpFwEventInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpFwEventName),0x0,NULL,HFILL}},
64980         {&hf_org_csapi_fw_TpFwEventInfo_EventNameUndefined, {"TpFwEventInfo_EventNameUndefined","giop-parlay.org.csapi.fw.TpFwEventInfo.EventNameUndefined",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64981         {&hf_org_csapi_fw_TpFwEventInfo_ServiceIDList_loop, {"Seq length of TpFwEventInfo_ServiceIDList","giop-parlay.org.csapi.fw.TpFwEventInfo.ServiceIDList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64982         {&hf_org_csapi_fw_TpFwEventInfo_ServiceIDList, {"TpFwEventInfo_ServiceIDList","giop-parlay.org.csapi.fw.TpFwEventInfo.ServiceIDList",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64983         {&hf_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList_loop, {"Seq length of TpFwEventInfo_UnavailableServiceIDList","giop-parlay.org.csapi.fw.TpFwEventInfo.UnavailableServiceIDList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64984         {&hf_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList, {"TpFwEventInfo_UnavailableServiceIDList","giop-parlay.org.csapi.fw.TpFwEventInfo.UnavailableServiceIDList",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64985         {&hf_org_csapi_fw_TpFwEventInfo_AppSessionCreated, {"TpFwEventInfo_AppSessionCreated","giop-parlay.org.csapi.fw.TpFwEventInfo.AppSessionCreated",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64986         {&hf_org_csapi_fw_TpFwEventInfo_AppSessionTerminated, {"TpFwEventInfo_AppSessionTerminated","giop-parlay.org.csapi.fw.TpFwEventInfo.AppSessionTerminated",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64987         {&hf_org_csapi_ui_TpUIVariableInfo_TpUIVariableInfo, {"TpUIVariableInfo","giop-parlay.org.csapi.ui.TpUIVariableInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIVariablePartType),0x0,NULL,HFILL}},
64988         {&hf_org_csapi_ui_TpUIVariableInfo_VariablePartInteger, {"TpUIVariableInfo_VariablePartInteger","giop-parlay.org.csapi.ui.TpUIVariableInfo.VariablePartInteger",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64989         {&hf_org_csapi_ui_TpUIVariableInfo_VariablePartAddress, {"TpUIVariableInfo_VariablePartAddress","giop-parlay.org.csapi.ui.TpUIVariableInfo.VariablePartAddress",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64990         {&hf_org_csapi_ui_TpUIVariableInfo_VariablePartTime, {"TpUIVariableInfo_VariablePartTime","giop-parlay.org.csapi.ui.TpUIVariableInfo.VariablePartTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64991         {&hf_org_csapi_ui_TpUIVariableInfo_VariablePartDate, {"TpUIVariableInfo_VariablePartDate","giop-parlay.org.csapi.ui.TpUIVariableInfo.VariablePartDate",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64992         {&hf_org_csapi_ui_TpUIVariableInfo_VariablePartPrice, {"TpUIVariableInfo_VariablePartPrice","giop-parlay.org.csapi.ui.TpUIVariableInfo.VariablePartPrice",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64993         {&hf_org_csapi_ui_TpUIInfo_TpUIInfo, {"TpUIInfo","giop-parlay.org.csapi.ui.TpUIInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIInfoType),0x0,NULL,HFILL}},
64994         {&hf_org_csapi_ui_TpUIInfo_InfoID, {"TpUIInfo_InfoID","giop-parlay.org.csapi.ui.TpUIInfo.InfoID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64995         {&hf_org_csapi_ui_TpUIInfo_InfoData, {"TpUIInfo_InfoData","giop-parlay.org.csapi.ui.TpUIInfo.InfoData",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64996         {&hf_org_csapi_ui_TpUIInfo_InfoAddress, {"TpUIInfo_InfoAddress","giop-parlay.org.csapi.ui.TpUIInfo.InfoAddress",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
64997         {&hf_org_csapi_ui_TpUIInfo_InfoBinData_loop, {"Seq length of TpUIInfo_InfoBinData","giop-parlay.org.csapi.ui.TpUIInfo.InfoBinData.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
64998         {&hf_org_csapi_ui_TpUIInfo_InfoBinData, {"TpUIInfo_InfoBinData","giop-parlay.org.csapi.ui.TpUIInfo.InfoBinData",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
64999         {&hf_org_csapi_ui_TpUIInfo_InfoUUEncData, {"TpUIInfo_InfoUUEncData","giop-parlay.org.csapi.ui.TpUIInfo.InfoUUEncData",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65000         {&hf_org_csapi_ui_TpUIInfo_InfoMimeData_loop, {"Seq length of TpUIInfo_InfoMimeData","giop-parlay.org.csapi.ui.TpUIInfo.InfoMimeData.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65001         {&hf_org_csapi_ui_TpUIInfo_InfoMimeData, {"TpUIInfo_InfoMimeData","giop-parlay.org.csapi.ui.TpUIInfo.InfoMimeData",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
65002         {&hf_org_csapi_ui_TpUIInfo_InfoWaveData_loop, {"Seq length of TpUIInfo_InfoWaveData","giop-parlay.org.csapi.ui.TpUIInfo.InfoWaveData.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65003         {&hf_org_csapi_ui_TpUIInfo_InfoWaveData, {"TpUIInfo_InfoWaveData","giop-parlay.org.csapi.ui.TpUIInfo.InfoWaveData",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
65004         {&hf_org_csapi_ui_TpUIInfo_InfoAuData_loop, {"Seq length of TpUIInfo_InfoAuData","giop-parlay.org.csapi.ui.TpUIInfo.InfoAuData.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65005         {&hf_org_csapi_ui_TpUIInfo_InfoAuData, {"TpUIInfo_InfoAuData","giop-parlay.org.csapi.ui.TpUIInfo.InfoAuData",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
65006         {&hf_org_csapi_ui_TpUIInfo_InfoVXMLData, {"TpUIInfo_InfoVXMLData","giop-parlay.org.csapi.ui.TpUIInfo.InfoVXMLData",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65007         {&hf_org_csapi_cc_TpCallAdditionalErrorInfo_TpCallAdditionalErrorInfo, {"TpCallAdditionalErrorInfo","giop-parlay.org.csapi.cc.TpCallAdditionalErrorInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallErrorType),0x0,NULL,HFILL}},
65008         {&hf_org_csapi_cc_TpCallAdditionalErrorInfo_CallErrorInvalidAddress, {"TpCallAdditionalErrorInfo_CallErrorInvalidAddress","giop-parlay.org.csapi.cc.TpCallAdditionalErrorInfo.CallErrorInvalidAddress",FT_UINT32,BASE_DEC,VALS(org_csapi_TpAddressError),0x0,NULL,HFILL}},
65009         {&hf_org_csapi_cc_TpCallAdditionalErrorInfo_Dummy, {"TpCallAdditionalErrorInfo_Dummy","giop-parlay.org.csapi.cc.TpCallAdditionalErrorInfo.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
65010         {&hf_org_csapi_cc_TpCallLoadControlMechanism_TpCallLoadControlMechanism, {"TpCallLoadControlMechanism","giop-parlay.org.csapi.cc.TpCallLoadControlMechanism",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallLoadControlMechanismType),0x0,NULL,HFILL}},
65011         {&hf_org_csapi_cc_TpCallLoadControlMechanism_CallLoadControlPerInterval, {"TpCallLoadControlMechanism_CallLoadControlPerInterval","giop-parlay.org.csapi.cc.TpCallLoadControlMechanism.CallLoadControlPerInterval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65012         {&hf_org_csapi_cc_TpCallAdditionalTreatmentInfo_TpCallAdditionalTreatmentInfo, {"TpCallAdditionalTreatmentInfo","giop-parlay.org.csapi.cc.TpCallAdditionalTreatmentInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallTreatmentType),0x0,NULL,HFILL}},
65013         {&hf_org_csapi_cc_TpCallAdditionalTreatmentInfo_Dummy, {"TpCallAdditionalTreatmentInfo_Dummy","giop-parlay.org.csapi.cc.TpCallAdditionalTreatmentInfo.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
65014         {&hf_org_csapi_cc_TpCallPartyToChargeAdditionalInfo_TpCallPartyToChargeAdditionalInfo, {"TpCallPartyToChargeAdditionalInfo","giop-parlay.org.csapi.cc.TpCallPartyToChargeAdditionalInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallPartyToChargeType),0x0,NULL,HFILL}},
65015         {&hf_org_csapi_cc_TpCallPartyToChargeAdditionalInfo_Dummy, {"TpCallPartyToChargeAdditionalInfo_Dummy","giop-parlay.org.csapi.cc.TpCallPartyToChargeAdditionalInfo.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
65016         {&hf_org_csapi_cc_gccs_TpCallAppInfo_TpCallAppInfo, {"TpCallAppInfo","giop-parlay.org.csapi.cc.gccs.TpCallAppInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_gccs_TpCallAppInfoType),0x0,NULL,HFILL}},
65017         {&hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppAlertingMechanism, {"TpCallAppInfo_CallAppAlertingMechanism","giop-parlay.org.csapi.cc.gccs.TpCallAppInfo.CallAppAlertingMechanism",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65018         {&hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppNetworkAccessType, {"TpCallAppInfo_CallAppNetworkAccessType","giop-parlay.org.csapi.cc.gccs.TpCallAppInfo.CallAppNetworkAccessType",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallNetworkAccessType),0x0,NULL,HFILL}},
65019         {&hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppTeleService, {"TpCallAppInfo_CallAppTeleService","giop-parlay.org.csapi.cc.gccs.TpCallAppInfo.CallAppTeleService",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallTeleService),0x0,NULL,HFILL}},
65020         {&hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppBearerService, {"TpCallAppInfo_CallAppBearerService","giop-parlay.org.csapi.cc.gccs.TpCallAppInfo.CallAppBearerService",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallBearerService),0x0,NULL,HFILL}},
65021         {&hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppPartyCategory, {"TpCallAppInfo_CallAppPartyCategory","giop-parlay.org.csapi.cc.gccs.TpCallAppInfo.CallAppPartyCategory",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallPartyCategory),0x0,NULL,HFILL}},
65022         {&hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppGenericInfo, {"TpCallAppInfo_CallAppGenericInfo","giop-parlay.org.csapi.cc.gccs.TpCallAppInfo.CallAppGenericInfo",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65023         {&hf_org_csapi_cc_gccs_TpCallAppInfo_Dummy, {"TpCallAppInfo_Dummy","giop-parlay.org.csapi.cc.gccs.TpCallAppInfo.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
65024         {&hf_org_csapi_cc_gccs_TpCallAdditionalReportInfo_TpCallAdditionalReportInfo, {"TpCallAdditionalReportInfo","giop-parlay.org.csapi.cc.gccs.TpCallAdditionalReportInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_gccs_TpCallReportType),0x0,NULL,HFILL}},
65025         {&hf_org_csapi_cc_gccs_TpCallAdditionalReportInfo_QueueStatus, {"TpCallAdditionalReportInfo_QueueStatus","giop-parlay.org.csapi.cc.gccs.TpCallAdditionalReportInfo.QueueStatus",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65026         {&hf_org_csapi_cc_gccs_TpCallAdditionalReportInfo_Dummy, {"TpCallAdditionalReportInfo_Dummy","giop-parlay.org.csapi.cc.gccs.TpCallAdditionalReportInfo.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
65027         {&hf_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_TpCallAdditionalReportCriteria, {"TpCallAdditionalReportCriteria","giop-parlay.org.csapi.cc.gccs.TpCallAdditionalReportCriteria",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_gccs_TpCallReportType),0x0,NULL,HFILL}},
65028         {&hf_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_NoAnswerDuration, {"TpCallAdditionalReportCriteria_NoAnswerDuration","giop-parlay.org.csapi.cc.gccs.TpCallAdditionalReportCriteria.NoAnswerDuration",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65029         {&hf_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_Dummy, {"TpCallAdditionalReportCriteria_Dummy","giop-parlay.org.csapi.cc.gccs.TpCallAdditionalReportCriteria.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
65030         {&hf_org_csapi_cc_TpCallAdditionalEventInfo_TpCallAdditionalEventInfo, {"TpCallAdditionalEventInfo","giop-parlay.org.csapi.cc.TpCallAdditionalEventInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallEventType),0x0,NULL,HFILL}},
65031         {&hf_org_csapi_cc_TpCallAdditionalEventInfo_OriginatingReleaseCause, {"TpCallAdditionalEventInfo_OriginatingReleaseCause","giop-parlay.org.csapi.cc.TpCallAdditionalEventInfo.OriginatingReleaseCause",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpReleaseCause),0x0,NULL,HFILL}},
65032         {&hf_org_csapi_cc_TpCallAdditionalEventInfo_TerminatingReleaseCause, {"TpCallAdditionalEventInfo_TerminatingReleaseCause","giop-parlay.org.csapi.cc.TpCallAdditionalEventInfo.TerminatingReleaseCause",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpReleaseCause),0x0,NULL,HFILL}},
65033         {&hf_org_csapi_cc_TpCallAdditionalEventInfo_Dummy, {"TpCallAdditionalEventInfo_Dummy","giop-parlay.org.csapi.cc.TpCallAdditionalEventInfo.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
65034         {&hf_org_csapi_cc_TpAdditionalCallEventCriteria_TpAdditionalCallEventCriteria, {"TpAdditionalCallEventCriteria","giop-parlay.org.csapi.cc.TpAdditionalCallEventCriteria",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallEventType),0x0,NULL,HFILL}},
65035         {&hf_org_csapi_cc_TpAdditionalCallEventCriteria_MinAddressLength, {"TpAdditionalCallEventCriteria_MinAddressLength","giop-parlay.org.csapi.cc.TpAdditionalCallEventCriteria.MinAddressLength",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65036         {&hf_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingServiceCode_loop, {"Seq length of TpAdditionalCallEventCriteria_OriginatingServiceCode","giop-parlay.org.csapi.cc.TpAdditionalCallEventCriteria.OriginatingServiceCode.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65037         {&hf_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet_loop, {"Seq length of TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet","giop-parlay.org.csapi.cc.TpAdditionalCallEventCriteria.OriginatingReleaseCauseSet.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65038         {&hf_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet, {"TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet","giop-parlay.org.csapi.cc.TpAdditionalCallEventCriteria.OriginatingReleaseCauseSet",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpReleaseCause),0x0,NULL,HFILL}},
65039         {&hf_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet_loop, {"Seq length of TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet","giop-parlay.org.csapi.cc.TpAdditionalCallEventCriteria.TerminatingReleaseCauseSet.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65040         {&hf_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet, {"TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet","giop-parlay.org.csapi.cc.TpAdditionalCallEventCriteria.TerminatingReleaseCauseSet",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpReleaseCause),0x0,NULL,HFILL}},
65041         {&hf_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingServiceCode_loop, {"Seq length of TpAdditionalCallEventCriteria_TerminatingServiceCode","giop-parlay.org.csapi.cc.TpAdditionalCallEventCriteria.TerminatingServiceCode.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65042         {&hf_org_csapi_cc_TpAdditionalCallEventCriteria_Dummy, {"TpAdditionalCallEventCriteria_Dummy","giop-parlay.org.csapi.cc.TpAdditionalCallEventCriteria.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
65043         {&hf_org_csapi_cc_TpCallAppInfo_TpCallAppInfo, {"TpCallAppInfo","giop-parlay.org.csapi.cc.TpCallAppInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallAppInfoType),0x0,NULL,HFILL}},
65044         {&hf_org_csapi_cc_TpCallAppInfo_CallAppAlertingMechanism, {"TpCallAppInfo_CallAppAlertingMechanism","giop-parlay.org.csapi.cc.TpCallAppInfo.CallAppAlertingMechanism",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65045         {&hf_org_csapi_cc_TpCallAppInfo_CallAppNetworkAccessType, {"TpCallAppInfo_CallAppNetworkAccessType","giop-parlay.org.csapi.cc.TpCallAppInfo.CallAppNetworkAccessType",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallNetworkAccessType),0x0,NULL,HFILL}},
65046         {&hf_org_csapi_cc_TpCallAppInfo_CallAppTeleService, {"TpCallAppInfo_CallAppTeleService","giop-parlay.org.csapi.cc.TpCallAppInfo.CallAppTeleService",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallTeleService),0x0,NULL,HFILL}},
65047         {&hf_org_csapi_cc_TpCallAppInfo_CallAppBearerService, {"TpCallAppInfo_CallAppBearerService","giop-parlay.org.csapi.cc.TpCallAppInfo.CallAppBearerService",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallBearerService),0x0,NULL,HFILL}},
65048         {&hf_org_csapi_cc_TpCallAppInfo_CallAppPartyCategory, {"TpCallAppInfo_CallAppPartyCategory","giop-parlay.org.csapi.cc.TpCallAppInfo.CallAppPartyCategory",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallPartyCategory),0x0,NULL,HFILL}},
65049         {&hf_org_csapi_cc_TpCallAppInfo_CallAppGenericInfo, {"TpCallAppInfo_CallAppGenericInfo","giop-parlay.org.csapi.cc.TpCallAppInfo.CallAppGenericInfo",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65050         {&hf_org_csapi_cc_TpCallAppInfo_CallHighProbabilityCompletion, {"TpCallAppInfo_CallHighProbabilityCompletion","giop-parlay.org.csapi.cc.TpCallAppInfo.CallHighProbabilityCompletion",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65051         {&hf_org_csapi_cc_TpCallAppInfo_CallAppCarrier_loop, {"Seq length of TpCallAppInfo_CallAppCarrier","giop-parlay.org.csapi.cc.TpCallAppInfo.CallAppCarrier.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65052         {&hf_org_csapi_cc_TpCallAppInfo_Dummy, {"TpCallAppInfo_Dummy","giop-parlay.org.csapi.cc.TpCallAppInfo.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
65053         {&hf_org_csapi_cc_mpccs_TpAppMultiPartyCallBack_TpAppMultiPartyCallBack, {"TpAppMultiPartyCallBack","giop-parlay.org.csapi.cc.mpccs.TpAppMultiPartyCallBack",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_mpccs_TpAppMultiPartyCallBackRefType),0x0,NULL,HFILL}},
65054         {&hf_org_csapi_cc_mpccs_TpAppMultiPartyCallBack_Dummy, {"TpAppMultiPartyCallBack_Dummy","giop-parlay.org.csapi.cc.mpccs.TpAppMultiPartyCallBack.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
65055         {&hf_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_TpMediaStreamDataTypeRequest, {"TpMediaStreamDataTypeRequest","giop-parlay.org.csapi.cc.mmccs.TpMediaStreamDataTypeRequest",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_mmccs_TpMediaStreamDataTypeRequestType),0x0,NULL,HFILL}},
65056         {&hf_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_Audio, {"TpMediaStreamDataTypeRequest_Audio","giop-parlay.org.csapi.cc.mmccs.TpMediaStreamDataTypeRequest.Audio",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65057         {&hf_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_Video, {"TpMediaStreamDataTypeRequest_Video","giop-parlay.org.csapi.cc.mmccs.TpMediaStreamDataTypeRequest.Video",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65058         {&hf_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_Data, {"TpMediaStreamDataTypeRequest_Data","giop-parlay.org.csapi.cc.mmccs.TpMediaStreamDataTypeRequest.Data",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65059         {&hf_org_csapi_cc_mmccs_TpAppMultiMediaCallBack_TpAppMultiMediaCallBack, {"TpAppMultiMediaCallBack","giop-parlay.org.csapi.cc.mmccs.TpAppMultiMediaCallBack",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_mmccs_TpAppMultiMediaCallBackRefType),0x0,NULL,HFILL}},
65060         {&hf_org_csapi_cc_mmccs_TpAppMultiMediaCallBack_Dummy, {"TpAppMultiMediaCallBack_Dummy","giop-parlay.org.csapi.cc.mmccs.TpAppMultiMediaCallBack.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
65061         {&hf_org_csapi_cc_cccs_TpConfPolicy_TpConfPolicy, {"TpConfPolicy","giop-parlay.org.csapi.cc.cccs.TpConfPolicy",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_cccs_TpConfPolicyType),0x0,NULL,HFILL}},
65062         {&hf_org_csapi_cc_cccs_TpConfPolicy_Dummy, {"TpConfPolicy_Dummy","giop-parlay.org.csapi.cc.cccs.TpConfPolicy.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
65063         {&hf_org_csapi_ui_TpUITargetObject_TpUITargetObject, {"TpUITargetObject","giop-parlay.org.csapi.ui.TpUITargetObject",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUITargetObjectType),0x0,NULL,HFILL}},
65064         {&hf_org_csapi_mm_TpBindingEntry_TpBindingEntry, {"TpBindingEntry","giop-parlay.org.csapi.mm.TpBindingEntry",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpBindingEntryType),0x0,NULL,HFILL}},
65065         {&hf_org_csapi_mm_TpBindingEntry_UBExpires, {"TpBindingEntry_UBExpires","giop-parlay.org.csapi.mm.TpBindingEntry.UBExpires",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65066         {&hf_org_csapi_mm_TpBindingEntry_UBPreference, {"TpBindingEntry_UBPreference","giop-parlay.org.csapi.mm.TpBindingEntry.UBPreference",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
65067         {&hf_org_csapi_mm_TpBindingEntry_Dummy, {"TpBindingEntry_Dummy","giop-parlay.org.csapi.mm.TpBindingEntry.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
65068         {&hf_org_csapi_dsc_TpDataSessionChargeOrder_TpDataSessionChargeOrder, {"TpDataSessionChargeOrder","giop-parlay.org.csapi.dsc.TpDataSessionChargeOrder",FT_UINT32,BASE_DEC,VALS(org_csapi_dsc_TpDataSessionChargeOrderCategory),0x0,NULL,HFILL}},
65069         {&hf_org_csapi_dsc_TpDataSessionChargeOrder_NetworkCharge, {"TpDataSessionChargeOrder_NetworkCharge","giop-parlay.org.csapi.dsc.TpDataSessionChargeOrder.NetworkCharge",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65070         {&hf_org_csapi_dsc_TpDataSessionAdditionalErrorInfo_TpDataSessionAdditionalErrorInfo, {"TpDataSessionAdditionalErrorInfo","giop-parlay.org.csapi.dsc.TpDataSessionAdditionalErrorInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_dsc_TpDataSessionErrorType),0x0,NULL,HFILL}},
65071         {&hf_org_csapi_dsc_TpDataSessionAdditionalErrorInfo_DataSessionErrorInvalidAddress, {"TpDataSessionAdditionalErrorInfo_DataSessionErrorInvalidAddress","giop-parlay.org.csapi.dsc.TpDataSessionAdditionalErrorInfo.DataSessionErrorInvalidAddress",FT_UINT32,BASE_DEC,VALS(org_csapi_TpAddressError),0x0,NULL,HFILL}},
65072         {&hf_org_csapi_dsc_TpDataSessionAdditionalErrorInfo_Dummy, {"TpDataSessionAdditionalErrorInfo_Dummy","giop-parlay.org.csapi.dsc.TpDataSessionAdditionalErrorInfo.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
65073         {&hf_org_csapi_dsc_TpDataSessionAdditionalReportInfo_TpDataSessionAdditionalReportInfo, {"TpDataSessionAdditionalReportInfo","giop-parlay.org.csapi.dsc.TpDataSessionAdditionalReportInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_dsc_TpDataSessionReportType),0x0,NULL,HFILL}},
65074         {&hf_org_csapi_dsc_TpDataSessionAdditionalReportInfo_Dummy, {"TpDataSessionAdditionalReportInfo_Dummy","giop-parlay.org.csapi.dsc.TpDataSessionAdditionalReportInfo.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
65075         {&hf_org_csapi_gms_TpMessageInfoProperty_TpMessageInfoProperty, {"TpMessageInfoProperty","giop-parlay.org.csapi.gms.TpMessageInfoProperty",FT_UINT32,BASE_DEC,VALS(org_csapi_gms_TpMessageInfoPropertyName),0x0,NULL,HFILL}},
65076         {&hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageID, {"TpMessageInfoProperty_MessagingMessageID","giop-parlay.org.csapi.gms.TpMessageInfoProperty.MessagingMessageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65077         {&hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageSubject, {"TpMessageInfoProperty_MessagingMessageSubject","giop-parlay.org.csapi.gms.TpMessageInfoProperty.MessagingMessageSubject",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65078         {&hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageDateSent, {"TpMessageInfoProperty_MessagingMessageDateSent","giop-parlay.org.csapi.gms.TpMessageInfoProperty.MessagingMessageDateSent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65079         {&hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageDateReceived, {"TpMessageInfoProperty_MessagingMessageDateReceived","giop-parlay.org.csapi.gms.TpMessageInfoProperty.MessagingMessageDateReceived",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65080         {&hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageDateChanged, {"TpMessageInfoProperty_MessagingMessageDateChanged","giop-parlay.org.csapi.gms.TpMessageInfoProperty.MessagingMessageDateChanged",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65081         {&hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageSize, {"TpMessageInfoProperty_MessagingMessageSize","giop-parlay.org.csapi.gms.TpMessageInfoProperty.MessagingMessageSize",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65082         {&hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessagePriority, {"TpMessageInfoProperty_MessagingMessagePriority","giop-parlay.org.csapi.gms.TpMessageInfoProperty.MessagingMessagePriority",FT_UINT32,BASE_DEC,VALS(org_csapi_gms_TpMessagePriority),0x0,NULL,HFILL}},
65083         {&hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageFormat, {"TpMessageInfoProperty_MessagingMessageFormat","giop-parlay.org.csapi.gms.TpMessageInfoProperty.MessagingMessageFormat",FT_UINT32,BASE_DEC,VALS(org_csapi_gms_TpMessageFormat),0x0,NULL,HFILL}},
65084         {&hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageFolder, {"TpMessageInfoProperty_MessagingMessageFolder","giop-parlay.org.csapi.gms.TpMessageInfoProperty.MessagingMessageFolder",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65085         {&hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageStatus, {"TpMessageInfoProperty_MessagingMessageStatus","giop-parlay.org.csapi.gms.TpMessageInfoProperty.MessagingMessageStatus",FT_UINT32,BASE_DEC,VALS(org_csapi_gms_TpMessageStatus),0x0,NULL,HFILL}},
65086         {&hf_org_csapi_gms_TpMessageInfoProperty_Dummy, {"TpMessageInfoProperty_Dummy","giop-parlay.org.csapi.gms.TpMessageInfoProperty.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
65087         {&hf_org_csapi_gms_TpMailboxInfoProperty_TpMailboxInfoProperty, {"TpMailboxInfoProperty","giop-parlay.org.csapi.gms.TpMailboxInfoProperty",FT_UINT32,BASE_DEC,VALS(org_csapi_gms_TpMailboxInfoPropertyName),0x0,NULL,HFILL}},
65088         {&hf_org_csapi_gms_TpMailboxInfoProperty_MessagingMailboxOwner, {"TpMailboxInfoProperty_MessagingMailboxOwner","giop-parlay.org.csapi.gms.TpMailboxInfoProperty.MessagingMailboxOwner",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65089         {&hf_org_csapi_gms_TpMailboxInfoProperty_MessagingMailboxFolder, {"TpMailboxInfoProperty_MessagingMailboxFolder","giop-parlay.org.csapi.gms.TpMailboxInfoProperty.MessagingMailboxFolder",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65090         {&hf_org_csapi_gms_TpMailboxInfoProperty_MessagingMailboxDateCreated, {"TpMailboxInfoProperty_MessagingMailboxDateCreated","giop-parlay.org.csapi.gms.TpMailboxInfoProperty.MessagingMailboxDateCreated",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65091         {&hf_org_csapi_gms_TpMailboxInfoProperty_MessagingMailboxDateChanged, {"TpMailboxInfoProperty_MessagingMailboxDateChanged","giop-parlay.org.csapi.gms.TpMailboxInfoProperty.MessagingMailboxDateChanged",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65092         {&hf_org_csapi_gms_TpMailboxInfoProperty_Dummy, {"TpMailboxInfoProperty_Dummy","giop-parlay.org.csapi.gms.TpMailboxInfoProperty.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
65093         {&hf_org_csapi_gms_TpMessagingEventInfo_TpMessagingEventInfo, {"TpMessagingEventInfo","giop-parlay.org.csapi.gms.TpMessagingEventInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_gms_TpMessagingEventName),0x0,NULL,HFILL}},
65094         {&hf_org_csapi_gms_TpMessagingEventInfo_EventNameUndefined, {"TpMessagingEventInfo_EventNameUndefined","giop-parlay.org.csapi.gms.TpMessagingEventInfo.EventNameUndefined",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65095         {&hf_org_csapi_gms_TpMessagingEventCriteria_TpMessagingEventCriteria, {"TpMessagingEventCriteria","giop-parlay.org.csapi.gms.TpMessagingEventCriteria",FT_UINT32,BASE_DEC,VALS(org_csapi_gms_TpMessagingEventName),0x0,NULL,HFILL}},
65096         {&hf_org_csapi_gms_TpMessagingEventCriteria_Dummy, {"TpMessagingEventCriteria_Dummy","giop-parlay.org.csapi.gms.TpMessagingEventCriteria.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
65097         {&hf_org_csapi_gms_TpFolderInfoProperty_TpFolderInfoProperty, {"TpFolderInfoProperty","giop-parlay.org.csapi.gms.TpFolderInfoProperty",FT_UINT32,BASE_DEC,VALS(org_csapi_gms_TpFolderInfoPropertyName),0x0,NULL,HFILL}},
65098         {&hf_org_csapi_gms_TpFolderInfoProperty_MessagingFolderID, {"TpFolderInfoProperty_MessagingFolderID","giop-parlay.org.csapi.gms.TpFolderInfoProperty.MessagingFolderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65099         {&hf_org_csapi_gms_TpFolderInfoProperty_MessagingFolderMessage, {"TpFolderInfoProperty_MessagingFolderMessage","giop-parlay.org.csapi.gms.TpFolderInfoProperty.MessagingFolderMessage",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65100         {&hf_org_csapi_gms_TpFolderInfoProperty_MessagingFolderSubfolder, {"TpFolderInfoProperty_MessagingFolderSubfolder","giop-parlay.org.csapi.gms.TpFolderInfoProperty.MessagingFolderSubfolder",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65101         {&hf_org_csapi_gms_TpFolderInfoProperty_MessagingFolderDateCreated, {"TpFolderInfoProperty_MessagingFolderDateCreated","giop-parlay.org.csapi.gms.TpFolderInfoProperty.MessagingFolderDateCreated",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65102         {&hf_org_csapi_gms_TpFolderInfoProperty_MessagingFolderDateChanged, {"TpFolderInfoProperty_MessagingFolderDateChanged","giop-parlay.org.csapi.gms.TpFolderInfoProperty.MessagingFolderDateChanged",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65103         {&hf_org_csapi_gms_TpFolderInfoProperty_Dummy, {"TpFolderInfoProperty_Dummy","giop-parlay.org.csapi.gms.TpFolderInfoProperty.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
65104         {&hf_org_csapi_cs_TpChargingParameterValue_TpChargingParameterValue, {"TpChargingParameterValue","giop-parlay.org.csapi.cs.TpChargingParameterValue",FT_UINT32,BASE_DEC,VALS(org_csapi_cs_TpChargingParameterValueType),0x0,NULL,HFILL}},
65105         {&hf_org_csapi_cs_TpChargingParameterValue_IntValue, {"TpChargingParameterValue_IntValue","giop-parlay.org.csapi.cs.TpChargingParameterValue.IntValue",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65106         {&hf_org_csapi_cs_TpChargingParameterValue_FloatValue, {"TpChargingParameterValue_FloatValue","giop-parlay.org.csapi.cs.TpChargingParameterValue.FloatValue",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
65107         {&hf_org_csapi_cs_TpChargingParameterValue_StringValue, {"TpChargingParameterValue_StringValue","giop-parlay.org.csapi.cs.TpChargingParameterValue.StringValue",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65108         {&hf_org_csapi_cs_TpChargingParameterValue_BooleanValue, {"TpChargingParameterValue_BooleanValue","giop-parlay.org.csapi.cs.TpChargingParameterValue.BooleanValue",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
65109         {&hf_org_csapi_cs_TpChargingParameterValue_OctetValue_loop, {"Seq length of TpChargingParameterValue_OctetValue","giop-parlay.org.csapi.cs.TpChargingParameterValue.OctetValue.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65110         {&hf_org_csapi_cs_TpChargingParameterValue_OctetValue, {"TpChargingParameterValue_OctetValue","giop-parlay.org.csapi.cs.TpChargingParameterValue.OctetValue",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
65111         {&hf_org_csapi_cs_TpAppInformation_TpAppInformation, {"TpAppInformation","giop-parlay.org.csapi.cs.TpAppInformation",FT_UINT32,BASE_DEC,VALS(org_csapi_cs_TpAppInformationType),0x0,NULL,HFILL}},
65112         {&hf_org_csapi_cs_TpAppInformation_Timestamp, {"TpAppInformation_Timestamp","giop-parlay.org.csapi.cs.TpAppInformation.Timestamp",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65113         {&hf_org_csapi_policy_TpPolicyType_TpPolicyType, {"TpPolicyType","giop-parlay.org.csapi.policy.TpPolicyType",FT_UINT32,BASE_DEC,VALS(org_csapi_policy_TpPolicyTypeInfo),0x0,NULL,HFILL}},
65114         {&hf_org_csapi_policy_TpPolicyType_SimpleType, {"TpPolicyType_SimpleType","giop-parlay.org.csapi.policy.TpPolicyType.SimpleType",FT_UINT32,BASE_DEC,VALS(org_csapi_TpSimpleAttributeTypeInfo),0x0,NULL,HFILL}},
65115         {&hf_org_csapi_policy_TpPolicyType_StructuredType, {"TpPolicyType_StructuredType","giop-parlay.org.csapi.policy.TpPolicyType.StructuredType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65116         {&hf_org_csapi_policy_TpPolicyType_XMLString, {"TpPolicyType_XMLString","giop-parlay.org.csapi.policy.TpPolicyType.XMLString",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65117         {&hf_org_csapi_pam_TpPAMContextData_TpPAMContextData, {"TpPAMContextData","giop-parlay.org.csapi.pam.TpPAMContextData",FT_UINT32,BASE_DEC,VALS(org_csapi_pam_TpPAMContextName),0x0,NULL,HFILL}},
65118         {&hf_org_csapi_pam_TpPAMContextData_Dummy, {"TpPAMContextData_Dummy","giop-parlay.org.csapi.pam.TpPAMContextData.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
65119         {&hf_org_csapi_pam_TpPAMEventInfo_TpPAMEventInfo, {"TpPAMEventInfo","giop-parlay.org.csapi.pam.TpPAMEventInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_pam_TpPAMEventName),0x0,NULL,HFILL}},
65120         {&hf_org_csapi_pam_TpPAMNotificationInfo_TpPAMNotificationInfo, {"TpPAMNotificationInfo","giop-parlay.org.csapi.pam.TpPAMNotificationInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_pam_TpPAMEventName),0x0,NULL,HFILL}},
65121         {&hf_org_csapi_pam_TpPAMPreferenceData_TpPAMPreferenceData, {"TpPAMPreferenceData","giop-parlay.org.csapi.pam.TpPAMPreferenceData",FT_UINT32,BASE_DEC,VALS(org_csapi_pam_TpPAMPreferenceType),0x0,NULL,HFILL}},
65122         {&hf_org_csapi_pam_TpPAMPreferenceData_Dummy, {"TpPAMPreferenceData_Dummy","giop-parlay.org.csapi.pam.TpPAMPreferenceData.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
65123         {&hf_org_csapi_mmm_TpFolderInfoProperty_TpFolderInfoProperty, {"TpFolderInfoProperty","giop-parlay.org.csapi.mmm.TpFolderInfoProperty",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpFolderInfoPropertyName),0x0,NULL,HFILL}},
65124         {&hf_org_csapi_mmm_TpFolderInfoProperty_FolderDateCreated, {"TpFolderInfoProperty_FolderDateCreated","giop-parlay.org.csapi.mmm.TpFolderInfoProperty.FolderDateCreated",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65125         {&hf_org_csapi_mmm_TpFolderInfoProperty_FolderDateChanged, {"TpFolderInfoProperty_FolderDateChanged","giop-parlay.org.csapi.mmm.TpFolderInfoProperty.FolderDateChanged",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65126         {&hf_org_csapi_mmm_TpFolderInfoProperty_FolderSize, {"TpFolderInfoProperty_FolderSize","giop-parlay.org.csapi.mmm.TpFolderInfoProperty.FolderSize",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65127         {&hf_org_csapi_mmm_TpFolderInfoProperty_FolderNumberOfMessages, {"TpFolderInfoProperty_FolderNumberOfMessages","giop-parlay.org.csapi.mmm.TpFolderInfoProperty.FolderNumberOfMessages",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65128         {&hf_org_csapi_mmm_TpFolderInfoProperty_Dummy, {"TpFolderInfoProperty_Dummy","giop-parlay.org.csapi.mmm.TpFolderInfoProperty.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
65129         {&hf_org_csapi_mmm_TpMailboxInfoProperty_TpMailboxInfoProperty, {"TpMailboxInfoProperty","giop-parlay.org.csapi.mmm.TpMailboxInfoProperty",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMailboxInfoPropertyName),0x0,NULL,HFILL}},
65130         {&hf_org_csapi_mmm_TpMailboxInfoProperty_MailboxOwner, {"TpMailboxInfoProperty_MailboxOwner","giop-parlay.org.csapi.mmm.TpMailboxInfoProperty.MailboxOwner",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65131         {&hf_org_csapi_mmm_TpMailboxInfoProperty_MailboxDateCreated, {"TpMailboxInfoProperty_MailboxDateCreated","giop-parlay.org.csapi.mmm.TpMailboxInfoProperty.MailboxDateCreated",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65132         {&hf_org_csapi_mmm_TpMailboxInfoProperty_MailboxDateChanged, {"TpMailboxInfoProperty_MailboxDateChanged","giop-parlay.org.csapi.mmm.TpMailboxInfoProperty.MailboxDateChanged",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65133         {&hf_org_csapi_mmm_TpMailboxInfoProperty_MailboxSize, {"TpMailboxInfoProperty_MailboxSize","giop-parlay.org.csapi.mmm.TpMailboxInfoProperty.MailboxSize",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65134         {&hf_org_csapi_mmm_TpMailboxInfoProperty_Dummy, {"TpMailboxInfoProperty_Dummy","giop-parlay.org.csapi.mmm.TpMailboxInfoProperty.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
65135         {&hf_org_csapi_mmm_TpMessageInfoProperty_TpMessageInfoProperty, {"TpMessageInfoProperty","giop-parlay.org.csapi.mmm.TpMessageInfoProperty",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessageInfoPropertyName),0x0,NULL,HFILL}},
65136         {&hf_org_csapi_mmm_TpMessageInfoProperty_MessageDateCreated, {"TpMessageInfoProperty_MessageDateCreated","giop-parlay.org.csapi.mmm.TpMessageInfoProperty.MessageDateCreated",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65137         {&hf_org_csapi_mmm_TpMessageInfoProperty_MessageDateReceived, {"TpMessageInfoProperty_MessageDateReceived","giop-parlay.org.csapi.mmm.TpMessageInfoProperty.MessageDateReceived",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65138         {&hf_org_csapi_mmm_TpMessageInfoProperty_MessageDateChanged, {"TpMessageInfoProperty_MessageDateChanged","giop-parlay.org.csapi.mmm.TpMessageInfoProperty.MessageDateChanged",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65139         {&hf_org_csapi_mmm_TpMessageInfoProperty_MessageSize, {"TpMessageInfoProperty_MessageSize","giop-parlay.org.csapi.mmm.TpMessageInfoProperty.MessageSize",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65140         {&hf_org_csapi_mmm_TpMessageInfoProperty_MessageStatus, {"TpMessageInfoProperty_MessageStatus","giop-parlay.org.csapi.mmm.TpMessageInfoProperty.MessageStatus",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMailboxMessageStatus),0x0,NULL,HFILL}},
65141         {&hf_org_csapi_mmm_TpMessageInfoProperty_Dummy, {"TpMessageInfoProperty_Dummy","giop-parlay.org.csapi.mmm.TpMessageInfoProperty.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
65142         {&hf_org_csapi_mmm_TpMessageHeaderField_TpMessageHeaderField, {"TpMessageHeaderField","giop-parlay.org.csapi.mmm.TpMessageHeaderField",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessageHeaderFieldType),0x0,NULL,HFILL}},
65143         {&hf_org_csapi_mmm_TpMessageHeaderField_DateSent, {"TpMessageHeaderField_DateSent","giop-parlay.org.csapi.mmm.TpMessageHeaderField.DateSent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65144         {&hf_org_csapi_mmm_TpMessageHeaderField_From_loop, {"Seq length of TpMessageHeaderField_From","giop-parlay.org.csapi.mmm.TpMessageHeaderField.From.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65145         {&hf_org_csapi_mmm_TpMessageHeaderField_ReplyTo_loop, {"Seq length of TpMessageHeaderField_ReplyTo","giop-parlay.org.csapi.mmm.TpMessageHeaderField.ReplyTo.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65146         {&hf_org_csapi_mmm_TpMessageHeaderField_To_loop, {"Seq length of TpMessageHeaderField_To","giop-parlay.org.csapi.mmm.TpMessageHeaderField.To.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65147         {&hf_org_csapi_mmm_TpMessageHeaderField_Cc_loop, {"Seq length of TpMessageHeaderField_Cc","giop-parlay.org.csapi.mmm.TpMessageHeaderField.Cc.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65148         {&hf_org_csapi_mmm_TpMessageHeaderField_Bcc_loop, {"Seq length of TpMessageHeaderField_Bcc","giop-parlay.org.csapi.mmm.TpMessageHeaderField.Bcc.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65149         {&hf_org_csapi_mmm_TpMessageHeaderField_RFC822MessageID, {"TpMessageHeaderField_RFC822MessageID","giop-parlay.org.csapi.mmm.TpMessageHeaderField.RFC822MessageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65150         {&hf_org_csapi_mmm_TpMessageHeaderField_InReplyTo_loop, {"Seq length of TpMessageHeaderField_InReplyTo","giop-parlay.org.csapi.mmm.TpMessageHeaderField.InReplyTo.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65151         {&hf_org_csapi_mmm_TpMessageHeaderField_InReplyTo, {"TpMessageHeaderField_InReplyTo","giop-parlay.org.csapi.mmm.TpMessageHeaderField.InReplyTo",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65152         {&hf_org_csapi_mmm_TpMessageHeaderField_References_loop, {"Seq length of TpMessageHeaderField_References","giop-parlay.org.csapi.mmm.TpMessageHeaderField.References.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65153         {&hf_org_csapi_mmm_TpMessageHeaderField_References, {"TpMessageHeaderField_References","giop-parlay.org.csapi.mmm.TpMessageHeaderField.References",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65154         {&hf_org_csapi_mmm_TpMessageHeaderField_Subject, {"TpMessageHeaderField_Subject","giop-parlay.org.csapi.mmm.TpMessageHeaderField.Subject",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65155         {&hf_org_csapi_mmm_TpMessageHeaderField_Comments, {"TpMessageHeaderField_Comments","giop-parlay.org.csapi.mmm.TpMessageHeaderField.Comments",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65156         {&hf_org_csapi_mmm_TpMessageHeaderField_Keywords_loop, {"Seq length of TpMessageHeaderField_Keywords","giop-parlay.org.csapi.mmm.TpMessageHeaderField.Keywords.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65157         {&hf_org_csapi_mmm_TpMessageHeaderField_Keywords, {"TpMessageHeaderField_Keywords","giop-parlay.org.csapi.mmm.TpMessageHeaderField.Keywords",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65158         {&hf_org_csapi_mmm_TpMessageHeaderField_MimeVersion, {"TpMessageHeaderField_MimeVersion","giop-parlay.org.csapi.mmm.TpMessageHeaderField.MimeVersion",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65159         {&hf_org_csapi_mmm_TpMessageHeaderField_MimeContent, {"TpMessageHeaderField_MimeContent","giop-parlay.org.csapi.mmm.TpMessageHeaderField.MimeContent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65160         {&hf_org_csapi_mmm_TpMessageHeaderField_MimeEncoding, {"TpMessageHeaderField_MimeEncoding","giop-parlay.org.csapi.mmm.TpMessageHeaderField.MimeEncoding",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65161         {&hf_org_csapi_mmm_TpMessageHeaderField_MimeID, {"TpMessageHeaderField_MimeID","giop-parlay.org.csapi.mmm.TpMessageHeaderField.MimeID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65162         {&hf_org_csapi_mmm_TpMessageHeaderField_MimeDescription, {"TpMessageHeaderField_MimeDescription","giop-parlay.org.csapi.mmm.TpMessageHeaderField.MimeDescription",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65163         {&hf_org_csapi_mmm_TpMessageHeaderField_MimeDisposition, {"TpMessageHeaderField_MimeDisposition","giop-parlay.org.csapi.mmm.TpMessageHeaderField.MimeDisposition",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65164         {&hf_org_csapi_mmm_TpMessageHeaderField_Priority, {"TpMessageHeaderField_Priority","giop-parlay.org.csapi.mmm.TpMessageHeaderField.Priority",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagePriority),0x0,NULL,HFILL}},
65165         {&hf_org_csapi_mmm_TpDeliveryTime_TpDeliveryTime, {"TpDeliveryTime","giop-parlay.org.csapi.mmm.TpDeliveryTime",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpDeliveryTimeType),0x0,NULL,HFILL}},
65166         {&hf_org_csapi_mmm_TpDeliveryTime_DeliveryTime, {"TpDeliveryTime_DeliveryTime","giop-parlay.org.csapi.mmm.TpDeliveryTime.DeliveryTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65167         {&hf_org_csapi_mmm_TpDeliveryTime_Dummy, {"TpDeliveryTime_Dummy","giop-parlay.org.csapi.mmm.TpDeliveryTime.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
65168         {&hf_org_csapi_mmm_TpMessageTreatment_TpMessageTreatment, {"TpMessageTreatment","giop-parlay.org.csapi.mmm.TpMessageTreatment",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessageTreatmentType),0x0,NULL,HFILL}},
65169         {&hf_org_csapi_mmm_TpMessageTreatment_DeliveryReport, {"TpMessageTreatment_DeliveryReport","giop-parlay.org.csapi.mmm.TpMessageTreatment.DeliveryReport",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
65170         {&hf_org_csapi_mmm_TpMessageTreatment_BillingID, {"TpMessageTreatment_BillingID","giop-parlay.org.csapi.mmm.TpMessageTreatment.BillingID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65171         {&hf_org_csapi_mmm_TpMessageTreatment_ValidityTime, {"TpMessageTreatment_ValidityTime","giop-parlay.org.csapi.mmm.TpMessageTreatment.ValidityTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65172         {&hf_org_csapi_mmm_TpMessagingEventCriteria_TpMessagingEventCriteria, {"TpMessagingEventCriteria","giop-parlay.org.csapi.mmm.TpMessagingEventCriteria",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingEventName),0x0,NULL,HFILL}},
65173         {&hf_org_csapi_mmm_TpMessagingEventCriteria_Dummy, {"TpMessagingEventCriteria_Dummy","giop-parlay.org.csapi.mmm.TpMessagingEventCriteria.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
65174         {&hf_org_csapi_mmm_TpMessagingEventInfo_TpMessagingEventInfo, {"TpMessagingEventInfo","giop-parlay.org.csapi.mmm.TpMessagingEventInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingEventName),0x0,NULL,HFILL}},
65175         {&hf_org_csapi_mmm_TpMessagingEventInfo_EventNameUndefined, {"TpMessagingEventInfo_EventNameUndefined","giop-parlay.org.csapi.mmm.TpMessagingEventInfo.EventNameUndefined",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
65176 
65177     };
65178 
65179     static ei_register_info ei[] = {
65180         { &ei_parlay_unknown_giop_msg, { "giop-parlay.unknown_giop_msg", PI_PROTOCOL, PI_WARN, "Unknown GIOP message", EXPFILL }},
65181         { &ei_parlay_unknown_exception, { "giop-parlay.unknown_exception", PI_PROTOCOL, PI_WARN, "Unknown exception", EXPFILL }},
65182         { &ei_parlay_unknown_reply_status, { "giop-parlay.unknown_reply_status", PI_PROTOCOL, PI_WARN, "Unknown reply status", EXPFILL }},
65183     };
65184 
65185     /* setup protocol subtree array */
65186 
65187     static gint *ett[] = {
65188         &ett_parlay,
65189     };
65190 
65191     expert_module_t* expert_parlay;
65192 
65193 
65194     /* Register the protocol name and description */
65195     proto_parlay = proto_register_protocol("Parlay Dissector Using GIOP API" , "PARLAY", "giop-parlay" );
65196     proto_register_field_array(proto_parlay, hf, array_length(hf));
65197     proto_register_subtree_array(ett, array_length(ett));
65198 
65199     expert_parlay = expert_register_protocol(proto_parlay);
65200     expert_register_field_array(expert_parlay, ei, array_length(ei));
65201 }
65202 
65203 /* register me as handler for these interfaces */
proto_reg_handoff_giop_parlay(void)65204 void proto_reg_handoff_giop_parlay(void)
65205 {
65206     /* Register for Explicit Dissection */
65207     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/IpService", proto_parlay );     /* explicit dissector */
65208 
65209     /* Register for Explicit Dissection */
65210     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/am/IpAccountManager", proto_parlay );     /* explicit dissector */
65211 
65212     /* Register for Explicit Dissection */
65213     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/am/IpAppAccountManager", proto_parlay );     /* explicit dissector */
65214 
65215     /* Register for Explicit Dissection */
65216     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cc/cccs/IpAppConfCall", proto_parlay );     /* explicit dissector */
65217 
65218     /* Register for Explicit Dissection */
65219     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cc/cccs/IpAppConfCallControlManager", proto_parlay );     /* explicit dissector */
65220 
65221     /* Register for Explicit Dissection */
65222     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cc/cccs/IpAppSubConfCall", proto_parlay );     /* explicit dissector */
65223 
65224     /* Register for Explicit Dissection */
65225     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cc/cccs/IpConfCall", proto_parlay );     /* explicit dissector */
65226 
65227     /* Register for Explicit Dissection */
65228     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cc/cccs/IpConfCallControlManager", proto_parlay );     /* explicit dissector */
65229 
65230     /* Register for Explicit Dissection */
65231     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cc/cccs/IpSubConfCall", proto_parlay );     /* explicit dissector */
65232 
65233     /* Register for Explicit Dissection */
65234     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cc/gccs/IpAppCall", proto_parlay );     /* explicit dissector */
65235 
65236     /* Register for Explicit Dissection */
65237     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cc/gccs/IpAppCallControlManager", proto_parlay );     /* explicit dissector */
65238 
65239     /* Register for Explicit Dissection */
65240     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cc/gccs/IpCall", proto_parlay );     /* explicit dissector */
65241 
65242     /* Register for Explicit Dissection */
65243     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cc/gccs/IpCallControlManager", proto_parlay );     /* explicit dissector */
65244 
65245     /* Register for Explicit Dissection */
65246     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cc/mmccs/IpAppMultiMediaCall", proto_parlay );     /* explicit dissector */
65247 
65248     /* Register for Explicit Dissection */
65249     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cc/mmccs/IpAppMultiMediaCallControlManager", proto_parlay );     /* explicit dissector */
65250 
65251     /* Register for Explicit Dissection */
65252     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cc/mmccs/IpAppMultiMediaCallLeg", proto_parlay );     /* explicit dissector */
65253 
65254     /* Register for Explicit Dissection */
65255     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cc/mmccs/IpMultiMediaCall", proto_parlay );     /* explicit dissector */
65256 
65257     /* Register for Explicit Dissection */
65258     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cc/mmccs/IpMultiMediaCallControlManager", proto_parlay );     /* explicit dissector */
65259 
65260     /* Register for Explicit Dissection */
65261     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cc/mmccs/IpMultiMediaCallLeg", proto_parlay );     /* explicit dissector */
65262 
65263     /* Register for Explicit Dissection */
65264     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cc/mmccs/IpMultiMediaStream", proto_parlay );     /* explicit dissector */
65265 
65266     /* Register for Explicit Dissection */
65267     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cc/mpccs/IpAppCallLeg", proto_parlay );     /* explicit dissector */
65268 
65269     /* Register for Explicit Dissection */
65270     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cc/mpccs/IpAppMultiPartyCall", proto_parlay );     /* explicit dissector */
65271 
65272     /* Register for Explicit Dissection */
65273     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager", proto_parlay );     /* explicit dissector */
65274 
65275     /* Register for Explicit Dissection */
65276     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cc/mpccs/IpCallLeg", proto_parlay );     /* explicit dissector */
65277 
65278     /* Register for Explicit Dissection */
65279     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cc/mpccs/IpMultiPartyCall", proto_parlay );     /* explicit dissector */
65280 
65281     /* Register for Explicit Dissection */
65282     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cc/mpccs/IpMultiPartyCallControlManager", proto_parlay );     /* explicit dissector */
65283 
65284     /* Register for Explicit Dissection */
65285     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cm/IpConnectivityManager", proto_parlay );     /* explicit dissector */
65286 
65287     /* Register for Explicit Dissection */
65288     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cm/IpEnterpriseNetwork", proto_parlay );     /* explicit dissector */
65289 
65290     /* Register for Explicit Dissection */
65291     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cm/IpEnterpriseNetworkSite", proto_parlay );     /* explicit dissector */
65292 
65293     /* Register for Explicit Dissection */
65294     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cm/IpQoSMenu", proto_parlay );     /* explicit dissector */
65295 
65296     /* Register for Explicit Dissection */
65297     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cm/IpQoSTemplate", proto_parlay );     /* explicit dissector */
65298 
65299     /* Register for Explicit Dissection */
65300     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cm/IpVPrN", proto_parlay );     /* explicit dissector */
65301 
65302     /* Register for Explicit Dissection */
65303     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cm/IpVPrP", proto_parlay );     /* explicit dissector */
65304 
65305     /* Register for Explicit Dissection */
65306     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cs/IpAppChargingManager", proto_parlay );     /* explicit dissector */
65307 
65308     /* Register for Explicit Dissection */
65309     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cs/IpAppChargingSession", proto_parlay );     /* explicit dissector */
65310 
65311     /* Register for Explicit Dissection */
65312     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cs/IpChargingManager", proto_parlay );     /* explicit dissector */
65313 
65314     /* Register for Explicit Dissection */
65315     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/cs/IpChargingSession", proto_parlay );     /* explicit dissector */
65316 
65317     /* Register for Explicit Dissection */
65318     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/dsc/IpAppDataSession", proto_parlay );     /* explicit dissector */
65319 
65320     /* Register for Explicit Dissection */
65321     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/dsc/IpAppDataSessionControlManager", proto_parlay );     /* explicit dissector */
65322 
65323     /* Register for Explicit Dissection */
65324     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/dsc/IpDataSession", proto_parlay );     /* explicit dissector */
65325 
65326     /* Register for Explicit Dissection */
65327     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/dsc/IpDataSessionControlManager", proto_parlay );     /* explicit dissector */
65328 
65329     /* Register for Explicit Dissection */
65330     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_access/trust_and_security/IpAPILevelAuthentication", proto_parlay );     /* explicit dissector */
65331 
65332     /* Register for Explicit Dissection */
65333     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_access/trust_and_security/IpAccess", proto_parlay );     /* explicit dissector */
65334 
65335     /* Register for Explicit Dissection */
65336     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_access/trust_and_security/IpAuthentication", proto_parlay );     /* explicit dissector */
65337 
65338     /* Register for Explicit Dissection */
65339     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_access/trust_and_security/IpClientAPILevelAuthentication", proto_parlay );     /* explicit dissector */
65340 
65341     /* Register for Explicit Dissection */
65342     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_access/trust_and_security/IpClientAccess", proto_parlay );     /* explicit dissector */
65343 
65344     /* Register for Explicit Dissection */
65345     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_access/trust_and_security/IpInitial", proto_parlay );     /* explicit dissector */
65346 
65347     /* Register for Explicit Dissection */
65348     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_application/discovery/IpServiceDiscovery", proto_parlay );     /* explicit dissector */
65349 
65350     /* Register for Explicit Dissection */
65351     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_application/integrity/IpAppFaultManager", proto_parlay );     /* explicit dissector */
65352 
65353     /* Register for Explicit Dissection */
65354     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_application/integrity/IpAppHeartBeat", proto_parlay );     /* explicit dissector */
65355 
65356     /* Register for Explicit Dissection */
65357     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_application/integrity/IpAppHeartBeatMgmt", proto_parlay );     /* explicit dissector */
65358 
65359     /* Register for Explicit Dissection */
65360     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_application/integrity/IpAppLoadManager", proto_parlay );     /* explicit dissector */
65361 
65362     /* Register for Explicit Dissection */
65363     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_application/integrity/IpAppOAM", proto_parlay );     /* explicit dissector */
65364 
65365     /* Register for Explicit Dissection */
65366     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_application/integrity/IpFaultManager", proto_parlay );     /* explicit dissector */
65367 
65368     /* Register for Explicit Dissection */
65369     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_application/integrity/IpHeartBeat", proto_parlay );     /* explicit dissector */
65370 
65371     /* Register for Explicit Dissection */
65372     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_application/integrity/IpHeartBeatMgmt", proto_parlay );     /* explicit dissector */
65373 
65374     /* Register for Explicit Dissection */
65375     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_application/integrity/IpLoadManager", proto_parlay );     /* explicit dissector */
65376 
65377     /* Register for Explicit Dissection */
65378     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_application/integrity/IpOAM", proto_parlay );     /* explicit dissector */
65379 
65380     /* Register for Explicit Dissection */
65381     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_application/notification/IpAppEventNotification", proto_parlay );     /* explicit dissector */
65382 
65383     /* Register for Explicit Dissection */
65384     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_application/notification/IpEventNotification", proto_parlay );     /* explicit dissector */
65385 
65386     /* Register for Explicit Dissection */
65387     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_application/service_agreement/IpAppServiceAgreementManagement", proto_parlay );     /* explicit dissector */
65388 
65389     /* Register for Explicit Dissection */
65390     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_application/service_agreement/IpServiceAgreementManagement", proto_parlay );     /* explicit dissector */
65391 
65392     /* Register for Explicit Dissection */
65393     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_enterprise_operator/notification/IpClientEventNotification", proto_parlay );     /* explicit dissector */
65394 
65395     /* Register for Explicit Dissection */
65396     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_enterprise_operator/notification/IpEventNotification", proto_parlay );     /* explicit dissector */
65397 
65398     /* Register for Explicit Dissection */
65399     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppInfoQuery", proto_parlay );     /* explicit dissector */
65400 
65401     /* Register for Explicit Dissection */
65402     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement", proto_parlay );     /* explicit dissector */
65403 
65404     /* Register for Explicit Dissection */
65405     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_enterprise_operator/service_subscription/IpEntOpAccountInfoQuery", proto_parlay );     /* explicit dissector */
65406 
65407     /* Register for Explicit Dissection */
65408     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_enterprise_operator/service_subscription/IpEntOpAccountManagement", proto_parlay );     /* explicit dissector */
65409 
65410     /* Register for Explicit Dissection */
65411     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractInfoQuery", proto_parlay );     /* explicit dissector */
65412 
65413     /* Register for Explicit Dissection */
65414     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractManagement", proto_parlay );     /* explicit dissector */
65415 
65416     /* Register for Explicit Dissection */
65417     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileInfoQuery", proto_parlay );     /* explicit dissector */
65418 
65419     /* Register for Explicit Dissection */
65420     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileManagement", proto_parlay );     /* explicit dissector */
65421 
65422     /* Register for Explicit Dissection */
65423     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_service/discovery/IpFwServiceDiscovery", proto_parlay );     /* explicit dissector */
65424 
65425     /* Register for Explicit Dissection */
65426     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_service/integrity/IpFwFaultManager", proto_parlay );     /* explicit dissector */
65427 
65428     /* Register for Explicit Dissection */
65429     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_service/integrity/IpFwHeartBeat", proto_parlay );     /* explicit dissector */
65430 
65431     /* Register for Explicit Dissection */
65432     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_service/integrity/IpFwHeartBeatMgmt", proto_parlay );     /* explicit dissector */
65433 
65434     /* Register for Explicit Dissection */
65435     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_service/integrity/IpFwLoadManager", proto_parlay );     /* explicit dissector */
65436 
65437     /* Register for Explicit Dissection */
65438     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_service/integrity/IpFwOAM", proto_parlay );     /* explicit dissector */
65439 
65440     /* Register for Explicit Dissection */
65441     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_service/integrity/IpSvcFaultManager", proto_parlay );     /* explicit dissector */
65442 
65443     /* Register for Explicit Dissection */
65444     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_service/integrity/IpSvcHeartBeat", proto_parlay );     /* explicit dissector */
65445 
65446     /* Register for Explicit Dissection */
65447     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_service/integrity/IpSvcHeartBeatMgmt", proto_parlay );     /* explicit dissector */
65448 
65449     /* Register for Explicit Dissection */
65450     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_service/integrity/IpSvcLoadManager", proto_parlay );     /* explicit dissector */
65451 
65452     /* Register for Explicit Dissection */
65453     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_service/integrity/IpSvcOAM", proto_parlay );     /* explicit dissector */
65454 
65455     /* Register for Explicit Dissection */
65456     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_service/notification/IpFwEventNotification", proto_parlay );     /* explicit dissector */
65457 
65458     /* Register for Explicit Dissection */
65459     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_service/notification/IpSvcEventNotification", proto_parlay );     /* explicit dissector */
65460 
65461     /* Register for Explicit Dissection */
65462     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_service/service_lifecycle/IpServiceInstanceLifecycleManager", proto_parlay );     /* explicit dissector */
65463 
65464     /* Register for Explicit Dissection */
65465     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/fw/fw_service/service_registration/IpFwServiceRegistration", proto_parlay );     /* explicit dissector */
65466 
65467     /* Register for Explicit Dissection */
65468     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/gms/IpAppMessagingManager", proto_parlay );     /* explicit dissector */
65469 
65470     /* Register for Explicit Dissection */
65471     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/gms/IpMailbox", proto_parlay );     /* explicit dissector */
65472 
65473     /* Register for Explicit Dissection */
65474     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/gms/IpMailboxFolder", proto_parlay );     /* explicit dissector */
65475 
65476     /* Register for Explicit Dissection */
65477     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/gms/IpMessage", proto_parlay );     /* explicit dissector */
65478 
65479     /* Register for Explicit Dissection */
65480     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/gms/IpMessagingManager", proto_parlay );     /* explicit dissector */
65481 
65482     /* Register for Explicit Dissection */
65483     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/mm/ub/IpAppUserBinding", proto_parlay );     /* explicit dissector */
65484 
65485     /* Register for Explicit Dissection */
65486     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/mm/ub/IpUserBinding", proto_parlay );     /* explicit dissector */
65487 
65488     /* Register for Explicit Dissection */
65489     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/mm/ul/IpAppTriggeredUserLocation", proto_parlay );     /* explicit dissector */
65490 
65491     /* Register for Explicit Dissection */
65492     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/mm/ul/IpAppUserLocation", proto_parlay );     /* explicit dissector */
65493 
65494     /* Register for Explicit Dissection */
65495     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/mm/ul/IpTriggeredUserLocation", proto_parlay );     /* explicit dissector */
65496 
65497     /* Register for Explicit Dissection */
65498     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/mm/ul/IpUserLocation", proto_parlay );     /* explicit dissector */
65499 
65500     /* Register for Explicit Dissection */
65501     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/mm/ulc/IpAppUserLocationCamel", proto_parlay );     /* explicit dissector */
65502 
65503     /* Register for Explicit Dissection */
65504     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/mm/ulc/IpUserLocationCamel", proto_parlay );     /* explicit dissector */
65505 
65506     /* Register for Explicit Dissection */
65507     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/mm/ule/IpAppUserLocationEmergency", proto_parlay );     /* explicit dissector */
65508 
65509     /* Register for Explicit Dissection */
65510     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/mm/ule/IpUserLocationEmergency", proto_parlay );     /* explicit dissector */
65511 
65512     /* Register for Explicit Dissection */
65513     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/mm/us/IpAppUserStatus", proto_parlay );     /* explicit dissector */
65514 
65515     /* Register for Explicit Dissection */
65516     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/mm/us/IpUserStatus", proto_parlay );     /* explicit dissector */
65517 
65518     /* Register for Explicit Dissection */
65519     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/mmm/IpAppMailbox", proto_parlay );     /* explicit dissector */
65520 
65521     /* Register for Explicit Dissection */
65522     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/mmm/IpAppMultiMediaMessaging", proto_parlay );     /* explicit dissector */
65523 
65524     /* Register for Explicit Dissection */
65525     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/mmm/IpAppMultiMediaMessagingManager", proto_parlay );     /* explicit dissector */
65526 
65527     /* Register for Explicit Dissection */
65528     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/mmm/IpMailbox", proto_parlay );     /* explicit dissector */
65529 
65530     /* Register for Explicit Dissection */
65531     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/mmm/IpMultiMediaMessaging", proto_parlay );     /* explicit dissector */
65532 
65533     /* Register for Explicit Dissection */
65534     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/mmm/IpMultiMediaMessagingManager", proto_parlay );     /* explicit dissector */
65535 
65536     /* Register for Explicit Dissection */
65537     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/pam/access/IpAppPAMPreferenceCheck", proto_parlay );     /* explicit dissector */
65538 
65539     /* Register for Explicit Dissection */
65540     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/pam/access/IpPAMAgentPresence", proto_parlay );     /* explicit dissector */
65541 
65542     /* Register for Explicit Dissection */
65543     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/pam/access/IpPAMAvailability", proto_parlay );     /* explicit dissector */
65544 
65545     /* Register for Explicit Dissection */
65546     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/pam/access/IpPAMIdentityPresence", proto_parlay );     /* explicit dissector */
65547 
65548     /* Register for Explicit Dissection */
65549     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/pam/access/IpPAMPresenceAvailabilityManager", proto_parlay );     /* explicit dissector */
65550 
65551     /* Register for Explicit Dissection */
65552     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/pam/event/IpAppPAMEventHandler", proto_parlay );     /* explicit dissector */
65553 
65554     /* Register for Explicit Dissection */
65555     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/pam/event/IpPAMEventHandler", proto_parlay );     /* explicit dissector */
65556 
65557     /* Register for Explicit Dissection */
65558     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/pam/event/IpPAMEventManager", proto_parlay );     /* explicit dissector */
65559 
65560     /* Register for Explicit Dissection */
65561     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/pam/provisioning/IpPAMAgentAssignment", proto_parlay );     /* explicit dissector */
65562 
65563     /* Register for Explicit Dissection */
65564     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/pam/provisioning/IpPAMAgentManagement", proto_parlay );     /* explicit dissector */
65565 
65566     /* Register for Explicit Dissection */
65567     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/pam/provisioning/IpPAMAgentTypeManagement", proto_parlay );     /* explicit dissector */
65568 
65569     /* Register for Explicit Dissection */
65570     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/pam/provisioning/IpPAMCapabilityManagement", proto_parlay );     /* explicit dissector */
65571 
65572     /* Register for Explicit Dissection */
65573     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/pam/provisioning/IpPAMIdentityManagement", proto_parlay );     /* explicit dissector */
65574 
65575     /* Register for Explicit Dissection */
65576     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/pam/provisioning/IpPAMIdentityTypeManagement", proto_parlay );     /* explicit dissector */
65577 
65578     /* Register for Explicit Dissection */
65579     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/pam/provisioning/IpPAMProvisioningManager", proto_parlay );     /* explicit dissector */
65580 
65581     /* Register for Explicit Dissection */
65582     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/policy/evaluation/IpAppPolicyDomain", proto_parlay );     /* explicit dissector */
65583 
65584     /* Register for Explicit Dissection */
65585     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/policy/evaluation/IpPolicyEvalManager", proto_parlay );     /* explicit dissector */
65586 
65587     /* Register for Explicit Dissection */
65588     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/policy/provisioning/IpPolicy", proto_parlay );     /* explicit dissector */
65589 
65590     /* Register for Explicit Dissection */
65591     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/policy/provisioning/IpPolicyAction", proto_parlay );     /* explicit dissector */
65592 
65593     /* Register for Explicit Dissection */
65594     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/policy/provisioning/IpPolicyCondition", proto_parlay );     /* explicit dissector */
65595 
65596     /* Register for Explicit Dissection */
65597     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/policy/provisioning/IpPolicyDomain", proto_parlay );     /* explicit dissector */
65598 
65599     /* Register for Explicit Dissection */
65600     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/policy/provisioning/IpPolicyEventDefinition", proto_parlay );     /* explicit dissector */
65601 
65602     /* Register for Explicit Dissection */
65603     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/policy/provisioning/IpPolicyGroup", proto_parlay );     /* explicit dissector */
65604 
65605     /* Register for Explicit Dissection */
65606     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/policy/provisioning/IpPolicyIterator", proto_parlay );     /* explicit dissector */
65607 
65608     /* Register for Explicit Dissection */
65609     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/policy/provisioning/IpPolicyManager", proto_parlay );     /* explicit dissector */
65610 
65611     /* Register for Explicit Dissection */
65612     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/policy/provisioning/IpPolicyRepository", proto_parlay );     /* explicit dissector */
65613 
65614     /* Register for Explicit Dissection */
65615     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/policy/provisioning/IpPolicyRule", proto_parlay );     /* explicit dissector */
65616 
65617     /* Register for Explicit Dissection */
65618     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/policy/provisioning/IpPolicySignature", proto_parlay );     /* explicit dissector */
65619 
65620     /* Register for Explicit Dissection */
65621     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/termcap/IpAppExtendedTerminalCapabilities", proto_parlay );     /* explicit dissector */
65622 
65623     /* Register for Explicit Dissection */
65624     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/termcap/IpExtendedTerminalCapabilities", proto_parlay );     /* explicit dissector */
65625 
65626     /* Register for Explicit Dissection */
65627     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/termcap/IpTerminalCapabilities", proto_parlay );     /* explicit dissector */
65628 
65629     /* Register for Explicit Dissection */
65630     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/ui/IpAppUI", proto_parlay );     /* explicit dissector */
65631 
65632     /* Register for Explicit Dissection */
65633     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/ui/IpAppUIAdminManager", proto_parlay );     /* explicit dissector */
65634 
65635     /* Register for Explicit Dissection */
65636     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/ui/IpAppUICall", proto_parlay );     /* explicit dissector */
65637 
65638     /* Register for Explicit Dissection */
65639     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/ui/IpAppUIManager", proto_parlay );     /* explicit dissector */
65640 
65641     /* Register for Explicit Dissection */
65642     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/ui/IpUI", proto_parlay );     /* explicit dissector */
65643 
65644     /* Register for Explicit Dissection */
65645     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/ui/IpUIAdminManager", proto_parlay );     /* explicit dissector */
65646 
65647     /* Register for Explicit Dissection */
65648     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/ui/IpUICall", proto_parlay );     /* explicit dissector */
65649 
65650     /* Register for Explicit Dissection */
65651     register_giop_user_module(dissect_parlay, "PARLAY", "org/csapi/ui/IpUIManager", proto_parlay );     /* explicit dissector */
65652 
65653     /* Register for Heuristic Dissection */
65654     register_giop_user(dissect_parlay, "PARLAY" ,proto_parlay);     /* heuristic dissector */
65655 
65656 }
65657 
65658 /*
65659  * Editor modelines  -  https://www.wireshark.org/tools/modelines.html
65660  *
65661  * Local Variables:
65662  * c-basic-offset: 4
65663  * tab-width: 8
65664  * indent-tabs-mode: nil
65665  * End:
65666  *
65667  * ex: set shiftwidth=4 tabstop=8 expandtab:
65668  * :indentSize=4:tabSize=8:noTabs=true:
65669  */
65670