aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-parlay.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2014-04-23 11:39:40 -0400
committerMichael Mann <mmann78@netscape.net>2014-04-23 15:47:33 +0000
commitbe13690c3ce269f215040f8d91baf374d05100e8 (patch)
tree7261b1b11fa22eb5e1af192d9d1c6aaf4ddd74a9 /epan/dissectors/packet-parlay.c
parent1a1abf952373e4b6ce2ca6513e05c61904b563c9 (diff)
Continuation of bug 9532.
Ie4d1edfd67a8e6f02834573f29f07baf79058534 created a several duplicate hf_ registrations. That led to the exposure of some other potential problems with generating sequences. Still not quite complete, but want to pacify the buildbots, so there is a small amount of manual editing to comment out a few duplicated hfs in packet-parlay.c. Change-Id: I0ff8a9795e213ab966db8d6333b9477bad06250b Reviewed-on: https://code.wireshark.org/review/1302 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-parlay.c')
-rw-r--r--epan/dissectors/packet-parlay.c1700
1 files changed, 1086 insertions, 614 deletions
diff --git a/epan/dissectors/packet-parlay.c b/epan/dissectors/packet-parlay.c
index 49b7cd33d6..10a1200763 100644
--- a/epan/dissectors/packet-parlay.c
+++ b/epan/dissectors/packet-parlay.c
@@ -81,6 +81,7 @@ static int hf_org_csapi_fw_fw_access_trust_and_security_IpAuthentication_request
static int hf_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_terminationText = -1;
static int hf_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_signingAlgorithm = -1;
static int hf_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature_loop = -1;
static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterface_return = -1;
static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterface_interfaceName = -1;
static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterfaceWithCallback_return = -1;
@@ -88,29 +89,44 @@ static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterface
static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterfaceWithCallback_clientInterface = -1;
static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess_endAccessProperties = -1;
static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return_loop = -1;
static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_releaseInterface_interfaceName = -1;
static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_selectSigningAlgorithm_return = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_selectSigningAlgorithm_return_loop = -1;
static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_selectSigningAlgorithm_signingAlgorithmCaps = -1;
static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_terminationText = -1;
static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature_loop = -1;
static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_interfaceName = -1;
static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_terminationText = -1;
static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature_loop = -1;
static int hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return_loop = -1;
static int hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge_loop = -1;
static int hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return_loop = -1;
static int hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge_loop = -1;
static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectEncryptionMethod_return = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectEncryptionMethod_return_loop = -1;
static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectEncryptionMethod_encryptionCaps = -1;
static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return_loop = -1;
static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge_loop = -1;
static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectAuthenticationMechanism_return = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectAuthenticationMechanism_return_loop = -1;
static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectAuthenticationMechanism_authMechanismList = -1;
static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return_loop = -1;
static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge_loop = -1;
static int hf_org_csapi_fw_fw_application_notification_IpAppEventNotification_reportNotification_eventInfo = -1;
static int hf_org_csapi_fw_fw_application_notification_IpAppEventNotification_reportNotification_assignmentID = -1;
static int hf_org_csapi_fw_fw_application_notification_IpEventNotification_createNotification_return = -1;
+static int hf_org_csapi_fw_fw_application_notification_IpEventNotification_createNotification_return_loop = -1;
static int hf_org_csapi_fw_fw_application_notification_IpEventNotification_createNotification_eventCriteria = -1;
static int hf_org_csapi_fw_fw_application_notification_IpEventNotification_destroyNotification_assignmentID = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestRes_activityTestID = -1;
@@ -122,10 +138,12 @@ static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUnavail
static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUnavailableInd_reason = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_faultStatistics = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs_loop = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwUnavailableInd_reason = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestErr_activityTestID = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_faultStatisticsError = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs_loop = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appUnavailableInd_serviceID = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordReq_timePeriod = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAvailStatusInd_serviceID = -1;
@@ -133,9 +151,12 @@ static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAvailSt
static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_faultStatistics = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs_loop = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatsReqID = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics_loop = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs_loop = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordReq_faultStatsReqID = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordReq_timePeriod = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwAvailStatusInd_reason = -1;
@@ -151,23 +172,31 @@ static int hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadSt
static int hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsErr_loadStatisticsError = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_reportLoad_loadLevel = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs_loop = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_timeInterval = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes_loadStatistics = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadErr_loadStatisticsError = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs_loop = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs_loop = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs_loop = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs_loop = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_loadStatsReqID = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs_loop = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_timeInterval = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatsReqID = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatistics = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsErr_loadStatsReqID = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsErr_loadStatisticsError = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery_return = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery_return_loop = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery_systemDateAndTime = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery_return = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery_return_loop = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery_clientDateAndTime = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_activityTestReq_activityTestID = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_activityTestReq_svcID = -1;
@@ -176,6 +205,7 @@ static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTe
static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_svcUnavailableInd_serviceID = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_timePeriod = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs_loop = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestErr_activityTestID = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appUnavailableInd_serviceID = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordRes_faultStatistics = -1;
@@ -184,6 +214,7 @@ static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appAvailStatu
static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_faultStatsReqID = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_timePeriod = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs_loop = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordRes_faultStatistics = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordErr_faultStatsReqID = -1;
@@ -195,20 +226,25 @@ static int hf_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_enableApp
static int hf_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_enableAppHeartBeat_fwInterface = -1;
static int hf_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_changeInterval_interval = -1;
static int hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return = -1;
+static int hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return_loop = -1;
static int hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_describeServiceType_return = -1;
static int hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_describeServiceType_name = -1;
static int hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_return = -1;
+static int hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_return_loop = -1;
static int hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_serviceTypeName = -1;
static int hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_desiredPropertyList = -1;
static int hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_max = -1;
static int hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices_return = -1;
+static int hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices_return_loop = -1;
static int hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return = -1;
+static int hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return_loop = -1;
static int hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_serviceToken = -1;
static int hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_agreementText = -1;
static int hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_signingAlgorithm = -1;
static int hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_serviceToken = -1;
static int hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_terminationText = -1;
static int hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature = -1;
+static int hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature_loop = -1;
static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement_return = -1;
static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement_serviceToken = -1;
static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement_agreementText = -1;
@@ -216,10 +252,13 @@ static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementMa
static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_serviceToken = -1;
static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_terminationText = -1;
static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature = -1;
+static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature_loop = -1;
static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_selectService_return = -1;
+static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_selectService_return_loop = -1;
static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_selectService_serviceID = -1;
static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_initiateSignServiceAgreement_serviceToken = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_createServiceProfile_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_createServiceProfile_return_loop = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_createServiceProfile_serviceProfileDescription = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_modifyServiceProfile_serviceProfile = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deleteServiceProfile_serviceProfileID = -1;
@@ -228,19 +267,25 @@ static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpService
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deassign_sagID = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deassign_serviceProfileID = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo_return_loop = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return_loop = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_describeServiceProfile_return = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_describeServiceProfile_serviceProfileID = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return_loop = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_serviceProfileID = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_createServiceContract_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_createServiceContract_return_loop = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_createServiceContract_serviceContractDescription = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_modifyServiceContract_serviceContract = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_deleteServiceContract_serviceContractID = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_describeServiceContract_return = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_describeServiceContract_serviceContractID = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return_loop = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return_loop = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_serviceContractID = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount_enterpriseOperatorProperties = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountInfoQuery_describeEntOpAccount_return = -1;
@@ -249,42 +294,56 @@ static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientA
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteClientApp_clientAppID = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_sag = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs_loop = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_modifySAG_sag = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteSAG_sagID = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_sagID = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs_loop = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_sagID = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList_loop = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo_return_loop = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeClientApp_return = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeClientApp_clientAppID = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return_loop = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeSAG_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeSAG_return_loop = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeSAG_sagID = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return_loop = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return_loop = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_sagID = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return_loop = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_clientAppID = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_reportNotification_eventInfo = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_reportNotification_assignmentID = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_createNotification_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_createNotification_return_loop = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_createNotification_eventCriteria = -1;
static int hf_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_destroyNotification_assignmentID = -1;
static int hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return = -1;
+static int hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return_loop = -1;
static int hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_describeServiceType_return = -1;
static int hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_describeServiceType_name = -1;
static int hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_return = -1;
+static int hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_return_loop = -1;
static int hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_serviceTypeName = -1;
static int hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_desiredPropertyList = -1;
static int hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_max = -1;
static int hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices_return = -1;
+static int hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices_return_loop = -1;
static int hf_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_return = -1;
static int hf_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_application = -1;
static int hf_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceProperties = -1;
static int hf_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceInstanceID = -1;
static int hf_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_destroyServiceManager_serviceInstance = -1;
static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_return = -1;
+static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_return_loop = -1;
static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_serviceTypeName = -1;
static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_servicePropertyList = -1;
static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_announceServiceAvailability_serviceID = -1;
@@ -294,6 +353,7 @@ static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistrati
static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_describeService_serviceID = -1;
static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unannounceService_serviceID = -1;
static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_return = -1;
+static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_return_loop = -1;
static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_serviceTypeName = -1;
static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_servicePropertyList = -1;
static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_extendedServicePropertyList = -1;
@@ -336,6 +396,7 @@ static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsR
static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordErr_recordSubject = -1;
static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_timePeriod = -1;
static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs_loop = -1;
static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatsRecordReq_timePeriod = -1;
static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appAvailStatusInd_reason = -1;
static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID = -1;
@@ -357,8 +418,10 @@ static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcUnavailableI
static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestErr_activityTestID = -1;
static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_faultStatistics = -1;
static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs_loop = -1;
static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_faultStatisticsError = -1;
static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs_loop = -1;
static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordRes_faultStatistics = -1;
static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordErr_faultStatisticsError = -1;
static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcAvailStatusInd_reason = -1;
@@ -370,8 +433,10 @@ static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultSt
static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordErr_faultStatsReqID = -1;
static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordErr_faultStatisticsError = -1;
static int hf_org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery_return = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery_return_loop = -1;
static int hf_org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery_systemDateAndTime = -1;
static int hf_org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery_return = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery_return_loop = -1;
static int hf_org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery_clientDateAndTime = -1;
static int hf_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_enableHeartBeat_interval = -1;
static int hf_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_enableHeartBeat_svcInterface = -1;
@@ -380,6 +445,7 @@ static int hf_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_enableSvcHear
static int hf_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_enableSvcHeartBeat_fwInterface = -1;
static int hf_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_changeInterval_interval = -1;
static int hf_org_csapi_fw_fw_service_notification_IpFwEventNotification_createNotification_return = -1;
+static int hf_org_csapi_fw_fw_service_notification_IpFwEventNotification_createNotification_return_loop = -1;
static int hf_org_csapi_fw_fw_service_notification_IpFwEventNotification_createNotification_eventCriteria = -1;
static int hf_org_csapi_fw_fw_service_notification_IpFwEventNotification_destroyNotification_assignmentID = -1;
static int hf_org_csapi_fw_fw_service_notification_IpSvcEventNotification_reportNotification_eventInfo = -1;
@@ -408,6 +474,7 @@ static int hf_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsErr_errorIndicatio
static int hf_org_csapi_cc_gccs_IpAppCall_callEnded_callSessionID = -1;
static int hf_org_csapi_cc_gccs_IpAppCall_callEnded_report = -1;
static int hf_org_csapi_cc_gccs_IpCall_routeReq_return = -1;
+static int hf_org_csapi_cc_gccs_IpCall_routeReq_return_loop = -1;
static int hf_org_csapi_cc_gccs_IpCall_routeReq_callSessionID = -1;
static int hf_org_csapi_cc_gccs_IpCall_routeReq_responseRequested = -1;
static int hf_org_csapi_cc_gccs_IpCall_routeReq_targetAddress = -1;
@@ -443,10 +510,12 @@ static int hf_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callR
static int hf_org_csapi_cc_gccs_IpCallControlManager_createCall_return = -1;
static int hf_org_csapi_cc_gccs_IpCallControlManager_createCall_appCall = -1;
static int hf_org_csapi_cc_gccs_IpCallControlManager_enableCallNotification_return = -1;
+static int hf_org_csapi_cc_gccs_IpCallControlManager_enableCallNotification_return_loop = -1;
static int hf_org_csapi_cc_gccs_IpCallControlManager_enableCallNotification_appCallControlManager = -1;
static int hf_org_csapi_cc_gccs_IpCallControlManager_enableCallNotification_eventCriteria = -1;
static int hf_org_csapi_cc_gccs_IpCallControlManager_disableCallNotification_assignmentID = -1;
static int hf_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl_return = -1;
+static int hf_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl_return_loop = -1;
static int hf_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl_duration = -1;
static int hf_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl_mechanism = -1;
static int hf_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl_treatment = -1;
@@ -454,6 +523,7 @@ static int hf_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl_addressR
static int hf_org_csapi_cc_gccs_IpCallControlManager_changeCallNotification_assignmentID = -1;
static int hf_org_csapi_cc_gccs_IpCallControlManager_changeCallNotification_eventCriteria = -1;
static int hf_org_csapi_cc_gccs_IpCallControlManager_getCriteria_return = -1;
+static int hf_org_csapi_cc_gccs_IpCallControlManager_getCriteria_return_loop = -1;
static int hf_org_csapi_cc_mpccs_IpAppCallLeg_eventReportRes_callLegSessionID = -1;
static int hf_org_csapi_cc_mpccs_IpAppCallLeg_eventReportRes_eventInfo = -1;
static int hf_org_csapi_cc_mpccs_IpAppCallLeg_eventReportErr_callLegSessionID = -1;
@@ -480,18 +550,22 @@ static int hf_org_csapi_cc_mpccs_IpAppCallLeg_callLegEnded_cause = -1;
static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createCall_return = -1;
static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createCall_appCall = -1;
static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createNotification_return = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createNotification_return_loop = -1;
static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createNotification_appCallControlManager = -1;
static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createNotification_notificationRequest = -1;
static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_destroyNotification_assignmentID = -1;
static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_changeNotification_assignmentID = -1;
static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_changeNotification_notificationRequest = -1;
static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification_return = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification_return_loop = -1;
static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl_return = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl_return_loop = -1;
static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl_duration = -1;
static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl_mechanism = -1;
static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl_treatment = -1;
static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl_addressRange = -1;
static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_enableNotifications_return = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_enableNotifications_return_loop = -1;
static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_enableNotifications_appCallControlManager = -1;
static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNextNotification_return = -1;
static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNextNotification_reset = -1;
@@ -523,8 +597,10 @@ static int hf_org_csapi_cc_mpccs_IpCallLeg_superviseReq_time = -1;
static int hf_org_csapi_cc_mpccs_IpCallLeg_superviseReq_treatment = -1;
static int hf_org_csapi_cc_mpccs_IpCallLeg_deassign_callLegSessionID = -1;
static int hf_org_csapi_cc_mpccs_IpCallLeg_getProperties_return = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_getProperties_return_loop = -1;
static int hf_org_csapi_cc_mpccs_IpCallLeg_getProperties_callLegSessionID = -1;
static int hf_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames_loop = -1;
static int hf_org_csapi_cc_mpccs_IpCallLeg_setProperties_callLegSessionID = -1;
static int hf_org_csapi_cc_mpccs_IpCallLeg_setProperties_properties = -1;
static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoRes_callSessionID = -1;
@@ -542,6 +618,7 @@ static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_createAndRouteCallLegErr_ca
static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_createAndRouteCallLegErr_callLegReference = -1;
static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_createAndRouteCallLegErr_errorIndication = -1;
static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_return = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_return_loop = -1;
static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_callSessionID = -1;
static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_createCallLeg_return = -1;
static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_createCallLeg_callSessionID = -1;
@@ -592,6 +669,7 @@ static int hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStrea
static int hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_callLegSessionID = -1;
static int hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_mediaStreamEventCriteria = -1;
static int hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_return = -1;
+static int hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_return_loop = -1;
static int hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_callLegSessionID = -1;
static int hf_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq_callSessionID = -1;
static int hf_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq_volume = -1;
@@ -604,12 +682,14 @@ static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNo
static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_qualityOfService = -1;
static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_assignmentID = -1;
static int hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_createMediaNotification_return = -1;
+static int hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_createMediaNotification_return_loop = -1;
static int hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_createMediaNotification_appInterface = -1;
static int hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_createMediaNotification_notificationMediaRequest = -1;
static int hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_destroyMediaNotification_assignmentID = -1;
static int hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_changeMediaNotification_assignmentID = -1;
static int hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_changeMediaNotification_notificationMediaRequest = -1;
static int hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification_return = -1;
+static int hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification_return_loop = -1;
static int hf_org_csapi_cc_cccs_IpAppSubConfCall_chairSelection_subConferenceSessionID = -1;
static int hf_org_csapi_cc_cccs_IpAppSubConfCall_chairSelection_callLegSessionID = -1;
static int hf_org_csapi_cc_cccs_IpAppSubConfCall_floorRequest_subConferenceSessionID = -1;
@@ -657,6 +737,7 @@ static int hf_org_csapi_cc_cccs_IpSubConfCall_chairSelection_chairCallLeg = -1;
static int hf_org_csapi_cc_cccs_IpSubConfCall_changeConferencePolicy_subConferenceSessionID = -1;
static int hf_org_csapi_cc_cccs_IpSubConfCall_changeConferencePolicy_conferencePolicy = -1;
static int hf_org_csapi_cc_cccs_IpConfCall_getSubConferences_return = -1;
+static int hf_org_csapi_cc_cccs_IpConfCall_getSubConferences_return_loop = -1;
static int hf_org_csapi_cc_cccs_IpConfCall_getSubConferences_conferenceSessionID = -1;
static int hf_org_csapi_cc_cccs_IpConfCall_createSubConference_return = -1;
static int hf_org_csapi_cc_cccs_IpConfCall_createSubConference_conferenceSessionID = -1;
@@ -711,6 +792,7 @@ static int hf_org_csapi_ui_IpAppUIManager_reportEventNotification_eventNotificat
static int hf_org_csapi_ui_IpAppUIManager_reportEventNotification_assignmentID = -1;
static int hf_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions_userInteractionSet = -1;
static int hf_org_csapi_ui_IpUI_sendInfoReq_return = -1;
+static int hf_org_csapi_ui_IpUI_sendInfoReq_return_loop = -1;
static int hf_org_csapi_ui_IpUI_sendInfoReq_userInteractionSessionID = -1;
static int hf_org_csapi_ui_IpUI_sendInfoReq_info = -1;
static int hf_org_csapi_ui_IpUI_sendInfoReq_language = -1;
@@ -718,6 +800,7 @@ static int hf_org_csapi_ui_IpUI_sendInfoReq_variableInfo = -1;
static int hf_org_csapi_ui_IpUI_sendInfoReq_repeatIndicator = -1;
static int hf_org_csapi_ui_IpUI_sendInfoReq_responseRequested = -1;
static int hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_return = -1;
+static int hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_return_loop = -1;
static int hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_userInteractionSessionID = -1;
static int hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_info = -1;
static int hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_language = -1;
@@ -728,17 +811,21 @@ static int hf_org_csapi_ui_IpUI_release_userInteractionSessionID = -1;
static int hf_org_csapi_ui_IpUI_setOriginatingAddress_userInteractionSessionID = -1;
static int hf_org_csapi_ui_IpUI_setOriginatingAddress_origin = -1;
static int hf_org_csapi_ui_IpUI_getOriginatingAddress_return = -1;
+static int hf_org_csapi_ui_IpUI_getOriginatingAddress_return_loop = -1;
static int hf_org_csapi_ui_IpUI_getOriginatingAddress_userInteractionSessionID = -1;
static int hf_org_csapi_ui_IpUICall_recordMessageReq_return = -1;
+static int hf_org_csapi_ui_IpUICall_recordMessageReq_return_loop = -1;
static int hf_org_csapi_ui_IpUICall_recordMessageReq_userInteractionSessionID = -1;
static int hf_org_csapi_ui_IpUICall_recordMessageReq_info = -1;
static int hf_org_csapi_ui_IpUICall_recordMessageReq_criteria = -1;
static int hf_org_csapi_ui_IpUICall_deleteMessageReq_return = -1;
+static int hf_org_csapi_ui_IpUICall_deleteMessageReq_return_loop = -1;
static int hf_org_csapi_ui_IpUICall_deleteMessageReq_usrInteractionSessionID = -1;
static int hf_org_csapi_ui_IpUICall_deleteMessageReq_messageID = -1;
static int hf_org_csapi_ui_IpUICall_abortActionReq_userInteractionSessionID = -1;
static int hf_org_csapi_ui_IpUICall_abortActionReq_assignmentID = -1;
static int hf_org_csapi_ui_IpUICall_getMessageReq_return = -1;
+static int hf_org_csapi_ui_IpUICall_getMessageReq_return_loop = -1;
static int hf_org_csapi_ui_IpUICall_getMessageReq_userInteractionSessionID = -1;
static int hf_org_csapi_ui_IpUICall_getMessageReq_messageID = -1;
static int hf_org_csapi_ui_IpUIManager_createUI_return = -1;
@@ -748,13 +835,16 @@ static int hf_org_csapi_ui_IpUIManager_createUICall_return = -1;
static int hf_org_csapi_ui_IpUIManager_createUICall_appUI = -1;
static int hf_org_csapi_ui_IpUIManager_createUICall_uiTargetObject = -1;
static int hf_org_csapi_ui_IpUIManager_createNotification_return = -1;
+static int hf_org_csapi_ui_IpUIManager_createNotification_return_loop = -1;
static int hf_org_csapi_ui_IpUIManager_createNotification_appUIManager = -1;
static int hf_org_csapi_ui_IpUIManager_createNotification_eventCriteria = -1;
static int hf_org_csapi_ui_IpUIManager_destroyNotification_assignmentID = -1;
static int hf_org_csapi_ui_IpUIManager_changeNotification_assignmentID = -1;
static int hf_org_csapi_ui_IpUIManager_changeNotification_eventCriteria = -1;
static int hf_org_csapi_ui_IpUIManager_getNotification_return = -1;
+static int hf_org_csapi_ui_IpUIManager_getNotification_return_loop = -1;
static int hf_org_csapi_ui_IpUIManager_enableNotifications_return = -1;
+static int hf_org_csapi_ui_IpUIManager_enableNotifications_return_loop = -1;
static int hf_org_csapi_ui_IpUIManager_enableNotifications_appUIManager = -1;
static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageRes_usrInteractionSessionID = -1;
static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageRes_assignmentID = -1;
@@ -783,15 +873,19 @@ static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageListErr_usrInteractionS
static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageListErr_assignmentID = -1;
static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageListErr_error = -1;
static int hf_org_csapi_ui_IpUIAdminManager_getMessageReq_return = -1;
+static int hf_org_csapi_ui_IpUIAdminManager_getMessageReq_return_loop = -1;
static int hf_org_csapi_ui_IpUIAdminManager_getMessageReq_usrInteractionSessionID = -1;
static int hf_org_csapi_ui_IpUIAdminManager_getMessageReq_messageID = -1;
static int hf_org_csapi_ui_IpUIAdminManager_putMessageReq_return = -1;
+static int hf_org_csapi_ui_IpUIAdminManager_putMessageReq_return_loop = -1;
static int hf_org_csapi_ui_IpUIAdminManager_putMessageReq_usrInteractionSessionID = -1;
static int hf_org_csapi_ui_IpUIAdminManager_putMessageReq_info = -1;
static int hf_org_csapi_ui_IpUIAdminManager_deleteMessageReq_return = -1;
+static int hf_org_csapi_ui_IpUIAdminManager_deleteMessageReq_return_loop = -1;
static int hf_org_csapi_ui_IpUIAdminManager_deleteMessageReq_usrInteractionSessionID = -1;
static int hf_org_csapi_ui_IpUIAdminManager_deleteMessageReq_messageID = -1;
static int hf_org_csapi_ui_IpUIAdminManager_getMessageListReq_return = -1;
+static int hf_org_csapi_ui_IpUIAdminManager_getMessageListReq_return_loop = -1;
static int hf_org_csapi_ui_IpUIAdminManager_getMessageListReq_usrInteractionSessionID = -1;
static int hf_org_csapi_ui_IpUIAdminManager_getMessageListReq_reset = -1;
static int hf_org_csapi_mm_ul_IpAppUserLocation_locationReportRes_assignmentId = -1;
@@ -810,13 +904,16 @@ static int hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr_assign
static int hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr_cause = -1;
static int hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr_diagnostic = -1;
static int hf_org_csapi_mm_ul_IpUserLocation_locationReportReq_return = -1;
+static int hf_org_csapi_mm_ul_IpUserLocation_locationReportReq_return_loop = -1;
static int hf_org_csapi_mm_ul_IpUserLocation_locationReportReq_appLocation = -1;
static int hf_org_csapi_mm_ul_IpUserLocation_locationReportReq_users = -1;
static int hf_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_return = -1;
+static int hf_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_return_loop = -1;
static int hf_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_appLocation = -1;
static int hf_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_users = -1;
static int hf_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_request = -1;
static int hf_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_return = -1;
+static int hf_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_return_loop = -1;
static int hf_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_appLocation = -1;
static int hf_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_users = -1;
static int hf_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_request = -1;
@@ -831,6 +928,7 @@ static int hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReport
static int hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr_cause = -1;
static int hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr_diagnostic = -1;
static int hf_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_return = -1;
+static int hf_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_return_loop = -1;
static int hf_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_appLocation = -1;
static int hf_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_users = -1;
static int hf_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_request = -1;
@@ -855,14 +953,17 @@ static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr
static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr_cause = -1;
static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr_diagnostic = -1;
static int hf_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_return = -1;
+static int hf_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_return_loop = -1;
static int hf_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_appLocationCamel = -1;
static int hf_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_users = -1;
static int hf_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_return = -1;
+static int hf_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_return_loop = -1;
static int hf_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_appLocationCamel = -1;
static int hf_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_users = -1;
static int hf_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_reportingInterval = -1;
static int hf_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStop_stopRequest = -1;
static int hf_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_return = -1;
+static int hf_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_return_loop = -1;
static int hf_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_appLocationCamel = -1;
static int hf_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_users = -1;
static int hf_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_trigger = -1;
@@ -877,9 +978,11 @@ static int hf_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationRepor
static int hf_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr_cause = -1;
static int hf_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr_diagnostic = -1;
static int hf_org_csapi_mm_ule_IpUserLocationEmergency_emergencyLocationReportReq_return = -1;
+static int hf_org_csapi_mm_ule_IpUserLocationEmergency_emergencyLocationReportReq_return_loop = -1;
static int hf_org_csapi_mm_ule_IpUserLocationEmergency_emergencyLocationReportReq_appEmergencyLocation = -1;
static int hf_org_csapi_mm_ule_IpUserLocationEmergency_emergencyLocationReportReq_request = -1;
static int hf_org_csapi_mm_ule_IpUserLocationEmergency_subscribeEmergencyLocationReports_return = -1;
+static int hf_org_csapi_mm_ule_IpUserLocationEmergency_subscribeEmergencyLocationReports_return_loop = -1;
static int hf_org_csapi_mm_ule_IpUserLocationEmergency_subscribeEmergencyLocationReports_appEmergencyLocation = -1;
static int hf_org_csapi_mm_ule_IpUserLocationEmergency_unSubscribeEmergencyLocationReports_assignmentId = -1;
static int hf_org_csapi_mm_us_IpAppUserStatus_statusReportRes_assignmentId = -1;
@@ -903,22 +1006,27 @@ static int hf_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr_assign
static int hf_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr_cause = -1;
static int hf_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr_diagnostic = -1;
static int hf_org_csapi_mm_us_IpUserStatus_statusReportReq_return = -1;
+static int hf_org_csapi_mm_us_IpUserStatus_statusReportReq_return_loop = -1;
static int hf_org_csapi_mm_us_IpUserStatus_statusReportReq_appStatus = -1;
static int hf_org_csapi_mm_us_IpUserStatus_statusReportReq_users = -1;
static int hf_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_return = -1;
+static int hf_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_return_loop = -1;
static int hf_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_appStatus = -1;
static int hf_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_users = -1;
static int hf_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStop_stopRequest = -1;
static int hf_org_csapi_mm_us_IpUserStatus_getNextTriggeredStatusRequest_return = -1;
static int hf_org_csapi_mm_us_IpUserStatus_getNextTriggeredStatusRequest_reset = -1;
static int hf_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_return = -1;
+static int hf_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_return_loop = -1;
static int hf_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_appStatus = -1;
static int hf_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_users = -1;
static int hf_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_return = -1;
+static int hf_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_return_loop = -1;
static int hf_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_appStatus = -1;
static int hf_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_users = -1;
static int hf_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStop_stopRequest = -1;
static int hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return = -1;
+static int hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return_loop = -1;
static int hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_assignmentId = -1;
static int hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_address = -1;
static int hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation = -1;
@@ -926,6 +1034,7 @@ static int hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificati
static int hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr_cause = -1;
static int hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr_diagnostic = -1;
static int hf_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_return = -1;
+static int hf_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_return_loop = -1;
static int hf_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_appStatus = -1;
static int hf_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_users = -1;
static int hf_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_criteria = -1;
@@ -940,6 +1049,7 @@ static int hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTermi
static int hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_terminals = -1;
static int hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_cause = -1;
static int hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_return = -1;
+static int hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_return_loop = -1;
static int hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_appTerminalCapabilities = -1;
static int hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_terminals = -1;
static int hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_capabilityScope = -1;
@@ -967,6 +1077,7 @@ static int hf_org_csapi_dsc_IpAppDataSessionControlManager_reportNotification_as
static int hf_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet = -1;
static int hf_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet_loop = -1;
static int hf_org_csapi_dsc_IpDataSession_connectReq_return = -1;
+static int hf_org_csapi_dsc_IpDataSession_connectReq_return_loop = -1;
static int hf_org_csapi_dsc_IpDataSession_connectReq_dataSessionID = -1;
static int hf_org_csapi_dsc_IpDataSession_connectReq_responseRequested = -1;
static int hf_org_csapi_dsc_IpDataSession_connectReq_targetAddress = -1;
@@ -983,21 +1094,26 @@ static int hf_org_csapi_dsc_IpDataSession_setAdviceOfCharge_tariffSwitch = -1;
static int hf_org_csapi_dsc_IpDataSession_deassignDataSession_dataSessionID = -1;
static int hf_org_csapi_dsc_IpDataSession_continueProcessing_dataSessionID = -1;
static int hf_org_csapi_dsc_IpDataSessionControlManager_createNotification_return = -1;
+static int hf_org_csapi_dsc_IpDataSessionControlManager_createNotification_return_loop = -1;
static int hf_org_csapi_dsc_IpDataSessionControlManager_createNotification_appDataSessionControlManager = -1;
static int hf_org_csapi_dsc_IpDataSessionControlManager_createNotification_eventCriteria = -1;
static int hf_org_csapi_dsc_IpDataSessionControlManager_destroyNotification_assignmentID = -1;
static int hf_org_csapi_dsc_IpDataSessionControlManager_changeNotification_assignmentID = -1;
static int hf_org_csapi_dsc_IpDataSessionControlManager_changeNotification_eventCriteria = -1;
static int hf_org_csapi_dsc_IpDataSessionControlManager_enableNotifications_return = -1;
+static int hf_org_csapi_dsc_IpDataSessionControlManager_enableNotifications_return_loop = -1;
static int hf_org_csapi_dsc_IpDataSessionControlManager_enableNotifications_appDataSessionControlManager = -1;
static int hf_org_csapi_dsc_IpDataSessionControlManager_getNotifications_return = -1;
+static int hf_org_csapi_dsc_IpDataSessionControlManager_getNotifications_return_loop = -1;
static int hf_org_csapi_dsc_IpDataSessionControlManager_createNotifications_return = -1;
+static int hf_org_csapi_dsc_IpDataSessionControlManager_createNotifications_return_loop = -1;
static int hf_org_csapi_dsc_IpDataSessionControlManager_createNotifications_appDataSessionControlManager = -1;
static int hf_org_csapi_dsc_IpDataSessionControlManager_createNotifications_eventCriteria = -1;
static int hf_org_csapi_gms_IpMessagingManager_openMailbox_return = -1;
static int hf_org_csapi_gms_IpMessagingManager_openMailbox_mailboxID = -1;
static int hf_org_csapi_gms_IpMessagingManager_openMailbox_authenticationInfo = -1;
static int hf_org_csapi_gms_IpMessagingManager_enableMessagingNotification_return = -1;
+static int hf_org_csapi_gms_IpMessagingManager_enableMessagingNotification_return_loop = -1;
static int hf_org_csapi_gms_IpMessagingManager_enableMessagingNotification_appInterface = -1;
static int hf_org_csapi_gms_IpMessagingManager_enableMessagingNotification_eventCriteria = -1;
static int hf_org_csapi_gms_IpMessagingManager_disableMessagingNotification_assignmentID = -1;
@@ -1013,8 +1129,10 @@ static int hf_org_csapi_gms_IpMailbox_close_mailboxSessionID = -1;
static int hf_org_csapi_gms_IpMailbox_lock_mailboxSessionID = -1;
static int hf_org_csapi_gms_IpMailbox_unlock_mailboxSessionID = -1;
static int hf_org_csapi_gms_IpMailbox_getInfoAmount_return = -1;
+static int hf_org_csapi_gms_IpMailbox_getInfoAmount_return_loop = -1;
static int hf_org_csapi_gms_IpMailbox_getInfoAmount_mailboxSessionID = -1;
static int hf_org_csapi_gms_IpMailbox_getInfoProperties_return = -1;
+static int hf_org_csapi_gms_IpMailbox_getInfoProperties_return_loop = -1;
static int hf_org_csapi_gms_IpMailbox_getInfoProperties_mailboxSessionID = -1;
static int hf_org_csapi_gms_IpMailbox_getInfoProperties_firstProperty = -1;
static int hf_org_csapi_gms_IpMailbox_getInfoProperties_numberOfProperties = -1;
@@ -1029,9 +1147,11 @@ static int hf_org_csapi_gms_IpMailbox_createFolder_folderID = -1;
static int hf_org_csapi_gms_IpMailbox_remove_mailboxID = -1;
static int hf_org_csapi_gms_IpMailbox_remove_authenticationInfo = -1;
static int hf_org_csapi_gms_IpMessage_getInfoAmount_return = -1;
+static int hf_org_csapi_gms_IpMessage_getInfoAmount_return_loop = -1;
static int hf_org_csapi_gms_IpMessage_getInfoAmount_folderSessionID = -1;
static int hf_org_csapi_gms_IpMessage_getInfoAmount_messageID = -1;
static int hf_org_csapi_gms_IpMessage_getInfoProperties_return = -1;
+static int hf_org_csapi_gms_IpMessage_getInfoProperties_return_loop = -1;
static int hf_org_csapi_gms_IpMessage_getInfoProperties_folderSessionID = -1;
static int hf_org_csapi_gms_IpMessage_getInfoProperties_messageID = -1;
static int hf_org_csapi_gms_IpMessage_getInfoProperties_firstProperty = -1;
@@ -1043,11 +1163,14 @@ static int hf_org_csapi_gms_IpMessage_setInfoProperties_messageInfoProperties =
static int hf_org_csapi_gms_IpMessage_remove_folderSessionID = -1;
static int hf_org_csapi_gms_IpMessage_remove_messageID = -1;
static int hf_org_csapi_gms_IpMessage_getContent_return = -1;
+static int hf_org_csapi_gms_IpMessage_getContent_return_loop = -1;
static int hf_org_csapi_gms_IpMessage_getContent_folderSessionID = -1;
static int hf_org_csapi_gms_IpMessage_getContent_messageID = -1;
static int hf_org_csapi_gms_IpMailboxFolder_getInfoAmount_return = -1;
+static int hf_org_csapi_gms_IpMailboxFolder_getInfoAmount_return_loop = -1;
static int hf_org_csapi_gms_IpMailboxFolder_getInfoAmount_folderSessionID = -1;
static int hf_org_csapi_gms_IpMailboxFolder_getInfoProperties_return = -1;
+static int hf_org_csapi_gms_IpMailboxFolder_getInfoProperties_return_loop = -1;
static int hf_org_csapi_gms_IpMailboxFolder_getInfoProperties_folderSessionID = -1;
static int hf_org_csapi_gms_IpMailboxFolder_getInfoProperties_firstProperty = -1;
static int hf_org_csapi_gms_IpMailboxFolder_getInfoProperties_numberOfProperties = -1;
@@ -1065,13 +1188,16 @@ static int hf_org_csapi_gms_IpMailboxFolder_close_folderSessionID = -1;
static int hf_org_csapi_gms_IpMailboxFolder_remove_mailboxSessionID = -1;
static int hf_org_csapi_gms_IpMailboxFolder_remove_folderID = -1;
static int hf_org_csapi_cm_IpVPrP_getVPrPID_return = -1;
+static int hf_org_csapi_cm_IpVPrP_getVPrPID_return_loop = -1;
static int hf_org_csapi_cm_IpVPrP_getSlaID_return = -1;
+static int hf_org_csapi_cm_IpVPrP_getSlaID_return_loop = -1;
static int hf_org_csapi_cm_IpVPrP_getStatus_return = -1;
static int hf_org_csapi_cm_IpVPrP_getProvisionedQoSInfo_return = -1;
static int hf_org_csapi_cm_IpVPrP_getValidityInfo_return = -1;
static int hf_org_csapi_cm_IpVPrP_getPipeQoSInfo_return = -1;
static int hf_org_csapi_cm_IpVPrP_getDsCodepoint_return = -1;
static int hf_org_csapi_cm_IpVPrN_getVPrPList_return = -1;
+static int hf_org_csapi_cm_IpVPrN_getVPrPList_return_loop = -1;
static int hf_org_csapi_cm_IpVPrN_getVPrP_return = -1;
static int hf_org_csapi_cm_IpVPrN_getVPrP_vPrPID = -1;
static int hf_org_csapi_cm_IpVPrN_createVPrP_return = -1;
@@ -1080,10 +1206,13 @@ static int hf_org_csapi_cm_IpVPrN_deleteVPrP_vPrPID = -1;
static int hf_org_csapi_cm_IpQoSMenu_getTemplate_return = -1;
static int hf_org_csapi_cm_IpQoSMenu_getTemplate_templateType = -1;
static int hf_org_csapi_cm_IpQoSMenu_getTemplateList_return = -1;
+static int hf_org_csapi_cm_IpQoSMenu_getTemplateList_return_loop = -1;
static int hf_org_csapi_cm_IpConnectivityManager_getQoSMenu_return = -1;
static int hf_org_csapi_cm_IpConnectivityManager_getEnterpriseNetwork_return = -1;
static int hf_org_csapi_cm_IpQoSTemplate_getTemplateType_return = -1;
+static int hf_org_csapi_cm_IpQoSTemplate_getTemplateType_return_loop = -1;
static int hf_org_csapi_cm_IpQoSTemplate_getDescription_return = -1;
+static int hf_org_csapi_cm_IpQoSTemplate_getDescription_return_loop = -1;
static int hf_org_csapi_cm_IpQoSTemplate_setSlaID_slaID = -1;
static int hf_org_csapi_cm_IpQoSTemplate_getPipeQoSInfo_return = -1;
static int hf_org_csapi_cm_IpQoSTemplate_setPipeQoSInfo_pipeQoSInfo = -1;
@@ -1093,13 +1222,18 @@ static int hf_org_csapi_cm_IpQoSTemplate_setProvisionedQoSInfo_provisionedQoSInf
static int hf_org_csapi_cm_IpQoSTemplate_getProvisionedQoSInfo_return = -1;
static int hf_org_csapi_cm_IpQoSTemplate_getDsCodepoint_return = -1;
static int hf_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return = -1;
+static int hf_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return_loop = -1;
static int hf_org_csapi_cm_IpEnterpriseNetwork_getVPrN_return = -1;
static int hf_org_csapi_cm_IpEnterpriseNetwork_getSite_return = -1;
static int hf_org_csapi_cm_IpEnterpriseNetwork_getSite_siteID = -1;
static int hf_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return = -1;
+static int hf_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return_loop = -1;
static int hf_org_csapi_cm_IpEnterpriseNetworkSite_getSiteID_return = -1;
+static int hf_org_csapi_cm_IpEnterpriseNetworkSite_getSiteID_return_loop = -1;
static int hf_org_csapi_cm_IpEnterpriseNetworkSite_getSiteLocation_return = -1;
+static int hf_org_csapi_cm_IpEnterpriseNetworkSite_getSiteLocation_return_loop = -1;
static int hf_org_csapi_cm_IpEnterpriseNetworkSite_getSiteDescription_return = -1;
+static int hf_org_csapi_cm_IpEnterpriseNetworkSite_getSiteDescription_return_loop = -1;
static int hf_org_csapi_cm_IpEnterpriseNetworkSite_getIPSubnet_return = -1;
static int hf_org_csapi_cm_IpEnterpriseNetworkSite_getSAPIPSubnet_return = -1;
static int hf_org_csapi_cm_IpEnterpriseNetworkSite_getSAPIPSubnet_sapID = -1;
@@ -1140,34 +1274,45 @@ static int hf_org_csapi_am_IpAppAccountManager_queryUserVouchersRes_vouchers = -
static int hf_org_csapi_am_IpAppAccountManager_queryUserVouchersErr_queryId = -1;
static int hf_org_csapi_am_IpAppAccountManager_queryUserVouchersErr_cause = -1;
static int hf_org_csapi_am_IpAccountManager_createNotification_return = -1;
+static int hf_org_csapi_am_IpAccountManager_createNotification_return_loop = -1;
static int hf_org_csapi_am_IpAccountManager_createNotification_appAccountManager = -1;
static int hf_org_csapi_am_IpAccountManager_createNotification_chargingEventCriteria = -1;
static int hf_org_csapi_am_IpAccountManager_destroyNotification_assignmentId = -1;
static int hf_org_csapi_am_IpAccountManager_queryBalanceReq_return = -1;
+static int hf_org_csapi_am_IpAccountManager_queryBalanceReq_return_loop = -1;
static int hf_org_csapi_am_IpAccountManager_queryBalanceReq_users = -1;
static int hf_org_csapi_am_IpAccountManager_changeNotification_assignmentID = -1;
static int hf_org_csapi_am_IpAccountManager_changeNotification_eventCriteria = -1;
static int hf_org_csapi_am_IpAccountManager_getNotification_return = -1;
+static int hf_org_csapi_am_IpAccountManager_getNotification_return_loop = -1;
static int hf_org_csapi_am_IpAccountManager_retrieveTransactionHistoryReq_return = -1;
+static int hf_org_csapi_am_IpAccountManager_retrieveTransactionHistoryReq_return_loop = -1;
static int hf_org_csapi_am_IpAccountManager_retrieveTransactionHistoryReq_user = -1;
static int hf_org_csapi_am_IpAccountManager_retrieveTransactionHistoryReq_transactionInterval = -1;
static int hf_org_csapi_am_IpAccountManager_enableNotifications_return = -1;
+static int hf_org_csapi_am_IpAccountManager_enableNotifications_return_loop = -1;
static int hf_org_csapi_am_IpAccountManager_enableNotifications_appAccountManager = -1;
static int hf_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_return = -1;
+static int hf_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_return_loop = -1;
static int hf_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_users = -1;
static int hf_org_csapi_am_IpAccountManager_updateBalanceReq_return = -1;
+static int hf_org_csapi_am_IpAccountManager_updateBalanceReq_return_loop = -1;
static int hf_org_csapi_am_IpAccountManager_updateBalanceReq_user = -1;
static int hf_org_csapi_am_IpAccountManager_updateBalanceReq_debit = -1;
static int hf_org_csapi_am_IpAccountManager_updateBalanceReq_amount = -1;
static int hf_org_csapi_am_IpAccountManager_updateBalanceReq_period = -1;
static int hf_org_csapi_am_IpAccountManager_createVoucherReq_return = -1;
+static int hf_org_csapi_am_IpAccountManager_createVoucherReq_return_loop = -1;
static int hf_org_csapi_am_IpAccountManager_createVoucherReq_user = -1;
static int hf_org_csapi_am_IpAccountManager_createVoucherReq_amount = -1;
static int hf_org_csapi_am_IpAccountManager_destroyVoucherReq_return = -1;
+static int hf_org_csapi_am_IpAccountManager_destroyVoucherReq_return_loop = -1;
static int hf_org_csapi_am_IpAccountManager_destroyVoucherReq_voucherId = -1;
static int hf_org_csapi_am_IpAccountManager_queryVoucherReq_return = -1;
+static int hf_org_csapi_am_IpAccountManager_queryVoucherReq_return_loop = -1;
static int hf_org_csapi_am_IpAccountManager_queryVoucherReq_voucherId = -1;
static int hf_org_csapi_am_IpAccountManager_queryUserVouchersReq_return = -1;
+static int hf_org_csapi_am_IpAccountManager_queryUserVouchersReq_return_loop = -1;
static int hf_org_csapi_am_IpAccountManager_queryUserVouchersReq_user = -1;
static int hf_org_csapi_cs_IpAppChargingSession_creditAmountErr_sessionID = -1;
static int hf_org_csapi_cs_IpAppChargingSession_creditAmountErr_requestNumber = -1;
@@ -1310,8 +1455,10 @@ static int hf_org_csapi_cs_IpChargingSession_extendLifeTimeReq_sessionID = -1;
static int hf_org_csapi_cs_IpChargingSession_getAmountLeft_return = -1;
static int hf_org_csapi_cs_IpChargingSession_getAmountLeft_sessionID = -1;
static int hf_org_csapi_cs_IpChargingSession_getLifeTimeLeft_return = -1;
+static int hf_org_csapi_cs_IpChargingSession_getLifeTimeLeft_return_loop = -1;
static int hf_org_csapi_cs_IpChargingSession_getLifeTimeLeft_sessionID = -1;
static int hf_org_csapi_cs_IpChargingSession_getUnitLeft_return = -1;
+static int hf_org_csapi_cs_IpChargingSession_getUnitLeft_return_loop = -1;
static int hf_org_csapi_cs_IpChargingSession_getUnitLeft_sessionID = -1;
static int hf_org_csapi_cs_IpChargingSession_rateReq_sessionID = -1;
static int hf_org_csapi_cs_IpChargingSession_rateReq_chargingParameters = -1;
@@ -1350,10 +1497,12 @@ static int hf_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_output
static int hf_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr_assignmentID = -1;
static int hf_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr_error = -1;
static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_return = -1;
+static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_return_loop = -1;
static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_domainName = -1;
static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_signatureName = -1;
static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_inputVariables = -1;
static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_return = -1;
+static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_return_loop = -1;
static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_domainName = -1;
static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_signatureName = -1;
static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_inputVariables = -1;
@@ -1364,18 +1513,24 @@ static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_doma
static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_eventDefinitionName = -1;
static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_attributes = -1;
static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_return = -1;
+static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_return_loop = -1;
static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_domainName = -1;
static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_appPolicyDomain = -1;
static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events = -1;
+static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events_loop = -1;
static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_assignmentID = -1;
static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events = -1;
+static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicy_getAttribute_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicy_getAttribute_attributeName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicy_setAttribute_targetAttribute = -1;
static int hf_org_csapi_policy_provisioning_IpPolicy_getAttributes_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicy_getAttributes_return_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicy_setAttributes_targetAttributes = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyIterator_getList_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyIterator_getList_return_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyIterator_getList_startIndex = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyIterator_getList_numberRequested = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getParentRepository_return = -1;
@@ -1385,6 +1540,7 @@ static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getRepository_ret
static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getRepository_repositoryName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRepository_removeRepository_repositoryName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryCount_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryCount_return_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryIterator_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionName = -1;
@@ -1394,6 +1550,7 @@ static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getCondition_retu
static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getCondition_conditionName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRepository_removeCondition_conditionName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getConditionCount_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getConditionCount_return_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getConditionIterator_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRepository_createAction_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionName = -1;
@@ -1403,6 +1560,7 @@ static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getAction_return
static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getAction_actionName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRepository_removeAction_actionName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getActionCount_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getActionCount_return_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getActionIterator_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRule_getParentGroup_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRule_getParentDomain_return = -1;
@@ -1414,6 +1572,7 @@ static int hf_org_csapi_policy_provisioning_IpPolicyRule_getCondition_return = -
static int hf_org_csapi_policy_provisioning_IpPolicyRule_getCondition_conditionName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRule_removeCondition_conditionName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRule_getConditionCount_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRule_getConditionCount_return_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRule_getConditionIterator_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRule_createAction_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionName = -1;
@@ -1423,22 +1582,27 @@ static int hf_org_csapi_policy_provisioning_IpPolicyRule_getAction_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRule_getAction_actionName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRule_removeAction_actionName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRule_getActionCount_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRule_getActionCount_return_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRule_getActionIterator_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodConditionByName_conditionName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodCondition_conditionReference = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRule_getValidityPeriodCondition_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRule_setConditionList_conditionList = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRule_getConditionList_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRule_getConditionList_return_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRule_setActionList_actionList = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyRule_getActionList_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRule_getActionList_return_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyManager_createDomain_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyManager_createDomain_domainName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyManager_getDomain_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyManager_getDomain_domainName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyManager_removeDomain_domainName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyManager_getDomainCount_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyManager_getDomainCount_return_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyManager_getDomainIterator_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_matchingAttributes = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyManager_createRepository_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyManager_createRepository_repositoryName = -1;
@@ -1446,8 +1610,10 @@ static int hf_org_csapi_policy_provisioning_IpPolicyManager_getRepository_return
static int hf_org_csapi_policy_provisioning_IpPolicyManager_getRepository_repositoryName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyManager_removeRepository_repositoryName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryCount_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryCount_return_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryIterator_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyManager_commitTransaction_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyManager_commitTransaction_return_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyGroup_getParentDomain_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyGroup_getParentGroup_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyGroup_createGroup_return = -1;
@@ -1456,6 +1622,7 @@ static int hf_org_csapi_policy_provisioning_IpPolicyGroup_getGroup_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyGroup_getGroup_groupName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyGroup_removeGroup_groupName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyGroup_getGroupCount_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyGroup_getGroupCount_return_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyGroup_getGroupIterator_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyGroup_createRule_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyGroup_createRule_ruleName = -1;
@@ -1463,24 +1630,35 @@ static int hf_org_csapi_policy_provisioning_IpPolicyGroup_getRule_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyGroup_getRule_ruleName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyGroup_removeRule_ruleName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyGroup_getRuleCount_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyGroup_getRuleCount_return_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyGroup_getRuleIterator_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes_requiredAttributes = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes_optionalAttributes = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes_return_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes_return_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_getParentDomain_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyCondition_getParentRepository_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyCondition_getParentRule_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyAction_getParentRepository_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyAction_getParentRule_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicySignature_getParentDomain_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getParentDomain_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createDomain_return = -1;
@@ -1489,6 +1667,7 @@ static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getDomain_return = -1
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getDomain_domainName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_removeDomain_domainName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getDomainCount_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getDomainCount_return_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getDomainIterator_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createGroup_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createGroup_groupName = -1;
@@ -1496,6 +1675,7 @@ static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getGroup_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getGroup_groupName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_removeGroup_groupName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getGroupCount_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getGroupCount_return_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getGroupIterator_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createRule_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createRule_ruleName = -1;
@@ -1503,21 +1683,27 @@ static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getRule_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getRule_ruleName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_removeRule_ruleName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getRuleCount_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getRuleCount_return_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getRuleIterator_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_eventDefinitionName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinition_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinition_eventDefinitionName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_removeEventDefinition_eventDefinitionName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionCount_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionCount_return_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionIterator_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createVariableSet_variableSetName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_return_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_variableSetName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_removeVariableSet_variableSetName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetCount_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetCount_return_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetIterator_return = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createVariable_variableSetName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createVariable_variableName = -1;
@@ -1529,6 +1715,7 @@ static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableType_retur
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableType_variableSetName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableType_variableName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue_return_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue_variableSetName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue_variableName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariable_return = -1;
@@ -1542,349 +1729,528 @@ static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getSignature_return =
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getSignature_signatureName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_removeSignature_signatureName = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureCount_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureCount_return_loop = -1;
static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureIterator_return = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identity = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_identity = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_identity = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identity = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_identity = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_group = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_member = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_group = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_identity = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_identity = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_identity = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_identity = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_identity = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_alias = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_identity = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_alias = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_identity = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_alias = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identity = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identity = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_identity = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_identity = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_typeName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_identity = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_identityType = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_identity = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_identityType = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_attributes = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_agentName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_agentName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_agentName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_agentName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_agentName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_agentName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_agentName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_capability = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_agentName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_agentName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_typeName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_agentName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_agentType = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_agentName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_agentType = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_attributes = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_identity = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_agentName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_identity = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_agentName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_identity = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_agentName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_identity = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_capability = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_identity = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_identity = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_capability = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_pAttribute = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_attributeName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_return = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_attributeName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_typeName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_typeName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_typeName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_typeName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_typeName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_pAttribute = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_attributeName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_return = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_attributeName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_typeName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_typeName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_typeName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_typeName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_typeName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_pAttribute = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_attributeName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_return = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_attributeName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_capabilityName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_capabilityName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_capabilityName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_capabilityName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_capabilityName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_agentType = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_agentType = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_agentType = -1;
static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_askerData = -1;
static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_obtainInterface_return = -1;
static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_obtainInterface_interfaceName = -1;
static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_return = -1;
static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_identity = -1;
static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken_loop = -1;
static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_identity = -1;
static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_operation = -1;
static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_newAccessControl = -1;
static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken_loop = -1;
static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_identity = -1;
static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_identityType = -1;
static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_attributes = -1;
static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken_loop = -1;
static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_identity = -1;
static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_identityType = -1;
static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames = -1;
+static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames_loop = -1;
static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_expiresIn = -1;
static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken_loop = -1;
static int hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_return = -1;
+static int hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_return_loop = -1;
static int hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_identity = -1;
static int hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_identityType = -1;
static int hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames = -1;
+static int hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames_loop = -1;
static int hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken_loop = -1;
static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_agent = -1;
static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_agentType = -1;
static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_attributes = -1;
static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken_loop = -1;
static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_agent = -1;
static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_capability = -1;
static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_attributes = -1;
static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken_loop = -1;
static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_agent = -1;
static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_agentType = -1;
static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames_loop = -1;
static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_expiresIn = -1;
static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken_loop = -1;
static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_agent = -1;
static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_capability = -1;
static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames_loop = -1;
static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_expiresIn = -1;
static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken_loop = -1;
static int hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_return = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_return_loop = -1;
static int hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_agent = -1;
static int hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_agentType = -1;
static int hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames_loop = -1;
static int hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken_loop = -1;
static int hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_return = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_return_loop = -1;
static int hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_agent = -1;
static int hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_capability = -1;
static int hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames_loop = -1;
static int hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken_loop = -1;
static int hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_return = -1;
+static int hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_return_loop = -1;
static int hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_identity = -1;
static int hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_pamContext = -1;
static int hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames = -1;
+static int hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames_loop = -1;
static int hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken = -1;
+static int hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken_loop = -1;
static int hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_return = -1;
+static int hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_return_loop = -1;
static int hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_identity = -1;
static int hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_pamContext = -1;
static int hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames = -1;
+static int hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames_loop = -1;
static int hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken_loop = -1;
static int hf_org_csapi_pam_access_IpPAMAvailability_getPreference_return = -1;
static int hf_org_csapi_pam_access_IpPAMAvailability_getPreference_identity = -1;
static int hf_org_csapi_pam_access_IpPAMAvailability_getPreference_pamContext = -1;
static int hf_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken_loop = -1;
static int hf_org_csapi_pam_access_IpPAMAvailability_setPreference_identity = -1;
static int hf_org_csapi_pam_access_IpPAMAvailability_setPreference_pamContext = -1;
static int hf_org_csapi_pam_access_IpPAMAvailability_setPreference_operation = -1;
static int hf_org_csapi_pam_access_IpPAMAvailability_setPreference_newPreference = -1;
static int hf_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken_loop = -1;
static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return = -1;
+static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return_loop = -1;
static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_askerData = -1;
static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_obtainInterface_return = -1;
static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_obtainInterface_interfaceName = -1;
static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_return = -1;
static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_identity = -1;
static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken_loop = -1;
static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_identity = -1;
static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_operation = -1;
static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_newAccessControl = -1;
static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken_loop = -1;
static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_identity = -1;
static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken_loop = -1;
static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_identity = -1;
static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken_loop = -1;
static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_return = -1;
+static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_return_loop = -1;
static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_identity = -1;
static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken_loop = -1;
static int hf_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventID = -1;
static int hf_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventInfo = -1;
static int hf_org_csapi_pam_event_IpAppPAMEventHandler_eventNotifyErr_eventID = -1;
static int hf_org_csapi_pam_event_IpAppPAMEventHandler_eventNotifyErr_errorInfo = -1;
static int hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_return = -1;
+static int hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_return_loop = -1;
static int hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_clientID = -1;
static int hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken = -1;
+static int hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken_loop = -1;
static int hf_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_return = -1;
+static int hf_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_return_loop = -1;
static int hf_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_appInterface = -1;
static int hf_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken = -1;
+static int hf_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken_loop = -1;
static int hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_return = -1;
+static int hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_return_loop = -1;
static int hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_clientID = -1;
static int hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_eventList = -1;
static int hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_validFor = -1;
static int hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken = -1;
+static int hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken_loop = -1;
static int hf_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_clientID = -1;
static int hf_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken = -1;
+static int hf_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken_loop = -1;
static int hf_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_eventID = -1;
static int hf_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken = -1;
+static int hf_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken_loop = -1;
static int hf_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return = -1;
+static int hf_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return_loop = -1;
static int hf_org_csapi_pam_event_IpPAMEventManager_getAuthToken_askerData = -1;
static int hf_org_csapi_pam_event_IpPAMEventManager_obtainInterface_return = -1;
static int hf_org_csapi_pam_event_IpPAMEventManager_obtainInterface_interfaceName = -1;
static int hf_org_csapi_pam_event_IpPAMEventManager_getAccessControl_return = -1;
static int hf_org_csapi_pam_event_IpPAMEventManager_getAccessControl_identity = -1;
static int hf_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken = -1;
+static int hf_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken_loop = -1;
static int hf_org_csapi_pam_event_IpPAMEventManager_setAccessControl_identity = -1;
static int hf_org_csapi_pam_event_IpPAMEventManager_setAccessControl_operation = -1;
static int hf_org_csapi_pam_event_IpPAMEventManager_setAccessControl_newAccessControl = -1;
static int hf_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken = -1;
+static int hf_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken_loop = -1;
static int hf_org_csapi_pam_event_IpPAMEventManager_activateService_identity = -1;
static int hf_org_csapi_pam_event_IpPAMEventManager_activateService_authToken = -1;
+static int hf_org_csapi_pam_event_IpPAMEventManager_activateService_authToken_loop = -1;
static int hf_org_csapi_pam_event_IpPAMEventManager_deactivateService_identity = -1;
static int hf_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken = -1;
+static int hf_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken_loop = -1;
static int hf_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_return = -1;
+static int hf_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_return_loop = -1;
static int hf_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_identity = -1;
static int hf_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken = -1;
+static int hf_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken_loop = -1;
static int hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_mailboxTerminated_mailboxIdentifier = -1;
static int hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_return = -1;
static int hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_assignmentID = -1;
@@ -1901,6 +2267,7 @@ static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_openMultiMediaMessaging
static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_openMultiMediaMessaging_defaultSourceAddress = -1;
static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_openMultiMediaMessaging_appMultiMediaMessaging = -1;
static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_return = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_return_loop = -1;
static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_appMultiMediaMessagingManager = -1;
static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_eventCriteria = -1;
static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_destroyNotification_assignmentID = -1;
@@ -1909,6 +2276,7 @@ static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_even
static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_getNextNotification_return = -1;
static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_getNextNotification_reset = -1;
static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_enableNotifications_return = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_enableNotifications_return_loop = -1;
static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_enableNotifications_appMultiMediaMessagingManager = -1;
static int hf_org_csapi_mmm_IpAppMailbox_createFolderRes_mailboxSessionID = -1;
static int hf_org_csapi_mmm_IpAppMailbox_createFolderRes_requestID = -1;
@@ -1921,6 +2289,7 @@ static int hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_mailboxSessionID = -1;
static int hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_requestID = -1;
static int hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderID = -1;
static int hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames_loop = -1;
static int hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_mailboxSessionID = -1;
static int hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_requestID = -1;
static int hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_folderID = -1;
@@ -2004,6 +2373,7 @@ static int hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_requestID = -1;
static int hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_contentType = -1;
static int hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_contentTransferEncoding = -1;
static int hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content_loop = -1;
static int hf_org_csapi_mmm_IpAppMailbox_getMessageContentErr_mailboxSessionID = -1;
static int hf_org_csapi_mmm_IpAppMailbox_getMessageContentErr_requestID = -1;
static int hf_org_csapi_mmm_IpAppMailbox_getMessageContentErr_error = -1;
@@ -2011,6 +2381,7 @@ static int hf_org_csapi_mmm_IpAppMailbox_getMessageContentErr_errorDetails = -1;
static int hf_org_csapi_mmm_IpAppMailbox_getFullMessageRes_mailboxSessionID = -1;
static int hf_org_csapi_mmm_IpAppMailbox_getFullMessageRes_requestID = -1;
static int hf_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message_loop = -1;
static int hf_org_csapi_mmm_IpAppMailbox_getFullMessageErr_mailboxSessionID = -1;
static int hf_org_csapi_mmm_IpAppMailbox_getFullMessageErr_requestID = -1;
static int hf_org_csapi_mmm_IpAppMailbox_getFullMessageErr_error = -1;
@@ -2048,76 +2419,97 @@ static int hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr_error = -1;
static int hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr_errorDetails = -1;
static int hf_org_csapi_mmm_IpMailbox_close_mailboxSessionID = -1;
static int hf_org_csapi_mmm_IpMailbox_createFolderReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_createFolderReq_return_loop = -1;
static int hf_org_csapi_mmm_IpMailbox_createFolderReq_mailboxSessionID = -1;
static int hf_org_csapi_mmm_IpMailbox_createFolderReq_folderID = -1;
static int hf_org_csapi_mmm_IpMailbox_getFoldersReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_getFoldersReq_return_loop = -1;
static int hf_org_csapi_mmm_IpMailbox_getFoldersReq_mailboxSessionID = -1;
static int hf_org_csapi_mmm_IpMailbox_getFoldersReq_folderID = -1;
static int hf_org_csapi_mmm_IpMailbox_deleteFolderReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_deleteFolderReq_return_loop = -1;
static int hf_org_csapi_mmm_IpMailbox_deleteFolderReq_mailboxSessionID = -1;
static int hf_org_csapi_mmm_IpMailbox_deleteFolderReq_folderID = -1;
static int hf_org_csapi_mmm_IpMailbox_copyFolderReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_copyFolderReq_return_loop = -1;
static int hf_org_csapi_mmm_IpMailbox_copyFolderReq_mailboxSessionID = -1;
static int hf_org_csapi_mmm_IpMailbox_copyFolderReq_sourceFolderID = -1;
static int hf_org_csapi_mmm_IpMailbox_copyFolderReq_destinationFolderID = -1;
static int hf_org_csapi_mmm_IpMailbox_moveFolderReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_moveFolderReq_return_loop = -1;
static int hf_org_csapi_mmm_IpMailbox_moveFolderReq_mailboxSessionID = -1;
static int hf_org_csapi_mmm_IpMailbox_moveFolderReq_sourceFolderID = -1;
static int hf_org_csapi_mmm_IpMailbox_moveFolderReq_destinationFolderID = -1;
static int hf_org_csapi_mmm_IpMailbox_putMessageReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_putMessageReq_return_loop = -1;
static int hf_org_csapi_mmm_IpMailbox_putMessageReq_mailboxSessionID = -1;
static int hf_org_csapi_mmm_IpMailbox_putMessageReq_folderID = -1;
static int hf_org_csapi_mmm_IpMailbox_putMessageReq_message = -1;
+static int hf_org_csapi_mmm_IpMailbox_putMessageReq_message_loop = -1;
static int hf_org_csapi_mmm_IpMailbox_copyMessageReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_copyMessageReq_return_loop = -1;
static int hf_org_csapi_mmm_IpMailbox_copyMessageReq_mailboxSessionID = -1;
static int hf_org_csapi_mmm_IpMailbox_copyMessageReq_fromFolderID = -1;
static int hf_org_csapi_mmm_IpMailbox_copyMessageReq_toFolderID = -1;
static int hf_org_csapi_mmm_IpMailbox_copyMessageReq_messageID = -1;
static int hf_org_csapi_mmm_IpMailbox_moveMessageReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_moveMessageReq_return_loop = -1;
static int hf_org_csapi_mmm_IpMailbox_moveMessageReq_mailboxSessionID = -1;
static int hf_org_csapi_mmm_IpMailbox_moveMessageReq_fromFolderID = -1;
static int hf_org_csapi_mmm_IpMailbox_moveMessageReq_toFolderID = -1;
static int hf_org_csapi_mmm_IpMailbox_moveMessageReq_messageID = -1;
static int hf_org_csapi_mmm_IpMailbox_deleteMessageReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_deleteMessageReq_return_loop = -1;
static int hf_org_csapi_mmm_IpMailbox_deleteMessageReq_mailboxSessionID = -1;
static int hf_org_csapi_mmm_IpMailbox_deleteMessageReq_fromFolderID = -1;
static int hf_org_csapi_mmm_IpMailbox_deleteMessageReq_messageID = -1;
static int hf_org_csapi_mmm_IpMailbox_listMessagesReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_listMessagesReq_return_loop = -1;
static int hf_org_csapi_mmm_IpMailbox_listMessagesReq_mailboxSessionID = -1;
static int hf_org_csapi_mmm_IpMailbox_listMessagesReq_folderID = -1;
static int hf_org_csapi_mmm_IpMailbox_listMessagesReq_criteria = -1;
static int hf_org_csapi_mmm_IpMailbox_listMessagesReq_reset = -1;
static int hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_return_loop = -1;
static int hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_mailboxSessionID = -1;
static int hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_folderID = -1;
static int hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_messageID = -1;
static int hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_maxNestingLevel = -1;
static int hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_return_loop = -1;
static int hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_mailboxSessionID = -1;
static int hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_folderID = -1;
static int hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_messageID = -1;
static int hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs = -1;
+static int hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs_loop = -1;
static int hf_org_csapi_mmm_IpMailbox_getMessageHeadersReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_getMessageHeadersReq_return_loop = -1;
static int hf_org_csapi_mmm_IpMailbox_getMessageHeadersReq_mailboxSessionID = -1;
static int hf_org_csapi_mmm_IpMailbox_getMessageHeadersReq_folderID = -1;
static int hf_org_csapi_mmm_IpMailbox_getMessageHeadersReq_messageID = -1;
static int hf_org_csapi_mmm_IpMailbox_getMessageContentReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_getMessageContentReq_return_loop = -1;
static int hf_org_csapi_mmm_IpMailbox_getMessageContentReq_mailboxSessionID = -1;
static int hf_org_csapi_mmm_IpMailbox_getMessageContentReq_folderID = -1;
static int hf_org_csapi_mmm_IpMailbox_getMessageContentReq_messageID = -1;
static int hf_org_csapi_mmm_IpMailbox_getFullMessageReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_getFullMessageReq_return_loop = -1;
static int hf_org_csapi_mmm_IpMailbox_getFullMessageReq_mailboxSessionID = -1;
static int hf_org_csapi_mmm_IpMailbox_getFullMessageReq_folderID = -1;
static int hf_org_csapi_mmm_IpMailbox_getFullMessageReq_messageID = -1;
static int hf_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq_return_loop = -1;
static int hf_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq_mailboxSessionID = -1;
static int hf_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq_return_loop = -1;
static int hf_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq_mailboxSessionID = -1;
static int hf_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq_folderID = -1;
static int hf_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq_return_loop = -1;
static int hf_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq_mailboxSessionID = -1;
static int hf_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq_messageID = -1;
static int hf_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_return_loop = -1;
static int hf_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_mailboxSessionID = -1;
static int hf_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_messageID = -1;
static int hf_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_properties = -1;
@@ -2147,14 +2539,17 @@ static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_deliver
static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_deliveryReportInfo = -1;
static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_sessionID = -1;
static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message_loop = -1;
static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_headers = -1;
static int hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_return = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_return_loop = -1;
static int hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_sessionID = -1;
static int hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_sourceAddress = -1;
static int hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_destinationAddressList = -1;
static int hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_deliveryType = -1;
static int hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_messageTreatment = -1;
static int hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message_loop = -1;
static int hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_additionalHeaders = -1;
static int hf_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq_sessionID = -1;
static int hf_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq_assignmentID = -1;
@@ -2217,6 +2612,7 @@ static int hf_org_csapi_fw_TpSag_SagID = -1;
static int hf_org_csapi_fw_TpSag_SagDescription = -1;
static int hf_org_csapi_fw_TpServiceProperty_ServicePropertyName = -1;
static int hf_org_csapi_fw_TpServiceProperty_ServicePropertyValueList = -1;
+static int hf_org_csapi_fw_TpServiceProperty_ServicePropertyValueList_loop = -1;
static int hf_org_csapi_fw_TpServiceDescription_ServiceTypeName = -1;
static int hf_org_csapi_fw_TpServiceDescription_ServicePropertyList = -1;
static int hf_org_csapi_fw_TpService_ServiceID = -1;
@@ -2233,8 +2629,10 @@ static int hf_org_csapi_fw_TpServiceTypeProperty_ServiceTypePropertyMode = -1;
static int hf_org_csapi_fw_TpServiceTypeProperty_ServicePropertyTypeName = -1;
static int hf_org_csapi_fw_TpServiceTypeDescription_ServiceTypePropertyList = -1;
static int hf_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList = -1;
+static int hf_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList_loop = -1;
static int hf_org_csapi_fw_TpServiceTypeDescription_AvailableOrUnavailable = -1;
static int hf_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature = -1;
+static int hf_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature_loop = -1;
static int hf_org_csapi_fw_TpSignatureAndServiceMgr_ServiceMgrInterface = -1;
static int hf_org_csapi_fw_TpPerson_PersonName = -1;
static int hf_org_csapi_fw_TpPerson_PostalAddress = -1;
@@ -2272,6 +2670,7 @@ static int hf_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyName = -1;
static int hf_org_csapi_fw_TpServiceTypePropertyValue_ServiceTypePropertyMode = -1;
static int hf_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyTypeName = -1;
static int hf_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList = -1;
+static int hf_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList_loop = -1;
static int hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_ServiceType = -1;
static int hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_ServiceID = -1;
static int hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_CompatibleServiceID = -1;
@@ -2302,6 +2701,7 @@ static int hf_org_csapi_ui_TpUIEventNotificationInfo_DestinationAddress = -1;
static int hf_org_csapi_ui_TpUIEventNotificationInfo_ServiceCode = -1;
static int hf_org_csapi_ui_TpUIEventNotificationInfo_DataTypeIndication = -1;
static int hf_org_csapi_ui_TpUIEventNotificationInfo_UIEventData = -1;
+static int hf_org_csapi_ui_TpUIEventNotificationInfo_UIEventData_loop = -1;
static int hf_org_csapi_ui_TpUIRecognitionProperty_PropertyName = -1;
static int hf_org_csapi_ui_TpUIRecognitionProperty_PropertyValue = -1;
static int hf_org_csapi_ui_TpUIRecognitionCriteria_SpeakerID = -1;
@@ -2341,8 +2741,10 @@ static int hf_org_csapi_cc_TpCallTreatment_ReleaseCause = -1;
static int hf_org_csapi_cc_TpCallTreatment_AdditionalTreatmentInfo = -1;
static int hf_org_csapi_cc_TpCallChargePlan_ChargeOrderType = -1;
static int hf_org_csapi_cc_TpCallChargePlan_TransparentCharge = -1;
+static int hf_org_csapi_cc_TpCallChargePlan_TransparentCharge_loop = -1;
static int hf_org_csapi_cc_TpCallChargePlan_ChargePlan = -1;
static int hf_org_csapi_cc_TpCallChargePlan_AdditionalInfo = -1;
+static int hf_org_csapi_cc_TpCallChargePlan_AdditionalInfo_loop = -1;
static int hf_org_csapi_cc_TpCallChargePlan_PartyToCharge = -1;
static int hf_org_csapi_cc_TpCallChargePlan_PartyToChargeAdditionalInfo = -1;
static int hf_org_csapi_cc_gccs_TpCallEventCriteria_DestinationAddress = -1;
@@ -2401,6 +2803,7 @@ static int hf_org_csapi_cc_TpCallEventInfo_CallEventTime = -1;
static int hf_org_csapi_cc_TpNotificationRequestedSetEntry_NotificationRequestSet = -1;
static int hf_org_csapi_cc_TpNotificationRequestedSetEntry_Final = -1;
static int hf_org_csapi_cc_TpCarrier_CarrierID = -1;
+static int hf_org_csapi_cc_TpCarrier_CarrierID_loop = -1;
static int hf_org_csapi_cc_TpCarrier_CarrierSelectionField = -1;
static int hf_org_csapi_cc_TpCallNotificationInfo_CallNotificationReportScope = -1;
static int hf_org_csapi_cc_TpCallNotificationInfo_CallAppInfo = -1;
@@ -2736,6 +3139,7 @@ static int hf_org_csapi_am_TpTransactionHistory_TransactionID = -1;
static int hf_org_csapi_am_TpTransactionHistory_TimeStamp = -1;
static int hf_org_csapi_am_TpTransactionHistory_AdditionalInfo = -1;
static int hf_org_csapi_am_TpChargingEventCriteria_ChargingEvents = -1;
+static int hf_org_csapi_am_TpChargingEventCriteria_ChargingEvents_loop = -1;
static int hf_org_csapi_am_TpChargingEventCriteria_Users = -1;
static int hf_org_csapi_am_TpChargingEventCriteriaResult_ChargingEventCriteria = -1;
static int hf_org_csapi_am_TpChargingEventCriteriaResult_AssignmentID = -1;
@@ -2772,6 +3176,7 @@ static int hf_org_csapi_policy_TpPolicyEvent_EventDomainName = -1;
static int hf_org_csapi_policy_TpPolicyNameValue_Name = -1;
static int hf_org_csapi_policy_TpPolicyNameValue_Value = -1;
static int hf_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names = -1;
+static int hf_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names_loop = -1;
static int hf_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Types = -1;
static int hf_org_csapi_policy_TpPolicyType_TpPolicyListType_ElementType = -1;
static int hf_org_csapi_policy_TpPolicyVar_VarName = -1;
@@ -2806,72 +3211,118 @@ static int hf_org_csapi_pam_TpPAMContext_ContextData = -1;
static int hf_org_csapi_pam_TpPAMContext_AskerData = -1;
static int hf_org_csapi_pam_TpPAMAccessControlData_DefaultPolicy = -1;
static int hf_org_csapi_pam_TpPAMAccessControlData_AllowList = -1;
+static int hf_org_csapi_pam_TpPAMAccessControlData_AllowList_loop = -1;
static int hf_org_csapi_pam_TpPAMAccessControlData_DenyList = -1;
+static int hf_org_csapi_pam_TpPAMAccessControlData_DenyList_loop = -1;
static int hf_org_csapi_pam_TpPAMICEventData_IdentityType = -1;
+static int hf_org_csapi_pam_TpPAMICEventData_IdentityType_loop = -1;
static int hf_org_csapi_pam_TpPAMICNotificationData_Identities = -1;
+static int hf_org_csapi_pam_TpPAMICNotificationData_Identities_loop = -1;
static int hf_org_csapi_pam_TpPAMIDEventData_IdentityName = -1;
+static int hf_org_csapi_pam_TpPAMIDEventData_IdentityName_loop = -1;
static int hf_org_csapi_pam_TpPAMIDEventData_IdentityType = -1;
+static int hf_org_csapi_pam_TpPAMIDEventData_IdentityType_loop = -1;
static int hf_org_csapi_pam_TpPAMIDNotificationData_Identities = -1;
+static int hf_org_csapi_pam_TpPAMIDNotificationData_Identities_loop = -1;
static int hf_org_csapi_pam_TpPAMGMCEventData_GroupName = -1;
+static int hf_org_csapi_pam_TpPAMGMCEventData_GroupName_loop = -1;
static int hf_org_csapi_pam_TpPAMGMCEventData_GroupType = -1;
+static int hf_org_csapi_pam_TpPAMGMCEventData_GroupType_loop = -1;
static int hf_org_csapi_pam_TpPAMGMCNotificationData_Groups = -1;
+static int hf_org_csapi_pam_TpPAMGMCNotificationData_Groups_loop = -1;
static int hf_org_csapi_pam_TpPAMACEventData_AgentType = -1;
+static int hf_org_csapi_pam_TpPAMACEventData_AgentType_loop = -1;
static int hf_org_csapi_pam_TpPAMACNotificationData_Agents = -1;
+static int hf_org_csapi_pam_TpPAMACNotificationData_Agents_loop = -1;
static int hf_org_csapi_pam_TpPAMADEventData_AgentName = -1;
+static int hf_org_csapi_pam_TpPAMADEventData_AgentName_loop = -1;
static int hf_org_csapi_pam_TpPAMADEventData_AgentType = -1;
+static int hf_org_csapi_pam_TpPAMADEventData_AgentType_loop = -1;
static int hf_org_csapi_pam_TpPAMADNotificationData_Agents = -1;
+static int hf_org_csapi_pam_TpPAMADNotificationData_Agents_loop = -1;
static int hf_org_csapi_pam_TpPAMAAEventData_IdentityName = -1;
+static int hf_org_csapi_pam_TpPAMAAEventData_IdentityName_loop = -1;
static int hf_org_csapi_pam_TpPAMAAEventData_IdentityType = -1;
+static int hf_org_csapi_pam_TpPAMAAEventData_IdentityType_loop = -1;
static int hf_org_csapi_pam_TpPAMAAEventData_AgentName = -1;
+static int hf_org_csapi_pam_TpPAMAAEventData_AgentName_loop = -1;
static int hf_org_csapi_pam_TpPAMAAEventData_AgentType = -1;
+static int hf_org_csapi_pam_TpPAMAAEventData_AgentType_loop = -1;
static int hf_org_csapi_pam_TpPAMAANotificationData_Identity = -1;
static int hf_org_csapi_pam_TpPAMAANotificationData_Agent = -1;
static int hf_org_csapi_pam_TpPAMAUEventData_IdentityName = -1;
+static int hf_org_csapi_pam_TpPAMAUEventData_IdentityName_loop = -1;
static int hf_org_csapi_pam_TpPAMAUEventData_IdentityType = -1;
+static int hf_org_csapi_pam_TpPAMAUEventData_IdentityType_loop = -1;
static int hf_org_csapi_pam_TpPAMAUEventData_AgentName = -1;
+static int hf_org_csapi_pam_TpPAMAUEventData_AgentName_loop = -1;
static int hf_org_csapi_pam_TpPAMAUEventData_AgentType = -1;
+static int hf_org_csapi_pam_TpPAMAUEventData_AgentType_loop = -1;
static int hf_org_csapi_pam_TpPAMAUNotificationData_Identity = -1;
static int hf_org_csapi_pam_TpPAMAUNotificationData_Agent = -1;
static int hf_org_csapi_pam_TpPAMCCEventData_IdentityName = -1;
+static int hf_org_csapi_pam_TpPAMCCEventData_IdentityName_loop = -1;
static int hf_org_csapi_pam_TpPAMCCEventData_IdentityType = -1;
+static int hf_org_csapi_pam_TpPAMCCEventData_IdentityType_loop = -1;
static int hf_org_csapi_pam_TpPAMCCEventData_Capabilities = -1;
+static int hf_org_csapi_pam_TpPAMCCEventData_Capabilities_loop = -1;
static int hf_org_csapi_pam_TpPAMCCNotificationData_Identity = -1;
static int hf_org_csapi_pam_TpPAMCCNotificationData_Capabilities = -1;
+static int hf_org_csapi_pam_TpPAMCCNotificationData_Capabilities_loop = -1;
static int hf_org_csapi_pam_TpPAMACPSEventData_AgentName = -1;
+static int hf_org_csapi_pam_TpPAMACPSEventData_AgentName_loop = -1;
static int hf_org_csapi_pam_TpPAMACPSEventData_AgentType = -1;
+static int hf_org_csapi_pam_TpPAMACPSEventData_AgentType_loop = -1;
static int hf_org_csapi_pam_TpPAMACPSEventData_Capabilities = -1;
+static int hf_org_csapi_pam_TpPAMACPSEventData_Capabilities_loop = -1;
static int hf_org_csapi_pam_TpPAMACPSEventData_AttributeNames = -1;
+static int hf_org_csapi_pam_TpPAMACPSEventData_AttributeNames_loop = -1;
static int hf_org_csapi_pam_TpPAMACPSEventData_ReportingPeriod = -1;
static int hf_org_csapi_pam_TpPAMACPSNotificationData_Agent = -1;
static int hf_org_csapi_pam_TpPAMACPSNotificationData_Capability = -1;
static int hf_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames = -1;
+static int hf_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames_loop = -1;
static int hf_org_csapi_pam_TpPAMAPSEventData_AgentName = -1;
+static int hf_org_csapi_pam_TpPAMAPSEventData_AgentName_loop = -1;
static int hf_org_csapi_pam_TpPAMAPSEventData_AgentType = -1;
+static int hf_org_csapi_pam_TpPAMAPSEventData_AgentType_loop = -1;
static int hf_org_csapi_pam_TpPAMAPSEventData_AttributeNames = -1;
+static int hf_org_csapi_pam_TpPAMAPSEventData_AttributeNames_loop = -1;
static int hf_org_csapi_pam_TpPAMAPSEventData_ReportingPeriod = -1;
static int hf_org_csapi_pam_TpPAMAPSNotificationData_Agent = -1;
static int hf_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames = -1;
+static int hf_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames_loop = -1;
static int hf_org_csapi_pam_TpPAMIPSEventData_IdentityName = -1;
+static int hf_org_csapi_pam_TpPAMIPSEventData_IdentityName_loop = -1;
static int hf_org_csapi_pam_TpPAMIPSEventData_IdentityType = -1;
+static int hf_org_csapi_pam_TpPAMIPSEventData_IdentityType_loop = -1;
static int hf_org_csapi_pam_TpPAMIPSEventData_AttributeNames = -1;
+static int hf_org_csapi_pam_TpPAMIPSEventData_AttributeNames_loop = -1;
static int hf_org_csapi_pam_TpPAMIPSEventData_ReportingPeriod = -1;
static int hf_org_csapi_pam_TpPAMIPSNotificationData_Identity = -1;
static int hf_org_csapi_pam_TpPAMIPSNotificationData_Attributes = -1;
static int hf_org_csapi_pam_TpPAMAVCEventData_IdentityName = -1;
+static int hf_org_csapi_pam_TpPAMAVCEventData_IdentityName_loop = -1;
static int hf_org_csapi_pam_TpPAMAVCEventData_IdentityType = -1;
+static int hf_org_csapi_pam_TpPAMAVCEventData_IdentityType_loop = -1;
static int hf_org_csapi_pam_TpPAMAVCEventData_PAMContext = -1;
static int hf_org_csapi_pam_TpPAMAVCEventData_AttributeNames = -1;
+static int hf_org_csapi_pam_TpPAMAVCEventData_AttributeNames_loop = -1;
static int hf_org_csapi_pam_TpPAMAVCEventData_ReportingPeriod = -1;
static int hf_org_csapi_pam_TpPAMAVCNotificationData_Identity = -1;
static int hf_org_csapi_pam_TpPAMAVCNotificationData_Availability = -1;
static int hf_org_csapi_pam_TpPAMWCEventData_Events = -1;
+static int hf_org_csapi_pam_TpPAMWCEventData_Events_loop = -1;
static int hf_org_csapi_pam_TpPAMWCEventData_IdentityName = -1;
+static int hf_org_csapi_pam_TpPAMWCEventData_IdentityName_loop = -1;
static int hf_org_csapi_pam_TpPAMWCEventData_IdentityType = -1;
+static int hf_org_csapi_pam_TpPAMWCEventData_IdentityType_loop = -1;
static int hf_org_csapi_pam_TpPAMWCEventData_ReportingPeriod = -1;
static int hf_org_csapi_pam_TpPAMWCNotificationData_Event = -1;
static int hf_org_csapi_pam_TpPAMWCNotificationData_ChangeType = -1;
static int hf_org_csapi_pam_TpPAMWCNotificationData_Identity = -1;
static int hf_org_csapi_pam_TpPAMWCNotificationData_Watchers = -1;
+static int hf_org_csapi_pam_TpPAMWCNotificationData_Watchers_loop = -1;
static int hf_org_csapi_pam_TpPAMErrorInfo_Cause = -1;
static int hf_org_csapi_pam_TpPAMErrorInfo_ErrorData = -1;
static int hf_org_csapi_mmm_TpMailboxIdentifier_Mailbox = -1;
@@ -2896,6 +3347,7 @@ static int hf_org_csapi_mmm_TpBodyPartDescription_PartID = -1;
static int hf_org_csapi_mmm_TpBodyPartDescription_NestingLevel = -1;
static int hf_org_csapi_mmm_TpBodyPart_BodyPartHeader = -1;
static int hf_org_csapi_mmm_TpBodyPart_BodyPartContent = -1;
+static int hf_org_csapi_mmm_TpBodyPart_BodyPartContent_loop = -1;
static int hf_org_csapi_mmm_TpGenericHeaderField_FieldName = -1;
static int hf_org_csapi_mmm_TpGenericHeaderField_FieldValue = -1;
static int hf_org_csapi_mmm_TpMessageInfoPropertyError_MessagePropertyName = -1;
@@ -2921,6 +3373,7 @@ static int hf_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_Final = -1;
static int hf_org_csapi_mmm_TpNewMessageArrivedInfo_SourceAddress = -1;
static int hf_org_csapi_mmm_TpNewMessageArrivedInfo_DestinationAddressSet = -1;
static int hf_org_csapi_mmm_TpNewMessageArrivedInfo_Message = -1;
+static int hf_org_csapi_mmm_TpNewMessageArrivedInfo_Message_loop = -1;
static int hf_org_csapi_mmm_TpNewMessageArrivedInfo_Headers = -1;
static int hf_org_csapi_mmm_TpNewMessageArrivedInfo_MultiMediaMessagingIdentifier = -1;
/* User exception filters */
@@ -3105,12 +3558,19 @@ static int hf_org_csapi_TpAttributeValue_XMLValue = -1;
static int hf_org_csapi_fw_TpFwEventCriteria_TpFwEventCriteria = -1;
static int hf_org_csapi_fw_TpFwEventCriteria_EventNameUndefined = -1;
static int hf_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList = -1;
+static int hf_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList_loop = -1;
static int hf_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList = -1;
+static int hf_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList_loop = -1;
static int hf_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList = -1;
+static int hf_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList_loop = -1;
static int hf_org_csapi_fw_TpFwEventCriteria_SessionCreatedList = -1;
+static int hf_org_csapi_fw_TpFwEventCriteria_SessionCreatedList_loop = -1;
static int hf_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList = -1;
+static int hf_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList_loop = -1;
static int hf_org_csapi_fw_TpFwEventCriteria_AgreementSignedList = -1;
+static int hf_org_csapi_fw_TpFwEventCriteria_AgreementSignedList_loop = -1;
static int hf_org_csapi_fw_TpFwEventCriteria_AgreementEndedList = -1;
+static int hf_org_csapi_fw_TpFwEventCriteria_AgreementEndedList_loop = -1;
static int hf_org_csapi_fw_TpLoadStatisticEntityID_TpLoadStatisticEntityID = -1;
static int hf_org_csapi_fw_TpLoadStatisticEntityID_FrameworkID = -1;
static int hf_org_csapi_fw_TpLoadStatisticEntityID_ServiceID = -1;
@@ -3129,7 +3589,9 @@ static int hf_org_csapi_fw_TpMigrationAdditionalInfo_Dummy = -1;
static int hf_org_csapi_fw_TpFwEventInfo_TpFwEventInfo = -1;
static int hf_org_csapi_fw_TpFwEventInfo_EventNameUndefined = -1;
static int hf_org_csapi_fw_TpFwEventInfo_ServiceIDList = -1;
+static int hf_org_csapi_fw_TpFwEventInfo_ServiceIDList_loop = -1;
static int hf_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList = -1;
+static int hf_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList_loop = -1;
static int hf_org_csapi_fw_TpFwEventInfo_MigrationServiceAvailable = -1;
static int hf_org_csapi_fw_TpFwEventInfo_AppSessionCreated = -1;
static int hf_org_csapi_fw_TpFwEventInfo_AppSessionTerminated = -1;
@@ -3146,10 +3608,14 @@ static int hf_org_csapi_ui_TpUIInfo_InfoID = -1;
static int hf_org_csapi_ui_TpUIInfo_InfoData = -1;
static int hf_org_csapi_ui_TpUIInfo_InfoAddress = -1;
static int hf_org_csapi_ui_TpUIInfo_InfoBinData = -1;
+static int hf_org_csapi_ui_TpUIInfo_InfoBinData_loop = -1;
static int hf_org_csapi_ui_TpUIInfo_InfoUUEncData = -1;
static int hf_org_csapi_ui_TpUIInfo_InfoMimeData = -1;
+static int hf_org_csapi_ui_TpUIInfo_InfoMimeData_loop = -1;
static int hf_org_csapi_ui_TpUIInfo_InfoWaveData = -1;
+static int hf_org_csapi_ui_TpUIInfo_InfoWaveData_loop = -1;
static int hf_org_csapi_ui_TpUIInfo_InfoAuData = -1;
+static int hf_org_csapi_ui_TpUIInfo_InfoAuData_loop = -1;
static int hf_org_csapi_ui_TpUIInfo_InfoVXMLData = -1;
static int hf_org_csapi_ui_TpUIInfo_InfoSynthData = -1;
static int hf_org_csapi_cc_TpCallAdditionalErrorInfo_TpCallAdditionalErrorInfo = -1;
@@ -3199,7 +3665,9 @@ static int hf_org_csapi_cc_TpAdditionalCallEventCriteria_TpAdditionalCallEventCr
static int hf_org_csapi_cc_TpAdditionalCallEventCriteria_MinAddressLength = -1;
static int hf_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingServiceCode = -1;
static int hf_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet = -1;
+static int hf_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet_loop = -1;
static int hf_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet = -1;
+static int hf_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet_loop = -1;
static int hf_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingServiceCode = -1;
static int hf_org_csapi_cc_TpAdditionalCallEventCriteria_Dummy = -1;
static int hf_org_csapi_cc_TpCallAppInfo_TpCallAppInfo = -1;
@@ -3294,6 +3762,7 @@ static int hf_org_csapi_cs_TpChargingParameterValue_FloatValue = -1;
static int hf_org_csapi_cs_TpChargingParameterValue_StringValue = -1;
static int hf_org_csapi_cs_TpChargingParameterValue_BooleanValue = -1;
static int hf_org_csapi_cs_TpChargingParameterValue_OctetValue = -1;
+static int hf_org_csapi_cs_TpChargingParameterValue_OctetValue_loop = -1;
static int hf_org_csapi_cs_TpAppInformation_TpAppInformation = -1;
static int hf_org_csapi_cs_TpAppInformation_Timestamp = -1;
static int hf_org_csapi_policy_TpPolicyType_TpPolicyType = -1;
@@ -3365,10 +3834,13 @@ static int hf_org_csapi_mmm_TpMessageHeaderField_Cc = -1;
static int hf_org_csapi_mmm_TpMessageHeaderField_Bcc = -1;
static int hf_org_csapi_mmm_TpMessageHeaderField_RFC822MessageID = -1;
static int hf_org_csapi_mmm_TpMessageHeaderField_InReplyTo = -1;
+static int hf_org_csapi_mmm_TpMessageHeaderField_InReplyTo_loop = -1;
static int hf_org_csapi_mmm_TpMessageHeaderField_References = -1;
+static int hf_org_csapi_mmm_TpMessageHeaderField_References_loop = -1;
static int hf_org_csapi_mmm_TpMessageHeaderField_Subject = -1;
static int hf_org_csapi_mmm_TpMessageHeaderField_Comments = -1;
static int hf_org_csapi_mmm_TpMessageHeaderField_Keywords = -1;
+static int hf_org_csapi_mmm_TpMessageHeaderField_Keywords_loop = -1;
static int hf_org_csapi_mmm_TpMessageHeaderField_TraceField = -1;
static int hf_org_csapi_mmm_TpMessageHeaderField_ResentField = -1;
static int hf_org_csapi_mmm_TpMessageHeaderField_MimeVersion = -1;
@@ -8742,7 +9214,7 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess(
u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature);
+ item = 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);
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++) {
@@ -8911,7 +9383,7 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces(tvbuff_
case NO_EXCEPTION:
u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return);
+ item = 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);
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++) {
@@ -9021,7 +9493,7 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess(tvbuff
u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature);
+ item = 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);
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++) {
@@ -9073,7 +9545,7 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface(tv
u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature);
+ item = 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);
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++) {
@@ -9123,7 +9595,7 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_
case Request:
u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge);
+ item = 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);
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++) {
@@ -9137,7 +9609,7 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_
case NO_EXCEPTION:
u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return);
+ item = 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);
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++) {
@@ -9243,7 +9715,7 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_
case Request:
u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge);
+ item = 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);
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++) {
@@ -9257,7 +9729,7 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_
case NO_EXCEPTION:
u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return);
+ item = 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);
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++) {
@@ -9334,7 +9806,7 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authen
case Request:
u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge);
+ item = 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);
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++) {
@@ -9348,7 +9820,7 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authen
case NO_EXCEPTION:
u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return);
+ item = 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);
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++) {
@@ -9487,7 +9959,7 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challe
case Request:
u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge);
+ item = 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);
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++) {
@@ -9501,7 +9973,7 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challe
case NO_EXCEPTION:
u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return);
+ item = 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);
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++) {
@@ -9877,7 +10349,7 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsReco
/* End struct "org_csapi_fw_TpFaultStatsRecord" */
u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs);
+ item = 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);
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++) {
@@ -10004,7 +10476,7 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsReco
u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs);
+ item = 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);
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++) {
@@ -10167,7 +10639,7 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStat
/* End struct "org_csapi_fw_TpFaultStatsRecord" */
u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs);
+ item = 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);
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++) {
@@ -10220,7 +10692,7 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStat
u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics);
+ item = 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);
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++) {
@@ -10232,7 +10704,7 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStat
u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs);
+ item = 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);
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++) {
@@ -10825,7 +11297,7 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq(tvbuff_t
case Request:
u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs);
+ item = 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);
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++) {
@@ -10966,7 +11438,7 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotifi
case Request:
u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs);
+ item = 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);
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++) {
@@ -11014,7 +11486,7 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotif
case Request:
u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs);
+ item = 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);
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++) {
@@ -11062,7 +11534,7 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification(tv
case Request:
u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs);
+ item = 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);
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++) {
@@ -11110,7 +11582,7 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification(t
case Request:
u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs);
+ item = 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);
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++) {
@@ -11160,7 +11632,7 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq(tvb
u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs);
+ item = 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);
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++) {
@@ -11477,7 +11949,7 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordR
/* End struct "org_csapi_TpTimeInterval" */
u_octet4_loop_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs);
+ item = 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);
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++) {
@@ -11712,7 +12184,7 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatist
/* End struct "org_csapi_TpTimeInterval" */
u_octet4_loop_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs);
+ item = 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);
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++) {
@@ -12103,7 +12575,7 @@ decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes
case NO_EXCEPTION:
u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return);
+ item = 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);
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++) {
@@ -12300,7 +12772,7 @@ decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManage
case NO_EXCEPTION:
u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return);
+ item = 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);
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++) {
@@ -12346,7 +12818,7 @@ decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManage
u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature);
+ item = 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);
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++) {
@@ -12436,7 +12908,7 @@ decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagemen
u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature);
+ item = 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);
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++) {
@@ -12772,7 +13244,7 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
case NO_EXCEPTION:
u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return);
+ item = 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);
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++) {
@@ -12854,7 +13326,7 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
case NO_EXCEPTION:
u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return);
+ item = 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);
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++) {
@@ -13035,7 +13507,7 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContrac
case NO_EXCEPTION:
u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return);
+ item = 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);
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++) {
@@ -13083,7 +13555,7 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContrac
case NO_EXCEPTION:
u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return);
+ item = 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);
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++) {
@@ -13341,7 +13813,7 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
/* End struct "org_csapi_fw_TpSag" */
u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs);
+ item = 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);
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++) {
@@ -13458,7 +13930,7 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs);
+ item = 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);
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++) {
@@ -13508,7 +13980,7 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList);
+ item = 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);
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++) {
@@ -13641,7 +14113,7 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
case NO_EXCEPTION:
u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return);
+ item = 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);
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++) {
@@ -13720,7 +14192,7 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
case NO_EXCEPTION:
u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return);
+ item = 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);
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++) {
@@ -13768,7 +14240,7 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
case NO_EXCEPTION:
u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return);
+ item = 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);
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++) {
@@ -13816,7 +14288,7 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
case NO_EXCEPTION:
u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return);
+ item = 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);
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++) {
@@ -14000,7 +14472,7 @@ decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes(t
case NO_EXCEPTION:
u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return);
+ item = 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);
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++) {
@@ -15807,7 +16279,7 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordRe
/* End struct "org_csapi_TpTimeInterval" */
u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs);
+ item = 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);
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++) {
@@ -16330,7 +16802,7 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes
/* End struct "org_csapi_fw_TpFaultStatsRecord" */
u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs);
+ item = 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);
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++) {
@@ -16383,7 +16855,7 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr
u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs);
+ item = 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);
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++) {
@@ -19614,7 +20086,7 @@ decode_org_csapi_cc_mpccs_IpCallLeg_getProperties(tvbuff_t *tvb _U_, packet_info
u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames);
+ item = 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);
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++) {
@@ -28815,7 +29287,7 @@ decode_org_csapi_cm_IpVPrN_getVPrPList(tvbuff_t *tvb _U_, packet_info *pinfo _U_
case NO_EXCEPTION:
u_octet4_loop_org_csapi_cm_IpVPrN_getVPrPList_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_cm_IpVPrN_getVPrPList_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cm_IpVPrN_getVPrPList_return);
+ item = 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);
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++) {
@@ -28993,7 +29465,7 @@ decode_org_csapi_cm_IpQoSMenu_getTemplateList(tvbuff_t *tvb _U_, packet_info *pi
case NO_EXCEPTION:
u_octet4_loop_org_csapi_cm_IpQoSMenu_getTemplateList_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_cm_IpQoSMenu_getTemplateList_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cm_IpQoSMenu_getTemplateList_return);
+ item = 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);
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++) {
@@ -29426,7 +29898,7 @@ decode_org_csapi_cm_IpEnterpriseNetwork_getSiteList(tvbuff_t *tvb _U_, packet_in
case NO_EXCEPTION:
u_octet4_loop_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return);
+ item = 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);
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++) {
@@ -29536,7 +30008,7 @@ decode_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList(tvbuff_t *tvb _U_, packet
case NO_EXCEPTION:
u_octet4_loop_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return);
+ item = 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);
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++) {
@@ -33537,7 +34009,7 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification(tvbuff
u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events);
+ item = 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);
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++) {
@@ -33587,7 +34059,7 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification(tvbuf
u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events);
+ item = 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);
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++) {
@@ -33705,7 +34177,7 @@ decode_org_csapi_policy_provisioning_IpPolicy_getAttributes(tvbuff_t *tvb _U_, p
case Request:
u_octet4_loop_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames);
+ item = 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);
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++) {
@@ -33819,7 +34291,7 @@ decode_org_csapi_policy_provisioning_IpPolicyIterator_getList(tvbuff_t *tvb _U_,
case NO_EXCEPTION:
u_octet4_loop_org_csapi_policy_provisioning_IpPolicyIterator_getList_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyIterator_getList_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyIterator_getList_return);
+ item = 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);
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++) {
@@ -35349,7 +35821,7 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains(tvbuff_
case NO_EXCEPTION:
u_octet4_loop_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return);
+ item = 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);
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++) {
@@ -36376,7 +36848,7 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables(tvbuff_
case Request:
u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables);
+ item = 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);
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++) {
@@ -36424,7 +36896,7 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables(tvbuff
case Request:
u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables);
+ item = 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);
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++) {
@@ -36476,7 +36948,7 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables(tvbuff_
case NO_EXCEPTION:
u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return);
+ item = 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);
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++) {
@@ -36522,7 +36994,7 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables(tvbuff
case NO_EXCEPTION:
u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return);
+ item = 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);
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++) {
@@ -36564,7 +37036,7 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames(tvbuff_t *t
case Request:
u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames);
+ item = 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);
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++) {
@@ -36612,7 +37084,7 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles(tvbuff_t *
case Request:
u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames);
+ item = 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);
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++) {
@@ -36664,7 +37136,7 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames(tvbuff_t *t
case NO_EXCEPTION:
u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return);
+ item = 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);
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++) {
@@ -36710,7 +37182,7 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles(tvbuff_t *
case NO_EXCEPTION:
u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return);
+ item = 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);
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++) {
@@ -37301,7 +37773,7 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition(tvbuff
u_octet4_loop_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes);
+ item = 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);
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++) {
@@ -37311,7 +37783,7 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition(tvbuff
u_octet4_loop_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes);
+ item = 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);
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++) {
@@ -38050,7 +38522,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity(tvbuff_
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes);
+ item = 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);
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++) {
@@ -38060,7 +38532,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity(tvbuff_
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken);
+ item = 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);
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++) {
@@ -38110,7 +38582,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity(tvbuff_
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken);
+ item = 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);
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++) {
@@ -38160,7 +38632,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity(tvbuff_t *t
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken);
+ item = 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);
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++) {
@@ -38212,7 +38684,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity(tv
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes);
+ item = 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);
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++) {
@@ -38222,7 +38694,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity(tv
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken);
+ item = 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);
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++) {
@@ -38272,7 +38744,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity(tv
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken);
+ item = 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);
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++) {
@@ -38324,7 +38796,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup(tvbuff_t *t
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken);
+ item = 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);
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++) {
@@ -38376,7 +38848,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup(tvbuff
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken);
+ item = 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);
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++) {
@@ -38428,7 +38900,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers(tvbuff_t *
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken);
+ item = 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);
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++) {
@@ -38442,7 +38914,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers(tvbuff_t *
case NO_EXCEPTION:
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return);
+ item = 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);
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++) {
@@ -38486,7 +38958,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity(tvbuff
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken);
+ item = 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);
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++) {
@@ -38538,7 +39010,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership(tv
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken);
+ item = 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);
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++) {
@@ -38552,7 +39024,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership(tv
case NO_EXCEPTION:
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return);
+ item = 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);
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++) {
@@ -38598,7 +39070,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias(tvbuff_t *tvb
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken);
+ item = 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);
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++) {
@@ -38650,7 +39122,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases(tvbuff_t
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken);
+ item = 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);
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++) {
@@ -38702,7 +39174,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases(tvbuff_t *
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken);
+ item = 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);
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++) {
@@ -38716,7 +39188,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases(tvbuff_t *
case NO_EXCEPTION:
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return);
+ item = 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);
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++) {
@@ -38760,7 +39232,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias(tvbuff_t
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken);
+ item = 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);
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++) {
@@ -38812,7 +39284,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes(tvbuff_
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes);
+ item = 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);
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++) {
@@ -38822,7 +39294,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes(tvbuff_
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken);
+ item = 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);
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++) {
@@ -38874,7 +39346,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes(tvbu
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes);
+ item = 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);
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++) {
@@ -38884,7 +39356,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes(tvbu
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken);
+ item = 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);
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++) {
@@ -38936,7 +39408,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity(tv
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken);
+ item = 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);
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++) {
@@ -38950,7 +39422,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity(tv
case NO_EXCEPTION:
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return);
+ item = 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);
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++) {
@@ -38996,7 +39468,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType(tvbuff_t *tvb
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken);
+ item = 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);
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++) {
@@ -39052,7 +39524,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes(
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames);
+ item = 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);
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++) {
@@ -39062,7 +39534,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes(
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken);
+ item = 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);
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++) {
@@ -39136,7 +39608,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes(
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken);
+ item = 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);
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++) {
@@ -39188,7 +39660,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent(tvbuff_t *tvb
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes);
+ item = 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);
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++) {
@@ -39198,7 +39670,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent(tvbuff_t *tvb
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken);
+ item = 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);
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++) {
@@ -39248,7 +39720,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent(tvbuff_t *tvb
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken);
+ item = 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);
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++) {
@@ -39298,7 +39770,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent(tvbuff_t *tvb _U_
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken);
+ item = 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);
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++) {
@@ -39350,7 +39822,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities(tvbuff
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities);
+ item = 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);
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++) {
@@ -39360,7 +39832,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities(tvbuff
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken);
+ item = 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);
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++) {
@@ -39412,7 +39884,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities(tvbuf
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities);
+ item = 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);
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++) {
@@ -39422,7 +39894,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities(tvbuf
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken);
+ item = 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);
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++) {
@@ -39474,7 +39946,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities(t
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken);
+ item = 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);
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++) {
@@ -39488,7 +39960,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities(t
case NO_EXCEPTION:
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return);
+ item = 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);
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++) {
@@ -39534,7 +40006,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities(tvbuf
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken);
+ item = 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);
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++) {
@@ -39548,7 +40020,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities(tvbuf
case NO_EXCEPTION:
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return);
+ item = 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);
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++) {
@@ -39594,7 +40066,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf(tvbuff_t *tvb
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken);
+ item = 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);
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++) {
@@ -39646,7 +40118,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes(tvbuff_t *
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes);
+ item = 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);
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++) {
@@ -39656,7 +40128,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes(tvbuff_t *
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken);
+ item = 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);
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++) {
@@ -39708,7 +40180,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes(tvbuff_
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes);
+ item = 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);
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++) {
@@ -39718,7 +40190,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes(tvbuff_
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken);
+ item = 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);
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++) {
@@ -39770,7 +40242,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent(tvbuff_t
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken);
+ item = 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);
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++) {
@@ -39784,7 +40256,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent(tvbuff_t
case NO_EXCEPTION:
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return);
+ item = 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);
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++) {
@@ -39830,7 +40302,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType(tvbuff_t *tvb _U_
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken);
+ item = 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);
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++) {
@@ -39886,7 +40358,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes(tvbuff
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames);
+ item = 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);
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++) {
@@ -39896,7 +40368,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes(tvbuff
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken);
+ item = 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);
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++) {
@@ -39970,7 +40442,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes(tvbuff
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken);
+ item = 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);
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++) {
@@ -40022,7 +40494,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent(tvbuff_t *tvb
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken);
+ item = 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);
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++) {
@@ -40074,7 +40546,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent(tvbuff_t *t
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken);
+ item = 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);
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++) {
@@ -40126,7 +40598,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents(tvbuff
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken);
+ item = 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);
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++) {
@@ -40140,7 +40612,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents(tvbuff
case NO_EXCEPTION:
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return);
+ item = 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);
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++) {
@@ -40186,7 +40658,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesO
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken);
+ item = 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);
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++) {
@@ -40200,7 +40672,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesO
case NO_EXCEPTION:
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return);
+ item = 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);
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++) {
@@ -40248,7 +40720,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapab
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken);
+ item = 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);
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++) {
@@ -40262,7 +40734,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapab
case NO_EXCEPTION:
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return);
+ item = 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);
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++) {
@@ -40308,7 +40780,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentit
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken);
+ item = 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);
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++) {
@@ -40322,7 +40794,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentit
case NO_EXCEPTION:
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return);
+ item = 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);
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++) {
@@ -40368,7 +40840,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf(tvbuf
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken);
+ item = 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);
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++) {
@@ -40419,7 +40891,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttr
/* End struct "org_csapi_pam_TpPAMAttributeDef" */
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken);
+ item = 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);
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++) {
@@ -40469,7 +40941,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttr
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken);
+ item = 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);
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++) {
@@ -40519,7 +40991,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttribu
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken);
+ item = 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);
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++) {
@@ -40570,7 +41042,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAtt
case Request:
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken);
+ item = 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);
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++) {
@@ -40584,7 +41056,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAtt
case NO_EXCEPTION:
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return);
+ item = 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);
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++) {
@@ -40630,7 +41102,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames);
+ item = 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);
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++) {
@@ -40640,7 +41112,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken);
+ item = 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);
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++) {
@@ -40690,7 +41162,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken);
+ item = 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);
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++) {
@@ -40740,7 +41212,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes(
case Request:
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken);
+ item = 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);
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++) {
@@ -40754,7 +41226,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes(
case NO_EXCEPTION:
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return);
+ item = 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);
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++) {
@@ -40800,7 +41272,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAtt
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames);
+ item = 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);
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++) {
@@ -40810,7 +41282,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAtt
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken);
+ item = 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);
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++) {
@@ -40862,7 +41334,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityType
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames);
+ item = 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);
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++) {
@@ -40872,7 +41344,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityType
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken);
+ item = 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);
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++) {
@@ -40924,7 +41396,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAt
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken);
+ item = 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);
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++) {
@@ -40938,7 +41410,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAt
case NO_EXCEPTION:
u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return);
+ item = 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);
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++) {
@@ -40983,7 +41455,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute(
/* End struct "org_csapi_pam_TpPAMAttributeDef" */
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken);
+ item = 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);
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++) {
@@ -41033,7 +41505,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute(
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken);
+ item = 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);
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++) {
@@ -41083,7 +41555,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefi
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken);
+ item = 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);
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++) {
@@ -41134,7 +41606,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttribute
case Request:
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken);
+ item = 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);
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++) {
@@ -41148,7 +41620,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttribute
case NO_EXCEPTION:
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return);
+ item = 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);
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++) {
@@ -41194,7 +41666,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType(tvbuf
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames);
+ item = 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);
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++) {
@@ -41204,7 +41676,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType(tvbuf
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken);
+ item = 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);
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++) {
@@ -41254,7 +41726,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType(tvbuf
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken);
+ item = 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);
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++) {
@@ -41304,7 +41776,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes(tvbuff
case Request:
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken);
+ item = 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);
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++) {
@@ -41318,7 +41790,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes(tvbuff
case NO_EXCEPTION:
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return);
+ item = 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);
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++) {
@@ -41364,7 +41836,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttribute
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames);
+ item = 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);
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++) {
@@ -41374,7 +41846,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttribute
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken);
+ item = 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);
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++) {
@@ -41426,7 +41898,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttrib
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames);
+ item = 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);
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++) {
@@ -41436,7 +41908,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttrib
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken);
+ item = 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);
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++) {
@@ -41488,7 +41960,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttribut
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken);
+ item = 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);
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++) {
@@ -41502,7 +41974,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttribut
case NO_EXCEPTION:
u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return);
+ item = 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);
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++) {
@@ -41547,7 +42019,7 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttr
/* End struct "org_csapi_pam_TpPAMAttributeDef" */
u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken);
+ item = 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);
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++) {
@@ -41597,7 +42069,7 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttr
u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken);
+ item = 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);
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++) {
@@ -41647,7 +42119,7 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttribu
u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken);
+ item = 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);
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++) {
@@ -41698,7 +42170,7 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAtt
case Request:
u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken);
+ item = 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);
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++) {
@@ -41712,7 +42184,7 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAtt
case NO_EXCEPTION:
u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return);
+ item = 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);
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++) {
@@ -41758,7 +42230,7 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability(tvb
u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames);
+ item = 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);
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++) {
@@ -41768,7 +42240,7 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability(tvb
u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken);
+ item = 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);
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++) {
@@ -41818,7 +42290,7 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability(tvb
u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken);
+ item = 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);
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++) {
@@ -41868,7 +42340,7 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities(tvb
case Request:
u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken);
+ item = 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);
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++) {
@@ -41882,7 +42354,7 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities(tvb
case NO_EXCEPTION:
u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return);
+ item = 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);
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++) {
@@ -41928,7 +42400,7 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttribu
u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames);
+ item = 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);
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++) {
@@ -41938,7 +42410,7 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttribu
u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken);
+ item = 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);
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++) {
@@ -41990,7 +42462,7 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttr
u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames);
+ item = 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);
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++) {
@@ -42000,7 +42472,7 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttr
u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken);
+ item = 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);
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++) {
@@ -42052,7 +42524,7 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttrib
u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken);
+ item = 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);
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++) {
@@ -42066,7 +42538,7 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttrib
case NO_EXCEPTION:
u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return);
+ item = 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);
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++) {
@@ -42112,7 +42584,7 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesTo
u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities);
+ item = 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);
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++) {
@@ -42122,7 +42594,7 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesTo
u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken);
+ item = 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);
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++) {
@@ -42174,7 +42646,7 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilities
u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities);
+ item = 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);
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++) {
@@ -42184,7 +42656,7 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilities
u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken);
+ item = 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);
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++) {
@@ -42236,7 +42708,7 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfTy
u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken);
+ item = 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);
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++) {
@@ -42250,7 +42722,7 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfTy
case NO_EXCEPTION:
u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return);
+ item = 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);
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++) {
@@ -42309,7 +42781,7 @@ decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken(tvbuff_t
case NO_EXCEPTION:
u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return);
+ item = 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);
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++) {
@@ -42386,7 +42858,7 @@ decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl(tvbu
u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken);
+ item = 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);
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++) {
@@ -42442,7 +42914,7 @@ decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl(tvbu
/* End struct "org_csapi_pam_TpPAMAccessControlData" */
u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken);
+ item = 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);
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++) {
@@ -42507,7 +42979,7 @@ decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence(tvbuff_t *
u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken);
+ item = 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);
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++) {
@@ -42561,7 +43033,7 @@ decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration(
u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames);
+ item = 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);
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++) {
@@ -42573,7 +43045,7 @@ decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration(
u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken);
+ item = 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);
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++) {
@@ -42629,7 +43101,7 @@ decode_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence(tvbuff_t *
u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames);
+ item = 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);
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++) {
@@ -42639,7 +43111,7 @@ decode_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence(tvbuff_t *
u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken);
+ item = 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);
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++) {
@@ -42713,7 +43185,7 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence(tvbuff_t *tvb _U
u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken);
+ item = 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);
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++) {
@@ -42778,7 +43250,7 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence(tvbuff_t *t
u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken);
+ item = 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);
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++) {
@@ -42832,7 +43304,7 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration(tvbuff
u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames);
+ item = 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);
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++) {
@@ -42844,7 +43316,7 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration(tvbuff
u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken);
+ item = 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);
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++) {
@@ -42898,7 +43370,7 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration(t
u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames);
+ item = 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);
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++) {
@@ -42910,7 +43382,7 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration(t
u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken);
+ item = 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);
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++) {
@@ -42966,7 +43438,7 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence(tvbuff_t *tvb _U
u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames);
+ item = 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);
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++) {
@@ -42976,7 +43448,7 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence(tvbuff_t *tvb _U
u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken);
+ item = 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);
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++) {
@@ -43041,7 +43513,7 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence(tvbuff_t *t
u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames);
+ item = 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);
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++) {
@@ -43051,7 +43523,7 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence(tvbuff_t *t
u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken);
+ item = 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);
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++) {
@@ -43117,7 +43589,7 @@ decode_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability(tvbuff_t
/* End struct "org_csapi_pam_TpPAMContext" */
u_octet4_loop_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames);
+ item = 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);
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++) {
@@ -43127,7 +43599,7 @@ decode_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability(tvbuff_t
u_octet4_loop_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken);
+ item = 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);
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++) {
@@ -43193,7 +43665,7 @@ decode_org_csapi_pam_access_IpPAMAvailability_getAvailability(tvbuff_t *tvb _U_,
/* End struct "org_csapi_pam_TpPAMContext" */
u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames);
+ item = 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);
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++) {
@@ -43203,7 +43675,7 @@ decode_org_csapi_pam_access_IpPAMAvailability_getAvailability(tvbuff_t *tvb _U_,
u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken);
+ item = 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);
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++) {
@@ -43265,7 +43737,7 @@ decode_org_csapi_pam_access_IpPAMAvailability_getPreference(tvbuff_t *tvb _U_, p
/* End struct "org_csapi_pam_TpPAMContext" */
u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken);
+ item = 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);
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++) {
@@ -43328,7 +43800,7 @@ decode_org_csapi_pam_access_IpPAMAvailability_setPreference(tvbuff_t *tvb _U_, p
/* End union "org_csapi_pam_TpPAMPreferenceData" */
u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken);
+ item = 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);
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++) {
@@ -43393,7 +43865,7 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken(tvbuff
case NO_EXCEPTION:
u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return);
+ item = 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);
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++) {
@@ -43470,7 +43942,7 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl(tv
u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken);
+ item = 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);
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++) {
@@ -43526,7 +43998,7 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl(tv
/* End struct "org_csapi_pam_TpPAMAccessControlData" */
u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken);
+ item = 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);
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++) {
@@ -43576,7 +44048,7 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService(tvb
u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken);
+ item = 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);
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++) {
@@ -43626,7 +44098,7 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService(t
u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken);
+ item = 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);
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++) {
@@ -43676,7 +44148,7 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity(tv
u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken);
+ item = 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);
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++) {
@@ -43815,7 +44287,7 @@ decode_org_csapi_pam_event_IpPAMEventHandler_isRegistered(tvbuff_t *tvb _U_, pac
u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken);
+ item = 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);
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++) {
@@ -43865,7 +44337,7 @@ decode_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface(tvbuff_t *tvb
u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken);
+ item = 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);
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++) {
@@ -43932,7 +44404,7 @@ decode_org_csapi_pam_event_IpPAMEventHandler_registerForEvent(tvbuff_t *tvb _U_,
u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken);
+ item = 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);
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++) {
@@ -43982,7 +44454,7 @@ decode_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface(tvbuff_t *tv
u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken);
+ item = 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);
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++) {
@@ -44032,7 +44504,7 @@ decode_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent(tvbuff_t *tvb _
u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken);
+ item = 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);
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++) {
@@ -44097,7 +44569,7 @@ decode_org_csapi_pam_event_IpPAMEventManager_getAuthToken(tvbuff_t *tvb _U_, pac
case NO_EXCEPTION:
u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return);
+ item = 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);
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++) {
@@ -44174,7 +44646,7 @@ decode_org_csapi_pam_event_IpPAMEventManager_getAccessControl(tvbuff_t *tvb _U_,
u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken);
+ item = 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);
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++) {
@@ -44230,7 +44702,7 @@ decode_org_csapi_pam_event_IpPAMEventManager_setAccessControl(tvbuff_t *tvb _U_,
/* End struct "org_csapi_pam_TpPAMAccessControlData" */
u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken);
+ item = 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);
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++) {
@@ -44280,7 +44752,7 @@ decode_org_csapi_pam_event_IpPAMEventManager_activateService(tvbuff_t *tvb _U_,
u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_activateService_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_activateService_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_activateService_authToken);
+ item = 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);
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++) {
@@ -44330,7 +44802,7 @@ decode_org_csapi_pam_event_IpPAMEventManager_deactivateService(tvbuff_t *tvb _U_
u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken);
+ item = 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);
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++) {
@@ -44380,7 +44852,7 @@ decode_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity(tvbuff_t *tvb _U_,
u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken);
+ item = 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);
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++) {
@@ -45114,7 +45586,7 @@ decode_org_csapi_mmm_IpAppMailbox_getFoldersRes(tvbuff_t *tvb _U_, packet_info *
u_octet4_loop_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames);
+ item = 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);
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++) {
@@ -46202,7 +46674,7 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageContentRes(tvbuff_t *tvb _U_, packet
u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content);
+ item = 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);
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++) {
@@ -46301,7 +46773,7 @@ decode_org_csapi_mmm_IpAppMailbox_getFullMessageRes(tvbuff_t *tvb _U_, packet_in
u_octet4_loop_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message);
+ item = 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);
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++) {
@@ -47034,7 +47506,7 @@ decode_org_csapi_mmm_IpMailbox_putMessageReq(tvbuff_t *tvb _U_, packet_info *pin
u_octet4_loop_org_csapi_mmm_IpMailbox_putMessageReq_message = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_putMessageReq_message, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpMailbox_putMessageReq_message);
+ item = 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);
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++) {
@@ -47282,7 +47754,7 @@ decode_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq(tvbuff_t *tvb _U_, packet_
u_octet4_loop_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs);
+ item = 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);
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++) {
@@ -47909,7 +48381,7 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived(tvbuff_t *tvb _U_,
u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message);
+ item = 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);
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++) {
@@ -47997,7 +48469,7 @@ decode_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq(tvbuff_t *tvb _U_, pac
u_octet4_loop_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message);
+ item = 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);
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++) {
@@ -48501,7 +48973,7 @@ decode_org_csapi_fw_TpServiceProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _
u_octet4_loop_org_csapi_fw_TpServiceProperty_ServicePropertyValueList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_TpServiceProperty_ServicePropertyValueList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpServiceProperty_ServicePropertyValueList);
+ item = proto_tree_add_uint(tree, hf_org_csapi_fw_TpServiceProperty_ServicePropertyValueList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpServiceProperty_ServicePropertyValueList);
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++) {
@@ -48635,7 +49107,7 @@ decode_org_csapi_fw_TpServiceTypeDescription_st(tvbuff_t *tvb _U_, packet_info *
u_octet4_loop_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList);
+ item = proto_tree_add_uint(tree, hf_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList);
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++) {
@@ -48661,7 +49133,7 @@ decode_org_csapi_fw_TpSignatureAndServiceMgr_st(tvbuff_t *tvb _U_, packet_info *
u_octet4_loop_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature);
+ item = proto_tree_add_uint(tree, hf_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature);
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++) {
@@ -48871,7 +49343,7 @@ decode_org_csapi_fw_TpServiceTypePropertyValue_st(tvbuff_t *tvb _U_, packet_info
u_octet4_loop_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList);
+ item = proto_tree_add_uint(tree, hf_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList);
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++) {
@@ -49031,7 +49503,7 @@ decode_org_csapi_ui_TpUIEventNotificationInfo_st(tvbuff_t *tvb _U_, packet_info
u_octet4_loop_org_csapi_ui_TpUIEventNotificationInfo_UIEventData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIEventNotificationInfo_UIEventData, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_TpUIEventNotificationInfo_UIEventData);
+ item = proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIEventNotificationInfo_UIEventData_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_TpUIEventNotificationInfo_UIEventData);
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++) {
@@ -49312,7 +49784,7 @@ decode_org_csapi_cc_TpCallChargePlan_st(tvbuff_t *tvb _U_, packet_info *pinfo _U
u_octet4_loop_org_csapi_cc_TpCallChargePlan_TransparentCharge = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallChargePlan_TransparentCharge, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpCallChargePlan_TransparentCharge);
+ item = proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallChargePlan_TransparentCharge_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpCallChargePlan_TransparentCharge);
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++) {
@@ -49324,7 +49796,7 @@ decode_org_csapi_cc_TpCallChargePlan_st(tvbuff_t *tvb _U_, packet_info *pinfo _U
u_octet4_loop_org_csapi_cc_TpCallChargePlan_AdditionalInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallChargePlan_AdditionalInfo, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpCallChargePlan_AdditionalInfo);
+ item = proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallChargePlan_AdditionalInfo_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpCallChargePlan_AdditionalInfo);
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++) {
@@ -49746,7 +50218,7 @@ decode_org_csapi_cc_TpCarrier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, prot
u_octet4_loop_org_csapi_cc_TpCarrier_CarrierID = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_cc_TpCarrier_CarrierID, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpCarrier_CarrierID);
+ item = proto_tree_add_uint(tree, hf_org_csapi_cc_TpCarrier_CarrierID_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpCarrier_CarrierID);
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++) {
@@ -51702,7 +52174,7 @@ decode_org_csapi_am_TpChargingEventCriteria_st(tvbuff_t *tvb _U_, packet_info *p
u_octet4_loop_org_csapi_am_TpChargingEventCriteria_ChargingEvents = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_am_TpChargingEventCriteria_ChargingEvents, tvb,*offset-4, 4, u_octet4_loop_org_csapi_am_TpChargingEventCriteria_ChargingEvents);
+ item = proto_tree_add_uint(tree, hf_org_csapi_am_TpChargingEventCriteria_ChargingEvents_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_am_TpChargingEventCriteria_ChargingEvents);
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++) {
@@ -51960,7 +52432,7 @@ decode_org_csapi_policy_TpPolicyType_TpPolicyRecordType_st(tvbuff_t *tvb _U_, pa
u_octet4_loop_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names);
+ item = 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);
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++) {
@@ -52181,7 +52653,7 @@ decode_org_csapi_pam_TpPAMAccessControlData_st(tvbuff_t *tvb _U_, packet_info *p
u_octet4_loop_org_csapi_pam_TpPAMAccessControlData_AllowList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAccessControlData_AllowList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAccessControlData_AllowList);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAccessControlData_AllowList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAccessControlData_AllowList);
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++) {
@@ -52191,7 +52663,7 @@ decode_org_csapi_pam_TpPAMAccessControlData_st(tvbuff_t *tvb _U_, packet_info *p
u_octet4_loop_org_csapi_pam_TpPAMAccessControlData_DenyList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAccessControlData_DenyList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAccessControlData_DenyList);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAccessControlData_DenyList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAccessControlData_DenyList);
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++) {
@@ -52215,7 +52687,7 @@ decode_org_csapi_pam_TpPAMICEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _
u_octet4_loop_org_csapi_pam_TpPAMICEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMICEventData_IdentityType, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMICEventData_IdentityType);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMICEventData_IdentityType_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMICEventData_IdentityType);
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++) {
@@ -52239,7 +52711,7 @@ decode_org_csapi_pam_TpPAMICNotificationData_st(tvbuff_t *tvb _U_, packet_info *
u_octet4_loop_org_csapi_pam_TpPAMICNotificationData_Identities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMICNotificationData_Identities, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMICNotificationData_Identities);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMICNotificationData_Identities_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMICNotificationData_Identities);
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++) {
@@ -52265,7 +52737,7 @@ decode_org_csapi_pam_TpPAMIDEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _
u_octet4_loop_org_csapi_pam_TpPAMIDEventData_IdentityName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMIDEventData_IdentityName, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMIDEventData_IdentityName);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMIDEventData_IdentityName_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMIDEventData_IdentityName);
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++) {
@@ -52275,7 +52747,7 @@ decode_org_csapi_pam_TpPAMIDEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _
u_octet4_loop_org_csapi_pam_TpPAMIDEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMIDEventData_IdentityType, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMIDEventData_IdentityType);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMIDEventData_IdentityType_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMIDEventData_IdentityType);
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++) {
@@ -52299,7 +52771,7 @@ decode_org_csapi_pam_TpPAMIDNotificationData_st(tvbuff_t *tvb _U_, packet_info *
u_octet4_loop_org_csapi_pam_TpPAMIDNotificationData_Identities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMIDNotificationData_Identities, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMIDNotificationData_Identities);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMIDNotificationData_Identities_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMIDNotificationData_Identities);
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++) {
@@ -52325,7 +52797,7 @@ decode_org_csapi_pam_TpPAMGMCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo
u_octet4_loop_org_csapi_pam_TpPAMGMCEventData_GroupName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMGMCEventData_GroupName, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMGMCEventData_GroupName);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMGMCEventData_GroupName_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMGMCEventData_GroupName);
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++) {
@@ -52335,7 +52807,7 @@ decode_org_csapi_pam_TpPAMGMCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo
u_octet4_loop_org_csapi_pam_TpPAMGMCEventData_GroupType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMGMCEventData_GroupType, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMGMCEventData_GroupType);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMGMCEventData_GroupType_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMGMCEventData_GroupType);
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++) {
@@ -52359,7 +52831,7 @@ decode_org_csapi_pam_TpPAMGMCNotificationData_st(tvbuff_t *tvb _U_, packet_info
u_octet4_loop_org_csapi_pam_TpPAMGMCNotificationData_Groups = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMGMCNotificationData_Groups, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMGMCNotificationData_Groups);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMGMCNotificationData_Groups_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMGMCNotificationData_Groups);
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++) {
@@ -52383,7 +52855,7 @@ decode_org_csapi_pam_TpPAMACEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _
u_octet4_loop_org_csapi_pam_TpPAMACEventData_AgentType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMACEventData_AgentType, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMACEventData_AgentType);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMACEventData_AgentType_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMACEventData_AgentType);
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++) {
@@ -52407,7 +52879,7 @@ decode_org_csapi_pam_TpPAMACNotificationData_st(tvbuff_t *tvb _U_, packet_info *
u_octet4_loop_org_csapi_pam_TpPAMACNotificationData_Agents = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMACNotificationData_Agents, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMACNotificationData_Agents);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMACNotificationData_Agents_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMACNotificationData_Agents);
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++) {
@@ -52433,7 +52905,7 @@ decode_org_csapi_pam_TpPAMADEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _
u_octet4_loop_org_csapi_pam_TpPAMADEventData_AgentName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMADEventData_AgentName, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMADEventData_AgentName);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMADEventData_AgentName_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMADEventData_AgentName);
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++) {
@@ -52443,7 +52915,7 @@ decode_org_csapi_pam_TpPAMADEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _
u_octet4_loop_org_csapi_pam_TpPAMADEventData_AgentType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMADEventData_AgentType, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMADEventData_AgentType);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMADEventData_AgentType_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMADEventData_AgentType);
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++) {
@@ -52467,7 +52939,7 @@ decode_org_csapi_pam_TpPAMADNotificationData_st(tvbuff_t *tvb _U_, packet_info *
u_octet4_loop_org_csapi_pam_TpPAMADNotificationData_Agents = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMADNotificationData_Agents, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMADNotificationData_Agents);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMADNotificationData_Agents_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMADNotificationData_Agents);
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++) {
@@ -52497,7 +52969,7 @@ decode_org_csapi_pam_TpPAMAAEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _
u_octet4_loop_org_csapi_pam_TpPAMAAEventData_IdentityName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAAEventData_IdentityName, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAAEventData_IdentityName);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAAEventData_IdentityName_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAAEventData_IdentityName);
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++) {
@@ -52507,7 +52979,7 @@ decode_org_csapi_pam_TpPAMAAEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _
u_octet4_loop_org_csapi_pam_TpPAMAAEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAAEventData_IdentityType, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAAEventData_IdentityType);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAAEventData_IdentityType_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAAEventData_IdentityType);
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++) {
@@ -52517,7 +52989,7 @@ decode_org_csapi_pam_TpPAMAAEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _
u_octet4_loop_org_csapi_pam_TpPAMAAEventData_AgentName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAAEventData_AgentName, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAAEventData_AgentName);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAAEventData_AgentName_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAAEventData_AgentName);
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++) {
@@ -52527,7 +52999,7 @@ decode_org_csapi_pam_TpPAMAAEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _
u_octet4_loop_org_csapi_pam_TpPAMAAEventData_AgentType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAAEventData_AgentType, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAAEventData_AgentType);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAAEventData_AgentType_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAAEventData_AgentType);
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++) {
@@ -52568,7 +53040,7 @@ decode_org_csapi_pam_TpPAMAUEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _
u_octet4_loop_org_csapi_pam_TpPAMAUEventData_IdentityName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAUEventData_IdentityName, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAUEventData_IdentityName);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAUEventData_IdentityName_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAUEventData_IdentityName);
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++) {
@@ -52578,7 +53050,7 @@ decode_org_csapi_pam_TpPAMAUEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _
u_octet4_loop_org_csapi_pam_TpPAMAUEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAUEventData_IdentityType, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAUEventData_IdentityType);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAUEventData_IdentityType_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAUEventData_IdentityType);
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++) {
@@ -52588,7 +53060,7 @@ decode_org_csapi_pam_TpPAMAUEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _
u_octet4_loop_org_csapi_pam_TpPAMAUEventData_AgentName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAUEventData_AgentName, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAUEventData_AgentName);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAUEventData_AgentName_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAUEventData_AgentName);
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++) {
@@ -52598,7 +53070,7 @@ decode_org_csapi_pam_TpPAMAUEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _
u_octet4_loop_org_csapi_pam_TpPAMAUEventData_AgentType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAUEventData_AgentType, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAUEventData_AgentType);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAUEventData_AgentType_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAUEventData_AgentType);
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++) {
@@ -52637,7 +53109,7 @@ decode_org_csapi_pam_TpPAMCCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _
u_octet4_loop_org_csapi_pam_TpPAMCCEventData_IdentityName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMCCEventData_IdentityName, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMCCEventData_IdentityName);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMCCEventData_IdentityName_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMCCEventData_IdentityName);
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++) {
@@ -52647,7 +53119,7 @@ decode_org_csapi_pam_TpPAMCCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _
u_octet4_loop_org_csapi_pam_TpPAMCCEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMCCEventData_IdentityType, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMCCEventData_IdentityType);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMCCEventData_IdentityType_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMCCEventData_IdentityType);
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++) {
@@ -52657,7 +53129,7 @@ decode_org_csapi_pam_TpPAMCCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _
u_octet4_loop_org_csapi_pam_TpPAMCCEventData_Capabilities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMCCEventData_Capabilities, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMCCEventData_Capabilities);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMCCEventData_Capabilities_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMCCEventData_Capabilities);
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++) {
@@ -52683,7 +53155,7 @@ decode_org_csapi_pam_TpPAMCCNotificationData_st(tvbuff_t *tvb _U_, packet_info *
u_octet4_loop_org_csapi_pam_TpPAMCCNotificationData_Capabilities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMCCNotificationData_Capabilities, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMCCNotificationData_Capabilities);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMCCNotificationData_Capabilities_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMCCNotificationData_Capabilities);
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++) {
@@ -52713,7 +53185,7 @@ decode_org_csapi_pam_TpPAMACPSEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo
u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AgentName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMACPSEventData_AgentName, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AgentName);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMACPSEventData_AgentName_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AgentName);
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++) {
@@ -52723,7 +53195,7 @@ decode_org_csapi_pam_TpPAMACPSEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo
u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AgentType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMACPSEventData_AgentType, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AgentType);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMACPSEventData_AgentType_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AgentType);
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++) {
@@ -52733,7 +53205,7 @@ decode_org_csapi_pam_TpPAMACPSEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo
u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_Capabilities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMACPSEventData_Capabilities, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_Capabilities);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMACPSEventData_Capabilities_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_Capabilities);
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++) {
@@ -52743,7 +53215,7 @@ decode_org_csapi_pam_TpPAMACPSEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo
u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AttributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMACPSEventData_AttributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AttributeNames);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMACPSEventData_AttributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AttributeNames);
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++) {
@@ -52773,7 +53245,7 @@ decode_org_csapi_pam_TpPAMACPSNotificationData_st(tvbuff_t *tvb _U_, packet_info
u_octet4_loop_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames);
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++) {
@@ -52801,7 +53273,7 @@ decode_org_csapi_pam_TpPAMAPSEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo
u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AgentName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAPSEventData_AgentName, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AgentName);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAPSEventData_AgentName_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AgentName);
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++) {
@@ -52811,7 +53283,7 @@ decode_org_csapi_pam_TpPAMAPSEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo
u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AgentType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAPSEventData_AgentType, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AgentType);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAPSEventData_AgentType_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AgentType);
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++) {
@@ -52821,7 +53293,7 @@ decode_org_csapi_pam_TpPAMAPSEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo
u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AttributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAPSEventData_AttributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AttributeNames);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAPSEventData_AttributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AttributeNames);
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++) {
@@ -52849,7 +53321,7 @@ decode_org_csapi_pam_TpPAMAPSNotificationData_st(tvbuff_t *tvb _U_, packet_info
u_octet4_loop_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames);
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++) {
@@ -52877,7 +53349,7 @@ decode_org_csapi_pam_TpPAMIPSEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo
u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_IdentityName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMIPSEventData_IdentityName, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_IdentityName);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMIPSEventData_IdentityName_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_IdentityName);
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++) {
@@ -52887,7 +53359,7 @@ decode_org_csapi_pam_TpPAMIPSEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo
u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMIPSEventData_IdentityType, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_IdentityType);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMIPSEventData_IdentityType_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_IdentityType);
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++) {
@@ -52897,7 +53369,7 @@ decode_org_csapi_pam_TpPAMIPSEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo
u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_AttributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMIPSEventData_AttributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_AttributeNames);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMIPSEventData_AttributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_AttributeNames);
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++) {
@@ -52956,7 +53428,7 @@ decode_org_csapi_pam_TpPAMAVCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo
u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_IdentityName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAVCEventData_IdentityName, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_IdentityName);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAVCEventData_IdentityName_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_IdentityName);
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++) {
@@ -52966,7 +53438,7 @@ decode_org_csapi_pam_TpPAMAVCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo
u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAVCEventData_IdentityType, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_IdentityType);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAVCEventData_IdentityType_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_IdentityType);
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++) {
@@ -52987,7 +53459,7 @@ decode_org_csapi_pam_TpPAMAVCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo
u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_AttributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAVCEventData_AttributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_AttributeNames);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAVCEventData_AttributeNames_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_AttributeNames);
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++) {
@@ -53045,7 +53517,7 @@ decode_org_csapi_pam_TpPAMWCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _
u_octet4_loop_org_csapi_pam_TpPAMWCEventData_Events = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMWCEventData_Events, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMWCEventData_Events);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMWCEventData_Events_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMWCEventData_Events);
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++) {
@@ -53057,7 +53529,7 @@ decode_org_csapi_pam_TpPAMWCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _
u_octet4_loop_org_csapi_pam_TpPAMWCEventData_IdentityName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMWCEventData_IdentityName, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMWCEventData_IdentityName);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMWCEventData_IdentityName_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMWCEventData_IdentityName);
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++) {
@@ -53067,7 +53539,7 @@ decode_org_csapi_pam_TpPAMWCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _
u_octet4_loop_org_csapi_pam_TpPAMWCEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMWCEventData_IdentityType, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMWCEventData_IdentityType);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMWCEventData_IdentityType_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMWCEventData_IdentityType);
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++) {
@@ -53104,7 +53576,7 @@ decode_org_csapi_pam_TpPAMWCNotificationData_st(tvbuff_t *tvb _U_, packet_info *
u_octet4_loop_org_csapi_pam_TpPAMWCNotificationData_Watchers = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMWCNotificationData_Watchers, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMWCNotificationData_Watchers);
+ item = proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMWCNotificationData_Watchers_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMWCNotificationData_Watchers);
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++) {
@@ -53252,7 +53724,7 @@ decode_org_csapi_mmm_TpBodyPart_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pr
/* End struct "org_csapi_mmm_TpBodyPartDescription" */
u_octet4_loop_org_csapi_mmm_TpBodyPart_BodyPartContent = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_mmm_TpBodyPart_BodyPartContent, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpBodyPart_BodyPartContent);
+ item = proto_tree_add_uint(tree, hf_org_csapi_mmm_TpBodyPart_BodyPartContent_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpBodyPart_BodyPartContent);
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++) {
@@ -53515,7 +53987,7 @@ decode_org_csapi_mmm_TpNewMessageArrivedInfo_st(tvbuff_t *tvb _U_, packet_info *
u_octet4_loop_org_csapi_mmm_TpNewMessageArrivedInfo_Message = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_mmm_TpNewMessageArrivedInfo_Message, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpNewMessageArrivedInfo_Message);
+ item = proto_tree_add_uint(tree, hf_org_csapi_mmm_TpNewMessageArrivedInfo_Message_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpNewMessageArrivedInfo_Message);
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++) {
@@ -53840,7 +54312,7 @@ decode_org_csapi_fw_TpFwEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _
u_octet4_loop_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList);
+ item = proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList);
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++) {
@@ -53855,7 +54327,7 @@ decode_org_csapi_fw_TpFwEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _
u_octet4_loop_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList);
+ item = proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList);
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++) {
@@ -53870,7 +54342,7 @@ decode_org_csapi_fw_TpFwEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _
u_octet4_loop_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList);
+ item = proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList);
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++) {
@@ -53885,7 +54357,7 @@ decode_org_csapi_fw_TpFwEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _
u_octet4_loop_org_csapi_fw_TpFwEventCriteria_SessionCreatedList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventCriteria_SessionCreatedList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventCriteria_SessionCreatedList);
+ item = proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventCriteria_SessionCreatedList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventCriteria_SessionCreatedList);
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++) {
@@ -53900,7 +54372,7 @@ decode_org_csapi_fw_TpFwEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _
u_octet4_loop_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList);
+ item = proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList);
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++) {
@@ -53915,7 +54387,7 @@ decode_org_csapi_fw_TpFwEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _
u_octet4_loop_org_csapi_fw_TpFwEventCriteria_AgreementSignedList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventCriteria_AgreementSignedList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventCriteria_AgreementSignedList);
+ item = proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventCriteria_AgreementSignedList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventCriteria_AgreementSignedList);
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++) {
@@ -53930,7 +54402,7 @@ decode_org_csapi_fw_TpFwEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _
u_octet4_loop_org_csapi_fw_TpFwEventCriteria_AgreementEndedList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventCriteria_AgreementEndedList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventCriteria_AgreementEndedList);
+ item = proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventCriteria_AgreementEndedList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventCriteria_AgreementEndedList);
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++) {
@@ -54178,7 +54650,7 @@ decode_org_csapi_fw_TpFwEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
u_octet4_loop_org_csapi_fw_TpFwEventInfo_ServiceIDList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventInfo_ServiceIDList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventInfo_ServiceIDList);
+ item = proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventInfo_ServiceIDList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventInfo_ServiceIDList);
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++) {
@@ -54193,7 +54665,7 @@ decode_org_csapi_fw_TpFwEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
u_octet4_loop_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList);
+ item = proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList);
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++) {
@@ -54368,7 +54840,7 @@ decode_org_csapi_ui_TpUIInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto
u_octet4_loop_org_csapi_ui_TpUIInfo_InfoBinData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIInfo_InfoBinData, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_TpUIInfo_InfoBinData);
+ item = proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIInfo_InfoBinData_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_TpUIInfo_InfoBinData);
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++) {
@@ -54390,7 +54862,7 @@ decode_org_csapi_ui_TpUIInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto
u_octet4_loop_org_csapi_ui_TpUIInfo_InfoMimeData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIInfo_InfoMimeData, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_TpUIInfo_InfoMimeData);
+ item = proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIInfo_InfoMimeData_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_TpUIInfo_InfoMimeData);
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++) {
@@ -54405,7 +54877,7 @@ decode_org_csapi_ui_TpUIInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto
u_octet4_loop_org_csapi_ui_TpUIInfo_InfoWaveData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIInfo_InfoWaveData, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_TpUIInfo_InfoWaveData);
+ item = proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIInfo_InfoWaveData_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_TpUIInfo_InfoWaveData);
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++) {
@@ -54420,7 +54892,7 @@ decode_org_csapi_ui_TpUIInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto
u_octet4_loop_org_csapi_ui_TpUIInfo_InfoAuData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIInfo_InfoAuData, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_TpUIInfo_InfoAuData);
+ item = proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIInfo_InfoAuData_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_TpUIInfo_InfoAuData);
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++) {
@@ -55019,7 +55491,7 @@ decode_org_csapi_cc_TpAdditionalCallEventCriteria_un(tvbuff_t *tvb _U_, packet_i
u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet);
+ item = proto_tree_add_uint(tree, hf_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet);
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++) {
@@ -55036,7 +55508,7 @@ decode_org_csapi_cc_TpAdditionalCallEventCriteria_un(tvbuff_t *tvb _U_, packet_i
u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet);
+ item = proto_tree_add_uint(tree, hf_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet);
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++) {
@@ -56115,7 +56587,7 @@ decode_org_csapi_cs_TpChargingParameterValue_un(tvbuff_t *tvb _U_, packet_info *
u_octet4_loop_org_csapi_cs_TpChargingParameterValue_OctetValue = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_cs_TpChargingParameterValue_OctetValue, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_TpChargingParameterValue_OctetValue);
+ item = proto_tree_add_uint(tree, hf_org_csapi_cs_TpChargingParameterValue_OctetValue_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_TpChargingParameterValue_OctetValue);
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++) {
@@ -56935,7 +57407,7 @@ decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, packet_info *pin
u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_InReplyTo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageHeaderField_InReplyTo, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_InReplyTo);
+ item = proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageHeaderField_InReplyTo_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_InReplyTo);
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++) {
@@ -56950,7 +57422,7 @@ decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, packet_info *pin
u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_References = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageHeaderField_References, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_References);
+ item = proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageHeaderField_References_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_References);
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++) {
@@ -56979,7 +57451,7 @@ decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, packet_info *pin
u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_Keywords = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageHeaderField_Keywords, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_Keywords);
+ item = proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageHeaderField_Keywords_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_Keywords);
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++) {
@@ -64841,42 +65313,42 @@ void proto_register_giop_parlay(void)
{&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}},
{&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}},
{&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}},
- {&hf_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature, {"Seq length of digitalSignature","giop-parlay.csapi.terminateAccess.digitalSignature",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&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}},
{&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}},
{&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}},
{&hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess_endAccessProperties, {"Seq length of endAccessProperties","giop-parlay.csapi.endAccess.endAccessProperties",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return, {"Seq length of TpInterfaceNameList","giop-parlay.csapi.listInterfaces.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&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}},
{&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}},
{&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}},
{&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}},
{&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}},
- {&hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature, {"Seq length of digitalSignature","giop-parlay.csapi.terminateAccess.digitalSignature",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&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}},
{&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}},
{&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}},
- {&hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature, {"Seq length of digitalSignature","giop-parlay.csapi.relinquishInterface.digitalSignature",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&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}},
- {&hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return, {"Seq length of TpOctetSet","giop-parlay.csapi.authenticate.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&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}},
- {&hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge, {"Seq length of challenge","giop-parlay.csapi.authenticate.challenge",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&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}},
- {&hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return, {"Seq length of TpOctetSet","giop-parlay.csapi.challenge.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&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}},
- {&hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge, {"Seq length of challenge","giop-parlay.csapi.challenge.challenge",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&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}},
{&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}},
{&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}},
- {&hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return, {"Seq length of TpOctetSet","giop-parlay.csapi.authenticate.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&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}},
- {&hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge, {"Seq length of challenge","giop-parlay.csapi.authenticate.challenge",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&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}},
{&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}},
{&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}},
- {&hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return, {"Seq length of TpOctetSet","giop-parlay.csapi.challenge.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&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}},
- {&hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge, {"Seq length of challenge","giop-parlay.csapi.challenge.challenge",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&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}},
{&hf_org_csapi_fw_fw_application_notification_IpAppEventNotification_reportNotification_assignmentID, {"assignmentID","giop-parlay.csapi.reportNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_fw_application_notification_IpEventNotification_createNotification_return, {"TpAssignmentID","giop-parlay.csapi.createNotification.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -64888,23 +65360,23 @@ void proto_register_giop_parlay(void)
{&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}},
{&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUnavailableInd_serviceID, {"serviceID","giop-parlay.csapi.svcUnavailableInd.serviceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&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}},
- {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs, {"Seq length of serviceIDs","giop-parlay.csapi.genFaultStatsRecordRes.serviceIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs, {"serviceIDs","giop-parlay.csapi.genFaultStatsRecordRes.serviceIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&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}},
{&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestErr_activityTestID, {"activityTestID","giop-parlay.csapi.activityTestErr.activityTestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&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}},
- {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs, {"Seq length of serviceIDs","giop-parlay.csapi.genFaultStatsRecordErr.serviceIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs, {"serviceIDs","giop-parlay.csapi.genFaultStatsRecordErr.serviceIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appUnavailableInd_serviceID, {"serviceID","giop-parlay.csapi.appUnavailableInd.serviceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAvailStatusInd_serviceID, {"serviceID","giop-parlay.csapi.svcAvailStatusInd.serviceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&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}},
{&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordRes.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs, {"Seq length of serviceIDs","giop-parlay.csapi.generateFaultStatisticsRecordRes.serviceIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs, {"serviceIDs","giop-parlay.csapi.generateFaultStatisticsRecordRes.serviceIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordErr.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics, {"Seq length of faultStatistics","giop-parlay.csapi.generateFaultStatisticsRecordErr.faultStatistics",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&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}},
- {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs, {"Seq length of serviceIDs","giop-parlay.csapi.generateFaultStatisticsRecordErr.serviceIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs, {"serviceIDs","giop-parlay.csapi.generateFaultStatisticsRecordErr.serviceIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordReq_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordReq.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&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}},
@@ -64917,20 +65389,20 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsErr_loadStatsReqID, {"loadStatsReqID","giop-parlay.csapi.queryLoadStatsErr.loadStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&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}},
{&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}},
- {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs, {"Seq length of serviceIDs","giop-parlay.csapi.queryLoadReq.serviceIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs, {"serviceIDs","giop-parlay.csapi.queryLoadReq.serviceIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes_loadStatistics, {"Seq length of loadStatistics","giop-parlay.csapi.queryAppLoadRes.loadStatistics",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&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}},
- {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs, {"Seq length of serviceIDs","giop-parlay.csapi.createLoadLevelNotification.serviceIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs, {"serviceIDs","giop-parlay.csapi.createLoadLevelNotification.serviceIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs, {"Seq length of serviceIDs","giop-parlay.csapi.destroyLoadLevelNotification.serviceIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs, {"serviceIDs","giop-parlay.csapi.destroyLoadLevelNotification.serviceIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs, {"Seq length of serviceIDs","giop-parlay.csapi.resumeNotification.serviceIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs, {"serviceIDs","giop-parlay.csapi.resumeNotification.serviceIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs, {"Seq length of serviceIDs","giop-parlay.csapi.suspendNotification.serviceIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs, {"serviceIDs","giop-parlay.csapi.suspendNotification.serviceIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_loadStatsReqID, {"loadStatsReqID","giop-parlay.csapi.queryLoadStatsReq.loadStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs, {"Seq length of serviceIDs","giop-parlay.csapi.queryLoadStatsReq.serviceIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs, {"serviceIDs","giop-parlay.csapi.queryLoadStatsReq.serviceIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatsReqID, {"loadStatsReqID","giop-parlay.csapi.queryAppLoadStatsRes.loadStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatistics, {"Seq length of loadStatistics","giop-parlay.csapi.queryAppLoadStatsRes.loadStatistics",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -64945,14 +65417,14 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestRes_activityTestID, {"activityTestID","giop-parlay.csapi.appActivityTestRes.activityTestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestRes_activityTestResult, {"activityTestResult","giop-parlay.csapi.appActivityTestRes.activityTestResult",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_svcUnavailableInd_serviceID, {"serviceID","giop-parlay.csapi.svcUnavailableInd.serviceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs, {"Seq length of serviceIDs","giop-parlay.csapi.genFaultStatsRecordReq.serviceIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs, {"serviceIDs","giop-parlay.csapi.genFaultStatsRecordReq.serviceIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestErr_activityTestID, {"activityTestID","giop-parlay.csapi.appActivityTestErr.activityTestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appUnavailableInd_serviceID, {"serviceID","giop-parlay.csapi.appUnavailableInd.serviceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&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}},
{&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}},
{&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordReq.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs, {"Seq length of serviceIDs","giop-parlay.csapi.generateFaultStatisticsRecordReq.serviceIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs, {"serviceIDs","giop-parlay.csapi.generateFaultStatisticsRecordReq.serviceIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordRes.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordErr_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordErr.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -64961,7 +65433,7 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_changeInterval_interval, {"interval","giop-parlay.csapi.changeInterval.interval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_enableAppHeartBeat_interval, {"interval","giop-parlay.csapi.enableAppHeartBeat.interval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_changeInterval_interval, {"interval","giop-parlay.csapi.changeInterval.interval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return, {"Seq length of TpServiceTypeNameList","giop-parlay.csapi.listServiceTypes.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return, {"TpServiceTypeNameList","giop-parlay.csapi.listServiceTypes.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_describeServiceType_name, {"name","giop-parlay.csapi.describeServiceType.name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_return, {"Seq length of TpServiceList","giop-parlay.csapi.discoverService.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -64969,21 +65441,21 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_desiredPropertyList, {"Seq length of desiredPropertyList","giop-parlay.csapi.discoverService.desiredPropertyList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_max, {"max","giop-parlay.csapi.discoverService.max",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices_return, {"Seq length of TpServiceList","giop-parlay.csapi.listSubscribedServices.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return, {"Seq length of TpOctetSet","giop-parlay.csapi.signServiceAgreement.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&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}},
{&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}},
{&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}},
{&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}},
{&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}},
{&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}},
- {&hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature, {"Seq length of digitalSignature","giop-parlay.csapi.terminateServiceAgreement.digitalSignature",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&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}},
{&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}},
{&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}},
{&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}},
{&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}},
{&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}},
- {&hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature, {"Seq length of digitalSignature","giop-parlay.csapi.terminateServiceAgreement.digitalSignature",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&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}},
{&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}},
{&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}},
@@ -64995,49 +65467,49 @@ void proto_register_giop_parlay(void)
{&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}},
{&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}},
{&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo_return, {"Seq length of TpAssignSagToServiceProfileConflictList","giop-parlay.csapi.requestConflictInfo.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return, {"Seq length of TpServiceProfileIDList","giop-parlay.csapi.listServiceProfiles.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&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}},
{&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}},
- {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return, {"Seq length of TpSagIDList","giop-parlay.csapi.listAssignedMembers.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&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}},
{&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}},
{&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}},
{&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}},
{&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}},
- {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return, {"Seq length of TpServiceContractIDList","giop-parlay.csapi.listServiceContracts.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&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}},
- {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return, {"Seq length of TpServiceProfileIDList","giop-parlay.csapi.listServiceProfiles.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&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}},
{&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}},
{&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount_enterpriseOperatorProperties, {"Seq length of enterpriseOperatorProperties","giop-parlay.csapi.modifyEntOpAccount.enterpriseOperatorProperties",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&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}},
- {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs, {"Seq length of clientAppIDs","giop-parlay.csapi.createSAG.clientAppIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&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}},
{&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}},
{&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}},
- {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs, {"Seq length of clientAppIDs","giop-parlay.csapi.addSAGMembers.clientAppIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&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}},
{&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}},
- {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList, {"Seq length of clientAppIDList","giop-parlay.csapi.removeSAGMembers.clientAppIDList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&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}},
{&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo_return, {"Seq length of TpAddSagMembersConflictList","giop-parlay.csapi.requestConflictInfo.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&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}},
- {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return, {"Seq length of TpClientAppIDList","giop-parlay.csapi.listClientApps.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&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}},
{&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}},
{&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}},
- {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return, {"Seq length of TpSagIDList","giop-parlay.csapi.listSAGs.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&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}},
- {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return, {"Seq length of TpClientAppIDList","giop-parlay.csapi.listSAGMembers.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&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}},
{&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}},
- {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return, {"Seq length of TpSagIDList","giop-parlay.csapi.listClientAppMembership.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&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}},
{&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}},
{&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}},
{&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}},
{&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}},
- {&hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return, {"Seq length of TpServiceTypeNameList","giop-parlay.csapi.listServiceTypes.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return, {"TpServiceTypeNameList","giop-parlay.csapi.listServiceTypes.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_describeServiceType_name, {"name","giop-parlay.csapi.describeServiceType.name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_return, {"Seq length of TpServiceList","giop-parlay.csapi.discoverService.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -65092,7 +65564,7 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestErr_activityTestID, {"activityTestID","giop-parlay.csapi.activityTestErr.activityTestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&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}},
{&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}},
- {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs, {"Seq length of serviceIDs","giop-parlay.csapi.genFaultStatsRecordReq.serviceIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs, {"serviceIDs","giop-parlay.csapi.genFaultStatsRecordReq.serviceIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&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}},
{&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordRes.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -65109,10 +65581,10 @@ void proto_register_giop_parlay(void)
{&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}},
{&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}},
{&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestErr_activityTestID, {"activityTestID","giop-parlay.csapi.svcActivityTestErr.activityTestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs, {"Seq length of serviceIDs","giop-parlay.csapi.genFaultStatsRecordRes.serviceIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs, {"serviceIDs","giop-parlay.csapi.genFaultStatsRecordRes.serviceIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&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}},
- {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs, {"Seq length of serviceIDs","giop-parlay.csapi.genFaultStatsRecordErr.serviceIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs, {"serviceIDs","giop-parlay.csapi.genFaultStatsRecordErr.serviceIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&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}},
{&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}},
@@ -65222,7 +65694,7 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_cc_mpccs_IpCallLeg_deassign_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.deassign.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cc_mpccs_IpCallLeg_getProperties_return, {"Seq length of TpCallLegPropertyList","giop-parlay.csapi.getProperties.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cc_mpccs_IpCallLeg_getProperties_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.getProperties.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames, {"Seq length of propertyNames","giop-parlay.csapi.getProperties.propertyNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames, {"propertyNames","giop-parlay.csapi.getProperties.propertyNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cc_mpccs_IpCallLeg_setProperties_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.setProperties.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cc_mpccs_IpCallLeg_setProperties_properties, {"Seq length of properties","giop-parlay.csapi.setProperties.properties",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -65514,10 +65986,10 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_users, {"Seq length of users","giop-parlay.csapi.extendedStatusReportReq.users",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_return, {"TpAssignmentID","giop-parlay.csapi.extTriggeredStatusReportingStartReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_users, {"Seq length of users","giop-parlay.csapi.extTriggeredStatusReportingStartReq.users",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return, {"Seq length of TpBindingSet","giop-parlay.csapi.triggeredBindingRequestNotification.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+/* {&hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return, {"Seq length of TpBindingSet","giop-parlay.csapi.triggeredBindingRequestNotification.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}}, */
{&hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return, {"Seq length of TpBindingSet","giop-parlay.csapi.triggeredBindingRequestNotification.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_assignmentId, {"assignmentId","giop-parlay.csapi.triggeredBindingRequestNotification.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation, {"Seq length of contactInformation","giop-parlay.csapi.triggeredBindingRequestNotification.contactInformation",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+/* {&hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation, {"Seq length of contactInformation","giop-parlay.csapi.triggeredBindingRequestNotification.contactInformation",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}}, */
{&hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation, {"Seq length of contactInformation","giop-parlay.csapi.triggeredBindingRequestNotification.contactInformation",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr_assignmentId, {"assignmentId","giop-parlay.csapi.triggeredBindingRequestNotificationStartErr.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&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}},
@@ -65630,20 +66102,20 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_cm_IpVPrP_getVPrPID_return, {"TpString","giop-parlay.csapi.getVPrPID.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cm_IpVPrP_getSlaID_return, {"TpString","giop-parlay.csapi.getSlaID.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&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}},
- {&hf_org_csapi_cm_IpVPrN_getVPrPList_return, {"Seq length of TpStringList","giop-parlay.csapi.getVPrPList.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_cm_IpVPrN_getVPrPList_return, {"TpStringList","giop-parlay.csapi.getVPrPList.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cm_IpVPrN_getVPrP_vPrPID, {"vPrPID","giop-parlay.csapi.getVPrP.vPrPID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cm_IpVPrN_deleteVPrP_vPrPID, {"vPrPID","giop-parlay.csapi.deleteVPrP.vPrPID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cm_IpQoSMenu_getTemplate_templateType, {"templateType","giop-parlay.csapi.getTemplate.templateType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_IpQoSMenu_getTemplateList_return, {"Seq length of TpStringList","giop-parlay.csapi.getTemplateList.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_cm_IpQoSMenu_getTemplateList_return, {"TpStringList","giop-parlay.csapi.getTemplateList.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cm_IpQoSTemplate_getTemplateType_return, {"TpString","giop-parlay.csapi.getTemplateType.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cm_IpQoSTemplate_getDescription_return, {"TpString","giop-parlay.csapi.getDescription.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cm_IpQoSTemplate_setSlaID_slaID, {"slaID","giop-parlay.csapi.setSlaID.slaID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return, {"Seq length of TpStringList","giop-parlay.csapi.getSiteList.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return, {"TpStringList","giop-parlay.csapi.getSiteList.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cm_IpEnterpriseNetwork_getSite_siteID, {"siteID","giop-parlay.csapi.getSite.siteID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return, {"Seq length of TpStringList","giop-parlay.csapi.getSAPList.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return, {"TpStringList","giop-parlay.csapi.getSAPList.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cm_IpEnterpriseNetworkSite_getSiteID_return, {"TpString","giop-parlay.csapi.getSiteID.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cm_IpEnterpriseNetworkSite_getSiteLocation_return, {"TpString","giop-parlay.csapi.getSiteLocation.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
@@ -65862,17 +66334,17 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_attributes, {"Seq length of attributes","giop-parlay.csapi.generateEvent.attributes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_return, {"TpAssignmentID","giop-parlay.csapi.createNotification.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_domainName, {"domainName","giop-parlay.csapi.createNotification.domainName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events, {"Seq length of events","giop-parlay.csapi.createNotification.events",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events, {"events","giop-parlay.csapi.createNotification.events",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_assignmentID, {"assignmentID","giop-parlay.csapi.destroyNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events, {"Seq length of events","giop-parlay.csapi.destroyNotification.events",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events, {"events","giop-parlay.csapi.destroyNotification.events",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_policy_provisioning_IpPolicy_getAttribute_attributeName, {"attributeName","giop-parlay.csapi.getAttribute.attributeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_policy_provisioning_IpPolicy_getAttributes_return, {"Seq length of TpAttributeSet","giop-parlay.csapi.getAttributes.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.getAttributes.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames, {"attributeNames","giop-parlay.csapi.getAttributes.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_policy_provisioning_IpPolicy_setAttributes_targetAttributes, {"Seq length of targetAttributes","giop-parlay.csapi.setAttributes.targetAttributes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_policy_provisioning_IpPolicyIterator_getList_return, {"Seq length of TpStringSet","giop-parlay.csapi.getList.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_policy_provisioning_IpPolicyIterator_getList_return, {"TpStringSet","giop-parlay.csapi.getList.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_policy_provisioning_IpPolicyIterator_getList_startIndex, {"startIndex","giop-parlay.csapi.getList.startIndex",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_policy_provisioning_IpPolicyIterator_getList_numberRequested, {"numberRequested","giop-parlay.csapi.getList.numberRequested",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -65913,7 +66385,7 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_policy_provisioning_IpPolicyManager_getDomain_domainName, {"domainName","giop-parlay.csapi.getDomain.domainName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_policy_provisioning_IpPolicyManager_removeDomain_domainName, {"domainName","giop-parlay.csapi.removeDomain.domainName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_policy_provisioning_IpPolicyManager_getDomainCount_return, {"TpInt32","giop-parlay.csapi.getDomainCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return, {"Seq length of TpStringSet","giop-parlay.csapi.findMatchingDomains.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return, {"TpStringSet","giop-parlay.csapi.findMatchingDomains.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_matchingAttributes, {"Seq length of matchingAttributes","giop-parlay.csapi.findMatchingDomains.matchingAttributes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_policy_provisioning_IpPolicyManager_createRepository_repositoryName, {"repositoryName","giop-parlay.csapi.createRepository.repositoryName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
@@ -65933,21 +66405,21 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes_optionalAttributes, {"Seq length of optionalAttributes","giop-parlay.csapi.setOptionalAttributes.optionalAttributes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes_return, {"Seq length of TpAttributeSet","giop-parlay.csapi.getRequiredAttributes.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes_return, {"Seq length of TpAttributeSet","giop-parlay.csapi.getOptionalAttributes.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables, {"Seq length of inputVariables","giop-parlay.csapi.setInputVariables.inputVariables",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables, {"inputVariables","giop-parlay.csapi.setInputVariables.inputVariables",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables, {"Seq length of outputVariables","giop-parlay.csapi.setOutputVariables.outputVariables",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables, {"outputVariables","giop-parlay.csapi.setOutputVariables.outputVariables",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return, {"Seq length of TpStringSet","giop-parlay.csapi.getInputVariables.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return, {"TpStringSet","giop-parlay.csapi.getInputVariables.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return, {"Seq length of TpStringSet","giop-parlay.csapi.getOutputVariables.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return, {"TpStringSet","giop-parlay.csapi.getOutputVariables.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames, {"Seq length of groupNames","giop-parlay.csapi.setGroupNames.groupNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames, {"groupNames","giop-parlay.csapi.setGroupNames.groupNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames, {"Seq length of roleNames","giop-parlay.csapi.setPolicyRoles.roleNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames, {"roleNames","giop-parlay.csapi.setPolicyRoles.roleNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return, {"Seq length of TpStringSet","giop-parlay.csapi.getGroupNames.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return, {"TpStringSet","giop-parlay.csapi.getGroupNames.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return, {"Seq length of TpStringSet","giop-parlay.csapi.getPolicyRoles.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return, {"TpStringSet","giop-parlay.csapi.getPolicyRoles.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_policy_provisioning_IpPolicyDomain_createDomain_domainName, {"domainName","giop-parlay.csapi.createDomain.domainName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_policy_provisioning_IpPolicyDomain_getDomain_domainName, {"domainName","giop-parlay.csapi.getDomain.domainName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
@@ -65962,9 +66434,9 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_policy_provisioning_IpPolicyDomain_removeRule_ruleName, {"ruleName","giop-parlay.csapi.removeRule.ruleName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_policy_provisioning_IpPolicyDomain_getRuleCount_return, {"TpInt32","giop-parlay.csapi.getRuleCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_eventDefinitionName, {"eventDefinitionName","giop-parlay.csapi.createEventDefinition.eventDefinitionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes, {"Seq length of requiredAttributes","giop-parlay.csapi.createEventDefinition.requiredAttributes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes, {"requiredAttributes","giop-parlay.csapi.createEventDefinition.requiredAttributes",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes, {"Seq length of optionalAttributes","giop-parlay.csapi.createEventDefinition.optionalAttributes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes, {"optionalAttributes","giop-parlay.csapi.createEventDefinition.optionalAttributes",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinition_eventDefinitionName, {"eventDefinitionName","giop-parlay.csapi.getEventDefinition.eventDefinitionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_policy_provisioning_IpPolicyDomain_removeEventDefinition_eventDefinitionName, {"eventDefinitionName","giop-parlay.csapi.removeEventDefinition.eventDefinitionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
@@ -65991,481 +66463,481 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_policy_provisioning_IpPolicyDomain_removeSignature_signatureName, {"signatureName","giop-parlay.csapi.removeSignature.signatureName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureCount_return, {"TpInt32","giop-parlay.csapi.getSignatureCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identity, {"identity","giop-parlay.csapi.createIdentity.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes, {"Seq length of identityTypes","giop-parlay.csapi.createIdentity.identityTypes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes, {"identityTypes","giop-parlay.csapi.createIdentity.identityTypes",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken, {"Seq length of authToken","giop-parlay.csapi.createIdentity.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken, {"authToken","giop-parlay.csapi.createIdentity.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_identity, {"identity","giop-parlay.csapi.deleteIdentity.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken, {"Seq length of authToken","giop-parlay.csapi.deleteIdentity.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken, {"authToken","giop-parlay.csapi.deleteIdentity.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_return, {"TpBoolean","giop-parlay.csapi.isIdentity.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_identity, {"identity","giop-parlay.csapi.isIdentity.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken, {"Seq length of authToken","giop-parlay.csapi.isIdentity.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken, {"authToken","giop-parlay.csapi.isIdentity.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identity, {"identity","giop-parlay.csapi.createGroupIdentity.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes, {"Seq length of identityTypes","giop-parlay.csapi.createGroupIdentity.identityTypes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes, {"identityTypes","giop-parlay.csapi.createGroupIdentity.identityTypes",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken, {"Seq length of authToken","giop-parlay.csapi.createGroupIdentity.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken, {"authToken","giop-parlay.csapi.createGroupIdentity.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_identity, {"identity","giop-parlay.csapi.deleteGroupIdentity.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken, {"Seq length of authToken","giop-parlay.csapi.deleteGroupIdentity.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken, {"authToken","giop-parlay.csapi.deleteGroupIdentity.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_group, {"group","giop-parlay.csapi.addToGroup.group",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_member, {"member","giop-parlay.csapi.addToGroup.member",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken, {"Seq length of authToken","giop-parlay.csapi.addToGroup.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken, {"authToken","giop-parlay.csapi.addToGroup.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_group, {"group","giop-parlay.csapi.removeFromGroup.group",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_identity, {"identity","giop-parlay.csapi.removeFromGroup.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken, {"Seq length of authToken","giop-parlay.csapi.removeFromGroup.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken, {"authToken","giop-parlay.csapi.removeFromGroup.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return, {"Seq length of TpPAMFQNameList","giop-parlay.csapi.listMembers.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return, {"TpPAMFQNameList","giop-parlay.csapi.listMembers.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_identity, {"identity","giop-parlay.csapi.listMembers.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken, {"Seq length of authToken","giop-parlay.csapi.listMembers.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken, {"authToken","giop-parlay.csapi.listMembers.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_return, {"TpBoolean","giop-parlay.csapi.isGroupIdentity.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_identity, {"identity","giop-parlay.csapi.isGroupIdentity.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken, {"Seq length of authToken","giop-parlay.csapi.isGroupIdentity.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken, {"authToken","giop-parlay.csapi.isGroupIdentity.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return, {"Seq length of TpPAMFQNameList","giop-parlay.csapi.listGroupMembership.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return, {"TpPAMFQNameList","giop-parlay.csapi.listGroupMembership.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_identity, {"identity","giop-parlay.csapi.listGroupMembership.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken, {"Seq length of authToken","giop-parlay.csapi.listGroupMembership.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken, {"authToken","giop-parlay.csapi.listGroupMembership.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_identity, {"identity","giop-parlay.csapi.addAlias.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_alias, {"alias","giop-parlay.csapi.addAlias.alias",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken, {"Seq length of authToken","giop-parlay.csapi.addAlias.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken, {"authToken","giop-parlay.csapi.addAlias.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_identity, {"identity","giop-parlay.csapi.removeAliases.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_alias, {"alias","giop-parlay.csapi.removeAliases.alias",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken, {"Seq length of authToken","giop-parlay.csapi.removeAliases.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken, {"authToken","giop-parlay.csapi.removeAliases.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return, {"Seq length of TpPAMFQNameList","giop-parlay.csapi.listAliases.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return, {"TpPAMFQNameList","giop-parlay.csapi.listAliases.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_identity, {"identity","giop-parlay.csapi.listAliases.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken, {"Seq length of authToken","giop-parlay.csapi.listAliases.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken, {"authToken","giop-parlay.csapi.listAliases.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_return, {"TpPAMFQName","giop-parlay.csapi.lookupByAlias.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_alias, {"alias","giop-parlay.csapi.lookupByAlias.alias",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken, {"Seq length of authToken","giop-parlay.csapi.lookupByAlias.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken, {"authToken","giop-parlay.csapi.lookupByAlias.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identity, {"identity","giop-parlay.csapi.associateTypes.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes, {"Seq length of identityTypes","giop-parlay.csapi.associateTypes.identityTypes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes, {"identityTypes","giop-parlay.csapi.associateTypes.identityTypes",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken, {"Seq length of authToken","giop-parlay.csapi.associateTypes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken, {"authToken","giop-parlay.csapi.associateTypes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identity, {"identity","giop-parlay.csapi.disassociateTypes.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes, {"Seq length of identityTypes","giop-parlay.csapi.disassociateTypes.identityTypes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes, {"identityTypes","giop-parlay.csapi.disassociateTypes.identityTypes",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken, {"Seq length of authToken","giop-parlay.csapi.disassociateTypes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken, {"authToken","giop-parlay.csapi.disassociateTypes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return, {"Seq length of TpPAMFQNameList","giop-parlay.csapi.listTypesOfIdentity.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return, {"TpPAMFQNameList","giop-parlay.csapi.listTypesOfIdentity.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_identity, {"identity","giop-parlay.csapi.listTypesOfIdentity.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken, {"Seq length of authToken","giop-parlay.csapi.listTypesOfIdentity.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken, {"authToken","giop-parlay.csapi.listTypesOfIdentity.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_return, {"TpBoolean","giop-parlay.csapi.hasType.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_identity, {"identity","giop-parlay.csapi.hasType.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_typeName, {"typeName","giop-parlay.csapi.hasType.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken, {"Seq length of authToken","giop-parlay.csapi.hasType.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken, {"authToken","giop-parlay.csapi.hasType.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_return, {"Seq length of TpPAMAttributeList","giop-parlay.csapi.getIdentityAttributes.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_identity, {"identity","giop-parlay.csapi.getIdentityAttributes.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_identityType, {"identityType","giop-parlay.csapi.getIdentityAttributes.identityType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.getIdentityAttributes.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames, {"attributeNames","giop-parlay.csapi.getIdentityAttributes.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.getIdentityAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken, {"authToken","giop-parlay.csapi.getIdentityAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_identity, {"identity","giop-parlay.csapi.setIdentityAttributes.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_identityType, {"identityType","giop-parlay.csapi.setIdentityAttributes.identityType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_attributes, {"Seq length of attributes","giop-parlay.csapi.setIdentityAttributes.attributes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.setIdentityAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken, {"authToken","giop-parlay.csapi.setIdentityAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentName, {"agentName","giop-parlay.csapi.createAgent.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes, {"Seq length of agentTypes","giop-parlay.csapi.createAgent.agentTypes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes, {"agentTypes","giop-parlay.csapi.createAgent.agentTypes",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken, {"Seq length of authToken","giop-parlay.csapi.createAgent.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken, {"authToken","giop-parlay.csapi.createAgent.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_agentName, {"agentName","giop-parlay.csapi.deleteAgent.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken, {"Seq length of authToken","giop-parlay.csapi.deleteAgent.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken, {"authToken","giop-parlay.csapi.deleteAgent.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_return, {"TpBoolean","giop-parlay.csapi.isAgent.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_agentName, {"agentName","giop-parlay.csapi.isAgent.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken, {"Seq length of authToken","giop-parlay.csapi.isAgent.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken, {"authToken","giop-parlay.csapi.isAgent.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_agentName, {"agentName","giop-parlay.csapi.enableCapabilities.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities, {"Seq length of capabilities","giop-parlay.csapi.enableCapabilities.capabilities",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities, {"capabilities","giop-parlay.csapi.enableCapabilities.capabilities",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken, {"Seq length of authToken","giop-parlay.csapi.enableCapabilities.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken, {"authToken","giop-parlay.csapi.enableCapabilities.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_agentName, {"agentName","giop-parlay.csapi.disableCapabilities.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities, {"Seq length of capabilities","giop-parlay.csapi.disableCapabilities.capabilities",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities, {"capabilities","giop-parlay.csapi.disableCapabilities.capabilities",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken, {"Seq length of authToken","giop-parlay.csapi.disableCapabilities.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken, {"authToken","giop-parlay.csapi.disableCapabilities.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return, {"Seq length of TpPAMCapabilityList","giop-parlay.csapi.listEnabledCapabilities.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return, {"TpPAMCapabilityList","giop-parlay.csapi.listEnabledCapabilities.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_agentName, {"agentName","giop-parlay.csapi.listEnabledCapabilities.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken, {"Seq length of authToken","giop-parlay.csapi.listEnabledCapabilities.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken, {"authToken","giop-parlay.csapi.listEnabledCapabilities.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return, {"Seq length of TpPAMCapabilityList","giop-parlay.csapi.listAllCapabilities.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return, {"TpPAMCapabilityList","giop-parlay.csapi.listAllCapabilities.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_agentName, {"agentName","giop-parlay.csapi.listAllCapabilities.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken, {"Seq length of authToken","giop-parlay.csapi.listAllCapabilities.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken, {"authToken","giop-parlay.csapi.listAllCapabilities.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_return, {"TpBoolean","giop-parlay.csapi.isCapableOf.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_agentName, {"agentName","giop-parlay.csapi.isCapableOf.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_capability, {"capability","giop-parlay.csapi.isCapableOf.capability",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken, {"Seq length of authToken","giop-parlay.csapi.isCapableOf.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken, {"authToken","giop-parlay.csapi.isCapableOf.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentName, {"agentName","giop-parlay.csapi.associateTypes.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes, {"Seq length of agentTypes","giop-parlay.csapi.associateTypes.agentTypes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes, {"agentTypes","giop-parlay.csapi.associateTypes.agentTypes",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken, {"Seq length of authToken","giop-parlay.csapi.associateTypes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken, {"authToken","giop-parlay.csapi.associateTypes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentName, {"agentName","giop-parlay.csapi.disassociateTypes.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes, {"Seq length of agentTypes","giop-parlay.csapi.disassociateTypes.agentTypes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes, {"agentTypes","giop-parlay.csapi.disassociateTypes.agentTypes",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken, {"Seq length of authToken","giop-parlay.csapi.disassociateTypes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken, {"authToken","giop-parlay.csapi.disassociateTypes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return, {"Seq length of TpStringList","giop-parlay.csapi.listTypesOfAgent.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return, {"TpStringList","giop-parlay.csapi.listTypesOfAgent.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_agentName, {"agentName","giop-parlay.csapi.listTypesOfAgent.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken, {"Seq length of authToken","giop-parlay.csapi.listTypesOfAgent.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken, {"authToken","giop-parlay.csapi.listTypesOfAgent.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_return, {"TpBoolean","giop-parlay.csapi.hasType.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_agentName, {"agentName","giop-parlay.csapi.hasType.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_typeName, {"typeName","giop-parlay.csapi.hasType.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken, {"Seq length of authToken","giop-parlay.csapi.hasType.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken, {"authToken","giop-parlay.csapi.hasType.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_return, {"Seq length of TpPAMAttributeList","giop-parlay.csapi.getAgentAttributes.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_agentName, {"agentName","giop-parlay.csapi.getAgentAttributes.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_agentType, {"agentType","giop-parlay.csapi.getAgentAttributes.agentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.getAgentAttributes.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames, {"attributeNames","giop-parlay.csapi.getAgentAttributes.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.getAgentAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken, {"authToken","giop-parlay.csapi.getAgentAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_agentName, {"agentName","giop-parlay.csapi.setAgentAttributes.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_agentType, {"agentType","giop-parlay.csapi.setAgentAttributes.agentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_attributes, {"Seq length of attributes","giop-parlay.csapi.setAgentAttributes.attributes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.setAgentAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken, {"authToken","giop-parlay.csapi.setAgentAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_identity, {"identity","giop-parlay.csapi.assignAgent.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_agentName, {"agentName","giop-parlay.csapi.assignAgent.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken, {"Seq length of authToken","giop-parlay.csapi.assignAgent.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken, {"authToken","giop-parlay.csapi.assignAgent.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_identity, {"identity","giop-parlay.csapi.unassignAgent.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_agentName, {"agentName","giop-parlay.csapi.unassignAgent.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken, {"Seq length of authToken","giop-parlay.csapi.unassignAgent.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken, {"authToken","giop-parlay.csapi.unassignAgent.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return, {"Seq length of TpPAMFQNameList","giop-parlay.csapi.listAssignedAgents.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return, {"TpPAMFQNameList","giop-parlay.csapi.listAssignedAgents.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_identity, {"identity","giop-parlay.csapi.listAssignedAgents.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken, {"Seq length of authToken","giop-parlay.csapi.listAssignedAgents.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken, {"authToken","giop-parlay.csapi.listAssignedAgents.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return, {"Seq length of TpPAMFQNameList","giop-parlay.csapi.listAssociatedIdentitiesOfAgent.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return, {"TpPAMFQNameList","giop-parlay.csapi.listAssociatedIdentitiesOfAgent.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_agentName, {"agentName","giop-parlay.csapi.listAssociatedIdentitiesOfAgent.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken, {"Seq length of authToken","giop-parlay.csapi.listAssociatedIdentitiesOfAgent.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken, {"authToken","giop-parlay.csapi.listAssociatedIdentitiesOfAgent.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return, {"Seq length of TpPAMFQNameList","giop-parlay.csapi.listAssignedAgentsByCapability.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return, {"TpPAMFQNameList","giop-parlay.csapi.listAssignedAgentsByCapability.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_identity, {"identity","giop-parlay.csapi.listAssignedAgentsByCapability.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_capability, {"capability","giop-parlay.csapi.listAssignedAgentsByCapability.capability",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken, {"Seq length of authToken","giop-parlay.csapi.listAssignedAgentsByCapability.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken, {"authToken","giop-parlay.csapi.listAssignedAgentsByCapability.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return, {"Seq length of TpPAMCapabilityList","giop-parlay.csapi.listCapabilitiesOfIdentity.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return, {"TpPAMCapabilityList","giop-parlay.csapi.listCapabilitiesOfIdentity.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_identity, {"identity","giop-parlay.csapi.listCapabilitiesOfIdentity.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken, {"Seq length of authToken","giop-parlay.csapi.listCapabilitiesOfIdentity.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken, {"authToken","giop-parlay.csapi.listCapabilitiesOfIdentity.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_return, {"TpBoolean","giop-parlay.csapi.isIdentityCapableOf.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_identity, {"identity","giop-parlay.csapi.isIdentityCapableOf.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_capability, {"capability","giop-parlay.csapi.isIdentityCapableOf.capability",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken, {"Seq length of authToken","giop-parlay.csapi.isIdentityCapableOf.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken, {"authToken","giop-parlay.csapi.isIdentityCapableOf.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken, {"Seq length of authToken","giop-parlay.csapi.createIdentityAttribute.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken, {"authToken","giop-parlay.csapi.createIdentityAttribute.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_attributeName, {"attributeName","giop-parlay.csapi.deleteIdentityAttribute.attributeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken, {"Seq length of authToken","giop-parlay.csapi.deleteIdentityAttribute.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken, {"authToken","giop-parlay.csapi.deleteIdentityAttribute.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_attributeName, {"attributeName","giop-parlay.csapi.getIdentityAttributeDefinition.attributeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken, {"Seq length of authToken","giop-parlay.csapi.getIdentityAttributeDefinition.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken, {"authToken","giop-parlay.csapi.getIdentityAttributeDefinition.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return, {"Seq length of TpStringList","giop-parlay.csapi.listAllIdentityAttributes.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return, {"TpStringList","giop-parlay.csapi.listAllIdentityAttributes.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.listAllIdentityAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken, {"authToken","giop-parlay.csapi.listAllIdentityAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_typeName, {"typeName","giop-parlay.csapi.createIdentityType.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.createIdentityType.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames, {"attributeNames","giop-parlay.csapi.createIdentityType.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken, {"Seq length of authToken","giop-parlay.csapi.createIdentityType.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken, {"authToken","giop-parlay.csapi.createIdentityType.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_typeName, {"typeName","giop-parlay.csapi.deleteIdentityType.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken, {"Seq length of authToken","giop-parlay.csapi.deleteIdentityType.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken, {"authToken","giop-parlay.csapi.deleteIdentityType.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return, {"Seq length of TpStringList","giop-parlay.csapi.listIdentityTypes.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return, {"TpStringList","giop-parlay.csapi.listIdentityTypes.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken, {"Seq length of authToken","giop-parlay.csapi.listIdentityTypes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken, {"authToken","giop-parlay.csapi.listIdentityTypes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_typeName, {"typeName","giop-parlay.csapi.addIdentityTypeAttributes.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.addIdentityTypeAttributes.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames, {"attributeNames","giop-parlay.csapi.addIdentityTypeAttributes.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.addIdentityTypeAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken, {"authToken","giop-parlay.csapi.addIdentityTypeAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_typeName, {"typeName","giop-parlay.csapi.removeIdentityTypeAttributes.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.removeIdentityTypeAttributes.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames, {"attributeNames","giop-parlay.csapi.removeIdentityTypeAttributes.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.removeIdentityTypeAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken, {"authToken","giop-parlay.csapi.removeIdentityTypeAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return, {"Seq length of TpStringList","giop-parlay.csapi.listIdentityTypeAttributes.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return, {"TpStringList","giop-parlay.csapi.listIdentityTypeAttributes.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_typeName, {"typeName","giop-parlay.csapi.listIdentityTypeAttributes.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.listIdentityTypeAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken, {"authToken","giop-parlay.csapi.listIdentityTypeAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken, {"Seq length of authToken","giop-parlay.csapi.createAgentAttribute.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken, {"authToken","giop-parlay.csapi.createAgentAttribute.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_attributeName, {"attributeName","giop-parlay.csapi.deleteAgentAttribute.attributeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken, {"Seq length of authToken","giop-parlay.csapi.deleteAgentAttribute.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken, {"authToken","giop-parlay.csapi.deleteAgentAttribute.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_attributeName, {"attributeName","giop-parlay.csapi.getAgentAttributeDefinition.attributeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken, {"Seq length of authToken","giop-parlay.csapi.getAgentAttributeDefinition.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken, {"authToken","giop-parlay.csapi.getAgentAttributeDefinition.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return, {"Seq length of TpStringList","giop-parlay.csapi.listAllAgentAttributes.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return, {"TpStringList","giop-parlay.csapi.listAllAgentAttributes.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.listAllAgentAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken, {"authToken","giop-parlay.csapi.listAllAgentAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_typeName, {"typeName","giop-parlay.csapi.createAgentType.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.createAgentType.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames, {"attributeNames","giop-parlay.csapi.createAgentType.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken, {"Seq length of authToken","giop-parlay.csapi.createAgentType.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken, {"authToken","giop-parlay.csapi.createAgentType.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_typeName, {"typeName","giop-parlay.csapi.deleteAgentType.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken, {"Seq length of authToken","giop-parlay.csapi.deleteAgentType.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken, {"authToken","giop-parlay.csapi.deleteAgentType.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return, {"Seq length of TpStringList","giop-parlay.csapi.listAgentTypes.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return, {"TpStringList","giop-parlay.csapi.listAgentTypes.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken, {"Seq length of authToken","giop-parlay.csapi.listAgentTypes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken, {"authToken","giop-parlay.csapi.listAgentTypes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_typeName, {"typeName","giop-parlay.csapi.addAgentTypeAttributes.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.addAgentTypeAttributes.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames, {"attributeNames","giop-parlay.csapi.addAgentTypeAttributes.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.addAgentTypeAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken, {"authToken","giop-parlay.csapi.addAgentTypeAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_typeName, {"typeName","giop-parlay.csapi.removeAgentTypeAttributes.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.removeAgentTypeAttributes.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames, {"attributeNames","giop-parlay.csapi.removeAgentTypeAttributes.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.removeAgentTypeAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken, {"authToken","giop-parlay.csapi.removeAgentTypeAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return, {"Seq length of TpStringList","giop-parlay.csapi.listAgentTypeAttributes.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return, {"TpStringList","giop-parlay.csapi.listAgentTypeAttributes.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_typeName, {"typeName","giop-parlay.csapi.listAgentTypeAttributes.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.listAgentTypeAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken, {"authToken","giop-parlay.csapi.listAgentTypeAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken, {"Seq length of authToken","giop-parlay.csapi.createCapabilityAttribute.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken, {"authToken","giop-parlay.csapi.createCapabilityAttribute.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_attributeName, {"attributeName","giop-parlay.csapi.deleteCapabilityAttribute.attributeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken, {"Seq length of authToken","giop-parlay.csapi.deleteCapabilityAttribute.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken, {"authToken","giop-parlay.csapi.deleteCapabilityAttribute.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_attributeName, {"attributeName","giop-parlay.csapi.getCapabilityAttributeDefinition.attributeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken, {"Seq length of authToken","giop-parlay.csapi.getCapabilityAttributeDefinition.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken, {"authToken","giop-parlay.csapi.getCapabilityAttributeDefinition.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return, {"Seq length of TpStringList","giop-parlay.csapi.listAllCapabilityAttributes.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return, {"TpStringList","giop-parlay.csapi.listAllCapabilityAttributes.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.listAllCapabilityAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken, {"authToken","giop-parlay.csapi.listAllCapabilityAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_capabilityName, {"capabilityName","giop-parlay.csapi.createCapability.capabilityName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.createCapability.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames, {"attributeNames","giop-parlay.csapi.createCapability.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken, {"Seq length of authToken","giop-parlay.csapi.createCapability.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken, {"authToken","giop-parlay.csapi.createCapability.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_capabilityName, {"capabilityName","giop-parlay.csapi.deleteCapability.capabilityName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken, {"Seq length of authToken","giop-parlay.csapi.deleteCapability.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken, {"authToken","giop-parlay.csapi.deleteCapability.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return, {"Seq length of TpPAMCapabilityList","giop-parlay.csapi.listCapabilities.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return, {"TpPAMCapabilityList","giop-parlay.csapi.listCapabilities.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken, {"Seq length of authToken","giop-parlay.csapi.listCapabilities.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken, {"authToken","giop-parlay.csapi.listCapabilities.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_capabilityName, {"capabilityName","giop-parlay.csapi.addCapabilityAttributes.capabilityName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.addCapabilityAttributes.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames, {"attributeNames","giop-parlay.csapi.addCapabilityAttributes.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.addCapabilityAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken, {"authToken","giop-parlay.csapi.addCapabilityAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_capabilityName, {"capabilityName","giop-parlay.csapi.removeCapabilityAttributes.capabilityName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.removeCapabilityAttributes.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames, {"attributeNames","giop-parlay.csapi.removeCapabilityAttributes.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.removeCapabilityAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken, {"authToken","giop-parlay.csapi.removeCapabilityAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return, {"Seq length of TpStringList","giop-parlay.csapi.listCapabilityAttributes.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return, {"TpStringList","giop-parlay.csapi.listCapabilityAttributes.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_capabilityName, {"capabilityName","giop-parlay.csapi.listCapabilityAttributes.capabilityName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.listCapabilityAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken, {"authToken","giop-parlay.csapi.listCapabilityAttributes.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_agentType, {"agentType","giop-parlay.csapi.assignCapabilitiesToType.agentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities, {"Seq length of capabilities","giop-parlay.csapi.assignCapabilitiesToType.capabilities",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities, {"capabilities","giop-parlay.csapi.assignCapabilitiesToType.capabilities",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken, {"Seq length of authToken","giop-parlay.csapi.assignCapabilitiesToType.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken, {"authToken","giop-parlay.csapi.assignCapabilitiesToType.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_agentType, {"agentType","giop-parlay.csapi.unassignCapabilitiesFromType.agentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities, {"Seq length of capabilities","giop-parlay.csapi.unassignCapabilitiesFromType.capabilities",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities, {"capabilities","giop-parlay.csapi.unassignCapabilitiesFromType.capabilities",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken, {"Seq length of authToken","giop-parlay.csapi.unassignCapabilitiesFromType.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken, {"authToken","giop-parlay.csapi.unassignCapabilitiesFromType.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return, {"Seq length of TpPAMCapabilityList","giop-parlay.csapi.listCapabilitiesOfType.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return, {"TpPAMCapabilityList","giop-parlay.csapi.listCapabilitiesOfType.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_agentType, {"agentType","giop-parlay.csapi.listCapabilitiesOfType.agentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken, {"Seq length of authToken","giop-parlay.csapi.listCapabilitiesOfType.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken, {"authToken","giop-parlay.csapi.listCapabilitiesOfType.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return, {"Seq length of TpPAMCredential","giop-parlay.csapi.getAuthToken.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return, {"TpPAMCredential","giop-parlay.csapi.getAuthToken.return",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_askerData, {"Seq length of askerData","giop-parlay.csapi.getAuthToken.askerData",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_obtainInterface_interfaceName, {"interfaceName","giop-parlay.csapi.obtainInterface.interfaceName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_identity, {"identity","giop-parlay.csapi.getAccessControl.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken, {"Seq length of authToken","giop-parlay.csapi.getAccessControl.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken, {"authToken","giop-parlay.csapi.getAccessControl.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_identity, {"identity","giop-parlay.csapi.setAccessControl.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_operation, {"operation","giop-parlay.csapi.setAccessControl.operation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken, {"Seq length of authToken","giop-parlay.csapi.setAccessControl.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken, {"authToken","giop-parlay.csapi.setAccessControl.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_identity, {"identity","giop-parlay.csapi.setIdentityPresence.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_identityType, {"identityType","giop-parlay.csapi.setIdentityPresence.identityType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_attributes, {"Seq length of attributes","giop-parlay.csapi.setIdentityPresence.attributes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken, {"Seq length of authToken","giop-parlay.csapi.setIdentityPresence.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken, {"authToken","giop-parlay.csapi.setIdentityPresence.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_identity, {"identity","giop-parlay.csapi.setIdentityPresenceExpiration.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_identityType, {"identityType","giop-parlay.csapi.setIdentityPresenceExpiration.identityType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.setIdentityPresenceExpiration.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames, {"attributeNames","giop-parlay.csapi.setIdentityPresenceExpiration.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_expiresIn, {"expiresIn","giop-parlay.csapi.setIdentityPresenceExpiration.expiresIn",FT_INT64,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken, {"Seq length of authToken","giop-parlay.csapi.setIdentityPresenceExpiration.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken, {"authToken","giop-parlay.csapi.setIdentityPresenceExpiration.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_return, {"Seq length of TpPAMAttributeList","giop-parlay.csapi.getIdentityPresence.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_identity, {"identity","giop-parlay.csapi.getIdentityPresence.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_identityType, {"identityType","giop-parlay.csapi.getIdentityPresence.identityType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.getIdentityPresence.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames, {"attributeNames","giop-parlay.csapi.getIdentityPresence.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken, {"Seq length of authToken","giop-parlay.csapi.getIdentityPresence.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken, {"authToken","giop-parlay.csapi.getIdentityPresence.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_agent, {"agent","giop-parlay.csapi.setAgentPresence.agent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_agentType, {"agentType","giop-parlay.csapi.setAgentPresence.agentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_attributes, {"Seq length of attributes","giop-parlay.csapi.setAgentPresence.attributes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken, {"Seq length of authToken","giop-parlay.csapi.setAgentPresence.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken, {"authToken","giop-parlay.csapi.setAgentPresence.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_agent, {"agent","giop-parlay.csapi.setCapabilityPresence.agent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_capability, {"capability","giop-parlay.csapi.setCapabilityPresence.capability",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_attributes, {"Seq length of attributes","giop-parlay.csapi.setCapabilityPresence.attributes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken, {"Seq length of authToken","giop-parlay.csapi.setCapabilityPresence.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken, {"authToken","giop-parlay.csapi.setCapabilityPresence.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_agent, {"agent","giop-parlay.csapi.setAgentPresenceExpiration.agent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_agentType, {"agentType","giop-parlay.csapi.setAgentPresenceExpiration.agentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.setAgentPresenceExpiration.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames, {"attributeNames","giop-parlay.csapi.setAgentPresenceExpiration.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_expiresIn, {"expiresIn","giop-parlay.csapi.setAgentPresenceExpiration.expiresIn",FT_INT64,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken, {"Seq length of authToken","giop-parlay.csapi.setAgentPresenceExpiration.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken, {"authToken","giop-parlay.csapi.setAgentPresenceExpiration.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_agent, {"agent","giop-parlay.csapi.setCapabilityPresenceExpiration.agent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_capability, {"capability","giop-parlay.csapi.setCapabilityPresenceExpiration.capability",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.setCapabilityPresenceExpiration.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames, {"attributeNames","giop-parlay.csapi.setCapabilityPresenceExpiration.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_expiresIn, {"expiresIn","giop-parlay.csapi.setCapabilityPresenceExpiration.expiresIn",FT_INT64,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken, {"Seq length of authToken","giop-parlay.csapi.setCapabilityPresenceExpiration.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken, {"authToken","giop-parlay.csapi.setCapabilityPresenceExpiration.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_return, {"Seq length of TpPAMAttributeList","giop-parlay.csapi.getAgentPresence.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_agent, {"agent","giop-parlay.csapi.getAgentPresence.agent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_agentType, {"agentType","giop-parlay.csapi.getAgentPresence.agentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.getAgentPresence.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames, {"attributeNames","giop-parlay.csapi.getAgentPresence.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken, {"Seq length of authToken","giop-parlay.csapi.getAgentPresence.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken, {"authToken","giop-parlay.csapi.getAgentPresence.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_return, {"Seq length of TpPAMAttributeList","giop-parlay.csapi.getCapabilityPresence.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_agent, {"agent","giop-parlay.csapi.getCapabilityPresence.agent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_capability, {"capability","giop-parlay.csapi.getCapabilityPresence.capability",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.getCapabilityPresence.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames, {"attributeNames","giop-parlay.csapi.getCapabilityPresence.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken, {"Seq length of authToken","giop-parlay.csapi.getCapabilityPresence.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken, {"authToken","giop-parlay.csapi.getCapabilityPresence.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_return, {"Seq length of TpPAMAvailabilityProfileList","giop-parlay.csapi.computeAvailability.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_identity, {"identity","giop-parlay.csapi.computeAvailability.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.computeAvailability.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames, {"attributeNames","giop-parlay.csapi.computeAvailability.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken, {"Seq length of authToken","giop-parlay.csapi.computeAvailability.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken, {"authToken","giop-parlay.csapi.computeAvailability.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_return, {"Seq length of TpPAMAvailabilityProfileList","giop-parlay.csapi.getAvailability.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_identity, {"identity","giop-parlay.csapi.getAvailability.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.getAvailability.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames, {"attributeNames","giop-parlay.csapi.getAvailability.attributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken, {"Seq length of authToken","giop-parlay.csapi.getAvailability.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken, {"authToken","giop-parlay.csapi.getAvailability.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMAvailability_getPreference_identity, {"identity","giop-parlay.csapi.getPreference.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken, {"Seq length of authToken","giop-parlay.csapi.getPreference.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken, {"authToken","giop-parlay.csapi.getPreference.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMAvailability_setPreference_identity, {"identity","giop-parlay.csapi.setPreference.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMAvailability_setPreference_operation, {"operation","giop-parlay.csapi.setPreference.operation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken, {"Seq length of authToken","giop-parlay.csapi.setPreference.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken, {"authToken","giop-parlay.csapi.setPreference.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return, {"Seq length of TpPAMCredential","giop-parlay.csapi.getAuthToken.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return, {"TpPAMCredential","giop-parlay.csapi.getAuthToken.return",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_askerData, {"Seq length of askerData","giop-parlay.csapi.getAuthToken.askerData",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_obtainInterface_interfaceName, {"interfaceName","giop-parlay.csapi.obtainInterface.interfaceName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_identity, {"identity","giop-parlay.csapi.getAccessControl.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken, {"Seq length of authToken","giop-parlay.csapi.getAccessControl.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken, {"authToken","giop-parlay.csapi.getAccessControl.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_identity, {"identity","giop-parlay.csapi.setAccessControl.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_operation, {"operation","giop-parlay.csapi.setAccessControl.operation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken, {"Seq length of authToken","giop-parlay.csapi.setAccessControl.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken, {"authToken","giop-parlay.csapi.setAccessControl.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_identity, {"identity","giop-parlay.csapi.activateService.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken, {"Seq length of authToken","giop-parlay.csapi.activateService.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken, {"authToken","giop-parlay.csapi.activateService.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_identity, {"identity","giop-parlay.csapi.deactivateService.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken, {"Seq length of authToken","giop-parlay.csapi.deactivateService.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken, {"authToken","giop-parlay.csapi.deactivateService.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_return, {"TpBoolean","giop-parlay.csapi.isActiveIdentity.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
{&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_identity, {"identity","giop-parlay.csapi.isActiveIdentity.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken, {"Seq length of authToken","giop-parlay.csapi.isActiveIdentity.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken, {"authToken","giop-parlay.csapi.isActiveIdentity.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventID, {"eventID","giop-parlay.csapi.eventNotify.eventID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventInfo, {"Seq length of eventInfo","giop-parlay.csapi.eventNotify.eventInfo",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_event_IpAppPAMEventHandler_eventNotifyErr_eventID, {"eventID","giop-parlay.csapi.eventNotifyErr.eventID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_return, {"TpBoolean","giop-parlay.csapi.isRegistered.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
{&hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_clientID, {"clientID","giop-parlay.csapi.isRegistered.clientID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken, {"Seq length of authToken","giop-parlay.csapi.isRegistered.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken, {"authToken","giop-parlay.csapi.isRegistered.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_return, {"TpPAMClientID","giop-parlay.csapi.registerAppInterface.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken, {"Seq length of authToken","giop-parlay.csapi.registerAppInterface.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken, {"authToken","giop-parlay.csapi.registerAppInterface.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_return, {"TpPAMEventID","giop-parlay.csapi.registerForEvent.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_clientID, {"clientID","giop-parlay.csapi.registerForEvent.clientID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_eventList, {"Seq length of eventList","giop-parlay.csapi.registerForEvent.eventList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_validFor, {"validFor","giop-parlay.csapi.registerForEvent.validFor",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken, {"Seq length of authToken","giop-parlay.csapi.registerForEvent.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken, {"authToken","giop-parlay.csapi.registerForEvent.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_clientID, {"clientID","giop-parlay.csapi.deregisterAppInterface.clientID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken, {"Seq length of authToken","giop-parlay.csapi.deregisterAppInterface.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken, {"authToken","giop-parlay.csapi.deregisterAppInterface.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_eventID, {"eventID","giop-parlay.csapi.deregisterFromEvent.eventID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken, {"Seq length of authToken","giop-parlay.csapi.deregisterFromEvent.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken, {"authToken","giop-parlay.csapi.deregisterFromEvent.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return, {"Seq length of TpPAMCredential","giop-parlay.csapi.getAuthToken.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return, {"TpPAMCredential","giop-parlay.csapi.getAuthToken.return",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_event_IpPAMEventManager_getAuthToken_askerData, {"Seq length of askerData","giop-parlay.csapi.getAuthToken.askerData",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_event_IpPAMEventManager_obtainInterface_interfaceName, {"interfaceName","giop-parlay.csapi.obtainInterface.interfaceName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_event_IpPAMEventManager_getAccessControl_identity, {"identity","giop-parlay.csapi.getAccessControl.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken, {"Seq length of authToken","giop-parlay.csapi.getAccessControl.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken, {"authToken","giop-parlay.csapi.getAccessControl.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_event_IpPAMEventManager_setAccessControl_identity, {"identity","giop-parlay.csapi.setAccessControl.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_event_IpPAMEventManager_setAccessControl_operation, {"operation","giop-parlay.csapi.setAccessControl.operation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken, {"Seq length of authToken","giop-parlay.csapi.setAccessControl.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken, {"authToken","giop-parlay.csapi.setAccessControl.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_event_IpPAMEventManager_activateService_identity, {"identity","giop-parlay.csapi.activateService.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_event_IpPAMEventManager_activateService_authToken, {"Seq length of authToken","giop-parlay.csapi.activateService.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_event_IpPAMEventManager_activateService_authToken, {"authToken","giop-parlay.csapi.activateService.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_event_IpPAMEventManager_deactivateService_identity, {"identity","giop-parlay.csapi.deactivateService.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken, {"Seq length of authToken","giop-parlay.csapi.deactivateService.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken, {"authToken","giop-parlay.csapi.deactivateService.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_return, {"TpBoolean","giop-parlay.csapi.isActiveIdentity.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
{&hf_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_identity, {"identity","giop-parlay.csapi.isActiveIdentity.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken, {"Seq length of authToken","giop-parlay.csapi.isActiveIdentity.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken, {"authToken","giop-parlay.csapi.isActiveIdentity.authToken",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_assignmentID, {"assignmentID","giop-parlay.csapi.reportNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_eventInfo, {"Seq length of eventInfo","giop-parlay.csapi.reportNotification.eventInfo",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -66490,7 +66962,7 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getFoldersRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_requestID, {"requestID","giop-parlay.csapi.getFoldersRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderID, {"folderID","giop-parlay.csapi.getFoldersRes.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames, {"Seq length of folderNames","giop-parlay.csapi.getFoldersRes.folderNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames, {"folderNames","giop-parlay.csapi.getFoldersRes.folderNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getFoldersErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_requestID, {"requestID","giop-parlay.csapi.getFoldersErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -66573,7 +67045,7 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_requestID, {"requestID","giop-parlay.csapi.getMessageContentRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_contentType, {"contentType","giop-parlay.csapi.getMessageContentRes.contentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_contentTransferEncoding, {"contentTransferEncoding","giop-parlay.csapi.getMessageContentRes.contentTransferEncoding",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content, {"Seq length of content","giop-parlay.csapi.getMessageContentRes.content",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content, {"content","giop-parlay.csapi.getMessageContentRes.content",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_IpAppMailbox_getMessageContentErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMessageContentErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_IpAppMailbox_getMessageContentErr_requestID, {"requestID","giop-parlay.csapi.getMessageContentErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -66581,7 +67053,7 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_mmm_IpAppMailbox_getMessageContentErr_errorDetails, {"errorDetails","giop-parlay.csapi.getMessageContentErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_IpAppMailbox_getFullMessageRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getFullMessageRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_IpAppMailbox_getFullMessageRes_requestID, {"requestID","giop-parlay.csapi.getFullMessageRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message, {"Seq length of message","giop-parlay.csapi.getFullMessageRes.message",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message, {"message","giop-parlay.csapi.getFullMessageRes.message",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_IpAppMailbox_getFullMessageErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getFullMessageErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_IpAppMailbox_getFullMessageErr_requestID, {"requestID","giop-parlay.csapi.getFullMessageErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -66639,7 +67111,7 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_mmm_IpMailbox_putMessageReq_return, {"TpAssignmentID","giop-parlay.csapi.putMessageReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_IpMailbox_putMessageReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.putMessageReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_IpMailbox_putMessageReq_folderID, {"folderID","giop-parlay.csapi.putMessageReq.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_mmm_IpMailbox_putMessageReq_message, {"Seq length of message","giop-parlay.csapi.putMessageReq.message",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_mmm_IpMailbox_putMessageReq_message, {"message","giop-parlay.csapi.putMessageReq.message",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_IpMailbox_copyMessageReq_return, {"TpAssignmentID","giop-parlay.csapi.copyMessageReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_IpMailbox_copyMessageReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.copyMessageReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -66668,7 +67140,7 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMessageBodyPartsReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_folderID, {"folderID","giop-parlay.csapi.getMessageBodyPartsReq.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_messageID, {"messageID","giop-parlay.csapi.getMessageBodyPartsReq.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs, {"Seq length of partIDs","giop-parlay.csapi.getMessageBodyPartsReq.partIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs, {"partIDs","giop-parlay.csapi.getMessageBodyPartsReq.partIDs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_IpMailbox_getMessageHeadersReq_return, {"TpAssignmentID","giop-parlay.csapi.getMessageHeadersReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_IpMailbox_getMessageHeadersReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMessageHeadersReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -66718,14 +67190,14 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_deliveryReportType, {"deliveryReportType","giop-parlay.csapi.messageStatusReport.deliveryReportType",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_deliveryReportInfo, {"deliveryReportInfo","giop-parlay.csapi.messageStatusReport.deliveryReportInfo",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_sessionID, {"sessionID","giop-parlay.csapi.messageReceived.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message, {"Seq length of message","giop-parlay.csapi.messageReceived.message",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message, {"message","giop-parlay.csapi.messageReceived.message",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_headers, {"Seq length of headers","giop-parlay.csapi.messageReceived.headers",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_return, {"TpAssignmentID","giop-parlay.csapi.sendMessageReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_sessionID, {"sessionID","giop-parlay.csapi.sendMessageReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_deliveryType, {"deliveryType","giop-parlay.csapi.sendMessageReq.deliveryType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_messageTreatment, {"Seq length of messageTreatment","giop-parlay.csapi.sendMessageReq.messageTreatment",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message, {"Seq length of message","giop-parlay.csapi.sendMessageReq.message",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message, {"message","giop-parlay.csapi.sendMessageReq.message",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_additionalHeaders, {"Seq length of additionalHeaders","giop-parlay.csapi.sendMessageReq.additionalHeaders",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq_sessionID, {"sessionID","giop-parlay.csapi.cancelMessageReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -66782,7 +67254,7 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_fw_TpSag_SagID, {"TpSag_SagID","giop-parlay.TpSag.SagID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_TpSag_SagDescription, {"TpSag_SagDescription","giop-parlay.TpSag.SagDescription",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_TpServiceProperty_ServicePropertyName, {"TpServiceProperty_ServicePropertyName","giop-parlay.TpServiceProperty.ServicePropertyName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_fw_TpServiceProperty_ServicePropertyValueList, {"Seq length of TpServiceProperty_ServicePropertyValueList","giop-parlay.TpServiceProperty.ServicePropertyValueList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_fw_TpServiceProperty_ServicePropertyValueList, {"TpServiceProperty_ServicePropertyValueList","giop-parlay.TpServiceProperty.ServicePropertyValueList",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_TpServiceDescription_ServiceTypeName, {"TpServiceDescription_ServiceTypeName","giop-parlay.TpServiceDescription.ServiceTypeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_TpServiceDescription_ServicePropertyList, {"Seq length of TpServiceDescription_ServicePropertyList","giop-parlay.TpServiceDescription.ServicePropertyList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -66798,10 +67270,10 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_fw_TpServiceTypeProperty_ServiceTypePropertyMode, {"TpServiceTypeProperty_ServiceTypePropertyMode","giop-parlay.TpServiceTypeProperty.ServiceTypePropertyMode",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpServiceTypePropertyMode),0x0,NULL,HFILL}},
{&hf_org_csapi_fw_TpServiceTypeProperty_ServicePropertyTypeName, {"TpServiceTypeProperty_ServicePropertyTypeName","giop-parlay.TpServiceTypeProperty.ServicePropertyTypeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_TpServiceTypeDescription_ServiceTypePropertyList, {"Seq length of TpServiceTypeDescription_ServiceTypePropertyList","giop-parlay.TpServiceTypeDescription.ServiceTypePropertyList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList, {"Seq length of TpServiceTypeDescription_ServiceTypeNameList","giop-parlay.TpServiceTypeDescription.ServiceTypeNameList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList, {"TpServiceTypeDescription_ServiceTypeNameList","giop-parlay.TpServiceTypeDescription.ServiceTypeNameList",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_TpServiceTypeDescription_AvailableOrUnavailable, {"TpServiceTypeDescription_AvailableOrUnavailable","giop-parlay.TpServiceTypeDescription.AvailableOrUnavailable",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
- {&hf_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature, {"Seq length of TpSignatureAndServiceMgr_DigitalSignature","giop-parlay.TpSignatureAndServiceMgr.DigitalSignature",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature, {"TpSignatureAndServiceMgr_DigitalSignature","giop-parlay.TpSignatureAndServiceMgr.DigitalSignature",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_TpPerson_PersonName, {"TpPerson_PersonName","giop-parlay.TpPerson.PersonName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_TpPerson_PostalAddress, {"TpPerson_PostalAddress","giop-parlay.TpPerson.PostalAddress",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
@@ -66827,7 +67299,7 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyName, {"TpServiceTypePropertyValue_ServicePropertyName","giop-parlay.TpServiceTypePropertyValue.ServicePropertyName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_TpServiceTypePropertyValue_ServiceTypePropertyMode, {"TpServiceTypePropertyValue_ServiceTypePropertyMode","giop-parlay.TpServiceTypePropertyValue.ServiceTypePropertyMode",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpServiceTypePropertyMode),0x0,NULL,HFILL}},
{&hf_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyTypeName, {"TpServiceTypePropertyValue_ServicePropertyTypeName","giop-parlay.TpServiceTypePropertyValue.ServicePropertyTypeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList, {"Seq length of TpServiceTypePropertyValue_ServicePropertyValueList","giop-parlay.TpServiceTypePropertyValue.ServicePropertyValueList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList, {"TpServiceTypePropertyValue_ServicePropertyValueList","giop-parlay.TpServiceTypePropertyValue.ServicePropertyValueList",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_ServiceType, {"TpFwMigrationServiceAvailableInfo_ServiceType","giop-parlay.TpFwMigrationServiceAvailableInfo.ServiceType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_ServiceID, {"TpFwMigrationServiceAvailableInfo_ServiceID","giop-parlay.TpFwMigrationServiceAvailableInfo.ServiceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
@@ -66851,7 +67323,7 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_ui_TpUIEventCriteriaResult_AssignmentID, {"TpUIEventCriteriaResult_AssignmentID","giop-parlay.TpUIEventCriteriaResult.AssignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_ui_TpUIEventNotificationInfo_ServiceCode, {"TpUIEventNotificationInfo_ServiceCode","giop-parlay.TpUIEventNotificationInfo.ServiceCode",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_ui_TpUIEventNotificationInfo_DataTypeIndication, {"TpUIEventNotificationInfo_DataTypeIndication","giop-parlay.TpUIEventNotificationInfo.DataTypeIndication",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIEventInfoDataType),0x0,NULL,HFILL}},
- {&hf_org_csapi_ui_TpUIEventNotificationInfo_UIEventData, {"Seq length of TpUIEventNotificationInfo_UIEventData","giop-parlay.TpUIEventNotificationInfo.UIEventData",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_ui_TpUIEventNotificationInfo_UIEventData, {"TpUIEventNotificationInfo_UIEventData","giop-parlay.TpUIEventNotificationInfo.UIEventData",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_ui_TpUIRecognitionProperty_PropertyName, {"TpUIRecognitionProperty_PropertyName","giop-parlay.TpUIRecognitionProperty.PropertyName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_ui_TpUIRecognitionProperty_PropertyValue, {"TpUIRecognitionProperty_PropertyValue","giop-parlay.TpUIRecognitionProperty.PropertyValue",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
@@ -66888,10 +67360,10 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_cc_TpCallTreatment_CallTreatmentType, {"TpCallTreatment_CallTreatmentType","giop-parlay.TpCallTreatment.CallTreatmentType",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallTreatmentType),0x0,NULL,HFILL}},
{&hf_org_csapi_cc_TpCallTreatment_ReleaseCause, {"TpCallTreatment_ReleaseCause","giop-parlay.TpCallTreatment.ReleaseCause",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpReleaseCause),0x0,NULL,HFILL}},
{&hf_org_csapi_cc_TpCallChargePlan_ChargeOrderType, {"TpCallChargePlan_ChargeOrderType","giop-parlay.TpCallChargePlan.ChargeOrderType",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallChargeOrderCategory),0x0,NULL,HFILL}},
- {&hf_org_csapi_cc_TpCallChargePlan_TransparentCharge, {"Seq length of TpCallChargePlan_TransparentCharge","giop-parlay.TpCallChargePlan.TransparentCharge",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_cc_TpCallChargePlan_TransparentCharge, {"TpCallChargePlan_TransparentCharge","giop-parlay.TpCallChargePlan.TransparentCharge",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cc_TpCallChargePlan_ChargePlan, {"TpCallChargePlan_ChargePlan","giop-parlay.TpCallChargePlan.ChargePlan",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cc_TpCallChargePlan_AdditionalInfo, {"Seq length of TpCallChargePlan_AdditionalInfo","giop-parlay.TpCallChargePlan.AdditionalInfo",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_cc_TpCallChargePlan_AdditionalInfo, {"TpCallChargePlan_AdditionalInfo","giop-parlay.TpCallChargePlan.AdditionalInfo",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cc_TpCallChargePlan_PartyToCharge, {"TpCallChargePlan_PartyToCharge","giop-parlay.TpCallChargePlan.PartyToCharge",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallPartyToChargeType),0x0,NULL,HFILL}},
{&hf_org_csapi_cc_gccs_TpCallEventCriteria_CallEventName, {"TpCallEventCriteria_CallEventName","giop-parlay.TpCallEventCriteria.CallEventName",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -66927,7 +67399,7 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_cc_TpCallEventInfo_CallEventTime, {"TpCallEventInfo_CallEventTime","giop-parlay.TpCallEventInfo.CallEventTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cc_TpNotificationRequestedSetEntry_NotificationRequestSet, {"Seq length of TpNotificationRequestedSetEntry_NotificationRequestSet","giop-parlay.TpNotificationRequestedSetEntry.NotificationRequestSet",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cc_TpNotificationRequestedSetEntry_Final, {"TpNotificationRequestedSetEntry_Final","giop-parlay.TpNotificationRequestedSetEntry.Final",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
- {&hf_org_csapi_cc_TpCarrier_CarrierID, {"Seq length of TpCarrier_CarrierID","giop-parlay.TpCarrier.CarrierID",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_cc_TpCarrier_CarrierID, {"TpCarrier_CarrierID","giop-parlay.TpCarrier.CarrierID",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cc_TpCarrier_CarrierSelectionField, {"TpCarrier_CarrierSelectionField","giop-parlay.TpCarrier.CarrierSelectionField",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCarrierSelectionField),0x0,NULL,HFILL}},
{&hf_org_csapi_cc_TpCallNotificationInfo_CallAppInfo, {"Seq length of TpCallNotificationInfo_CallAppInfo","giop-parlay.TpCallNotificationInfo.CallAppInfo",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -67163,7 +67635,7 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_am_TpTransactionHistory_TransactionID, {"TpTransactionHistory_TransactionID","giop-parlay.TpTransactionHistory.TransactionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_am_TpTransactionHistory_TimeStamp, {"TpTransactionHistory_TimeStamp","giop-parlay.TpTransactionHistory.TimeStamp",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_am_TpTransactionHistory_AdditionalInfo, {"TpTransactionHistory_AdditionalInfo","giop-parlay.TpTransactionHistory.AdditionalInfo",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_am_TpChargingEventCriteria_ChargingEvents, {"Seq length of TpChargingEventCriteria_ChargingEvents","giop-parlay.TpChargingEventCriteria.ChargingEvents",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_am_TpChargingEventCriteria_ChargingEvents, {"TpChargingEventCriteria_ChargingEvents","giop-parlay.TpChargingEventCriteria.ChargingEvents",FT_UINT32,BASE_DEC,VALS(org_csapi_am_TpChargingEventName),0x0,NULL,HFILL}},
{&hf_org_csapi_am_TpChargingEventCriteria_Users, {"Seq length of TpChargingEventCriteria_Users","giop-parlay.TpChargingEventCriteria.Users",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_am_TpChargingEventCriteriaResult_AssignmentID, {"TpChargingEventCriteriaResult_AssignmentID","giop-parlay.TpChargingEventCriteriaResult.AssignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -67189,7 +67661,7 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_policy_TpPolicyEvent_EventDefinitionName, {"TpPolicyEvent_EventDefinitionName","giop-parlay.TpPolicyEvent.EventDefinitionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_policy_TpPolicyEvent_EventDomainName, {"TpPolicyEvent_EventDomainName","giop-parlay.TpPolicyEvent.EventDomainName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_policy_TpPolicyNameValue_Name, {"TpPolicyNameValue_Name","giop-parlay.TpPolicyNameValue.Name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names, {"Seq length of TpPolicyRecordType_Names","giop-parlay.TpPolicyRecordType.Names",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names, {"TpPolicyRecordType_Names","giop-parlay.TpPolicyRecordType.Names",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Types, {"Seq length of TpPolicyRecordType_Types","giop-parlay.TpPolicyRecordType.Types",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_policy_TpPolicyType_TpPolicyListType_ElementType, {"Seq length of TpPolicyListType_ElementType","giop-parlay.TpPolicyListType.ElementType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -67215,118 +67687,118 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_pam_TpPAMCommunicationContext_CommunicationCapability, {"TpPAMCommunicationContext_CommunicationCapability","giop-parlay.TpPAMCommunicationContext.CommunicationCapability",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_TpPAMContext_AskerData, {"Seq length of TpPAMContext_AskerData","giop-parlay.TpPAMContext.AskerData",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_TpPAMAccessControlData_DefaultPolicy, {"TpPAMAccessControlData_DefaultPolicy","giop-parlay.TpPAMAccessControlData.DefaultPolicy",FT_UINT32,BASE_DEC,VALS(org_csapi_pam_TpPAMACLDefault),0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMAccessControlData_AllowList, {"Seq length of TpPAMAccessControlData_AllowList","giop-parlay.TpPAMAccessControlData.AllowList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMAccessControlData_AllowList, {"TpPAMAccessControlData_AllowList","giop-parlay.TpPAMAccessControlData.AllowList",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMAccessControlData_DenyList, {"Seq length of TpPAMAccessControlData_DenyList","giop-parlay.TpPAMAccessControlData.DenyList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMAccessControlData_DenyList, {"TpPAMAccessControlData_DenyList","giop-parlay.TpPAMAccessControlData.DenyList",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMICEventData_IdentityType, {"Seq length of TpPAMICEventData_IdentityType","giop-parlay.TpPAMICEventData.IdentityType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMICEventData_IdentityType, {"TpPAMICEventData_IdentityType","giop-parlay.TpPAMICEventData.IdentityType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMICNotificationData_Identities, {"Seq length of TpPAMICNotificationData_Identities","giop-parlay.TpPAMICNotificationData.Identities",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMICNotificationData_Identities, {"TpPAMICNotificationData_Identities","giop-parlay.TpPAMICNotificationData.Identities",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMIDEventData_IdentityName, {"Seq length of TpPAMIDEventData_IdentityName","giop-parlay.TpPAMIDEventData.IdentityName",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMIDEventData_IdentityName, {"TpPAMIDEventData_IdentityName","giop-parlay.TpPAMIDEventData.IdentityName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMIDEventData_IdentityType, {"Seq length of TpPAMIDEventData_IdentityType","giop-parlay.TpPAMIDEventData.IdentityType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMIDEventData_IdentityType, {"TpPAMIDEventData_IdentityType","giop-parlay.TpPAMIDEventData.IdentityType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMIDNotificationData_Identities, {"Seq length of TpPAMIDNotificationData_Identities","giop-parlay.TpPAMIDNotificationData.Identities",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMIDNotificationData_Identities, {"TpPAMIDNotificationData_Identities","giop-parlay.TpPAMIDNotificationData.Identities",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMGMCEventData_GroupName, {"Seq length of TpPAMGMCEventData_GroupName","giop-parlay.TpPAMGMCEventData.GroupName",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMGMCEventData_GroupName, {"TpPAMGMCEventData_GroupName","giop-parlay.TpPAMGMCEventData.GroupName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMGMCEventData_GroupType, {"Seq length of TpPAMGMCEventData_GroupType","giop-parlay.TpPAMGMCEventData.GroupType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMGMCEventData_GroupType, {"TpPAMGMCEventData_GroupType","giop-parlay.TpPAMGMCEventData.GroupType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMGMCNotificationData_Groups, {"Seq length of TpPAMGMCNotificationData_Groups","giop-parlay.TpPAMGMCNotificationData.Groups",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMGMCNotificationData_Groups, {"TpPAMGMCNotificationData_Groups","giop-parlay.TpPAMGMCNotificationData.Groups",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMACEventData_AgentType, {"Seq length of TpPAMACEventData_AgentType","giop-parlay.TpPAMACEventData.AgentType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMACEventData_AgentType, {"TpPAMACEventData_AgentType","giop-parlay.TpPAMACEventData.AgentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMACNotificationData_Agents, {"Seq length of TpPAMACNotificationData_Agents","giop-parlay.TpPAMACNotificationData.Agents",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMACNotificationData_Agents, {"TpPAMACNotificationData_Agents","giop-parlay.TpPAMACNotificationData.Agents",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMADEventData_AgentName, {"Seq length of TpPAMADEventData_AgentName","giop-parlay.TpPAMADEventData.AgentName",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMADEventData_AgentName, {"TpPAMADEventData_AgentName","giop-parlay.TpPAMADEventData.AgentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMADEventData_AgentType, {"Seq length of TpPAMADEventData_AgentType","giop-parlay.TpPAMADEventData.AgentType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMADEventData_AgentType, {"TpPAMADEventData_AgentType","giop-parlay.TpPAMADEventData.AgentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMADNotificationData_Agents, {"Seq length of TpPAMADNotificationData_Agents","giop-parlay.TpPAMADNotificationData.Agents",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMADNotificationData_Agents, {"TpPAMADNotificationData_Agents","giop-parlay.TpPAMADNotificationData.Agents",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMAAEventData_IdentityName, {"Seq length of TpPAMAAEventData_IdentityName","giop-parlay.TpPAMAAEventData.IdentityName",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMAAEventData_IdentityName, {"TpPAMAAEventData_IdentityName","giop-parlay.TpPAMAAEventData.IdentityName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMAAEventData_IdentityType, {"Seq length of TpPAMAAEventData_IdentityType","giop-parlay.TpPAMAAEventData.IdentityType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMAAEventData_IdentityType, {"TpPAMAAEventData_IdentityType","giop-parlay.TpPAMAAEventData.IdentityType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMAAEventData_AgentName, {"Seq length of TpPAMAAEventData_AgentName","giop-parlay.TpPAMAAEventData.AgentName",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMAAEventData_AgentName, {"TpPAMAAEventData_AgentName","giop-parlay.TpPAMAAEventData.AgentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMAAEventData_AgentType, {"Seq length of TpPAMAAEventData_AgentType","giop-parlay.TpPAMAAEventData.AgentType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMAAEventData_AgentType, {"TpPAMAAEventData_AgentType","giop-parlay.TpPAMAAEventData.AgentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_TpPAMAANotificationData_Identity, {"TpPAMAANotificationData_Identity","giop-parlay.TpPAMAANotificationData.Identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_TpPAMAANotificationData_Agent, {"TpPAMAANotificationData_Agent","giop-parlay.TpPAMAANotificationData.Agent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMAUEventData_IdentityName, {"Seq length of TpPAMAUEventData_IdentityName","giop-parlay.TpPAMAUEventData.IdentityName",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMAUEventData_IdentityName, {"TpPAMAUEventData_IdentityName","giop-parlay.TpPAMAUEventData.IdentityName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMAUEventData_IdentityType, {"Seq length of TpPAMAUEventData_IdentityType","giop-parlay.TpPAMAUEventData.IdentityType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMAUEventData_IdentityType, {"TpPAMAUEventData_IdentityType","giop-parlay.TpPAMAUEventData.IdentityType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMAUEventData_AgentName, {"Seq length of TpPAMAUEventData_AgentName","giop-parlay.TpPAMAUEventData.AgentName",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMAUEventData_AgentName, {"TpPAMAUEventData_AgentName","giop-parlay.TpPAMAUEventData.AgentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMAUEventData_AgentType, {"Seq length of TpPAMAUEventData_AgentType","giop-parlay.TpPAMAUEventData.AgentType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMAUEventData_AgentType, {"TpPAMAUEventData_AgentType","giop-parlay.TpPAMAUEventData.AgentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_TpPAMAUNotificationData_Identity, {"TpPAMAUNotificationData_Identity","giop-parlay.TpPAMAUNotificationData.Identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_TpPAMAUNotificationData_Agent, {"TpPAMAUNotificationData_Agent","giop-parlay.TpPAMAUNotificationData.Agent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMCCEventData_IdentityName, {"Seq length of TpPAMCCEventData_IdentityName","giop-parlay.TpPAMCCEventData.IdentityName",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMCCEventData_IdentityName, {"TpPAMCCEventData_IdentityName","giop-parlay.TpPAMCCEventData.IdentityName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMCCEventData_IdentityType, {"Seq length of TpPAMCCEventData_IdentityType","giop-parlay.TpPAMCCEventData.IdentityType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMCCEventData_IdentityType, {"TpPAMCCEventData_IdentityType","giop-parlay.TpPAMCCEventData.IdentityType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMCCEventData_Capabilities, {"Seq length of TpPAMCCEventData_Capabilities","giop-parlay.TpPAMCCEventData.Capabilities",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMCCEventData_Capabilities, {"TpPAMCCEventData_Capabilities","giop-parlay.TpPAMCCEventData.Capabilities",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_TpPAMCCNotificationData_Identity, {"TpPAMCCNotificationData_Identity","giop-parlay.TpPAMCCNotificationData.Identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMCCNotificationData_Capabilities, {"Seq length of TpPAMCCNotificationData_Capabilities","giop-parlay.TpPAMCCNotificationData.Capabilities",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMCCNotificationData_Capabilities, {"TpPAMCCNotificationData_Capabilities","giop-parlay.TpPAMCCNotificationData.Capabilities",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMACPSEventData_AgentName, {"Seq length of TpPAMACPSEventData_AgentName","giop-parlay.TpPAMACPSEventData.AgentName",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMACPSEventData_AgentName, {"TpPAMACPSEventData_AgentName","giop-parlay.TpPAMACPSEventData.AgentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMACPSEventData_AgentType, {"Seq length of TpPAMACPSEventData_AgentType","giop-parlay.TpPAMACPSEventData.AgentType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMACPSEventData_AgentType, {"TpPAMACPSEventData_AgentType","giop-parlay.TpPAMACPSEventData.AgentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMACPSEventData_Capabilities, {"Seq length of TpPAMACPSEventData_Capabilities","giop-parlay.TpPAMACPSEventData.Capabilities",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMACPSEventData_Capabilities, {"TpPAMACPSEventData_Capabilities","giop-parlay.TpPAMACPSEventData.Capabilities",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMACPSEventData_AttributeNames, {"Seq length of TpPAMACPSEventData_AttributeNames","giop-parlay.TpPAMACPSEventData.AttributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMACPSEventData_AttributeNames, {"TpPAMACPSEventData_AttributeNames","giop-parlay.TpPAMACPSEventData.AttributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_TpPAMACPSEventData_ReportingPeriod, {"TpPAMACPSEventData_ReportingPeriod","giop-parlay.TpPAMACPSEventData.ReportingPeriod",FT_INT64,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_TpPAMACPSNotificationData_Agent, {"TpPAMACPSNotificationData_Agent","giop-parlay.TpPAMACPSNotificationData.Agent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_TpPAMACPSNotificationData_Capability, {"TpPAMACPSNotificationData_Capability","giop-parlay.TpPAMACPSNotificationData.Capability",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames, {"Seq length of TpPAMACPSNotificationData_AttributeNames","giop-parlay.TpPAMACPSNotificationData.AttributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames, {"TpPAMACPSNotificationData_AttributeNames","giop-parlay.TpPAMACPSNotificationData.AttributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMAPSEventData_AgentName, {"Seq length of TpPAMAPSEventData_AgentName","giop-parlay.TpPAMAPSEventData.AgentName",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMAPSEventData_AgentName, {"TpPAMAPSEventData_AgentName","giop-parlay.TpPAMAPSEventData.AgentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMAPSEventData_AgentType, {"Seq length of TpPAMAPSEventData_AgentType","giop-parlay.TpPAMAPSEventData.AgentType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMAPSEventData_AgentType, {"TpPAMAPSEventData_AgentType","giop-parlay.TpPAMAPSEventData.AgentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMAPSEventData_AttributeNames, {"Seq length of TpPAMAPSEventData_AttributeNames","giop-parlay.TpPAMAPSEventData.AttributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMAPSEventData_AttributeNames, {"TpPAMAPSEventData_AttributeNames","giop-parlay.TpPAMAPSEventData.AttributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_TpPAMAPSEventData_ReportingPeriod, {"TpPAMAPSEventData_ReportingPeriod","giop-parlay.TpPAMAPSEventData.ReportingPeriod",FT_INT64,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_TpPAMAPSNotificationData_Agent, {"TpPAMAPSNotificationData_Agent","giop-parlay.TpPAMAPSNotificationData.Agent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames, {"Seq length of TpPAMAPSNotificationData_AttributeNames","giop-parlay.TpPAMAPSNotificationData.AttributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames, {"TpPAMAPSNotificationData_AttributeNames","giop-parlay.TpPAMAPSNotificationData.AttributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMIPSEventData_IdentityName, {"Seq length of TpPAMIPSEventData_IdentityName","giop-parlay.TpPAMIPSEventData.IdentityName",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMIPSEventData_IdentityName, {"TpPAMIPSEventData_IdentityName","giop-parlay.TpPAMIPSEventData.IdentityName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMIPSEventData_IdentityType, {"Seq length of TpPAMIPSEventData_IdentityType","giop-parlay.TpPAMIPSEventData.IdentityType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMIPSEventData_IdentityType, {"TpPAMIPSEventData_IdentityType","giop-parlay.TpPAMIPSEventData.IdentityType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMIPSEventData_AttributeNames, {"Seq length of TpPAMIPSEventData_AttributeNames","giop-parlay.TpPAMIPSEventData.AttributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMIPSEventData_AttributeNames, {"TpPAMIPSEventData_AttributeNames","giop-parlay.TpPAMIPSEventData.AttributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_TpPAMIPSEventData_ReportingPeriod, {"TpPAMIPSEventData_ReportingPeriod","giop-parlay.TpPAMIPSEventData.ReportingPeriod",FT_INT64,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_TpPAMIPSNotificationData_Identity, {"TpPAMIPSNotificationData_Identity","giop-parlay.TpPAMIPSNotificationData.Identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_TpPAMIPSNotificationData_Attributes, {"Seq length of TpPAMIPSNotificationData_Attributes","giop-parlay.TpPAMIPSNotificationData.Attributes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMAVCEventData_IdentityName, {"Seq length of TpPAMAVCEventData_IdentityName","giop-parlay.TpPAMAVCEventData.IdentityName",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMAVCEventData_IdentityName, {"TpPAMAVCEventData_IdentityName","giop-parlay.TpPAMAVCEventData.IdentityName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMAVCEventData_IdentityType, {"Seq length of TpPAMAVCEventData_IdentityType","giop-parlay.TpPAMAVCEventData.IdentityType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMAVCEventData_IdentityType, {"TpPAMAVCEventData_IdentityType","giop-parlay.TpPAMAVCEventData.IdentityType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_TpPAMAVCEventData_PAMContext, {"Seq length of TpPAMAVCEventData_PAMContext","giop-parlay.TpPAMAVCEventData.PAMContext",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMAVCEventData_AttributeNames, {"Seq length of TpPAMAVCEventData_AttributeNames","giop-parlay.TpPAMAVCEventData.AttributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMAVCEventData_AttributeNames, {"TpPAMAVCEventData_AttributeNames","giop-parlay.TpPAMAVCEventData.AttributeNames",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_TpPAMAVCEventData_ReportingPeriod, {"TpPAMAVCEventData_ReportingPeriod","giop-parlay.TpPAMAVCEventData.ReportingPeriod",FT_INT64,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_TpPAMAVCNotificationData_Identity, {"TpPAMAVCNotificationData_Identity","giop-parlay.TpPAMAVCNotificationData.Identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_TpPAMAVCNotificationData_Availability, {"Seq length of TpPAMAVCNotificationData_Availability","giop-parlay.TpPAMAVCNotificationData.Availability",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMWCEventData_Events, {"Seq length of TpPAMWCEventData_Events","giop-parlay.TpPAMWCEventData.Events",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMWCEventData_Events, {"TpPAMWCEventData_Events","giop-parlay.TpPAMWCEventData.Events",FT_UINT32,BASE_DEC,VALS(org_csapi_pam_TpPAMEventName),0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMWCEventData_IdentityName, {"Seq length of TpPAMWCEventData_IdentityName","giop-parlay.TpPAMWCEventData.IdentityName",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMWCEventData_IdentityName, {"TpPAMWCEventData_IdentityName","giop-parlay.TpPAMWCEventData.IdentityName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMWCEventData_IdentityType, {"Seq length of TpPAMWCEventData_IdentityType","giop-parlay.TpPAMWCEventData.IdentityType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMWCEventData_IdentityType, {"TpPAMWCEventData_IdentityType","giop-parlay.TpPAMWCEventData.IdentityType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_TpPAMWCEventData_ReportingPeriod, {"TpPAMWCEventData_ReportingPeriod","giop-parlay.TpPAMWCEventData.ReportingPeriod",FT_INT64,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_TpPAMWCNotificationData_Event, {"TpPAMWCNotificationData_Event","giop-parlay.TpPAMWCNotificationData.Event",FT_UINT32,BASE_DEC,VALS(org_csapi_pam_TpPAMEventName),0x0,NULL,HFILL}},
{&hf_org_csapi_pam_TpPAMWCNotificationData_ChangeType, {"TpPAMWCNotificationData_ChangeType","giop-parlay.TpPAMWCNotificationData.ChangeType",FT_UINT32,BASE_DEC,VALS(org_csapi_pam_TpPAMwatcherChangeType),0x0,NULL,HFILL}},
{&hf_org_csapi_pam_TpPAMWCNotificationData_Identity, {"TpPAMWCNotificationData_Identity","giop-parlay.TpPAMWCNotificationData.Identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_pam_TpPAMWCNotificationData_Watchers, {"Seq length of TpPAMWCNotificationData_Watchers","giop-parlay.TpPAMWCNotificationData.Watchers",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_pam_TpPAMWCNotificationData_Watchers, {"TpPAMWCNotificationData_Watchers","giop-parlay.TpPAMWCNotificationData.Watchers",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_pam_TpPAMErrorInfo_Cause, {"TpPAMErrorInfo_Cause","giop-parlay.TpPAMErrorInfo.Cause",FT_UINT32,BASE_DEC,VALS(org_csapi_pam_TpPAMErrorCause),0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_TpMailboxIdentifier_SessionID, {"TpMailboxIdentifier_SessionID","giop-parlay.TpMailboxIdentifier.SessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -67346,7 +67818,7 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_mmm_TpBodyPartDescription_ContentDisposition, {"TpBodyPartDescription_ContentDisposition","giop-parlay.TpBodyPartDescription.ContentDisposition",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_TpBodyPartDescription_PartID, {"TpBodyPartDescription_PartID","giop-parlay.TpBodyPartDescription.PartID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_TpBodyPartDescription_NestingLevel, {"TpBodyPartDescription_NestingLevel","giop-parlay.TpBodyPartDescription.NestingLevel",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_mmm_TpBodyPart_BodyPartContent, {"Seq length of TpBodyPart_BodyPartContent","giop-parlay.TpBodyPart.BodyPartContent",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_mmm_TpBodyPart_BodyPartContent, {"TpBodyPart_BodyPartContent","giop-parlay.TpBodyPart.BodyPartContent",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_TpGenericHeaderField_FieldName, {"TpGenericHeaderField_FieldName","giop-parlay.TpGenericHeaderField.FieldName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_TpGenericHeaderField_FieldValue, {"TpGenericHeaderField_FieldValue","giop-parlay.TpGenericHeaderField.FieldValue",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
@@ -67368,7 +67840,7 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet, {"Seq length of TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet","giop-parlay.TpMessagingNotificationRequestedSetEntry.MessagingNotificationRequestedSet",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_Final, {"TpMessagingNotificationRequestedSetEntry_Final","giop-parlay.TpMessagingNotificationRequestedSetEntry.Final",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
{&hf_org_csapi_mmm_TpNewMessageArrivedInfo_DestinationAddressSet, {"Seq length of TpNewMessageArrivedInfo_DestinationAddressSet","giop-parlay.TpNewMessageArrivedInfo.DestinationAddressSet",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_mmm_TpNewMessageArrivedInfo_Message, {"Seq length of TpNewMessageArrivedInfo_Message","giop-parlay.TpNewMessageArrivedInfo.Message",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_mmm_TpNewMessageArrivedInfo_Message, {"TpNewMessageArrivedInfo_Message","giop-parlay.TpNewMessageArrivedInfo.Message",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_TpNewMessageArrivedInfo_Headers, {"Seq length of TpNewMessageArrivedInfo_Headers","giop-parlay.TpNewMessageArrivedInfo.Headers",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
/* User exception filters */
@@ -67548,19 +68020,19 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_TpAttributeValue_XMLValue, {"TpAttributeValue_XMLValue","giop-parlay.org.csapi.TpAttributeValue.XMLValue",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&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}},
{&hf_org_csapi_fw_TpFwEventCriteria_EventNameUndefined, {"TpFwEventCriteria_EventNameUndefined","giop-parlay.org.csapi.fw.TpFwEventCriteria.EventNameUndefined",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList, {"Seq length of TpFwEventCriteria_ServiceTypeNameList","giop-parlay.org.csapi.fw.TpFwEventCriteria.ServiceTypeNameList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList, {"TpFwEventCriteria_ServiceTypeNameList","giop-parlay.org.csapi.fw.TpFwEventCriteria.ServiceTypeNameList",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList, {"Seq length of TpFwEventCriteria_UnavailableServiceTypeNameList","giop-parlay.org.csapi.fw.TpFwEventCriteria.UnavailableServiceTypeNameList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList, {"TpFwEventCriteria_UnavailableServiceTypeNameList","giop-parlay.org.csapi.fw.TpFwEventCriteria.UnavailableServiceTypeNameList",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList, {"Seq length of TpFwEventCriteria_CompatibleServiceTypeNameList","giop-parlay.org.csapi.fw.TpFwEventCriteria.CompatibleServiceTypeNameList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList, {"TpFwEventCriteria_CompatibleServiceTypeNameList","giop-parlay.org.csapi.fw.TpFwEventCriteria.CompatibleServiceTypeNameList",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_fw_TpFwEventCriteria_SessionCreatedList, {"Seq length of TpFwEventCriteria_SessionCreatedList","giop-parlay.org.csapi.fw.TpFwEventCriteria.SessionCreatedList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_fw_TpFwEventCriteria_SessionCreatedList, {"TpFwEventCriteria_SessionCreatedList","giop-parlay.org.csapi.fw.TpFwEventCriteria.SessionCreatedList",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList, {"Seq length of TpFwEventCriteria_SessionTerminatedList","giop-parlay.org.csapi.fw.TpFwEventCriteria.SessionTerminatedList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList, {"TpFwEventCriteria_SessionTerminatedList","giop-parlay.org.csapi.fw.TpFwEventCriteria.SessionTerminatedList",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_fw_TpFwEventCriteria_AgreementSignedList, {"Seq length of TpFwEventCriteria_AgreementSignedList","giop-parlay.org.csapi.fw.TpFwEventCriteria.AgreementSignedList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_fw_TpFwEventCriteria_AgreementSignedList, {"TpFwEventCriteria_AgreementSignedList","giop-parlay.org.csapi.fw.TpFwEventCriteria.AgreementSignedList",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_fw_TpFwEventCriteria_AgreementEndedList, {"Seq length of TpFwEventCriteria_AgreementEndedList","giop-parlay.org.csapi.fw.TpFwEventCriteria.AgreementEndedList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_fw_TpFwEventCriteria_AgreementEndedList, {"TpFwEventCriteria_AgreementEndedList","giop-parlay.org.csapi.fw.TpFwEventCriteria.AgreementEndedList",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&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}},
{&hf_org_csapi_fw_TpLoadStatisticEntityID_FrameworkID, {"TpLoadStatisticEntityID_FrameworkID","giop-parlay.org.csapi.fw.TpLoadStatisticEntityID.FrameworkID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
@@ -67578,9 +68050,9 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_fw_TpMigrationAdditionalInfo_Dummy, {"TpMigrationAdditionalInfo_Dummy","giop-parlay.org.csapi.fw.TpMigrationAdditionalInfo.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&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}},
{&hf_org_csapi_fw_TpFwEventInfo_EventNameUndefined, {"TpFwEventInfo_EventNameUndefined","giop-parlay.org.csapi.fw.TpFwEventInfo.EventNameUndefined",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_fw_TpFwEventInfo_ServiceIDList, {"Seq length of TpFwEventInfo_ServiceIDList","giop-parlay.org.csapi.fw.TpFwEventInfo.ServiceIDList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_fw_TpFwEventInfo_ServiceIDList, {"TpFwEventInfo_ServiceIDList","giop-parlay.org.csapi.fw.TpFwEventInfo.ServiceIDList",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList, {"Seq length of TpFwEventInfo_UnavailableServiceIDList","giop-parlay.org.csapi.fw.TpFwEventInfo.UnavailableServiceIDList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList, {"TpFwEventInfo_UnavailableServiceIDList","giop-parlay.org.csapi.fw.TpFwEventInfo.UnavailableServiceIDList",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_TpFwEventInfo_AppSessionCreated, {"TpFwEventInfo_AppSessionCreated","giop-parlay.org.csapi.fw.TpFwEventInfo.AppSessionCreated",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_TpFwEventInfo_AppSessionTerminated, {"TpFwEventInfo_AppSessionTerminated","giop-parlay.org.csapi.fw.TpFwEventInfo.AppSessionTerminated",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
@@ -67594,14 +68066,14 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_ui_TpUIInfo_InfoID, {"TpUIInfo_InfoID","giop-parlay.org.csapi.ui.TpUIInfo.InfoID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_ui_TpUIInfo_InfoData, {"TpUIInfo_InfoData","giop-parlay.org.csapi.ui.TpUIInfo.InfoData",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_ui_TpUIInfo_InfoAddress, {"TpUIInfo_InfoAddress","giop-parlay.org.csapi.ui.TpUIInfo.InfoAddress",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_ui_TpUIInfo_InfoBinData, {"Seq length of TpUIInfo_InfoBinData","giop-parlay.org.csapi.ui.TpUIInfo.InfoBinData",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_ui_TpUIInfo_InfoBinData, {"TpUIInfo_InfoBinData","giop-parlay.org.csapi.ui.TpUIInfo.InfoBinData",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_ui_TpUIInfo_InfoUUEncData, {"TpUIInfo_InfoUUEncData","giop-parlay.org.csapi.ui.TpUIInfo.InfoUUEncData",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_ui_TpUIInfo_InfoMimeData, {"Seq length of TpUIInfo_InfoMimeData","giop-parlay.org.csapi.ui.TpUIInfo.InfoMimeData",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_ui_TpUIInfo_InfoMimeData, {"TpUIInfo_InfoMimeData","giop-parlay.org.csapi.ui.TpUIInfo.InfoMimeData",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_ui_TpUIInfo_InfoWaveData, {"Seq length of TpUIInfo_InfoWaveData","giop-parlay.org.csapi.ui.TpUIInfo.InfoWaveData",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_ui_TpUIInfo_InfoWaveData, {"TpUIInfo_InfoWaveData","giop-parlay.org.csapi.ui.TpUIInfo.InfoWaveData",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_ui_TpUIInfo_InfoAuData, {"Seq length of TpUIInfo_InfoAuData","giop-parlay.org.csapi.ui.TpUIInfo.InfoAuData",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_ui_TpUIInfo_InfoAuData, {"TpUIInfo_InfoAuData","giop-parlay.org.csapi.ui.TpUIInfo.InfoAuData",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_ui_TpUIInfo_InfoVXMLData, {"TpUIInfo_InfoVXMLData","giop-parlay.org.csapi.ui.TpUIInfo.InfoVXMLData",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&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}},
@@ -67634,9 +68106,9 @@ void proto_register_giop_parlay(void)
{&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}},
{&hf_org_csapi_cc_TpAdditionalCallEventCriteria_MinAddressLength, {"TpAdditionalCallEventCriteria_MinAddressLength","giop-parlay.org.csapi.cc.TpAdditionalCallEventCriteria.MinAddressLength",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingServiceCode, {"Seq length of TpAdditionalCallEventCriteria_OriginatingServiceCode","giop-parlay.org.csapi.cc.TpAdditionalCallEventCriteria.OriginatingServiceCode",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet, {"Seq length of TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet","giop-parlay.org.csapi.cc.TpAdditionalCallEventCriteria.OriginatingReleaseCauseSet",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&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}},
- {&hf_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet, {"Seq length of TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet","giop-parlay.org.csapi.cc.TpAdditionalCallEventCriteria.TerminatingReleaseCauseSet",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&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}},
{&hf_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingServiceCode, {"Seq length of TpAdditionalCallEventCriteria_TerminatingServiceCode","giop-parlay.org.csapi.cc.TpAdditionalCallEventCriteria.TerminatingServiceCode",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cc_TpAdditionalCallEventCriteria_Dummy, {"TpAdditionalCallEventCriteria_Dummy","giop-parlay.org.csapi.cc.TpAdditionalCallEventCriteria.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -67706,7 +68178,7 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_cs_TpChargingParameterValue_FloatValue, {"TpChargingParameterValue_FloatValue","giop-parlay.org.csapi.cs.TpChargingParameterValue.FloatValue",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cs_TpChargingParameterValue_StringValue, {"TpChargingParameterValue_StringValue","giop-parlay.org.csapi.cs.TpChargingParameterValue.StringValue",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cs_TpChargingParameterValue_BooleanValue, {"TpChargingParameterValue_BooleanValue","giop-parlay.org.csapi.cs.TpChargingParameterValue.BooleanValue",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
- {&hf_org_csapi_cs_TpChargingParameterValue_OctetValue, {"Seq length of TpChargingParameterValue_OctetValue","giop-parlay.org.csapi.cs.TpChargingParameterValue.OctetValue",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_cs_TpChargingParameterValue_OctetValue, {"TpChargingParameterValue_OctetValue","giop-parlay.org.csapi.cs.TpChargingParameterValue.OctetValue",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
{&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}},
{&hf_org_csapi_cs_TpAppInformation_Timestamp, {"TpAppInformation_Timestamp","giop-parlay.org.csapi.cs.TpAppInformation.Timestamp",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
@@ -67747,13 +68219,13 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_mmm_TpMessageHeaderField_Cc, {"Seq length of TpMessageHeaderField_Cc","giop-parlay.org.csapi.mmm.TpMessageHeaderField.Cc",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_TpMessageHeaderField_Bcc, {"Seq length of TpMessageHeaderField_Bcc","giop-parlay.org.csapi.mmm.TpMessageHeaderField.Bcc",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_TpMessageHeaderField_RFC822MessageID, {"TpMessageHeaderField_RFC822MessageID","giop-parlay.org.csapi.mmm.TpMessageHeaderField.RFC822MessageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_mmm_TpMessageHeaderField_InReplyTo, {"Seq length of TpMessageHeaderField_InReplyTo","giop-parlay.org.csapi.mmm.TpMessageHeaderField.InReplyTo",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_mmm_TpMessageHeaderField_InReplyTo, {"TpMessageHeaderField_InReplyTo","giop-parlay.org.csapi.mmm.TpMessageHeaderField.InReplyTo",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_mmm_TpMessageHeaderField_References, {"Seq length of TpMessageHeaderField_References","giop-parlay.org.csapi.mmm.TpMessageHeaderField.References",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_mmm_TpMessageHeaderField_References, {"TpMessageHeaderField_References","giop-parlay.org.csapi.mmm.TpMessageHeaderField.References",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_TpMessageHeaderField_Subject, {"TpMessageHeaderField_Subject","giop-parlay.org.csapi.mmm.TpMessageHeaderField.Subject",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_TpMessageHeaderField_Comments, {"TpMessageHeaderField_Comments","giop-parlay.org.csapi.mmm.TpMessageHeaderField.Comments",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_mmm_TpMessageHeaderField_Keywords, {"Seq length of TpMessageHeaderField_Keywords","giop-parlay.org.csapi.mmm.TpMessageHeaderField.Keywords",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&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}},
{&hf_org_csapi_mmm_TpMessageHeaderField_Keywords, {"TpMessageHeaderField_Keywords","giop-parlay.org.csapi.mmm.TpMessageHeaderField.Keywords",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_TpMessageHeaderField_MimeVersion, {"TpMessageHeaderField_MimeVersion","giop-parlay.org.csapi.mmm.TpMessageHeaderField.MimeVersion",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_TpMessageHeaderField_MimeContent, {"TpMessageHeaderField_MimeContent","giop-parlay.org.csapi.mmm.TpMessageHeaderField.MimeContent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},