aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-parlay.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2014-04-22 08:56:03 -0400
committerAnders Broman <a.broman58@gmail.com>2014-04-23 06:24:33 +0000
commitfccf62ece2bed528d2bc588875808fd77e1f0eaf (patch)
treed22b3a36daa1d6e8b4aa97cd3bfe04727116ff40 /epan/dissectors/packet-parlay.c
parent8ab1c804d7622318689ba0ec94628743b5e3a6c0 (diff)
Bugfix generating a sequence of "native" types. Bug 9532.
Previously a sequence of "native" types (int, float, etc) generated a proto_tree_add_uint (for the loop over the sequence) and a proto_tree_add_XXX (for the "native" type), but only 1 hf variable was created for the "loop" field, so DISSECTOR_ASSERT_NOT_REACHED would be generated if "native" type != uint. Now a separate hf_ variable is generated for the "loop" and "native" type. Also update existing IDL dissectors with new generator logic. Change-Id: Ie4d1edfd67a8e6f02834573f29f07baf79058534 Reviewed-on: https://code.wireshark.org/review/1274 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-parlay.c')
-rw-r--r--epan/dissectors/packet-parlay.c350
1 files changed, 336 insertions, 14 deletions
diff --git a/epan/dissectors/packet-parlay.c b/epan/dissectors/packet-parlay.c
index 8be46fb571..49b7cd33d6 100644
--- a/epan/dissectors/packet-parlay.c
+++ b/epan/dissectors/packet-parlay.c
@@ -439,6 +439,7 @@ static int hf_org_csapi_cc_gccs_IpAppCallControlManager_callEventNotify_assignme
static int hf_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadEncountered_assignmentID = -1;
static int hf_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadCeased_assignmentID = -1;
static int hf_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet = -1;
+static int hf_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet_loop = -1;
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;
@@ -574,6 +575,7 @@ static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callAborted_c
static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadEncountered_assignmentID = -1;
static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadCeased_assignmentID = -1;
static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet = -1;
+static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet_loop = -1;
static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes_callSessionID = -1;
static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes_report = -1;
static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes_usedVolume = -1;
@@ -586,6 +588,7 @@ static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_ty
static int hf_org_csapi_cc_mmccs_IpMultiMediaStream_subtract_mediaStreamSessionID = -1;
static int hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_callLegSessionID = -1;
static int hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList = -1;
+static int hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList_loop = -1;
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;
@@ -637,6 +640,7 @@ static int hf_org_csapi_cc_cccs_IpAppConfCallControlManager_conferenceCreated_co
static int hf_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_return = -1;
static int hf_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_subConferenceSessionID = -1;
static int hf_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList = -1;
+static int hf_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList_loop = -1;
static int hf_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_appSubConferenceCall = -1;
static int hf_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference_subConferenceCallSessionID = -1;
static int hf_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference_targetSubConferenceCall = -1;
@@ -773,6 +777,7 @@ static int hf_org_csapi_ui_IpAppUIAdminManager_putMessageErr_error = -1;
static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_usrInteractionSessionID = -1;
static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_assignmentID = -1;
static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList = -1;
+static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList_loop = -1;
static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_final = -1;
static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageListErr_usrInteractionSessionID = -1;
static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageListErr_assignmentID = -1;
@@ -960,6 +965,7 @@ static int hf_org_csapi_dsc_IpAppDataSessionControlManager_reportNotification_da
static int hf_org_csapi_dsc_IpAppDataSessionControlManager_reportNotification_eventInfo = -1;
static int hf_org_csapi_dsc_IpAppDataSessionControlManager_reportNotification_assignmentID = -1;
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_dataSessionID = -1;
static int hf_org_csapi_dsc_IpDataSession_connectReq_responseRequested = -1;
@@ -1324,6 +1330,7 @@ static int hf_org_csapi_cs_IpChargingSession_reserveUnitReq_volumes = -1;
static int hf_org_csapi_cs_IpChargingSession_reserveUnitReq_requestNumber = -1;
static int hf_org_csapi_cs_IpAppChargingManager_sessionAborted_sessionID = -1;
static int hf_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet = -1;
+static int hf_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet_loop = -1;
static int hf_org_csapi_cs_IpChargingManager_createChargingSession_return = -1;
static int hf_org_csapi_cs_IpChargingManager_createChargingSession_appChargingSession = -1;
static int hf_org_csapi_cs_IpChargingManager_createChargingSession_sessionDescription = -1;
@@ -18061,7 +18068,7 @@ decode_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls(tvbuff_t *tv
case Request:
u_octet4_loop_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet);
+ item = proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet);
for (i_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet=0; i_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet < u_octet4_loop_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet; i_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet++) {
@@ -20538,7 +20545,7 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls(t
case Request:
u_octet4_loop_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet);
+ item = proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet);
for (i_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet=0; i_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet < u_octet4_loop_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet; i_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet++) {
@@ -20761,7 +20768,7 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow(tvbuff_t *tvb _U_
u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList);
+ item = proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList);
for (i_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList=0; i_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList < u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList; i_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList++) {
@@ -21517,7 +21524,7 @@ decode_org_csapi_cc_cccs_IpSubConfCall_splitSubConference(tvbuff_t *tvb _U_, pac
u_octet4_loop_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList);
+ item = proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList);
for (i_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList=0; i_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList < u_octet4_loop_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList; i_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList++) {
@@ -23658,7 +23665,7 @@ decode_org_csapi_ui_IpAppUIAdminManager_getMessageListRes(tvbuff_t *tvb _U_, pac
u_octet4_loop_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList);
+ item = proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList);
for (i_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList=0; i_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList < u_octet4_loop_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList; i_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList++) {
@@ -26877,7 +26884,7 @@ decode_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions(tv
case Request:
u_octet4_loop_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet, tvb,*offset-4, 4, u_octet4_loop_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet);
+ item = proto_tree_add_uint(tree, hf_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet);
for (i_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet=0; i_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet < u_octet4_loop_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet; i_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet++) {
@@ -33044,7 +33051,7 @@ decode_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions(tvbuff_t
case Request:
u_octet4_loop_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
/* coverity[returned_pointer] */
- item = proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet);
+ item = proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet_loop, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet);
for (i_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet=0; i_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet < u_octet4_loop_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet; i_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet++) {
@@ -64835,30 +64842,42 @@ void proto_register_giop_parlay(void)
{&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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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}},
{&hf_org_csapi_fw_fw_application_notification_IpEventNotification_destroyNotification_assignmentID, {"assignmentID","giop-parlay.csapi.destroyNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -64870,18 +64889,23 @@ void proto_register_giop_parlay(void)
{&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, {"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, {"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, {"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, {"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, {"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}},
{&hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes_loadStatistics, {"Seq length of loadStatistics","giop-parlay.csapi.queryLoadRes.loadStatistics",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -64894,14 +64918,20 @@ void proto_register_giop_parlay(void)
{&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, {"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, {"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, {"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, {"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, {"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, {"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}},
{&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsErr_loadStatsReqID, {"loadStatsReqID","giop-parlay.csapi.queryAppLoadStatsErr.loadStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -64916,12 +64946,14 @@ void proto_register_giop_parlay(void)
{&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, {"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, {"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}},
{&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordErr_faultStatisticsError, {"faultStatisticsError","giop-parlay.csapi.generateFaultStatisticsRecordErr.faultStatisticsError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpFaultStatisticsError),0x0,NULL,HFILL}},
@@ -64930,6 +64962,7 @@ void proto_register_giop_parlay(void)
{&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, {"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}},
{&hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_serviceTypeName, {"serviceTypeName","giop-parlay.csapi.discoverService.serviceTypeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
@@ -64937,18 +64970,21 @@ void proto_register_giop_parlay(void)
{&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, {"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, {"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, {"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}},
{&hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_initiateSignServiceAgreement_serviceToken, {"serviceToken","giop-parlay.csapi.initiateSignServiceAgreement.serviceToken",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
@@ -64960,37 +64996,49 @@ void proto_register_giop_parlay(void)
{&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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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}},
{&hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_serviceTypeName, {"serviceTypeName","giop-parlay.csapi.discoverService.serviceTypeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
@@ -65045,6 +65093,7 @@ void proto_register_giop_parlay(void)
{&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, {"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}},
{&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordRes_recordSubject, {"recordSubject","giop-parlay.csapi.generateFaultStatisticsRecordRes.recordSubject",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSubjectType),0x0,NULL,HFILL}},
@@ -65061,8 +65110,10 @@ void proto_register_giop_parlay(void)
{&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, {"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, {"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}},
{&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordReq_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordReq.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -65118,7 +65169,8 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_cc_gccs_IpAppCallControlManager_callEventNotify_assignmentID, {"assignmentID","giop-parlay.csapi.callEventNotify.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadEncountered_assignmentID, {"assignmentID","giop-parlay.csapi.callOverloadEncountered.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadCeased_assignmentID, {"assignmentID","giop-parlay.csapi.callOverloadCeased.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet, {"Seq length of callReferenceSet","giop-parlay.csapi.abortMultipleCalls.callReferenceSet",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet_loop, {"Seq length of callReferenceSet","giop-parlay.csapi.abortMultipleCalls.callReferenceSet.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet, {"callReferenceSet","giop-parlay.csapi.abortMultipleCalls.callReferenceSet",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cc_gccs_IpCallControlManager_enableCallNotification_return, {"TpAssignmentID","giop-parlay.csapi.enableCallNotification.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cc_gccs_IpCallControlManager_disableCallNotification_assignmentID, {"assignmentID","giop-parlay.csapi.disableCallNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl_return, {"TpAssignmentID","giop-parlay.csapi.setCallLoadControl.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -65171,6 +65223,7 @@ void proto_register_giop_parlay(void)
{&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, {"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}},
{&hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoRes_callSessionID, {"callSessionID","giop-parlay.csapi.getInfoRes.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -65203,7 +65256,8 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callAborted_callReference, {"callReference","giop-parlay.csapi.callAborted.callReference",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadEncountered_assignmentID, {"assignmentID","giop-parlay.csapi.callOverloadEncountered.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadCeased_assignmentID, {"assignmentID","giop-parlay.csapi.callOverloadCeased.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet, {"Seq length of callReferenceSet","giop-parlay.csapi.abortMultipleCalls.callReferenceSet",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet_loop, {"Seq length of callReferenceSet","giop-parlay.csapi.abortMultipleCalls.callReferenceSet.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet, {"callReferenceSet","giop-parlay.csapi.abortMultipleCalls.callReferenceSet",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes_callSessionID, {"callSessionID","giop-parlay.csapi.superviseVolumeRes.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes_report, {"report","giop-parlay.csapi.superviseVolumeRes.report",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes_qualityOfService, {"qualityOfService","giop-parlay.csapi.superviseVolumeRes.qualityOfService",FT_UINT32,BASE_DEC,VALS(org_csapi_TpDataSessionQosClass),0x0,NULL,HFILL}},
@@ -65213,7 +65267,8 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_type, {"type","giop-parlay.csapi.mediaStreamMonitorRes.type",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_mmccs_TpMediaStreamEventType),0x0,NULL,HFILL}},
{&hf_org_csapi_cc_mmccs_IpMultiMediaStream_subtract_mediaStreamSessionID, {"mediaStreamSessionID","giop-parlay.csapi.subtract.mediaStreamSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.mediaStreamAllow.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList, {"Seq length of mediaStreamList","giop-parlay.csapi.mediaStreamAllow.mediaStreamList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList_loop, {"Seq length of mediaStreamList","giop-parlay.csapi.mediaStreamAllow.mediaStreamList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList, {"mediaStreamList","giop-parlay.csapi.mediaStreamAllow.mediaStreamList",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.mediaStreamMonitorReq.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_mediaStreamEventCriteria, {"Seq length of mediaStreamEventCriteria","giop-parlay.csapi.mediaStreamMonitorReq.mediaStreamEventCriteria",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_return, {"Seq length of TpMediaStreamSet","giop-parlay.csapi.getMediaStreams.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -65243,7 +65298,8 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources_numberOfParticipants, {"numberOfParticipants","giop-parlay.csapi.reserveResources.numberOfParticipants",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources_duration, {"duration","giop-parlay.csapi.reserveResources.duration",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_subConferenceSessionID, {"subConferenceSessionID","giop-parlay.csapi.splitSubConference.subConferenceSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList, {"Seq length of callLegList","giop-parlay.csapi.splitSubConference.callLegList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList_loop, {"Seq length of callLegList","giop-parlay.csapi.splitSubConference.callLegList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList, {"callLegList","giop-parlay.csapi.splitSubConference.callLegList",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference_subConferenceCallSessionID, {"subConferenceCallSessionID","giop-parlay.csapi.mergeSubConference.subConferenceCallSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference_targetSubConferenceCall, {"targetSubConferenceCall","giop-parlay.csapi.mergeSubConference.targetSubConferenceCall",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg_subConferenceCallSessionID, {"subConferenceCallSessionID","giop-parlay.csapi.moveCallLeg.subConferenceCallSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -65352,7 +65408,8 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_ui_IpAppUIAdminManager_putMessageErr_error, {"error","giop-parlay.csapi.putMessageErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIError),0x0,NULL,HFILL}},
{&hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.getMessageListRes.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_assignmentID, {"assignmentID","giop-parlay.csapi.getMessageListRes.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList, {"Seq length of messageIDList","giop-parlay.csapi.getMessageListRes.messageIDList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList_loop, {"Seq length of messageIDList","giop-parlay.csapi.getMessageListRes.messageIDList.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList, {"messageIDList","giop-parlay.csapi.getMessageListRes.messageIDList",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_final, {"final","giop-parlay.csapi.getMessageListRes.final",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
{&hf_org_csapi_ui_IpAppUIAdminManager_getMessageListErr_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.getMessageListErr.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_ui_IpAppUIAdminManager_getMessageListErr_assignmentID, {"assignmentID","giop-parlay.csapi.getMessageListErr.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -65458,8 +65515,10 @@ void proto_register_giop_parlay(void)
{&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_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_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}},
{&hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr_diagnostic, {"diagnostic","giop-parlay.csapi.triggeredBindingRequestNotificationStartErr.diagnostic",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityDiagnostic),0x0,NULL,HFILL}},
@@ -65490,7 +65549,8 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_dsc_IpAppDataSession_dataSessionFaultDetected_fault, {"fault","giop-parlay.csapi.dataSessionFaultDetected.fault",FT_UINT32,BASE_DEC,VALS(org_csapi_dsc_TpDataSessionFault),0x0,NULL,HFILL}},
{&hf_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionAborted_dataSession, {"dataSession","giop-parlay.csapi.dataSessionAborted.dataSession",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_dsc_IpAppDataSessionControlManager_reportNotification_assignmentID, {"assignmentID","giop-parlay.csapi.reportNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet, {"Seq length of dataSessionSet","giop-parlay.csapi.abortMultipleDataSessions.dataSessionSet",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet_loop, {"Seq length of dataSessionSet","giop-parlay.csapi.abortMultipleDataSessions.dataSessionSet.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet, {"dataSessionSet","giop-parlay.csapi.abortMultipleDataSessions.dataSessionSet",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_dsc_IpDataSession_connectReq_return, {"TpAssignmentID","giop-parlay.csapi.connectReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_dsc_IpDataSession_connectReq_dataSessionID, {"dataSessionID","giop-parlay.csapi.connectReq.dataSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_dsc_IpDataSession_connectReq_responseRequested, {"Seq length of responseRequested","giop-parlay.csapi.connectReq.responseRequested",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -65571,16 +65631,20 @@ void proto_register_giop_parlay(void)
{&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, {"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, {"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, {"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, {"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}},
{&hf_org_csapi_cm_IpEnterpriseNetworkSite_getSiteDescription_return, {"TpString","giop-parlay.csapi.getSiteDescription.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
@@ -65773,7 +65837,8 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_cs_IpChargingSession_reserveUnitReq_volumes, {"Seq length of volumes","giop-parlay.csapi.reserveUnitReq.volumes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cs_IpChargingSession_reserveUnitReq_requestNumber, {"requestNumber","giop-parlay.csapi.reserveUnitReq.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cs_IpAppChargingManager_sessionAborted_sessionID, {"sessionID","giop-parlay.csapi.sessionAborted.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet, {"Seq length of chargingSessionSet","giop-parlay.csapi.abortMultipleChargingSessions.chargingSessionSet",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet_loop, {"Seq length of chargingSessionSet","giop-parlay.csapi.abortMultipleChargingSessions.chargingSessionSet.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet, {"chargingSessionSet","giop-parlay.csapi.abortMultipleChargingSessions.chargingSessionSet",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cs_IpChargingManager_createChargingSession_sessionDescription, {"sessionDescription","giop-parlay.csapi.createChargingSession.sessionDescription",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cs_IpChargingManager_createSplitChargingSession_sessionDescription, {"sessionDescription","giop-parlay.csapi.createSplitChargingSession.sessionDescription",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cs_IpChargingManager_createSplitChargingSession_users, {"Seq length of users","giop-parlay.csapi.createSplitChargingSession.users",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -65798,13 +65863,17 @@ void proto_register_giop_parlay(void)
{&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, {"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, {"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, {"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, {"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}},
{&hf_org_csapi_policy_provisioning_IpPolicyRepository_createRepository_repositoryName, {"repositoryName","giop-parlay.csapi.createRepository.repositoryName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
@@ -65845,6 +65914,7 @@ void proto_register_giop_parlay(void)
{&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, {"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}},
{&hf_org_csapi_policy_provisioning_IpPolicyManager_getRepository_repositoryName, {"repositoryName","giop-parlay.csapi.getRepository.repositoryName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
@@ -65864,13 +65934,21 @@ void proto_register_giop_parlay(void)
{&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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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}},
{&hf_org_csapi_policy_provisioning_IpPolicyDomain_removeDomain_domainName, {"domainName","giop-parlay.csapi.removeDomain.domainName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
@@ -65885,7 +65963,9 @@ void proto_register_giop_parlay(void)
{&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, {"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, {"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}},
{&hf_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionCount_return, {"TpInt32","giop-parlay.csapi.getEventDefinitionCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -65912,323 +65992,481 @@ void proto_register_giop_parlay(void)
{&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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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}},
{&hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes_mailboxSet, {"Seq length of mailboxSet","giop-parlay.csapi.terminateMultipleMailboxes.mailboxSet",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -66253,6 +66491,7 @@ void proto_register_giop_parlay(void)
{&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, {"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}},
{&hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_folderID, {"folderID","giop-parlay.csapi.getFoldersErr.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
@@ -66335,6 +66574,7 @@ void proto_register_giop_parlay(void)
{&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, {"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}},
{&hf_org_csapi_mmm_IpAppMailbox_getMessageContentErr_error, {"error","giop-parlay.csapi.getMessageContentErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
@@ -66342,6 +66582,7 @@ void proto_register_giop_parlay(void)
{&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, {"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}},
{&hf_org_csapi_mmm_IpAppMailbox_getFullMessageErr_error, {"error","giop-parlay.csapi.getFullMessageErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
@@ -66399,6 +66640,7 @@ void proto_register_giop_parlay(void)
{&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, {"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}},
{&hf_org_csapi_mmm_IpMailbox_copyMessageReq_fromFolderID, {"fromFolderID","giop-parlay.csapi.copyMessageReq.fromFolderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
@@ -66427,6 +66669,7 @@ void proto_register_giop_parlay(void)
{&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, {"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}},
{&hf_org_csapi_mmm_IpMailbox_getMessageHeadersReq_folderID, {"folderID","giop-parlay.csapi.getMessageHeadersReq.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
@@ -66476,12 +66719,14 @@ void proto_register_giop_parlay(void)
{&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, {"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, {"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}},
{&hf_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq_assignmentID, {"assignmentID","giop-parlay.csapi.cancelMessageReq.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -66538,6 +66783,7 @@ void proto_register_giop_parlay(void)
{&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, {"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}},
{&hf_org_csapi_fw_TpService_ServiceID, {"TpService_ServiceID","giop-parlay.TpService.ServiceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
@@ -66553,8 +66799,10 @@ void proto_register_giop_parlay(void)
{&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, {"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, {"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}},
{&hf_org_csapi_fw_TpPerson_TelephoneNumber, {"TpPerson_TelephoneNumber","giop-parlay.TpPerson.TelephoneNumber",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
@@ -66580,6 +66828,7 @@ void proto_register_giop_parlay(void)
{&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, {"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}},
{&hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_CompatibleServiceID, {"TpFwMigrationServiceAvailableInfo_CompatibleServiceID","giop-parlay.TpFwMigrationServiceAvailableInfo.CompatibleServiceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
@@ -66603,6 +66852,7 @@ void proto_register_giop_parlay(void)
{&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, {"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}},
{&hf_org_csapi_ui_TpUIRecognitionCriteria_SpeakerID, {"TpUIRecognitionCriteria_SpeakerID","giop-parlay.TpUIRecognitionCriteria.SpeakerID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
@@ -66639,8 +66889,10 @@ void proto_register_giop_parlay(void)
{&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, {"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, {"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}},
{&hf_org_csapi_cc_gccs_TpCallEventCriteria_CallNotificationType, {"TpCallEventCriteria_CallNotificationType","giop-parlay.TpCallEventCriteria.CallNotificationType",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_gccs_TpCallNotificationType),0x0,NULL,HFILL}},
@@ -66676,6 +66928,7 @@ void proto_register_giop_parlay(void)
{&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, {"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}},
{&hf_org_csapi_cc_TpCallLegInfoReport_CallLegInfoType, {"TpCallLegInfoReport_CallLegInfoType","giop-parlay.TpCallLegInfoReport.CallLegInfoType",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -66911,6 +67164,7 @@ void proto_register_giop_parlay(void)
{&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, {"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}},
{&hf_org_csapi_am_TpBalanceExpiryDate_StatusCode, {"TpBalanceExpiryDate_StatusCode","giop-parlay.TpBalanceExpiryDate.StatusCode",FT_UINT32,BASE_DEC,VALS(org_csapi_am_TpBalanceQueryError),0x0,NULL,HFILL}},
@@ -66936,6 +67190,7 @@ void proto_register_giop_parlay(void)
{&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, {"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}},
{&hf_org_csapi_policy_TpPolicyVar_VarName, {"TpPolicyVar_VarName","giop-parlay.TpPolicyVar.VarName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
@@ -66961,72 +67216,118 @@ void proto_register_giop_parlay(void)
{&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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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, {"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}},
{&hf_org_csapi_mmm_TpMultiMediaMessagingIdentifier_SessionID, {"TpMultiMediaMessagingIdentifier_SessionID","giop-parlay.TpMultiMediaMessagingIdentifier.SessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
@@ -67046,6 +67347,7 @@ void proto_register_giop_parlay(void)
{&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, {"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}},
{&hf_org_csapi_mmm_TpMessageInfoPropertyError_MessagePropertyName, {"TpMessageInfoPropertyError_MessagePropertyName","giop-parlay.TpMessageInfoPropertyError.MessagePropertyName",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessageInfoPropertyName),0x0,NULL,HFILL}},
@@ -67067,6 +67369,7 @@ void proto_register_giop_parlay(void)
{&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, {"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 */
{&hf_org_csapi_P_INVALID_ASSIGNMENT_ID_ExtraInformation, {"P_INVALID_ASSIGNMENT_ID_ExtraInformation","giop-parlay.csapi.P_INVALID_ASSIGNMENT_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
@@ -67246,12 +67549,19 @@ void proto_register_giop_parlay(void)
{&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, {"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, {"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, {"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, {"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, {"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, {"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, {"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}},
{&hf_org_csapi_fw_TpLoadStatisticEntityID_ServiceID, {"TpLoadStatisticEntityID_ServiceID","giop-parlay.org.csapi.fw.TpLoadStatisticEntityID.ServiceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
@@ -67269,7 +67579,9 @@ void proto_register_giop_parlay(void)
{&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, {"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, {"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}},
{&hf_org_csapi_ui_TpUIVariableInfo_TpUIVariableInfo, {"TpUIVariableInfo","giop-parlay.org.csapi.ui.TpUIVariableInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIVariablePartType),0x0,NULL,HFILL}},
@@ -67283,10 +67595,14 @@ void proto_register_giop_parlay(void)
{&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, {"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, {"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, {"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, {"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}},
{&hf_org_csapi_cc_TpCallAdditionalErrorInfo_CallErrorInvalidAddress, {"TpCallAdditionalErrorInfo_CallErrorInvalidAddress","giop-parlay.org.csapi.cc.TpCallAdditionalErrorInfo.CallErrorInvalidAddress",FT_UINT32,BASE_DEC,VALS(org_csapi_TpAddressError),0x0,NULL,HFILL}},
@@ -67319,7 +67635,9 @@ void proto_register_giop_parlay(void)
{&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, {"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, {"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}},
{&hf_org_csapi_cc_TpCallAppInfo_TpCallAppInfo, {"TpCallAppInfo","giop-parlay.org.csapi.cc.TpCallAppInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallAppInfoType),0x0,NULL,HFILL}},
@@ -67389,6 +67707,7 @@ void proto_register_giop_parlay(void)
{&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, {"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}},
{&hf_org_csapi_policy_TpPolicyType_TpPolicyType, {"TpPolicyType","giop-parlay.org.csapi.policy.TpPolicyType",FT_UINT32,BASE_DEC,VALS(org_csapi_policy_TpPolicyTypeInfo),0x0,NULL,HFILL}},
@@ -67429,10 +67748,13 @@ void proto_register_giop_parlay(void)
{&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, {"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, {"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, {"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}},
{&hf_org_csapi_mmm_TpMessageHeaderField_MimeEncoding, {"TpMessageHeaderField_MimeEncoding","giop-parlay.org.csapi.mmm.TpMessageHeaderField.MimeEncoding",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},