aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-parlay.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2013-01-21 22:38:11 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2013-01-21 22:38:11 +0000
commit86dd0abcd35a56f0e460291818ad6da0511dd45d (patch)
tree83a53cbdbb84f3d57c61cd96a8ec08ba97f08ec9 /epan/dissectors/packet-parlay.c
parent8189823b7331f5d538e132ff632b66cef14f3b1d (diff)
Fix for CID 761911-761984 and CID 761985-761994.
Try to convince Coverity that the passed in item pointer is appreciated, but not used. svn path=/trunk/; revision=47201
Diffstat (limited to 'epan/dissectors/packet-parlay.c')
-rw-r--r--epan/dissectors/packet-parlay.c3924
1 files changed, 3011 insertions, 913 deletions
diff --git a/epan/dissectors/packet-parlay.c b/epan/dissectors/packet-parlay.c
index 66d5f5c671..b90ab73492 100644
--- a/epan/dissectors/packet-parlay.c
+++ b/epan/dissectors/packet-parlay.c
@@ -2912,6 +2912,60 @@ static int hf_org_csapi_mmm_TpNewMessageArrivedInfo_Message = -1;
static int hf_org_csapi_mmm_TpNewMessageArrivedInfo_Headers = -1;
static int hf_org_csapi_mmm_TpNewMessageArrivedInfo_MultiMediaMessagingIdentifier = -1;
/* User exception filters */
+static int hf_org_csapi_ui_P_ID_NOT_FOUND_ExtraInformation = -1;
+static int hf_org_csapi_ui_P_ILLEGAL_ID_ExtraInformation = -1;
+static int hf_org_csapi_ui_P_ILLEGAL_RANGE_ExtraInformation = -1;
+static int hf_org_csapi_ui_P_INVALID_COLLECTION_CRITERIA_ExtraInformation = -1;
+static int hf_org_csapi_mm_P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED_ExtraInformation = -1;
+static int hf_org_csapi_mm_P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED_ExtraInformation = -1;
+static int hf_org_csapi_mm_P_INVALID_REPORTING_INTERVAL_ExtraInformation = -1;
+static int hf_org_csapi_mm_P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED_ExtraInformation = -1;
+static int hf_org_csapi_termcap_P_INVALID_TERMINAL_ID_ExtraInformation = -1;
+static int hf_org_csapi_gms_P_GMS_INVALID_FOLDER_ID_ExtraInformation = -1;
+static int hf_org_csapi_gms_P_GMS_INSUFFICIENT_PRIVILEGE_ExtraInformation = -1;
+static int hf_org_csapi_gms_P_GMS_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation = -1;
+static int hf_org_csapi_gms_P_GMS_INVALID_MAILBOX_ExtraInformation = -1;
+static int hf_org_csapi_gms_P_GMS_INVALID_MESSAGE_ID_ExtraInformation = -1;
+static int hf_org_csapi_gms_P_GMS_LOCKING_LOCKED_MAILBOX_ExtraInformation = -1;
+static int hf_org_csapi_gms_P_GMS_MESSAGE_NOT_REMOVED_ExtraInformation = -1;
+static int hf_org_csapi_gms_P_GMS_NUMBER_NOT_POSITIVE_ExtraInformation = -1;
+static int hf_org_csapi_gms_P_GMS_UNLOCKING_UNLOCKED_MAILBOX_ExtraInformation = -1;
+static int hf_org_csapi_gms_P_GMS_MAILBOX_LOCKED_ExtraInformation = -1;
+static int hf_org_csapi_gms_P_GMS_CANNOT_UNLOCK_MAILBOX_ExtraInformation = -1;
+static int hf_org_csapi_gms_P_GMS_PROPERTY_NOT_SET_ExtraInformation = -1;
+static int hf_org_csapi_gms_P_GMS_FOLDER_IS_OPEN_ExtraInformation = -1;
+static int hf_org_csapi_gms_P_GMS_MAILBOX_OPEN_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_VPRP_ID_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_SLA_ID_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_STATUS_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_QOS_INFO_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_VALIDITY_INFO_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_PIPEQOSINFO_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_DSCODEPOINT_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_ILLEGAL_VPRPID_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_ILLEGAL_REF_VALUE_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_INTERFACE_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_CANT_DELETE_VPRP_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_TEMPLATES_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_MENU_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_ENTERPRISE_NETWORK_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_TEMPLATE_TYPE_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_DESCRIPTION_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_ILLEGAL_SLA_ID_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_ILLEGAL_TAG_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_ILLEGAL_VALUE_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_ILLEGAL_COMBINATION_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_SITES_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_VPRN_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_ILLEGAL_SITE_ID_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_SITE_ID_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_SAPS_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_SITE_LOCATION_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_SITE_DESCRIPTION_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_IPSUBNET_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_SAP_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_VPRP_ExtraInformation = -1;
+static int hf_org_csapi_am_P_UNAUTHORIZED_APPLICATION_ExtraInformation = -1;
static int hf_org_csapi_cs_P_INVALID_USER_ExtraInformation = -1;
static int hf_org_csapi_cs_P_INVALID_ACCOUNT_ExtraInformation = -1;
static int hf_org_csapi_cs_P_INVALID_REQUEST_NUMBER_ExtraInformation = -1;
@@ -2963,60 +3017,25 @@ static int hf_org_csapi_mmm_P_MMM_MAX_SUBJECT_SIZE_EXCEEDED_ExtraInformation = -
static int hf_org_csapi_mmm_P_MMM_INFORMATION_NOT_AVAILABLE_ExtraInformation = -1;
static int hf_org_csapi_mmm_P_MMM_CANNOT_CANCEL_ExtraInformation = -1;
static int hf_org_csapi_mmm_P_MMM_INVALID_HEADER_ExtraInformation = -1;
-static int hf_org_csapi_cm_P_UNKNOWN_DSCODEPOINT_ExtraInformation = -1;
-static int hf_org_csapi_cm_P_ILLEGAL_VPRPID_ExtraInformation = -1;
-static int hf_org_csapi_cm_P_ILLEGAL_REF_VALUE_ExtraInformation = -1;
-static int hf_org_csapi_cm_P_UNKNOWN_INTERFACE_ExtraInformation = -1;
-static int hf_org_csapi_cm_P_CANT_DELETE_VPRP_ExtraInformation = -1;
-static int hf_org_csapi_cm_P_UNKNOWN_TEMPLATES_ExtraInformation = -1;
-static int hf_org_csapi_cm_P_UNKNOWN_MENU_ExtraInformation = -1;
-static int hf_org_csapi_cm_P_UNKNOWN_ENTERPRISE_NETWORK_ExtraInformation = -1;
-static int hf_org_csapi_cm_P_UNKNOWN_TEMPLATE_TYPE_ExtraInformation = -1;
-static int hf_org_csapi_cm_P_UNKNOWN_DESCRIPTION_ExtraInformation = -1;
-static int hf_org_csapi_cm_P_ILLEGAL_SLA_ID_ExtraInformation = -1;
-static int hf_org_csapi_cm_P_ILLEGAL_TAG_ExtraInformation = -1;
-static int hf_org_csapi_cm_P_ILLEGAL_VALUE_ExtraInformation = -1;
-static int hf_org_csapi_cm_P_ILLEGAL_COMBINATION_ExtraInformation = -1;
-static int hf_org_csapi_cm_P_UNKNOWN_SITES_ExtraInformation = -1;
-static int hf_org_csapi_cm_P_UNKNOWN_VPRN_ExtraInformation = -1;
-static int hf_org_csapi_cm_P_ILLEGAL_SITE_ID_ExtraInformation = -1;
-static int hf_org_csapi_cm_P_UNKNOWN_SITE_ID_ExtraInformation = -1;
-static int hf_org_csapi_cm_P_UNKNOWN_SAPS_ExtraInformation = -1;
-static int hf_org_csapi_cm_P_UNKNOWN_SITE_LOCATION_ExtraInformation = -1;
-static int hf_org_csapi_cm_P_UNKNOWN_SITE_DESCRIPTION_ExtraInformation = -1;
-static int hf_org_csapi_cm_P_UNKNOWN_IPSUBNET_ExtraInformation = -1;
-static int hf_org_csapi_cm_P_UNKNOWN_SAP_ExtraInformation = -1;
-static int hf_org_csapi_cm_P_UNKNOWN_VPRP_ExtraInformation = -1;
-static int hf_org_csapi_am_P_UNAUTHORIZED_APPLICATION_ExtraInformation = -1;
-static int hf_org_csapi_gms_P_GMS_INVALID_FOLDER_ID_ExtraInformation = -1;
-static int hf_org_csapi_gms_P_GMS_INSUFFICIENT_PRIVILEGE_ExtraInformation = -1;
-static int hf_org_csapi_gms_P_GMS_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation = -1;
-static int hf_org_csapi_gms_P_GMS_INVALID_MAILBOX_ExtraInformation = -1;
-static int hf_org_csapi_gms_P_GMS_INVALID_MESSAGE_ID_ExtraInformation = -1;
-static int hf_org_csapi_gms_P_GMS_LOCKING_LOCKED_MAILBOX_ExtraInformation = -1;
-static int hf_org_csapi_gms_P_GMS_MESSAGE_NOT_REMOVED_ExtraInformation = -1;
-static int hf_org_csapi_gms_P_GMS_NUMBER_NOT_POSITIVE_ExtraInformation = -1;
-static int hf_org_csapi_gms_P_GMS_UNLOCKING_UNLOCKED_MAILBOX_ExtraInformation = -1;
-static int hf_org_csapi_gms_P_GMS_MAILBOX_LOCKED_ExtraInformation = -1;
-static int hf_org_csapi_gms_P_GMS_CANNOT_UNLOCK_MAILBOX_ExtraInformation = -1;
-static int hf_org_csapi_gms_P_GMS_PROPERTY_NOT_SET_ExtraInformation = -1;
-static int hf_org_csapi_gms_P_GMS_FOLDER_IS_OPEN_ExtraInformation = -1;
-static int hf_org_csapi_gms_P_GMS_MAILBOX_OPEN_ExtraInformation = -1;
-static int hf_org_csapi_cm_P_UNKNOWN_VPRP_ID_ExtraInformation = -1;
-static int hf_org_csapi_cm_P_UNKNOWN_SLA_ID_ExtraInformation = -1;
-static int hf_org_csapi_cm_P_UNKNOWN_STATUS_ExtraInformation = -1;
-static int hf_org_csapi_cm_P_UNKNOWN_QOS_INFO_ExtraInformation = -1;
-static int hf_org_csapi_cm_P_UNKNOWN_VALIDITY_INFO_ExtraInformation = -1;
-static int hf_org_csapi_cm_P_UNKNOWN_PIPEQOSINFO_ExtraInformation = -1;
-static int hf_org_csapi_termcap_P_INVALID_TERMINAL_ID_ExtraInformation = -1;
-static int hf_org_csapi_mm_P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED_ExtraInformation = -1;
-static int hf_org_csapi_mm_P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED_ExtraInformation = -1;
-static int hf_org_csapi_mm_P_INVALID_REPORTING_INTERVAL_ExtraInformation = -1;
-static int hf_org_csapi_mm_P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED_ExtraInformation = -1;
-static int hf_org_csapi_ui_P_ID_NOT_FOUND_ExtraInformation = -1;
-static int hf_org_csapi_ui_P_ILLEGAL_ID_ExtraInformation = -1;
-static int hf_org_csapi_ui_P_ILLEGAL_RANGE_ExtraInformation = -1;
-static int hf_org_csapi_ui_P_INVALID_COLLECTION_CRITERIA_ExtraInformation = -1;
+static int hf_org_csapi_P_INVALID_ASSIGNMENT_ID_ExtraInformation = -1;
+static int hf_org_csapi_P_INVALID_TIME_AND_DATE_FORMAT_ExtraInformation = -1;
+static int hf_org_csapi_P_INVALID_EVENT_TYPE_ExtraInformation = -1;
+static int hf_org_csapi_P_INVALID_INTERFACE_NAME_ExtraInformation = -1;
+static int hf_org_csapi_P_INVALID_INTERFACE_TYPE_ExtraInformation = -1;
+static int hf_org_csapi_P_UNKNOWN_SUBSCRIBER_ExtraInformation = -1;
+static int hf_org_csapi_P_INFORMATION_NOT_AVAILABLE_ExtraInformation = -1;
+static int hf_org_csapi_P_INVALID_CRITERIA_ExtraInformation = -1;
+static int hf_org_csapi_P_INVALID_SESSION_ID_ExtraInformation = -1;
+static int hf_org_csapi_TpCommonExceptions_ExceptionType = -1;
+static int hf_org_csapi_TpCommonExceptions_ExtraInformation = -1;
+static int hf_org_csapi_P_INVALID_CURRENCY_ExtraInformation = -1;
+static int hf_org_csapi_P_INVALID_AMOUNT_ExtraInformation = -1;
+static int hf_org_csapi_P_APPLICATION_NOT_ACTIVATED_ExtraInformation = -1;
+static int hf_org_csapi_P_INVALID_ADDRESS_ExtraInformation = -1;
+static int hf_org_csapi_P_UNSUPPORTED_ADDRESS_PLAN_ExtraInformation = -1;
+static int hf_org_csapi_P_UNAUTHORISED_PARAMETER_VALUE_ExtraInformation = -1;
+static int hf_org_csapi_P_INVALID_VERSION_ExtraInformation = -1;
+static int hf_org_csapi_P_INVALID_NETWORK_STATE_ExtraInformation = -1;
static int hf_org_csapi_fw_P_INVALID_SERVICE_ID_ExtraInformation = -1;
static int hf_org_csapi_fw_P_SERVICE_ACCESS_DENIED_ExtraInformation = -1;
static int hf_org_csapi_fw_P_ACCESS_DENIED_ExtraInformation = -1;
@@ -3047,25 +3066,6 @@ static int hf_org_csapi_fw_P_INVALID_ADDITION_TO_SAG_ExtraInformation = -1;
static int hf_org_csapi_fw_P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT_ExtraInformation = -1;
static int hf_org_csapi_fw_P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM_ExtraInformation = -1;
static int hf_org_csapi_fw_P_NO_ACCEPTABLE_SIGNING_ALGORITHM_ExtraInformation = -1;
-static int hf_org_csapi_P_INVALID_CRITERIA_ExtraInformation = -1;
-static int hf_org_csapi_P_INVALID_SESSION_ID_ExtraInformation = -1;
-static int hf_org_csapi_TpCommonExceptions_ExceptionType = -1;
-static int hf_org_csapi_TpCommonExceptions_ExtraInformation = -1;
-static int hf_org_csapi_P_INVALID_CURRENCY_ExtraInformation = -1;
-static int hf_org_csapi_P_INVALID_AMOUNT_ExtraInformation = -1;
-static int hf_org_csapi_P_APPLICATION_NOT_ACTIVATED_ExtraInformation = -1;
-static int hf_org_csapi_P_INVALID_ADDRESS_ExtraInformation = -1;
-static int hf_org_csapi_P_UNSUPPORTED_ADDRESS_PLAN_ExtraInformation = -1;
-static int hf_org_csapi_P_UNAUTHORISED_PARAMETER_VALUE_ExtraInformation = -1;
-static int hf_org_csapi_P_INVALID_VERSION_ExtraInformation = -1;
-static int hf_org_csapi_P_INVALID_NETWORK_STATE_ExtraInformation = -1;
-static int hf_org_csapi_P_INVALID_ASSIGNMENT_ID_ExtraInformation = -1;
-static int hf_org_csapi_P_INVALID_TIME_AND_DATE_FORMAT_ExtraInformation = -1;
-static int hf_org_csapi_P_INVALID_EVENT_TYPE_ExtraInformation = -1;
-static int hf_org_csapi_P_INVALID_INTERFACE_NAME_ExtraInformation = -1;
-static int hf_org_csapi_P_INVALID_INTERFACE_TYPE_ExtraInformation = -1;
-static int hf_org_csapi_P_UNKNOWN_SUBSCRIBER_ExtraInformation = -1;
-static int hf_org_csapi_P_INFORMATION_NOT_AVAILABLE_ExtraInformation = -1;
/* Union filters */
static int hf_org_csapi_TpAoCOrder_TpAoCOrder = -1;
static int hf_org_csapi_TpAoCOrder_ChargeAdviceInfo = -1;
@@ -6056,1535 +6056,1535 @@ static const value_string org_csapi_mmm_TpMessagingError[] = {
/* Begin Exception Helper Functions */
-/* Exception = IDL:org/csapi/cs/P_INVALID_USER:1.0 */
+/* Exception = IDL:org/csapi/ui/P_ID_NOT_FOUND:1.0 */
static void
-decode_ex_org_csapi_cs_P_INVALID_USER(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_ui_P_ID_NOT_FOUND(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cs_P_INVALID_USER_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_P_ID_NOT_FOUND_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cs/P_INVALID_ACCOUNT:1.0 */
+/* Exception = IDL:org/csapi/ui/P_ILLEGAL_ID:1.0 */
static void
-decode_ex_org_csapi_cs_P_INVALID_ACCOUNT(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_ui_P_ILLEGAL_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cs_P_INVALID_ACCOUNT_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_P_ILLEGAL_ID_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cs/P_INVALID_REQUEST_NUMBER:1.0 */
+/* Exception = IDL:org/csapi/ui/P_ILLEGAL_RANGE:1.0 */
static void
-decode_ex_org_csapi_cs_P_INVALID_REQUEST_NUMBER(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_ui_P_ILLEGAL_RANGE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cs_P_INVALID_REQUEST_NUMBER_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_P_ILLEGAL_RANGE_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cs/P_INVALID_VOLUME:1.0 */
+/* Exception = IDL:org/csapi/ui/P_INVALID_COLLECTION_CRITERIA:1.0 */
static void
-decode_ex_org_csapi_cs_P_INVALID_VOLUME(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_ui_P_INVALID_COLLECTION_CRITERIA(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cs_P_INVALID_VOLUME_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_P_INVALID_COLLECTION_CRITERIA_ExtraInformation);
}
-/* Exception = IDL:org/csapi/policy/P_ACCESS_VIOLATION:1.0 */
+/* Exception = IDL:org/csapi/mm/P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED:1.0 */
static void
-decode_ex_org_csapi_policy_P_ACCESS_VIOLATION(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_mm_P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_P_ACCESS_VIOLATION_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED_ExtraInformation);
}
-/* Exception = IDL:org/csapi/policy/P_SYNTAX_ERROR:1.0 */
+/* Exception = IDL:org/csapi/mm/P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED:1.0 */
static void
-decode_ex_org_csapi_policy_P_SYNTAX_ERROR(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_mm_P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_P_SYNTAX_ERROR_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED_ExtraInformation);
}
-/* Exception = IDL:org/csapi/policy/P_NAME_SPACE_ERROR:1.0 */
+/* Exception = IDL:org/csapi/mm/P_INVALID_REPORTING_INTERVAL:1.0 */
static void
-decode_ex_org_csapi_policy_P_NAME_SPACE_ERROR(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_mm_P_INVALID_REPORTING_INTERVAL(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_P_NAME_SPACE_ERROR_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_P_INVALID_REPORTING_INTERVAL_ExtraInformation);
}
-/* Exception = IDL:org/csapi/policy/P_NO_TRANSACTION_IN_PROCESS:1.0 */
+/* Exception = IDL:org/csapi/mm/P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED:1.0 */
static void
-decode_ex_org_csapi_policy_P_NO_TRANSACTION_IN_PROCESS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_mm_P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_P_NO_TRANSACTION_IN_PROCESS_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED_ExtraInformation);
}
-/* Exception = IDL:org/csapi/policy/P_TRANSACTION_IN_PROCESS:1.0 */
+/* Exception = IDL:org/csapi/termcap/P_INVALID_TERMINAL_ID:1.0 */
static void
-decode_ex_org_csapi_policy_P_TRANSACTION_IN_PROCESS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_termcap_P_INVALID_TERMINAL_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_P_TRANSACTION_IN_PROCESS_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_termcap_P_INVALID_TERMINAL_ID_ExtraInformation);
}
-/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_TYPE:1.0 */
+/* Exception = IDL:org/csapi/gms/P_GMS_INVALID_FOLDER_ID:1.0 */
static void
-decode_ex_org_csapi_pam_P_PAM_UNKNOWN_TYPE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_gms_P_GMS_INVALID_FOLDER_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNKNOWN_TYPE_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_INVALID_FOLDER_ID_ExtraInformation);
}
-/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_MEMBER:1.0 */
+/* Exception = IDL:org/csapi/gms/P_GMS_INSUFFICIENT_PRIVILEGE:1.0 */
static void
-decode_ex_org_csapi_pam_P_PAM_UNKNOWN_MEMBER(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_gms_P_GMS_INSUFFICIENT_PRIVILEGE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNKNOWN_MEMBER_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_INSUFFICIENT_PRIVILEGE_ExtraInformation);
}
-/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_IDENTITY:1.0 */
+/* Exception = IDL:org/csapi/gms/P_GMS_INVALID_AUTHENTICATION_INFORMATION:1.0 */
static void
-decode_ex_org_csapi_pam_P_PAM_UNKNOWN_IDENTITY(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_gms_P_GMS_INVALID_AUTHENTICATION_INFORMATION(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNKNOWN_IDENTITY_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation);
}
-/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_GROUP:1.0 */
+/* Exception = IDL:org/csapi/gms/P_GMS_INVALID_MAILBOX:1.0 */
static void
-decode_ex_org_csapi_pam_P_PAM_UNKNOWN_GROUP(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_gms_P_GMS_INVALID_MAILBOX(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNKNOWN_GROUP_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_INVALID_MAILBOX_ExtraInformation);
}
-/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_CAPABILITY:1.0 */
+/* Exception = IDL:org/csapi/gms/P_GMS_INVALID_MESSAGE_ID:1.0 */
static void
-decode_ex_org_csapi_pam_P_PAM_UNKNOWN_CAPABILITY(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_gms_P_GMS_INVALID_MESSAGE_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNKNOWN_CAPABILITY_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_INVALID_MESSAGE_ID_ExtraInformation);
}
-/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_ATTRIBUTES:1.0 */
+/* Exception = IDL:org/csapi/gms/P_GMS_LOCKING_LOCKED_MAILBOX:1.0 */
static void
-decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTES(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_gms_P_GMS_LOCKING_LOCKED_MAILBOX(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTES_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_LOCKING_LOCKED_MAILBOX_ExtraInformation);
}
-/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_ATTRIBUTE:1.0 */
+/* Exception = IDL:org/csapi/gms/P_GMS_MESSAGE_NOT_REMOVED:1.0 */
static void
-decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_gms_P_GMS_MESSAGE_NOT_REMOVED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTE_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_MESSAGE_NOT_REMOVED_ExtraInformation);
}
-/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_ASSIGNMENT:1.0 */
+/* Exception = IDL:org/csapi/gms/P_GMS_NUMBER_NOT_POSITIVE:1.0 */
static void
-decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ASSIGNMENT(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_gms_P_GMS_NUMBER_NOT_POSITIVE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNKNOWN_ASSIGNMENT_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_NUMBER_NOT_POSITIVE_ExtraInformation);
}
-/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_ALIAS:1.0 */
+/* Exception = IDL:org/csapi/gms/P_GMS_UNLOCKING_UNLOCKED_MAILBOX:1.0 */
static void
-decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ALIAS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_gms_P_GMS_UNLOCKING_UNLOCKED_MAILBOX(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNKNOWN_ALIAS_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_UNLOCKING_UNLOCKED_MAILBOX_ExtraInformation);
}
-/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_AGENT:1.0 */
+/* Exception = IDL:org/csapi/gms/P_GMS_MAILBOX_LOCKED:1.0 */
static void
-decode_ex_org_csapi_pam_P_PAM_UNKNOWN_AGENT(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_gms_P_GMS_MAILBOX_LOCKED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNKNOWN_AGENT_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_MAILBOX_LOCKED_ExtraInformation);
}
-/* Exception = IDL:org/csapi/pam/P_PAM_UNASSIGNED_ALIAS:1.0 */
+/* Exception = IDL:org/csapi/gms/P_GMS_CANNOT_UNLOCK_MAILBOX:1.0 */
static void
-decode_ex_org_csapi_pam_P_PAM_UNASSIGNED_ALIAS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_gms_P_GMS_CANNOT_UNLOCK_MAILBOX(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNASSIGNED_ALIAS_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_CANNOT_UNLOCK_MAILBOX_ExtraInformation);
}
-/* Exception = IDL:org/csapi/pam/P_PAM_TYPE_EXISTS:1.0 */
+/* Exception = IDL:org/csapi/gms/P_GMS_PROPERTY_NOT_SET:1.0 */
static void
-decode_ex_org_csapi_pam_P_PAM_TYPE_EXISTS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_gms_P_GMS_PROPERTY_NOT_SET(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_TYPE_EXISTS_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_PROPERTY_NOT_SET_ExtraInformation);
}
-/* Exception = IDL:org/csapi/pam/P_PAM_TYPE_ASSOCIATED:1.0 */
+/* Exception = IDL:org/csapi/gms/P_GMS_FOLDER_IS_OPEN:1.0 */
static void
-decode_ex_org_csapi_pam_P_PAM_TYPE_ASSOCIATED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_gms_P_GMS_FOLDER_IS_OPEN(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_TYPE_ASSOCIATED_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_FOLDER_IS_OPEN_ExtraInformation);
}
-/* Exception = IDL:org/csapi/pam/P_PAM_NOT_REGISTERED:1.0 */
+/* Exception = IDL:org/csapi/gms/P_GMS_MAILBOX_OPEN:1.0 */
static void
-decode_ex_org_csapi_pam_P_PAM_NOT_REGISTERED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_gms_P_GMS_MAILBOX_OPEN(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_NOT_REGISTERED_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_MAILBOX_OPEN_ExtraInformation);
}
-/* Exception = IDL:org/csapi/pam/P_PAM_NOT_MEMBER:1.0 */
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_VPRP_ID:1.0 */
static void
-decode_ex_org_csapi_pam_P_PAM_NOT_MEMBER(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cm_P_UNKNOWN_VPRP_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_NOT_MEMBER_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_VPRP_ID_ExtraInformation);
}
-/* Exception = IDL:org/csapi/pam/P_PAM_NO_CAPABILITY:1.0 */
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_SLA_ID:1.0 */
static void
-decode_ex_org_csapi_pam_P_PAM_NO_CAPABILITY(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cm_P_UNKNOWN_SLA_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_NO_CAPABILITY_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_SLA_ID_ExtraInformation);
}
-/* Exception = IDL:org/csapi/pam/P_PAM_MEMBER_EXISTS:1.0 */
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_STATUS:1.0 */
static void
-decode_ex_org_csapi_pam_P_PAM_MEMBER_EXISTS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cm_P_UNKNOWN_STATUS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_MEMBER_EXISTS_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_STATUS_ExtraInformation);
}
-/* Exception = IDL:org/csapi/pam/P_PAM_IS_CYCLIC:1.0 */
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_QOS_INFO:1.0 */
static void
-decode_ex_org_csapi_pam_P_PAM_IS_CYCLIC(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cm_P_UNKNOWN_QOS_INFO(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_IS_CYCLIC_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_QOS_INFO_ExtraInformation);
}
-/* Exception = IDL:org/csapi/pam/P_PAM_IDENTITY_EXISTS:1.0 */
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_VALIDITY_INFO:1.0 */
static void
-decode_ex_org_csapi_pam_P_PAM_IDENTITY_EXISTS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cm_P_UNKNOWN_VALIDITY_INFO(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_IDENTITY_EXISTS_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_VALIDITY_INFO_ExtraInformation);
}
-/* Exception = IDL:org/csapi/pam/P_PAM_DISASSOCIATED_TYPE:1.0 */
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_PIPEQOSINFO:1.0 */
static void
-decode_ex_org_csapi_pam_P_PAM_DISASSOCIATED_TYPE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cm_P_UNKNOWN_PIPEQOSINFO(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_DISASSOCIATED_TYPE_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_PIPEQOSINFO_ExtraInformation);
}
-/* Exception = IDL:org/csapi/pam/P_PAM_ATTRIBUTE_EXISTS:1.0 */
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_DSCODEPOINT:1.0 */
static void
-decode_ex_org_csapi_pam_P_PAM_ATTRIBUTE_EXISTS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cm_P_UNKNOWN_DSCODEPOINT(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_ATTRIBUTE_EXISTS_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_DSCODEPOINT_ExtraInformation);
}
-/* Exception = IDL:org/csapi/pam/P_PAM_ALIAS_NOT_UNIQUE:1.0 */
+/* Exception = IDL:org/csapi/cm/P_ILLEGAL_VPRPID:1.0 */
static void
-decode_ex_org_csapi_pam_P_PAM_ALIAS_NOT_UNIQUE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cm_P_ILLEGAL_VPRPID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_ALIAS_NOT_UNIQUE_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_ILLEGAL_VPRPID_ExtraInformation);
}
-/* Exception = IDL:org/csapi/pam/P_PAM_ALIAS_EXISTS:1.0 */
+/* Exception = IDL:org/csapi/cm/P_ILLEGAL_REF_VALUE:1.0 */
static void
-decode_ex_org_csapi_pam_P_PAM_ALIAS_EXISTS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cm_P_ILLEGAL_REF_VALUE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_ALIAS_EXISTS_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_ILLEGAL_REF_VALUE_ExtraInformation);
}
-/* Exception = IDL:org/csapi/pam/P_PAM_AGENT_EXISTS:1.0 */
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_INTERFACE:1.0 */
static void
-decode_ex_org_csapi_pam_P_PAM_AGENT_EXISTS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cm_P_UNKNOWN_INTERFACE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_AGENT_EXISTS_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_INTERFACE_ExtraInformation);
}
-/* Exception = IDL:org/csapi/pam/P_PAM_UNAVAILABLE_INTERFACE:1.0 */
+/* Exception = IDL:org/csapi/cm/P_CANT_DELETE_VPRP:1.0 */
static void
-decode_ex_org_csapi_pam_P_PAM_UNAVAILABLE_INTERFACE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cm_P_CANT_DELETE_VPRP(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNAVAILABLE_INTERFACE_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_CANT_DELETE_VPRP_ExtraInformation);
}
-/* Exception = IDL:org/csapi/pam/P_PAM_INVALID_CREDENTIAL:1.0 */
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_TEMPLATES:1.0 */
static void
-decode_ex_org_csapi_pam_P_PAM_INVALID_CREDENTIAL(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cm_P_UNKNOWN_TEMPLATES(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_INVALID_CREDENTIAL_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_TEMPLATES_ExtraInformation);
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_AUTHENTICATION_INFORMATION:1.0 */
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_MENU:1.0 */
static void
-decode_ex_org_csapi_mmm_P_MMM_INVALID_AUTHENTICATION_INFORMATION(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cm_P_UNKNOWN_MENU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_MENU_ExtraInformation);
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_MAILBOX:1.0 */
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_ENTERPRISE_NETWORK:1.0 */
static void
-decode_ex_org_csapi_mmm_P_MMM_INVALID_MAILBOX(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cm_P_UNKNOWN_ENTERPRISE_NETWORK(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INVALID_MAILBOX_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_ENTERPRISE_NETWORK_ExtraInformation);
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_DELIVERY_TYPE:1.0 */
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_TEMPLATE_TYPE:1.0 */
static void
-decode_ex_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TYPE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cm_P_UNKNOWN_TEMPLATE_TYPE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TYPE_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_TEMPLATE_TYPE_ExtraInformation);
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_MAX_MESSAGE_SIZE_EXCEEDED:1.0 */
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_DESCRIPTION:1.0 */
static void
-decode_ex_org_csapi_mmm_P_MMM_MAX_MESSAGE_SIZE_EXCEEDED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cm_P_UNKNOWN_DESCRIPTION(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_MAX_MESSAGE_SIZE_EXCEEDED_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_DESCRIPTION_ExtraInformation);
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_FOLDER_ID:1.0 */
+/* Exception = IDL:org/csapi/cm/P_ILLEGAL_SLA_ID:1.0 */
static void
-decode_ex_org_csapi_mmm_P_MMM_INVALID_FOLDER_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cm_P_ILLEGAL_SLA_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INVALID_FOLDER_ID_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_ILLEGAL_SLA_ID_ExtraInformation);
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_MESSAGE_ID:1.0 */
+/* Exception = IDL:org/csapi/cm/P_ILLEGAL_TAG:1.0 */
static void
-decode_ex_org_csapi_mmm_P_MMM_INVALID_MESSAGE_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cm_P_ILLEGAL_TAG(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INVALID_MESSAGE_ID_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_ILLEGAL_TAG_ExtraInformation);
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_PART_ID:1.0 */
+/* Exception = IDL:org/csapi/cm/P_ILLEGAL_VALUE:1.0 */
static void
-decode_ex_org_csapi_mmm_P_MMM_INVALID_PART_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cm_P_ILLEGAL_VALUE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INVALID_PART_ID_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_ILLEGAL_VALUE_ExtraInformation);
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH:1.0 */
+/* Exception = IDL:org/csapi/cm/P_ILLEGAL_COMBINATION:1.0 */
static void
-decode_ex_org_csapi_mmm_P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cm_P_ILLEGAL_COMBINATION(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_ILLEGAL_COMBINATION_ExtraInformation);
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH:1.0 */
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_SITES:1.0 */
static void
-decode_ex_org_csapi_mmm_P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cm_P_UNKNOWN_SITES(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_SITES_ExtraInformation);
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_PROPERTY:1.0 */
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_VPRN:1.0 */
static void
-decode_ex_org_csapi_mmm_P_MMM_INVALID_PROPERTY(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cm_P_UNKNOWN_VPRN(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INVALID_PROPERTY_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_VPRN_ExtraInformation);
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_DELIVERY_TIME:1.0 */
+/* Exception = IDL:org/csapi/cm/P_ILLEGAL_SITE_ID:1.0 */
static void
-decode_ex_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TIME(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cm_P_ILLEGAL_SITE_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TIME_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_ILLEGAL_SITE_ID_ExtraInformation);
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_VALIDITY_TIME:1.0 */
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_SITE_ID:1.0 */
static void
-decode_ex_org_csapi_mmm_P_MMM_INVALID_VALIDITY_TIME(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cm_P_UNKNOWN_SITE_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INVALID_VALIDITY_TIME_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_SITE_ID_ExtraInformation);
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_MAX_SUBJECT_SIZE_EXCEEDED:1.0 */
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_SAPS:1.0 */
static void
-decode_ex_org_csapi_mmm_P_MMM_MAX_SUBJECT_SIZE_EXCEEDED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cm_P_UNKNOWN_SAPS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_MAX_SUBJECT_SIZE_EXCEEDED_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_SAPS_ExtraInformation);
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_INFORMATION_NOT_AVAILABLE:1.0 */
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_SITE_LOCATION:1.0 */
static void
-decode_ex_org_csapi_mmm_P_MMM_INFORMATION_NOT_AVAILABLE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cm_P_UNKNOWN_SITE_LOCATION(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INFORMATION_NOT_AVAILABLE_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_SITE_LOCATION_ExtraInformation);
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_CANNOT_CANCEL:1.0 */
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_SITE_DESCRIPTION:1.0 */
static void
-decode_ex_org_csapi_mmm_P_MMM_CANNOT_CANCEL(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cm_P_UNKNOWN_SITE_DESCRIPTION(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_CANNOT_CANCEL_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_SITE_DESCRIPTION_ExtraInformation);
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_HEADER:1.0 */
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_IPSUBNET:1.0 */
static void
-decode_ex_org_csapi_mmm_P_MMM_INVALID_HEADER(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cm_P_UNKNOWN_IPSUBNET(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INVALID_HEADER_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_IPSUBNET_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_DSCODEPOINT:1.0 */
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_SAP:1.0 */
static void
-decode_ex_org_csapi_cm_P_UNKNOWN_DSCODEPOINT(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cm_P_UNKNOWN_SAP(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_DSCODEPOINT_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_SAP_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cm/P_ILLEGAL_VPRPID:1.0 */
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_VPRP:1.0 */
static void
-decode_ex_org_csapi_cm_P_ILLEGAL_VPRPID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cm_P_UNKNOWN_VPRP(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_ILLEGAL_VPRPID_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_VPRP_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cm/P_ILLEGAL_REF_VALUE:1.0 */
+/* Exception = IDL:org/csapi/am/P_UNAUTHORIZED_APPLICATION:1.0 */
static void
-decode_ex_org_csapi_cm_P_ILLEGAL_REF_VALUE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_am_P_UNAUTHORIZED_APPLICATION(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_ILLEGAL_REF_VALUE_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_am_P_UNAUTHORIZED_APPLICATION_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_INTERFACE:1.0 */
+/* Exception = IDL:org/csapi/cs/P_INVALID_USER:1.0 */
static void
-decode_ex_org_csapi_cm_P_UNKNOWN_INTERFACE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cs_P_INVALID_USER(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_INTERFACE_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cs_P_INVALID_USER_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cm/P_CANT_DELETE_VPRP:1.0 */
+/* Exception = IDL:org/csapi/cs/P_INVALID_ACCOUNT:1.0 */
static void
-decode_ex_org_csapi_cm_P_CANT_DELETE_VPRP(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cs_P_INVALID_ACCOUNT(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_CANT_DELETE_VPRP_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cs_P_INVALID_ACCOUNT_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_TEMPLATES:1.0 */
+/* Exception = IDL:org/csapi/cs/P_INVALID_REQUEST_NUMBER:1.0 */
static void
-decode_ex_org_csapi_cm_P_UNKNOWN_TEMPLATES(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cs_P_INVALID_REQUEST_NUMBER(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_TEMPLATES_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cs_P_INVALID_REQUEST_NUMBER_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_MENU:1.0 */
+/* Exception = IDL:org/csapi/cs/P_INVALID_VOLUME:1.0 */
static void
-decode_ex_org_csapi_cm_P_UNKNOWN_MENU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_cs_P_INVALID_VOLUME(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_MENU_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cs_P_INVALID_VOLUME_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_ENTERPRISE_NETWORK:1.0 */
+/* Exception = IDL:org/csapi/policy/P_ACCESS_VIOLATION:1.0 */
static void
-decode_ex_org_csapi_cm_P_UNKNOWN_ENTERPRISE_NETWORK(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_policy_P_ACCESS_VIOLATION(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_ENTERPRISE_NETWORK_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_P_ACCESS_VIOLATION_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_TEMPLATE_TYPE:1.0 */
+/* Exception = IDL:org/csapi/policy/P_SYNTAX_ERROR:1.0 */
static void
-decode_ex_org_csapi_cm_P_UNKNOWN_TEMPLATE_TYPE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_policy_P_SYNTAX_ERROR(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_TEMPLATE_TYPE_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_P_SYNTAX_ERROR_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_DESCRIPTION:1.0 */
+/* Exception = IDL:org/csapi/policy/P_NAME_SPACE_ERROR:1.0 */
static void
-decode_ex_org_csapi_cm_P_UNKNOWN_DESCRIPTION(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_policy_P_NAME_SPACE_ERROR(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_DESCRIPTION_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_P_NAME_SPACE_ERROR_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cm/P_ILLEGAL_SLA_ID:1.0 */
+/* Exception = IDL:org/csapi/policy/P_NO_TRANSACTION_IN_PROCESS:1.0 */
static void
-decode_ex_org_csapi_cm_P_ILLEGAL_SLA_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_policy_P_NO_TRANSACTION_IN_PROCESS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_ILLEGAL_SLA_ID_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_P_NO_TRANSACTION_IN_PROCESS_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cm/P_ILLEGAL_TAG:1.0 */
+/* Exception = IDL:org/csapi/policy/P_TRANSACTION_IN_PROCESS:1.0 */
static void
-decode_ex_org_csapi_cm_P_ILLEGAL_TAG(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_policy_P_TRANSACTION_IN_PROCESS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_ILLEGAL_TAG_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_P_TRANSACTION_IN_PROCESS_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cm/P_ILLEGAL_VALUE:1.0 */
+/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_TYPE:1.0 */
static void
-decode_ex_org_csapi_cm_P_ILLEGAL_VALUE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_pam_P_PAM_UNKNOWN_TYPE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_ILLEGAL_VALUE_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNKNOWN_TYPE_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cm/P_ILLEGAL_COMBINATION:1.0 */
+/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_MEMBER:1.0 */
static void
-decode_ex_org_csapi_cm_P_ILLEGAL_COMBINATION(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_pam_P_PAM_UNKNOWN_MEMBER(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_ILLEGAL_COMBINATION_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNKNOWN_MEMBER_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_SITES:1.0 */
+/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_IDENTITY:1.0 */
static void
-decode_ex_org_csapi_cm_P_UNKNOWN_SITES(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_pam_P_PAM_UNKNOWN_IDENTITY(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_SITES_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNKNOWN_IDENTITY_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_VPRN:1.0 */
+/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_GROUP:1.0 */
static void
-decode_ex_org_csapi_cm_P_UNKNOWN_VPRN(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_pam_P_PAM_UNKNOWN_GROUP(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_VPRN_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNKNOWN_GROUP_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cm/P_ILLEGAL_SITE_ID:1.0 */
+/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_CAPABILITY:1.0 */
static void
-decode_ex_org_csapi_cm_P_ILLEGAL_SITE_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_pam_P_PAM_UNKNOWN_CAPABILITY(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_ILLEGAL_SITE_ID_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNKNOWN_CAPABILITY_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_SITE_ID:1.0 */
+/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_ATTRIBUTES:1.0 */
static void
-decode_ex_org_csapi_cm_P_UNKNOWN_SITE_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTES(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_SITE_ID_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTES_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_SAPS:1.0 */
+/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_ATTRIBUTE:1.0 */
static void
-decode_ex_org_csapi_cm_P_UNKNOWN_SAPS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_SAPS_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTE_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_SITE_LOCATION:1.0 */
+/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_ASSIGNMENT:1.0 */
static void
-decode_ex_org_csapi_cm_P_UNKNOWN_SITE_LOCATION(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ASSIGNMENT(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_SITE_LOCATION_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNKNOWN_ASSIGNMENT_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_SITE_DESCRIPTION:1.0 */
+/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_ALIAS:1.0 */
static void
-decode_ex_org_csapi_cm_P_UNKNOWN_SITE_DESCRIPTION(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ALIAS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_SITE_DESCRIPTION_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNKNOWN_ALIAS_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_IPSUBNET:1.0 */
+/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_AGENT:1.0 */
static void
-decode_ex_org_csapi_cm_P_UNKNOWN_IPSUBNET(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_pam_P_PAM_UNKNOWN_AGENT(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_IPSUBNET_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNKNOWN_AGENT_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_SAP:1.0 */
+/* Exception = IDL:org/csapi/pam/P_PAM_UNASSIGNED_ALIAS:1.0 */
static void
-decode_ex_org_csapi_cm_P_UNKNOWN_SAP(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_pam_P_PAM_UNASSIGNED_ALIAS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_SAP_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNASSIGNED_ALIAS_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_VPRP:1.0 */
+/* Exception = IDL:org/csapi/pam/P_PAM_TYPE_EXISTS:1.0 */
static void
-decode_ex_org_csapi_cm_P_UNKNOWN_VPRP(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_pam_P_PAM_TYPE_EXISTS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_VPRP_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_TYPE_EXISTS_ExtraInformation);
}
-/* Exception = IDL:org/csapi/am/P_UNAUTHORIZED_APPLICATION:1.0 */
+/* Exception = IDL:org/csapi/pam/P_PAM_TYPE_ASSOCIATED:1.0 */
static void
-decode_ex_org_csapi_am_P_UNAUTHORIZED_APPLICATION(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_pam_P_PAM_TYPE_ASSOCIATED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_am_P_UNAUTHORIZED_APPLICATION_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_TYPE_ASSOCIATED_ExtraInformation);
}
-/* Exception = IDL:org/csapi/gms/P_GMS_INVALID_FOLDER_ID:1.0 */
+/* Exception = IDL:org/csapi/pam/P_PAM_NOT_REGISTERED:1.0 */
static void
-decode_ex_org_csapi_gms_P_GMS_INVALID_FOLDER_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_pam_P_PAM_NOT_REGISTERED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_INVALID_FOLDER_ID_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_NOT_REGISTERED_ExtraInformation);
}
-/* Exception = IDL:org/csapi/gms/P_GMS_INSUFFICIENT_PRIVILEGE:1.0 */
+/* Exception = IDL:org/csapi/pam/P_PAM_NOT_MEMBER:1.0 */
static void
-decode_ex_org_csapi_gms_P_GMS_INSUFFICIENT_PRIVILEGE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_pam_P_PAM_NOT_MEMBER(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_INSUFFICIENT_PRIVILEGE_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_NOT_MEMBER_ExtraInformation);
}
-/* Exception = IDL:org/csapi/gms/P_GMS_INVALID_AUTHENTICATION_INFORMATION:1.0 */
+/* Exception = IDL:org/csapi/pam/P_PAM_NO_CAPABILITY:1.0 */
static void
-decode_ex_org_csapi_gms_P_GMS_INVALID_AUTHENTICATION_INFORMATION(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_pam_P_PAM_NO_CAPABILITY(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_NO_CAPABILITY_ExtraInformation);
}
-/* Exception = IDL:org/csapi/gms/P_GMS_INVALID_MAILBOX:1.0 */
+/* Exception = IDL:org/csapi/pam/P_PAM_MEMBER_EXISTS:1.0 */
static void
-decode_ex_org_csapi_gms_P_GMS_INVALID_MAILBOX(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_pam_P_PAM_MEMBER_EXISTS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_INVALID_MAILBOX_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_MEMBER_EXISTS_ExtraInformation);
}
-/* Exception = IDL:org/csapi/gms/P_GMS_INVALID_MESSAGE_ID:1.0 */
+/* Exception = IDL:org/csapi/pam/P_PAM_IS_CYCLIC:1.0 */
static void
-decode_ex_org_csapi_gms_P_GMS_INVALID_MESSAGE_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_pam_P_PAM_IS_CYCLIC(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_INVALID_MESSAGE_ID_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_IS_CYCLIC_ExtraInformation);
}
-/* Exception = IDL:org/csapi/gms/P_GMS_LOCKING_LOCKED_MAILBOX:1.0 */
+/* Exception = IDL:org/csapi/pam/P_PAM_IDENTITY_EXISTS:1.0 */
static void
-decode_ex_org_csapi_gms_P_GMS_LOCKING_LOCKED_MAILBOX(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_pam_P_PAM_IDENTITY_EXISTS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_LOCKING_LOCKED_MAILBOX_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_IDENTITY_EXISTS_ExtraInformation);
}
-/* Exception = IDL:org/csapi/gms/P_GMS_MESSAGE_NOT_REMOVED:1.0 */
+/* Exception = IDL:org/csapi/pam/P_PAM_DISASSOCIATED_TYPE:1.0 */
static void
-decode_ex_org_csapi_gms_P_GMS_MESSAGE_NOT_REMOVED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_pam_P_PAM_DISASSOCIATED_TYPE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_MESSAGE_NOT_REMOVED_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_DISASSOCIATED_TYPE_ExtraInformation);
}
-/* Exception = IDL:org/csapi/gms/P_GMS_NUMBER_NOT_POSITIVE:1.0 */
+/* Exception = IDL:org/csapi/pam/P_PAM_ATTRIBUTE_EXISTS:1.0 */
static void
-decode_ex_org_csapi_gms_P_GMS_NUMBER_NOT_POSITIVE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_pam_P_PAM_ATTRIBUTE_EXISTS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_NUMBER_NOT_POSITIVE_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_ATTRIBUTE_EXISTS_ExtraInformation);
}
-/* Exception = IDL:org/csapi/gms/P_GMS_UNLOCKING_UNLOCKED_MAILBOX:1.0 */
+/* Exception = IDL:org/csapi/pam/P_PAM_ALIAS_NOT_UNIQUE:1.0 */
static void
-decode_ex_org_csapi_gms_P_GMS_UNLOCKING_UNLOCKED_MAILBOX(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_pam_P_PAM_ALIAS_NOT_UNIQUE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_UNLOCKING_UNLOCKED_MAILBOX_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_ALIAS_NOT_UNIQUE_ExtraInformation);
}
-/* Exception = IDL:org/csapi/gms/P_GMS_MAILBOX_LOCKED:1.0 */
+/* Exception = IDL:org/csapi/pam/P_PAM_ALIAS_EXISTS:1.0 */
static void
-decode_ex_org_csapi_gms_P_GMS_MAILBOX_LOCKED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_pam_P_PAM_ALIAS_EXISTS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_MAILBOX_LOCKED_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_ALIAS_EXISTS_ExtraInformation);
}
-/* Exception = IDL:org/csapi/gms/P_GMS_CANNOT_UNLOCK_MAILBOX:1.0 */
+/* Exception = IDL:org/csapi/pam/P_PAM_AGENT_EXISTS:1.0 */
static void
-decode_ex_org_csapi_gms_P_GMS_CANNOT_UNLOCK_MAILBOX(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_pam_P_PAM_AGENT_EXISTS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_CANNOT_UNLOCK_MAILBOX_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_AGENT_EXISTS_ExtraInformation);
}
-/* Exception = IDL:org/csapi/gms/P_GMS_PROPERTY_NOT_SET:1.0 */
+/* Exception = IDL:org/csapi/pam/P_PAM_UNAVAILABLE_INTERFACE:1.0 */
static void
-decode_ex_org_csapi_gms_P_GMS_PROPERTY_NOT_SET(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_pam_P_PAM_UNAVAILABLE_INTERFACE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_PROPERTY_NOT_SET_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_UNAVAILABLE_INTERFACE_ExtraInformation);
}
-/* Exception = IDL:org/csapi/gms/P_GMS_FOLDER_IS_OPEN:1.0 */
+/* Exception = IDL:org/csapi/pam/P_PAM_INVALID_CREDENTIAL:1.0 */
static void
-decode_ex_org_csapi_gms_P_GMS_FOLDER_IS_OPEN(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_pam_P_PAM_INVALID_CREDENTIAL(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_FOLDER_IS_OPEN_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_P_PAM_INVALID_CREDENTIAL_ExtraInformation);
}
-/* Exception = IDL:org/csapi/gms/P_GMS_MAILBOX_OPEN:1.0 */
+/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_AUTHENTICATION_INFORMATION:1.0 */
static void
-decode_ex_org_csapi_gms_P_GMS_MAILBOX_OPEN(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_mmm_P_MMM_INVALID_AUTHENTICATION_INFORMATION(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_gms_P_GMS_MAILBOX_OPEN_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_VPRP_ID:1.0 */
+/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_MAILBOX:1.0 */
static void
-decode_ex_org_csapi_cm_P_UNKNOWN_VPRP_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_mmm_P_MMM_INVALID_MAILBOX(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_VPRP_ID_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INVALID_MAILBOX_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_SLA_ID:1.0 */
+/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_DELIVERY_TYPE:1.0 */
static void
-decode_ex_org_csapi_cm_P_UNKNOWN_SLA_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TYPE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_SLA_ID_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TYPE_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_STATUS:1.0 */
+/* Exception = IDL:org/csapi/mmm/P_MMM_MAX_MESSAGE_SIZE_EXCEEDED:1.0 */
static void
-decode_ex_org_csapi_cm_P_UNKNOWN_STATUS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_mmm_P_MMM_MAX_MESSAGE_SIZE_EXCEEDED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_STATUS_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_MAX_MESSAGE_SIZE_EXCEEDED_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_QOS_INFO:1.0 */
+/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_FOLDER_ID:1.0 */
static void
-decode_ex_org_csapi_cm_P_UNKNOWN_QOS_INFO(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_mmm_P_MMM_INVALID_FOLDER_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_QOS_INFO_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INVALID_FOLDER_ID_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_VALIDITY_INFO:1.0 */
+/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_MESSAGE_ID:1.0 */
static void
-decode_ex_org_csapi_cm_P_UNKNOWN_VALIDITY_INFO(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_mmm_P_MMM_INVALID_MESSAGE_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_VALIDITY_INFO_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INVALID_MESSAGE_ID_ExtraInformation);
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_PIPEQOSINFO:1.0 */
+/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_PART_ID:1.0 */
static void
-decode_ex_org_csapi_cm_P_UNKNOWN_PIPEQOSINFO(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_mmm_P_MMM_INVALID_PART_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_P_UNKNOWN_PIPEQOSINFO_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INVALID_PART_ID_ExtraInformation);
}
-/* Exception = IDL:org/csapi/termcap/P_INVALID_TERMINAL_ID:1.0 */
+/* Exception = IDL:org/csapi/mmm/P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH:1.0 */
static void
-decode_ex_org_csapi_termcap_P_INVALID_TERMINAL_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_mmm_P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_termcap_P_INVALID_TERMINAL_ID_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH_ExtraInformation);
}
-/* Exception = IDL:org/csapi/mm/P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED:1.0 */
+/* Exception = IDL:org/csapi/mmm/P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH:1.0 */
static void
-decode_ex_org_csapi_mm_P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_mmm_P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH_ExtraInformation);
}
-/* Exception = IDL:org/csapi/mm/P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED:1.0 */
+/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_PROPERTY:1.0 */
static void
-decode_ex_org_csapi_mm_P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_mmm_P_MMM_INVALID_PROPERTY(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INVALID_PROPERTY_ExtraInformation);
}
-/* Exception = IDL:org/csapi/mm/P_INVALID_REPORTING_INTERVAL:1.0 */
+/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_DELIVERY_TIME:1.0 */
static void
-decode_ex_org_csapi_mm_P_INVALID_REPORTING_INTERVAL(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TIME(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_P_INVALID_REPORTING_INTERVAL_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TIME_ExtraInformation);
}
-/* Exception = IDL:org/csapi/mm/P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED:1.0 */
+/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_VALIDITY_TIME:1.0 */
static void
-decode_ex_org_csapi_mm_P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_mmm_P_MMM_INVALID_VALIDITY_TIME(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INVALID_VALIDITY_TIME_ExtraInformation);
}
-/* Exception = IDL:org/csapi/ui/P_ID_NOT_FOUND:1.0 */
+/* Exception = IDL:org/csapi/mmm/P_MMM_MAX_SUBJECT_SIZE_EXCEEDED:1.0 */
static void
-decode_ex_org_csapi_ui_P_ID_NOT_FOUND(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_mmm_P_MMM_MAX_SUBJECT_SIZE_EXCEEDED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_P_ID_NOT_FOUND_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_MAX_SUBJECT_SIZE_EXCEEDED_ExtraInformation);
}
-/* Exception = IDL:org/csapi/ui/P_ILLEGAL_ID:1.0 */
+/* Exception = IDL:org/csapi/mmm/P_MMM_INFORMATION_NOT_AVAILABLE:1.0 */
static void
-decode_ex_org_csapi_ui_P_ILLEGAL_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_mmm_P_MMM_INFORMATION_NOT_AVAILABLE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_P_ILLEGAL_ID_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INFORMATION_NOT_AVAILABLE_ExtraInformation);
}
-/* Exception = IDL:org/csapi/ui/P_ILLEGAL_RANGE:1.0 */
+/* Exception = IDL:org/csapi/mmm/P_MMM_CANNOT_CANCEL:1.0 */
static void
-decode_ex_org_csapi_ui_P_ILLEGAL_RANGE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_mmm_P_MMM_CANNOT_CANCEL(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_P_ILLEGAL_RANGE_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_CANNOT_CANCEL_ExtraInformation);
}
-/* Exception = IDL:org/csapi/ui/P_INVALID_COLLECTION_CRITERIA:1.0 */
+/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_HEADER:1.0 */
static void
-decode_ex_org_csapi_ui_P_INVALID_COLLECTION_CRITERIA(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_mmm_P_MMM_INVALID_HEADER(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_P_INVALID_COLLECTION_CRITERIA_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_P_MMM_INVALID_HEADER_ExtraInformation);
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_SERVICE_ID:1.0 */
+/* Exception = IDL:org/csapi/P_INVALID_ASSIGNMENT_ID:1.0 */
static void
-decode_ex_org_csapi_fw_P_INVALID_SERVICE_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_P_INVALID_ASSIGNMENT_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_SERVICE_ID_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_ASSIGNMENT_ID_ExtraInformation);
}
-/* Exception = IDL:org/csapi/fw/P_SERVICE_ACCESS_DENIED:1.0 */
+/* Exception = IDL:org/csapi/P_INVALID_TIME_AND_DATE_FORMAT:1.0 */
static void
-decode_ex_org_csapi_fw_P_SERVICE_ACCESS_DENIED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_P_INVALID_TIME_AND_DATE_FORMAT(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_SERVICE_ACCESS_DENIED_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_TIME_AND_DATE_FORMAT_ExtraInformation);
}
-/* Exception = IDL:org/csapi/fw/P_ACCESS_DENIED:1.0 */
+/* Exception = IDL:org/csapi/P_INVALID_EVENT_TYPE:1.0 */
static void
-decode_ex_org_csapi_fw_P_ACCESS_DENIED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_P_INVALID_EVENT_TYPE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_ACCESS_DENIED_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_EVENT_TYPE_ExtraInformation);
}
-/* Exception = IDL:org/csapi/fw/P_SERVICE_NOT_ENABLED:1.0 */
+/* Exception = IDL:org/csapi/P_INVALID_INTERFACE_NAME:1.0 */
static void
-decode_ex_org_csapi_fw_P_SERVICE_NOT_ENABLED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_P_INVALID_INTERFACE_NAME(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_SERVICE_NOT_ENABLED_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_INTERFACE_NAME_ExtraInformation);
}
-/* Exception = IDL:org/csapi/fw/P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY:1.0 */
+/* Exception = IDL:org/csapi/P_INVALID_INTERFACE_TYPE:1.0 */
static void
-decode_ex_org_csapi_fw_P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_P_INVALID_INTERFACE_TYPE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_INTERFACE_TYPE_ExtraInformation);
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_AGREEMENT_TEXT:1.0 */
+/* Exception = IDL:org/csapi/P_UNKNOWN_SUBSCRIBER:1.0 */
static void
-decode_ex_org_csapi_fw_P_INVALID_AGREEMENT_TEXT(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_P_UNKNOWN_SUBSCRIBER(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_AGREEMENT_TEXT_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_UNKNOWN_SUBSCRIBER_ExtraInformation);
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_SERVICE_TOKEN:1.0 */
+/* Exception = IDL:org/csapi/P_INFORMATION_NOT_AVAILABLE:1.0 */
static void
-decode_ex_org_csapi_fw_P_INVALID_SERVICE_TOKEN(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_P_INFORMATION_NOT_AVAILABLE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_SERVICE_TOKEN_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INFORMATION_NOT_AVAILABLE_ExtraInformation);
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_SIGNATURE:1.0 */
+/* Exception = IDL:org/csapi/P_INVALID_CRITERIA:1.0 */
static void
-decode_ex_org_csapi_fw_P_INVALID_SIGNATURE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_P_INVALID_CRITERIA(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_SIGNATURE_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_CRITERIA_ExtraInformation);
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_SIGNING_ALGORITHM:1.0 */
+/* Exception = IDL:org/csapi/P_INVALID_SESSION_ID:1.0 */
static void
-decode_ex_org_csapi_fw_P_INVALID_SIGNING_ALGORITHM(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_P_INVALID_SESSION_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_SIGNING_ALGORITHM_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_SESSION_ID_ExtraInformation);
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_DOMAIN_ID:1.0 */
+/* Exception = IDL:org/csapi/TpCommonExceptions:1.0 */
static void
-decode_ex_org_csapi_fw_P_INVALID_DOMAIN_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_TpCommonExceptions(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_DOMAIN_ID_ExtraInformation);
+ proto_tree_add_int(tree, hf_org_csapi_TpCommonExceptions_ExceptionType, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
+
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_TpCommonExceptions_ExtraInformation);
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_PROPERTY:1.0 */
+/* Exception = IDL:org/csapi/P_INVALID_CURRENCY:1.0 */
static void
-decode_ex_org_csapi_fw_P_INVALID_PROPERTY(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_P_INVALID_CURRENCY(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_PROPERTY_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_CURRENCY_ExtraInformation);
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_ACCESS_TYPE:1.0 */
+/* Exception = IDL:org/csapi/P_INVALID_AMOUNT:1.0 */
static void
-decode_ex_org_csapi_fw_P_INVALID_ACCESS_TYPE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_P_INVALID_AMOUNT(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_ACCESS_TYPE_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_AMOUNT_ExtraInformation);
}
-/* Exception = IDL:org/csapi/fw/P_ILLEGAL_SERVICE_TYPE:1.0 */
+/* Exception = IDL:org/csapi/P_APPLICATION_NOT_ACTIVATED:1.0 */
static void
-decode_ex_org_csapi_fw_P_ILLEGAL_SERVICE_TYPE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_P_APPLICATION_NOT_ACTIVATED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_ILLEGAL_SERVICE_TYPE_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_APPLICATION_NOT_ACTIVATED_ExtraInformation);
}
-/* Exception = IDL:org/csapi/fw/P_UNKNOWN_SERVICE_TYPE:1.0 */
+/* Exception = IDL:org/csapi/P_INVALID_ADDRESS:1.0 */
static void
-decode_ex_org_csapi_fw_P_UNKNOWN_SERVICE_TYPE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_P_INVALID_ADDRESS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_UNKNOWN_SERVICE_TYPE_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_ADDRESS_ExtraInformation);
}
-/* Exception = IDL:org/csapi/fw/P_MISSING_MANDATORY_PROPERTY:1.0 */
+/* Exception = IDL:org/csapi/P_UNSUPPORTED_ADDRESS_PLAN:1.0 */
static void
-decode_ex_org_csapi_fw_P_MISSING_MANDATORY_PROPERTY(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_P_UNSUPPORTED_ADDRESS_PLAN(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_MISSING_MANDATORY_PROPERTY_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_UNSUPPORTED_ADDRESS_PLAN_ExtraInformation);
}
-/* Exception = IDL:org/csapi/fw/P_DUPLICATE_PROPERTY_NAME:1.0 */
+/* Exception = IDL:org/csapi/P_UNAUTHORISED_PARAMETER_VALUE:1.0 */
static void
-decode_ex_org_csapi_fw_P_DUPLICATE_PROPERTY_NAME(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_P_UNAUTHORISED_PARAMETER_VALUE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_DUPLICATE_PROPERTY_NAME_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_UNAUTHORISED_PARAMETER_VALUE_ExtraInformation);
}
-/* Exception = IDL:org/csapi/fw/P_PROPERTY_TYPE_MISMATCH:1.0 */
+/* Exception = IDL:org/csapi/P_INVALID_VERSION:1.0 */
static void
-decode_ex_org_csapi_fw_P_PROPERTY_TYPE_MISMATCH(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_P_INVALID_VERSION(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_PROPERTY_TYPE_MISMATCH_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_VERSION_ExtraInformation);
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_CLIENT_APP_ID:1.0 */
+/* Exception = IDL:org/csapi/P_INVALID_NETWORK_STATE:1.0 */
static void
-decode_ex_org_csapi_fw_P_INVALID_CLIENT_APP_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_P_INVALID_NETWORK_STATE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_CLIENT_APP_ID_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_NETWORK_STATE_ExtraInformation);
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_AUTH_TYPE:1.0 */
+/* Exception = IDL:org/csapi/fw/P_INVALID_SERVICE_ID:1.0 */
static void
-decode_ex_org_csapi_fw_P_INVALID_AUTH_TYPE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_fw_P_INVALID_SERVICE_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_AUTH_TYPE_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_SERVICE_ID_ExtraInformation);
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_SAG_ID:1.0 */
+/* Exception = IDL:org/csapi/fw/P_SERVICE_ACCESS_DENIED:1.0 */
static void
-decode_ex_org_csapi_fw_P_INVALID_SAG_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_fw_P_SERVICE_ACCESS_DENIED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_SAG_ID_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_SERVICE_ACCESS_DENIED_ExtraInformation);
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_SERVICE_PROFILE_ID:1.0 */
+/* Exception = IDL:org/csapi/fw/P_ACCESS_DENIED:1.0 */
static void
-decode_ex_org_csapi_fw_P_INVALID_SERVICE_PROFILE_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_fw_P_ACCESS_DENIED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_SERVICE_PROFILE_ID_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_ACCESS_DENIED_ExtraInformation);
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_SERVICE_CONTRACT_ID:1.0 */
+/* Exception = IDL:org/csapi/fw/P_SERVICE_NOT_ENABLED:1.0 */
static void
-decode_ex_org_csapi_fw_P_INVALID_SERVICE_CONTRACT_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_fw_P_SERVICE_NOT_ENABLED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_SERVICE_CONTRACT_ID_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_SERVICE_NOT_ENABLED_ExtraInformation);
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_ACTIVITY_TEST_ID:1.0 */
+/* Exception = IDL:org/csapi/fw/P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY:1.0 */
static void
-decode_ex_org_csapi_fw_P_INVALID_ACTIVITY_TEST_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_fw_P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_ACTIVITY_TEST_ID_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY_ExtraInformation);
}
-/* Exception = IDL:org/csapi/fw/P_ILLEGAL_SERVICE_ID:1.0 */
+/* Exception = IDL:org/csapi/fw/P_INVALID_AGREEMENT_TEXT:1.0 */
static void
-decode_ex_org_csapi_fw_P_ILLEGAL_SERVICE_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_fw_P_INVALID_AGREEMENT_TEXT(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_ILLEGAL_SERVICE_ID_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_AGREEMENT_TEXT_ExtraInformation);
}
-/* Exception = IDL:org/csapi/fw/P_UNKNOWN_SERVICE_ID:1.0 */
+/* Exception = IDL:org/csapi/fw/P_INVALID_SERVICE_TOKEN:1.0 */
static void
-decode_ex_org_csapi_fw_P_UNKNOWN_SERVICE_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_fw_P_INVALID_SERVICE_TOKEN(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_UNKNOWN_SERVICE_ID_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_SERVICE_TOKEN_ExtraInformation);
}
-/* Exception = IDL:org/csapi/fw/P_SERVICE_TYPE_UNAVAILABLE:1.0 */
+/* Exception = IDL:org/csapi/fw/P_INVALID_SIGNATURE:1.0 */
static void
-decode_ex_org_csapi_fw_P_SERVICE_TYPE_UNAVAILABLE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_fw_P_INVALID_SIGNATURE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_SERVICE_TYPE_UNAVAILABLE_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_SIGNATURE_ExtraInformation);
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_ADDITION_TO_SAG:1.0 */
+/* Exception = IDL:org/csapi/fw/P_INVALID_SIGNING_ALGORITHM:1.0 */
static void
-decode_ex_org_csapi_fw_P_INVALID_ADDITION_TO_SAG(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_fw_P_INVALID_SIGNING_ALGORITHM(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_ADDITION_TO_SAG_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_SIGNING_ALGORITHM_ExtraInformation);
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT:1.0 */
+/* Exception = IDL:org/csapi/fw/P_INVALID_DOMAIN_ID:1.0 */
static void
-decode_ex_org_csapi_fw_P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_fw_P_INVALID_DOMAIN_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_DOMAIN_ID_ExtraInformation);
}
-/* Exception = IDL:org/csapi/fw/P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM:1.0 */
+/* Exception = IDL:org/csapi/fw/P_INVALID_PROPERTY:1.0 */
static void
-decode_ex_org_csapi_fw_P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_fw_P_INVALID_PROPERTY(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_PROPERTY_ExtraInformation);
}
-/* Exception = IDL:org/csapi/fw/P_NO_ACCEPTABLE_SIGNING_ALGORITHM:1.0 */
+/* Exception = IDL:org/csapi/fw/P_INVALID_ACCESS_TYPE:1.0 */
static void
-decode_ex_org_csapi_fw_P_NO_ACCEPTABLE_SIGNING_ALGORITHM(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_fw_P_INVALID_ACCESS_TYPE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_NO_ACCEPTABLE_SIGNING_ALGORITHM_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_ACCESS_TYPE_ExtraInformation);
}
-/* Exception = IDL:org/csapi/P_INVALID_CRITERIA:1.0 */
+/* Exception = IDL:org/csapi/fw/P_ILLEGAL_SERVICE_TYPE:1.0 */
static void
-decode_ex_org_csapi_P_INVALID_CRITERIA(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_fw_P_ILLEGAL_SERVICE_TYPE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_CRITERIA_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_ILLEGAL_SERVICE_TYPE_ExtraInformation);
}
-/* Exception = IDL:org/csapi/P_INVALID_SESSION_ID:1.0 */
+/* Exception = IDL:org/csapi/fw/P_UNKNOWN_SERVICE_TYPE:1.0 */
static void
-decode_ex_org_csapi_P_INVALID_SESSION_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_fw_P_UNKNOWN_SERVICE_TYPE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_SESSION_ID_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_UNKNOWN_SERVICE_TYPE_ExtraInformation);
}
-/* Exception = IDL:org/csapi/TpCommonExceptions:1.0 */
+/* Exception = IDL:org/csapi/fw/P_MISSING_MANDATORY_PROPERTY:1.0 */
static void
-decode_ex_org_csapi_TpCommonExceptions(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_fw_P_MISSING_MANDATORY_PROPERTY(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- proto_tree_add_int(tree, hf_org_csapi_TpCommonExceptions_ExceptionType, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_TpCommonExceptions_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_MISSING_MANDATORY_PROPERTY_ExtraInformation);
}
-/* Exception = IDL:org/csapi/P_INVALID_CURRENCY:1.0 */
+/* Exception = IDL:org/csapi/fw/P_DUPLICATE_PROPERTY_NAME:1.0 */
static void
-decode_ex_org_csapi_P_INVALID_CURRENCY(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_fw_P_DUPLICATE_PROPERTY_NAME(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_CURRENCY_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_DUPLICATE_PROPERTY_NAME_ExtraInformation);
}
-/* Exception = IDL:org/csapi/P_INVALID_AMOUNT:1.0 */
+/* Exception = IDL:org/csapi/fw/P_PROPERTY_TYPE_MISMATCH:1.0 */
static void
-decode_ex_org_csapi_P_INVALID_AMOUNT(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_fw_P_PROPERTY_TYPE_MISMATCH(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_AMOUNT_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_PROPERTY_TYPE_MISMATCH_ExtraInformation);
}
-/* Exception = IDL:org/csapi/P_APPLICATION_NOT_ACTIVATED:1.0 */
+/* Exception = IDL:org/csapi/fw/P_INVALID_CLIENT_APP_ID:1.0 */
static void
-decode_ex_org_csapi_P_APPLICATION_NOT_ACTIVATED(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_fw_P_INVALID_CLIENT_APP_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_APPLICATION_NOT_ACTIVATED_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_CLIENT_APP_ID_ExtraInformation);
}
-/* Exception = IDL:org/csapi/P_INVALID_ADDRESS:1.0 */
+/* Exception = IDL:org/csapi/fw/P_INVALID_AUTH_TYPE:1.0 */
static void
-decode_ex_org_csapi_P_INVALID_ADDRESS(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_fw_P_INVALID_AUTH_TYPE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_ADDRESS_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_AUTH_TYPE_ExtraInformation);
}
-/* Exception = IDL:org/csapi/P_UNSUPPORTED_ADDRESS_PLAN:1.0 */
+/* Exception = IDL:org/csapi/fw/P_INVALID_SAG_ID:1.0 */
static void
-decode_ex_org_csapi_P_UNSUPPORTED_ADDRESS_PLAN(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_fw_P_INVALID_SAG_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_UNSUPPORTED_ADDRESS_PLAN_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_SAG_ID_ExtraInformation);
}
-/* Exception = IDL:org/csapi/P_UNAUTHORISED_PARAMETER_VALUE:1.0 */
+/* Exception = IDL:org/csapi/fw/P_INVALID_SERVICE_PROFILE_ID:1.0 */
static void
-decode_ex_org_csapi_P_UNAUTHORISED_PARAMETER_VALUE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_fw_P_INVALID_SERVICE_PROFILE_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_UNAUTHORISED_PARAMETER_VALUE_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_SERVICE_PROFILE_ID_ExtraInformation);
}
-/* Exception = IDL:org/csapi/P_INVALID_VERSION:1.0 */
+/* Exception = IDL:org/csapi/fw/P_INVALID_SERVICE_CONTRACT_ID:1.0 */
static void
-decode_ex_org_csapi_P_INVALID_VERSION(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_fw_P_INVALID_SERVICE_CONTRACT_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_VERSION_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_SERVICE_CONTRACT_ID_ExtraInformation);
}
-/* Exception = IDL:org/csapi/P_INVALID_NETWORK_STATE:1.0 */
+/* Exception = IDL:org/csapi/fw/P_INVALID_ACTIVITY_TEST_ID:1.0 */
static void
-decode_ex_org_csapi_P_INVALID_NETWORK_STATE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_fw_P_INVALID_ACTIVITY_TEST_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_NETWORK_STATE_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_ACTIVITY_TEST_ID_ExtraInformation);
}
-/* Exception = IDL:org/csapi/P_INVALID_ASSIGNMENT_ID:1.0 */
+/* Exception = IDL:org/csapi/fw/P_ILLEGAL_SERVICE_ID:1.0 */
static void
-decode_ex_org_csapi_P_INVALID_ASSIGNMENT_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_fw_P_ILLEGAL_SERVICE_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_ASSIGNMENT_ID_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_ILLEGAL_SERVICE_ID_ExtraInformation);
}
-/* Exception = IDL:org/csapi/P_INVALID_TIME_AND_DATE_FORMAT:1.0 */
+/* Exception = IDL:org/csapi/fw/P_UNKNOWN_SERVICE_ID:1.0 */
static void
-decode_ex_org_csapi_P_INVALID_TIME_AND_DATE_FORMAT(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_fw_P_UNKNOWN_SERVICE_ID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_TIME_AND_DATE_FORMAT_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_UNKNOWN_SERVICE_ID_ExtraInformation);
}
-/* Exception = IDL:org/csapi/P_INVALID_EVENT_TYPE:1.0 */
+/* Exception = IDL:org/csapi/fw/P_SERVICE_TYPE_UNAVAILABLE:1.0 */
static void
-decode_ex_org_csapi_P_INVALID_EVENT_TYPE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_fw_P_SERVICE_TYPE_UNAVAILABLE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_EVENT_TYPE_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_SERVICE_TYPE_UNAVAILABLE_ExtraInformation);
}
-/* Exception = IDL:org/csapi/P_INVALID_INTERFACE_NAME:1.0 */
+/* Exception = IDL:org/csapi/fw/P_INVALID_ADDITION_TO_SAG:1.0 */
static void
-decode_ex_org_csapi_P_INVALID_INTERFACE_NAME(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_fw_P_INVALID_ADDITION_TO_SAG(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_INTERFACE_NAME_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_ADDITION_TO_SAG_ExtraInformation);
}
-/* Exception = IDL:org/csapi/P_INVALID_INTERFACE_TYPE:1.0 */
+/* Exception = IDL:org/csapi/fw/P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT:1.0 */
static void
-decode_ex_org_csapi_P_INVALID_INTERFACE_TYPE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_fw_P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INVALID_INTERFACE_TYPE_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT_ExtraInformation);
}
-/* Exception = IDL:org/csapi/P_UNKNOWN_SUBSCRIBER:1.0 */
+/* Exception = IDL:org/csapi/fw/P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM:1.0 */
static void
-decode_ex_org_csapi_P_UNKNOWN_SUBSCRIBER(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_fw_P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_UNKNOWN_SUBSCRIBER_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM_ExtraInformation);
}
-/* Exception = IDL:org/csapi/P_INFORMATION_NOT_AVAILABLE:1.0 */
+/* Exception = IDL:org/csapi/fw/P_NO_ACCEPTABLE_SIGNING_ALGORITHM:1.0 */
static void
-decode_ex_org_csapi_P_INFORMATION_NOT_AVAILABLE(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_ex_org_csapi_fw_P_NO_ACCEPTABLE_SIGNING_ALGORITHM(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
proto_item *item _U_;
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_P_INFORMATION_NOT_AVAILABLE_ExtraInformation);
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_P_NO_ACCEPTABLE_SIGNING_ALGORITHM_ExtraInformation);
}
@@ -7603,921 +7603,921 @@ decode_user_exception(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *ptr
if (!header->exception_id)
return FALSE;
- if (strcmp(header->exception_id, "IDL:org/csapi/cs/P_INVALID_USER:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/ui/P_ID_NOT_FOUND:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cs_P_INVALID_USER(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cs/P_INVALID_USER:1.0 */
+ decode_ex_org_csapi_ui_P_ID_NOT_FOUND(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/ui/P_ID_NOT_FOUND:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cs/P_INVALID_ACCOUNT:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/ui/P_ILLEGAL_ID:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cs_P_INVALID_ACCOUNT(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cs/P_INVALID_ACCOUNT:1.0 */
+ decode_ex_org_csapi_ui_P_ILLEGAL_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/ui/P_ILLEGAL_ID:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cs/P_INVALID_REQUEST_NUMBER:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/ui/P_ILLEGAL_RANGE:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cs_P_INVALID_REQUEST_NUMBER(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cs/P_INVALID_REQUEST_NUMBER:1.0 */
+ decode_ex_org_csapi_ui_P_ILLEGAL_RANGE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/ui/P_ILLEGAL_RANGE:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cs/P_INVALID_VOLUME:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/ui/P_INVALID_COLLECTION_CRITERIA:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cs_P_INVALID_VOLUME(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cs/P_INVALID_VOLUME:1.0 */
+ decode_ex_org_csapi_ui_P_INVALID_COLLECTION_CRITERIA(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/ui/P_INVALID_COLLECTION_CRITERIA:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/policy/P_ACCESS_VIOLATION:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/mm/P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_policy_P_ACCESS_VIOLATION(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/policy/P_ACCESS_VIOLATION:1.0 */
+ decode_ex_org_csapi_mm_P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mm/P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/policy/P_SYNTAX_ERROR:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/mm/P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_policy_P_SYNTAX_ERROR(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/policy/P_SYNTAX_ERROR:1.0 */
+ decode_ex_org_csapi_mm_P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mm/P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/policy/P_NAME_SPACE_ERROR:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/mm/P_INVALID_REPORTING_INTERVAL:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_policy_P_NAME_SPACE_ERROR(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/policy/P_NAME_SPACE_ERROR:1.0 */
+ decode_ex_org_csapi_mm_P_INVALID_REPORTING_INTERVAL(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mm/P_INVALID_REPORTING_INTERVAL:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/policy/P_NO_TRANSACTION_IN_PROCESS:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/mm/P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_policy_P_NO_TRANSACTION_IN_PROCESS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/policy/P_NO_TRANSACTION_IN_PROCESS:1.0 */
+ decode_ex_org_csapi_mm_P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mm/P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/policy/P_TRANSACTION_IN_PROCESS:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/termcap/P_INVALID_TERMINAL_ID:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_policy_P_TRANSACTION_IN_PROCESS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/policy/P_TRANSACTION_IN_PROCESS:1.0 */
+ decode_ex_org_csapi_termcap_P_INVALID_TERMINAL_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/termcap/P_INVALID_TERMINAL_ID:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNKNOWN_TYPE:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_INVALID_FOLDER_ID:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_pam_P_PAM_UNKNOWN_TYPE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_UNKNOWN_TYPE:1.0 */
+ decode_ex_org_csapi_gms_P_GMS_INVALID_FOLDER_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/gms/P_GMS_INVALID_FOLDER_ID:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNKNOWN_MEMBER:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_INSUFFICIENT_PRIVILEGE:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_pam_P_PAM_UNKNOWN_MEMBER(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_UNKNOWN_MEMBER:1.0 */
+ decode_ex_org_csapi_gms_P_GMS_INSUFFICIENT_PRIVILEGE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/gms/P_GMS_INSUFFICIENT_PRIVILEGE:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNKNOWN_IDENTITY:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_INVALID_AUTHENTICATION_INFORMATION:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_pam_P_PAM_UNKNOWN_IDENTITY(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_UNKNOWN_IDENTITY:1.0 */
+ decode_ex_org_csapi_gms_P_GMS_INVALID_AUTHENTICATION_INFORMATION(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/gms/P_GMS_INVALID_AUTHENTICATION_INFORMATION:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNKNOWN_GROUP:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_INVALID_MAILBOX:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_pam_P_PAM_UNKNOWN_GROUP(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_UNKNOWN_GROUP:1.0 */
+ decode_ex_org_csapi_gms_P_GMS_INVALID_MAILBOX(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/gms/P_GMS_INVALID_MAILBOX:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNKNOWN_CAPABILITY:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_INVALID_MESSAGE_ID:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_pam_P_PAM_UNKNOWN_CAPABILITY(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_UNKNOWN_CAPABILITY:1.0 */
+ decode_ex_org_csapi_gms_P_GMS_INVALID_MESSAGE_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/gms/P_GMS_INVALID_MESSAGE_ID:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNKNOWN_ATTRIBUTES:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_LOCKING_LOCKED_MAILBOX:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTES(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_UNKNOWN_ATTRIBUTES:1.0 */
+ decode_ex_org_csapi_gms_P_GMS_LOCKING_LOCKED_MAILBOX(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/gms/P_GMS_LOCKING_LOCKED_MAILBOX:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNKNOWN_ATTRIBUTE:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_MESSAGE_NOT_REMOVED:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_UNKNOWN_ATTRIBUTE:1.0 */
+ decode_ex_org_csapi_gms_P_GMS_MESSAGE_NOT_REMOVED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/gms/P_GMS_MESSAGE_NOT_REMOVED:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNKNOWN_ASSIGNMENT:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_NUMBER_NOT_POSITIVE:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ASSIGNMENT(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_UNKNOWN_ASSIGNMENT:1.0 */
+ decode_ex_org_csapi_gms_P_GMS_NUMBER_NOT_POSITIVE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/gms/P_GMS_NUMBER_NOT_POSITIVE:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNKNOWN_ALIAS:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_UNLOCKING_UNLOCKED_MAILBOX:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ALIAS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_UNKNOWN_ALIAS:1.0 */
+ decode_ex_org_csapi_gms_P_GMS_UNLOCKING_UNLOCKED_MAILBOX(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/gms/P_GMS_UNLOCKING_UNLOCKED_MAILBOX:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNKNOWN_AGENT:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_MAILBOX_LOCKED:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_pam_P_PAM_UNKNOWN_AGENT(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_UNKNOWN_AGENT:1.0 */
+ decode_ex_org_csapi_gms_P_GMS_MAILBOX_LOCKED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/gms/P_GMS_MAILBOX_LOCKED:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNASSIGNED_ALIAS:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_CANNOT_UNLOCK_MAILBOX:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_pam_P_PAM_UNASSIGNED_ALIAS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_UNASSIGNED_ALIAS:1.0 */
+ decode_ex_org_csapi_gms_P_GMS_CANNOT_UNLOCK_MAILBOX(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/gms/P_GMS_CANNOT_UNLOCK_MAILBOX:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_TYPE_EXISTS:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_PROPERTY_NOT_SET:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_pam_P_PAM_TYPE_EXISTS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_TYPE_EXISTS:1.0 */
+ decode_ex_org_csapi_gms_P_GMS_PROPERTY_NOT_SET(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/gms/P_GMS_PROPERTY_NOT_SET:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_TYPE_ASSOCIATED:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_FOLDER_IS_OPEN:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_pam_P_PAM_TYPE_ASSOCIATED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_TYPE_ASSOCIATED:1.0 */
+ decode_ex_org_csapi_gms_P_GMS_FOLDER_IS_OPEN(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/gms/P_GMS_FOLDER_IS_OPEN:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_NOT_REGISTERED:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_MAILBOX_OPEN:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_pam_P_PAM_NOT_REGISTERED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_NOT_REGISTERED:1.0 */
+ decode_ex_org_csapi_gms_P_GMS_MAILBOX_OPEN(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/gms/P_GMS_MAILBOX_OPEN:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_NOT_MEMBER:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_VPRP_ID:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_pam_P_PAM_NOT_MEMBER(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_NOT_MEMBER:1.0 */
+ decode_ex_org_csapi_cm_P_UNKNOWN_VPRP_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_VPRP_ID:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_NO_CAPABILITY:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_SLA_ID:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_pam_P_PAM_NO_CAPABILITY(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_NO_CAPABILITY:1.0 */
+ decode_ex_org_csapi_cm_P_UNKNOWN_SLA_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_SLA_ID:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_MEMBER_EXISTS:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_STATUS:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_pam_P_PAM_MEMBER_EXISTS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_MEMBER_EXISTS:1.0 */
+ decode_ex_org_csapi_cm_P_UNKNOWN_STATUS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_STATUS:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_IS_CYCLIC:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_QOS_INFO:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_pam_P_PAM_IS_CYCLIC(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_IS_CYCLIC:1.0 */
+ decode_ex_org_csapi_cm_P_UNKNOWN_QOS_INFO(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_QOS_INFO:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_IDENTITY_EXISTS:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_VALIDITY_INFO:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_pam_P_PAM_IDENTITY_EXISTS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_IDENTITY_EXISTS:1.0 */
+ decode_ex_org_csapi_cm_P_UNKNOWN_VALIDITY_INFO(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_VALIDITY_INFO:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_DISASSOCIATED_TYPE:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_PIPEQOSINFO:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_pam_P_PAM_DISASSOCIATED_TYPE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_DISASSOCIATED_TYPE:1.0 */
+ decode_ex_org_csapi_cm_P_UNKNOWN_PIPEQOSINFO(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_PIPEQOSINFO:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_ATTRIBUTE_EXISTS:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_DSCODEPOINT:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_pam_P_PAM_ATTRIBUTE_EXISTS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_ATTRIBUTE_EXISTS:1.0 */
+ decode_ex_org_csapi_cm_P_UNKNOWN_DSCODEPOINT(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_DSCODEPOINT:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_ALIAS_NOT_UNIQUE:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_ILLEGAL_VPRPID:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_pam_P_PAM_ALIAS_NOT_UNIQUE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_ALIAS_NOT_UNIQUE:1.0 */
+ decode_ex_org_csapi_cm_P_ILLEGAL_VPRPID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_ILLEGAL_VPRPID:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_ALIAS_EXISTS:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_ILLEGAL_REF_VALUE:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_pam_P_PAM_ALIAS_EXISTS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_ALIAS_EXISTS:1.0 */
+ decode_ex_org_csapi_cm_P_ILLEGAL_REF_VALUE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_ILLEGAL_REF_VALUE:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_AGENT_EXISTS:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_INTERFACE:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_pam_P_PAM_AGENT_EXISTS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_AGENT_EXISTS:1.0 */
+ decode_ex_org_csapi_cm_P_UNKNOWN_INTERFACE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_INTERFACE:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNAVAILABLE_INTERFACE:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_CANT_DELETE_VPRP:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_pam_P_PAM_UNAVAILABLE_INTERFACE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_UNAVAILABLE_INTERFACE:1.0 */
+ decode_ex_org_csapi_cm_P_CANT_DELETE_VPRP(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_CANT_DELETE_VPRP:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_INVALID_CREDENTIAL:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_TEMPLATES:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_pam_P_PAM_INVALID_CREDENTIAL(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_INVALID_CREDENTIAL:1.0 */
+ decode_ex_org_csapi_cm_P_UNKNOWN_TEMPLATES(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_TEMPLATES:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INVALID_AUTHENTICATION_INFORMATION:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_MENU:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_mmm_P_MMM_INVALID_AUTHENTICATION_INFORMATION(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_INVALID_AUTHENTICATION_INFORMATION:1.0 */
+ decode_ex_org_csapi_cm_P_UNKNOWN_MENU(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_MENU:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INVALID_MAILBOX:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_ENTERPRISE_NETWORK:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_mmm_P_MMM_INVALID_MAILBOX(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_INVALID_MAILBOX:1.0 */
+ decode_ex_org_csapi_cm_P_UNKNOWN_ENTERPRISE_NETWORK(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_ENTERPRISE_NETWORK:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INVALID_DELIVERY_TYPE:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_TEMPLATE_TYPE:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TYPE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_INVALID_DELIVERY_TYPE:1.0 */
+ decode_ex_org_csapi_cm_P_UNKNOWN_TEMPLATE_TYPE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_TEMPLATE_TYPE:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_MAX_MESSAGE_SIZE_EXCEEDED:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_DESCRIPTION:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_mmm_P_MMM_MAX_MESSAGE_SIZE_EXCEEDED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_MAX_MESSAGE_SIZE_EXCEEDED:1.0 */
+ decode_ex_org_csapi_cm_P_UNKNOWN_DESCRIPTION(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_DESCRIPTION:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INVALID_FOLDER_ID:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_ILLEGAL_SLA_ID:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_mmm_P_MMM_INVALID_FOLDER_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_INVALID_FOLDER_ID:1.0 */
+ decode_ex_org_csapi_cm_P_ILLEGAL_SLA_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_ILLEGAL_SLA_ID:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INVALID_MESSAGE_ID:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_ILLEGAL_TAG:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_mmm_P_MMM_INVALID_MESSAGE_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_INVALID_MESSAGE_ID:1.0 */
+ decode_ex_org_csapi_cm_P_ILLEGAL_TAG(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_ILLEGAL_TAG:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INVALID_PART_ID:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_ILLEGAL_VALUE:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_mmm_P_MMM_INVALID_PART_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_INVALID_PART_ID:1.0 */
+ decode_ex_org_csapi_cm_P_ILLEGAL_VALUE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_ILLEGAL_VALUE:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_ILLEGAL_COMBINATION:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_mmm_P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH:1.0 */
+ decode_ex_org_csapi_cm_P_ILLEGAL_COMBINATION(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_ILLEGAL_COMBINATION:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_SITES:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_mmm_P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH:1.0 */
+ decode_ex_org_csapi_cm_P_UNKNOWN_SITES(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_SITES:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INVALID_PROPERTY:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_VPRN:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_mmm_P_MMM_INVALID_PROPERTY(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_INVALID_PROPERTY:1.0 */
+ decode_ex_org_csapi_cm_P_UNKNOWN_VPRN(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_VPRN:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INVALID_DELIVERY_TIME:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_ILLEGAL_SITE_ID:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TIME(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_INVALID_DELIVERY_TIME:1.0 */
+ decode_ex_org_csapi_cm_P_ILLEGAL_SITE_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_ILLEGAL_SITE_ID:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INVALID_VALIDITY_TIME:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_SITE_ID:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_mmm_P_MMM_INVALID_VALIDITY_TIME(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_INVALID_VALIDITY_TIME:1.0 */
+ decode_ex_org_csapi_cm_P_UNKNOWN_SITE_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_SITE_ID:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_MAX_SUBJECT_SIZE_EXCEEDED:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_SAPS:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_mmm_P_MMM_MAX_SUBJECT_SIZE_EXCEEDED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_MAX_SUBJECT_SIZE_EXCEEDED:1.0 */
+ decode_ex_org_csapi_cm_P_UNKNOWN_SAPS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_SAPS:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INFORMATION_NOT_AVAILABLE:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_SITE_LOCATION:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_mmm_P_MMM_INFORMATION_NOT_AVAILABLE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_INFORMATION_NOT_AVAILABLE:1.0 */
+ decode_ex_org_csapi_cm_P_UNKNOWN_SITE_LOCATION(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_SITE_LOCATION:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_CANNOT_CANCEL:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_SITE_DESCRIPTION:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_mmm_P_MMM_CANNOT_CANCEL(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_CANNOT_CANCEL:1.0 */
+ decode_ex_org_csapi_cm_P_UNKNOWN_SITE_DESCRIPTION(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_SITE_DESCRIPTION:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INVALID_HEADER:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_IPSUBNET:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_mmm_P_MMM_INVALID_HEADER(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_INVALID_HEADER:1.0 */
+ decode_ex_org_csapi_cm_P_UNKNOWN_IPSUBNET(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_IPSUBNET:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_DSCODEPOINT:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_SAP:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cm_P_UNKNOWN_DSCODEPOINT(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_DSCODEPOINT:1.0 */
+ decode_ex_org_csapi_cm_P_UNKNOWN_SAP(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_SAP:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_ILLEGAL_VPRPID:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_VPRP:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cm_P_ILLEGAL_VPRPID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_ILLEGAL_VPRPID:1.0 */
+ decode_ex_org_csapi_cm_P_UNKNOWN_VPRP(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_VPRP:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_ILLEGAL_REF_VALUE:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/am/P_UNAUTHORIZED_APPLICATION:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cm_P_ILLEGAL_REF_VALUE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_ILLEGAL_REF_VALUE:1.0 */
+ decode_ex_org_csapi_am_P_UNAUTHORIZED_APPLICATION(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/am/P_UNAUTHORIZED_APPLICATION:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_INTERFACE:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cs/P_INVALID_USER:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cm_P_UNKNOWN_INTERFACE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_INTERFACE:1.0 */
+ decode_ex_org_csapi_cs_P_INVALID_USER(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cs/P_INVALID_USER:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_CANT_DELETE_VPRP:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cs/P_INVALID_ACCOUNT:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cm_P_CANT_DELETE_VPRP(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_CANT_DELETE_VPRP:1.0 */
+ decode_ex_org_csapi_cs_P_INVALID_ACCOUNT(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cs/P_INVALID_ACCOUNT:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_TEMPLATES:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cs/P_INVALID_REQUEST_NUMBER:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cm_P_UNKNOWN_TEMPLATES(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_TEMPLATES:1.0 */
+ decode_ex_org_csapi_cs_P_INVALID_REQUEST_NUMBER(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cs/P_INVALID_REQUEST_NUMBER:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_MENU:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/cs/P_INVALID_VOLUME:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cm_P_UNKNOWN_MENU(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_MENU:1.0 */
+ decode_ex_org_csapi_cs_P_INVALID_VOLUME(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cs/P_INVALID_VOLUME:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_ENTERPRISE_NETWORK:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/policy/P_ACCESS_VIOLATION:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cm_P_UNKNOWN_ENTERPRISE_NETWORK(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_ENTERPRISE_NETWORK:1.0 */
+ decode_ex_org_csapi_policy_P_ACCESS_VIOLATION(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/policy/P_ACCESS_VIOLATION:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_TEMPLATE_TYPE:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/policy/P_SYNTAX_ERROR:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cm_P_UNKNOWN_TEMPLATE_TYPE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_TEMPLATE_TYPE:1.0 */
+ decode_ex_org_csapi_policy_P_SYNTAX_ERROR(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/policy/P_SYNTAX_ERROR:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_DESCRIPTION:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/policy/P_NAME_SPACE_ERROR:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cm_P_UNKNOWN_DESCRIPTION(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_DESCRIPTION:1.0 */
+ decode_ex_org_csapi_policy_P_NAME_SPACE_ERROR(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/policy/P_NAME_SPACE_ERROR:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_ILLEGAL_SLA_ID:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/policy/P_NO_TRANSACTION_IN_PROCESS:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cm_P_ILLEGAL_SLA_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_ILLEGAL_SLA_ID:1.0 */
+ decode_ex_org_csapi_policy_P_NO_TRANSACTION_IN_PROCESS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/policy/P_NO_TRANSACTION_IN_PROCESS:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_ILLEGAL_TAG:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/policy/P_TRANSACTION_IN_PROCESS:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cm_P_ILLEGAL_TAG(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_ILLEGAL_TAG:1.0 */
+ decode_ex_org_csapi_policy_P_TRANSACTION_IN_PROCESS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/policy/P_TRANSACTION_IN_PROCESS:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_ILLEGAL_VALUE:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNKNOWN_TYPE:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cm_P_ILLEGAL_VALUE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_ILLEGAL_VALUE:1.0 */
+ decode_ex_org_csapi_pam_P_PAM_UNKNOWN_TYPE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_UNKNOWN_TYPE:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_ILLEGAL_COMBINATION:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNKNOWN_MEMBER:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cm_P_ILLEGAL_COMBINATION(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_ILLEGAL_COMBINATION:1.0 */
+ decode_ex_org_csapi_pam_P_PAM_UNKNOWN_MEMBER(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_UNKNOWN_MEMBER:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_SITES:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNKNOWN_IDENTITY:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cm_P_UNKNOWN_SITES(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_SITES:1.0 */
+ decode_ex_org_csapi_pam_P_PAM_UNKNOWN_IDENTITY(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_UNKNOWN_IDENTITY:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_VPRN:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNKNOWN_GROUP:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cm_P_UNKNOWN_VPRN(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_VPRN:1.0 */
+ decode_ex_org_csapi_pam_P_PAM_UNKNOWN_GROUP(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_UNKNOWN_GROUP:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_ILLEGAL_SITE_ID:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNKNOWN_CAPABILITY:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cm_P_ILLEGAL_SITE_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_ILLEGAL_SITE_ID:1.0 */
+ decode_ex_org_csapi_pam_P_PAM_UNKNOWN_CAPABILITY(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_UNKNOWN_CAPABILITY:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_SITE_ID:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNKNOWN_ATTRIBUTES:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cm_P_UNKNOWN_SITE_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_SITE_ID:1.0 */
+ decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTES(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_UNKNOWN_ATTRIBUTES:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_SAPS:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNKNOWN_ATTRIBUTE:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cm_P_UNKNOWN_SAPS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_SAPS:1.0 */
+ decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_UNKNOWN_ATTRIBUTE:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_SITE_LOCATION:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNKNOWN_ASSIGNMENT:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cm_P_UNKNOWN_SITE_LOCATION(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_SITE_LOCATION:1.0 */
+ decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ASSIGNMENT(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_UNKNOWN_ASSIGNMENT:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_SITE_DESCRIPTION:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNKNOWN_ALIAS:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cm_P_UNKNOWN_SITE_DESCRIPTION(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_SITE_DESCRIPTION:1.0 */
+ decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ALIAS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_UNKNOWN_ALIAS:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_IPSUBNET:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNKNOWN_AGENT:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cm_P_UNKNOWN_IPSUBNET(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_IPSUBNET:1.0 */
+ decode_ex_org_csapi_pam_P_PAM_UNKNOWN_AGENT(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_UNKNOWN_AGENT:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_SAP:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNASSIGNED_ALIAS:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cm_P_UNKNOWN_SAP(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_SAP:1.0 */
+ decode_ex_org_csapi_pam_P_PAM_UNASSIGNED_ALIAS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_UNASSIGNED_ALIAS:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_VPRP:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_TYPE_EXISTS:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cm_P_UNKNOWN_VPRP(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_VPRP:1.0 */
+ decode_ex_org_csapi_pam_P_PAM_TYPE_EXISTS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_TYPE_EXISTS:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/am/P_UNAUTHORIZED_APPLICATION:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_TYPE_ASSOCIATED:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_am_P_UNAUTHORIZED_APPLICATION(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/am/P_UNAUTHORIZED_APPLICATION:1.0 */
+ decode_ex_org_csapi_pam_P_PAM_TYPE_ASSOCIATED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_TYPE_ASSOCIATED:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_INVALID_FOLDER_ID:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_NOT_REGISTERED:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_gms_P_GMS_INVALID_FOLDER_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/gms/P_GMS_INVALID_FOLDER_ID:1.0 */
+ decode_ex_org_csapi_pam_P_PAM_NOT_REGISTERED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_NOT_REGISTERED:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_INSUFFICIENT_PRIVILEGE:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_NOT_MEMBER:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_gms_P_GMS_INSUFFICIENT_PRIVILEGE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/gms/P_GMS_INSUFFICIENT_PRIVILEGE:1.0 */
+ decode_ex_org_csapi_pam_P_PAM_NOT_MEMBER(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_NOT_MEMBER:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_INVALID_AUTHENTICATION_INFORMATION:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_NO_CAPABILITY:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_gms_P_GMS_INVALID_AUTHENTICATION_INFORMATION(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/gms/P_GMS_INVALID_AUTHENTICATION_INFORMATION:1.0 */
+ decode_ex_org_csapi_pam_P_PAM_NO_CAPABILITY(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_NO_CAPABILITY:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_INVALID_MAILBOX:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_MEMBER_EXISTS:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_gms_P_GMS_INVALID_MAILBOX(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/gms/P_GMS_INVALID_MAILBOX:1.0 */
+ decode_ex_org_csapi_pam_P_PAM_MEMBER_EXISTS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_MEMBER_EXISTS:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_INVALID_MESSAGE_ID:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_IS_CYCLIC:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_gms_P_GMS_INVALID_MESSAGE_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/gms/P_GMS_INVALID_MESSAGE_ID:1.0 */
+ decode_ex_org_csapi_pam_P_PAM_IS_CYCLIC(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_IS_CYCLIC:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_LOCKING_LOCKED_MAILBOX:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_IDENTITY_EXISTS:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_gms_P_GMS_LOCKING_LOCKED_MAILBOX(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/gms/P_GMS_LOCKING_LOCKED_MAILBOX:1.0 */
+ decode_ex_org_csapi_pam_P_PAM_IDENTITY_EXISTS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_IDENTITY_EXISTS:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_MESSAGE_NOT_REMOVED:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_DISASSOCIATED_TYPE:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_gms_P_GMS_MESSAGE_NOT_REMOVED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/gms/P_GMS_MESSAGE_NOT_REMOVED:1.0 */
+ decode_ex_org_csapi_pam_P_PAM_DISASSOCIATED_TYPE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_DISASSOCIATED_TYPE:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_NUMBER_NOT_POSITIVE:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_ATTRIBUTE_EXISTS:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_gms_P_GMS_NUMBER_NOT_POSITIVE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/gms/P_GMS_NUMBER_NOT_POSITIVE:1.0 */
+ decode_ex_org_csapi_pam_P_PAM_ATTRIBUTE_EXISTS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_ATTRIBUTE_EXISTS:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_UNLOCKING_UNLOCKED_MAILBOX:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_ALIAS_NOT_UNIQUE:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_gms_P_GMS_UNLOCKING_UNLOCKED_MAILBOX(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/gms/P_GMS_UNLOCKING_UNLOCKED_MAILBOX:1.0 */
+ decode_ex_org_csapi_pam_P_PAM_ALIAS_NOT_UNIQUE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_ALIAS_NOT_UNIQUE:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_MAILBOX_LOCKED:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_ALIAS_EXISTS:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_gms_P_GMS_MAILBOX_LOCKED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/gms/P_GMS_MAILBOX_LOCKED:1.0 */
+ decode_ex_org_csapi_pam_P_PAM_ALIAS_EXISTS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_ALIAS_EXISTS:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_CANNOT_UNLOCK_MAILBOX:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_AGENT_EXISTS:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_gms_P_GMS_CANNOT_UNLOCK_MAILBOX(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/gms/P_GMS_CANNOT_UNLOCK_MAILBOX:1.0 */
+ decode_ex_org_csapi_pam_P_PAM_AGENT_EXISTS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_AGENT_EXISTS:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_PROPERTY_NOT_SET:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_UNAVAILABLE_INTERFACE:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_gms_P_GMS_PROPERTY_NOT_SET(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/gms/P_GMS_PROPERTY_NOT_SET:1.0 */
+ decode_ex_org_csapi_pam_P_PAM_UNAVAILABLE_INTERFACE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_UNAVAILABLE_INTERFACE:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_FOLDER_IS_OPEN:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/pam/P_PAM_INVALID_CREDENTIAL:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_gms_P_GMS_FOLDER_IS_OPEN(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/gms/P_GMS_FOLDER_IS_OPEN:1.0 */
+ decode_ex_org_csapi_pam_P_PAM_INVALID_CREDENTIAL(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/pam/P_PAM_INVALID_CREDENTIAL:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/gms/P_GMS_MAILBOX_OPEN:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INVALID_AUTHENTICATION_INFORMATION:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_gms_P_GMS_MAILBOX_OPEN(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/gms/P_GMS_MAILBOX_OPEN:1.0 */
+ decode_ex_org_csapi_mmm_P_MMM_INVALID_AUTHENTICATION_INFORMATION(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_INVALID_AUTHENTICATION_INFORMATION:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_VPRP_ID:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INVALID_MAILBOX:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cm_P_UNKNOWN_VPRP_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_VPRP_ID:1.0 */
+ decode_ex_org_csapi_mmm_P_MMM_INVALID_MAILBOX(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_INVALID_MAILBOX:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_SLA_ID:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INVALID_DELIVERY_TYPE:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cm_P_UNKNOWN_SLA_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_SLA_ID:1.0 */
+ decode_ex_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TYPE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_INVALID_DELIVERY_TYPE:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_STATUS:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_MAX_MESSAGE_SIZE_EXCEEDED:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cm_P_UNKNOWN_STATUS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_STATUS:1.0 */
+ decode_ex_org_csapi_mmm_P_MMM_MAX_MESSAGE_SIZE_EXCEEDED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_MAX_MESSAGE_SIZE_EXCEEDED:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_QOS_INFO:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INVALID_FOLDER_ID:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cm_P_UNKNOWN_QOS_INFO(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_QOS_INFO:1.0 */
+ decode_ex_org_csapi_mmm_P_MMM_INVALID_FOLDER_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_INVALID_FOLDER_ID:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_VALIDITY_INFO:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INVALID_MESSAGE_ID:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cm_P_UNKNOWN_VALIDITY_INFO(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_VALIDITY_INFO:1.0 */
+ decode_ex_org_csapi_mmm_P_MMM_INVALID_MESSAGE_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_INVALID_MESSAGE_ID:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/cm/P_UNKNOWN_PIPEQOSINFO:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INVALID_PART_ID:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_cm_P_UNKNOWN_PIPEQOSINFO(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_PIPEQOSINFO:1.0 */
+ decode_ex_org_csapi_mmm_P_MMM_INVALID_PART_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_INVALID_PART_ID:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/termcap/P_INVALID_TERMINAL_ID:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_termcap_P_INVALID_TERMINAL_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/termcap/P_INVALID_TERMINAL_ID:1.0 */
+ decode_ex_org_csapi_mmm_P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/mm/P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_mm_P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mm/P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED:1.0 */
+ decode_ex_org_csapi_mmm_P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/mm/P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INVALID_PROPERTY:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_mm_P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mm/P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED:1.0 */
+ decode_ex_org_csapi_mmm_P_MMM_INVALID_PROPERTY(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_INVALID_PROPERTY:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/mm/P_INVALID_REPORTING_INTERVAL:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INVALID_DELIVERY_TIME:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_mm_P_INVALID_REPORTING_INTERVAL(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mm/P_INVALID_REPORTING_INTERVAL:1.0 */
+ decode_ex_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TIME(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_INVALID_DELIVERY_TIME:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/mm/P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INVALID_VALIDITY_TIME:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_mm_P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mm/P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED:1.0 */
+ decode_ex_org_csapi_mmm_P_MMM_INVALID_VALIDITY_TIME(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_INVALID_VALIDITY_TIME:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/ui/P_ID_NOT_FOUND:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_MAX_SUBJECT_SIZE_EXCEEDED:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_ui_P_ID_NOT_FOUND(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/ui/P_ID_NOT_FOUND:1.0 */
+ decode_ex_org_csapi_mmm_P_MMM_MAX_SUBJECT_SIZE_EXCEEDED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_MAX_SUBJECT_SIZE_EXCEEDED:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/ui/P_ILLEGAL_ID:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INFORMATION_NOT_AVAILABLE:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_ui_P_ILLEGAL_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/ui/P_ILLEGAL_ID:1.0 */
+ decode_ex_org_csapi_mmm_P_MMM_INFORMATION_NOT_AVAILABLE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_INFORMATION_NOT_AVAILABLE:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/ui/P_ILLEGAL_RANGE:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_CANNOT_CANCEL:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_ui_P_ILLEGAL_RANGE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/ui/P_ILLEGAL_RANGE:1.0 */
+ decode_ex_org_csapi_mmm_P_MMM_CANNOT_CANCEL(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_CANNOT_CANCEL:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/ui/P_INVALID_COLLECTION_CRITERIA:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/mmm/P_MMM_INVALID_HEADER:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_ui_P_INVALID_COLLECTION_CRITERIA(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/ui/P_INVALID_COLLECTION_CRITERIA:1.0 */
+ decode_ex_org_csapi_mmm_P_MMM_INVALID_HEADER(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/mmm/P_MMM_INVALID_HEADER:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_SERVICE_ID:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_ASSIGNMENT_ID:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_fw_P_INVALID_SERVICE_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_SERVICE_ID:1.0 */
+ decode_ex_org_csapi_P_INVALID_ASSIGNMENT_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_INVALID_ASSIGNMENT_ID:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_SERVICE_ACCESS_DENIED:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_TIME_AND_DATE_FORMAT:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_fw_P_SERVICE_ACCESS_DENIED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_SERVICE_ACCESS_DENIED:1.0 */
+ decode_ex_org_csapi_P_INVALID_TIME_AND_DATE_FORMAT(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_INVALID_TIME_AND_DATE_FORMAT:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_ACCESS_DENIED:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_EVENT_TYPE:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_fw_P_ACCESS_DENIED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_ACCESS_DENIED:1.0 */
+ decode_ex_org_csapi_P_INVALID_EVENT_TYPE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_INVALID_EVENT_TYPE:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_SERVICE_NOT_ENABLED:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_INTERFACE_NAME:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_fw_P_SERVICE_NOT_ENABLED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_SERVICE_NOT_ENABLED:1.0 */
+ decode_ex_org_csapi_P_INVALID_INTERFACE_NAME(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_INVALID_INTERFACE_NAME:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_INTERFACE_TYPE:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_fw_P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY:1.0 */
+ decode_ex_org_csapi_P_INVALID_INTERFACE_TYPE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_INVALID_INTERFACE_TYPE:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_AGREEMENT_TEXT:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/P_UNKNOWN_SUBSCRIBER:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_fw_P_INVALID_AGREEMENT_TEXT(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_AGREEMENT_TEXT:1.0 */
+ decode_ex_org_csapi_P_UNKNOWN_SUBSCRIBER(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_UNKNOWN_SUBSCRIBER:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_SERVICE_TOKEN:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/P_INFORMATION_NOT_AVAILABLE:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_fw_P_INVALID_SERVICE_TOKEN(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_SERVICE_TOKEN:1.0 */
+ decode_ex_org_csapi_P_INFORMATION_NOT_AVAILABLE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_INFORMATION_NOT_AVAILABLE:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_SIGNATURE:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_CRITERIA:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_fw_P_INVALID_SIGNATURE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_SIGNATURE:1.0 */
+ decode_ex_org_csapi_P_INVALID_CRITERIA(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_INVALID_CRITERIA:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_SIGNING_ALGORITHM:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_SESSION_ID:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_fw_P_INVALID_SIGNING_ALGORITHM(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_SIGNING_ALGORITHM:1.0 */
+ decode_ex_org_csapi_P_INVALID_SESSION_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_INVALID_SESSION_ID:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_DOMAIN_ID:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/TpCommonExceptions:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_fw_P_INVALID_DOMAIN_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_DOMAIN_ID:1.0 */
+ decode_ex_org_csapi_TpCommonExceptions(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/TpCommonExceptions:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_PROPERTY:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_CURRENCY:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_fw_P_INVALID_PROPERTY(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_PROPERTY:1.0 */
+ decode_ex_org_csapi_P_INVALID_CURRENCY(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_INVALID_CURRENCY:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_ACCESS_TYPE:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_AMOUNT:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_fw_P_INVALID_ACCESS_TYPE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_ACCESS_TYPE:1.0 */
+ decode_ex_org_csapi_P_INVALID_AMOUNT(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_INVALID_AMOUNT:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_ILLEGAL_SERVICE_TYPE:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/P_APPLICATION_NOT_ACTIVATED:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_fw_P_ILLEGAL_SERVICE_TYPE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_ILLEGAL_SERVICE_TYPE:1.0 */
+ decode_ex_org_csapi_P_APPLICATION_NOT_ACTIVATED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_APPLICATION_NOT_ACTIVATED:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_UNKNOWN_SERVICE_TYPE:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_ADDRESS:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_fw_P_UNKNOWN_SERVICE_TYPE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_UNKNOWN_SERVICE_TYPE:1.0 */
+ decode_ex_org_csapi_P_INVALID_ADDRESS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_INVALID_ADDRESS:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_MISSING_MANDATORY_PROPERTY:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/P_UNSUPPORTED_ADDRESS_PLAN:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_fw_P_MISSING_MANDATORY_PROPERTY(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_MISSING_MANDATORY_PROPERTY:1.0 */
+ decode_ex_org_csapi_P_UNSUPPORTED_ADDRESS_PLAN(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_UNSUPPORTED_ADDRESS_PLAN:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_DUPLICATE_PROPERTY_NAME:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/P_UNAUTHORISED_PARAMETER_VALUE:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_fw_P_DUPLICATE_PROPERTY_NAME(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_DUPLICATE_PROPERTY_NAME:1.0 */
+ decode_ex_org_csapi_P_UNAUTHORISED_PARAMETER_VALUE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_UNAUTHORISED_PARAMETER_VALUE:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_PROPERTY_TYPE_MISMATCH:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_VERSION:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_fw_P_PROPERTY_TYPE_MISMATCH(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_PROPERTY_TYPE_MISMATCH:1.0 */
+ decode_ex_org_csapi_P_INVALID_VERSION(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_INVALID_VERSION:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_CLIENT_APP_ID:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_NETWORK_STATE:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_fw_P_INVALID_CLIENT_APP_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_CLIENT_APP_ID:1.0 */
+ decode_ex_org_csapi_P_INVALID_NETWORK_STATE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_INVALID_NETWORK_STATE:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_AUTH_TYPE:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_SERVICE_ID:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_fw_P_INVALID_AUTH_TYPE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_AUTH_TYPE:1.0 */
+ decode_ex_org_csapi_fw_P_INVALID_SERVICE_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_SERVICE_ID:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_SAG_ID:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_SERVICE_ACCESS_DENIED:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_fw_P_INVALID_SAG_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_SAG_ID:1.0 */
+ decode_ex_org_csapi_fw_P_SERVICE_ACCESS_DENIED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_SERVICE_ACCESS_DENIED:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_SERVICE_PROFILE_ID:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_ACCESS_DENIED:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_fw_P_INVALID_SERVICE_PROFILE_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_SERVICE_PROFILE_ID:1.0 */
+ decode_ex_org_csapi_fw_P_ACCESS_DENIED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_ACCESS_DENIED:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_SERVICE_CONTRACT_ID:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_SERVICE_NOT_ENABLED:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_fw_P_INVALID_SERVICE_CONTRACT_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_SERVICE_CONTRACT_ID:1.0 */
+ decode_ex_org_csapi_fw_P_SERVICE_NOT_ENABLED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_SERVICE_NOT_ENABLED:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_ACTIVITY_TEST_ID:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_fw_P_INVALID_ACTIVITY_TEST_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_ACTIVITY_TEST_ID:1.0 */
+ decode_ex_org_csapi_fw_P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_ILLEGAL_SERVICE_ID:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_AGREEMENT_TEXT:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_fw_P_ILLEGAL_SERVICE_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_ILLEGAL_SERVICE_ID:1.0 */
+ decode_ex_org_csapi_fw_P_INVALID_AGREEMENT_TEXT(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_AGREEMENT_TEXT:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_UNKNOWN_SERVICE_ID:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_SERVICE_TOKEN:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_fw_P_UNKNOWN_SERVICE_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_UNKNOWN_SERVICE_ID:1.0 */
+ decode_ex_org_csapi_fw_P_INVALID_SERVICE_TOKEN(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_SERVICE_TOKEN:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_SERVICE_TYPE_UNAVAILABLE:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_SIGNATURE:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_fw_P_SERVICE_TYPE_UNAVAILABLE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_SERVICE_TYPE_UNAVAILABLE:1.0 */
+ decode_ex_org_csapi_fw_P_INVALID_SIGNATURE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_SIGNATURE:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_ADDITION_TO_SAG:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_SIGNING_ALGORITHM:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_fw_P_INVALID_ADDITION_TO_SAG(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_ADDITION_TO_SAG:1.0 */
+ decode_ex_org_csapi_fw_P_INVALID_SIGNING_ALGORITHM(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_SIGNING_ALGORITHM:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_DOMAIN_ID:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_fw_P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT:1.0 */
+ decode_ex_org_csapi_fw_P_INVALID_DOMAIN_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_DOMAIN_ID:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_PROPERTY:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_fw_P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM:1.0 */
+ decode_ex_org_csapi_fw_P_INVALID_PROPERTY(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_PROPERTY:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_NO_ACCEPTABLE_SIGNING_ALGORITHM:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_ACCESS_TYPE:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_fw_P_NO_ACCEPTABLE_SIGNING_ALGORITHM(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_NO_ACCEPTABLE_SIGNING_ALGORITHM:1.0 */
+ decode_ex_org_csapi_fw_P_INVALID_ACCESS_TYPE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_ACCESS_TYPE:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_CRITERIA:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_ILLEGAL_SERVICE_TYPE:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_P_INVALID_CRITERIA(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_INVALID_CRITERIA:1.0 */
+ decode_ex_org_csapi_fw_P_ILLEGAL_SERVICE_TYPE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_ILLEGAL_SERVICE_TYPE:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_SESSION_ID:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_UNKNOWN_SERVICE_TYPE:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_P_INVALID_SESSION_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_INVALID_SESSION_ID:1.0 */
+ decode_ex_org_csapi_fw_P_UNKNOWN_SERVICE_TYPE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_UNKNOWN_SERVICE_TYPE:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/TpCommonExceptions:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_MISSING_MANDATORY_PROPERTY:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_TpCommonExceptions(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/TpCommonExceptions:1.0 */
+ decode_ex_org_csapi_fw_P_MISSING_MANDATORY_PROPERTY(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_MISSING_MANDATORY_PROPERTY:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_CURRENCY:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_DUPLICATE_PROPERTY_NAME:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_P_INVALID_CURRENCY(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_INVALID_CURRENCY:1.0 */
+ decode_ex_org_csapi_fw_P_DUPLICATE_PROPERTY_NAME(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_DUPLICATE_PROPERTY_NAME:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_AMOUNT:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_PROPERTY_TYPE_MISMATCH:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_P_INVALID_AMOUNT(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_INVALID_AMOUNT:1.0 */
+ decode_ex_org_csapi_fw_P_PROPERTY_TYPE_MISMATCH(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_PROPERTY_TYPE_MISMATCH:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/P_APPLICATION_NOT_ACTIVATED:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_CLIENT_APP_ID:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_P_APPLICATION_NOT_ACTIVATED(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_APPLICATION_NOT_ACTIVATED:1.0 */
+ decode_ex_org_csapi_fw_P_INVALID_CLIENT_APP_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_CLIENT_APP_ID:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_ADDRESS:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_AUTH_TYPE:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_P_INVALID_ADDRESS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_INVALID_ADDRESS:1.0 */
+ decode_ex_org_csapi_fw_P_INVALID_AUTH_TYPE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_AUTH_TYPE:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/P_UNSUPPORTED_ADDRESS_PLAN:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_SAG_ID:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_P_UNSUPPORTED_ADDRESS_PLAN(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_UNSUPPORTED_ADDRESS_PLAN:1.0 */
+ decode_ex_org_csapi_fw_P_INVALID_SAG_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_SAG_ID:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/P_UNAUTHORISED_PARAMETER_VALUE:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_SERVICE_PROFILE_ID:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_P_UNAUTHORISED_PARAMETER_VALUE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_UNAUTHORISED_PARAMETER_VALUE:1.0 */
+ decode_ex_org_csapi_fw_P_INVALID_SERVICE_PROFILE_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_SERVICE_PROFILE_ID:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_VERSION:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_SERVICE_CONTRACT_ID:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_P_INVALID_VERSION(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_INVALID_VERSION:1.0 */
+ decode_ex_org_csapi_fw_P_INVALID_SERVICE_CONTRACT_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_SERVICE_CONTRACT_ID:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_NETWORK_STATE:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_ACTIVITY_TEST_ID:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_P_INVALID_NETWORK_STATE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_INVALID_NETWORK_STATE:1.0 */
+ decode_ex_org_csapi_fw_P_INVALID_ACTIVITY_TEST_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_ACTIVITY_TEST_ID:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_ASSIGNMENT_ID:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_ILLEGAL_SERVICE_ID:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_P_INVALID_ASSIGNMENT_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_INVALID_ASSIGNMENT_ID:1.0 */
+ decode_ex_org_csapi_fw_P_ILLEGAL_SERVICE_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_ILLEGAL_SERVICE_ID:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_TIME_AND_DATE_FORMAT:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_UNKNOWN_SERVICE_ID:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_P_INVALID_TIME_AND_DATE_FORMAT(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_INVALID_TIME_AND_DATE_FORMAT:1.0 */
+ decode_ex_org_csapi_fw_P_UNKNOWN_SERVICE_ID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_UNKNOWN_SERVICE_ID:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_EVENT_TYPE:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_SERVICE_TYPE_UNAVAILABLE:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_P_INVALID_EVENT_TYPE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_INVALID_EVENT_TYPE:1.0 */
+ decode_ex_org_csapi_fw_P_SERVICE_TYPE_UNAVAILABLE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_SERVICE_TYPE_UNAVAILABLE:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_INTERFACE_NAME:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_ADDITION_TO_SAG:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_P_INVALID_INTERFACE_NAME(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_INVALID_INTERFACE_NAME:1.0 */
+ decode_ex_org_csapi_fw_P_INVALID_ADDITION_TO_SAG(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_ADDITION_TO_SAG:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/P_INVALID_INTERFACE_TYPE:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_P_INVALID_INTERFACE_TYPE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_INVALID_INTERFACE_TYPE:1.0 */
+ decode_ex_org_csapi_fw_P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/P_UNKNOWN_SUBSCRIBER:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_P_UNKNOWN_SUBSCRIBER(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_UNKNOWN_SUBSCRIBER:1.0 */
+ decode_ex_org_csapi_fw_P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, "IDL:org/csapi/P_INFORMATION_NOT_AVAILABLE:1.0") == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/fw/P_NO_ACCEPTABLE_SIGNING_ALGORITHM:1.0") == 0) {
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_ex_org_csapi_P_INFORMATION_NOT_AVAILABLE(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/P_INFORMATION_NOT_AVAILABLE:1.0 */
+ decode_ex_org_csapi_fw_P_NO_ACCEPTABLE_SIGNING_ALGORITHM(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/fw/P_NO_ACCEPTABLE_SIGNING_ALGORITHM:1.0 */
return TRUE;
}
@@ -8531,6 +8531,8 @@ decode_user_exception(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *ptr
static void
decode_org_csapi_IpService_setCallback(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -8564,6 +8566,8 @@ decode_org_csapi_IpService_setCallback(tvbuff_t *tvb _U_, packet_info *pinfo _U_
static void
decode_org_csapi_IpService_setCallbackWithSessionID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -8599,6 +8603,8 @@ decode_org_csapi_IpService_setCallbackWithSessionID(tvbuff_t *tvb _U_, packet_in
static void
decode_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthentication(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_fw_TpAuthDomain" */
@@ -8636,6 +8642,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticatio
static void
decode_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticationWithVersion(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_fw_TpAuthDomain" */
@@ -8675,6 +8683,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticatio
static void
decode_org_csapi_fw_fw_access_trust_and_security_IpAuthentication_requestAccess(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_access_trust_and_security_IpAuthentication_requestAccess_accessType);
@@ -8710,6 +8720,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAuthentication_requestAccess(
static void
decode_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature;
guint32 i_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature;
@@ -8760,6 +8772,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess(
static void
decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterface_interfaceName);
@@ -8793,6 +8807,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterface(tvbuff
static void
decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterfaceWithCallback(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterfaceWithCallback_interfaceName);
@@ -8828,6 +8844,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterfaceWithCal
static void
decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess_endAccessProperties;
guint32 i_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess_endAccessProperties;
@@ -8875,6 +8893,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess(tvbuff_t *tv
static void
decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return;
guint32 i_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return;
@@ -8919,6 +8939,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces(tvbuff_
static void
decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_releaseInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_releaseInterface_interfaceName);
@@ -8952,6 +8974,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_releaseInterface(tvbuf
static void
decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_selectSigningAlgorithm(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_selectSigningAlgorithm_signingAlgorithmCaps);
@@ -8985,6 +9009,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_selectSigningAlgorithm
static void
decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature;
guint32 i_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature;
@@ -9033,6 +9059,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess(tvbuff
static void
decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature;
guint32 i_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature;
@@ -9083,6 +9111,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface(tv
static void
decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge;
guint32 i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge;
@@ -9139,6 +9169,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_
static void
decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_abortAuthentication(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -9170,6 +9202,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_
static void
decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticationSucceeded(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -9201,6 +9235,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_
static void
decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge;
guint32 i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge;
@@ -9257,6 +9293,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_
static void
decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectEncryptionMethod(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectEncryptionMethod_encryptionCaps);
@@ -9290,6 +9328,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_select
static void
decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge;
guint32 i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge;
@@ -9346,6 +9386,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authen
static void
decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_abortAuthentication(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -9377,6 +9419,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_abortA
static void
decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticationSucceeded(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -9408,6 +9452,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authen
static void
decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectAuthenticationMechanism(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectAuthenticationMechanism_authMechanismList);
@@ -9441,6 +9487,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_select
static void
decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge;
guint32 i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge;
@@ -9497,6 +9545,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challe
static void
decode_org_csapi_fw_fw_application_notification_IpAppEventNotification_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin union "org_csapi_fw_TpFwEventInfo" */
@@ -9535,6 +9585,8 @@ decode_org_csapi_fw_fw_application_notification_IpAppEventNotification_reportNot
static void
decode_org_csapi_fw_fw_application_notification_IpAppEventNotification_notificationTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -9566,6 +9618,8 @@ decode_org_csapi_fw_fw_application_notification_IpAppEventNotification_notificat
static void
decode_org_csapi_fw_fw_application_notification_IpEventNotification_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin union "org_csapi_fw_TpFwEventCriteria" */
@@ -9602,6 +9656,8 @@ decode_org_csapi_fw_fw_application_notification_IpEventNotification_createNotifi
static void
decode_org_csapi_fw_fw_application_notification_IpEventNotification_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_notification_IpEventNotification_destroyNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -9635,6 +9691,8 @@ decode_org_csapi_fw_fw_application_notification_IpEventNotification_destroyNotif
static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestRes_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -9670,6 +9728,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestRes(t
static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appActivityTestReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appActivityTestReq_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -9703,6 +9763,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appActivityTestRe
static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultReportInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -9742,6 +9804,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultReportInd(
static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultRecoveryInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -9781,6 +9845,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultRecoveryIn
static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -9822,6 +9888,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUnavailableInd
static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs;
guint32 i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs;
@@ -9871,6 +9939,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsReco
static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -9910,6 +9980,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwUnavailableInd(
static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestErr_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -9943,6 +10015,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestErr(t
static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs;
@@ -9994,6 +10068,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsReco
static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appUnavailableInd_serviceID);
@@ -10027,6 +10103,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appUnavailableInd
static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_TpTimeInterval" */
@@ -10061,6 +10139,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsReco
static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAvailStatusInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -10102,6 +10182,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAvailStatusInd
static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs;
guint32 i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs;
@@ -10153,6 +10235,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStat
static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics;
guint32 i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics;
@@ -10216,6 +10300,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStat
static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordReq_faultStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -10252,6 +10338,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStat
static void
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwAvailStatusInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -10291,6 +10379,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwAvailStatusInd(
static void
decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_TpTimeInterval" */
@@ -10325,6 +10415,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadReq(tv
static void
decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes_loadStatistics;
guint32 i_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes_loadStatistics;
@@ -10372,6 +10464,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes(tvbuf
static void
decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -10411,6 +10505,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadErr(tvbuf
static void
decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification_loadStatistics;
guint32 i_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification_loadStatistics;
@@ -10458,6 +10554,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotificat
static void
decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_resumeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -10489,6 +10587,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_resumeNotification
static void
decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_suspendNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -10520,6 +10620,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_suspendNotificatio
static void
decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_createLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -10551,6 +10653,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_createLoadLevelNot
static void
decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_destroyLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -10582,6 +10686,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_destroyLoadLevelNo
static void
decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadStatsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadStatsReq_loadStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -10618,6 +10724,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadStatsR
static void
decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_loadStatistics;
guint32 i_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_loadStatistics;
@@ -10667,6 +10775,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes(
static void
decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -10708,6 +10818,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsErr(
static void
decode_org_csapi_fw_fw_application_integrity_IpLoadManager_reportLoad(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -10747,6 +10859,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_reportLoad(tvbuff_t *
static void
decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs;
guint32 i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs;
@@ -10796,6 +10910,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq(tvbuff_t
static void
decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes_loadStatistics;
guint32 i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes_loadStatistics;
@@ -10843,6 +10959,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes(tvbuf
static void
decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -10882,6 +11000,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadErr(tvbuf
static void
decode_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs;
guint32 i_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs;
@@ -10928,6 +11048,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotifi
static void
decode_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs;
guint32 i_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs;
@@ -10974,6 +11096,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotif
static void
decode_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs;
guint32 i_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs;
@@ -11020,6 +11144,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification(tv
static void
decode_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs;
guint32 i_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs;
@@ -11066,6 +11192,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification(t
static void
decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs;
guint32 i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs;
@@ -11117,6 +11245,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq(tvb
static void
decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatistics;
guint32 i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatistics;
@@ -11166,6 +11296,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes(
static void
decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -11207,6 +11339,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsErr(
static void
decode_org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery_systemDateAndTime);
@@ -11240,6 +11374,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery(tvbuff
static void
decode_org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery_clientDateAndTime);
@@ -11273,6 +11409,8 @@ decode_org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery(tvbuff_t
static void
decode_org_csapi_fw_fw_application_integrity_IpFaultManager_activityTestReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_activityTestReq_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -11308,6 +11446,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_activityTestReq(tvbu
static void
decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestRes_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -11343,6 +11483,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestRes(t
static void
decode_org_csapi_fw_fw_application_integrity_IpFaultManager_svcUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_svcUnavailableInd_serviceID);
@@ -11376,6 +11518,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_svcUnavailableInd(tv
static void
decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs;
guint32 i_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs;
@@ -11425,6 +11569,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordR
static void
decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestErr_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -11458,6 +11604,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestErr(t
static void
decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appUnavailableInd_serviceID);
@@ -11491,6 +11639,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appUnavailableInd(tv
static void
decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_fw_TpFaultStatsRecord" */
@@ -11525,6 +11675,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordR
static void
decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -11564,6 +11716,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordE
static void
decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appAvailStatusInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -11603,6 +11757,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appAvailStatusInd(tv
static void
decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs;
guint32 i_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs;
@@ -11654,6 +11810,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatist
static void
decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -11690,6 +11848,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatist
static void
decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -11731,6 +11891,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatist
static void
decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_enableHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_enableHeartBeat_interval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -11766,6 +11928,8 @@ decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_enableHeartBeat(tvb
static void
decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_disableHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -11797,6 +11961,8 @@ decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_disableHeartBeat(tv
static void
decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_changeInterval(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_changeInterval_interval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -11830,6 +11996,8 @@ decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_changeInterval(tvbu
static void
decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeat_pulse(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -11861,6 +12029,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeat_pulse(tvbuff_t *tvb
static void
decode_org_csapi_fw_fw_application_integrity_IpHeartBeat_pulse(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -11892,6 +12062,8 @@ decode_org_csapi_fw_fw_application_integrity_IpHeartBeat_pulse(tvbuff_t *tvb _U_
static void
decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_enableAppHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_enableAppHeartBeat_interval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -11927,6 +12099,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_enableAppHeartBe
static void
decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_disableAppHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -11958,6 +12132,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_disableAppHeartB
static void
decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_changeInterval(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_changeInterval_interval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -11991,6 +12167,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_changeInterval(t
static void
decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return;
guint32 i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return;
@@ -12035,6 +12213,8 @@ decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes
static void
decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_describeServiceType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_describeServiceType_name);
@@ -12069,6 +12249,8 @@ decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_describeServiceT
static void
decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_desiredPropertyList;
guint32 i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_desiredPropertyList;
@@ -12131,6 +12313,8 @@ decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService(
static void
decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices_return;
guint32 i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices_return;
@@ -12176,6 +12360,8 @@ decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedSe
static void
decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return;
guint32 i_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return;
@@ -12226,6 +12412,8 @@ decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManage
static void
decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature;
guint32 i_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature;
@@ -12276,6 +12464,8 @@ decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManage
static void
decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement_serviceToken);
@@ -12314,6 +12504,8 @@ decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagemen
static void
decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature;
guint32 i_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature;
@@ -12364,6 +12556,8 @@ decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagemen
static void
decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_selectService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_selectService_serviceID);
@@ -12397,6 +12591,8 @@ decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagemen
static void
decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_initiateSignServiceAgreement(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_initiateSignServiceAgreement_serviceToken);
@@ -12430,6 +12626,8 @@ decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagemen
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_createServiceProfile(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_fw_TpServiceProfileDescription" */
@@ -12464,6 +12662,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_modifyServiceProfile(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_fw_TpServiceProfile" */
@@ -12498,6 +12698,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deleteServiceProfile(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deleteServiceProfile_serviceProfileID);
@@ -12531,6 +12733,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_assign(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_assign_sagID);
@@ -12566,6 +12770,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deassign(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deassign_sagID);
@@ -12601,6 +12807,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo_return;
guint32 i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo_return;
@@ -12646,6 +12854,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return;
guint32 i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return;
@@ -12690,6 +12900,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_describeServiceProfile(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_describeServiceProfile_serviceProfileID);
@@ -12724,6 +12936,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return;
guint32 i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return;
@@ -12770,6 +12984,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_createServiceContract(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_fw_TpServiceContractDescription" */
@@ -12804,6 +13020,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContrac
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_modifyServiceContract(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_fw_TpServiceContract" */
@@ -12838,6 +13056,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContrac
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_deleteServiceContract(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_deleteServiceContract_serviceContractID);
@@ -12871,6 +13091,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContrac
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_describeServiceContract(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_describeServiceContract_serviceContractID);
@@ -12905,6 +13127,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContrac
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return;
guint32 i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return;
@@ -12949,6 +13173,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContrac
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return;
guint32 i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return;
@@ -12995,6 +13221,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContrac
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount_enterpriseOperatorProperties;
guint32 i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount_enterpriseOperatorProperties;
@@ -13042,6 +13270,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountMa
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_deleteEntOpAccount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -13073,6 +13303,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountMa
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountInfoQuery_describeEntOpAccount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -13105,6 +13337,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountIn
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createClientApp(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_fw_TpClientAppDescription" */
@@ -13139,6 +13373,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_modifyClientApp(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_fw_TpClientAppDescription" */
@@ -13173,6 +13409,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteClientApp(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteClientApp_clientAppID);
@@ -13206,6 +13444,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs;
guint32 i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs;
@@ -13255,6 +13495,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_modifySAG(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_fw_TpSag" */
@@ -13289,6 +13531,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteSAG(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteSAG_sagID);
@@ -13322,6 +13566,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs;
guint32 i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs;
@@ -13370,6 +13616,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList;
guint32 i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList;
@@ -13418,6 +13666,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo_return;
guint32 i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo_return;
@@ -13463,6 +13713,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeClientApp(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeClientApp_clientAppID);
@@ -13497,6 +13749,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return;
guint32 i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return;
@@ -13541,6 +13795,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeSAG(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeSAG_sagID);
@@ -13574,6 +13830,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return;
guint32 i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return;
@@ -13618,6 +13876,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return;
guint32 i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return;
@@ -13664,6 +13924,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
static void
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return;
guint32 i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return;
@@ -13710,6 +13972,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
static void
decode_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin union "org_csapi_fw_TpFwEventInfo" */
@@ -13748,6 +14012,8 @@ decode_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotificatio
static void
decode_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_notificationTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -13779,6 +14045,8 @@ decode_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotificatio
static void
decode_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin union "org_csapi_fw_TpFwEventCriteria" */
@@ -13815,6 +14083,8 @@ decode_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_crea
static void
decode_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_destroyNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -13848,6 +14118,8 @@ decode_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_dest
static void
decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return;
guint32 i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return;
@@ -13892,6 +14164,8 @@ decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes(t
static void
decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_describeServiceType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_describeServiceType_name);
@@ -13926,6 +14200,8 @@ decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_describeServiceTyp
static void
decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_desiredPropertyList;
guint32 i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_desiredPropertyList;
@@ -13988,6 +14264,8 @@ decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService(tv
static void
decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices_return;
guint32 i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices_return;
@@ -14033,6 +14311,8 @@ decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServ
static void
decode_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceProperties;
guint32 i_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceProperties;
@@ -14084,6 +14364,8 @@ decode_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManag
static void
decode_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_destroyServiceManager(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_destroyServiceManager_serviceInstance);
@@ -14117,6 +14399,8 @@ decode_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManag
static void
decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_servicePropertyList;
guint32 i_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_servicePropertyList;
@@ -14166,6 +14450,8 @@ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_regi
static void
decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_announceServiceAvailability(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_announceServiceAvailability_serviceID);
@@ -14201,6 +14487,8 @@ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_anno
static void
decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unregisterService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unregisterService_serviceID);
@@ -14234,6 +14522,8 @@ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unre
static void
decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_describeService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_describeService_serviceID);
@@ -14268,6 +14558,8 @@ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_desc
static void
decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unannounceService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unannounceService_serviceID);
@@ -14301,6 +14593,8 @@ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unan
static void
decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_servicePropertyList;
guint32 i_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_servicePropertyList;
@@ -14363,6 +14657,8 @@ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_regi
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_TpTimeInterval" */
@@ -14397,6 +14693,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadReq(tvbuff
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes_loadStatistics;
guint32 i_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes_loadStatistics;
@@ -14444,6 +14742,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes(tvbuff_t
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -14483,6 +14783,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadErr(tvbuff_t
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification_loadStatistics;
guint32 i_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification_loadStatistics;
@@ -14530,6 +14832,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification(
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_suspendNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -14561,6 +14865,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_suspendNotification(tv
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_resumeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -14592,6 +14898,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_resumeNotification(tvb
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_createLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -14623,6 +14931,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_createLoadLevelNotific
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_destroyLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -14654,6 +14964,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_destroyLoadLevelNotifi
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadStatsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadStatsReq_loadStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -14690,6 +15002,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadStatsReq(t
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_loadStatistics;
guint32 i_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_loadStatistics;
@@ -14739,6 +15053,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes(tvbu
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -14780,6 +15096,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsErr(tvbu
static void
decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_reportLoad(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -14819,6 +15137,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_reportLoad(tvbuff_t *tv
static void
decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -14861,6 +15181,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadReq(tvbuff_t *
static void
decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes_loadStatistics;
guint32 i_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes_loadStatistics;
@@ -14908,6 +15230,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes(tvbuff_
static void
decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -14947,6 +15271,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadErr(tvbuff_
static void
decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_createLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -14986,6 +15312,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_createLoadLevelNotifica
static void
decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_destroyLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -15025,6 +15353,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_destroyLoadLevelNotific
static void
decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_suspendNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -15064,6 +15394,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_suspendNotification(tvb
static void
decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_resumeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -15103,6 +15435,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_resumeNotification(tvbu
static void
decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadStatsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -15147,6 +15481,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadStatsReq(tvbuf
static void
decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_loadStatistics;
guint32 i_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_loadStatistics;
@@ -15196,6 +15532,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes(tv
static void
decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -15237,6 +15575,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsErr(tv
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestRes_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -15272,6 +15612,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestRes(tvbuf
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcActivityTestReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcActivityTestReq_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -15305,6 +15647,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcActivityTestReq(tv
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultReportInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -15344,6 +15688,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultReportInd(tvbu
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultRecoveryInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -15383,6 +15729,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultRecoveryInd(tv
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -15422,6 +15770,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwUnavailableInd(tvbu
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -15453,6 +15803,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcUnavailableInd(tvb
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -15484,6 +15836,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appUnavailableInd(tvb
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -15526,6 +15880,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordRe
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestErr_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -15559,6 +15915,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestErr(tvbuf
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -15602,6 +15960,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordEr
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs;
guint32 i_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs;
@@ -15651,6 +16011,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordRe
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_TpTimeInterval" */
@@ -15685,6 +16047,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatsRec
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appAvailStatusInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -15724,6 +16088,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appAvailStatusInd(tvb
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -15768,6 +16134,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisti
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -15813,6 +16181,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisti
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordReq_faultStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -15849,6 +16219,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisti
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwAvailStatusInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -15888,6 +16260,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwAvailStatusInd(tvbu
static void
decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_activityTestReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -15929,6 +16303,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_activityTestReq(tvbuff
static void
decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestRes_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -15964,6 +16340,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestRes(tvb
static void
decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_appUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -15995,6 +16373,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_appUnavailableInd(tvbu
static void
decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -16037,6 +16417,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordReq
static void
decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -16076,6 +16458,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcUnavailableInd(tvbu
static void
decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestErr_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -16109,6 +16493,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestErr(tvb
static void
decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs;
guint32 i_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs;
@@ -16158,6 +16544,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes
static void
decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
guint32 u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs;
@@ -16209,6 +16597,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr
static void
decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_fw_TpFaultStatsRecord" */
@@ -16243,6 +16633,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsReco
static void
decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -16282,6 +16674,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsReco
static void
decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcAvailStatusInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -16321,6 +16715,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcAvailStatusInd(tvbu
static void
decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -16365,6 +16761,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatistic
static void
decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -16401,6 +16799,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatistic
static void
decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -16442,6 +16842,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatistic
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery_systemDateAndTime);
@@ -16475,6 +16877,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery(tvbuff_t *
static void
decode_org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery_clientDateAndTime);
@@ -16508,6 +16912,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery(tvbuff_t *t
static void
decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_enableHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_enableHeartBeat_interval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -16543,6 +16949,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_enableHeartBeat(tvbuf
static void
decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_disableHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -16574,6 +16982,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_disableHeartBeat(tvbu
static void
decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_changeInterval(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_changeInterval_interval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -16607,6 +17017,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_changeInterval(tvbuff
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeat_pulse(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -16638,6 +17050,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeat_pulse(tvbuff_t *tvb _U_,
static void
decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeat_pulse(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -16669,6 +17083,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeat_pulse(tvbuff_t *tvb _U_,
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_enableSvcHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_enableSvcHeartBeat_interval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -16704,6 +17120,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_enableSvcHeartBeat(t
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_disableSvcHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -16735,6 +17153,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_disableSvcHeartBeat(
static void
decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_changeInterval(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_changeInterval_interval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -16768,6 +17188,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_changeInterval(tvbuf
static void
decode_org_csapi_fw_fw_service_notification_IpFwEventNotification_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin union "org_csapi_fw_TpFwEventCriteria" */
@@ -16804,6 +17226,8 @@ decode_org_csapi_fw_fw_service_notification_IpFwEventNotification_createNotifica
static void
decode_org_csapi_fw_fw_service_notification_IpFwEventNotification_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_fw_fw_service_notification_IpFwEventNotification_destroyNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -16837,6 +17261,8 @@ decode_org_csapi_fw_fw_service_notification_IpFwEventNotification_destroyNotific
static void
decode_org_csapi_fw_fw_service_notification_IpSvcEventNotification_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin union "org_csapi_fw_TpFwEventInfo" */
@@ -16875,6 +17301,8 @@ decode_org_csapi_fw_fw_service_notification_IpSvcEventNotification_reportNotific
static void
decode_org_csapi_fw_fw_service_notification_IpSvcEventNotification_notificationTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -16906,6 +17334,8 @@ decode_org_csapi_fw_fw_service_notification_IpSvcEventNotification_notificationT
static void
decode_org_csapi_cc_gccs_IpAppCall_routeRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpAppCall_routeRes_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -16944,6 +17374,8 @@ decode_org_csapi_cc_gccs_IpAppCall_routeRes(tvbuff_t *tvb _U_, packet_info *pinf
static void
decode_org_csapi_cc_gccs_IpAppCall_routeErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpAppCall_routeErr_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -16982,6 +17414,8 @@ decode_org_csapi_cc_gccs_IpAppCall_routeErr(tvbuff_t *tvb _U_, packet_info *pinf
static void
decode_org_csapi_cc_gccs_IpAppCall_getCallInfoRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpAppCall_getCallInfoRes_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -17018,6 +17452,8 @@ decode_org_csapi_cc_gccs_IpAppCall_getCallInfoRes(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cc_gccs_IpAppCall_getCallInfoErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpAppCall_getCallInfoErr_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -17054,6 +17490,8 @@ decode_org_csapi_cc_gccs_IpAppCall_getCallInfoErr(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cc_gccs_IpAppCall_superviseCallRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpAppCall_superviseCallRes_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -17091,6 +17529,8 @@ decode_org_csapi_cc_gccs_IpAppCall_superviseCallRes(tvbuff_t *tvb _U_, packet_in
static void
decode_org_csapi_cc_gccs_IpAppCall_superviseCallErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpAppCall_superviseCallErr_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -17127,6 +17567,8 @@ decode_org_csapi_cc_gccs_IpAppCall_superviseCallErr(tvbuff_t *tvb _U_, packet_in
static void
decode_org_csapi_cc_gccs_IpAppCall_callFaultDetected(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -17168,6 +17610,8 @@ decode_org_csapi_cc_gccs_IpAppCall_callFaultDetected(tvbuff_t *tvb _U_, packet_i
static void
decode_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsRes_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -17203,6 +17647,8 @@ decode_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsRes(tvbuff_t *tvb _U_, pa
static void
decode_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsErr_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -17239,6 +17685,8 @@ decode_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsErr(tvbuff_t *tvb _U_, pa
static void
decode_org_csapi_cc_gccs_IpAppCall_callEnded(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpAppCall_callEnded_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -17275,6 +17723,8 @@ decode_org_csapi_cc_gccs_IpAppCall_callEnded(tvbuff_t *tvb _U_, packet_info *pin
static void
decode_org_csapi_cc_gccs_IpCall_routeReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cc_gccs_IpCall_routeReq_responseRequested;
guint32 i_org_csapi_cc_gccs_IpCall_routeReq_responseRequested;
@@ -17351,6 +17801,8 @@ decode_org_csapi_cc_gccs_IpCall_routeReq(tvbuff_t *tvb _U_, packet_info *pinfo _
static void
decode_org_csapi_cc_gccs_IpCall_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpCall_release_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -17387,6 +17839,8 @@ decode_org_csapi_cc_gccs_IpCall_release(tvbuff_t *tvb _U_, packet_info *pinfo _U
static void
decode_org_csapi_cc_gccs_IpCall_deassignCall(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpCall_deassignCall_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -17420,6 +17874,8 @@ decode_org_csapi_cc_gccs_IpCall_deassignCall(tvbuff_t *tvb _U_, packet_info *pin
static void
decode_org_csapi_cc_gccs_IpCall_getCallInfoReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpCall_getCallInfoReq_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -17455,6 +17911,8 @@ decode_org_csapi_cc_gccs_IpCall_getCallInfoReq(tvbuff_t *tvb _U_, packet_info *p
static void
decode_org_csapi_cc_gccs_IpCall_setCallChargePlan(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpCall_setCallChargePlan_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -17491,6 +17949,8 @@ decode_org_csapi_cc_gccs_IpCall_setCallChargePlan(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cc_gccs_IpCall_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpCall_setAdviceOfCharge_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -17529,6 +17989,8 @@ decode_org_csapi_cc_gccs_IpCall_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cc_gccs_IpCall_getMoreDialledDigitsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpCall_getMoreDialledDigitsReq_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -17564,6 +18026,8 @@ decode_org_csapi_cc_gccs_IpCall_getMoreDialledDigitsReq(tvbuff_t *tvb _U_, packe
static void
decode_org_csapi_cc_gccs_IpCall_superviseCallReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpCall_superviseCallReq_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -17601,6 +18065,8 @@ decode_org_csapi_cc_gccs_IpCall_superviseCallReq(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cc_gccs_IpCall_continueProcessing(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpCall_continueProcessing_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -17634,6 +18100,8 @@ decode_org_csapi_cc_gccs_IpCall_continueProcessing(tvbuff_t *tvb _U_, packet_inf
static void
decode_org_csapi_cc_gccs_IpAppCallControlManager_callAborted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpAppCallControlManager_callAborted_callReference, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -17667,6 +18135,8 @@ decode_org_csapi_cc_gccs_IpAppCallControlManager_callAborted(tvbuff_t *tvb _U_,
static void
decode_org_csapi_cc_gccs_IpAppCallControlManager_callEventNotify(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_cc_gccs_TpCallIdentifier" */
@@ -17706,6 +18176,8 @@ decode_org_csapi_cc_gccs_IpAppCallControlManager_callEventNotify(tvbuff_t *tvb _
static void
decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationInterrupted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -17737,6 +18209,8 @@ decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationInterrupted(tvb
static void
decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationContinued(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -17768,6 +18242,8 @@ decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationContinued(tvbuf
static void
decode_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadEncountered(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadEncountered_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -17801,6 +18277,8 @@ decode_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadEncountered(tvbuff_
static void
decode_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadCeased(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadCeased_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -17834,6 +18312,8 @@ decode_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadCeased(tvbuff_t *tv
static void
decode_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet;
guint32 i_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet;
@@ -17880,6 +18360,8 @@ decode_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls(tvbuff_t *tv
static void
decode_org_csapi_cc_gccs_IpCallControlManager_createCall(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -17914,6 +18396,8 @@ decode_org_csapi_cc_gccs_IpCallControlManager_createCall(tvbuff_t *tvb _U_, pack
static void
decode_org_csapi_cc_gccs_IpCallControlManager_enableCallNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -17950,6 +18434,8 @@ decode_org_csapi_cc_gccs_IpCallControlManager_enableCallNotification(tvbuff_t *t
static void
decode_org_csapi_cc_gccs_IpCallControlManager_disableCallNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpCallControlManager_disableCallNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -17983,6 +18469,8 @@ decode_org_csapi_cc_gccs_IpCallControlManager_disableCallNotification(tvbuff_t *
static void
decode_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl_duration, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -18027,6 +18515,8 @@ decode_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl(tvbuff_t *tvb _
static void
decode_org_csapi_cc_gccs_IpCallControlManager_changeCallNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_gccs_IpCallControlManager_changeCallNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -18063,6 +18553,8 @@ decode_org_csapi_cc_gccs_IpCallControlManager_changeCallNotification(tvbuff_t *t
static void
decode_org_csapi_cc_gccs_IpCallControlManager_getCriteria(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cc_gccs_IpCallControlManager_getCriteria_return;
guint32 i_org_csapi_cc_gccs_IpCallControlManager_getCriteria_return;
@@ -18108,6 +18600,8 @@ decode_org_csapi_cc_gccs_IpCallControlManager_getCriteria(tvbuff_t *tvb _U_, pac
static void
decode_org_csapi_cc_mpccs_IpAppCallLeg_eventReportRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_eventReportRes_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -18144,6 +18638,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_eventReportRes(tvbuff_t *tvb _U_, packet_
static void
decode_org_csapi_cc_mpccs_IpAppCallLeg_eventReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_eventReportErr_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -18180,6 +18676,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_eventReportErr(tvbuff_t *tvb _U_, packet_
static void
decode_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaRes_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -18213,6 +18711,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaRes(tvbuff_t *tvb _U_, packet_
static void
decode_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaErr_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -18249,6 +18749,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaErr(tvbuff_t *tvb _U_, packet_
static void
decode_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaRes_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -18282,6 +18784,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaRes(tvbuff_t *tvb _U_, packet_
static void
decode_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaErr_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -18318,6 +18822,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaErr(tvbuff_t *tvb _U_, packet_
static void
decode_org_csapi_cc_mpccs_IpAppCallLeg_getInfoRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_getInfoRes_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -18354,6 +18860,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_getInfoRes(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cc_mpccs_IpAppCallLeg_getInfoErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_getInfoErr_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -18390,6 +18898,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_getInfoErr(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cc_mpccs_IpAppCallLeg_routeErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_routeErr_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -18426,6 +18936,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_routeErr(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -18463,6 +18975,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes(tvbuff_t *tvb _U_, packet_in
static void
decode_org_csapi_cc_mpccs_IpAppCallLeg_superviseErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_superviseErr_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -18499,6 +19013,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_superviseErr(tvbuff_t *tvb _U_, packet_in
static void
decode_org_csapi_cc_mpccs_IpAppCallLeg_callLegEnded(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -18540,6 +19056,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_callLegEnded(tvbuff_t *tvb _U_, packet_in
static void
decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createCall(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -18574,6 +19092,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createCall(tvbuff_t *tv
static void
decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -18610,6 +19130,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createNotification(tvbu
static void
decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_destroyNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -18643,6 +19165,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_destroyNotification(tvb
static void
decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_changeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_changeNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -18679,6 +19203,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_changeNotification(tvbu
static void
decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification_return;
guint32 i_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification_return;
@@ -18724,6 +19250,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification(tvbuff_
static void
decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl_duration, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -18768,6 +19296,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl(tvbu
static void
decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_enableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -18801,6 +19331,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_enableNotifications(tvb
static void
decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_disableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -18832,6 +19364,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_disableNotifications(tv
static void
decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNextNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_boolean(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNextNotification_reset, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
@@ -18866,6 +19400,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNextNotification(tvb
static void
decode_org_csapi_cc_mpccs_IpCallLeg_routeReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_routeReq_appInfo;
guint32 i_org_csapi_cc_mpccs_IpCallLeg_routeReq_appInfo;
@@ -18926,6 +19462,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_routeReq(tvbuff_t *tvb _U_, packet_info *pin
static void
decode_org_csapi_cc_mpccs_IpCallLeg_eventReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_eventReportReq_eventsRequested;
guint32 i_org_csapi_cc_mpccs_IpCallLeg_eventReportReq_eventsRequested;
@@ -18975,6 +19513,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_eventReportReq(tvbuff_t *tvb _U_, packet_inf
static void
decode_org_csapi_cc_mpccs_IpCallLeg_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -19016,6 +19556,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_release(tvbuff_t *tvb _U_, packet_info *pinf
static void
decode_org_csapi_cc_mpccs_IpCallLeg_getInfoReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpCallLeg_getInfoReq_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -19051,6 +19593,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_getInfoReq(tvbuff_t *tvb _U_, packet_info *p
static void
decode_org_csapi_cc_mpccs_IpCallLeg_getCall(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpCallLeg_getCall_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -19085,6 +19629,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_getCall(tvbuff_t *tvb _U_, packet_info *pinf
static void
decode_org_csapi_cc_mpccs_IpCallLeg_attachMediaReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpCallLeg_attachMediaReq_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -19118,6 +19664,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_attachMediaReq(tvbuff_t *tvb _U_, packet_inf
static void
decode_org_csapi_cc_mpccs_IpCallLeg_detachMediaReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpCallLeg_detachMediaReq_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -19151,6 +19699,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_detachMediaReq(tvbuff_t *tvb _U_, packet_inf
static void
decode_org_csapi_cc_mpccs_IpCallLeg_getCurrentDestinationAddress(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpCallLeg_getCurrentDestinationAddress_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -19185,6 +19735,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_getCurrentDestinationAddress(tvbuff_t *tvb _
static void
decode_org_csapi_cc_mpccs_IpCallLeg_continueProcessing(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpCallLeg_continueProcessing_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -19218,6 +19770,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_continueProcessing(tvbuff_t *tvb _U_, packet
static void
decode_org_csapi_cc_mpccs_IpCallLeg_setChargePlan(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpCallLeg_setChargePlan_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -19254,6 +19808,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_setChargePlan(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -19292,6 +19848,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_
static void
decode_org_csapi_cc_mpccs_IpCallLeg_superviseReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpCallLeg_superviseReq_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -19329,6 +19887,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_superviseReq(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cc_mpccs_IpCallLeg_deassign(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpCallLeg_deassign_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -19362,6 +19922,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_deassign(tvbuff_t *tvb _U_, packet_info *pin
static void
decode_org_csapi_cc_mpccs_IpCallLeg_getProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames;
guint32 i_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames;
@@ -19421,6 +19983,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_getProperties(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cc_mpccs_IpCallLeg_setProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_setProperties_properties;
guint32 i_org_csapi_cc_mpccs_IpCallLeg_setProperties_properties;
@@ -19470,6 +20034,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_setProperties(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoRes_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -19506,6 +20072,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoRes(tvbuff_t *tvb _U_, pack
static void
decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoErr_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -19542,6 +20110,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoErr(tvbuff_t *tvb _U_, pack
static void
decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -19579,6 +20149,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes(tvbuff_t *tvb _U_, pa
static void
decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseErr_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -19615,6 +20187,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseErr(tvbuff_t *tvb _U_, pa
static void
decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_callEnded(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_callEnded_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -19651,6 +20225,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_callEnded(tvbuff_t *tvb _U_, packe
static void
decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_createAndRouteCallLegErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_createAndRouteCallLegErr_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -19690,6 +20266,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_createAndRouteCallLegErr(tvbuff_t
static void
decode_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_return;
guint32 i_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_return;
@@ -19737,6 +20315,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs(tvbuff_t *tvb _U_, packet
static void
decode_org_csapi_cc_mpccs_IpMultiPartyCall_createCallLeg(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_createCallLeg_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -19773,6 +20353,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_createCallLeg(tvbuff_t *tvb _U_, pack
static void
decode_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_eventsRequested;
guint32 i_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_eventsRequested;
@@ -19846,6 +20428,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq(tvbuff_t *tv
static void
decode_org_csapi_cc_mpccs_IpMultiPartyCall_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -19887,6 +20471,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_release(tvbuff_t *tvb _U_, packet_inf
static void
decode_org_csapi_cc_mpccs_IpMultiPartyCall_deassignCall(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_deassignCall_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -19920,6 +20506,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_deassignCall(tvbuff_t *tvb _U_, packe
static void
decode_org_csapi_cc_mpccs_IpMultiPartyCall_getInfoReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_getInfoReq_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -19955,6 +20543,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_getInfoReq(tvbuff_t *tvb _U_, packet_
static void
decode_org_csapi_cc_mpccs_IpMultiPartyCall_setChargePlan(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_setChargePlan_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -19991,6 +20581,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_setChargePlan(tvbuff_t *tvb _U_, pack
static void
decode_org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -20029,6 +20621,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge(tvbuff_t *tvb _U_,
static void
decode_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -20066,6 +20660,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq(tvbuff_t *tvb _U_, packe
static void
decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_callLegReferenceSet;
guint32 i_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_callLegReferenceSet;
@@ -20124,6 +20720,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification(t
static void
decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callAborted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callAborted_callReference, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -20157,6 +20755,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callAborted(tvbuff_t
static void
decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerInterrupted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -20188,6 +20788,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerInterrupted(t
static void
decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerResumed(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -20219,6 +20821,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerResumed(tvbuf
static void
decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadEncountered(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadEncountered_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -20252,6 +20856,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadEncounte
static void
decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadCeased(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadCeased_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -20285,6 +20891,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadCeased(t
static void
decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet;
guint32 i_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet;
@@ -20331,6 +20939,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls(t
static void
decode_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -20377,6 +20987,8 @@ decode_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes(tvbuff_t *tvb _
static void
decode_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeErr_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -20413,6 +21025,8 @@ decode_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeErr(tvbuff_t *tvb _
static void
decode_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_streams;
guint32 i_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_streams;
@@ -20467,6 +21081,8 @@ decode_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes(tvbuff_t
static void
decode_org_csapi_cc_mmccs_IpMultiMediaStream_subtract(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mmccs_IpMultiMediaStream_subtract_mediaStreamSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -20500,6 +21116,8 @@ decode_org_csapi_cc_mmccs_IpMultiMediaStream_subtract(tvbuff_t *tvb _U_, packet_
static void
decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList;
guint32 i_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList;
@@ -20548,6 +21166,8 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow(tvbuff_t *tvb _U_
static void
decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_mediaStreamEventCriteria;
guint32 i_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_mediaStreamEventCriteria;
@@ -20597,6 +21217,8 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq(tvbuff_t *tv
static void
decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_return;
guint32 i_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_return;
@@ -20644,6 +21266,8 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams(tvbuff_t *tvb _U_,
static void
decode_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -20682,6 +21306,8 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq(tvbuff_t *tvb _U_,
static void
decode_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_callLegReferenceSet;
guint32 i_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_callLegReferenceSet;
@@ -20759,6 +21385,8 @@ decode_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotificat
static void
decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_createMediaNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -20795,6 +21423,8 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_createMediaNotification
static void
decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_destroyMediaNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_destroyMediaNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -20828,6 +21458,8 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_destroyMediaNotificatio
static void
decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_changeMediaNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_changeMediaNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -20864,6 +21496,8 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_changeMediaNotification
static void
decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification_return;
guint32 i_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification_return;
@@ -20909,6 +21543,8 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification(tv
static void
decode_org_csapi_cc_cccs_IpAppSubConfCall_chairSelection(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpAppSubConfCall_chairSelection_subConferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -20944,6 +21580,8 @@ decode_org_csapi_cc_cccs_IpAppSubConfCall_chairSelection(tvbuff_t *tvb _U_, pack
static void
decode_org_csapi_cc_cccs_IpAppSubConfCall_floorRequest(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpAppSubConfCall_floorRequest_subConferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -20979,6 +21617,8 @@ decode_org_csapi_cc_cccs_IpAppSubConfCall_floorRequest(tvbuff_t *tvb _U_, packet
static void
decode_org_csapi_cc_cccs_IpAppConfCall_partyJoined(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpAppConfCall_partyJoined_conferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -21018,6 +21658,8 @@ decode_org_csapi_cc_cccs_IpAppConfCall_partyJoined(tvbuff_t *tvb _U_, packet_inf
static void
decode_org_csapi_cc_cccs_IpAppConfCall_leaveMonitorRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpAppConfCall_leaveMonitorRes_conferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -21053,6 +21695,8 @@ decode_org_csapi_cc_cccs_IpAppConfCall_leaveMonitorRes(tvbuff_t *tvb _U_, packet
static void
decode_org_csapi_cc_cccs_IpConfCallControlManager_createConference(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -21098,6 +21742,8 @@ decode_org_csapi_cc_cccs_IpConfCallControlManager_createConference(tvbuff_t *tvb
static void
decode_org_csapi_cc_cccs_IpConfCallControlManager_checkResources(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_cc_cccs_TpConfSearchCriteria" */
@@ -21133,6 +21779,8 @@ decode_org_csapi_cc_cccs_IpConfCallControlManager_checkResources(tvbuff_t *tvb _
static void
decode_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -21178,6 +21826,8 @@ decode_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources(tvbuff_t *tvb
static void
decode_org_csapi_cc_cccs_IpConfCallControlManager_freeResources(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_cc_cccs_TpResourceReservation" */
@@ -21212,6 +21862,8 @@ decode_org_csapi_cc_cccs_IpConfCallControlManager_freeResources(tvbuff_t *tvb _U
static void
decode_org_csapi_cc_cccs_IpAppConfCallControlManager_conferenceCreated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_cc_cccs_TpConfCallIdentifier" */
@@ -21246,6 +21898,8 @@ decode_org_csapi_cc_cccs_IpAppConfCallControlManager_conferenceCreated(tvbuff_t
static void
decode_org_csapi_cc_cccs_IpSubConfCall_splitSubConference(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList;
guint32 i_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList;
@@ -21297,6 +21951,8 @@ decode_org_csapi_cc_cccs_IpSubConfCall_splitSubConference(tvbuff_t *tvb _U_, pac
static void
decode_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference_subConferenceCallSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -21332,6 +21988,8 @@ decode_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference(tvbuff_t *tvb _U_, pac
static void
decode_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg_subConferenceCallSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -21369,6 +22027,8 @@ decode_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg(tvbuff_t *tvb _U_, packet_inf
static void
decode_org_csapi_cc_cccs_IpSubConfCall_inspectVideo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpSubConfCall_inspectVideo_subConferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -21404,6 +22064,8 @@ decode_org_csapi_cc_cccs_IpSubConfCall_inspectVideo(tvbuff_t *tvb _U_, packet_in
static void
decode_org_csapi_cc_cccs_IpSubConfCall_inspectVideoCancel(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpSubConfCall_inspectVideoCancel_subConferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -21437,6 +22099,8 @@ decode_org_csapi_cc_cccs_IpSubConfCall_inspectVideoCancel(tvbuff_t *tvb _U_, pac
static void
decode_org_csapi_cc_cccs_IpSubConfCall_appointSpeaker(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpSubConfCall_appointSpeaker_subConferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -21472,6 +22136,8 @@ decode_org_csapi_cc_cccs_IpSubConfCall_appointSpeaker(tvbuff_t *tvb _U_, packet_
static void
decode_org_csapi_cc_cccs_IpSubConfCall_chairSelection(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpSubConfCall_chairSelection_subConferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -21507,6 +22173,8 @@ decode_org_csapi_cc_cccs_IpSubConfCall_chairSelection(tvbuff_t *tvb _U_, packet_
static void
decode_org_csapi_cc_cccs_IpSubConfCall_changeConferencePolicy(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpSubConfCall_changeConferencePolicy_subConferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -21545,6 +22213,8 @@ decode_org_csapi_cc_cccs_IpSubConfCall_changeConferencePolicy(tvbuff_t *tvb _U_,
static void
decode_org_csapi_cc_cccs_IpConfCall_getSubConferences(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cc_cccs_IpConfCall_getSubConferences_return;
guint32 i_org_csapi_cc_cccs_IpConfCall_getSubConferences_return;
@@ -21592,6 +22262,8 @@ decode_org_csapi_cc_cccs_IpConfCall_getSubConferences(tvbuff_t *tvb _U_, packet_
static void
decode_org_csapi_cc_cccs_IpConfCall_createSubConference(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpConfCall_createSubConference_conferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -21633,6 +22305,8 @@ decode_org_csapi_cc_cccs_IpConfCall_createSubConference(tvbuff_t *tvb _U_, packe
static void
decode_org_csapi_cc_cccs_IpConfCall_leaveMonitorReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpConfCall_leaveMonitorReq_conferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -21666,6 +22340,8 @@ decode_org_csapi_cc_cccs_IpConfCall_leaveMonitorReq(tvbuff_t *tvb _U_, packet_in
static void
decode_org_csapi_cc_cccs_IpConfCall_getConferenceAddress(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cc_cccs_IpConfCall_getConferenceAddress_conferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -21700,6 +22376,8 @@ decode_org_csapi_cc_cccs_IpConfCall_getConferenceAddress(tvbuff_t *tvb _U_, pack
static void
decode_org_csapi_ui_IpAppUI_sendInfoRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -21743,6 +22421,8 @@ decode_org_csapi_ui_IpAppUI_sendInfoRes(tvbuff_t *tvb _U_, packet_info *pinfo _U
static void
decode_org_csapi_ui_IpAppUI_sendInfoErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -21786,6 +22466,8 @@ decode_org_csapi_ui_IpAppUI_sendInfoErr(tvbuff_t *tvb _U_, packet_info *pinfo _U
static void
decode_org_csapi_ui_IpAppUI_sendInfoAndCollectRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -21831,6 +22513,8 @@ decode_org_csapi_ui_IpAppUI_sendInfoAndCollectRes(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_ui_IpAppUI_sendInfoAndCollectErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -21874,6 +22558,8 @@ decode_org_csapi_ui_IpAppUI_sendInfoAndCollectErr(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_ui_IpAppUI_userInteractionFaultDetected(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -21915,6 +22601,8 @@ decode_org_csapi_ui_IpAppUI_userInteractionFaultDetected(tvbuff_t *tvb _U_, pack
static void
decode_org_csapi_ui_IpAppUICall_recordMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -21960,6 +22648,8 @@ decode_org_csapi_ui_IpAppUICall_recordMessageRes(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_ui_IpAppUICall_recordMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -22003,6 +22693,8 @@ decode_org_csapi_ui_IpAppUICall_recordMessageErr(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_ui_IpAppUICall_deleteMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -22046,6 +22738,8 @@ decode_org_csapi_ui_IpAppUICall_deleteMessageRes(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_ui_IpAppUICall_deleteMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -22089,6 +22783,8 @@ decode_org_csapi_ui_IpAppUICall_deleteMessageErr(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_ui_IpAppUICall_abortActionRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUICall_abortActionRes_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -22124,6 +22820,8 @@ decode_org_csapi_ui_IpAppUICall_abortActionRes(tvbuff_t *tvb _U_, packet_info *p
static void
decode_org_csapi_ui_IpAppUICall_abortActionErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -22167,6 +22865,8 @@ decode_org_csapi_ui_IpAppUICall_abortActionErr(tvbuff_t *tvb _U_, packet_info *p
static void
decode_org_csapi_ui_IpAppUICall_getMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUICall_getMessageRes_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -22207,6 +22907,8 @@ decode_org_csapi_ui_IpAppUICall_getMessageRes(tvbuff_t *tvb _U_, packet_info *pi
static void
decode_org_csapi_ui_IpAppUICall_getMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -22250,6 +22952,8 @@ decode_org_csapi_ui_IpAppUICall_getMessageErr(tvbuff_t *tvb _U_, packet_info *pi
static void
decode_org_csapi_ui_IpAppUIManager_userInteractionAborted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_ui_TpUIIdentifier" */
@@ -22284,6 +22988,8 @@ decode_org_csapi_ui_IpAppUIManager_userInteractionAborted(tvbuff_t *tvb _U_, pac
static void
decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationInterrupted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -22315,6 +23021,8 @@ decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationInterrupted(tvbuff
static void
decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationContinued(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -22346,6 +23054,8 @@ decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationContinued(tvbuff_t
static void
decode_org_csapi_ui_IpAppUIManager_reportEventNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_ui_TpUIIdentifier" */
@@ -22385,6 +23095,8 @@ decode_org_csapi_ui_IpAppUIManager_reportEventNotification(tvbuff_t *tvb _U_, pa
static void
decode_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions_userInteractionSet;
guint32 i_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions_userInteractionSet;
@@ -22432,6 +23144,8 @@ decode_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions(tvbuff_t *tvb _
static void
decode_org_csapi_ui_IpUI_sendInfoReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_ui_IpUI_sendInfoReq_variableInfo;
guint32 i_org_csapi_ui_IpUI_sendInfoReq_variableInfo;
@@ -22494,6 +23208,8 @@ decode_org_csapi_ui_IpUI_sendInfoReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
static void
decode_org_csapi_ui_IpUI_sendInfoAndCollectReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_ui_IpUI_sendInfoAndCollectReq_variableInfo;
guint32 i_org_csapi_ui_IpUI_sendInfoAndCollectReq_variableInfo;
@@ -22557,6 +23273,8 @@ decode_org_csapi_ui_IpUI_sendInfoAndCollectReq(tvbuff_t *tvb _U_, packet_info *p
static void
decode_org_csapi_ui_IpUI_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_ui_IpUI_release_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -22590,6 +23308,8 @@ decode_org_csapi_ui_IpUI_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, prot
static void
decode_org_csapi_ui_IpUI_setOriginatingAddress(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_ui_IpUI_setOriginatingAddress_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -22625,6 +23345,8 @@ decode_org_csapi_ui_IpUI_setOriginatingAddress(tvbuff_t *tvb _U_, packet_info *p
static void
decode_org_csapi_ui_IpUI_getOriginatingAddress(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_ui_IpUI_getOriginatingAddress_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -22658,6 +23380,8 @@ decode_org_csapi_ui_IpUI_getOriginatingAddress(tvbuff_t *tvb _U_, packet_info *p
static void
decode_org_csapi_ui_IpUICall_recordMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_ui_IpUICall_recordMessageReq_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -22699,6 +23423,8 @@ decode_org_csapi_ui_IpUICall_recordMessageReq(tvbuff_t *tvb _U_, packet_info *pi
static void
decode_org_csapi_ui_IpUICall_deleteMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_ui_IpUICall_deleteMessageReq_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -22734,6 +23460,8 @@ decode_org_csapi_ui_IpUICall_deleteMessageReq(tvbuff_t *tvb _U_, packet_info *pi
static void
decode_org_csapi_ui_IpUICall_abortActionReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_ui_IpUICall_abortActionReq_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -22769,6 +23497,8 @@ decode_org_csapi_ui_IpUICall_abortActionReq(tvbuff_t *tvb _U_, packet_info *pinf
static void
decode_org_csapi_ui_IpUICall_getMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_ui_IpUICall_getMessageReq_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -22804,6 +23534,8 @@ decode_org_csapi_ui_IpUICall_getMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_ui_IpUIManager_createUI(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -22841,6 +23573,8 @@ decode_org_csapi_ui_IpUIManager_createUI(tvbuff_t *tvb _U_, packet_info *pinfo _
static void
decode_org_csapi_ui_IpUIManager_createUICall(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -22880,6 +23614,8 @@ decode_org_csapi_ui_IpUIManager_createUICall(tvbuff_t *tvb _U_, packet_info *pin
static void
decode_org_csapi_ui_IpUIManager_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -22916,6 +23652,8 @@ decode_org_csapi_ui_IpUIManager_createNotification(tvbuff_t *tvb _U_, packet_inf
static void
decode_org_csapi_ui_IpUIManager_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_ui_IpUIManager_destroyNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -22949,6 +23687,8 @@ decode_org_csapi_ui_IpUIManager_destroyNotification(tvbuff_t *tvb _U_, packet_in
static void
decode_org_csapi_ui_IpUIManager_changeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_ui_IpUIManager_changeNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -22985,6 +23725,8 @@ decode_org_csapi_ui_IpUIManager_changeNotification(tvbuff_t *tvb _U_, packet_inf
static void
decode_org_csapi_ui_IpUIManager_getNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_ui_IpUIManager_getNotification_return;
guint32 i_org_csapi_ui_IpUIManager_getNotification_return;
@@ -23030,6 +23772,8 @@ decode_org_csapi_ui_IpUIManager_getNotification(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_ui_IpUIManager_enableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -23063,6 +23807,8 @@ decode_org_csapi_ui_IpUIManager_enableNotifications(tvbuff_t *tvb _U_, packet_in
static void
decode_org_csapi_ui_IpUIManager_disableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -23094,6 +23840,8 @@ decode_org_csapi_ui_IpUIManager_disableNotifications(tvbuff_t *tvb _U_, packet_i
static void
decode_org_csapi_ui_IpAppUIAdminManager_getMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUIAdminManager_getMessageRes_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -23134,6 +23882,8 @@ decode_org_csapi_ui_IpAppUIAdminManager_getMessageRes(tvbuff_t *tvb _U_, packet_
static void
decode_org_csapi_ui_IpAppUIAdminManager_getMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -23177,6 +23927,8 @@ decode_org_csapi_ui_IpAppUIAdminManager_getMessageErr(tvbuff_t *tvb _U_, packet_
static void
decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -23220,6 +23972,8 @@ decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes(tvbuff_t *tvb _U_, pack
static void
decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -23263,6 +24017,8 @@ decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr(tvbuff_t *tvb _U_, pack
static void
decode_org_csapi_ui_IpAppUIAdminManager_putMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_ui_IpAppUIAdminManager_putMessageRes_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -23300,6 +24056,8 @@ decode_org_csapi_ui_IpAppUIAdminManager_putMessageRes(tvbuff_t *tvb _U_, packet_
static void
decode_org_csapi_ui_IpAppUIAdminManager_putMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -23343,6 +24101,8 @@ decode_org_csapi_ui_IpAppUIAdminManager_putMessageErr(tvbuff_t *tvb _U_, packet_
static void
decode_org_csapi_ui_IpAppUIAdminManager_getMessageListRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList;
guint32 i_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList;
@@ -23395,6 +24155,8 @@ decode_org_csapi_ui_IpAppUIAdminManager_getMessageListRes(tvbuff_t *tvb _U_, pac
static void
decode_org_csapi_ui_IpAppUIAdminManager_getMessageListErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -23438,6 +24200,8 @@ decode_org_csapi_ui_IpAppUIAdminManager_getMessageListErr(tvbuff_t *tvb _U_, pac
static void
decode_org_csapi_ui_IpUIAdminManager_getMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_ui_IpUIAdminManager_getMessageReq_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -23473,6 +24237,8 @@ decode_org_csapi_ui_IpUIAdminManager_getMessageReq(tvbuff_t *tvb _U_, packet_inf
static void
decode_org_csapi_ui_IpUIAdminManager_putMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_ui_IpUIAdminManager_putMessageReq_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -23511,6 +24277,8 @@ decode_org_csapi_ui_IpUIAdminManager_putMessageReq(tvbuff_t *tvb _U_, packet_inf
static void
decode_org_csapi_ui_IpUIAdminManager_deleteMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_ui_IpUIAdminManager_deleteMessageReq_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -23546,6 +24314,8 @@ decode_org_csapi_ui_IpUIAdminManager_deleteMessageReq(tvbuff_t *tvb _U_, packet_
static void
decode_org_csapi_ui_IpUIAdminManager_getMessageListReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_ui_IpUIAdminManager_getMessageListReq_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -23581,6 +24351,8 @@ decode_org_csapi_ui_IpUIAdminManager_getMessageListReq(tvbuff_t *tvb _U_, packet
static void
decode_org_csapi_mm_ul_IpAppUserLocation_locationReportRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mm_ul_IpAppUserLocation_locationReportRes_locations;
guint32 i_org_csapi_mm_ul_IpAppUserLocation_locationReportRes_locations;
@@ -23630,6 +24402,8 @@ decode_org_csapi_mm_ul_IpAppUserLocation_locationReportRes(tvbuff_t *tvb _U_, pa
static void
decode_org_csapi_mm_ul_IpAppUserLocation_locationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -23675,6 +24449,8 @@ decode_org_csapi_mm_ul_IpAppUserLocation_locationReportErr(tvbuff_t *tvb _U_, pa
static void
decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_locations;
guint32 i_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_locations;
@@ -23724,6 +24500,8 @@ decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes(tvbuff_t *tvb
static void
decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -23769,6 +24547,8 @@ decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr(tvbuff_t *tvb
static void
decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_locations;
guint32 i_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_locations;
@@ -23818,6 +24598,8 @@ decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport(tvbuff_t *tvb _U
static void
decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -23863,6 +24645,8 @@ decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr(tvbuff_t *tvb
static void
decode_org_csapi_mm_ul_IpUserLocation_locationReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mm_ul_IpUserLocation_locationReportReq_users;
guint32 i_org_csapi_mm_ul_IpUserLocation_locationReportReq_users;
@@ -23912,6 +24696,8 @@ decode_org_csapi_mm_ul_IpUserLocation_locationReportReq(tvbuff_t *tvb _U_, packe
static void
decode_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_users;
guint32 i_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_users;
@@ -23964,6 +24750,8 @@ decode_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq(tvbuff_t *tvb _U
static void
decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_users;
guint32 i_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_users;
@@ -24018,6 +24806,8 @@ decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq(tvbuff_t
static void
decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_mm_TpMobilityStopAssignmentData" */
@@ -24052,6 +24842,8 @@ decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStop(tvbuff_t *tv
static void
decode_org_csapi_mm_ul_IpUserLocation_getNextPeriodicLocationRequest(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_boolean(tree, hf_org_csapi_mm_ul_IpUserLocation_getNextPeriodicLocationRequest_reset, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
@@ -24086,6 +24878,8 @@ decode_org_csapi_mm_ul_IpUserLocation_getNextPeriodicLocationRequest(tvbuff_t *t
static void
decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -24130,6 +24924,8 @@ decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReport(tvbuff
static void
decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -24175,6 +24971,8 @@ decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr(tvb
static void
decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_users;
guint32 i_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_users;
@@ -24240,6 +25038,8 @@ decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartRe
static void
decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_mm_TpMobilityStopAssignmentData" */
@@ -24274,6 +25074,8 @@ decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStop(tv
static void
decode_org_csapi_mm_ul_IpTriggeredUserLocation_getNextTriggeredLocationRequest(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_boolean(tree, hf_org_csapi_mm_ul_IpTriggeredUserLocation_getNextTriggeredLocationRequest_reset, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
@@ -24308,6 +25110,8 @@ decode_org_csapi_mm_ul_IpTriggeredUserLocation_getNextTriggeredLocationRequest(t
static void
decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_locations;
guint32 i_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_locations;
@@ -24357,6 +25161,8 @@ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes(tvbuff_t *tvb _
static void
decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -24402,6 +25208,8 @@ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr(tvbuff_t *tvb _
static void
decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_locations;
guint32 i_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_locations;
@@ -24451,6 +25259,8 @@ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport(tvbuff_t *
static void
decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -24496,6 +25306,8 @@ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr(tvbuff_
static void
decode_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReport_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -24535,6 +25347,8 @@ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReport(tvbuff_t
static void
decode_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -24580,6 +25394,8 @@ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr(tvbuff
static void
decode_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_users;
guint32 i_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_users;
@@ -24629,6 +25445,8 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq(tvbuff_t *tvb _U_,
static void
decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_users;
guint32 i_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_users;
@@ -24680,6 +25498,8 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq(tv
static void
decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_mm_TpMobilityStopAssignmentData" */
@@ -24714,6 +25534,8 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStop(tvbuff
static void
decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_users;
guint32 i_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_users;
@@ -24766,6 +25588,8 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq(t
static void
decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_mm_TpMobilityStopAssignmentData" */
@@ -24800,6 +25624,8 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStop(tvbuf
static void
decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextPeriodicLocationRequest(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_boolean(tree, hf_org_csapi_mm_ulc_IpUserLocationCamel_getNextPeriodicLocationRequest_reset, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
@@ -24834,6 +25660,8 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextPeriodicLocationRequest(tvbuf
static void
decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextTriggeredLocationRequest(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_boolean(tree, hf_org_csapi_mm_ulc_IpUserLocationCamel_getNextTriggeredLocationRequest_reset, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
@@ -24868,6 +25696,8 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextTriggeredLocationRequest(tvbu
static void
decode_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReport_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -24904,6 +25734,8 @@ decode_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReport(tvbuf
static void
decode_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -24949,6 +25781,8 @@ decode_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr(tv
static void
decode_org_csapi_mm_ule_IpUserLocationEmergency_emergencyLocationReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -24985,6 +25819,8 @@ decode_org_csapi_mm_ule_IpUserLocationEmergency_emergencyLocationReportReq(tvbuf
static void
decode_org_csapi_mm_ule_IpUserLocationEmergency_subscribeEmergencyLocationReports(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -25018,6 +25854,8 @@ decode_org_csapi_mm_ule_IpUserLocationEmergency_subscribeEmergencyLocationReport
static void
decode_org_csapi_mm_ule_IpUserLocationEmergency_unSubscribeEmergencyLocationReports(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mm_ule_IpUserLocationEmergency_unSubscribeEmergencyLocationReports_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -25051,6 +25889,8 @@ decode_org_csapi_mm_ule_IpUserLocationEmergency_unSubscribeEmergencyLocationRepo
static void
decode_org_csapi_mm_us_IpAppUserStatus_statusReportRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mm_us_IpAppUserStatus_statusReportRes_status;
guint32 i_org_csapi_mm_us_IpAppUserStatus_statusReportRes_status;
@@ -25100,6 +25940,8 @@ decode_org_csapi_mm_us_IpAppUserStatus_statusReportRes(tvbuff_t *tvb _U_, packet
static void
decode_org_csapi_mm_us_IpAppUserStatus_statusReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -25145,6 +25987,8 @@ decode_org_csapi_mm_us_IpAppUserStatus_statusReportErr(tvbuff_t *tvb _U_, packet
static void
decode_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReport_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -25181,6 +26025,8 @@ decode_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReport(tvbuff_t *tvb _U_,
static void
decode_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -25226,6 +26072,8 @@ decode_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr(tvbuff_t *tvb _U
static void
decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_status;
guint32 i_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_status;
@@ -25275,6 +26123,8 @@ decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes(tvbuff_t *tvb _U_
static void
decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -25320,6 +26170,8 @@ decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr(tvbuff_t *tvb _U_
static void
decode_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReport_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -25356,6 +26208,8 @@ decode_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReport(tvbuff_t *tvb _U
static void
decode_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -25401,6 +26255,8 @@ decode_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr(tvbuff_t *tvb
static void
decode_org_csapi_mm_us_IpUserStatus_statusReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mm_us_IpUserStatus_statusReportReq_users;
guint32 i_org_csapi_mm_us_IpUserStatus_statusReportReq_users;
@@ -25450,6 +26306,8 @@ decode_org_csapi_mm_us_IpUserStatus_statusReportReq(tvbuff_t *tvb _U_, packet_in
static void
decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_users;
guint32 i_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_users;
@@ -25499,6 +26357,8 @@ decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq(tvbuff_t *t
static void
decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_mm_TpMobilityStopAssignmentData" */
@@ -25533,6 +26393,8 @@ decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStop(tvbuff_t *tvb _
static void
decode_org_csapi_mm_us_IpUserStatus_getNextTriggeredStatusRequest(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_boolean(tree, hf_org_csapi_mm_us_IpUserStatus_getNextTriggeredStatusRequest_reset, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
@@ -25567,6 +26429,8 @@ decode_org_csapi_mm_us_IpUserStatus_getNextTriggeredStatusRequest(tvbuff_t *tvb
static void
decode_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_users;
guint32 i_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_users;
@@ -25616,6 +26480,8 @@ decode_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq(tvbuff_t *tvb _U_, p
static void
decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_users;
guint32 i_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_users;
@@ -25665,6 +26531,8 @@ decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq(tvbuff_t
static void
decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_mm_TpMobilityStopAssignmentData" */
@@ -25699,6 +26567,8 @@ decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStop(tvbuff_t *tv
static void
decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation;
guint32 i_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation;
@@ -25782,6 +26652,8 @@ decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification(tvbu
static void
decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -25827,6 +26699,8 @@ decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStart
static void
decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_users;
guint32 i_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_users;
@@ -25889,6 +26763,8 @@ decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq
static void
decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStop_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -25922,6 +26798,8 @@ decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStop(tvb
static void
decode_org_csapi_termcap_IpTerminalCapabilities_getTerminalCapabilities(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_termcap_IpTerminalCapabilities_getTerminalCapabilities_terminalIdentity);
@@ -25956,6 +26834,8 @@ decode_org_csapi_termcap_IpTerminalCapabilities_getTerminalCapabilities(tvbuff_t
static void
decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_terminals;
guint32 i_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_terminals;
@@ -26010,6 +26890,8 @@ decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapa
static void
decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_terminals;
guint32 i_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_terminals;
@@ -26064,6 +26946,8 @@ decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapa
static void
decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_terminals;
guint32 i_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_terminals;
@@ -26118,6 +27002,8 @@ decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabil
static void
decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStop_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -26151,6 +27037,8 @@ decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabil
static void
decode_org_csapi_dsc_IpAppDataSession_connectRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_dsc_IpAppDataSession_connectRes_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -26189,6 +27077,8 @@ decode_org_csapi_dsc_IpAppDataSession_connectRes(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_dsc_IpAppDataSession_connectErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_dsc_IpAppDataSession_connectErr_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -26227,6 +27117,8 @@ decode_org_csapi_dsc_IpAppDataSession_connectErr(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -26273,6 +27165,8 @@ decode_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes(tvbuff_t *tvb _U_,
static void
decode_org_csapi_dsc_IpAppDataSession_superviseDataSessionErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_dsc_IpAppDataSession_superviseDataSessionErr_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -26309,6 +27203,8 @@ decode_org_csapi_dsc_IpAppDataSession_superviseDataSessionErr(tvbuff_t *tvb _U_,
static void
decode_org_csapi_dsc_IpAppDataSession_dataSessionFaultDetected(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -26350,6 +27246,8 @@ decode_org_csapi_dsc_IpAppDataSession_dataSessionFaultDetected(tvbuff_t *tvb _U_
static void
decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionAborted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionAborted_dataSession, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -26383,6 +27281,8 @@ decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionAborted(tvbuff_t
static void
decode_org_csapi_dsc_IpAppDataSessionControlManager_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_dsc_TpDataSessionIdentifier" */
@@ -26422,6 +27322,8 @@ decode_org_csapi_dsc_IpAppDataSessionControlManager_reportNotification(tvbuff_t
static void
decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationContinued(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -26453,6 +27355,8 @@ decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationConti
static void
decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationInterrupted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -26484,6 +27388,8 @@ decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationInter
static void
decode_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet;
guint32 i_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet;
@@ -26530,6 +27436,8 @@ decode_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions(tv
static void
decode_org_csapi_dsc_IpDataSession_connectReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_dsc_IpDataSession_connectReq_responseRequested;
guint32 i_org_csapi_dsc_IpDataSession_connectReq_responseRequested;
@@ -26582,6 +27490,8 @@ decode_org_csapi_dsc_IpDataSession_connectReq(tvbuff_t *tvb _U_, packet_info *pi
static void
decode_org_csapi_dsc_IpDataSession_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_dsc_IpDataSession_release_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -26618,6 +27528,8 @@ decode_org_csapi_dsc_IpDataSession_release(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_dsc_IpDataSession_superviseDataSessionReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_dsc_IpDataSession_superviseDataSessionReq_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -26656,6 +27568,8 @@ decode_org_csapi_dsc_IpDataSession_superviseDataSessionReq(tvbuff_t *tvb _U_, pa
static void
decode_org_csapi_dsc_IpDataSession_setDataSessionChargePlan(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_dsc_IpDataSession_setDataSessionChargePlan_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -26692,6 +27606,8 @@ decode_org_csapi_dsc_IpDataSession_setDataSessionChargePlan(tvbuff_t *tvb _U_, p
static void
decode_org_csapi_dsc_IpDataSession_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_dsc_IpDataSession_setAdviceOfCharge_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -26730,6 +27646,8 @@ decode_org_csapi_dsc_IpDataSession_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_i
static void
decode_org_csapi_dsc_IpDataSession_deassignDataSession(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_dsc_IpDataSession_deassignDataSession_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -26763,6 +27681,8 @@ decode_org_csapi_dsc_IpDataSession_deassignDataSession(tvbuff_t *tvb _U_, packet
static void
decode_org_csapi_dsc_IpDataSession_continueProcessing(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_dsc_IpDataSession_continueProcessing_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -26796,6 +27716,8 @@ decode_org_csapi_dsc_IpDataSession_continueProcessing(tvbuff_t *tvb _U_, packet_
static void
decode_org_csapi_dsc_IpDataSessionControlManager_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -26832,6 +27754,8 @@ decode_org_csapi_dsc_IpDataSessionControlManager_createNotification(tvbuff_t *tv
static void
decode_org_csapi_dsc_IpDataSessionControlManager_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_dsc_IpDataSessionControlManager_destroyNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -26865,6 +27789,8 @@ decode_org_csapi_dsc_IpDataSessionControlManager_destroyNotification(tvbuff_t *t
static void
decode_org_csapi_dsc_IpDataSessionControlManager_changeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_dsc_IpDataSessionControlManager_changeNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -26901,6 +27827,8 @@ decode_org_csapi_dsc_IpDataSessionControlManager_changeNotification(tvbuff_t *tv
static void
decode_org_csapi_dsc_IpDataSessionControlManager_enableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -26934,6 +27862,8 @@ decode_org_csapi_dsc_IpDataSessionControlManager_enableNotifications(tvbuff_t *t
static void
decode_org_csapi_dsc_IpDataSessionControlManager_disableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -26965,6 +27895,8 @@ decode_org_csapi_dsc_IpDataSessionControlManager_disableNotifications(tvbuff_t *
static void
decode_org_csapi_dsc_IpDataSessionControlManager_getNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_dsc_IpDataSessionControlManager_getNotifications_return;
guint32 i_org_csapi_dsc_IpDataSessionControlManager_getNotifications_return;
@@ -27010,6 +27942,8 @@ decode_org_csapi_dsc_IpDataSessionControlManager_getNotifications(tvbuff_t *tvb
static void
decode_org_csapi_dsc_IpDataSessionControlManager_createNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -27046,6 +27980,8 @@ decode_org_csapi_dsc_IpDataSessionControlManager_createNotifications(tvbuff_t *t
static void
decode_org_csapi_gms_IpMessagingManager_openMailbox(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_TpAddress" */
@@ -27083,6 +28019,8 @@ decode_org_csapi_gms_IpMessagingManager_openMailbox(tvbuff_t *tvb _U_, packet_in
static void
decode_org_csapi_gms_IpMessagingManager_enableMessagingNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -27121,6 +28059,8 @@ decode_org_csapi_gms_IpMessagingManager_enableMessagingNotification(tvbuff_t *tv
static void
decode_org_csapi_gms_IpMessagingManager_disableMessagingNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_gms_IpMessagingManager_disableMessagingNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -27154,6 +28094,8 @@ decode_org_csapi_gms_IpMessagingManager_disableMessagingNotification(tvbuff_t *t
static void
decode_org_csapi_gms_IpAppMessagingManager_mailboxTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -27189,6 +28131,8 @@ decode_org_csapi_gms_IpAppMessagingManager_mailboxTerminated(tvbuff_t *tvb _U_,
static void
decode_org_csapi_gms_IpAppMessagingManager_mailboxFaultDetected(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -27232,6 +28176,8 @@ decode_org_csapi_gms_IpAppMessagingManager_mailboxFaultDetected(tvbuff_t *tvb _U
static void
decode_org_csapi_gms_IpAppMessagingManager_messagingEventNotify(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -27272,6 +28218,8 @@ decode_org_csapi_gms_IpAppMessagingManager_messagingEventNotify(tvbuff_t *tvb _U
static void
decode_org_csapi_gms_IpAppMessagingManager_messagingNotificationTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -27303,6 +28251,8 @@ decode_org_csapi_gms_IpAppMessagingManager_messagingNotificationTerminated(tvbuf
static void
decode_org_csapi_gms_IpMailbox_close(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_gms_IpMailbox_close_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -27336,6 +28286,8 @@ decode_org_csapi_gms_IpMailbox_close(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
static void
decode_org_csapi_gms_IpMailbox_lock(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_gms_IpMailbox_lock_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -27369,6 +28321,8 @@ decode_org_csapi_gms_IpMailbox_lock(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
static void
decode_org_csapi_gms_IpMailbox_unlock(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_gms_IpMailbox_unlock_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -27402,6 +28356,8 @@ decode_org_csapi_gms_IpMailbox_unlock(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
static void
decode_org_csapi_gms_IpMailbox_getInfoAmount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_gms_IpMailbox_getInfoAmount_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -27435,6 +28391,8 @@ decode_org_csapi_gms_IpMailbox_getInfoAmount(tvbuff_t *tvb _U_, packet_info *pin
static void
decode_org_csapi_gms_IpMailbox_getInfoProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_gms_IpMailbox_getInfoProperties_return;
guint32 i_org_csapi_gms_IpMailbox_getInfoProperties_return;
@@ -27488,6 +28446,8 @@ decode_org_csapi_gms_IpMailbox_getInfoProperties(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_gms_IpMailbox_setInfoProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_gms_IpMailbox_setInfoProperties_mailboxInfoProperties;
guint32 i_org_csapi_gms_IpMailbox_setInfoProperties_mailboxInfoProperties;
@@ -27541,6 +28501,8 @@ decode_org_csapi_gms_IpMailbox_setInfoProperties(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_gms_IpMailbox_openFolder(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_gms_IpMailbox_openFolder_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -27577,6 +28539,8 @@ decode_org_csapi_gms_IpMailbox_openFolder(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_gms_IpMailbox_createFolder(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_gms_IpMailbox_createFolder_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -27612,6 +28576,8 @@ decode_org_csapi_gms_IpMailbox_createFolder(tvbuff_t *tvb _U_, packet_info *pinf
static void
decode_org_csapi_gms_IpMailbox_remove(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_TpAddress" */
@@ -27648,6 +28614,8 @@ decode_org_csapi_gms_IpMailbox_remove(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
static void
decode_org_csapi_gms_IpMessage_getInfoAmount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_gms_IpMessage_getInfoAmount_folderSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -27683,6 +28651,8 @@ decode_org_csapi_gms_IpMessage_getInfoAmount(tvbuff_t *tvb _U_, packet_info *pin
static void
decode_org_csapi_gms_IpMessage_getInfoProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_gms_IpMessage_getInfoProperties_return;
guint32 i_org_csapi_gms_IpMessage_getInfoProperties_return;
@@ -27738,6 +28708,8 @@ decode_org_csapi_gms_IpMessage_getInfoProperties(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_gms_IpMessage_setInfoProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_gms_IpMessage_setInfoProperties_messageInfoProperties;
guint32 i_org_csapi_gms_IpMessage_setInfoProperties_messageInfoProperties;
@@ -27793,6 +28765,8 @@ decode_org_csapi_gms_IpMessage_setInfoProperties(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_gms_IpMessage_remove(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_gms_IpMessage_remove_folderSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -27828,6 +28802,8 @@ decode_org_csapi_gms_IpMessage_remove(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
static void
decode_org_csapi_gms_IpMessage_getContent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_gms_IpMessage_getContent_folderSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -27863,6 +28839,8 @@ decode_org_csapi_gms_IpMessage_getContent(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_gms_IpMailboxFolder_getInfoAmount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_gms_IpMailboxFolder_getInfoAmount_folderSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -27896,6 +28874,8 @@ decode_org_csapi_gms_IpMailboxFolder_getInfoAmount(tvbuff_t *tvb _U_, packet_inf
static void
decode_org_csapi_gms_IpMailboxFolder_getInfoProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_gms_IpMailboxFolder_getInfoProperties_return;
guint32 i_org_csapi_gms_IpMailboxFolder_getInfoProperties_return;
@@ -27949,6 +28929,8 @@ decode_org_csapi_gms_IpMailboxFolder_getInfoProperties(tvbuff_t *tvb _U_, packet
static void
decode_org_csapi_gms_IpMailboxFolder_setInfoProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_gms_IpMailboxFolder_setInfoProperties_folderInfoProperties;
guint32 i_org_csapi_gms_IpMailboxFolder_setInfoProperties_folderInfoProperties;
@@ -28002,6 +28984,8 @@ decode_org_csapi_gms_IpMailboxFolder_setInfoProperties(tvbuff_t *tvb _U_, packet
static void
decode_org_csapi_gms_IpMailboxFolder_putMessage(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_gms_IpMailboxFolder_putMessage_messageInfoProperties;
guint32 i_org_csapi_gms_IpMailboxFolder_putMessage_messageInfoProperties;
@@ -28055,6 +29039,8 @@ decode_org_csapi_gms_IpMailboxFolder_putMessage(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_gms_IpMailboxFolder_getMessage(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_gms_IpMailboxFolder_getMessage_folderSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -28090,6 +29076,8 @@ decode_org_csapi_gms_IpMailboxFolder_getMessage(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_gms_IpMailboxFolder_close(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_gms_IpMailboxFolder_close_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -28125,6 +29113,8 @@ decode_org_csapi_gms_IpMailboxFolder_close(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_gms_IpMailboxFolder_remove(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_gms_IpMailboxFolder_remove_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -28160,6 +29150,8 @@ decode_org_csapi_gms_IpMailboxFolder_remove(tvbuff_t *tvb _U_, packet_info *pinf
static void
decode_org_csapi_cm_IpVPrP_getVPrPID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -28191,6 +29183,8 @@ decode_org_csapi_cm_IpVPrP_getVPrPID(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
static void
decode_org_csapi_cm_IpVPrP_getSlaID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -28222,6 +29216,8 @@ decode_org_csapi_cm_IpVPrP_getSlaID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
static void
decode_org_csapi_cm_IpVPrP_getStatus(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -28259,6 +29255,8 @@ decode_org_csapi_cm_IpVPrP_getStatus(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
static void
decode_org_csapi_cm_IpVPrP_getProvisionedQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -28291,6 +29289,8 @@ decode_org_csapi_cm_IpVPrP_getProvisionedQoSInfo(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cm_IpVPrP_getValidityInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -28323,6 +29323,8 @@ decode_org_csapi_cm_IpVPrP_getValidityInfo(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_cm_IpVPrP_getPipeQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -28355,6 +29357,8 @@ decode_org_csapi_cm_IpVPrP_getPipeQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_cm_IpVPrP_getDsCodepoint(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -28387,6 +29391,8 @@ decode_org_csapi_cm_IpVPrP_getDsCodepoint(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_cm_IpVPrN_getVPrPList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cm_IpVPrN_getVPrPList_return;
guint32 i_org_csapi_cm_IpVPrN_getVPrPList_return;
@@ -28431,6 +29437,8 @@ decode_org_csapi_cm_IpVPrN_getVPrPList(tvbuff_t *tvb _U_, packet_info *pinfo _U_
static void
decode_org_csapi_cm_IpVPrN_getVPrP(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_IpVPrN_getVPrP_vPrPID);
@@ -28464,6 +29472,8 @@ decode_org_csapi_cm_IpVPrN_getVPrP(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pr
static void
decode_org_csapi_cm_IpVPrN_createVPrP(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -28497,6 +29507,8 @@ decode_org_csapi_cm_IpVPrN_createVPrP(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
static void
decode_org_csapi_cm_IpVPrN_deleteVPrP(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_IpVPrN_deleteVPrP_vPrPID);
@@ -28530,6 +29542,8 @@ decode_org_csapi_cm_IpVPrN_deleteVPrP(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
static void
decode_org_csapi_cm_IpQoSMenu_getTemplate(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_IpQoSMenu_getTemplate_templateType);
@@ -28563,6 +29577,8 @@ decode_org_csapi_cm_IpQoSMenu_getTemplate(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_cm_IpQoSMenu_getTemplateList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cm_IpQoSMenu_getTemplateList_return;
guint32 i_org_csapi_cm_IpQoSMenu_getTemplateList_return;
@@ -28607,6 +29623,8 @@ decode_org_csapi_cm_IpQoSMenu_getTemplateList(tvbuff_t *tvb _U_, packet_info *pi
static void
decode_org_csapi_cm_IpConnectivityManager_getQoSMenu(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -28638,6 +29656,8 @@ decode_org_csapi_cm_IpConnectivityManager_getQoSMenu(tvbuff_t *tvb _U_, packet_i
static void
decode_org_csapi_cm_IpConnectivityManager_getEnterpriseNetwork(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -28669,6 +29689,8 @@ decode_org_csapi_cm_IpConnectivityManager_getEnterpriseNetwork(tvbuff_t *tvb _U_
static void
decode_org_csapi_cm_IpQoSTemplate_getTemplateType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -28700,6 +29722,8 @@ decode_org_csapi_cm_IpQoSTemplate_getTemplateType(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cm_IpQoSTemplate_getDescription(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -28731,6 +29755,8 @@ decode_org_csapi_cm_IpQoSTemplate_getDescription(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cm_IpQoSTemplate_setSlaID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_IpQoSTemplate_setSlaID_slaID);
@@ -28764,6 +29790,8 @@ decode_org_csapi_cm_IpQoSTemplate_setSlaID(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_cm_IpQoSTemplate_getPipeQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -28796,6 +29824,8 @@ decode_org_csapi_cm_IpQoSTemplate_getPipeQoSInfo(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cm_IpQoSTemplate_setPipeQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_cm_TpPipeQoSInfo" */
@@ -28830,6 +29860,8 @@ decode_org_csapi_cm_IpQoSTemplate_setPipeQoSInfo(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cm_IpQoSTemplate_getValidityInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -28862,6 +29894,8 @@ decode_org_csapi_cm_IpQoSTemplate_getValidityInfo(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cm_IpQoSTemplate_setValidityInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_cm_TpValidityInfo" */
@@ -28896,6 +29930,8 @@ decode_org_csapi_cm_IpQoSTemplate_setValidityInfo(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cm_IpQoSTemplate_setProvisionedQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_cm_TpProvisionedQoSInfo" */
@@ -28930,6 +29966,8 @@ decode_org_csapi_cm_IpQoSTemplate_setProvisionedQoSInfo(tvbuff_t *tvb _U_, packe
static void
decode_org_csapi_cm_IpQoSTemplate_getProvisionedQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -28962,6 +30000,8 @@ decode_org_csapi_cm_IpQoSTemplate_getProvisionedQoSInfo(tvbuff_t *tvb _U_, packe
static void
decode_org_csapi_cm_IpQoSTemplate_getDsCodepoint(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -28994,6 +30034,8 @@ decode_org_csapi_cm_IpQoSTemplate_getDsCodepoint(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cm_IpEnterpriseNetwork_getSiteList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return;
guint32 i_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return;
@@ -29038,6 +30080,8 @@ decode_org_csapi_cm_IpEnterpriseNetwork_getSiteList(tvbuff_t *tvb _U_, packet_in
static void
decode_org_csapi_cm_IpEnterpriseNetwork_getVPrN(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -29069,6 +30113,8 @@ decode_org_csapi_cm_IpEnterpriseNetwork_getVPrN(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_cm_IpEnterpriseNetwork_getSite(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_IpEnterpriseNetwork_getSite_siteID);
@@ -29102,6 +30148,8 @@ decode_org_csapi_cm_IpEnterpriseNetwork_getSite(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return;
guint32 i_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return;
@@ -29146,6 +30194,8 @@ decode_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList(tvbuff_t *tvb _U_, packet
static void
decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -29177,6 +30227,8 @@ decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteID(tvbuff_t *tvb _U_, packet_
static void
decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteLocation(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -29208,6 +30260,8 @@ decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteLocation(tvbuff_t *tvb _U_, p
static void
decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteDescription(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -29239,6 +30293,8 @@ decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteDescription(tvbuff_t *tvb _U_
static void
decode_org_csapi_cm_IpEnterpriseNetworkSite_getIPSubnet(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -29271,6 +30327,8 @@ decode_org_csapi_cm_IpEnterpriseNetworkSite_getIPSubnet(tvbuff_t *tvb _U_, packe
static void
decode_org_csapi_cm_IpEnterpriseNetworkSite_getSAPIPSubnet(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_IpEnterpriseNetworkSite_getSAPIPSubnet_sapID);
@@ -29305,6 +30363,8 @@ decode_org_csapi_cm_IpEnterpriseNetworkSite_getSAPIPSubnet(tvbuff_t *tvb _U_, pa
static void
decode_org_csapi_am_IpAppAccountManager_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_am_TpChargingEventInfo" */
@@ -29341,6 +30401,8 @@ decode_org_csapi_am_IpAppAccountManager_reportNotification(tvbuff_t *tvb _U_, pa
static void
decode_org_csapi_am_IpAppAccountManager_queryBalanceRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_am_IpAppAccountManager_queryBalanceRes_balances;
guint32 i_org_csapi_am_IpAppAccountManager_queryBalanceRes_balances;
@@ -29390,6 +30452,8 @@ decode_org_csapi_am_IpAppAccountManager_queryBalanceRes(tvbuff_t *tvb _U_, packe
static void
decode_org_csapi_am_IpAppAccountManager_queryBalanceErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -29431,6 +30495,8 @@ decode_org_csapi_am_IpAppAccountManager_queryBalanceErr(tvbuff_t *tvb _U_, packe
static void
decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_transactionHistory;
guint32 i_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_transactionHistory;
@@ -29480,6 +30546,8 @@ decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes(tvbuff_t *
static void
decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -29521,6 +30589,8 @@ decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryErr(tvbuff_t *
static void
decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_dates;
guint32 i_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_dates;
@@ -29570,6 +30640,8 @@ decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes(tvbuff_t *tvb
static void
decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -29611,6 +30683,8 @@ decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateErr(tvbuff_t *tvb
static void
decode_org_csapi_am_IpAppAccountManager_updateBalanceRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_am_IpAppAccountManager_updateBalanceRes_requestId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -29647,6 +30721,8 @@ decode_org_csapi_am_IpAppAccountManager_updateBalanceRes(tvbuff_t *tvb _U_, pack
static void
decode_org_csapi_am_IpAppAccountManager_updateBalanceErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -29688,6 +30764,8 @@ decode_org_csapi_am_IpAppAccountManager_updateBalanceErr(tvbuff_t *tvb _U_, pack
static void
decode_org_csapi_am_IpAppAccountManager_createVoucherRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_am_IpAppAccountManager_createVoucherRes_requestId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -29723,6 +30801,8 @@ decode_org_csapi_am_IpAppAccountManager_createVoucherRes(tvbuff_t *tvb _U_, pack
static void
decode_org_csapi_am_IpAppAccountManager_createVoucherErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -29764,6 +30844,8 @@ decode_org_csapi_am_IpAppAccountManager_createVoucherErr(tvbuff_t *tvb _U_, pack
static void
decode_org_csapi_am_IpAppAccountManager_destroyVoucherRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_am_IpAppAccountManager_destroyVoucherRes_requestId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -29799,6 +30881,8 @@ decode_org_csapi_am_IpAppAccountManager_destroyVoucherRes(tvbuff_t *tvb _U_, pac
static void
decode_org_csapi_am_IpAppAccountManager_destroyVoucherErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -29842,6 +30926,8 @@ decode_org_csapi_am_IpAppAccountManager_destroyVoucherErr(tvbuff_t *tvb _U_, pac
static void
decode_org_csapi_am_IpAppAccountManager_queryVoucherRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_am_IpAppAccountManager_queryVoucherRes_queryId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -29878,6 +30964,8 @@ decode_org_csapi_am_IpAppAccountManager_queryVoucherRes(tvbuff_t *tvb _U_, packe
static void
decode_org_csapi_am_IpAppAccountManager_queryVoucherErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -29921,6 +31009,8 @@ decode_org_csapi_am_IpAppAccountManager_queryVoucherErr(tvbuff_t *tvb _U_, packe
static void
decode_org_csapi_am_IpAppAccountManager_queryUserVouchersRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_am_IpAppAccountManager_queryUserVouchersRes_vouchers;
guint32 i_org_csapi_am_IpAppAccountManager_queryUserVouchersRes_vouchers;
@@ -29970,6 +31060,8 @@ decode_org_csapi_am_IpAppAccountManager_queryUserVouchersRes(tvbuff_t *tvb _U_,
static void
decode_org_csapi_am_IpAppAccountManager_queryUserVouchersErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -30011,6 +31103,8 @@ decode_org_csapi_am_IpAppAccountManager_queryUserVouchersErr(tvbuff_t *tvb _U_,
static void
decode_org_csapi_am_IpAccountManager_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -30047,6 +31141,8 @@ decode_org_csapi_am_IpAccountManager_createNotification(tvbuff_t *tvb _U_, packe
static void
decode_org_csapi_am_IpAccountManager_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_am_IpAccountManager_destroyNotification_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -30080,6 +31176,8 @@ decode_org_csapi_am_IpAccountManager_destroyNotification(tvbuff_t *tvb _U_, pack
static void
decode_org_csapi_am_IpAccountManager_queryBalanceReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_am_IpAccountManager_queryBalanceReq_users;
guint32 i_org_csapi_am_IpAccountManager_queryBalanceReq_users;
@@ -30127,6 +31225,8 @@ decode_org_csapi_am_IpAccountManager_queryBalanceReq(tvbuff_t *tvb _U_, packet_i
static void
decode_org_csapi_am_IpAccountManager_changeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_am_IpAccountManager_changeNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -30163,6 +31263,8 @@ decode_org_csapi_am_IpAccountManager_changeNotification(tvbuff_t *tvb _U_, packe
static void
decode_org_csapi_am_IpAccountManager_getNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_am_IpAccountManager_getNotification_return;
guint32 i_org_csapi_am_IpAccountManager_getNotification_return;
@@ -30208,6 +31310,8 @@ decode_org_csapi_am_IpAccountManager_getNotification(tvbuff_t *tvb _U_, packet_i
static void
decode_org_csapi_am_IpAccountManager_retrieveTransactionHistoryReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_TpAddress" */
@@ -30245,6 +31349,8 @@ decode_org_csapi_am_IpAccountManager_retrieveTransactionHistoryReq(tvbuff_t *tvb
static void
decode_org_csapi_am_IpAccountManager_enableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -30278,6 +31384,8 @@ decode_org_csapi_am_IpAccountManager_enableNotifications(tvbuff_t *tvb _U_, pack
static void
decode_org_csapi_am_IpAccountManager_disableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -30309,6 +31417,8 @@ decode_org_csapi_am_IpAccountManager_disableNotifications(tvbuff_t *tvb _U_, pac
static void
decode_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_users;
guint32 i_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_users;
@@ -30356,6 +31466,8 @@ decode_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq(tvbuff_t *tvb _U_
static void
decode_org_csapi_am_IpAccountManager_updateBalanceReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_TpAddress" */
@@ -30397,6 +31509,8 @@ decode_org_csapi_am_IpAccountManager_updateBalanceReq(tvbuff_t *tvb _U_, packet_
static void
decode_org_csapi_am_IpAccountManager_createVoucherReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_TpAddress" */
@@ -30434,6 +31548,8 @@ decode_org_csapi_am_IpAccountManager_createVoucherReq(tvbuff_t *tvb _U_, packet_
static void
decode_org_csapi_am_IpAccountManager_destroyVoucherReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_am_IpAccountManager_destroyVoucherReq_voucherId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -30467,6 +31583,8 @@ decode_org_csapi_am_IpAccountManager_destroyVoucherReq(tvbuff_t *tvb _U_, packet
static void
decode_org_csapi_am_IpAccountManager_queryVoucherReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_am_IpAccountManager_queryVoucherReq_voucherId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -30500,6 +31618,8 @@ decode_org_csapi_am_IpAccountManager_queryVoucherReq(tvbuff_t *tvb _U_, packet_i
static void
decode_org_csapi_am_IpAccountManager_queryUserVouchersReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_TpAddress" */
@@ -30534,6 +31654,8 @@ decode_org_csapi_am_IpAccountManager_queryUserVouchersReq(tvbuff_t *tvb _U_, pac
static void
decode_org_csapi_cs_IpAppChargingSession_creditAmountErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -30579,6 +31701,8 @@ decode_org_csapi_cs_IpAppChargingSession_creditAmountErr(tvbuff_t *tvb _U_, pack
static void
decode_org_csapi_cs_IpAppChargingSession_creditAmountRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_creditAmountRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -30622,6 +31746,8 @@ decode_org_csapi_cs_IpAppChargingSession_creditAmountRes(tvbuff_t *tvb _U_, pack
static void
decode_org_csapi_cs_IpAppChargingSession_creditUnitErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -30667,6 +31793,8 @@ decode_org_csapi_cs_IpAppChargingSession_creditUnitErr(tvbuff_t *tvb _U_, packet
static void
decode_org_csapi_cs_IpAppChargingSession_creditUnitRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cs_IpAppChargingSession_creditUnitRes_creditedVolumes;
guint32 i_org_csapi_cs_IpAppChargingSession_creditUnitRes_creditedVolumes;
@@ -30733,6 +31861,8 @@ decode_org_csapi_cs_IpAppChargingSession_creditUnitRes(tvbuff_t *tvb _U_, packet
static void
decode_org_csapi_cs_IpAppChargingSession_debitAmountErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -30778,6 +31908,8 @@ decode_org_csapi_cs_IpAppChargingSession_debitAmountErr(tvbuff_t *tvb _U_, packe
static void
decode_org_csapi_cs_IpAppChargingSession_debitAmountRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_debitAmountRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -30821,6 +31953,8 @@ decode_org_csapi_cs_IpAppChargingSession_debitAmountRes(tvbuff_t *tvb _U_, packe
static void
decode_org_csapi_cs_IpAppChargingSession_debitUnitErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -30866,6 +32000,8 @@ decode_org_csapi_cs_IpAppChargingSession_debitUnitErr(tvbuff_t *tvb _U_, packet_
static void
decode_org_csapi_cs_IpAppChargingSession_debitUnitRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cs_IpAppChargingSession_debitUnitRes_debitedVolumes;
guint32 i_org_csapi_cs_IpAppChargingSession_debitUnitRes_debitedVolumes;
@@ -30932,6 +32068,8 @@ decode_org_csapi_cs_IpAppChargingSession_debitUnitRes(tvbuff_t *tvb _U_, packet_
static void
decode_org_csapi_cs_IpAppChargingSession_directCreditAmountErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -30977,6 +32115,8 @@ decode_org_csapi_cs_IpAppChargingSession_directCreditAmountErr(tvbuff_t *tvb _U_
static void
decode_org_csapi_cs_IpAppChargingSession_directCreditAmountRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_directCreditAmountRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -31017,6 +32157,8 @@ decode_org_csapi_cs_IpAppChargingSession_directCreditAmountRes(tvbuff_t *tvb _U_
static void
decode_org_csapi_cs_IpAppChargingSession_directCreditUnitErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -31062,6 +32204,8 @@ decode_org_csapi_cs_IpAppChargingSession_directCreditUnitErr(tvbuff_t *tvb _U_,
static void
decode_org_csapi_cs_IpAppChargingSession_directCreditUnitRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_creditedVolumes;
guint32 i_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_creditedVolumes;
@@ -31115,6 +32259,8 @@ decode_org_csapi_cs_IpAppChargingSession_directCreditUnitRes(tvbuff_t *tvb _U_,
static void
decode_org_csapi_cs_IpAppChargingSession_directDebitAmountErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -31160,6 +32306,8 @@ decode_org_csapi_cs_IpAppChargingSession_directDebitAmountErr(tvbuff_t *tvb _U_,
static void
decode_org_csapi_cs_IpAppChargingSession_directDebitAmountRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_directDebitAmountRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -31200,6 +32348,8 @@ decode_org_csapi_cs_IpAppChargingSession_directDebitAmountRes(tvbuff_t *tvb _U_,
static void
decode_org_csapi_cs_IpAppChargingSession_directDebitUnitErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -31245,6 +32395,8 @@ decode_org_csapi_cs_IpAppChargingSession_directDebitUnitErr(tvbuff_t *tvb _U_, p
static void
decode_org_csapi_cs_IpAppChargingSession_directDebitUnitRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_debitedVolumes;
guint32 i_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_debitedVolumes;
@@ -31298,6 +32450,8 @@ decode_org_csapi_cs_IpAppChargingSession_directDebitUnitRes(tvbuff_t *tvb _U_, p
static void
decode_org_csapi_cs_IpAppChargingSession_extendLifeTimeErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -31339,6 +32493,8 @@ decode_org_csapi_cs_IpAppChargingSession_extendLifeTimeErr(tvbuff_t *tvb _U_, pa
static void
decode_org_csapi_cs_IpAppChargingSession_extendLifeTimeRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_extendLifeTimeRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -31374,6 +32530,8 @@ decode_org_csapi_cs_IpAppChargingSession_extendLifeTimeRes(tvbuff_t *tvb _U_, pa
static void
decode_org_csapi_cs_IpAppChargingSession_rateErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -31415,6 +32573,8 @@ decode_org_csapi_cs_IpAppChargingSession_rateErr(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cs_IpAppChargingSession_rateRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cs_IpAppChargingSession_rateRes_rates;
guint32 i_org_csapi_cs_IpAppChargingSession_rateRes_rates;
@@ -31466,6 +32626,8 @@ decode_org_csapi_cs_IpAppChargingSession_rateRes(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cs_IpAppChargingSession_reserveAmountErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -31511,6 +32673,8 @@ decode_org_csapi_cs_IpAppChargingSession_reserveAmountErr(tvbuff_t *tvb _U_, pac
static void
decode_org_csapi_cs_IpAppChargingSession_reserveAmountRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingSession_reserveAmountRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -31553,6 +32717,8 @@ decode_org_csapi_cs_IpAppChargingSession_reserveAmountRes(tvbuff_t *tvb _U_, pac
static void
decode_org_csapi_cs_IpAppChargingSession_reserveUnitErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -31598,6 +32764,8 @@ decode_org_csapi_cs_IpAppChargingSession_reserveUnitErr(tvbuff_t *tvb _U_, packe
static void
decode_org_csapi_cs_IpAppChargingSession_reserveUnitRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cs_IpAppChargingSession_reserveUnitRes_reservedUnits;
guint32 i_org_csapi_cs_IpAppChargingSession_reserveUnitRes_reservedUnits;
@@ -31653,6 +32821,8 @@ decode_org_csapi_cs_IpAppChargingSession_reserveUnitRes(tvbuff_t *tvb _U_, packe
static void
decode_org_csapi_cs_IpAppChargingSession_sessionEnded(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -31694,6 +32864,8 @@ decode_org_csapi_cs_IpAppChargingSession_sessionEnded(tvbuff_t *tvb _U_, packet_
static void
decode_org_csapi_cs_IpChargingSession_creditAmountReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_creditAmountReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -31737,6 +32909,8 @@ decode_org_csapi_cs_IpChargingSession_creditAmountReq(tvbuff_t *tvb _U_, packet_
static void
decode_org_csapi_cs_IpChargingSession_creditUnitReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cs_IpChargingSession_creditUnitReq_volumes;
guint32 i_org_csapi_cs_IpChargingSession_creditUnitReq_volumes;
@@ -31793,6 +32967,8 @@ decode_org_csapi_cs_IpChargingSession_creditUnitReq(tvbuff_t *tvb _U_, packet_in
static void
decode_org_csapi_cs_IpChargingSession_debitAmountReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_debitAmountReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -31836,6 +33012,8 @@ decode_org_csapi_cs_IpChargingSession_debitAmountReq(tvbuff_t *tvb _U_, packet_i
static void
decode_org_csapi_cs_IpChargingSession_debitUnitReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cs_IpChargingSession_debitUnitReq_volumes;
guint32 i_org_csapi_cs_IpChargingSession_debitUnitReq_volumes;
@@ -31892,6 +33070,8 @@ decode_org_csapi_cs_IpChargingSession_debitUnitReq(tvbuff_t *tvb _U_, packet_inf
static void
decode_org_csapi_cs_IpChargingSession_directCreditAmountReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cs_IpChargingSession_directCreditAmountReq_chargingParameters;
guint32 i_org_csapi_cs_IpChargingSession_directCreditAmountReq_chargingParameters;
@@ -31949,6 +33129,8 @@ decode_org_csapi_cs_IpChargingSession_directCreditAmountReq(tvbuff_t *tvb _U_, p
static void
decode_org_csapi_cs_IpChargingSession_directCreditUnitReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cs_IpChargingSession_directCreditUnitReq_chargingParameters;
guint32 i_org_csapi_cs_IpChargingSession_directCreditUnitReq_chargingParameters;
@@ -32016,6 +33198,8 @@ decode_org_csapi_cs_IpChargingSession_directCreditUnitReq(tvbuff_t *tvb _U_, pac
static void
decode_org_csapi_cs_IpChargingSession_directDebitAmountReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cs_IpChargingSession_directDebitAmountReq_chargingParameters;
guint32 i_org_csapi_cs_IpChargingSession_directDebitAmountReq_chargingParameters;
@@ -32073,6 +33257,8 @@ decode_org_csapi_cs_IpChargingSession_directDebitAmountReq(tvbuff_t *tvb _U_, pa
static void
decode_org_csapi_cs_IpChargingSession_directDebitUnitReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cs_IpChargingSession_directDebitUnitReq_chargingParameters;
guint32 i_org_csapi_cs_IpChargingSession_directDebitUnitReq_chargingParameters;
@@ -32140,6 +33326,8 @@ decode_org_csapi_cs_IpChargingSession_directDebitUnitReq(tvbuff_t *tvb _U_, pack
static void
decode_org_csapi_cs_IpChargingSession_extendLifeTimeReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_extendLifeTimeReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -32173,6 +33361,8 @@ decode_org_csapi_cs_IpChargingSession_extendLifeTimeReq(tvbuff_t *tvb _U_, packe
static void
decode_org_csapi_cs_IpChargingSession_getAmountLeft(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_getAmountLeft_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -32207,6 +33397,8 @@ decode_org_csapi_cs_IpChargingSession_getAmountLeft(tvbuff_t *tvb _U_, packet_in
static void
decode_org_csapi_cs_IpChargingSession_getLifeTimeLeft(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_getLifeTimeLeft_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -32240,6 +33432,8 @@ decode_org_csapi_cs_IpChargingSession_getLifeTimeLeft(tvbuff_t *tvb _U_, packet_
static void
decode_org_csapi_cs_IpChargingSession_getUnitLeft(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cs_IpChargingSession_getUnitLeft_return;
guint32 i_org_csapi_cs_IpChargingSession_getUnitLeft_return;
@@ -32287,6 +33481,8 @@ decode_org_csapi_cs_IpChargingSession_getUnitLeft(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cs_IpChargingSession_rateReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cs_IpChargingSession_rateReq_chargingParameters;
guint32 i_org_csapi_cs_IpChargingSession_rateReq_chargingParameters;
@@ -32336,6 +33532,8 @@ decode_org_csapi_cs_IpChargingSession_rateReq(tvbuff_t *tvb _U_, packet_info *pi
static void
decode_org_csapi_cs_IpChargingSession_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cs_IpChargingSession_release_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -32371,6 +33569,8 @@ decode_org_csapi_cs_IpChargingSession_release(tvbuff_t *tvb _U_, packet_info *pi
static void
decode_org_csapi_cs_IpChargingSession_reserveAmountReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cs_IpChargingSession_reserveAmountReq_chargingParameters;
guint32 i_org_csapi_cs_IpChargingSession_reserveAmountReq_chargingParameters;
@@ -32431,6 +33631,8 @@ decode_org_csapi_cs_IpChargingSession_reserveAmountReq(tvbuff_t *tvb _U_, packet
static void
decode_org_csapi_cs_IpChargingSession_reserveUnitReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cs_IpChargingSession_reserveUnitReq_chargingParameters;
guint32 i_org_csapi_cs_IpChargingSession_reserveUnitReq_chargingParameters;
@@ -32498,6 +33700,8 @@ decode_org_csapi_cs_IpChargingSession_reserveUnitReq(tvbuff_t *tvb _U_, packet_i
static void
decode_org_csapi_cs_IpAppChargingManager_sessionAborted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_cs_IpAppChargingManager_sessionAborted_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -32531,6 +33735,8 @@ decode_org_csapi_cs_IpAppChargingManager_sessionAborted(tvbuff_t *tvb _U_, packe
static void
decode_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet;
guint32 i_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet;
@@ -32577,6 +33783,8 @@ decode_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions(tvbuff_t
static void
decode_org_csapi_cs_IpChargingManager_createChargingSession(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -32622,6 +33830,8 @@ decode_org_csapi_cs_IpChargingManager_createChargingSession(tvbuff_t *tvb _U_, p
static void
decode_org_csapi_cs_IpChargingManager_createSplitChargingSession(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cs_IpChargingManager_createSplitChargingSession_users;
guint32 i_org_csapi_cs_IpChargingManager_createSplitChargingSession_users;
@@ -32680,6 +33890,8 @@ decode_org_csapi_cs_IpChargingManager_createSplitChargingSession(tvbuff_t *tvb _
static void
decode_org_csapi_policy_evaluation_IpAppPolicyDomain_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_policy_evaluation_IpAppPolicyDomain_reportNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -32716,6 +33928,8 @@ decode_org_csapi_policy_evaluation_IpAppPolicyDomain_reportNotification(tvbuff_t
static void
decode_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_outputVariables;
guint32 i_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_outputVariables;
@@ -32765,6 +33979,8 @@ decode_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes(tvbuff_t *tvb
static void
decode_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -32800,6 +34016,8 @@ decode_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr(tvbuff_t *tvb
static void
decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_inputVariables;
guint32 i_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_inputVariables;
@@ -32862,6 +34080,8 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy(tvbuff_t *tvb
static void
decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_inputVariables;
guint32 i_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_inputVariables;
@@ -32915,6 +34135,8 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq(tvbuff_t *t
static void
decode_org_csapi_policy_evaluation_IpPolicyEvalManager_abortEvalPolicyReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_abortEvalPolicyReq_domainName);
@@ -32950,6 +34172,8 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_abortEvalPolicyReq(tvbuff
static void
decode_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_attributes;
guint32 i_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_attributes;
@@ -33001,6 +34225,8 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent(tvbuff_t *t
static void
decode_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events;
guint32 i_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events;
@@ -33051,6 +34277,8 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification(tvbuff
static void
decode_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events;
guint32 i_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events;
@@ -33099,6 +34327,8 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification(tvbuf
static void
decode_org_csapi_policy_provisioning_IpPolicy_getAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicy_getAttribute_attributeName);
@@ -33133,6 +34363,8 @@ decode_org_csapi_policy_provisioning_IpPolicy_getAttribute(tvbuff_t *tvb _U_, pa
static void
decode_org_csapi_policy_provisioning_IpPolicy_setAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_TpAttribute" */
@@ -33167,6 +34399,8 @@ decode_org_csapi_policy_provisioning_IpPolicy_setAttribute(tvbuff_t *tvb _U_, pa
static void
decode_org_csapi_policy_provisioning_IpPolicy_getAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames;
guint32 i_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames;
@@ -33224,6 +34458,8 @@ decode_org_csapi_policy_provisioning_IpPolicy_getAttributes(tvbuff_t *tvb _U_, p
static void
decode_org_csapi_policy_provisioning_IpPolicy_setAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicy_setAttributes_targetAttributes;
guint32 i_org_csapi_policy_provisioning_IpPolicy_setAttributes_targetAttributes;
@@ -33271,6 +34507,8 @@ decode_org_csapi_policy_provisioning_IpPolicy_setAttributes(tvbuff_t *tvb _U_, p
static void
decode_org_csapi_policy_provisioning_IpPolicyIterator_getList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyIterator_getList_return;
guint32 i_org_csapi_policy_provisioning_IpPolicyIterator_getList_return;
@@ -33319,6 +34557,8 @@ decode_org_csapi_policy_provisioning_IpPolicyIterator_getList(tvbuff_t *tvb _U_,
static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_getParentRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -33350,6 +34590,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getParentRepository(tvbu
static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_createRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyRepository_createRepository_repositoryName);
@@ -33383,6 +34625,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_createRepository(tvbuff_
static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyRepository_getRepository_repositoryName);
@@ -33416,6 +34660,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepository(tvbuff_t *
static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_removeRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyRepository_removeRepository_repositoryName);
@@ -33449,6 +34695,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_removeRepository(tvbuff_
static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -33480,6 +34728,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryCount(tvbuf
static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -33511,6 +34761,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryIterator(tv
static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_createCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionAttributes;
@@ -33565,6 +34817,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_createCondition(tvbuff_t
static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_getCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyRepository_getCondition_conditionName);
@@ -33598,6 +34852,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getCondition(tvbuff_t *t
static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_removeCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyRepository_removeCondition_conditionName);
@@ -33631,6 +34887,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_removeCondition(tvbuff_t
static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_getConditionCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -33662,6 +34920,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getConditionCount(tvbuff
static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_getConditionIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -33693,6 +34953,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getConditionIterator(tvb
static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_createAction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionAttributes;
@@ -33747,6 +35009,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_createAction(tvbuff_t *t
static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_getAction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyRepository_getAction_actionName);
@@ -33780,6 +35044,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getAction(tvbuff_t *tvb
static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_removeAction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyRepository_removeAction_actionName);
@@ -33813,6 +35079,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_removeAction(tvbuff_t *t
static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_getActionCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -33844,6 +35112,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getActionCount(tvbuff_t
static void
decode_org_csapi_policy_provisioning_IpPolicyRepository_getActionIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -33875,6 +35145,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getActionIterator(tvbuff
static void
decode_org_csapi_policy_provisioning_IpPolicyRule_getParentGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -33906,6 +35178,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getParentGroup(tvbuff_t *tvb _
static void
decode_org_csapi_policy_provisioning_IpPolicyRule_getParentDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -33937,6 +35211,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getParentDomain(tvbuff_t *tvb
static void
decode_org_csapi_policy_provisioning_IpPolicyRule_createCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionAttributes;
@@ -33991,6 +35267,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_createCondition(tvbuff_t *tvb
static void
decode_org_csapi_policy_provisioning_IpPolicyRule_getCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyRule_getCondition_conditionName);
@@ -34024,6 +35302,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getCondition(tvbuff_t *tvb _U_
static void
decode_org_csapi_policy_provisioning_IpPolicyRule_removeCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyRule_removeCondition_conditionName);
@@ -34057,6 +35337,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_removeCondition(tvbuff_t *tvb
static void
decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -34088,6 +35370,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionCount(tvbuff_t *tv
static void
decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -34119,6 +35403,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionIterator(tvbuff_t
static void
decode_org_csapi_policy_provisioning_IpPolicyRule_createAction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionAttributes;
@@ -34173,6 +35459,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_createAction(tvbuff_t *tvb _U_
static void
decode_org_csapi_policy_provisioning_IpPolicyRule_getAction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyRule_getAction_actionName);
@@ -34206,6 +35494,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getAction(tvbuff_t *tvb _U_, p
static void
decode_org_csapi_policy_provisioning_IpPolicyRule_removeAction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyRule_removeAction_actionName);
@@ -34239,6 +35529,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_removeAction(tvbuff_t *tvb _U_
static void
decode_org_csapi_policy_provisioning_IpPolicyRule_getActionCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -34270,6 +35562,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getActionCount(tvbuff_t *tvb _
static void
decode_org_csapi_policy_provisioning_IpPolicyRule_getActionIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -34301,6 +35595,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getActionIterator(tvbuff_t *tv
static void
decode_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodConditionByName(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodConditionByName_conditionName);
@@ -34334,6 +35630,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodConditionByNa
static void
decode_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -34367,6 +35665,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodCondition(tvb
static void
decode_org_csapi_policy_provisioning_IpPolicyRule_getValidityPeriodCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -34398,6 +35698,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getValidityPeriodCondition(tvb
static void
decode_org_csapi_policy_provisioning_IpPolicyRule_unsetValidityPeriodCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -34429,6 +35731,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_unsetValidityPeriodCondition(t
static void
decode_org_csapi_policy_provisioning_IpPolicyRule_setConditionList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_setConditionList_conditionList;
guint32 i_org_csapi_policy_provisioning_IpPolicyRule_setConditionList_conditionList;
@@ -34476,6 +35780,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_setConditionList(tvbuff_t *tvb
static void
decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_getConditionList_return;
guint32 i_org_csapi_policy_provisioning_IpPolicyRule_getConditionList_return;
@@ -34521,6 +35827,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionList(tvbuff_t *tvb
static void
decode_org_csapi_policy_provisioning_IpPolicyRule_setActionList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_setActionList_actionList;
guint32 i_org_csapi_policy_provisioning_IpPolicyRule_setActionList_actionList;
@@ -34568,6 +35876,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_setActionList(tvbuff_t *tvb _U
static void
decode_org_csapi_policy_provisioning_IpPolicyRule_getActionList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_getActionList_return;
guint32 i_org_csapi_policy_provisioning_IpPolicyRule_getActionList_return;
@@ -34613,6 +35923,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getActionList(tvbuff_t *tvb _U
static void
decode_org_csapi_policy_provisioning_IpPolicyManager_createDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyManager_createDomain_domainName);
@@ -34646,6 +35958,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_createDomain(tvbuff_t *tvb
static void
decode_org_csapi_policy_provisioning_IpPolicyManager_getDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyManager_getDomain_domainName);
@@ -34679,6 +35993,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_getDomain(tvbuff_t *tvb _U_
static void
decode_org_csapi_policy_provisioning_IpPolicyManager_removeDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyManager_removeDomain_domainName);
@@ -34712,6 +36028,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_removeDomain(tvbuff_t *tvb
static void
decode_org_csapi_policy_provisioning_IpPolicyManager_getDomainCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -34743,6 +36061,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_getDomainCount(tvbuff_t *tv
static void
decode_org_csapi_policy_provisioning_IpPolicyManager_getDomainIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -34774,6 +36094,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_getDomainIterator(tvbuff_t
static void
decode_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_matchingAttributes;
guint32 i_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_matchingAttributes;
@@ -34831,6 +36153,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains(tvbuff_
static void
decode_org_csapi_policy_provisioning_IpPolicyManager_createRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyManager_createRepository_repositoryName);
@@ -34864,6 +36188,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_createRepository(tvbuff_t *
static void
decode_org_csapi_policy_provisioning_IpPolicyManager_getRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyManager_getRepository_repositoryName);
@@ -34897,6 +36223,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_getRepository(tvbuff_t *tvb
static void
decode_org_csapi_policy_provisioning_IpPolicyManager_removeRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyManager_removeRepository_repositoryName);
@@ -34930,6 +36258,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_removeRepository(tvbuff_t *
static void
decode_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -34961,6 +36291,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryCount(tvbuff_t
static void
decode_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -34992,6 +36324,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryIterator(tvbuf
static void
decode_org_csapi_policy_provisioning_IpPolicyManager_startTransaction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -35023,6 +36357,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_startTransaction(tvbuff_t *
static void
decode_org_csapi_policy_provisioning_IpPolicyManager_commitTransaction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -35054,6 +36390,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_commitTransaction(tvbuff_t
static void
decode_org_csapi_policy_provisioning_IpPolicyManager_abortTransaction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -35085,6 +36423,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_abortTransaction(tvbuff_t *
static void
decode_org_csapi_policy_provisioning_IpPolicyGroup_getParentDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -35116,6 +36456,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getParentDomain(tvbuff_t *tvb
static void
decode_org_csapi_policy_provisioning_IpPolicyGroup_getParentGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -35147,6 +36489,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getParentGroup(tvbuff_t *tvb
static void
decode_org_csapi_policy_provisioning_IpPolicyGroup_createGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyGroup_createGroup_groupName);
@@ -35180,6 +36524,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_createGroup(tvbuff_t *tvb _U_
static void
decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyGroup_getGroup_groupName);
@@ -35213,6 +36559,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroup(tvbuff_t *tvb _U_, p
static void
decode_org_csapi_policy_provisioning_IpPolicyGroup_removeGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyGroup_removeGroup_groupName);
@@ -35246,6 +36594,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_removeGroup(tvbuff_t *tvb _U_
static void
decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroupCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -35277,6 +36627,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroupCount(tvbuff_t *tvb _
static void
decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroupIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -35308,6 +36660,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroupIterator(tvbuff_t *tv
static void
decode_org_csapi_policy_provisioning_IpPolicyGroup_createRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyGroup_createRule_ruleName);
@@ -35341,6 +36695,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_createRule(tvbuff_t *tvb _U_,
static void
decode_org_csapi_policy_provisioning_IpPolicyGroup_getRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyGroup_getRule_ruleName);
@@ -35374,6 +36730,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getRule(tvbuff_t *tvb _U_, pa
static void
decode_org_csapi_policy_provisioning_IpPolicyGroup_removeRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyGroup_removeRule_ruleName);
@@ -35407,6 +36765,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_removeRule(tvbuff_t *tvb _U_,
static void
decode_org_csapi_policy_provisioning_IpPolicyGroup_getRuleCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -35438,6 +36798,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getRuleCount(tvbuff_t *tvb _U
static void
decode_org_csapi_policy_provisioning_IpPolicyGroup_getRuleIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -35469,6 +36831,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getRuleIterator(tvbuff_t *tvb
static void
decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes_requiredAttributes;
guint32 i_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes_requiredAttributes;
@@ -35516,6 +36880,8 @@ decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttribut
static void
decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes_optionalAttributes;
guint32 i_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes_optionalAttributes;
@@ -35563,6 +36929,8 @@ decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttribut
static void
decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes_return;
guint32 i_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes_return;
@@ -35608,6 +36976,8 @@ decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttribut
static void
decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes_return;
guint32 i_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes_return;
@@ -35653,6 +37023,8 @@ decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttribut
static void
decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getParentDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -35684,6 +37056,8 @@ decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getParentDomain(tvb
static void
decode_org_csapi_policy_provisioning_IpPolicyCondition_getParentRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -35715,6 +37089,8 @@ decode_org_csapi_policy_provisioning_IpPolicyCondition_getParentRepository(tvbuf
static void
decode_org_csapi_policy_provisioning_IpPolicyCondition_getParentRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -35746,6 +37122,8 @@ decode_org_csapi_policy_provisioning_IpPolicyCondition_getParentRule(tvbuff_t *t
static void
decode_org_csapi_policy_provisioning_IpPolicyAction_getParentRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -35777,6 +37155,8 @@ decode_org_csapi_policy_provisioning_IpPolicyAction_getParentRepository(tvbuff_t
static void
decode_org_csapi_policy_provisioning_IpPolicyAction_getParentRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -35808,6 +37188,8 @@ decode_org_csapi_policy_provisioning_IpPolicyAction_getParentRule(tvbuff_t *tvb
static void
decode_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables;
guint32 i_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables;
@@ -35854,6 +37236,8 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables(tvbuff_
static void
decode_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables;
guint32 i_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables;
@@ -35900,6 +37284,8 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables(tvbuff
static void
decode_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return;
guint32 i_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return;
@@ -35944,6 +37330,8 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables(tvbuff_
static void
decode_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return;
guint32 i_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return;
@@ -35988,6 +37376,8 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables(tvbuff
static void
decode_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames;
guint32 i_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames;
@@ -36034,6 +37424,8 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames(tvbuff_t *t
static void
decode_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames;
guint32 i_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames;
@@ -36080,6 +37472,8 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles(tvbuff_t *
static void
decode_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return;
guint32 i_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return;
@@ -36124,6 +37518,8 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames(tvbuff_t *t
static void
decode_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return;
guint32 i_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return;
@@ -36168,6 +37564,8 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles(tvbuff_t *
static void
decode_org_csapi_policy_provisioning_IpPolicySignature_getParentDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -36199,6 +37597,8 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_getParentDomain(tvbuff_t
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getParentDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -36230,6 +37630,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getParentDomain(tvbuff_t *tv
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_createDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_createDomain_domainName);
@@ -36263,6 +37665,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_createDomain(tvbuff_t *tvb _
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_getDomain_domainName);
@@ -36296,6 +37700,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomain(tvbuff_t *tvb _U_,
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_removeDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_removeDomain_domainName);
@@ -36329,6 +37735,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeDomain(tvbuff_t *tvb _
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomainCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -36360,6 +37768,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomainCount(tvbuff_t *tvb
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomainIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -36391,6 +37801,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomainIterator(tvbuff_t *
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_createGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_createGroup_groupName);
@@ -36424,6 +37836,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_createGroup(tvbuff_t *tvb _U
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_getGroup_groupName);
@@ -36457,6 +37871,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroup(tvbuff_t *tvb _U_,
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_removeGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_removeGroup_groupName);
@@ -36490,6 +37906,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeGroup(tvbuff_t *tvb _U
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroupCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -36521,6 +37939,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroupCount(tvbuff_t *tvb
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroupIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -36552,6 +37972,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroupIterator(tvbuff_t *t
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_createRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_createRule_ruleName);
@@ -36585,6 +38007,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_createRule(tvbuff_t *tvb _U_
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_getRule_ruleName);
@@ -36618,6 +38042,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getRule(tvbuff_t *tvb _U_, p
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_removeRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_removeRule_ruleName);
@@ -36651,6 +38077,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeRule(tvbuff_t *tvb _U_
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getRuleCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -36682,6 +38110,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getRuleCount(tvbuff_t *tvb _
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getRuleIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -36713,6 +38143,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getRuleIterator(tvbuff_t *tv
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes;
guint32 i_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes;
@@ -36773,6 +38205,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition(tvbuff
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinition_eventDefinitionName);
@@ -36806,6 +38240,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinition(tvbuff_t
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_removeEventDefinition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_removeEventDefinition_eventDefinitionName);
@@ -36839,6 +38275,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeEventDefinition(tvbuff
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -36870,6 +38308,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionCount(tvbu
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -36901,6 +38341,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionIterator(t
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_createVariableSet(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_createVariableSet_variableSetName);
@@ -36934,6 +38376,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_createVariableSet(tvbuff_t *
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_return;
guint32 i_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_return;
@@ -36981,6 +38425,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet(tvbuff_t *tvb
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_removeVariableSet(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_removeVariableSet_variableSetName);
@@ -37014,6 +38460,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeVariableSet(tvbuff_t *
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -37045,6 +38493,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetCount(tvbuff_t
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -37076,6 +38526,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetIterator(tvbuf
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_createVariable(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_createVariable_variableSetName);
@@ -37116,6 +38568,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_createVariable(tvbuff_t *tvb
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_setVariableValue(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_setVariableValue_variableSetName);
@@ -37153,6 +38607,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_setVariableValue(tvbuff_t *t
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableType_variableSetName);
@@ -37191,6 +38647,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableType(tvbuff_t *tv
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue_variableSetName);
@@ -37226,6 +38684,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue(tvbuff_t *t
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariable(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariable_variableSetName);
@@ -37262,6 +38722,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariable(tvbuff_t *tvb _U
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_removeVariable(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_removeVariable_variablSetName);
@@ -37297,6 +38759,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeVariable(tvbuff_t *tvb
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_createSignature(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_createSignature_signatureName);
@@ -37330,6 +38794,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_createSignature(tvbuff_t *tv
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignature(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_getSignature_signatureName);
@@ -37363,6 +38829,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignature(tvbuff_t *tvb _
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_removeSignature(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_provisioning_IpPolicyDomain_removeSignature_signatureName);
@@ -37396,6 +38864,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeSignature(tvbuff_t *tv
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -37427,6 +38897,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureCount(tvbuff_t *
static void
decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -37458,6 +38930,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureIterator(tvbuff_
static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes;
guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes;
@@ -37518,6 +38992,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity(tvbuff_
static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken;
@@ -37566,6 +39042,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity(tvbuff_
static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken;
@@ -37614,6 +39092,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity(tvbuff_t *t
static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes;
guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes;
@@ -37674,6 +39154,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity(tv
static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken;
@@ -37722,6 +39204,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity(tv
static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken;
@@ -37772,6 +39256,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup(tvbuff_t *t
static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken;
@@ -37822,6 +39308,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup(tvbuff
static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken;
@@ -37880,6 +39368,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers(tvbuff_t *
static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken;
@@ -37928,6 +39418,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity(tvbuff
static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken;
@@ -37986,6 +39478,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership(tv
static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken;
@@ -38036,6 +39530,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias(tvbuff_t *tvb
static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken;
@@ -38086,6 +39582,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases(tvbuff_t
static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken;
@@ -38144,6 +39642,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases(tvbuff_t *
static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken;
@@ -38192,6 +39692,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias(tvbuff_t
static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes;
guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes;
@@ -38252,6 +39754,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes(tvbuff_
static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes;
guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes;
@@ -38312,6 +39816,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes(tvbu
static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken;
@@ -38370,6 +39876,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity(tv
static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken;
@@ -38420,6 +39928,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType(tvbuff_t *tvb
static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames;
guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames;
@@ -38493,6 +40003,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes(
static void
decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_attributes;
guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_attributes;
@@ -38556,6 +40068,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes(
static void
decode_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes;
guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes;
@@ -38616,6 +40130,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent(tvbuff_t *tvb
static void
decode_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken;
@@ -38664,6 +40180,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent(tvbuff_t *tvb
static void
decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken;
@@ -38712,6 +40230,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent(tvbuff_t *tvb _U_
static void
decode_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities;
guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities;
@@ -38772,6 +40292,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities(tvbuff
static void
decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities;
guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities;
@@ -38832,6 +40354,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities(tvbuf
static void
decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken;
@@ -38890,6 +40414,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities(t
static void
decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken;
@@ -38948,6 +40474,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities(tvbuf
static void
decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken;
@@ -38998,6 +40526,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf(tvbuff_t *tvb
static void
decode_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes;
guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes;
@@ -39058,6 +40588,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes(tvbuff_t *
static void
decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes;
guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes;
@@ -39118,6 +40650,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes(tvbuff_
static void
decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken;
@@ -39176,6 +40710,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent(tvbuff_t
static void
decode_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken;
@@ -39226,6 +40762,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType(tvbuff_t *tvb _U_
static void
decode_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames;
guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames;
@@ -39299,6 +40837,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes(tvbuff
static void
decode_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_attributes;
guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_attributes;
@@ -39362,6 +40902,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes(tvbuff
static void
decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken;
@@ -39412,6 +40954,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent(tvbuff_t *tvb
static void
decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken;
@@ -39462,6 +41006,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent(tvbuff_t *t
static void
decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken;
@@ -39520,6 +41066,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents(tvbuff
static void
decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken;
@@ -39578,6 +41126,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesO
static void
decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken;
@@ -39638,6 +41188,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapab
static void
decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken;
@@ -39696,6 +41248,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentit
static void
decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken;
@@ -39746,6 +41300,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf(tvbuf
static void
decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken;
@@ -39795,6 +41351,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttr
static void
decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken;
@@ -39843,6 +41401,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttr
static void
decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken;
@@ -39892,6 +41452,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttribu
static void
decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken;
@@ -39948,6 +41510,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAtt
static void
decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames;
guint32 i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames;
@@ -40008,6 +41572,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType
static void
decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken;
@@ -40056,6 +41622,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType
static void
decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken;
@@ -40112,6 +41680,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes(
static void
decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames;
guint32 i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames;
@@ -40172,6 +41742,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAtt
static void
decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames;
guint32 i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames;
@@ -40232,6 +41804,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityType
static void
decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken;
@@ -40290,6 +41864,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAt
static void
decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken;
@@ -40339,6 +41915,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute(
static void
decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken;
@@ -40387,6 +41965,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute(
static void
decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken;
@@ -40436,6 +42016,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefi
static void
decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken;
@@ -40492,6 +42074,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttribute
static void
decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames;
guint32 i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames;
@@ -40552,6 +42136,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType(tvbuf
static void
decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken;
@@ -40600,6 +42186,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType(tvbuf
static void
decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken;
@@ -40656,6 +42244,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes(tvbuff
static void
decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames;
guint32 i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames;
@@ -40716,6 +42306,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttribute
static void
decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames;
guint32 i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames;
@@ -40776,6 +42368,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttrib
static void
decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken;
@@ -40834,6 +42428,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttribut
static void
decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken;
@@ -40883,6 +42479,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttr
static void
decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken;
@@ -40931,6 +42529,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttr
static void
decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken;
@@ -40980,6 +42580,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttribu
static void
decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken;
@@ -41036,6 +42638,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAtt
static void
decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames;
guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames;
@@ -41096,6 +42700,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability(tvb
static void
decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken;
@@ -41144,6 +42750,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability(tvb
static void
decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken;
@@ -41200,6 +42808,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities(tvb
static void
decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames;
guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames;
@@ -41260,6 +42870,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttribu
static void
decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames;
guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames;
@@ -41320,6 +42932,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttr
static void
decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken;
@@ -41378,6 +42992,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttrib
static void
decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities;
guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities;
@@ -41438,6 +43054,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesTo
static void
decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities;
guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities;
@@ -41498,6 +43116,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilities
static void
decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken;
@@ -41556,6 +43176,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfTy
static void
decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_askerData;
guint32 i_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_askerData;
@@ -41613,6 +43235,8 @@ decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken(tvbuff_t
static void
decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_obtainInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_obtainInterface_interfaceName);
@@ -41646,6 +43270,8 @@ decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_obtainInterface(tvbuf
static void
decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken;
@@ -41695,6 +43321,8 @@ decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl(tvbu
static void
decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken;
guint32 i_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken;
@@ -41748,6 +43376,8 @@ decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl(tvbu
static void
decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_attributes;
guint32 i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_attributes;
@@ -41811,6 +43441,8 @@ decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence(tvbuff_t *
static void
decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames;
guint32 i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames;
@@ -41875,6 +43507,8 @@ decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration(
static void
decode_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames;
guint32 i_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames;
@@ -41948,6 +43582,8 @@ decode_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence(tvbuff_t *
static void
decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_attributes;
guint32 i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_attributes;
@@ -42011,6 +43647,8 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence(tvbuff_t *tvb _U
static void
decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_attributes;
guint32 i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_attributes;
@@ -42074,6 +43712,8 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence(tvbuff_t *t
static void
decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames;
guint32 i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames;
@@ -42138,6 +43778,8 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration(tvbuff
static void
decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames;
guint32 i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames;
@@ -42202,6 +43844,8 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration(t
static void
decode_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames;
guint32 i_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames;
@@ -42275,6 +43919,8 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence(tvbuff_t *tvb _U
static void
decode_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames;
guint32 i_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames;
@@ -42348,6 +43994,8 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence(tvbuff_t *t
static void
decode_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames;
guint32 i_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames;
@@ -42422,6 +44070,8 @@ decode_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability(tvbuff_t
static void
decode_org_csapi_pam_access_IpPAMAvailability_getAvailability(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames;
guint32 i_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames;
@@ -42496,6 +44146,8 @@ decode_org_csapi_pam_access_IpPAMAvailability_getAvailability(tvbuff_t *tvb _U_,
static void
decode_org_csapi_pam_access_IpPAMAvailability_getPreference(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken;
guint32 i_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken;
@@ -42550,6 +44202,8 @@ decode_org_csapi_pam_access_IpPAMAvailability_getPreference(tvbuff_t *tvb _U_, p
static void
decode_org_csapi_pam_access_IpPAMAvailability_setPreference(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken;
guint32 i_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken;
@@ -42608,6 +44262,8 @@ decode_org_csapi_pam_access_IpPAMAvailability_setPreference(tvbuff_t *tvb _U_, p
static void
decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_askerData;
guint32 i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_askerData;
@@ -42665,6 +44321,8 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken(tvbuff
static void
decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_obtainInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_obtainInterface_interfaceName);
@@ -42698,6 +44356,8 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_obtainInterface(tvb
static void
decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken;
guint32 i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken;
@@ -42747,6 +44407,8 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl(tv
static void
decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken;
guint32 i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken;
@@ -42800,6 +44462,8 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl(tv
static void
decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken;
guint32 i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken;
@@ -42848,6 +44512,8 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService(tvb
static void
decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken;
guint32 i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken;
@@ -42896,6 +44562,8 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService(t
static void
decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken;
guint32 i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken;
@@ -42944,6 +44612,8 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity(tv
static void
decode_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventInfo;
guint32 i_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventInfo;
@@ -42995,6 +44665,8 @@ decode_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify(tvbuff_t *tvb _U_, p
static void
decode_org_csapi_pam_event_IpAppPAMEventHandler_eventNotifyErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_pam_event_IpAppPAMEventHandler_eventNotifyErr_eventID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -43031,6 +44703,8 @@ decode_org_csapi_pam_event_IpAppPAMEventHandler_eventNotifyErr(tvbuff_t *tvb _U_
static void
decode_org_csapi_pam_event_IpPAMEventHandler_isRegistered(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken;
guint32 i_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken;
@@ -43079,6 +44753,8 @@ decode_org_csapi_pam_event_IpPAMEventHandler_isRegistered(tvbuff_t *tvb _U_, pac
static void
decode_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken;
guint32 i_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken;
@@ -43127,6 +44803,8 @@ decode_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface(tvbuff_t *tvb
static void
decode_org_csapi_pam_event_IpPAMEventHandler_registerForEvent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_eventList;
guint32 i_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_eventList;
@@ -43192,6 +44870,8 @@ decode_org_csapi_pam_event_IpPAMEventHandler_registerForEvent(tvbuff_t *tvb _U_,
static void
decode_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken;
guint32 i_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken;
@@ -43240,6 +44920,8 @@ decode_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface(tvbuff_t *tv
static void
decode_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken;
guint32 i_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken;
@@ -43288,6 +44970,8 @@ decode_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent(tvbuff_t *tvb _
static void
decode_org_csapi_pam_event_IpPAMEventManager_getAuthToken(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_getAuthToken_askerData;
guint32 i_org_csapi_pam_event_IpPAMEventManager_getAuthToken_askerData;
@@ -43345,6 +45029,8 @@ decode_org_csapi_pam_event_IpPAMEventManager_getAuthToken(tvbuff_t *tvb _U_, pac
static void
decode_org_csapi_pam_event_IpPAMEventManager_obtainInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_event_IpPAMEventManager_obtainInterface_interfaceName);
@@ -43378,6 +45064,8 @@ decode_org_csapi_pam_event_IpPAMEventManager_obtainInterface(tvbuff_t *tvb _U_,
static void
decode_org_csapi_pam_event_IpPAMEventManager_getAccessControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken;
guint32 i_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken;
@@ -43427,6 +45115,8 @@ decode_org_csapi_pam_event_IpPAMEventManager_getAccessControl(tvbuff_t *tvb _U_,
static void
decode_org_csapi_pam_event_IpPAMEventManager_setAccessControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken;
guint32 i_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken;
@@ -43480,6 +45170,8 @@ decode_org_csapi_pam_event_IpPAMEventManager_setAccessControl(tvbuff_t *tvb _U_,
static void
decode_org_csapi_pam_event_IpPAMEventManager_activateService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_activateService_authToken;
guint32 i_org_csapi_pam_event_IpPAMEventManager_activateService_authToken;
@@ -43528,6 +45220,8 @@ decode_org_csapi_pam_event_IpPAMEventManager_activateService(tvbuff_t *tvb _U_,
static void
decode_org_csapi_pam_event_IpPAMEventManager_deactivateService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken;
guint32 i_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken;
@@ -43576,6 +45270,8 @@ decode_org_csapi_pam_event_IpPAMEventManager_deactivateService(tvbuff_t *tvb _U_
static void
decode_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken;
guint32 i_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken;
@@ -43624,6 +45320,8 @@ decode_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity(tvbuff_t *tvb _U_,
static void
decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_mailboxTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_mmm_TpMailboxIdentifier" */
@@ -43658,6 +45356,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_mailboxTerminated(tvbuff_t
static void
decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_eventInfo;
guint32 i_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_eventInfo;
@@ -43709,6 +45409,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification(tvbuff_t
static void
decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsInterrupted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -43740,6 +45442,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsInterrupted(tv
static void
decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsResumed(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -43771,6 +45475,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsResumed(tvbuff
static void
decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_multiMediaMessagingTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_mmm_TpMultiMediaMessagingIdentifier" */
@@ -43805,6 +45511,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_multiMediaMessagingTerminat
static void
decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes_mailboxSet;
guint32 i_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes_mailboxSet;
@@ -43852,6 +45560,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes(
static void
decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions_multiMediaMessagingSet;
guint32 i_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions_multiMediaMessagingSet;
@@ -43899,6 +45609,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMedia
static void
decode_org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox_mailboxID);
@@ -43937,6 +45649,8 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox(tvbuff_t *tvb _U_,
static void
decode_org_csapi_mmm_IpMultiMediaMessagingManager_openMultiMediaMessaging(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_mmm_TpTerminatingAddressList" */
@@ -43977,6 +45691,8 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_openMultiMediaMessaging(tvbuff
static void
decode_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_eventCriteria;
guint32 i_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_eventCriteria;
@@ -44028,6 +45744,8 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification(tvbuff_t *t
static void
decode_org_csapi_mmm_IpMultiMediaMessagingManager_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpMultiMediaMessagingManager_destroyNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -44061,6 +45779,8 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_destroyNotification(tvbuff_t *
static void
decode_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_eventCriteria;
guint32 i_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_eventCriteria;
@@ -44112,6 +45832,8 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification(tvbuff_t *t
static void
decode_org_csapi_mmm_IpMultiMediaMessagingManager_getNextNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_boolean(tree, hf_org_csapi_mmm_IpMultiMediaMessagingManager_getNextNotification_reset, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
@@ -44146,6 +45868,8 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_getNextNotification(tvbuff_t *
static void
decode_org_csapi_mmm_IpMultiMediaMessagingManager_enableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -44179,6 +45903,8 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_enableNotifications(tvbuff_t *
static void
decode_org_csapi_mmm_IpMultiMediaMessagingManager_disableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
break;
@@ -44210,6 +45936,8 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_disableNotifications(tvbuff_t
static void
decode_org_csapi_mmm_IpAppMailbox_createFolderRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_createFolderRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -44247,6 +45975,8 @@ decode_org_csapi_mmm_IpAppMailbox_createFolderRes(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_mmm_IpAppMailbox_createFolderErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -44292,6 +46022,8 @@ decode_org_csapi_mmm_IpAppMailbox_createFolderErr(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_mmm_IpAppMailbox_getFoldersRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames;
guint32 i_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames;
@@ -44344,6 +46076,8 @@ decode_org_csapi_mmm_IpAppMailbox_getFoldersRes(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_mmm_IpAppMailbox_getFoldersErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -44391,6 +46125,8 @@ decode_org_csapi_mmm_IpAppMailbox_getFoldersErr(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_mmm_IpAppMailbox_deleteFolderRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_deleteFolderRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -44426,6 +46162,8 @@ decode_org_csapi_mmm_IpAppMailbox_deleteFolderRes(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_mmm_IpAppMailbox_deleteFolderErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -44471,6 +46209,8 @@ decode_org_csapi_mmm_IpAppMailbox_deleteFolderErr(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_mmm_IpAppMailbox_copyFolderRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_copyFolderRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -44506,6 +46246,8 @@ decode_org_csapi_mmm_IpAppMailbox_copyFolderRes(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_mmm_IpAppMailbox_copyFolderErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -44551,6 +46293,8 @@ decode_org_csapi_mmm_IpAppMailbox_copyFolderErr(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_mmm_IpAppMailbox_moveFolderRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_moveFolderRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -44586,6 +46330,8 @@ decode_org_csapi_mmm_IpAppMailbox_moveFolderRes(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_mmm_IpAppMailbox_moveFolderErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -44631,6 +46377,8 @@ decode_org_csapi_mmm_IpAppMailbox_moveFolderErr(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_mmm_IpAppMailbox_putMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_putMessageRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -44668,6 +46416,8 @@ decode_org_csapi_mmm_IpAppMailbox_putMessageRes(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_mmm_IpAppMailbox_putMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -44713,6 +46463,8 @@ decode_org_csapi_mmm_IpAppMailbox_putMessageErr(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_mmm_IpAppMailbox_copyMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_copyMessageRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -44748,6 +46500,8 @@ decode_org_csapi_mmm_IpAppMailbox_copyMessageRes(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_mmm_IpAppMailbox_copyMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -44793,6 +46547,8 @@ decode_org_csapi_mmm_IpAppMailbox_copyMessageErr(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_mmm_IpAppMailbox_moveMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_moveMessageRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -44828,6 +46584,8 @@ decode_org_csapi_mmm_IpAppMailbox_moveMessageRes(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_mmm_IpAppMailbox_moveMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -44873,6 +46631,8 @@ decode_org_csapi_mmm_IpAppMailbox_moveMessageErr(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_mmm_IpAppMailbox_deleteMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMailbox_deleteMessageRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -44908,6 +46668,8 @@ decode_org_csapi_mmm_IpAppMailbox_deleteMessageRes(tvbuff_t *tvb _U_, packet_inf
static void
decode_org_csapi_mmm_IpAppMailbox_deleteMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -44953,6 +46715,8 @@ decode_org_csapi_mmm_IpAppMailbox_deleteMessageErr(tvbuff_t *tvb _U_, packet_inf
static void
decode_org_csapi_mmm_IpAppMailbox_listMessagesRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mmm_IpAppMailbox_listMessagesRes_messageList;
guint32 i_org_csapi_mmm_IpAppMailbox_listMessagesRes_messageList;
@@ -45009,6 +46773,8 @@ decode_org_csapi_mmm_IpAppMailbox_listMessagesRes(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_mmm_IpAppMailbox_listMessagesErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -45054,6 +46820,8 @@ decode_org_csapi_mmm_IpAppMailbox_listMessagesErr(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_partsList;
guint32 i_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_partsList;
@@ -45105,6 +46873,8 @@ decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes(tvbuff_t *tvb _U_, pac
static void
decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -45150,6 +46920,8 @@ decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr(tvbuff_t *tvb _U_, pac
static void
decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_bodyParts;
guint32 i_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_bodyParts;
@@ -45201,6 +46973,8 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes(tvbuff_t *tvb _U_, pack
static void
decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -45246,6 +47020,8 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr(tvbuff_t *tvb _U_, pack
static void
decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_headers;
guint32 i_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_headers;
@@ -45299,6 +47075,8 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes(tvbuff_t *tvb _U_, packet
static void
decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -45344,6 +47122,8 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr(tvbuff_t *tvb _U_, packet
static void
decode_org_csapi_mmm_IpAppMailbox_getMessageContentRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content;
guint32 i_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content;
@@ -45398,6 +47178,8 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageContentRes(tvbuff_t *tvb _U_, packet
static void
decode_org_csapi_mmm_IpAppMailbox_getMessageContentErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -45443,6 +47225,8 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageContentErr(tvbuff_t *tvb _U_, packet
static void
decode_org_csapi_mmm_IpAppMailbox_getFullMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message;
guint32 i_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message;
@@ -45493,6 +47277,8 @@ decode_org_csapi_mmm_IpAppMailbox_getFullMessageRes(tvbuff_t *tvb _U_, packet_in
static void
decode_org_csapi_mmm_IpAppMailbox_getFullMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -45538,6 +47324,8 @@ decode_org_csapi_mmm_IpAppMailbox_getFullMessageErr(tvbuff_t *tvb _U_, packet_in
static void
decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_returnedProperties;
guint32 i_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_returnedProperties;
@@ -45591,6 +47379,8 @@ decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes(tvbuff_t *tvb _U_,
static void
decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_returnedProperties;
guint32 i_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_returnedProperties;
@@ -45646,6 +47436,8 @@ decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes(tvbuff_t *tvb _U_,
static void
decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_returnedProperties;
guint32 i_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_returnedProperties;
@@ -45701,6 +47493,8 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes(tvbuff_t *tvb _U_,
static void
decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_propertiesUpdated;
guint32 i_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_propertiesUpdated;
@@ -45756,6 +47550,8 @@ decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes(tvbuff_t *tvb _U_,
static void
decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_propertiesNotUpdated;
guint32 i_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_propertiesNotUpdated;
@@ -45809,6 +47605,8 @@ decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr(tvbuff_t *tvb _U_,
static void
decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -45854,6 +47652,8 @@ decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr(tvbuff_t *tvb _U_,
static void
decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -45899,6 +47699,8 @@ decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr(tvbuff_t *tvb _U_,
static void
decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -45944,6 +47746,8 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr(tvbuff_t *tvb _U_,
static void
decode_org_csapi_mmm_IpMailbox_close(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_close_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -45977,6 +47781,8 @@ decode_org_csapi_mmm_IpMailbox_close(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
static void
decode_org_csapi_mmm_IpMailbox_createFolderReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_createFolderReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -46012,6 +47818,8 @@ decode_org_csapi_mmm_IpMailbox_createFolderReq(tvbuff_t *tvb _U_, packet_info *p
static void
decode_org_csapi_mmm_IpMailbox_getFoldersReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_getFoldersReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -46047,6 +47855,8 @@ decode_org_csapi_mmm_IpMailbox_getFoldersReq(tvbuff_t *tvb _U_, packet_info *pin
static void
decode_org_csapi_mmm_IpMailbox_deleteFolderReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_deleteFolderReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -46082,6 +47892,8 @@ decode_org_csapi_mmm_IpMailbox_deleteFolderReq(tvbuff_t *tvb _U_, packet_info *p
static void
decode_org_csapi_mmm_IpMailbox_copyFolderReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_copyFolderReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -46119,6 +47931,8 @@ decode_org_csapi_mmm_IpMailbox_copyFolderReq(tvbuff_t *tvb _U_, packet_info *pin
static void
decode_org_csapi_mmm_IpMailbox_moveFolderReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_moveFolderReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -46156,6 +47970,8 @@ decode_org_csapi_mmm_IpMailbox_moveFolderReq(tvbuff_t *tvb _U_, packet_info *pin
static void
decode_org_csapi_mmm_IpMailbox_putMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mmm_IpMailbox_putMessageReq_message;
guint32 i_org_csapi_mmm_IpMailbox_putMessageReq_message;
@@ -46206,6 +48022,8 @@ decode_org_csapi_mmm_IpMailbox_putMessageReq(tvbuff_t *tvb _U_, packet_info *pin
static void
decode_org_csapi_mmm_IpMailbox_copyMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_copyMessageReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -46245,6 +48063,8 @@ decode_org_csapi_mmm_IpMailbox_copyMessageReq(tvbuff_t *tvb _U_, packet_info *pi
static void
decode_org_csapi_mmm_IpMailbox_moveMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_moveMessageReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -46284,6 +48104,8 @@ decode_org_csapi_mmm_IpMailbox_moveMessageReq(tvbuff_t *tvb _U_, packet_info *pi
static void
decode_org_csapi_mmm_IpMailbox_deleteMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_deleteMessageReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -46321,6 +48143,8 @@ decode_org_csapi_mmm_IpMailbox_deleteMessageReq(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_mmm_IpMailbox_listMessagesReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_listMessagesReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -46361,6 +48185,8 @@ decode_org_csapi_mmm_IpMailbox_listMessagesReq(tvbuff_t *tvb _U_, packet_info *p
static void
decode_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -46400,6 +48226,8 @@ decode_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq(tvbuff_t *tvb _U_, packet
static void
decode_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs;
guint32 i_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs;
@@ -46452,6 +48280,8 @@ decode_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq(tvbuff_t *tvb _U_, packet_
static void
decode_org_csapi_mmm_IpMailbox_getMessageHeadersReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_getMessageHeadersReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -46489,6 +48319,8 @@ decode_org_csapi_mmm_IpMailbox_getMessageHeadersReq(tvbuff_t *tvb _U_, packet_in
static void
decode_org_csapi_mmm_IpMailbox_getMessageContentReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_getMessageContentReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -46526,6 +48358,8 @@ decode_org_csapi_mmm_IpMailbox_getMessageContentReq(tvbuff_t *tvb _U_, packet_in
static void
decode_org_csapi_mmm_IpMailbox_getFullMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_getFullMessageReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -46563,6 +48397,8 @@ decode_org_csapi_mmm_IpMailbox_getFullMessageReq(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -46596,6 +48432,8 @@ decode_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq(tvbuff_t *tvb _U_, pa
static void
decode_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -46631,6 +48469,8 @@ decode_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq(tvbuff_t *tvb _U_, pac
static void
decode_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -46666,6 +48506,8 @@ decode_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq(tvbuff_t *tvb _U_, pa
static void
decode_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_properties;
guint32 i_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_properties;
@@ -46719,6 +48561,8 @@ decode_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq(tvbuff_t *tvb _U_, pa
static void
decode_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -46754,6 +48598,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageRes(tvbuff_t *tvb _U_,
static void
decode_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -46799,6 +48645,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr(tvbuff_t *tvb _U_,
static void
decode_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -46834,6 +48682,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageRes(tvbuff_t *tvb _U_
static void
decode_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -46879,6 +48729,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr(tvbuff_t *tvb _U_
static void
decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_result;
guint32 i_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_result;
@@ -46930,6 +48782,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes(tvbuff_t *tvb _U_,
static void
decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -46975,6 +48829,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr(tvbuff_t *tvb _U_,
static void
decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -47017,6 +48873,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport(tvbuff_t *tvb
static void
decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message;
guint32 i_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message;
@@ -47080,6 +48938,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived(tvbuff_t *tvb _U_,
static void
decode_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_messageTreatment;
guint32 i_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_messageTreatment;
@@ -47166,6 +49026,8 @@ decode_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq(tvbuff_t *tvb _U_, pac
static void
decode_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -47201,6 +49063,8 @@ decode_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq(tvbuff_t *tvb _U_, p
static void
decode_org_csapi_mmm_IpMultiMediaMessaging_queryStatusReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpMultiMediaMessaging_queryStatusReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -47236,6 +49100,8 @@ decode_org_csapi_mmm_IpMultiMediaMessaging_queryStatusReq(tvbuff_t *tvb _U_, pac
static void
decode_org_csapi_mmm_IpMultiMediaMessaging_close(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
+
switch(header->message_type) {
case Request:
proto_tree_add_int(tree, hf_org_csapi_mmm_IpMultiMediaMessaging_close_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -47267,6 +49133,7 @@ decode_org_csapi_mmm_IpMultiMediaMessaging_close(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_TpAddress_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -47296,6 +49163,7 @@ decode_org_csapi_TpAddress_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_t
static void
decode_org_csapi_TpAddressRange_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -47317,6 +49185,7 @@ decode_org_csapi_TpAddressRange_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pr
static void
decode_org_csapi_TpCAIElements_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
proto_tree_add_int(tree, hf_org_csapi_TpCAIElements_UnitsPerInterval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -47338,6 +49207,7 @@ decode_org_csapi_TpCAIElements_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pro
static void
decode_org_csapi_TpChargeAdviceInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Begin struct "org_csapi_TpCAIElements" */
decode_org_csapi_TpCAIElements_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
@@ -47351,6 +49221,7 @@ decode_org_csapi_TpChargeAdviceInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_
static void
decode_org_csapi_TpChargePerTime_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
proto_tree_add_int(tree, hf_org_csapi_TpChargePerTime_InitialCharge, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -47364,6 +49235,7 @@ decode_org_csapi_TpChargePerTime_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
static void
decode_org_csapi_TpAoCInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Begin union "org_csapi_TpAoCOrder" */
@@ -47378,6 +49250,7 @@ decode_org_csapi_TpAoCInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_t
static void
decode_org_csapi_TpTimeInterval_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_TpTimeInterval_StartTime);
@@ -47389,6 +49262,7 @@ decode_org_csapi_TpTimeInterval_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pr
static void
decode_org_csapi_TpStructuredAttributeValue_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_TpStructuredAttributeValue_Type);
@@ -47400,6 +49274,7 @@ decode_org_csapi_TpStructuredAttributeValue_st(tvbuff_t *tvb _U_, packet_info *p
static void
decode_org_csapi_TpAttribute_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_TpAttribute_AttributeName);
@@ -47414,6 +49289,7 @@ decode_org_csapi_TpAttribute_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto
static void
decode_org_csapi_fw_TpFaultStats_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -47437,6 +49313,7 @@ decode_org_csapi_fw_TpFaultStats_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
static void
decode_org_csapi_fw_TpFaultStatsRecord_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_TpFaultStatsRecord_FaultStatsSet;
@@ -47463,6 +49340,7 @@ decode_org_csapi_fw_TpFaultStatsRecord_st(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_fw_TpLoadPolicy_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpLoadPolicy_LoadPolicy);
@@ -47472,6 +49350,7 @@ decode_org_csapi_fw_TpLoadPolicy_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
static void
decode_org_csapi_fw_TpLoadStatisticData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -47489,6 +49368,7 @@ decode_org_csapi_fw_TpLoadStatisticData_st(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_fw_TpLoadThreshold_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
proto_tree_add_float(tree, hf_org_csapi_fw_TpLoadThreshold_LoadThreshold, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
@@ -47498,6 +49378,7 @@ decode_org_csapi_fw_TpLoadThreshold_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_
static void
decode_org_csapi_fw_TpLoadInitVal_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -47516,6 +49397,7 @@ decode_org_csapi_fw_TpLoadInitVal_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
static void
decode_org_csapi_fw_TpProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpProperty_PropertyName);
@@ -47527,6 +49409,7 @@ decode_org_csapi_fw_TpProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pro
static void
decode_org_csapi_fw_TpClientAppDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_TpClientAppDescription_ClientAppProperties;
@@ -47556,6 +49439,7 @@ decode_org_csapi_fw_TpClientAppDescription_st(tvbuff_t *tvb _U_, packet_info *pi
static void
decode_org_csapi_fw_TpEntOp_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_TpEntOp_EntOpProperties;
@@ -47581,6 +49465,7 @@ decode_org_csapi_fw_TpEntOp_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_
static void
decode_org_csapi_fw_TpSag_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpSag_SagID);
@@ -47592,6 +49477,7 @@ decode_org_csapi_fw_TpSag_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tr
static void
decode_org_csapi_fw_TpServiceProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_TpServiceProperty_ServicePropertyValueList;
@@ -47616,6 +49502,7 @@ decode_org_csapi_fw_TpServiceProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _
static void
decode_org_csapi_fw_TpServiceDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_TpServiceDescription_ServicePropertyList;
@@ -47641,6 +49528,7 @@ decode_org_csapi_fw_TpServiceDescription_st(tvbuff_t *tvb _U_, packet_info *pinf
static void
decode_org_csapi_fw_TpService_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpService_ServiceID);
@@ -47653,6 +49541,7 @@ decode_org_csapi_fw_TpService_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, prot
static void
decode_org_csapi_fw_TpServiceProfileDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_TpServiceProfileDescription_ServiceSubscriptionProperties;
@@ -47688,6 +49577,7 @@ decode_org_csapi_fw_TpServiceProfileDescription_st(tvbuff_t *tvb _U_, packet_inf
static void
decode_org_csapi_fw_TpServiceTypeProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -47707,6 +49597,7 @@ decode_org_csapi_fw_TpServiceTypeProperty_st(tvbuff_t *tvb _U_, packet_info *pin
static void
decode_org_csapi_fw_TpServiceTypeDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_TpServiceTypeDescription_ServiceTypePropertyList;
@@ -47744,6 +49635,7 @@ decode_org_csapi_fw_TpServiceTypeDescription_st(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_fw_TpSignatureAndServiceMgr_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature;
@@ -47768,6 +49660,7 @@ decode_org_csapi_fw_TpSignatureAndServiceMgr_st(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_fw_TpPerson_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_TpPerson_PersonProperties;
@@ -47801,6 +49694,7 @@ decode_org_csapi_fw_TpPerson_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto
static void
decode_org_csapi_fw_TpServiceContractDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_TpServiceContractDescription_ServiceSubscriptionProperties;
@@ -47840,6 +49734,7 @@ decode_org_csapi_fw_TpServiceContractDescription_st(tvbuff_t *tvb _U_, packet_in
static void
decode_org_csapi_fw_TpLoadStatistic_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Begin union "org_csapi_fw_TpLoadStatisticEntityID" */
@@ -47859,6 +49754,7 @@ decode_org_csapi_fw_TpLoadStatistic_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_
static void
decode_org_csapi_fw_TpServiceContract_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpServiceContract_ServiceContractID);
@@ -47871,6 +49767,7 @@ decode_org_csapi_fw_TpServiceContract_st(tvbuff_t *tvb _U_, packet_info *pinfo _
static void
decode_org_csapi_fw_TpServiceProfile_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpServiceProfile_ServiceProfileID);
@@ -47883,6 +49780,7 @@ decode_org_csapi_fw_TpServiceProfile_st(tvbuff_t *tvb _U_, packet_info *pinfo _U
static void
decode_org_csapi_fw_TpAuthDomain_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Begin union "org_csapi_fw_TpDomainID" */
@@ -47897,6 +49795,7 @@ decode_org_csapi_fw_TpAuthDomain_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
static void
decode_org_csapi_fw_TpSagProfilePair_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpSagProfilePair_Sag);
@@ -47908,6 +49807,7 @@ decode_org_csapi_fw_TpSagProfilePair_st(tvbuff_t *tvb _U_, packet_info *pinfo _U
static void
decode_org_csapi_fw_TpAddSagMembersConflict_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpAddSagMembersConflict_ClientApplication);
@@ -47925,6 +49825,7 @@ decode_org_csapi_fw_TpAddSagMembersConflict_st(tvbuff_t *tvb _U_, packet_info *p
static void
decode_org_csapi_fw_TpAssignSagToServiceProfileConflict_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpAssignSagToServiceProfileConflict_ClientApplication);
@@ -47939,6 +49840,7 @@ decode_org_csapi_fw_TpAssignSagToServiceProfileConflict_st(tvbuff_t *tvb _U_, pa
static void
decode_org_csapi_fw_TpServiceTypePropertyValue_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -47970,6 +49872,7 @@ decode_org_csapi_fw_TpServiceTypePropertyValue_st(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_fw_TpFwMigrationServiceAvailableInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo;
@@ -48009,6 +49912,7 @@ decode_org_csapi_fw_TpFwMigrationServiceAvailableInfo_st(tvbuff_t *tvb _U_, pack
static void
decode_org_csapi_fw_TpFwAgreementInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_fw_TpFwAgreementInfo_ClientApplicationID);
@@ -48024,6 +49928,7 @@ decode_org_csapi_fw_TpFwAgreementInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _
static void
decode_org_csapi_ui_TpUIMessageCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_TpUIMessageCriteria_EndSequence);
@@ -48037,6 +49942,7 @@ decode_org_csapi_ui_TpUIMessageCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_ui_TpUIEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -48062,6 +49968,7 @@ decode_org_csapi_ui_TpUIEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
static void
decode_org_csapi_ui_TpUIEventCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Begin struct "org_csapi_TpAddressRange" */
decode_org_csapi_TpAddressRange_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
@@ -48077,6 +49984,7 @@ decode_org_csapi_ui_TpUIEventCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _
static void
decode_org_csapi_ui_TpUIEventCriteriaResult_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Begin struct "org_csapi_ui_TpUIEventCriteria" */
decode_org_csapi_ui_TpUIEventCriteria_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
@@ -48089,6 +49997,7 @@ decode_org_csapi_ui_TpUIEventCriteriaResult_st(tvbuff_t *tvb _U_, packet_info *p
static void
decode_org_csapi_ui_TpUIEventNotificationInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -48124,6 +50033,7 @@ decode_org_csapi_ui_TpUIEventNotificationInfo_st(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_ui_TpUIRecognitionProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_ui_TpUIRecognitionProperty_PropertyName);
@@ -48135,6 +50045,7 @@ decode_org_csapi_ui_TpUIRecognitionProperty_st(tvbuff_t *tvb _U_, packet_info *p
static void
decode_org_csapi_ui_TpUIRecognitionCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_ui_TpUIRecognitionCriteria_Properties;
@@ -48162,6 +50073,7 @@ decode_org_csapi_ui_TpUIRecognitionCriteria_st(tvbuff_t *tvb _U_, packet_info *p
static void
decode_org_csapi_ui_TpUICollectCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -48190,6 +50102,7 @@ decode_org_csapi_ui_TpUICollectCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_ui_TpUIWordOverride_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -48209,6 +50122,7 @@ decode_org_csapi_ui_TpUIWordOverride_st(tvbuff_t *tvb _U_, packet_info *pinfo _U
static void
decode_org_csapi_ui_TpUISynthesisInfoData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -48251,6 +50165,7 @@ decode_org_csapi_ui_TpUISynthesisInfoData_st(tvbuff_t *tvb _U_, packet_info *pin
static void
decode_org_csapi_cc_TpCallError_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -48273,6 +50188,7 @@ decode_org_csapi_cc_TpCallError_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pr
static void
decode_org_csapi_cc_TpCallEndedReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -48290,6 +50206,7 @@ decode_org_csapi_cc_TpCallEndedReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _
static void
decode_org_csapi_cc_TpCallInfoReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -48315,6 +50232,7 @@ decode_org_csapi_cc_TpCallInfoReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U
static void
decode_org_csapi_cc_TpCallServiceCode_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -48332,6 +50250,7 @@ decode_org_csapi_cc_TpCallServiceCode_st(tvbuff_t *tvb _U_, packet_info *pinfo _
static void
decode_org_csapi_cc_TpCallTreatment_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -48356,6 +50275,7 @@ decode_org_csapi_cc_TpCallTreatment_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_
static void
decode_org_csapi_cc_TpCallChargePlan_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -48406,6 +50326,7 @@ decode_org_csapi_cc_TpCallChargePlan_st(tvbuff_t *tvb _U_, packet_info *pinfo _U
static void
decode_org_csapi_cc_gccs_TpCallEventCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -48433,6 +50354,7 @@ decode_org_csapi_cc_gccs_TpCallEventCriteria_st(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_cc_gccs_TpCallEventCriteriaResult_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Begin struct "org_csapi_cc_gccs_TpCallEventCriteria" */
decode_org_csapi_cc_gccs_TpCallEventCriteria_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
@@ -48445,6 +50367,7 @@ decode_org_csapi_cc_gccs_TpCallEventCriteriaResult_st(tvbuff_t *tvb _U_, packet_
static void
decode_org_csapi_cc_gccs_TpCallReleaseCause_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
proto_tree_add_int(tree, hf_org_csapi_cc_gccs_TpCallReleaseCause_Value, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -48456,6 +50379,7 @@ decode_org_csapi_cc_gccs_TpCallReleaseCause_st(tvbuff_t *tvb _U_, packet_info *p
static void
decode_org_csapi_cc_gccs_TpCallReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -48482,6 +50406,7 @@ decode_org_csapi_cc_gccs_TpCallReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _
static void
decode_org_csapi_cc_gccs_TpCallReportRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -48506,6 +50431,7 @@ decode_org_csapi_cc_gccs_TpCallReportRequest_st(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_cc_gccs_TpCallEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cc_gccs_TpCallEventInfo_CallAppInfo;
@@ -48554,6 +50480,7 @@ decode_org_csapi_cc_gccs_TpCallEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinf
static void
decode_org_csapi_cc_gccs_TpCallEndedReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
proto_tree_add_int(tree, hf_org_csapi_cc_gccs_TpCallEndedReport_CallLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -48566,6 +50493,7 @@ decode_org_csapi_cc_gccs_TpCallEndedReport_st(tvbuff_t *tvb _U_, packet_info *pi
static void
decode_org_csapi_cc_gccs_TpCallInfoReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
proto_tree_add_int(tree, hf_org_csapi_cc_gccs_TpCallInfoReport_CallInfoType, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -48586,6 +50514,7 @@ decode_org_csapi_cc_gccs_TpCallInfoReport_st(tvbuff_t *tvb _U_, packet_info *pin
static void
decode_org_csapi_cc_gccs_TpCallTreatment_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -48609,6 +50538,7 @@ decode_org_csapi_cc_gccs_TpCallTreatment_st(tvbuff_t *tvb _U_, packet_info *pinf
static void
decode_org_csapi_cc_gccs_TpCallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -48620,6 +50550,7 @@ decode_org_csapi_cc_gccs_TpCallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pin
static void
decode_org_csapi_cc_TpCallNotificationScope_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Begin struct "org_csapi_TpAddressRange" */
decode_org_csapi_TpAddressRange_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
@@ -48633,6 +50564,7 @@ decode_org_csapi_cc_TpCallNotificationScope_st(tvbuff_t *tvb _U_, packet_info *p
static void
decode_org_csapi_cc_TpCallNotificationReportScope_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Begin struct "org_csapi_TpAddress" */
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
@@ -48646,6 +50578,7 @@ decode_org_csapi_cc_TpCallNotificationReportScope_st(tvbuff_t *tvb _U_, packet_i
static void
decode_org_csapi_cc_TpCallEventRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -48670,6 +50603,7 @@ decode_org_csapi_cc_TpCallEventRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_cc_TpCallNotificationRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cc_TpCallNotificationRequest_CallEventsRequested;
@@ -48696,6 +50630,7 @@ decode_org_csapi_cc_TpCallNotificationRequest_st(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cc_TpNotificationRequested_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Begin struct "org_csapi_cc_TpCallNotificationRequest" */
decode_org_csapi_cc_TpCallNotificationRequest_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
@@ -48708,6 +50643,7 @@ decode_org_csapi_cc_TpNotificationRequested_st(tvbuff_t *tvb _U_, packet_info *p
static void
decode_org_csapi_cc_TpCallLegConnectionProperties_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -48723,6 +50659,7 @@ decode_org_csapi_cc_TpCallLegConnectionProperties_st(tvbuff_t *tvb _U_, packet_i
static void
decode_org_csapi_cc_TpCallEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -48749,6 +50686,7 @@ decode_org_csapi_cc_TpCallEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_
static void
decode_org_csapi_cc_TpNotificationRequestedSetEntry_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cc_TpNotificationRequestedSetEntry_NotificationRequestSet;
@@ -48774,6 +50712,7 @@ decode_org_csapi_cc_TpNotificationRequestedSetEntry_st(tvbuff_t *tvb _U_, packet
static void
decode_org_csapi_cc_TpCarrier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cc_TpCarrier_CarrierID;
@@ -48801,6 +50740,7 @@ decode_org_csapi_cc_TpCarrier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, prot
static void
decode_org_csapi_cc_TpCallNotificationInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cc_TpCallNotificationInfo_CallAppInfo;
@@ -48832,6 +50772,7 @@ decode_org_csapi_cc_TpCallNotificationInfo_st(tvbuff_t *tvb _U_, packet_info *pi
static void
decode_org_csapi_cc_TpCallLegInfoReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -48875,6 +50816,7 @@ decode_org_csapi_cc_TpCallLegInfoReport_st(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_cc_TpCallLegProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cc_TpCallLegProperty_CallLegPropertyName);
@@ -48886,6 +50828,7 @@ decode_org_csapi_cc_TpCallLegProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _
static void
decode_org_csapi_cc_mpccs_TpMultiPartyCallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -48897,6 +50840,7 @@ decode_org_csapi_cc_mpccs_TpMultiPartyCallIdentifier_st(tvbuff_t *tvb _U_, packe
static void
decode_org_csapi_cc_mpccs_TpCallLegIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -48908,6 +50852,7 @@ decode_org_csapi_cc_mpccs_TpCallLegIdentifier_st(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cc_mpccs_TpAppCallLegCallBack_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cc_mpccs_TpAppCallLegCallBack_AppCallLegSet;
@@ -48932,6 +50877,7 @@ decode_org_csapi_cc_mpccs_TpAppCallLegCallBack_st(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cc_mmccs_TpCallSuperviseVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
proto_tree_add_int(tree, hf_org_csapi_cc_mmccs_TpCallSuperviseVolume_VolumeQuantity, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -48943,6 +50889,7 @@ decode_org_csapi_cc_mmccs_TpCallSuperviseVolume_st(tvbuff_t *tvb _U_, packet_inf
static void
decode_org_csapi_cc_mmccs_TpMediaStreamRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -48971,6 +50918,7 @@ decode_org_csapi_cc_mmccs_TpMediaStreamRequest_st(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cc_mmccs_TpMediaStream_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -48995,6 +50943,7 @@ decode_org_csapi_cc_mmccs_TpMediaStream_st(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_cc_mmccs_TpNotificationMediaRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cc_mmccs_TpNotificationMediaRequest_MediaStreamsRequested;
@@ -49021,6 +50970,7 @@ decode_org_csapi_cc_mmccs_TpNotificationMediaRequest_st(tvbuff_t *tvb _U_, packe
static void
decode_org_csapi_cc_mmccs_TpMediaNotificationRequested_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Begin struct "org_csapi_cc_mmccs_TpNotificationMediaRequest" */
decode_org_csapi_cc_mmccs_TpNotificationMediaRequest_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
@@ -49033,6 +50983,7 @@ decode_org_csapi_cc_mmccs_TpMediaNotificationRequested_st(tvbuff_t *tvb _U_, pac
static void
decode_org_csapi_cc_mmccs_TpMultiMediaCallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -49044,6 +50995,7 @@ decode_org_csapi_cc_mmccs_TpMultiMediaCallIdentifier_st(tvbuff_t *tvb _U_, packe
static void
decode_org_csapi_cc_mmccs_TpMultiMediaCallLegIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -49055,6 +51007,7 @@ decode_org_csapi_cc_mmccs_TpMultiMediaCallLegIdentifier_st(tvbuff_t *tvb _U_, pa
static void
decode_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_AppCallLegSet;
@@ -49079,6 +51032,7 @@ decode_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_st(tvbuff_t *tvb _U_, p
static void
decode_org_csapi_cc_cccs_TpMonoMediaConfPolicy_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
proto_tree_add_boolean(tree, hf_org_csapi_cc_cccs_TpMonoMediaConfPolicy_JoinAllowed, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
@@ -49088,6 +51042,7 @@ decode_org_csapi_cc_cccs_TpMonoMediaConfPolicy_st(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cc_cccs_TpJoinEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cc_cccs_TpJoinEventInfo_CallAppInfo;
@@ -49119,6 +51074,7 @@ decode_org_csapi_cc_cccs_TpJoinEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinf
static void
decode_org_csapi_cc_cccs_TpConfSearchCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cc_cccs_TpConfSearchCriteria_StartSearch);
@@ -49134,6 +51090,7 @@ decode_org_csapi_cc_cccs_TpConfSearchCriteria_st(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cc_cccs_TpConfSearchResult_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
proto_tree_add_boolean(tree, hf_org_csapi_cc_cccs_TpConfSearchResult_MatchFound, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
@@ -49149,6 +51106,7 @@ decode_org_csapi_cc_cccs_TpConfSearchResult_st(tvbuff_t *tvb _U_, packet_info *p
static void
decode_org_csapi_cc_cccs_TpMultiMediaConfPolicy_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -49170,6 +51128,7 @@ decode_org_csapi_cc_cccs_TpMultiMediaConfPolicy_st(tvbuff_t *tvb _U_, packet_inf
static void
decode_org_csapi_cc_cccs_TpResourceReservation_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Begin struct "org_csapi_TpAddress" */
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
@@ -49182,6 +51141,7 @@ decode_org_csapi_cc_cccs_TpResourceReservation_st(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cc_cccs_TpConfCallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -49193,6 +51153,7 @@ decode_org_csapi_cc_cccs_TpConfCallIdentifier_st(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cc_cccs_TpSubConfCallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -49204,6 +51165,7 @@ decode_org_csapi_cc_cccs_TpSubConfCallIdentifier_st(tvbuff_t *tvb _U_, packet_in
static void
decode_org_csapi_ui_TpUIIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -49215,6 +51177,7 @@ decode_org_csapi_ui_TpUIIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
static void
decode_org_csapi_ui_TpUICallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -49226,6 +51189,7 @@ decode_org_csapi_ui_TpUICallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_mm_TpLocationResponseTime_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -49243,6 +51207,7 @@ decode_org_csapi_mm_TpLocationResponseTime_st(tvbuff_t *tvb _U_, packet_info *pi
static void
decode_org_csapi_mm_TpLocationTrigger_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -49270,6 +51235,7 @@ decode_org_csapi_mm_TpLocationTrigger_st(tvbuff_t *tvb _U_, packet_info *pinfo _
static void
decode_org_csapi_mm_TpLocationRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -49298,6 +51264,7 @@ decode_org_csapi_mm_TpLocationRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _
static void
decode_org_csapi_mm_TpGeographicalPosition_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -49331,6 +51298,7 @@ decode_org_csapi_mm_TpGeographicalPosition_st(tvbuff_t *tvb _U_, packet_info *pi
static void
decode_org_csapi_mm_TpMobilityStopAssignmentData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -49361,6 +51329,7 @@ decode_org_csapi_mm_TpMobilityStopAssignmentData_st(tvbuff_t *tvb _U_, packet_in
static void
decode_org_csapi_mm_TpUlExtendedData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -49391,6 +51360,7 @@ decode_org_csapi_mm_TpUlExtendedData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U
static void
decode_org_csapi_mm_TpUserLocation_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -49412,6 +51382,7 @@ decode_org_csapi_mm_TpUserLocation_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
static void
decode_org_csapi_mm_TpUserLocationExtended_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -49443,6 +51414,7 @@ decode_org_csapi_mm_TpUserLocationExtended_st(tvbuff_t *tvb _U_, packet_info *pi
static void
decode_org_csapi_mm_TpLocationTriggerCamel_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
proto_tree_add_boolean(tree, hf_org_csapi_mm_TpLocationTriggerCamel_UpdateInsideVlr, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
@@ -49454,6 +51426,7 @@ decode_org_csapi_mm_TpLocationTriggerCamel_st(tvbuff_t *tvb _U_, packet_info *pi
static void
decode_org_csapi_mm_TpUserLocationCamel_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -49495,6 +51468,7 @@ decode_org_csapi_mm_TpUserLocationCamel_st(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_mm_TpUserLocationEmergencyRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationEmergencyRequest_UserAddressPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
@@ -49522,6 +51496,7 @@ decode_org_csapi_mm_TpUserLocationEmergencyRequest_st(tvbuff_t *tvb _U_, packet_
static void
decode_org_csapi_mm_TpUserLocationEmergency_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -49575,6 +51550,7 @@ decode_org_csapi_mm_TpUserLocationEmergency_st(tvbuff_t *tvb _U_, packet_info *p
static void
decode_org_csapi_mm_TpUserStatus_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -49601,6 +51577,7 @@ decode_org_csapi_mm_TpUserStatus_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
static void
decode_org_csapi_mm_TpTriggeredStatusRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mm_TpTriggeredStatusRequest_Users;
@@ -49626,6 +51603,7 @@ decode_org_csapi_mm_TpTriggeredStatusRequest_st(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_mm_TpTriggeredStatusRequestSetEntry_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mm_TpTriggeredStatusRequestSetEntry_Requests;
@@ -49651,6 +51629,7 @@ decode_org_csapi_mm_TpTriggeredStatusRequestSetEntry_st(tvbuff_t *tvb _U_, packe
static void
decode_org_csapi_mm_TpPeriodicLocationRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mm_TpPeriodicLocationRequest_Users;
@@ -49681,6 +51660,7 @@ decode_org_csapi_mm_TpPeriodicLocationRequest_st(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_mm_TpPeriodicLocationRequestSetEntry_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mm_TpPeriodicLocationRequestSetEntry_Requests;
@@ -49706,6 +51686,7 @@ decode_org_csapi_mm_TpPeriodicLocationRequestSetEntry_st(tvbuff_t *tvb _U_, pack
static void
decode_org_csapi_mm_TpTriggeredLocationRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mm_TpTriggeredLocationRequest_Users;
@@ -49734,6 +51715,7 @@ decode_org_csapi_mm_TpTriggeredLocationRequest_st(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_mm_TpTriggeredLocationRequestSetEntry_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mm_TpTriggeredLocationRequestSetEntry_Requests;
@@ -49759,6 +51741,7 @@ decode_org_csapi_mm_TpTriggeredLocationRequestSetEntry_st(tvbuff_t *tvb _U_, pac
static void
decode_org_csapi_mm_TpUserStatusIndicatorExtended_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -49776,6 +51759,7 @@ decode_org_csapi_mm_TpUserStatusIndicatorExtended_st(tvbuff_t *tvb _U_, packet_i
static void
decode_org_csapi_mm_TpUserInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mm_TpUserInfo_UserName);
@@ -49787,6 +51771,7 @@ decode_org_csapi_mm_TpUserInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pro
static void
decode_org_csapi_mm_TpNetworkStatusIndicator_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -49810,6 +51795,7 @@ decode_org_csapi_mm_TpNetworkStatusIndicator_st(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_mm_TpUserStatusExtended_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -49852,6 +51838,7 @@ decode_org_csapi_mm_TpUserStatusExtended_st(tvbuff_t *tvb _U_, packet_info *pinf
static void
decode_org_csapi_mm_TpBindingNotificationCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mm_TpBindingNotificationCriteria_ContactAddressSet;
@@ -49877,6 +51864,7 @@ decode_org_csapi_mm_TpBindingNotificationCriteria_st(tvbuff_t *tvb _U_, packet_i
static void
decode_org_csapi_termcap_TpTerminalCapabilities_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_termcap_TpTerminalCapabilities_TerminalCapabilities);
@@ -49888,6 +51876,7 @@ decode_org_csapi_termcap_TpTerminalCapabilities_st(tvbuff_t *tvb _U_, packet_inf
static void
decode_org_csapi_termcap_TpTerminalCapabilityScope_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -49905,6 +51894,7 @@ decode_org_csapi_termcap_TpTerminalCapabilityScope_st(tvbuff_t *tvb _U_, packet_
static void
decode_org_csapi_dsc_TpChargePerVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
proto_tree_add_int(tree, hf_org_csapi_dsc_TpChargePerVolume_InitialCharge, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -49918,6 +51908,7 @@ decode_org_csapi_dsc_TpChargePerVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_dsc_TpDataSessionChargePlan_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Begin union "org_csapi_dsc_TpDataSessionChargeOrder" */
@@ -49934,6 +51925,7 @@ decode_org_csapi_dsc_TpDataSessionChargePlan_st(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_dsc_TpDataSessionError_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -49956,6 +51948,7 @@ decode_org_csapi_dsc_TpDataSessionError_st(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_dsc_TpDataSessionEventCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -49979,6 +51972,7 @@ decode_org_csapi_dsc_TpDataSessionEventCriteria_st(tvbuff_t *tvb _U_, packet_inf
static void
decode_org_csapi_dsc_TpDataSessionEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -50006,6 +52000,7 @@ decode_org_csapi_dsc_TpDataSessionEventInfo_st(tvbuff_t *tvb _U_, packet_info *p
static void
decode_org_csapi_dsc_TpDataSessionReleaseCause_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
proto_tree_add_int(tree, hf_org_csapi_dsc_TpDataSessionReleaseCause_Value, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -50017,6 +52012,7 @@ decode_org_csapi_dsc_TpDataSessionReleaseCause_st(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_dsc_TpDataSessionReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -50043,6 +52039,7 @@ decode_org_csapi_dsc_TpDataSessionReport_st(tvbuff_t *tvb _U_, packet_info *pinf
static void
decode_org_csapi_dsc_TpDataSessionReportRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -50062,6 +52059,7 @@ decode_org_csapi_dsc_TpDataSessionReportRequest_st(tvbuff_t *tvb _U_, packet_inf
static void
decode_org_csapi_dsc_TpDataSessionSuperviseVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
proto_tree_add_int(tree, hf_org_csapi_dsc_TpDataSessionSuperviseVolume_VolumeQuantity, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -50073,6 +52071,7 @@ decode_org_csapi_dsc_TpDataSessionSuperviseVolume_st(tvbuff_t *tvb _U_, packet_i
static void
decode_org_csapi_dsc_TpDataSessionEventCriteriaResult_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Begin struct "org_csapi_dsc_TpDataSessionEventCriteria" */
decode_org_csapi_dsc_TpDataSessionEventCriteria_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
@@ -50085,6 +52084,7 @@ decode_org_csapi_dsc_TpDataSessionEventCriteriaResult_st(tvbuff_t *tvb _U_, pack
static void
decode_org_csapi_dsc_TpDataSessionIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -50096,6 +52096,7 @@ decode_org_csapi_dsc_TpDataSessionIdentifier_st(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_gms_TpGMSNewMessageArrivedInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Begin struct "org_csapi_TpAddress" */
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
@@ -50112,6 +52113,7 @@ decode_org_csapi_gms_TpGMSNewMessageArrivedInfo_st(tvbuff_t *tvb _U_, packet_inf
static void
decode_org_csapi_gms_TpGMSNewMessageArrivedCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Begin struct "org_csapi_TpAddress" */
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
@@ -50124,6 +52126,7 @@ decode_org_csapi_gms_TpGMSNewMessageArrivedCriteria_st(tvbuff_t *tvb _U_, packet
static void
decode_org_csapi_gms_TpMailboxIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -50135,6 +52138,7 @@ decode_org_csapi_gms_TpMailboxIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinf
static void
decode_org_csapi_gms_TpMailboxFolderIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -50146,6 +52150,7 @@ decode_org_csapi_gms_TpMailboxFolderIdentifier_st(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cm_TpNameDescrpTagTimePeriod_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
proto_tree_add_int(tree, hf_org_csapi_cm_TpNameDescrpTagTimePeriod_duration, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -50155,6 +52160,7 @@ decode_org_csapi_cm_TpNameDescrpTagTimePeriod_st(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_cm_TpNameDescrpTagTimeOfDay_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -50176,6 +52182,7 @@ decode_org_csapi_cm_TpNameDescrpTagTimeOfDay_st(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_cm_TpNameDescrpTagString_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -50197,6 +52204,7 @@ decode_org_csapi_cm_TpNameDescrpTagString_st(tvbuff_t *tvb _U_, packet_info *pin
static void
decode_org_csapi_cm_TpNameDescrpTagMonth_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -50218,6 +52226,7 @@ decode_org_csapi_cm_TpNameDescrpTagMonth_st(tvbuff_t *tvb _U_, packet_info *pinf
static void
decode_org_csapi_cm_TpNameDescrpTagInt_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -50239,6 +52248,7 @@ decode_org_csapi_cm_TpNameDescrpTagInt_st(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_cm_TpNameDescrpTagDir_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -50262,6 +52272,7 @@ decode_org_csapi_cm_TpNameDescrpTagDir_st(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_cm_TpNameDescrpTagDayOfWeek_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -50283,6 +52294,7 @@ decode_org_csapi_cm_TpNameDescrpTagDayOfWeek_st(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_cm_TpNameDescrpTagDateTime_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -50304,6 +52316,7 @@ decode_org_csapi_cm_TpNameDescrpTagDateTime_st(tvbuff_t *tvb _U_, packet_info *p
static void
decode_org_csapi_cm_TpLossDescriptor_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Begin struct "org_csapi_cm_TpNameDescrpTagInt" */
decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
@@ -50329,6 +52342,7 @@ decode_org_csapi_cm_TpLossDescriptor_st(tvbuff_t *tvb _U_, packet_info *pinfo _U
static void
decode_org_csapi_cm_TpLoadDescriptor_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Begin struct "org_csapi_cm_TpNameDescrpTagInt" */
decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
@@ -50360,6 +52374,7 @@ decode_org_csapi_cm_TpLoadDescriptor_st(tvbuff_t *tvb _U_, packet_info *pinfo _U
static void
decode_org_csapi_cm_TpJitterDescriptor_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Begin struct "org_csapi_cm_TpNameDescrpTagInt" */
decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
@@ -50385,6 +52400,7 @@ decode_org_csapi_cm_TpJitterDescriptor_st(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_cm_TpEndpoint_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -50402,6 +52418,7 @@ decode_org_csapi_cm_TpEndpoint_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pro
static void
decode_org_csapi_cm_TpDelayDescriptor_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Begin struct "org_csapi_cm_TpNameDescrpTagInt" */
decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
@@ -50427,6 +52444,7 @@ decode_org_csapi_cm_TpDelayDescriptor_st(tvbuff_t *tvb _U_, packet_info *pinfo _
static void
decode_org_csapi_cm_TpNameDescrpTagExcessLoadAction_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -50450,6 +52468,7 @@ decode_org_csapi_cm_TpNameDescrpTagExcessLoadAction_st(tvbuff_t *tvb _U_, packet
static void
decode_org_csapi_cm_TpValidityInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Begin struct "org_csapi_cm_TpNameDescrpTagDateTime" */
decode_org_csapi_cm_TpNameDescrpTagDateTime_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
@@ -50478,6 +52497,7 @@ decode_org_csapi_cm_TpValidityInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
static void
decode_org_csapi_cm_TpProvisionedQoSInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Begin struct "org_csapi_cm_TpDelayDescriptor" */
decode_org_csapi_cm_TpDelayDescriptor_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
@@ -50500,6 +52520,7 @@ decode_org_csapi_cm_TpProvisionedQoSInfo_st(tvbuff_t *tvb _U_, packet_info *pinf
static void
decode_org_csapi_cm_TpPipeQoSInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Begin struct "org_csapi_cm_TpNameDescrpTagDir" */
decode_org_csapi_cm_TpNameDescrpTagDir_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
@@ -50525,6 +52546,7 @@ decode_org_csapi_cm_TpPipeQoSInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
static void
decode_org_csapi_cm_TpDsCodepoint_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cm_TpDsCodepoint_match);
@@ -50536,6 +52558,7 @@ decode_org_csapi_cm_TpDsCodepoint_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
static void
decode_org_csapi_cm_TpIPSubnet_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -50559,6 +52582,7 @@ decode_org_csapi_cm_TpIPSubnet_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pro
static void
decode_org_csapi_am_TpBalanceInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_am_TpBalanceInfo_Currency);
@@ -50576,6 +52600,7 @@ decode_org_csapi_am_TpBalanceInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
static void
decode_org_csapi_am_TpChargingEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -50596,6 +52621,7 @@ decode_org_csapi_am_TpChargingEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_am_TpBalance_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -50617,6 +52643,7 @@ decode_org_csapi_am_TpBalance_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, prot
static void
decode_org_csapi_am_TpTransactionHistory_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
proto_tree_add_int(tree, hf_org_csapi_am_TpTransactionHistory_TransactionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -50630,6 +52657,7 @@ decode_org_csapi_am_TpTransactionHistory_st(tvbuff_t *tvb _U_, packet_info *pinf
static void
decode_org_csapi_am_TpChargingEventCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_am_TpChargingEventCriteria_ChargingEvents;
@@ -50668,6 +52696,7 @@ decode_org_csapi_am_TpChargingEventCriteria_st(tvbuff_t *tvb _U_, packet_info *p
static void
decode_org_csapi_am_TpChargingEventCriteriaResult_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Begin struct "org_csapi_am_TpChargingEventCriteria" */
decode_org_csapi_am_TpChargingEventCriteria_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
@@ -50680,6 +52709,7 @@ decode_org_csapi_am_TpChargingEventCriteriaResult_st(tvbuff_t *tvb _U_, packet_i
static void
decode_org_csapi_am_TpBalanceExpiryDate_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -50700,6 +52730,7 @@ decode_org_csapi_am_TpBalanceExpiryDate_st(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_am_TpVoucher_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
proto_tree_add_int(tree, hf_org_csapi_am_TpVoucher_VoucherID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -50715,6 +52746,7 @@ decode_org_csapi_am_TpVoucher_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, prot
static void
decode_org_csapi_cs_TpMerchantAccountID_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cs_TpMerchantAccountID_MerchantID);
@@ -50726,6 +52758,7 @@ decode_org_csapi_cs_TpMerchantAccountID_st(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_cs_TpCorrelationID_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
proto_tree_add_int(tree, hf_org_csapi_cs_TpCorrelationID_CorrelationID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -50737,6 +52770,7 @@ decode_org_csapi_cs_TpCorrelationID_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_
static void
decode_org_csapi_cs_TpAmount_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
proto_tree_add_int(tree, hf_org_csapi_cs_TpAmount_Number, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -50748,6 +52782,7 @@ decode_org_csapi_cs_TpAmount_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto
static void
decode_org_csapi_cs_TpChargingPrice_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_cs_TpChargingPrice_Currency);
@@ -50760,6 +52795,7 @@ decode_org_csapi_cs_TpChargingPrice_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_
static void
decode_org_csapi_cs_TpVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Begin struct "org_csapi_cs_TpAmount" */
decode_org_csapi_cs_TpAmount_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
@@ -50772,6 +52808,7 @@ decode_org_csapi_cs_TpVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto
static void
decode_org_csapi_cs_TpChargingSessionID_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -50785,6 +52822,7 @@ decode_org_csapi_cs_TpChargingSessionID_st(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_cs_TpPriceVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Begin struct "org_csapi_cs_TpChargingPrice" */
decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
@@ -50798,6 +52836,7 @@ decode_org_csapi_cs_TpPriceVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
static void
decode_org_csapi_cs_TpApplicationDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_cs_TpApplicationDescription_AppInformation;
@@ -50825,6 +52864,7 @@ decode_org_csapi_cs_TpApplicationDescription_st(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_cs_TpChargingParameter_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
proto_tree_add_int(tree, hf_org_csapi_cs_TpChargingParameter_ParameterID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -50839,6 +52879,7 @@ decode_org_csapi_cs_TpChargingParameter_st(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_policy_TpPolicyEvent_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_policy_TpPolicyEvent_Attributes;
@@ -50870,6 +52911,7 @@ decode_org_csapi_policy_TpPolicyEvent_st(tvbuff_t *tvb _U_, packet_info *pinfo _
static void
decode_org_csapi_policy_TpPolicyNameValue_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_TpPolicyNameValue_Name);
@@ -50881,6 +52923,7 @@ decode_org_csapi_policy_TpPolicyNameValue_st(tvbuff_t *tvb _U_, packet_info *pin
static void
decode_org_csapi_policy_TpPolicyType_TpPolicyRecordType_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names;
@@ -50918,6 +52961,7 @@ decode_org_csapi_policy_TpPolicyType_TpPolicyRecordType_st(tvbuff_t *tvb _U_, pa
static void
decode_org_csapi_policy_TpPolicyType_TpPolicyListType_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_policy_TpPolicyType_TpPolicyListType_ElementType;
@@ -50943,6 +52987,7 @@ decode_org_csapi_policy_TpPolicyType_TpPolicyListType_st(tvbuff_t *tvb _U_, pack
static void
decode_org_csapi_policy_TpPolicyVar_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_policy_TpPolicyVar_VarName);
@@ -50959,6 +53004,7 @@ decode_org_csapi_policy_TpPolicyVar_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_
static void
decode_org_csapi_policy_TpPolicyConditionListElement_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -50972,6 +53018,7 @@ decode_org_csapi_policy_TpPolicyConditionListElement_st(tvbuff_t *tvb _U_, packe
static void
decode_org_csapi_policy_TpPolicyActionListElement_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -50983,6 +53030,7 @@ decode_org_csapi_policy_TpPolicyActionListElement_st(tvbuff_t *tvb _U_, packet_i
static void
decode_org_csapi_pam_TpPAMAttributeDef_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAttributeDef_Name);
@@ -51000,6 +53048,7 @@ decode_org_csapi_pam_TpPAMAttributeDef_st(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_pam_TpPAMAttribute_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAttribute_AttributeName);
@@ -51016,6 +53065,7 @@ decode_org_csapi_pam_TpPAMAttribute_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_
static void
decode_org_csapi_pam_TpPAMPresenceData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMPresenceData_Name);
@@ -51042,6 +53092,7 @@ decode_org_csapi_pam_TpPAMPresenceData_st(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_pam_TpPAMAvailabilityProfile_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAvailabilityProfile_PrivacyCode);
@@ -51054,6 +53105,7 @@ decode_org_csapi_pam_TpPAMAvailabilityProfile_st(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_pam_TpPAMCommunicationContext_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMCommunicationContext_CommunicationCapability);
@@ -51063,6 +53115,7 @@ decode_org_csapi_pam_TpPAMCommunicationContext_st(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_pam_TpPAMContext_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_TpPAMContext_AskerData;
@@ -51091,6 +53144,7 @@ decode_org_csapi_pam_TpPAMContext_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
static void
decode_org_csapi_pam_TpPAMAccessControlData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -51130,6 +53184,7 @@ decode_org_csapi_pam_TpPAMAccessControlData_st(tvbuff_t *tvb _U_, packet_info *p
static void
decode_org_csapi_pam_TpPAMICEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_TpPAMICEventData_IdentityType;
@@ -51152,6 +53207,7 @@ decode_org_csapi_pam_TpPAMICEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _
static void
decode_org_csapi_pam_TpPAMICNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_TpPAMICNotificationData_Identities;
@@ -51174,6 +53230,7 @@ decode_org_csapi_pam_TpPAMICNotificationData_st(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_pam_TpPAMIDEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_TpPAMIDEventData_IdentityName;
@@ -51208,6 +53265,7 @@ decode_org_csapi_pam_TpPAMIDEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _
static void
decode_org_csapi_pam_TpPAMIDNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_TpPAMIDNotificationData_Identities;
@@ -51230,6 +53288,7 @@ decode_org_csapi_pam_TpPAMIDNotificationData_st(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_pam_TpPAMGMCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_TpPAMGMCEventData_GroupName;
@@ -51264,6 +53323,7 @@ decode_org_csapi_pam_TpPAMGMCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_pam_TpPAMGMCNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_TpPAMGMCNotificationData_Groups;
@@ -51286,6 +53346,7 @@ decode_org_csapi_pam_TpPAMGMCNotificationData_st(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_pam_TpPAMACEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_TpPAMACEventData_AgentType;
@@ -51308,6 +53369,7 @@ decode_org_csapi_pam_TpPAMACEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _
static void
decode_org_csapi_pam_TpPAMACNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_TpPAMACNotificationData_Agents;
@@ -51330,6 +53392,7 @@ decode_org_csapi_pam_TpPAMACNotificationData_st(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_pam_TpPAMADEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_TpPAMADEventData_AgentName;
@@ -51364,6 +53427,7 @@ decode_org_csapi_pam_TpPAMADEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _
static void
decode_org_csapi_pam_TpPAMADNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_TpPAMADNotificationData_Agents;
@@ -51386,6 +53450,7 @@ decode_org_csapi_pam_TpPAMADNotificationData_st(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_pam_TpPAMAAEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_TpPAMAAEventData_IdentityName;
@@ -51444,6 +53509,7 @@ decode_org_csapi_pam_TpPAMAAEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _
static void
decode_org_csapi_pam_TpPAMAANotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAANotificationData_Identity);
@@ -51455,6 +53521,7 @@ decode_org_csapi_pam_TpPAMAANotificationData_st(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_pam_TpPAMAUEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_TpPAMAUEventData_IdentityName;
@@ -51513,6 +53580,7 @@ decode_org_csapi_pam_TpPAMAUEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _
static void
decode_org_csapi_pam_TpPAMAUNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_pam_TpPAMAUNotificationData_Identity);
@@ -51524,6 +53592,7 @@ decode_org_csapi_pam_TpPAMAUNotificationData_st(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_pam_TpPAMCCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_TpPAMCCEventData_IdentityName;
@@ -51570,6 +53639,7 @@ decode_org_csapi_pam_TpPAMCCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _
static void
decode_org_csapi_pam_TpPAMCCNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_TpPAMCCNotificationData_Capabilities;
@@ -51594,6 +53664,7 @@ decode_org_csapi_pam_TpPAMCCNotificationData_st(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_pam_TpPAMACPSEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AgentName;
@@ -51654,6 +53725,7 @@ decode_org_csapi_pam_TpPAMACPSEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_pam_TpPAMACPSNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames;
@@ -51680,6 +53752,7 @@ decode_org_csapi_pam_TpPAMACPSNotificationData_st(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_pam_TpPAMAPSEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AgentName;
@@ -51728,6 +53801,7 @@ decode_org_csapi_pam_TpPAMAPSEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_pam_TpPAMAPSNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames;
@@ -51752,6 +53826,7 @@ decode_org_csapi_pam_TpPAMAPSNotificationData_st(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_pam_TpPAMIPSEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_IdentityName;
@@ -51800,6 +53875,7 @@ decode_org_csapi_pam_TpPAMIPSEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_pam_TpPAMIPSNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_TpPAMIPSNotificationData_Attributes;
@@ -51825,6 +53901,7 @@ decode_org_csapi_pam_TpPAMIPSNotificationData_st(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_pam_TpPAMAVCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_IdentityName;
@@ -51886,6 +53963,7 @@ decode_org_csapi_pam_TpPAMAVCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo
static void
decode_org_csapi_pam_TpPAMAVCNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_TpPAMAVCNotificationData_Availability;
@@ -51911,6 +53989,7 @@ decode_org_csapi_pam_TpPAMAVCNotificationData_st(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_pam_TpPAMWCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_pam_TpPAMWCEventData_Events;
@@ -51962,6 +54041,7 @@ decode_org_csapi_pam_TpPAMWCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _
static void
decode_org_csapi_pam_TpPAMWCNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -51995,6 +54075,7 @@ decode_org_csapi_pam_TpPAMWCNotificationData_st(tvbuff_t *tvb _U_, packet_info *
static void
decode_org_csapi_pam_TpPAMErrorInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -52015,6 +54096,7 @@ decode_org_csapi_pam_TpPAMErrorInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_
static void
decode_org_csapi_mmm_TpMailboxIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -52026,6 +54108,7 @@ decode_org_csapi_mmm_TpMailboxIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinf
static void
decode_org_csapi_mmm_TpMultiMediaMessagingIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -52037,6 +54120,7 @@ decode_org_csapi_mmm_TpMultiMediaMessagingIdentifier_st(tvbuff_t *tvb _U_, packe
static void
decode_org_csapi_mmm_TpListMessagesCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
proto_tree_add_boolean(tree, hf_org_csapi_mmm_TpListMessagesCriteria_OnlyUnreadMessages, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
@@ -52046,6 +54130,7 @@ decode_org_csapi_mmm_TpListMessagesCriteria_st(tvbuff_t *tvb _U_, packet_info *p
static void
decode_org_csapi_mmm_TpMailboxFolderStatusInformation_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
proto_tree_add_int(tree, hf_org_csapi_mmm_TpMailboxFolderStatusInformation_TotalMessageCount, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
@@ -52055,6 +54140,7 @@ decode_org_csapi_mmm_TpMailboxFolderStatusInformation_st(tvbuff_t *tvb _U_, pack
static void
decode_org_csapi_mmm_TpMessageDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mmm_TpMessageDescription_To;
@@ -52089,6 +54175,7 @@ decode_org_csapi_mmm_TpMessageDescription_st(tvbuff_t *tvb _U_, packet_info *pin
static void
decode_org_csapi_mmm_TpBodyPartDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpBodyPartDescription_ContentDescription);
@@ -52112,6 +54199,7 @@ decode_org_csapi_mmm_TpBodyPartDescription_st(tvbuff_t *tvb _U_, packet_info *pi
static void
decode_org_csapi_mmm_TpBodyPart_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mmm_TpBodyPart_BodyPartContent;
@@ -52137,6 +54225,7 @@ decode_org_csapi_mmm_TpBodyPart_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pr
static void
decode_org_csapi_mmm_TpGenericHeaderField_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpGenericHeaderField_FieldName);
@@ -52148,6 +54237,7 @@ decode_org_csapi_mmm_TpGenericHeaderField_st(tvbuff_t *tvb _U_, packet_info *pin
static void
decode_org_csapi_mmm_TpMessageInfoPropertyError_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
@@ -52167,6 +54257,7 @@ decode_org_csapi_mmm_TpMessageInfoPropertyError_st(tvbuff_t *tvb _U_, packet_inf
static void
decode_org_csapi_mmm_TpNewMailboxMessageArrivedCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, hf_org_csapi_mmm_TpNewMailboxMessageArrivedCriteria_MailboxID);
@@ -52178,6 +54269,7 @@ decode_org_csapi_mmm_TpNewMailboxMessageArrivedCriteria_st(tvbuff_t *tvb _U_, pa
static void
decode_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_MessageDescription;
@@ -52220,6 +54312,7 @@ decode_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_st(tvbuff_t *tvb _U_, packet
static void
decode_org_csapi_mmm_TpQueryStatusReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Begin struct "org_csapi_TpAddress" */
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
@@ -52232,6 +54325,7 @@ decode_org_csapi_mmm_TpQueryStatusReport_st(tvbuff_t *tvb _U_, packet_info *pinf
static void
decode_org_csapi_mmm_TpTerminatingAddressList_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mmm_TpTerminatingAddressList_ToAddressList;
@@ -52281,6 +54375,7 @@ decode_org_csapi_mmm_TpTerminatingAddressList_st(tvbuff_t *tvb _U_, packet_info
static void
decode_org_csapi_mmm_TpNewMessageArrivedCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Begin struct "org_csapi_TpAddressRange" */
decode_org_csapi_TpAddressRange_st(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
@@ -52296,6 +54391,7 @@ decode_org_csapi_mmm_TpNewMessageArrivedCriteria_st(tvbuff_t *tvb _U_, packet_in
static void
decode_org_csapi_mmm_TpMessagingNotificationRequested_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mmm_TpMessagingNotificationRequested_EventCriteria;
@@ -52323,6 +54419,7 @@ decode_org_csapi_mmm_TpMessagingNotificationRequested_st(tvbuff_t *tvb _U_, pack
static void
decode_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet;
@@ -52348,6 +54445,7 @@ decode_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_st(tvbuff_t *tvb _
static void
decode_org_csapi_mmm_TpNewMessageArrivedInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header _U_, const gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
+ (void)item; /* Avoid coverity param_set_but_unused parse warning */
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_org_csapi_mmm_TpNewMessageArrivedInfo_DestinationAddressSet;
@@ -65838,6 +67936,60 @@ void proto_register_giop_parlay(void)
{&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_Headers, {"Seq length of TpNewMessageArrivedInfo_Headers","giop-parlay.TpNewMessageArrivedInfo.Headers",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
/* User exception filters */
+ {&hf_org_csapi_ui_P_ID_NOT_FOUND_ExtraInformation, {"P_ID_NOT_FOUND_ExtraInformation","giop-parlay.csapi.P_ID_NOT_FOUND_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_P_ILLEGAL_ID_ExtraInformation, {"P_ILLEGAL_ID_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_P_ILLEGAL_RANGE_ExtraInformation, {"P_ILLEGAL_RANGE_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_RANGE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_P_INVALID_COLLECTION_CRITERIA_ExtraInformation, {"P_INVALID_COLLECTION_CRITERIA_ExtraInformation","giop-parlay.csapi.P_INVALID_COLLECTION_CRITERIA_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED_ExtraInformation, {"P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED_ExtraInformation","giop-parlay.csapi.P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED_ExtraInformation, {"P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED_ExtraInformation","giop-parlay.csapi.P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_P_INVALID_REPORTING_INTERVAL_ExtraInformation, {"P_INVALID_REPORTING_INTERVAL_ExtraInformation","giop-parlay.csapi.P_INVALID_REPORTING_INTERVAL_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED_ExtraInformation, {"P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED_ExtraInformation","giop-parlay.csapi.P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_termcap_P_INVALID_TERMINAL_ID_ExtraInformation, {"P_INVALID_TERMINAL_ID_ExtraInformation","giop-parlay.csapi.P_INVALID_TERMINAL_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_P_GMS_INVALID_FOLDER_ID_ExtraInformation, {"P_GMS_INVALID_FOLDER_ID_ExtraInformation","giop-parlay.csapi.P_GMS_INVALID_FOLDER_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_P_GMS_INSUFFICIENT_PRIVILEGE_ExtraInformation, {"P_GMS_INSUFFICIENT_PRIVILEGE_ExtraInformation","giop-parlay.csapi.P_GMS_INSUFFICIENT_PRIVILEGE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_P_GMS_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation, {"P_GMS_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation","giop-parlay.csapi.P_GMS_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_P_GMS_INVALID_MAILBOX_ExtraInformation, {"P_GMS_INVALID_MAILBOX_ExtraInformation","giop-parlay.csapi.P_GMS_INVALID_MAILBOX_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_P_GMS_INVALID_MESSAGE_ID_ExtraInformation, {"P_GMS_INVALID_MESSAGE_ID_ExtraInformation","giop-parlay.csapi.P_GMS_INVALID_MESSAGE_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_P_GMS_LOCKING_LOCKED_MAILBOX_ExtraInformation, {"P_GMS_LOCKING_LOCKED_MAILBOX_ExtraInformation","giop-parlay.csapi.P_GMS_LOCKING_LOCKED_MAILBOX_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_P_GMS_MESSAGE_NOT_REMOVED_ExtraInformation, {"P_GMS_MESSAGE_NOT_REMOVED_ExtraInformation","giop-parlay.csapi.P_GMS_MESSAGE_NOT_REMOVED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_P_GMS_NUMBER_NOT_POSITIVE_ExtraInformation, {"P_GMS_NUMBER_NOT_POSITIVE_ExtraInformation","giop-parlay.csapi.P_GMS_NUMBER_NOT_POSITIVE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_P_GMS_UNLOCKING_UNLOCKED_MAILBOX_ExtraInformation, {"P_GMS_UNLOCKING_UNLOCKED_MAILBOX_ExtraInformation","giop-parlay.csapi.P_GMS_UNLOCKING_UNLOCKED_MAILBOX_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_P_GMS_MAILBOX_LOCKED_ExtraInformation, {"P_GMS_MAILBOX_LOCKED_ExtraInformation","giop-parlay.csapi.P_GMS_MAILBOX_LOCKED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_P_GMS_CANNOT_UNLOCK_MAILBOX_ExtraInformation, {"P_GMS_CANNOT_UNLOCK_MAILBOX_ExtraInformation","giop-parlay.csapi.P_GMS_CANNOT_UNLOCK_MAILBOX_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_P_GMS_PROPERTY_NOT_SET_ExtraInformation, {"P_GMS_PROPERTY_NOT_SET_ExtraInformation","giop-parlay.csapi.P_GMS_PROPERTY_NOT_SET_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_P_GMS_FOLDER_IS_OPEN_ExtraInformation, {"P_GMS_FOLDER_IS_OPEN_ExtraInformation","giop-parlay.csapi.P_GMS_FOLDER_IS_OPEN_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_P_GMS_MAILBOX_OPEN_ExtraInformation, {"P_GMS_MAILBOX_OPEN_ExtraInformation","giop-parlay.csapi.P_GMS_MAILBOX_OPEN_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_VPRP_ID_ExtraInformation, {"P_UNKNOWN_VPRP_ID_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_VPRP_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_SLA_ID_ExtraInformation, {"P_UNKNOWN_SLA_ID_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SLA_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_STATUS_ExtraInformation, {"P_UNKNOWN_STATUS_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_STATUS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_QOS_INFO_ExtraInformation, {"P_UNKNOWN_QOS_INFO_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_QOS_INFO_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_VALIDITY_INFO_ExtraInformation, {"P_UNKNOWN_VALIDITY_INFO_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_VALIDITY_INFO_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_PIPEQOSINFO_ExtraInformation, {"P_UNKNOWN_PIPEQOSINFO_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_PIPEQOSINFO_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_DSCODEPOINT_ExtraInformation, {"P_UNKNOWN_DSCODEPOINT_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_DSCODEPOINT_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_ILLEGAL_VPRPID_ExtraInformation, {"P_ILLEGAL_VPRPID_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_VPRPID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_ILLEGAL_REF_VALUE_ExtraInformation, {"P_ILLEGAL_REF_VALUE_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_REF_VALUE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_INTERFACE_ExtraInformation, {"P_UNKNOWN_INTERFACE_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_INTERFACE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_CANT_DELETE_VPRP_ExtraInformation, {"P_CANT_DELETE_VPRP_ExtraInformation","giop-parlay.csapi.P_CANT_DELETE_VPRP_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_TEMPLATES_ExtraInformation, {"P_UNKNOWN_TEMPLATES_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_TEMPLATES_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_MENU_ExtraInformation, {"P_UNKNOWN_MENU_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_MENU_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_ENTERPRISE_NETWORK_ExtraInformation, {"P_UNKNOWN_ENTERPRISE_NETWORK_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_ENTERPRISE_NETWORK_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_TEMPLATE_TYPE_ExtraInformation, {"P_UNKNOWN_TEMPLATE_TYPE_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_TEMPLATE_TYPE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_DESCRIPTION_ExtraInformation, {"P_UNKNOWN_DESCRIPTION_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_DESCRIPTION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_ILLEGAL_SLA_ID_ExtraInformation, {"P_ILLEGAL_SLA_ID_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_SLA_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_ILLEGAL_TAG_ExtraInformation, {"P_ILLEGAL_TAG_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_TAG_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_ILLEGAL_VALUE_ExtraInformation, {"P_ILLEGAL_VALUE_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_VALUE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_ILLEGAL_COMBINATION_ExtraInformation, {"P_ILLEGAL_COMBINATION_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_COMBINATION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_SITES_ExtraInformation, {"P_UNKNOWN_SITES_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SITES_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_VPRN_ExtraInformation, {"P_UNKNOWN_VPRN_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_VPRN_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_ILLEGAL_SITE_ID_ExtraInformation, {"P_ILLEGAL_SITE_ID_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_SITE_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_SITE_ID_ExtraInformation, {"P_UNKNOWN_SITE_ID_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SITE_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_SAPS_ExtraInformation, {"P_UNKNOWN_SAPS_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SAPS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_SITE_LOCATION_ExtraInformation, {"P_UNKNOWN_SITE_LOCATION_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SITE_LOCATION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_SITE_DESCRIPTION_ExtraInformation, {"P_UNKNOWN_SITE_DESCRIPTION_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SITE_DESCRIPTION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_IPSUBNET_ExtraInformation, {"P_UNKNOWN_IPSUBNET_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_IPSUBNET_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_SAP_ExtraInformation, {"P_UNKNOWN_SAP_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SAP_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_VPRP_ExtraInformation, {"P_UNKNOWN_VPRP_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_VPRP_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_P_UNAUTHORIZED_APPLICATION_ExtraInformation, {"P_UNAUTHORIZED_APPLICATION_ExtraInformation","giop-parlay.csapi.P_UNAUTHORIZED_APPLICATION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cs_P_INVALID_USER_ExtraInformation, {"P_INVALID_USER_ExtraInformation","giop-parlay.csapi.P_INVALID_USER_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cs_P_INVALID_ACCOUNT_ExtraInformation, {"P_INVALID_ACCOUNT_ExtraInformation","giop-parlay.csapi.P_INVALID_ACCOUNT_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_cs_P_INVALID_REQUEST_NUMBER_ExtraInformation, {"P_INVALID_REQUEST_NUMBER_ExtraInformation","giop-parlay.csapi.P_INVALID_REQUEST_NUMBER_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
@@ -65889,60 +68041,25 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_mmm_P_MMM_INFORMATION_NOT_AVAILABLE_ExtraInformation, {"P_MMM_INFORMATION_NOT_AVAILABLE_ExtraInformation","giop-parlay.csapi.P_MMM_INFORMATION_NOT_AVAILABLE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_P_MMM_CANNOT_CANCEL_ExtraInformation, {"P_MMM_CANNOT_CANCEL_ExtraInformation","giop-parlay.csapi.P_MMM_CANNOT_CANCEL_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_mmm_P_MMM_INVALID_HEADER_ExtraInformation, {"P_MMM_INVALID_HEADER_ExtraInformation","giop-parlay.csapi.P_MMM_INVALID_HEADER_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_P_UNKNOWN_DSCODEPOINT_ExtraInformation, {"P_UNKNOWN_DSCODEPOINT_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_DSCODEPOINT_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_P_ILLEGAL_VPRPID_ExtraInformation, {"P_ILLEGAL_VPRPID_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_VPRPID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_P_ILLEGAL_REF_VALUE_ExtraInformation, {"P_ILLEGAL_REF_VALUE_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_REF_VALUE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_P_UNKNOWN_INTERFACE_ExtraInformation, {"P_UNKNOWN_INTERFACE_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_INTERFACE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_P_CANT_DELETE_VPRP_ExtraInformation, {"P_CANT_DELETE_VPRP_ExtraInformation","giop-parlay.csapi.P_CANT_DELETE_VPRP_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_P_UNKNOWN_TEMPLATES_ExtraInformation, {"P_UNKNOWN_TEMPLATES_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_TEMPLATES_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_P_UNKNOWN_MENU_ExtraInformation, {"P_UNKNOWN_MENU_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_MENU_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_P_UNKNOWN_ENTERPRISE_NETWORK_ExtraInformation, {"P_UNKNOWN_ENTERPRISE_NETWORK_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_ENTERPRISE_NETWORK_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_P_UNKNOWN_TEMPLATE_TYPE_ExtraInformation, {"P_UNKNOWN_TEMPLATE_TYPE_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_TEMPLATE_TYPE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_P_UNKNOWN_DESCRIPTION_ExtraInformation, {"P_UNKNOWN_DESCRIPTION_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_DESCRIPTION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_P_ILLEGAL_SLA_ID_ExtraInformation, {"P_ILLEGAL_SLA_ID_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_SLA_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_P_ILLEGAL_TAG_ExtraInformation, {"P_ILLEGAL_TAG_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_TAG_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_P_ILLEGAL_VALUE_ExtraInformation, {"P_ILLEGAL_VALUE_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_VALUE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_P_ILLEGAL_COMBINATION_ExtraInformation, {"P_ILLEGAL_COMBINATION_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_COMBINATION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_P_UNKNOWN_SITES_ExtraInformation, {"P_UNKNOWN_SITES_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SITES_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_P_UNKNOWN_VPRN_ExtraInformation, {"P_UNKNOWN_VPRN_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_VPRN_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_P_ILLEGAL_SITE_ID_ExtraInformation, {"P_ILLEGAL_SITE_ID_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_SITE_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_P_UNKNOWN_SITE_ID_ExtraInformation, {"P_UNKNOWN_SITE_ID_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SITE_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_P_UNKNOWN_SAPS_ExtraInformation, {"P_UNKNOWN_SAPS_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SAPS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_P_UNKNOWN_SITE_LOCATION_ExtraInformation, {"P_UNKNOWN_SITE_LOCATION_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SITE_LOCATION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_P_UNKNOWN_SITE_DESCRIPTION_ExtraInformation, {"P_UNKNOWN_SITE_DESCRIPTION_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SITE_DESCRIPTION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_P_UNKNOWN_IPSUBNET_ExtraInformation, {"P_UNKNOWN_IPSUBNET_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_IPSUBNET_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_P_UNKNOWN_SAP_ExtraInformation, {"P_UNKNOWN_SAP_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SAP_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_P_UNKNOWN_VPRP_ExtraInformation, {"P_UNKNOWN_VPRP_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_VPRP_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_am_P_UNAUTHORIZED_APPLICATION_ExtraInformation, {"P_UNAUTHORIZED_APPLICATION_ExtraInformation","giop-parlay.csapi.P_UNAUTHORIZED_APPLICATION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_gms_P_GMS_INVALID_FOLDER_ID_ExtraInformation, {"P_GMS_INVALID_FOLDER_ID_ExtraInformation","giop-parlay.csapi.P_GMS_INVALID_FOLDER_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_gms_P_GMS_INSUFFICIENT_PRIVILEGE_ExtraInformation, {"P_GMS_INSUFFICIENT_PRIVILEGE_ExtraInformation","giop-parlay.csapi.P_GMS_INSUFFICIENT_PRIVILEGE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_gms_P_GMS_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation, {"P_GMS_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation","giop-parlay.csapi.P_GMS_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_gms_P_GMS_INVALID_MAILBOX_ExtraInformation, {"P_GMS_INVALID_MAILBOX_ExtraInformation","giop-parlay.csapi.P_GMS_INVALID_MAILBOX_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_gms_P_GMS_INVALID_MESSAGE_ID_ExtraInformation, {"P_GMS_INVALID_MESSAGE_ID_ExtraInformation","giop-parlay.csapi.P_GMS_INVALID_MESSAGE_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_gms_P_GMS_LOCKING_LOCKED_MAILBOX_ExtraInformation, {"P_GMS_LOCKING_LOCKED_MAILBOX_ExtraInformation","giop-parlay.csapi.P_GMS_LOCKING_LOCKED_MAILBOX_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_gms_P_GMS_MESSAGE_NOT_REMOVED_ExtraInformation, {"P_GMS_MESSAGE_NOT_REMOVED_ExtraInformation","giop-parlay.csapi.P_GMS_MESSAGE_NOT_REMOVED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_gms_P_GMS_NUMBER_NOT_POSITIVE_ExtraInformation, {"P_GMS_NUMBER_NOT_POSITIVE_ExtraInformation","giop-parlay.csapi.P_GMS_NUMBER_NOT_POSITIVE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_gms_P_GMS_UNLOCKING_UNLOCKED_MAILBOX_ExtraInformation, {"P_GMS_UNLOCKING_UNLOCKED_MAILBOX_ExtraInformation","giop-parlay.csapi.P_GMS_UNLOCKING_UNLOCKED_MAILBOX_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_gms_P_GMS_MAILBOX_LOCKED_ExtraInformation, {"P_GMS_MAILBOX_LOCKED_ExtraInformation","giop-parlay.csapi.P_GMS_MAILBOX_LOCKED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_gms_P_GMS_CANNOT_UNLOCK_MAILBOX_ExtraInformation, {"P_GMS_CANNOT_UNLOCK_MAILBOX_ExtraInformation","giop-parlay.csapi.P_GMS_CANNOT_UNLOCK_MAILBOX_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_gms_P_GMS_PROPERTY_NOT_SET_ExtraInformation, {"P_GMS_PROPERTY_NOT_SET_ExtraInformation","giop-parlay.csapi.P_GMS_PROPERTY_NOT_SET_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_gms_P_GMS_FOLDER_IS_OPEN_ExtraInformation, {"P_GMS_FOLDER_IS_OPEN_ExtraInformation","giop-parlay.csapi.P_GMS_FOLDER_IS_OPEN_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_gms_P_GMS_MAILBOX_OPEN_ExtraInformation, {"P_GMS_MAILBOX_OPEN_ExtraInformation","giop-parlay.csapi.P_GMS_MAILBOX_OPEN_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_P_UNKNOWN_VPRP_ID_ExtraInformation, {"P_UNKNOWN_VPRP_ID_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_VPRP_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_P_UNKNOWN_SLA_ID_ExtraInformation, {"P_UNKNOWN_SLA_ID_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SLA_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_P_UNKNOWN_STATUS_ExtraInformation, {"P_UNKNOWN_STATUS_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_STATUS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_P_UNKNOWN_QOS_INFO_ExtraInformation, {"P_UNKNOWN_QOS_INFO_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_QOS_INFO_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_P_UNKNOWN_VALIDITY_INFO_ExtraInformation, {"P_UNKNOWN_VALIDITY_INFO_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_VALIDITY_INFO_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_cm_P_UNKNOWN_PIPEQOSINFO_ExtraInformation, {"P_UNKNOWN_PIPEQOSINFO_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_PIPEQOSINFO_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_termcap_P_INVALID_TERMINAL_ID_ExtraInformation, {"P_INVALID_TERMINAL_ID_ExtraInformation","giop-parlay.csapi.P_INVALID_TERMINAL_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_mm_P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED_ExtraInformation, {"P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED_ExtraInformation","giop-parlay.csapi.P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_mm_P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED_ExtraInformation, {"P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED_ExtraInformation","giop-parlay.csapi.P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_mm_P_INVALID_REPORTING_INTERVAL_ExtraInformation, {"P_INVALID_REPORTING_INTERVAL_ExtraInformation","giop-parlay.csapi.P_INVALID_REPORTING_INTERVAL_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_mm_P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED_ExtraInformation, {"P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED_ExtraInformation","giop-parlay.csapi.P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_ui_P_ID_NOT_FOUND_ExtraInformation, {"P_ID_NOT_FOUND_ExtraInformation","giop-parlay.csapi.P_ID_NOT_FOUND_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_ui_P_ILLEGAL_ID_ExtraInformation, {"P_ILLEGAL_ID_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_ui_P_ILLEGAL_RANGE_ExtraInformation, {"P_ILLEGAL_RANGE_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_RANGE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_ui_P_INVALID_COLLECTION_CRITERIA_ExtraInformation, {"P_INVALID_COLLECTION_CRITERIA_ExtraInformation","giop-parlay.csapi.P_INVALID_COLLECTION_CRITERIA_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&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}},
+ {&hf_org_csapi_P_INVALID_TIME_AND_DATE_FORMAT_ExtraInformation, {"P_INVALID_TIME_AND_DATE_FORMAT_ExtraInformation","giop-parlay.csapi.P_INVALID_TIME_AND_DATE_FORMAT_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_P_INVALID_EVENT_TYPE_ExtraInformation, {"P_INVALID_EVENT_TYPE_ExtraInformation","giop-parlay.csapi.P_INVALID_EVENT_TYPE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_P_INVALID_INTERFACE_NAME_ExtraInformation, {"P_INVALID_INTERFACE_NAME_ExtraInformation","giop-parlay.csapi.P_INVALID_INTERFACE_NAME_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_P_INVALID_INTERFACE_TYPE_ExtraInformation, {"P_INVALID_INTERFACE_TYPE_ExtraInformation","giop-parlay.csapi.P_INVALID_INTERFACE_TYPE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_P_UNKNOWN_SUBSCRIBER_ExtraInformation, {"P_UNKNOWN_SUBSCRIBER_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SUBSCRIBER_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_P_INFORMATION_NOT_AVAILABLE_ExtraInformation, {"P_INFORMATION_NOT_AVAILABLE_ExtraInformation","giop-parlay.csapi.P_INFORMATION_NOT_AVAILABLE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_P_INVALID_CRITERIA_ExtraInformation, {"P_INVALID_CRITERIA_ExtraInformation","giop-parlay.csapi.P_INVALID_CRITERIA_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_P_INVALID_SESSION_ID_ExtraInformation, {"P_INVALID_SESSION_ID_ExtraInformation","giop-parlay.csapi.P_INVALID_SESSION_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpCommonExceptions_ExceptionType, {"TpCommonExceptions_ExceptionType","giop-parlay.csapi.TpCommonExceptions_ExceptionType",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpCommonExceptions_ExtraInformation, {"TpCommonExceptions_ExtraInformation","giop-parlay.csapi.TpCommonExceptions_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_P_INVALID_CURRENCY_ExtraInformation, {"P_INVALID_CURRENCY_ExtraInformation","giop-parlay.csapi.P_INVALID_CURRENCY_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_P_INVALID_AMOUNT_ExtraInformation, {"P_INVALID_AMOUNT_ExtraInformation","giop-parlay.csapi.P_INVALID_AMOUNT_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_P_APPLICATION_NOT_ACTIVATED_ExtraInformation, {"P_APPLICATION_NOT_ACTIVATED_ExtraInformation","giop-parlay.csapi.P_APPLICATION_NOT_ACTIVATED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_P_INVALID_ADDRESS_ExtraInformation, {"P_INVALID_ADDRESS_ExtraInformation","giop-parlay.csapi.P_INVALID_ADDRESS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_P_UNSUPPORTED_ADDRESS_PLAN_ExtraInformation, {"P_UNSUPPORTED_ADDRESS_PLAN_ExtraInformation","giop-parlay.csapi.P_UNSUPPORTED_ADDRESS_PLAN_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_P_UNAUTHORISED_PARAMETER_VALUE_ExtraInformation, {"P_UNAUTHORISED_PARAMETER_VALUE_ExtraInformation","giop-parlay.csapi.P_UNAUTHORISED_PARAMETER_VALUE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_P_INVALID_VERSION_ExtraInformation, {"P_INVALID_VERSION_ExtraInformation","giop-parlay.csapi.P_INVALID_VERSION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_P_INVALID_NETWORK_STATE_ExtraInformation, {"P_INVALID_NETWORK_STATE_ExtraInformation","giop-parlay.csapi.P_INVALID_NETWORK_STATE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_P_INVALID_SERVICE_ID_ExtraInformation, {"P_INVALID_SERVICE_ID_ExtraInformation","giop-parlay.csapi.P_INVALID_SERVICE_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_P_SERVICE_ACCESS_DENIED_ExtraInformation, {"P_SERVICE_ACCESS_DENIED_ExtraInformation","giop-parlay.csapi.P_SERVICE_ACCESS_DENIED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_P_ACCESS_DENIED_ExtraInformation, {"P_ACCESS_DENIED_ExtraInformation","giop-parlay.csapi.P_ACCESS_DENIED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
@@ -65973,25 +68090,6 @@ void proto_register_giop_parlay(void)
{&hf_org_csapi_fw_P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT_ExtraInformation, {"P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT_ExtraInformation","giop-parlay.csapi.P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM_ExtraInformation, {"P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM_ExtraInformation","giop-parlay.csapi.P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
{&hf_org_csapi_fw_P_NO_ACCEPTABLE_SIGNING_ALGORITHM_ExtraInformation, {"P_NO_ACCEPTABLE_SIGNING_ALGORITHM_ExtraInformation","giop-parlay.csapi.P_NO_ACCEPTABLE_SIGNING_ALGORITHM_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_P_INVALID_CRITERIA_ExtraInformation, {"P_INVALID_CRITERIA_ExtraInformation","giop-parlay.csapi.P_INVALID_CRITERIA_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_P_INVALID_SESSION_ID_ExtraInformation, {"P_INVALID_SESSION_ID_ExtraInformation","giop-parlay.csapi.P_INVALID_SESSION_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_TpCommonExceptions_ExceptionType, {"TpCommonExceptions_ExceptionType","giop-parlay.csapi.TpCommonExceptions_ExceptionType",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_TpCommonExceptions_ExtraInformation, {"TpCommonExceptions_ExtraInformation","giop-parlay.csapi.TpCommonExceptions_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_P_INVALID_CURRENCY_ExtraInformation, {"P_INVALID_CURRENCY_ExtraInformation","giop-parlay.csapi.P_INVALID_CURRENCY_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_P_INVALID_AMOUNT_ExtraInformation, {"P_INVALID_AMOUNT_ExtraInformation","giop-parlay.csapi.P_INVALID_AMOUNT_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_P_APPLICATION_NOT_ACTIVATED_ExtraInformation, {"P_APPLICATION_NOT_ACTIVATED_ExtraInformation","giop-parlay.csapi.P_APPLICATION_NOT_ACTIVATED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_P_INVALID_ADDRESS_ExtraInformation, {"P_INVALID_ADDRESS_ExtraInformation","giop-parlay.csapi.P_INVALID_ADDRESS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_P_UNSUPPORTED_ADDRESS_PLAN_ExtraInformation, {"P_UNSUPPORTED_ADDRESS_PLAN_ExtraInformation","giop-parlay.csapi.P_UNSUPPORTED_ADDRESS_PLAN_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_P_UNAUTHORISED_PARAMETER_VALUE_ExtraInformation, {"P_UNAUTHORISED_PARAMETER_VALUE_ExtraInformation","giop-parlay.csapi.P_UNAUTHORISED_PARAMETER_VALUE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_P_INVALID_VERSION_ExtraInformation, {"P_INVALID_VERSION_ExtraInformation","giop-parlay.csapi.P_INVALID_VERSION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_P_INVALID_NETWORK_STATE_ExtraInformation, {"P_INVALID_NETWORK_STATE_ExtraInformation","giop-parlay.csapi.P_INVALID_NETWORK_STATE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&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}},
- {&hf_org_csapi_P_INVALID_TIME_AND_DATE_FORMAT_ExtraInformation, {"P_INVALID_TIME_AND_DATE_FORMAT_ExtraInformation","giop-parlay.csapi.P_INVALID_TIME_AND_DATE_FORMAT_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_P_INVALID_EVENT_TYPE_ExtraInformation, {"P_INVALID_EVENT_TYPE_ExtraInformation","giop-parlay.csapi.P_INVALID_EVENT_TYPE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_P_INVALID_INTERFACE_NAME_ExtraInformation, {"P_INVALID_INTERFACE_NAME_ExtraInformation","giop-parlay.csapi.P_INVALID_INTERFACE_NAME_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_P_INVALID_INTERFACE_TYPE_ExtraInformation, {"P_INVALID_INTERFACE_TYPE_ExtraInformation","giop-parlay.csapi.P_INVALID_INTERFACE_TYPE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_P_UNKNOWN_SUBSCRIBER_ExtraInformation, {"P_UNKNOWN_SUBSCRIBER_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SUBSCRIBER_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
- {&hf_org_csapi_P_INFORMATION_NOT_AVAILABLE_ExtraInformation, {"P_INFORMATION_NOT_AVAILABLE_ExtraInformation","giop-parlay.csapi.P_INFORMATION_NOT_AVAILABLE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
/* Union filters */
{&hf_org_csapi_TpAoCOrder_TpAoCOrder, {"TpAoCOrder","giop-parlay.org.csapi.TpAoCOrder",FT_UINT32,BASE_DEC,VALS(org_csapi_TpCallAoCOrderCategory),0x0,NULL,HFILL}},
{&hf_org_csapi_TpAoCOrder_NetworkCharge, {"TpAoCOrder_NetworkCharge","giop-parlay.org.csapi.TpAoCOrder.NetworkCharge",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},