aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-parlay.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2012-07-08 03:29:49 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2012-07-08 03:29:49 +0000
commita2c47166702e5b514d8a4b5a5491db19f6bb689a (patch)
tree3b91d5cc814601e8553e1b8bd5dfb7bb073b6d9a /epan/dissectors/packet-parlay.c
parent5f90f658fefce8a5883d5b5d954a1568c3ba6303 (diff)
Eliminate a lot of function-local variables by not storing the result of
(several of the) get_CDR_*() functions: instead call the function directly in the proto_tree_add_text() calls. Eliminate a lot of global variables that are only later used in (a single) strcmp(). All the GIOP dissectors are built-in now; don't include the (#if'd out) plugin registration code in the generated dissector. Try to clean up the formatting of the generated code a bit. Regenerate the IDL dissectors; as noted in r39932, this seems to involve a lot of function re-ordering in packet-parlay.c (making the delta bigger). These changes decrease the time to compile packet-parlay.c by, on my system, about half. But it still complains: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without and it still takes "too long." svn path=/trunk/; revision=43609
Diffstat (limited to 'epan/dissectors/packet-parlay.c')
-rw-r--r--epan/dissectors/packet-parlay.c17386
1 files changed, 8083 insertions, 9303 deletions
diff --git a/epan/dissectors/packet-parlay.c b/epan/dissectors/packet-parlay.c
index 48d92b205a..74ae453aaa 100644
--- a/epan/dissectors/packet-parlay.c
+++ b/epan/dissectors/packet-parlay.c
@@ -12,7 +12,7 @@
/*
* Wireshark - Network traffic analyzer
* By Gerald Combs
- * Copyright 1999 - 2006 Gerald Combs
+ * Copyright 1999 - 2012 Gerald Combs
*/
static int hf_operationrequest = -1;/* Request_Operation field */
@@ -61,1162 +61,930 @@ static proto_tree *start_dissecting(tvbuff_t *tvb, packet_info *pinfo, proto_tre
/* Struct = IDL:org/csapi/TpAddress:1.0 */
-
static void decode_org_csapi_TpAddress_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/TpAddressRange:1.0 */
-
static void decode_org_csapi_TpAddressRange_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/TpCAIElements:1.0 */
-
static void decode_org_csapi_TpCAIElements_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/TpChargeAdviceInfo:1.0 */
-
static void decode_org_csapi_TpChargeAdviceInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/TpChargePerTime:1.0 */
-
static void decode_org_csapi_TpChargePerTime_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/TpAoCInfo:1.0 */
-
static void decode_org_csapi_TpAoCInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/TpTimeInterval:1.0 */
-
static void decode_org_csapi_TpTimeInterval_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/TpStructuredAttributeValue:1.0 */
-
static void decode_org_csapi_TpStructuredAttributeValue_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/TpAttribute:1.0 */
-
static void decode_org_csapi_TpAttribute_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/fw/TpFaultStats:1.0 */
-
static void decode_org_csapi_fw_TpFaultStats_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/fw/TpFaultStatsRecord:1.0 */
-
static void decode_org_csapi_fw_TpFaultStatsRecord_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/fw/TpLoadPolicy:1.0 */
-
static void decode_org_csapi_fw_TpLoadPolicy_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/fw/TpLoadStatisticData:1.0 */
-
static void decode_org_csapi_fw_TpLoadStatisticData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/fw/TpLoadThreshold:1.0 */
-
static void decode_org_csapi_fw_TpLoadThreshold_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/fw/TpLoadInitVal:1.0 */
-
static void decode_org_csapi_fw_TpLoadInitVal_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/fw/TpProperty:1.0 */
-
static void decode_org_csapi_fw_TpProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/fw/TpClientAppDescription:1.0 */
-
static void decode_org_csapi_fw_TpClientAppDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/fw/TpEntOp:1.0 */
-
static void decode_org_csapi_fw_TpEntOp_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/fw/TpSag:1.0 */
-
static void decode_org_csapi_fw_TpSag_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/fw/TpServiceProperty:1.0 */
-
static void decode_org_csapi_fw_TpServiceProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/fw/TpServiceDescription:1.0 */
-
static void decode_org_csapi_fw_TpServiceDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/fw/TpService:1.0 */
-
static void decode_org_csapi_fw_TpService_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/fw/TpServiceProfileDescription:1.0 */
-
static void decode_org_csapi_fw_TpServiceProfileDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/fw/TpServiceTypeProperty:1.0 */
-
static void decode_org_csapi_fw_TpServiceTypeProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/fw/TpServiceTypeDescription:1.0 */
-
static void decode_org_csapi_fw_TpServiceTypeDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/fw/TpSignatureAndServiceMgr:1.0 */
-
static void decode_org_csapi_fw_TpSignatureAndServiceMgr_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/fw/TpPerson:1.0 */
-
static void decode_org_csapi_fw_TpPerson_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/fw/TpServiceContractDescription:1.0 */
-
static void decode_org_csapi_fw_TpServiceContractDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/fw/TpLoadStatistic:1.0 */
-
static void decode_org_csapi_fw_TpLoadStatistic_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/fw/TpServiceContract:1.0 */
-
static void decode_org_csapi_fw_TpServiceContract_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/fw/TpServiceProfile:1.0 */
-
static void decode_org_csapi_fw_TpServiceProfile_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/fw/TpAuthDomain:1.0 */
-
static void decode_org_csapi_fw_TpAuthDomain_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/fw/TpSagProfilePair:1.0 */
-
static void decode_org_csapi_fw_TpSagProfilePair_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/fw/TpAddSagMembersConflict:1.0 */
-
static void decode_org_csapi_fw_TpAddSagMembersConflict_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/fw/TpAssignSagToServiceProfileConflict:1.0 */
-
static void decode_org_csapi_fw_TpAssignSagToServiceProfileConflict_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/fw/TpServiceTypePropertyValue:1.0 */
-
static void decode_org_csapi_fw_TpServiceTypePropertyValue_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/fw/TpFwMigrationServiceAvailableInfo:1.0 */
-
static void decode_org_csapi_fw_TpFwMigrationServiceAvailableInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/fw/TpFwAgreementInfo:1.0 */
-
static void decode_org_csapi_fw_TpFwAgreementInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/ui/TpUIMessageCriteria:1.0 */
-
static void decode_org_csapi_ui_TpUIMessageCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/ui/TpUIEventInfo:1.0 */
-
static void decode_org_csapi_ui_TpUIEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/ui/TpUIEventCriteria:1.0 */
-
static void decode_org_csapi_ui_TpUIEventCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/ui/TpUIEventCriteriaResult:1.0 */
-
static void decode_org_csapi_ui_TpUIEventCriteriaResult_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/ui/TpUIEventNotificationInfo:1.0 */
-
static void decode_org_csapi_ui_TpUIEventNotificationInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/ui/TpUIRecognitionProperty:1.0 */
-
static void decode_org_csapi_ui_TpUIRecognitionProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/ui/TpUIRecognitionCriteria:1.0 */
-
static void decode_org_csapi_ui_TpUIRecognitionCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/ui/TpUICollectCriteria:1.0 */
-
static void decode_org_csapi_ui_TpUICollectCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/ui/TpUIWordOverride:1.0 */
-
static void decode_org_csapi_ui_TpUIWordOverride_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/ui/TpUISynthesisInfoData:1.0 */
-
static void decode_org_csapi_ui_TpUISynthesisInfoData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/TpCallError:1.0 */
-
static void decode_org_csapi_cc_TpCallError_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/TpCallEndedReport:1.0 */
-
static void decode_org_csapi_cc_TpCallEndedReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/TpCallInfoReport:1.0 */
-
static void decode_org_csapi_cc_TpCallInfoReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/TpCallServiceCode:1.0 */
-
static void decode_org_csapi_cc_TpCallServiceCode_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/TpCallTreatment:1.0 */
-
static void decode_org_csapi_cc_TpCallTreatment_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/TpCallChargePlan:1.0 */
-
static void decode_org_csapi_cc_TpCallChargePlan_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/gccs/TpCallEventCriteria:1.0 */
-
static void decode_org_csapi_cc_gccs_TpCallEventCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/gccs/TpCallEventCriteriaResult:1.0 */
-
static void decode_org_csapi_cc_gccs_TpCallEventCriteriaResult_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/gccs/TpCallReleaseCause:1.0 */
-
static void decode_org_csapi_cc_gccs_TpCallReleaseCause_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/gccs/TpCallReport:1.0 */
-
static void decode_org_csapi_cc_gccs_TpCallReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/gccs/TpCallReportRequest:1.0 */
-
static void decode_org_csapi_cc_gccs_TpCallReportRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/gccs/TpCallEventInfo:1.0 */
-
static void decode_org_csapi_cc_gccs_TpCallEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/gccs/TpCallEndedReport:1.0 */
-
static void decode_org_csapi_cc_gccs_TpCallEndedReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/gccs/TpCallInfoReport:1.0 */
-
static void decode_org_csapi_cc_gccs_TpCallInfoReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/gccs/TpCallTreatment:1.0 */
-
static void decode_org_csapi_cc_gccs_TpCallTreatment_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/gccs/TpCallIdentifier:1.0 */
-
static void decode_org_csapi_cc_gccs_TpCallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/TpCallNotificationScope:1.0 */
-
static void decode_org_csapi_cc_TpCallNotificationScope_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/TpCallNotificationReportScope:1.0 */
-
static void decode_org_csapi_cc_TpCallNotificationReportScope_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/TpCallEventRequest:1.0 */
-
static void decode_org_csapi_cc_TpCallEventRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/TpCallNotificationRequest:1.0 */
-
static void decode_org_csapi_cc_TpCallNotificationRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/TpNotificationRequested:1.0 */
-
static void decode_org_csapi_cc_TpNotificationRequested_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/TpCallLegConnectionProperties:1.0 */
-
static void decode_org_csapi_cc_TpCallLegConnectionProperties_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/TpCallEventInfo:1.0 */
-
static void decode_org_csapi_cc_TpCallEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/TpNotificationRequestedSetEntry:1.0 */
-
static void decode_org_csapi_cc_TpNotificationRequestedSetEntry_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/TpCarrier:1.0 */
-
static void decode_org_csapi_cc_TpCarrier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/TpCallNotificationInfo:1.0 */
-
static void decode_org_csapi_cc_TpCallNotificationInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/TpCallLegInfoReport:1.0 */
-
static void decode_org_csapi_cc_TpCallLegInfoReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/TpCallLegProperty:1.0 */
-
static void decode_org_csapi_cc_TpCallLegProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/mpccs/TpMultiPartyCallIdentifier:1.0 */
-
static void decode_org_csapi_cc_mpccs_TpMultiPartyCallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/mpccs/TpCallLegIdentifier:1.0 */
-
static void decode_org_csapi_cc_mpccs_TpCallLegIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/mpccs/TpAppCallLegCallBack:1.0 */
-
static void decode_org_csapi_cc_mpccs_TpAppCallLegCallBack_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/mmccs/TpCallSuperviseVolume:1.0 */
-
static void decode_org_csapi_cc_mmccs_TpCallSuperviseVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/mmccs/TpMediaStreamRequest:1.0 */
-
static void decode_org_csapi_cc_mmccs_TpMediaStreamRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/mmccs/TpMediaStream:1.0 */
-
static void decode_org_csapi_cc_mmccs_TpMediaStream_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/mmccs/TpNotificationMediaRequest:1.0 */
-
static void decode_org_csapi_cc_mmccs_TpNotificationMediaRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/mmccs/TpMediaNotificationRequested:1.0 */
-
static void decode_org_csapi_cc_mmccs_TpMediaNotificationRequested_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/mmccs/TpMultiMediaCallIdentifier:1.0 */
-
static void decode_org_csapi_cc_mmccs_TpMultiMediaCallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/mmccs/TpMultiMediaCallLegIdentifier:1.0 */
-
static void decode_org_csapi_cc_mmccs_TpMultiMediaCallLegIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/mmccs/TpAppMultiMediaCallLegCallBack:1.0 */
-
static void decode_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/cccs/TpMonoMediaConfPolicy:1.0 */
-
static void decode_org_csapi_cc_cccs_TpMonoMediaConfPolicy_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/cccs/TpJoinEventInfo:1.0 */
-
static void decode_org_csapi_cc_cccs_TpJoinEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/cccs/TpConfSearchCriteria:1.0 */
-
static void decode_org_csapi_cc_cccs_TpConfSearchCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/cccs/TpConfSearchResult:1.0 */
-
static void decode_org_csapi_cc_cccs_TpConfSearchResult_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/cccs/TpMultiMediaConfPolicy:1.0 */
-
static void decode_org_csapi_cc_cccs_TpMultiMediaConfPolicy_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/cccs/TpResourceReservation:1.0 */
-
static void decode_org_csapi_cc_cccs_TpResourceReservation_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/cccs/TpConfCallIdentifier:1.0 */
-
static void decode_org_csapi_cc_cccs_TpConfCallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cc/cccs/TpSubConfCallIdentifier:1.0 */
-
static void decode_org_csapi_cc_cccs_TpSubConfCallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/ui/TpUIIdentifier:1.0 */
-
static void decode_org_csapi_ui_TpUIIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/ui/TpUICallIdentifier:1.0 */
-
static void decode_org_csapi_ui_TpUICallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mm/TpLocationResponseTime:1.0 */
-
static void decode_org_csapi_mm_TpLocationResponseTime_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mm/TpLocationTrigger:1.0 */
-
static void decode_org_csapi_mm_TpLocationTrigger_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mm/TpLocationRequest:1.0 */
-
static void decode_org_csapi_mm_TpLocationRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mm/TpGeographicalPosition:1.0 */
-
static void decode_org_csapi_mm_TpGeographicalPosition_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mm/TpMobilityStopAssignmentData:1.0 */
-
static void decode_org_csapi_mm_TpMobilityStopAssignmentData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mm/TpUlExtendedData:1.0 */
-
static void decode_org_csapi_mm_TpUlExtendedData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mm/TpUserLocation:1.0 */
-
static void decode_org_csapi_mm_TpUserLocation_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mm/TpUserLocationExtended:1.0 */
-
static void decode_org_csapi_mm_TpUserLocationExtended_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mm/TpLocationTriggerCamel:1.0 */
-
static void decode_org_csapi_mm_TpLocationTriggerCamel_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mm/TpUserLocationCamel:1.0 */
-
static void decode_org_csapi_mm_TpUserLocationCamel_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mm/TpUserLocationEmergencyRequest:1.0 */
-
static void decode_org_csapi_mm_TpUserLocationEmergencyRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mm/TpUserLocationEmergency:1.0 */
-
static void decode_org_csapi_mm_TpUserLocationEmergency_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mm/TpUserStatus:1.0 */
-
static void decode_org_csapi_mm_TpUserStatus_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mm/TpTriggeredStatusRequest:1.0 */
-
static void decode_org_csapi_mm_TpTriggeredStatusRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mm/TpTriggeredStatusRequestSetEntry:1.0 */
-
static void decode_org_csapi_mm_TpTriggeredStatusRequestSetEntry_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mm/TpPeriodicLocationRequest:1.0 */
-
static void decode_org_csapi_mm_TpPeriodicLocationRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mm/TpPeriodicLocationRequestSetEntry:1.0 */
-
static void decode_org_csapi_mm_TpPeriodicLocationRequestSetEntry_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mm/TpTriggeredLocationRequest:1.0 */
-
static void decode_org_csapi_mm_TpTriggeredLocationRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mm/TpTriggeredLocationRequestSetEntry:1.0 */
-
static void decode_org_csapi_mm_TpTriggeredLocationRequestSetEntry_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mm/TpUserStatusIndicatorExtended:1.0 */
-
static void decode_org_csapi_mm_TpUserStatusIndicatorExtended_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mm/TpUserInfo:1.0 */
-
static void decode_org_csapi_mm_TpUserInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mm/TpNetworkStatusIndicator:1.0 */
-
static void decode_org_csapi_mm_TpNetworkStatusIndicator_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mm/TpUserStatusExtended:1.0 */
-
static void decode_org_csapi_mm_TpUserStatusExtended_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mm/TpBindingNotificationCriteria:1.0 */
-
static void decode_org_csapi_mm_TpBindingNotificationCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/termcap/TpTerminalCapabilities:1.0 */
-
static void decode_org_csapi_termcap_TpTerminalCapabilities_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/termcap/TpTerminalCapabilityScope:1.0 */
-
static void decode_org_csapi_termcap_TpTerminalCapabilityScope_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/dsc/TpChargePerVolume:1.0 */
-
static void decode_org_csapi_dsc_TpChargePerVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/dsc/TpDataSessionChargePlan:1.0 */
-
static void decode_org_csapi_dsc_TpDataSessionChargePlan_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/dsc/TpDataSessionError:1.0 */
-
static void decode_org_csapi_dsc_TpDataSessionError_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/dsc/TpDataSessionEventCriteria:1.0 */
-
static void decode_org_csapi_dsc_TpDataSessionEventCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/dsc/TpDataSessionEventInfo:1.0 */
-
static void decode_org_csapi_dsc_TpDataSessionEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/dsc/TpDataSessionReleaseCause:1.0 */
-
static void decode_org_csapi_dsc_TpDataSessionReleaseCause_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/dsc/TpDataSessionReport:1.0 */
-
static void decode_org_csapi_dsc_TpDataSessionReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/dsc/TpDataSessionReportRequest:1.0 */
-
static void decode_org_csapi_dsc_TpDataSessionReportRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/dsc/TpDataSessionSuperviseVolume:1.0 */
-
static void decode_org_csapi_dsc_TpDataSessionSuperviseVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/dsc/TpDataSessionEventCriteriaResult:1.0 */
-
static void decode_org_csapi_dsc_TpDataSessionEventCriteriaResult_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/dsc/TpDataSessionIdentifier:1.0 */
-
static void decode_org_csapi_dsc_TpDataSessionIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/gms/TpGMSNewMessageArrivedInfo:1.0 */
-
static void decode_org_csapi_gms_TpGMSNewMessageArrivedInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/gms/TpGMSNewMessageArrivedCriteria:1.0 */
-
static void decode_org_csapi_gms_TpGMSNewMessageArrivedCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/gms/TpMailboxIdentifier:1.0 */
-
static void decode_org_csapi_gms_TpMailboxIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/gms/TpMailboxFolderIdentifier:1.0 */
-
static void decode_org_csapi_gms_TpMailboxFolderIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cm/TpNameDescrpTagTimePeriod:1.0 */
-
static void decode_org_csapi_cm_TpNameDescrpTagTimePeriod_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cm/TpNameDescrpTagTimeOfDay:1.0 */
-
static void decode_org_csapi_cm_TpNameDescrpTagTimeOfDay_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cm/TpNameDescrpTagString:1.0 */
-
static void decode_org_csapi_cm_TpNameDescrpTagString_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cm/TpNameDescrpTagMonth:1.0 */
-
static void decode_org_csapi_cm_TpNameDescrpTagMonth_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cm/TpNameDescrpTagInt:1.0 */
-
static void decode_org_csapi_cm_TpNameDescrpTagInt_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cm/TpNameDescrpTagDir:1.0 */
-
static void decode_org_csapi_cm_TpNameDescrpTagDir_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cm/TpNameDescrpTagDayOfWeek:1.0 */
-
static void decode_org_csapi_cm_TpNameDescrpTagDayOfWeek_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cm/TpNameDescrpTagDateTime:1.0 */
-
static void decode_org_csapi_cm_TpNameDescrpTagDateTime_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cm/TpLossDescriptor:1.0 */
-
static void decode_org_csapi_cm_TpLossDescriptor_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cm/TpLoadDescriptor:1.0 */
-
static void decode_org_csapi_cm_TpLoadDescriptor_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cm/TpJitterDescriptor:1.0 */
-
static void decode_org_csapi_cm_TpJitterDescriptor_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cm/TpEndpoint:1.0 */
-
static void decode_org_csapi_cm_TpEndpoint_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cm/TpDelayDescriptor:1.0 */
-
static void decode_org_csapi_cm_TpDelayDescriptor_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cm/TpNameDescrpTagExcessLoadAction:1.0 */
-
static void decode_org_csapi_cm_TpNameDescrpTagExcessLoadAction_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cm/TpValidityInfo:1.0 */
-
static void decode_org_csapi_cm_TpValidityInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cm/TpProvisionedQoSInfo:1.0 */
-
static void decode_org_csapi_cm_TpProvisionedQoSInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cm/TpPipeQoSInfo:1.0 */
-
static void decode_org_csapi_cm_TpPipeQoSInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cm/TpDsCodepoint:1.0 */
-
static void decode_org_csapi_cm_TpDsCodepoint_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cm/TpIPSubnet:1.0 */
-
static void decode_org_csapi_cm_TpIPSubnet_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/am/TpBalanceInfo:1.0 */
-
static void decode_org_csapi_am_TpBalanceInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/am/TpChargingEventInfo:1.0 */
-
static void decode_org_csapi_am_TpChargingEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/am/TpBalance:1.0 */
-
static void decode_org_csapi_am_TpBalance_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/am/TpTransactionHistory:1.0 */
-
static void decode_org_csapi_am_TpTransactionHistory_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/am/TpChargingEventCriteria:1.0 */
-
static void decode_org_csapi_am_TpChargingEventCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/am/TpChargingEventCriteriaResult:1.0 */
-
static void decode_org_csapi_am_TpChargingEventCriteriaResult_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/am/TpBalanceExpiryDate:1.0 */
-
static void decode_org_csapi_am_TpBalanceExpiryDate_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/am/TpVoucher:1.0 */
-
static void decode_org_csapi_am_TpVoucher_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cs/TpMerchantAccountID:1.0 */
-
static void decode_org_csapi_cs_TpMerchantAccountID_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cs/TpCorrelationID:1.0 */
-
static void decode_org_csapi_cs_TpCorrelationID_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cs/TpAmount:1.0 */
-
static void decode_org_csapi_cs_TpAmount_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cs/TpChargingPrice:1.0 */
-
static void decode_org_csapi_cs_TpChargingPrice_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cs/TpVolume:1.0 */
-
static void decode_org_csapi_cs_TpVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cs/TpChargingSessionID:1.0 */
-
static void decode_org_csapi_cs_TpChargingSessionID_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cs/TpPriceVolume:1.0 */
-
static void decode_org_csapi_cs_TpPriceVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cs/TpApplicationDescription:1.0 */
-
static void decode_org_csapi_cs_TpApplicationDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/cs/TpChargingParameter:1.0 */
-
static void decode_org_csapi_cs_TpChargingParameter_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/policy/TpPolicyEvent:1.0 */
-
static void decode_org_csapi_policy_TpPolicyEvent_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/policy/TpPolicyNameValue:1.0 */
-
static void decode_org_csapi_policy_TpPolicyNameValue_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/policy/TpPolicyType/TpPolicyRecordType:1.0 */
-
static void decode_org_csapi_policy_TpPolicyType_TpPolicyRecordType_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/policy/TpPolicyType/TpPolicyListType:1.0 */
-
static void decode_org_csapi_policy_TpPolicyType_TpPolicyListType_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/policy/TpPolicyVar:1.0 */
-
static void decode_org_csapi_policy_TpPolicyVar_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/policy/TpPolicyConditionListElement:1.0 */
-
static void decode_org_csapi_policy_TpPolicyConditionListElement_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/policy/TpPolicyActionListElement:1.0 */
-
static void decode_org_csapi_policy_TpPolicyActionListElement_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMAttributeDef:1.0 */
-
static void decode_org_csapi_pam_TpPAMAttributeDef_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMAttribute:1.0 */
-
static void decode_org_csapi_pam_TpPAMAttribute_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMPresenceData:1.0 */
-
static void decode_org_csapi_pam_TpPAMPresenceData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMAvailabilityProfile:1.0 */
-
static void decode_org_csapi_pam_TpPAMAvailabilityProfile_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMCommunicationContext:1.0 */
-
static void decode_org_csapi_pam_TpPAMCommunicationContext_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMContext:1.0 */
-
static void decode_org_csapi_pam_TpPAMContext_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMAccessControlData:1.0 */
-
static void decode_org_csapi_pam_TpPAMAccessControlData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMICEventData:1.0 */
-
static void decode_org_csapi_pam_TpPAMICEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMICNotificationData:1.0 */
-
static void decode_org_csapi_pam_TpPAMICNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMIDEventData:1.0 */
-
static void decode_org_csapi_pam_TpPAMIDEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMIDNotificationData:1.0 */
-
static void decode_org_csapi_pam_TpPAMIDNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMGMCEventData:1.0 */
-
static void decode_org_csapi_pam_TpPAMGMCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMGMCNotificationData:1.0 */
-
static void decode_org_csapi_pam_TpPAMGMCNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMACEventData:1.0 */
-
static void decode_org_csapi_pam_TpPAMACEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMACNotificationData:1.0 */
-
static void decode_org_csapi_pam_TpPAMACNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMADEventData:1.0 */
-
static void decode_org_csapi_pam_TpPAMADEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMADNotificationData:1.0 */
-
static void decode_org_csapi_pam_TpPAMADNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMAAEventData:1.0 */
-
static void decode_org_csapi_pam_TpPAMAAEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMAANotificationData:1.0 */
-
static void decode_org_csapi_pam_TpPAMAANotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMAUEventData:1.0 */
-
static void decode_org_csapi_pam_TpPAMAUEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMAUNotificationData:1.0 */
-
static void decode_org_csapi_pam_TpPAMAUNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMCCEventData:1.0 */
-
static void decode_org_csapi_pam_TpPAMCCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMCCNotificationData:1.0 */
-
static void decode_org_csapi_pam_TpPAMCCNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMACPSEventData:1.0 */
-
static void decode_org_csapi_pam_TpPAMACPSEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMACPSNotificationData:1.0 */
-
static void decode_org_csapi_pam_TpPAMACPSNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMAPSEventData:1.0 */
-
static void decode_org_csapi_pam_TpPAMAPSEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMAPSNotificationData:1.0 */
-
static void decode_org_csapi_pam_TpPAMAPSNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMIPSEventData:1.0 */
-
static void decode_org_csapi_pam_TpPAMIPSEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMIPSNotificationData:1.0 */
-
static void decode_org_csapi_pam_TpPAMIPSNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMAVCEventData:1.0 */
-
static void decode_org_csapi_pam_TpPAMAVCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMAVCNotificationData:1.0 */
-
static void decode_org_csapi_pam_TpPAMAVCNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMWCEventData:1.0 */
-
static void decode_org_csapi_pam_TpPAMWCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMWCNotificationData:1.0 */
-
static void decode_org_csapi_pam_TpPAMWCNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/pam/TpPAMErrorInfo:1.0 */
-
static void decode_org_csapi_pam_TpPAMErrorInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mmm/TpMailboxIdentifier:1.0 */
-
static void decode_org_csapi_mmm_TpMailboxIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mmm/TpMultiMediaMessagingIdentifier:1.0 */
-
static void decode_org_csapi_mmm_TpMultiMediaMessagingIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mmm/TpListMessagesCriteria:1.0 */
-
static void decode_org_csapi_mmm_TpListMessagesCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mmm/TpMailboxFolderStatusInformation:1.0 */
-
static void decode_org_csapi_mmm_TpMailboxFolderStatusInformation_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mmm/TpMessageDescription:1.0 */
-
static void decode_org_csapi_mmm_TpMessageDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mmm/TpBodyPartDescription:1.0 */
-
static void decode_org_csapi_mmm_TpBodyPartDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mmm/TpBodyPart:1.0 */
-
static void decode_org_csapi_mmm_TpBodyPart_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mmm/TpGenericHeaderField:1.0 */
-
static void decode_org_csapi_mmm_TpGenericHeaderField_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mmm/TpMessageInfoPropertyError:1.0 */
-
static void decode_org_csapi_mmm_TpMessageInfoPropertyError_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mmm/TpNewMailboxMessageArrivedCriteria:1.0 */
-
static void decode_org_csapi_mmm_TpNewMailboxMessageArrivedCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mmm/TpNewMailboxMessageArrivedInfo:1.0 */
-
static void decode_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mmm/TpQueryStatusReport:1.0 */
-
static void decode_org_csapi_mmm_TpQueryStatusReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mmm/TpTerminatingAddressList:1.0 */
-
static void decode_org_csapi_mmm_TpTerminatingAddressList_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mmm/TpNewMessageArrivedCriteria:1.0 */
-
static void decode_org_csapi_mmm_TpNewMessageArrivedCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mmm/TpMessagingNotificationRequested:1.0 */
-
static void decode_org_csapi_mmm_TpMessagingNotificationRequested_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mmm/TpMessagingNotificationRequestedSetEntry:1.0 */
-
static void decode_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
/* Struct = IDL:org/csapi/mmm/TpNewMessageArrivedInfo:1.0 */
-
static void decode_org_csapi_mmm_TpNewMessageArrivedInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
@@ -1226,360 +994,209 @@ static void decode_org_csapi_mmm_TpNewMessageArrivedInfo_st(tvbuff_t *tvb _U_, p
/* Union prototype declaration Start */
-
/* Union = IDL:org/csapi/TpAoCOrder:1.0 */
-
static void decode_org_csapi_TpAoCOrder_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/TpSimpleAttributeValue:1.0 */
-
static void decode_org_csapi_TpSimpleAttributeValue_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/TpAttributeValue:1.0 */
-
static void decode_org_csapi_TpAttributeValue_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/fw/TpFwEventCriteria:1.0 */
-
static void decode_org_csapi_fw_TpFwEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/fw/TpLoadStatisticEntityID:1.0 */
-
static void decode_org_csapi_fw_TpLoadStatisticEntityID_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/fw/TpLoadStatisticInfo:1.0 */
-
static void decode_org_csapi_fw_TpLoadStatisticInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/fw/TpDomainID:1.0 */
-
static void decode_org_csapi_fw_TpDomainID_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/fw/TpMigrationAdditionalInfo:1.0 */
-
static void decode_org_csapi_fw_TpMigrationAdditionalInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/fw/TpFwEventInfo:1.0 */
-
static void decode_org_csapi_fw_TpFwEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/ui/TpUIVariableInfo:1.0 */
-
static void decode_org_csapi_ui_TpUIVariableInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/ui/TpUIInfo:1.0 */
-
static void decode_org_csapi_ui_TpUIInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/cc/TpCallAdditionalErrorInfo:1.0 */
-
static void decode_org_csapi_cc_TpCallAdditionalErrorInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/cc/TpCallLoadControlMechanism:1.0 */
-
static void decode_org_csapi_cc_TpCallLoadControlMechanism_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/cc/TpCallAdditionalTreatmentInfo:1.0 */
-
static void decode_org_csapi_cc_TpCallAdditionalTreatmentInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/cc/TpCallPartyToChargeAdditionalInfo:1.0 */
-
static void decode_org_csapi_cc_TpCallPartyToChargeAdditionalInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/cc/gccs/TpCallAppInfo:1.0 */
-
static void decode_org_csapi_cc_gccs_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/cc/gccs/TpCallAdditionalReportInfo:1.0 */
-
static void decode_org_csapi_cc_gccs_TpCallAdditionalReportInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/cc/gccs/TpCallAdditionalReportCriteria:1.0 */
-
static void decode_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/cc/TpCallAdditionalEventInfo:1.0 */
-
static void decode_org_csapi_cc_TpCallAdditionalEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/cc/TpAdditionalCallEventCriteria:1.0 */
-
static void decode_org_csapi_cc_TpAdditionalCallEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/cc/TpCallAppInfo:1.0 */
-
static void decode_org_csapi_cc_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/cc/mpccs/TpAppMultiPartyCallBack:1.0 */
-
static void decode_org_csapi_cc_mpccs_TpAppMultiPartyCallBack_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/cc/mmccs/TpMediaStreamDataTypeRequest:1.0 */
-
static void decode_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/cc/mmccs/TpAppMultiMediaCallBack:1.0 */
-
static void decode_org_csapi_cc_mmccs_TpAppMultiMediaCallBack_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/cc/cccs/TpConfPolicy:1.0 */
-
static void decode_org_csapi_cc_cccs_TpConfPolicy_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/ui/TpUITargetObject:1.0 */
-
static void decode_org_csapi_ui_TpUITargetObject_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/mm/TpBindingEntry:1.0 */
-
static void decode_org_csapi_mm_TpBindingEntry_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/dsc/TpDataSessionChargeOrder:1.0 */
-
static void decode_org_csapi_dsc_TpDataSessionChargeOrder_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/dsc/TpDataSessionAdditionalErrorInfo:1.0 */
-
static void decode_org_csapi_dsc_TpDataSessionAdditionalErrorInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/dsc/TpDataSessionAdditionalReportInfo:1.0 */
-
static void decode_org_csapi_dsc_TpDataSessionAdditionalReportInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/gms/TpMessageInfoProperty:1.0 */
-
static void decode_org_csapi_gms_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/gms/TpMailboxInfoProperty:1.0 */
-
static void decode_org_csapi_gms_TpMailboxInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/gms/TpMessagingEventInfo:1.0 */
-
static void decode_org_csapi_gms_TpMessagingEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/gms/TpMessagingEventCriteria:1.0 */
-
static void decode_org_csapi_gms_TpMessagingEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/gms/TpFolderInfoProperty:1.0 */
-
static void decode_org_csapi_gms_TpFolderInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/cs/TpChargingParameterValue:1.0 */
-
static void decode_org_csapi_cs_TpChargingParameterValue_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/cs/TpAppInformation:1.0 */
-
static void decode_org_csapi_cs_TpAppInformation_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/policy/TpPolicyType:1.0 */
-
static void decode_org_csapi_policy_TpPolicyType_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/pam/TpPAMContextData:1.0 */
-
static void decode_org_csapi_pam_TpPAMContextData_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/pam/TpPAMEventInfo:1.0 */
-
static void decode_org_csapi_pam_TpPAMEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/pam/TpPAMNotificationInfo:1.0 */
-
static void decode_org_csapi_pam_TpPAMNotificationInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/pam/TpPAMPreferenceData:1.0 */
-
static void decode_org_csapi_pam_TpPAMPreferenceData_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/mmm/TpFolderInfoProperty:1.0 */
-
static void decode_org_csapi_mmm_TpFolderInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/mmm/TpMailboxInfoProperty:1.0 */
-
static void decode_org_csapi_mmm_TpMailboxInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/mmm/TpMessageInfoProperty:1.0 */
-
static void decode_org_csapi_mmm_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/mmm/TpMessageHeaderField:1.0 */
-
static void decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/mmm/TpDeliveryTime:1.0 */
-
static void decode_org_csapi_mmm_TpDeliveryTime_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/mmm/TpMessageTreatment:1.0 */
-
static void decode_org_csapi_mmm_TpMessageTreatment_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/mmm/TpMessagingEventCriteria:1.0 */
-
static void decode_org_csapi_mmm_TpMessagingEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
-
/* Union = IDL:org/csapi/mmm/TpMessagingEventInfo:1.0 */
-
static void decode_org_csapi_mmm_TpMessagingEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
-
/* Union prototype declaration End */
-
/* Initialise the protocol and subtree pointers */
static int proto_parlay = -1;
@@ -1598,1110 +1215,9 @@ static guint32 boundary = GIOP_HEADER_SIZE; /* initial value */
/* TODO - Use registered fields */
/*
- * IDL Operations Start
- */
-
-static const char org_csapi_IpService_setCallback_op[] = "setCallback" ;
-static const char org_csapi_IpService_setCallbackWithSessionID_op[] = "setCallbackWithSessionID" ;
-static const char org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthentication_op[] = "initiateAuthentication" ;
-static const char org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticationWithVersion_op[] = "initiateAuthenticationWithVersion" ;
-static const char org_csapi_fw_fw_access_trust_and_security_IpAuthentication_requestAccess_op[] = "requestAccess" ;
-static const char org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_op[] = "terminateAccess" ;
-static const char org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterface_op[] = "obtainInterface" ;
-static const char org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterfaceWithCallback_op[] = "obtainInterfaceWithCallback" ;
-static const char org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess_op[] = "endAccess" ;
-static const char org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_op[] = "listInterfaces" ;
-static const char org_csapi_fw_fw_access_trust_and_security_IpAccess_releaseInterface_op[] = "releaseInterface" ;
-static const char org_csapi_fw_fw_access_trust_and_security_IpAccess_selectSigningAlgorithm_op[] = "selectSigningAlgorithm" ;
-static const char org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_op[] = "terminateAccess" ;
-static const char org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_op[] = "relinquishInterface" ;
-static const char org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_op[] = "authenticate" ;
-static const char org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_abortAuthentication_op[] = "abortAuthentication" ;
-static const char org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticationSucceeded_op[] = "authenticationSucceeded" ;
-static const char org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_op[] = "challenge" ;
-static const char org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectEncryptionMethod_op[] = "selectEncryptionMethod" ;
-static const char org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_op[] = "authenticate" ;
-static const char org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_abortAuthentication_op[] = "abortAuthentication" ;
-static const char org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticationSucceeded_op[] = "authenticationSucceeded" ;
-static const char org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectAuthenticationMechanism_op[] = "selectAuthenticationMechanism" ;
-static const char org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_op[] = "challenge" ;
-static const char org_csapi_fw_fw_application_notification_IpAppEventNotification_reportNotification_op[] = "reportNotification" ;
-static const char org_csapi_fw_fw_application_notification_IpAppEventNotification_notificationTerminated_op[] = "notificationTerminated" ;
-static const char org_csapi_fw_fw_application_notification_IpEventNotification_createNotification_op[] = "createNotification" ;
-static const char org_csapi_fw_fw_application_notification_IpEventNotification_destroyNotification_op[] = "destroyNotification" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestRes_op[] = "activityTestRes" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppFaultManager_appActivityTestReq_op[] = "appActivityTestReq" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultReportInd_op[] = "fwFaultReportInd" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultRecoveryInd_op[] = "fwFaultRecoveryInd" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUnavailableInd_op[] = "svcUnavailableInd" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_op[] = "genFaultStatsRecordRes" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwUnavailableInd_op[] = "fwUnavailableInd" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestErr_op[] = "activityTestErr" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_op[] = "genFaultStatsRecordErr" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppFaultManager_appUnavailableInd_op[] = "appUnavailableInd" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordReq_op[] = "genFaultStatsRecordReq" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAvailStatusInd_op[] = "svcAvailStatusInd" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_op[] = "generateFaultStatisticsRecordRes" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_op[] = "generateFaultStatisticsRecordErr" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordReq_op[] = "generateFaultStatisticsRecordReq" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwAvailStatusInd_op[] = "fwAvailStatusInd" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadReq_op[] = "queryAppLoadReq" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes_op[] = "queryLoadRes" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadErr_op[] = "queryLoadErr" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification_op[] = "loadLevelNotification" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppLoadManager_resumeNotification_op[] = "resumeNotification" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppLoadManager_suspendNotification_op[] = "suspendNotification" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppLoadManager_createLoadLevelNotification_op[] = "createLoadLevelNotification" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppLoadManager_destroyLoadLevelNotification_op[] = "destroyLoadLevelNotification" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadStatsReq_op[] = "queryAppLoadStatsReq" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_op[] = "queryLoadStatsRes" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsErr_op[] = "queryLoadStatsErr" ;
-static const char org_csapi_fw_fw_application_integrity_IpLoadManager_reportLoad_op[] = "reportLoad" ;
-static const char org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_op[] = "queryLoadReq" ;
-static const char org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes_op[] = "queryAppLoadRes" ;
-static const char org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadErr_op[] = "queryAppLoadErr" ;
-static const char org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_op[] = "createLoadLevelNotification" ;
-static const char org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_op[] = "destroyLoadLevelNotification" ;
-static const char org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_op[] = "resumeNotification" ;
-static const char org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_op[] = "suspendNotification" ;
-static const char org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_op[] = "queryLoadStatsReq" ;
-static const char org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_op[] = "queryAppLoadStatsRes" ;
-static const char org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsErr_op[] = "queryAppLoadStatsErr" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery_op[] = "systemDateTimeQuery" ;
-static const char org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery_op[] = "systemDateTimeQuery" ;
-static const char org_csapi_fw_fw_application_integrity_IpFaultManager_activityTestReq_op[] = "activityTestReq" ;
-static const char org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestRes_op[] = "appActivityTestRes" ;
-static const char org_csapi_fw_fw_application_integrity_IpFaultManager_svcUnavailableInd_op[] = "svcUnavailableInd" ;
-static const char org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_op[] = "genFaultStatsRecordReq" ;
-static const char org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestErr_op[] = "appActivityTestErr" ;
-static const char org_csapi_fw_fw_application_integrity_IpFaultManager_appUnavailableInd_op[] = "appUnavailableInd" ;
-static const char org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordRes_op[] = "genFaultStatsRecordRes" ;
-static const char org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordErr_op[] = "genFaultStatsRecordErr" ;
-static const char org_csapi_fw_fw_application_integrity_IpFaultManager_appAvailStatusInd_op[] = "appAvailStatusInd" ;
-static const char org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_op[] = "generateFaultStatisticsRecordReq" ;
-static const char org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordRes_op[] = "generateFaultStatisticsRecordRes" ;
-static const char org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordErr_op[] = "generateFaultStatisticsRecordErr" ;
-static const char org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_enableHeartBeat_op[] = "enableHeartBeat" ;
-static const char org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_disableHeartBeat_op[] = "disableHeartBeat" ;
-static const char org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_changeInterval_op[] = "changeInterval" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppHeartBeat_pulse_op[] = "pulse" ;
-static const char org_csapi_fw_fw_application_integrity_IpHeartBeat_pulse_op[] = "pulse" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_enableAppHeartBeat_op[] = "enableAppHeartBeat" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_disableAppHeartBeat_op[] = "disableAppHeartBeat" ;
-static const char org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_changeInterval_op[] = "changeInterval" ;
-static const char org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_op[] = "listServiceTypes" ;
-static const char org_csapi_fw_fw_application_discovery_IpServiceDiscovery_describeServiceType_op[] = "describeServiceType" ;
-static const char org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_op[] = "discoverService" ;
-static const char org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices_op[] = "listSubscribedServices" ;
-static const char org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_op[] = "signServiceAgreement" ;
-static const char org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_op[] = "terminateServiceAgreement" ;
-static const char org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement_op[] = "signServiceAgreement" ;
-static const char org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_op[] = "terminateServiceAgreement" ;
-static const char org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_selectService_op[] = "selectService" ;
-static const char org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_initiateSignServiceAgreement_op[] = "initiateSignServiceAgreement" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_createServiceProfile_op[] = "createServiceProfile" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_modifyServiceProfile_op[] = "modifyServiceProfile" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deleteServiceProfile_op[] = "deleteServiceProfile" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_assign_op[] = "assign" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deassign_op[] = "deassign" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo_op[] = "requestConflictInfo" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_op[] = "listServiceProfiles" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_describeServiceProfile_op[] = "describeServiceProfile" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_op[] = "listAssignedMembers" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_createServiceContract_op[] = "createServiceContract" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_modifyServiceContract_op[] = "modifyServiceContract" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_deleteServiceContract_op[] = "deleteServiceContract" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_describeServiceContract_op[] = "describeServiceContract" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_op[] = "listServiceContracts" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_op[] = "listServiceProfiles" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount_op[] = "modifyEntOpAccount" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_deleteEntOpAccount_op[] = "deleteEntOpAccount" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountInfoQuery_describeEntOpAccount_op[] = "describeEntOpAccount" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createClientApp_op[] = "createClientApp" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_modifyClientApp_op[] = "modifyClientApp" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteClientApp_op[] = "deleteClientApp" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_op[] = "createSAG" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_modifySAG_op[] = "modifySAG" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteSAG_op[] = "deleteSAG" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_op[] = "addSAGMembers" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_op[] = "removeSAGMembers" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo_op[] = "requestConflictInfo" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeClientApp_op[] = "describeClientApp" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_op[] = "listClientApps" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeSAG_op[] = "describeSAG" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_op[] = "listSAGs" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_op[] = "listSAGMembers" ;
-static const char org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_op[] = "listClientAppMembership" ;
-static const char org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_reportNotification_op[] = "reportNotification" ;
-static const char org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_notificationTerminated_op[] = "notificationTerminated" ;
-static const char org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_createNotification_op[] = "createNotification" ;
-static const char org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_destroyNotification_op[] = "destroyNotification" ;
-static const char org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_op[] = "listServiceTypes" ;
-static const char org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_describeServiceType_op[] = "describeServiceType" ;
-static const char org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_op[] = "discoverService" ;
-static const char org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices_op[] = "listRegisteredServices" ;
-static const char org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_op[] = "createServiceManager" ;
-static const char org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_destroyServiceManager_op[] = "destroyServiceManager" ;
-static const char org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_op[] = "registerService" ;
-static const char org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_announceServiceAvailability_op[] = "announceServiceAvailability" ;
-static const char org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unregisterService_op[] = "unregisterService" ;
-static const char org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_describeService_op[] = "describeService" ;
-static const char org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unannounceService_op[] = "unannounceService" ;
-static const char org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_op[] = "registerServiceSubType" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadReq_op[] = "querySvcLoadReq" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes_op[] = "queryLoadRes" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadErr_op[] = "queryLoadErr" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification_op[] = "loadLevelNotification" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcLoadManager_suspendNotification_op[] = "suspendNotification" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcLoadManager_resumeNotification_op[] = "resumeNotification" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcLoadManager_createLoadLevelNotification_op[] = "createLoadLevelNotification" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcLoadManager_destroyLoadLevelNotification_op[] = "destroyLoadLevelNotification" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadStatsReq_op[] = "querySvcLoadStatsReq" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_op[] = "queryLoadStatsRes" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsErr_op[] = "queryLoadStatsErr" ;
-static const char org_csapi_fw_fw_service_integrity_IpFwLoadManager_reportLoad_op[] = "reportLoad" ;
-static const char org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadReq_op[] = "queryLoadReq" ;
-static const char org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes_op[] = "querySvcLoadRes" ;
-static const char org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadErr_op[] = "querySvcLoadErr" ;
-static const char org_csapi_fw_fw_service_integrity_IpFwLoadManager_createLoadLevelNotification_op[] = "createLoadLevelNotification" ;
-static const char org_csapi_fw_fw_service_integrity_IpFwLoadManager_destroyLoadLevelNotification_op[] = "destroyLoadLevelNotification" ;
-static const char org_csapi_fw_fw_service_integrity_IpFwLoadManager_suspendNotification_op[] = "suspendNotification" ;
-static const char org_csapi_fw_fw_service_integrity_IpFwLoadManager_resumeNotification_op[] = "resumeNotification" ;
-static const char org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadStatsReq_op[] = "queryLoadStatsReq" ;
-static const char org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_op[] = "querySvcLoadStatsRes" ;
-static const char org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsErr_op[] = "querySvcLoadStatsErr" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestRes_op[] = "activityTestRes" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcActivityTestReq_op[] = "svcActivityTestReq" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultReportInd_op[] = "fwFaultReportInd" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultRecoveryInd_op[] = "fwFaultRecoveryInd" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwUnavailableInd_op[] = "fwUnavailableInd" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcUnavailableInd_op[] = "svcUnavailableInd" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appUnavailableInd_op[] = "appUnavailableInd" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordRes_op[] = "genFaultStatsRecordRes" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestErr_op[] = "activityTestErr" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordErr_op[] = "genFaultStatsRecordErr" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_op[] = "genFaultStatsRecordReq" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatsRecordReq_op[] = "generateFaultStatsRecordReq" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appAvailStatusInd_op[] = "appAvailStatusInd" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordRes_op[] = "generateFaultStatisticsRecordRes" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordErr_op[] = "generateFaultStatisticsRecordErr" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordReq_op[] = "generateFaultStatisticsRecordReq" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwAvailStatusInd_op[] = "fwAvailStatusInd" ;
-static const char org_csapi_fw_fw_service_integrity_IpFwFaultManager_activityTestReq_op[] = "activityTestReq" ;
-static const char org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestRes_op[] = "svcActivityTestRes" ;
-static const char org_csapi_fw_fw_service_integrity_IpFwFaultManager_appUnavailableInd_op[] = "appUnavailableInd" ;
-static const char org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordReq_op[] = "genFaultStatsRecordReq" ;
-static const char org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcUnavailableInd_op[] = "svcUnavailableInd" ;
-static const char org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestErr_op[] = "svcActivityTestErr" ;
-static const char org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_op[] = "genFaultStatsRecordRes" ;
-static const char org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_op[] = "genFaultStatsRecordErr" ;
-static const char org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordRes_op[] = "generateFaultStatsRecordRes" ;
-static const char org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordErr_op[] = "generateFaultStatsRecordErr" ;
-static const char org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcAvailStatusInd_op[] = "svcAvailStatusInd" ;
-static const char org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordReq_op[] = "generateFaultStatisticsRecordReq" ;
-static const char org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordRes_op[] = "generateFaultStatisticsRecordRes" ;
-static const char org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordErr_op[] = "generateFaultStatisticsRecordErr" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery_op[] = "systemDateTimeQuery" ;
-static const char org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery_op[] = "systemDateTimeQuery" ;
-static const char org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_enableHeartBeat_op[] = "enableHeartBeat" ;
-static const char org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_disableHeartBeat_op[] = "disableHeartBeat" ;
-static const char org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_changeInterval_op[] = "changeInterval" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcHeartBeat_pulse_op[] = "pulse" ;
-static const char org_csapi_fw_fw_service_integrity_IpFwHeartBeat_pulse_op[] = "pulse" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_enableSvcHeartBeat_op[] = "enableSvcHeartBeat" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_disableSvcHeartBeat_op[] = "disableSvcHeartBeat" ;
-static const char org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_changeInterval_op[] = "changeInterval" ;
-static const char org_csapi_fw_fw_service_notification_IpFwEventNotification_createNotification_op[] = "createNotification" ;
-static const char org_csapi_fw_fw_service_notification_IpFwEventNotification_destroyNotification_op[] = "destroyNotification" ;
-static const char org_csapi_fw_fw_service_notification_IpSvcEventNotification_reportNotification_op[] = "reportNotification" ;
-static const char org_csapi_fw_fw_service_notification_IpSvcEventNotification_notificationTerminated_op[] = "notificationTerminated" ;
-static const char org_csapi_cc_gccs_IpAppCall_routeRes_op[] = "routeRes" ;
-static const char org_csapi_cc_gccs_IpAppCall_routeErr_op[] = "routeErr" ;
-static const char org_csapi_cc_gccs_IpAppCall_getCallInfoRes_op[] = "getCallInfoRes" ;
-static const char org_csapi_cc_gccs_IpAppCall_getCallInfoErr_op[] = "getCallInfoErr" ;
-static const char org_csapi_cc_gccs_IpAppCall_superviseCallRes_op[] = "superviseCallRes" ;
-static const char org_csapi_cc_gccs_IpAppCall_superviseCallErr_op[] = "superviseCallErr" ;
-static const char org_csapi_cc_gccs_IpAppCall_callFaultDetected_op[] = "callFaultDetected" ;
-static const char org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsRes_op[] = "getMoreDialledDigitsRes" ;
-static const char org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsErr_op[] = "getMoreDialledDigitsErr" ;
-static const char org_csapi_cc_gccs_IpAppCall_callEnded_op[] = "callEnded" ;
-static const char org_csapi_cc_gccs_IpCall_routeReq_op[] = "routeReq" ;
-static const char org_csapi_cc_gccs_IpCall_release_op[] = "release" ;
-static const char org_csapi_cc_gccs_IpCall_deassignCall_op[] = "deassignCall" ;
-static const char org_csapi_cc_gccs_IpCall_getCallInfoReq_op[] = "getCallInfoReq" ;
-static const char org_csapi_cc_gccs_IpCall_setCallChargePlan_op[] = "setCallChargePlan" ;
-static const char org_csapi_cc_gccs_IpCall_setAdviceOfCharge_op[] = "setAdviceOfCharge" ;
-static const char org_csapi_cc_gccs_IpCall_getMoreDialledDigitsReq_op[] = "getMoreDialledDigitsReq" ;
-static const char org_csapi_cc_gccs_IpCall_superviseCallReq_op[] = "superviseCallReq" ;
-static const char org_csapi_cc_gccs_IpCall_continueProcessing_op[] = "continueProcessing" ;
-static const char org_csapi_cc_gccs_IpAppCallControlManager_callAborted_op[] = "callAborted" ;
-static const char org_csapi_cc_gccs_IpAppCallControlManager_callEventNotify_op[] = "callEventNotify" ;
-static const char org_csapi_cc_gccs_IpAppCallControlManager_callNotificationInterrupted_op[] = "callNotificationInterrupted" ;
-static const char org_csapi_cc_gccs_IpAppCallControlManager_callNotificationContinued_op[] = "callNotificationContinued" ;
-static const char org_csapi_cc_gccs_IpAppCallControlManager_callOverloadEncountered_op[] = "callOverloadEncountered" ;
-static const char org_csapi_cc_gccs_IpAppCallControlManager_callOverloadCeased_op[] = "callOverloadCeased" ;
-static const char org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_op[] = "abortMultipleCalls" ;
-static const char org_csapi_cc_gccs_IpCallControlManager_createCall_op[] = "createCall" ;
-static const char org_csapi_cc_gccs_IpCallControlManager_enableCallNotification_op[] = "enableCallNotification" ;
-static const char org_csapi_cc_gccs_IpCallControlManager_disableCallNotification_op[] = "disableCallNotification" ;
-static const char org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl_op[] = "setCallLoadControl" ;
-static const char org_csapi_cc_gccs_IpCallControlManager_changeCallNotification_op[] = "changeCallNotification" ;
-static const char org_csapi_cc_gccs_IpCallControlManager_getCriteria_op[] = "getCriteria" ;
-static const char org_csapi_cc_mpccs_IpAppCallLeg_eventReportRes_op[] = "eventReportRes" ;
-static const char org_csapi_cc_mpccs_IpAppCallLeg_eventReportErr_op[] = "eventReportErr" ;
-static const char org_csapi_cc_mpccs_IpAppCallLeg_attachMediaRes_op[] = "attachMediaRes" ;
-static const char org_csapi_cc_mpccs_IpAppCallLeg_attachMediaErr_op[] = "attachMediaErr" ;
-static const char org_csapi_cc_mpccs_IpAppCallLeg_detachMediaRes_op[] = "detachMediaRes" ;
-static const char org_csapi_cc_mpccs_IpAppCallLeg_detachMediaErr_op[] = "detachMediaErr" ;
-static const char org_csapi_cc_mpccs_IpAppCallLeg_getInfoRes_op[] = "getInfoRes" ;
-static const char org_csapi_cc_mpccs_IpAppCallLeg_getInfoErr_op[] = "getInfoErr" ;
-static const char org_csapi_cc_mpccs_IpAppCallLeg_routeErr_op[] = "routeErr" ;
-static const char org_csapi_cc_mpccs_IpAppCallLeg_superviseRes_op[] = "superviseRes" ;
-static const char org_csapi_cc_mpccs_IpAppCallLeg_superviseErr_op[] = "superviseErr" ;
-static const char org_csapi_cc_mpccs_IpAppCallLeg_callLegEnded_op[] = "callLegEnded" ;
-static const char org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createCall_op[] = "createCall" ;
-static const char org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createNotification_op[] = "createNotification" ;
-static const char org_csapi_cc_mpccs_IpMultiPartyCallControlManager_destroyNotification_op[] = "destroyNotification" ;
-static const char org_csapi_cc_mpccs_IpMultiPartyCallControlManager_changeNotification_op[] = "changeNotification" ;
-static const char org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification_op[] = "getNotification" ;
-static const char org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl_op[] = "setCallLoadControl" ;
-static const char org_csapi_cc_mpccs_IpMultiPartyCallControlManager_enableNotifications_op[] = "enableNotifications" ;
-static const char org_csapi_cc_mpccs_IpMultiPartyCallControlManager_disableNotifications_op[] = "disableNotifications" ;
-static const char org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNextNotification_op[] = "getNextNotification" ;
-static const char org_csapi_cc_mpccs_IpCallLeg_routeReq_op[] = "routeReq" ;
-static const char org_csapi_cc_mpccs_IpCallLeg_eventReportReq_op[] = "eventReportReq" ;
-static const char org_csapi_cc_mpccs_IpCallLeg_release_op[] = "release" ;
-static const char org_csapi_cc_mpccs_IpCallLeg_getInfoReq_op[] = "getInfoReq" ;
-static const char org_csapi_cc_mpccs_IpCallLeg_getCall_op[] = "getCall" ;
-static const char org_csapi_cc_mpccs_IpCallLeg_attachMediaReq_op[] = "attachMediaReq" ;
-static const char org_csapi_cc_mpccs_IpCallLeg_detachMediaReq_op[] = "detachMediaReq" ;
-static const char org_csapi_cc_mpccs_IpCallLeg_getCurrentDestinationAddress_op[] = "getCurrentDestinationAddress" ;
-static const char org_csapi_cc_mpccs_IpCallLeg_continueProcessing_op[] = "continueProcessing" ;
-static const char org_csapi_cc_mpccs_IpCallLeg_setChargePlan_op[] = "setChargePlan" ;
-static const char org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge_op[] = "setAdviceOfCharge" ;
-static const char org_csapi_cc_mpccs_IpCallLeg_superviseReq_op[] = "superviseReq" ;
-static const char org_csapi_cc_mpccs_IpCallLeg_deassign_op[] = "deassign" ;
-static const char org_csapi_cc_mpccs_IpCallLeg_getProperties_op[] = "getProperties" ;
-static const char org_csapi_cc_mpccs_IpCallLeg_setProperties_op[] = "setProperties" ;
-static const char org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoRes_op[] = "getInfoRes" ;
-static const char org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoErr_op[] = "getInfoErr" ;
-static const char org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes_op[] = "superviseRes" ;
-static const char org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseErr_op[] = "superviseErr" ;
-static const char org_csapi_cc_mpccs_IpAppMultiPartyCall_callEnded_op[] = "callEnded" ;
-static const char org_csapi_cc_mpccs_IpAppMultiPartyCall_createAndRouteCallLegErr_op[] = "createAndRouteCallLegErr" ;
-static const char org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_op[] = "getCallLegs" ;
-static const char org_csapi_cc_mpccs_IpMultiPartyCall_createCallLeg_op[] = "createCallLeg" ;
-static const char org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_op[] = "createAndRouteCallLegReq" ;
-static const char org_csapi_cc_mpccs_IpMultiPartyCall_release_op[] = "release" ;
-static const char org_csapi_cc_mpccs_IpMultiPartyCall_deassignCall_op[] = "deassignCall" ;
-static const char org_csapi_cc_mpccs_IpMultiPartyCall_getInfoReq_op[] = "getInfoReq" ;
-static const char org_csapi_cc_mpccs_IpMultiPartyCall_setChargePlan_op[] = "setChargePlan" ;
-static const char org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge_op[] = "setAdviceOfCharge" ;
-static const char org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq_op[] = "superviseReq" ;
-static const char org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_op[] = "reportNotification" ;
-static const char org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callAborted_op[] = "callAborted" ;
-static const char org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerInterrupted_op[] = "managerInterrupted" ;
-static const char org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerResumed_op[] = "managerResumed" ;
-static const char org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadEncountered_op[] = "callOverloadEncountered" ;
-static const char org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadCeased_op[] = "callOverloadCeased" ;
-static const char org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_op[] = "abortMultipleCalls" ;
-static const char org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes_op[] = "superviseVolumeRes" ;
-static const char org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeErr_op[] = "superviseVolumeErr" ;
-static const char org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_op[] = "mediaStreamMonitorRes" ;
-static const char org_csapi_cc_mmccs_IpMultiMediaStream_subtract_op[] = "subtract" ;
-static const char org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_op[] = "mediaStreamAllow" ;
-static const char org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_op[] = "mediaStreamMonitorReq" ;
-static const char org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_op[] = "getMediaStreams" ;
-static const char org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq_op[] = "superviseVolumeReq" ;
-static const char org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_op[] = "reportMediaNotification" ;
-static const char org_csapi_cc_mmccs_IpMultiMediaCallControlManager_createMediaNotification_op[] = "createMediaNotification" ;
-static const char org_csapi_cc_mmccs_IpMultiMediaCallControlManager_destroyMediaNotification_op[] = "destroyMediaNotification" ;
-static const char org_csapi_cc_mmccs_IpMultiMediaCallControlManager_changeMediaNotification_op[] = "changeMediaNotification" ;
-static const char org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification_op[] = "getMediaNotification" ;
-static const char org_csapi_cc_cccs_IpAppSubConfCall_chairSelection_op[] = "chairSelection" ;
-static const char org_csapi_cc_cccs_IpAppSubConfCall_floorRequest_op[] = "floorRequest" ;
-static const char org_csapi_cc_cccs_IpAppConfCall_partyJoined_op[] = "partyJoined" ;
-static const char org_csapi_cc_cccs_IpAppConfCall_leaveMonitorRes_op[] = "leaveMonitorRes" ;
-static const char org_csapi_cc_cccs_IpConfCallControlManager_createConference_op[] = "createConference" ;
-static const char org_csapi_cc_cccs_IpConfCallControlManager_checkResources_op[] = "checkResources" ;
-static const char org_csapi_cc_cccs_IpConfCallControlManager_reserveResources_op[] = "reserveResources" ;
-static const char org_csapi_cc_cccs_IpConfCallControlManager_freeResources_op[] = "freeResources" ;
-static const char org_csapi_cc_cccs_IpAppConfCallControlManager_conferenceCreated_op[] = "conferenceCreated" ;
-static const char org_csapi_cc_cccs_IpSubConfCall_splitSubConference_op[] = "splitSubConference" ;
-static const char org_csapi_cc_cccs_IpSubConfCall_mergeSubConference_op[] = "mergeSubConference" ;
-static const char org_csapi_cc_cccs_IpSubConfCall_moveCallLeg_op[] = "moveCallLeg" ;
-static const char org_csapi_cc_cccs_IpSubConfCall_inspectVideo_op[] = "inspectVideo" ;
-static const char org_csapi_cc_cccs_IpSubConfCall_inspectVideoCancel_op[] = "inspectVideoCancel" ;
-static const char org_csapi_cc_cccs_IpSubConfCall_appointSpeaker_op[] = "appointSpeaker" ;
-static const char org_csapi_cc_cccs_IpSubConfCall_chairSelection_op[] = "chairSelection" ;
-static const char org_csapi_cc_cccs_IpSubConfCall_changeConferencePolicy_op[] = "changeConferencePolicy" ;
-static const char org_csapi_cc_cccs_IpConfCall_getSubConferences_op[] = "getSubConferences" ;
-static const char org_csapi_cc_cccs_IpConfCall_createSubConference_op[] = "createSubConference" ;
-static const char org_csapi_cc_cccs_IpConfCall_leaveMonitorReq_op[] = "leaveMonitorReq" ;
-static const char org_csapi_cc_cccs_IpConfCall_getConferenceAddress_op[] = "getConferenceAddress" ;
-static const char org_csapi_ui_IpAppUI_sendInfoRes_op[] = "sendInfoRes" ;
-static const char org_csapi_ui_IpAppUI_sendInfoErr_op[] = "sendInfoErr" ;
-static const char org_csapi_ui_IpAppUI_sendInfoAndCollectRes_op[] = "sendInfoAndCollectRes" ;
-static const char org_csapi_ui_IpAppUI_sendInfoAndCollectErr_op[] = "sendInfoAndCollectErr" ;
-static const char org_csapi_ui_IpAppUI_userInteractionFaultDetected_op[] = "userInteractionFaultDetected" ;
-static const char org_csapi_ui_IpAppUICall_recordMessageRes_op[] = "recordMessageRes" ;
-static const char org_csapi_ui_IpAppUICall_recordMessageErr_op[] = "recordMessageErr" ;
-static const char org_csapi_ui_IpAppUICall_deleteMessageRes_op[] = "deleteMessageRes" ;
-static const char org_csapi_ui_IpAppUICall_deleteMessageErr_op[] = "deleteMessageErr" ;
-static const char org_csapi_ui_IpAppUICall_abortActionRes_op[] = "abortActionRes" ;
-static const char org_csapi_ui_IpAppUICall_abortActionErr_op[] = "abortActionErr" ;
-static const char org_csapi_ui_IpAppUICall_getMessageRes_op[] = "getMessageRes" ;
-static const char org_csapi_ui_IpAppUICall_getMessageErr_op[] = "getMessageErr" ;
-static const char org_csapi_ui_IpAppUIManager_userInteractionAborted_op[] = "userInteractionAborted" ;
-static const char org_csapi_ui_IpAppUIManager_userInteractionNotificationInterrupted_op[] = "userInteractionNotificationInterrupted" ;
-static const char org_csapi_ui_IpAppUIManager_userInteractionNotificationContinued_op[] = "userInteractionNotificationContinued" ;
-static const char org_csapi_ui_IpAppUIManager_reportEventNotification_op[] = "reportEventNotification" ;
-static const char org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions_op[] = "abortMultipleUserInteractions" ;
-static const char org_csapi_ui_IpUI_sendInfoReq_op[] = "sendInfoReq" ;
-static const char org_csapi_ui_IpUI_sendInfoAndCollectReq_op[] = "sendInfoAndCollectReq" ;
-static const char org_csapi_ui_IpUI_release_op[] = "release" ;
-static const char org_csapi_ui_IpUI_setOriginatingAddress_op[] = "setOriginatingAddress" ;
-static const char org_csapi_ui_IpUI_getOriginatingAddress_op[] = "getOriginatingAddress" ;
-static const char org_csapi_ui_IpUICall_recordMessageReq_op[] = "recordMessageReq" ;
-static const char org_csapi_ui_IpUICall_deleteMessageReq_op[] = "deleteMessageReq" ;
-static const char org_csapi_ui_IpUICall_abortActionReq_op[] = "abortActionReq" ;
-static const char org_csapi_ui_IpUICall_getMessageReq_op[] = "getMessageReq" ;
-static const char org_csapi_ui_IpUIManager_createUI_op[] = "createUI" ;
-static const char org_csapi_ui_IpUIManager_createUICall_op[] = "createUICall" ;
-static const char org_csapi_ui_IpUIManager_createNotification_op[] = "createNotification" ;
-static const char org_csapi_ui_IpUIManager_destroyNotification_op[] = "destroyNotification" ;
-static const char org_csapi_ui_IpUIManager_changeNotification_op[] = "changeNotification" ;
-static const char org_csapi_ui_IpUIManager_getNotification_op[] = "getNotification" ;
-static const char org_csapi_ui_IpUIManager_enableNotifications_op[] = "enableNotifications" ;
-static const char org_csapi_ui_IpUIManager_disableNotifications_op[] = "disableNotifications" ;
-static const char org_csapi_ui_IpAppUIAdminManager_getMessageRes_op[] = "getMessageRes" ;
-static const char org_csapi_ui_IpAppUIAdminManager_getMessageErr_op[] = "getMessageErr" ;
-static const char org_csapi_ui_IpAppUIAdminManager_deleteMessageRes_op[] = "deleteMessageRes" ;
-static const char org_csapi_ui_IpAppUIAdminManager_deleteMessageErr_op[] = "deleteMessageErr" ;
-static const char org_csapi_ui_IpAppUIAdminManager_putMessageRes_op[] = "putMessageRes" ;
-static const char org_csapi_ui_IpAppUIAdminManager_putMessageErr_op[] = "putMessageErr" ;
-static const char org_csapi_ui_IpAppUIAdminManager_getMessageListRes_op[] = "getMessageListRes" ;
-static const char org_csapi_ui_IpAppUIAdminManager_getMessageListErr_op[] = "getMessageListErr" ;
-static const char org_csapi_ui_IpUIAdminManager_getMessageReq_op[] = "getMessageReq" ;
-static const char org_csapi_ui_IpUIAdminManager_putMessageReq_op[] = "putMessageReq" ;
-static const char org_csapi_ui_IpUIAdminManager_deleteMessageReq_op[] = "deleteMessageReq" ;
-static const char org_csapi_ui_IpUIAdminManager_getMessageListReq_op[] = "getMessageListReq" ;
-static const char org_csapi_mm_ul_IpAppUserLocation_locationReportRes_op[] = "locationReportRes" ;
-static const char org_csapi_mm_ul_IpAppUserLocation_locationReportErr_op[] = "locationReportErr" ;
-static const char org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_op[] = "extendedLocationReportRes" ;
-static const char org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr_op[] = "extendedLocationReportErr" ;
-static const char org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_op[] = "periodicLocationReport" ;
-static const char org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr_op[] = "periodicLocationReportErr" ;
-static const char org_csapi_mm_ul_IpUserLocation_locationReportReq_op[] = "locationReportReq" ;
-static const char org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_op[] = "extendedLocationReportReq" ;
-static const char org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_op[] = "periodicLocationReportingStartReq" ;
-static const char org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStop_op[] = "periodicLocationReportingStop" ;
-static const char org_csapi_mm_ul_IpUserLocation_getNextPeriodicLocationRequest_op[] = "getNextPeriodicLocationRequest" ;
-static const char org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReport_op[] = "triggeredLocationReport" ;
-static const char org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr_op[] = "triggeredLocationReportErr" ;
-static const char org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_op[] = "triggeredLocationReportingStartReq" ;
-static const char org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStop_op[] = "triggeredLocationReportingStop" ;
-static const char org_csapi_mm_ul_IpTriggeredUserLocation_getNextTriggeredLocationRequest_op[] = "getNextTriggeredLocationRequest" ;
-static const char org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_op[] = "locationReportRes" ;
-static const char org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr_op[] = "locationReportErr" ;
-static const char org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_op[] = "periodicLocationReport" ;
-static const char org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr_op[] = "periodicLocationReportErr" ;
-static const char org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReport_op[] = "triggeredLocationReport" ;
-static const char org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr_op[] = "triggeredLocationReportErr" ;
-static const char org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_op[] = "locationReportReq" ;
-static const char org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_op[] = "periodicLocationReportingStartReq" ;
-static const char org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStop_op[] = "periodicLocationReportingStop" ;
-static const char org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_op[] = "triggeredLocationReportingStartReq" ;
-static const char org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStop_op[] = "triggeredLocationReportingStop" ;
-static const char org_csapi_mm_ulc_IpUserLocationCamel_getNextPeriodicLocationRequest_op[] = "getNextPeriodicLocationRequest" ;
-static const char org_csapi_mm_ulc_IpUserLocationCamel_getNextTriggeredLocationRequest_op[] = "getNextTriggeredLocationRequest" ;
-static const char org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReport_op[] = "emergencyLocationReport" ;
-static const char org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr_op[] = "emergencyLocationReportErr" ;
-static const char org_csapi_mm_ule_IpUserLocationEmergency_emergencyLocationReportReq_op[] = "emergencyLocationReportReq" ;
-static const char org_csapi_mm_ule_IpUserLocationEmergency_subscribeEmergencyLocationReports_op[] = "subscribeEmergencyLocationReports" ;
-static const char org_csapi_mm_ule_IpUserLocationEmergency_unSubscribeEmergencyLocationReports_op[] = "unSubscribeEmergencyLocationReports" ;
-static const char org_csapi_mm_us_IpAppUserStatus_statusReportRes_op[] = "statusReportRes" ;
-static const char org_csapi_mm_us_IpAppUserStatus_statusReportErr_op[] = "statusReportErr" ;
-static const char org_csapi_mm_us_IpAppUserStatus_triggeredStatusReport_op[] = "triggeredStatusReport" ;
-static const char org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr_op[] = "triggeredStatusReportErr" ;
-static const char org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_op[] = "extendedStatusReportRes" ;
-static const char org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr_op[] = "extendedStatusReportErr" ;
-static const char org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReport_op[] = "extTriggeredStatusReport" ;
-static const char org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr_op[] = "extTriggeredStatusReportErr" ;
-static const char org_csapi_mm_us_IpUserStatus_statusReportReq_op[] = "statusReportReq" ;
-static const char org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_op[] = "triggeredStatusReportingStartReq" ;
-static const char org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStop_op[] = "triggeredStatusReportingStop" ;
-static const char org_csapi_mm_us_IpUserStatus_getNextTriggeredStatusRequest_op[] = "getNextTriggeredStatusRequest" ;
-static const char org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_op[] = "extendedStatusReportReq" ;
-static const char org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_op[] = "extTriggeredStatusReportingStartReq" ;
-static const char org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStop_op[] = "extTriggeredStatusReportingStop" ;
-static const char org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_op[] = "triggeredBindingRequestNotification" ;
-static const char org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr_op[] = "triggeredBindingRequestNotificationStartErr" ;
-static const char org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_op[] = "triggeredBindingRequestNotificationStartReq" ;
-static const char org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStop_op[] = "triggeredBindingRequestNotificationStop" ;
-static const char org_csapi_termcap_IpTerminalCapabilities_getTerminalCapabilities_op[] = "getTerminalCapabilities" ;
-static const char org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_op[] = "triggeredTerminalCapabilityReport" ;
-static const char org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_op[] = "triggeredTerminalCapabilityReportErr" ;
-static const char org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_op[] = "triggeredTerminalCapabilityStartReq" ;
-static const char org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStop_op[] = "triggeredTerminalCapabilityStop" ;
-static const char org_csapi_dsc_IpAppDataSession_connectRes_op[] = "connectRes" ;
-static const char org_csapi_dsc_IpAppDataSession_connectErr_op[] = "connectErr" ;
-static const char org_csapi_dsc_IpAppDataSession_superviseDataSessionRes_op[] = "superviseDataSessionRes" ;
-static const char org_csapi_dsc_IpAppDataSession_superviseDataSessionErr_op[] = "superviseDataSessionErr" ;
-static const char org_csapi_dsc_IpAppDataSession_dataSessionFaultDetected_op[] = "dataSessionFaultDetected" ;
-static const char org_csapi_dsc_IpAppDataSessionControlManager_dataSessionAborted_op[] = "dataSessionAborted" ;
-static const char org_csapi_dsc_IpAppDataSessionControlManager_reportNotification_op[] = "reportNotification" ;
-static const char org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationContinued_op[] = "dataSessionNotificationContinued" ;
-static const char org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationInterrupted_op[] = "dataSessionNotificationInterrupted" ;
-static const char org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_op[] = "abortMultipleDataSessions" ;
-static const char org_csapi_dsc_IpDataSession_connectReq_op[] = "connectReq" ;
-static const char org_csapi_dsc_IpDataSession_release_op[] = "release" ;
-static const char org_csapi_dsc_IpDataSession_superviseDataSessionReq_op[] = "superviseDataSessionReq" ;
-static const char org_csapi_dsc_IpDataSession_setDataSessionChargePlan_op[] = "setDataSessionChargePlan" ;
-static const char org_csapi_dsc_IpDataSession_setAdviceOfCharge_op[] = "setAdviceOfCharge" ;
-static const char org_csapi_dsc_IpDataSession_deassignDataSession_op[] = "deassignDataSession" ;
-static const char org_csapi_dsc_IpDataSession_continueProcessing_op[] = "continueProcessing" ;
-static const char org_csapi_dsc_IpDataSessionControlManager_createNotification_op[] = "createNotification" ;
-static const char org_csapi_dsc_IpDataSessionControlManager_destroyNotification_op[] = "destroyNotification" ;
-static const char org_csapi_dsc_IpDataSessionControlManager_changeNotification_op[] = "changeNotification" ;
-static const char org_csapi_dsc_IpDataSessionControlManager_enableNotifications_op[] = "enableNotifications" ;
-static const char org_csapi_dsc_IpDataSessionControlManager_disableNotifications_op[] = "disableNotifications" ;
-static const char org_csapi_dsc_IpDataSessionControlManager_getNotifications_op[] = "getNotifications" ;
-static const char org_csapi_dsc_IpDataSessionControlManager_createNotifications_op[] = "createNotifications" ;
-static const char org_csapi_gms_IpMessagingManager_openMailbox_op[] = "openMailbox" ;
-static const char org_csapi_gms_IpMessagingManager_enableMessagingNotification_op[] = "enableMessagingNotification" ;
-static const char org_csapi_gms_IpMessagingManager_disableMessagingNotification_op[] = "disableMessagingNotification" ;
-static const char org_csapi_gms_IpAppMessagingManager_mailboxTerminated_op[] = "mailboxTerminated" ;
-static const char org_csapi_gms_IpAppMessagingManager_mailboxFaultDetected_op[] = "mailboxFaultDetected" ;
-static const char org_csapi_gms_IpAppMessagingManager_messagingEventNotify_op[] = "messagingEventNotify" ;
-static const char org_csapi_gms_IpAppMessagingManager_messagingNotificationTerminated_op[] = "messagingNotificationTerminated" ;
-static const char org_csapi_gms_IpMailbox_close_op[] = "close" ;
-static const char org_csapi_gms_IpMailbox_lock_op[] = "lock" ;
-static const char org_csapi_gms_IpMailbox_unlock_op[] = "unlock" ;
-static const char org_csapi_gms_IpMailbox_getInfoAmount_op[] = "getInfoAmount" ;
-static const char org_csapi_gms_IpMailbox_getInfoProperties_op[] = "getInfoProperties" ;
-static const char org_csapi_gms_IpMailbox_setInfoProperties_op[] = "setInfoProperties" ;
-static const char org_csapi_gms_IpMailbox_openFolder_op[] = "openFolder" ;
-static const char org_csapi_gms_IpMailbox_createFolder_op[] = "createFolder" ;
-static const char org_csapi_gms_IpMailbox_remove_op[] = "remove" ;
-static const char org_csapi_gms_IpMessage_getInfoAmount_op[] = "getInfoAmount" ;
-static const char org_csapi_gms_IpMessage_getInfoProperties_op[] = "getInfoProperties" ;
-static const char org_csapi_gms_IpMessage_setInfoProperties_op[] = "setInfoProperties" ;
-static const char org_csapi_gms_IpMessage_remove_op[] = "remove" ;
-static const char org_csapi_gms_IpMessage_getContent_op[] = "getContent" ;
-static const char org_csapi_gms_IpMailboxFolder_getInfoAmount_op[] = "getInfoAmount" ;
-static const char org_csapi_gms_IpMailboxFolder_getInfoProperties_op[] = "getInfoProperties" ;
-static const char org_csapi_gms_IpMailboxFolder_setInfoProperties_op[] = "setInfoProperties" ;
-static const char org_csapi_gms_IpMailboxFolder_putMessage_op[] = "putMessage" ;
-static const char org_csapi_gms_IpMailboxFolder_getMessage_op[] = "getMessage" ;
-static const char org_csapi_gms_IpMailboxFolder_close_op[] = "close" ;
-static const char org_csapi_gms_IpMailboxFolder_remove_op[] = "remove" ;
-static const char org_csapi_cm_IpVPrP_getVPrPID_op[] = "getVPrPID" ;
-static const char org_csapi_cm_IpVPrP_getSlaID_op[] = "getSlaID" ;
-static const char org_csapi_cm_IpVPrP_getStatus_op[] = "getStatus" ;
-static const char org_csapi_cm_IpVPrP_getProvisionedQoSInfo_op[] = "getProvisionedQoSInfo" ;
-static const char org_csapi_cm_IpVPrP_getValidityInfo_op[] = "getValidityInfo" ;
-static const char org_csapi_cm_IpVPrP_getPipeQoSInfo_op[] = "getPipeQoSInfo" ;
-static const char org_csapi_cm_IpVPrP_getDsCodepoint_op[] = "getDsCodepoint" ;
-static const char org_csapi_cm_IpVPrN_getVPrPList_op[] = "getVPrPList" ;
-static const char org_csapi_cm_IpVPrN_getVPrP_op[] = "getVPrP" ;
-static const char org_csapi_cm_IpVPrN_createVPrP_op[] = "createVPrP" ;
-static const char org_csapi_cm_IpVPrN_deleteVPrP_op[] = "deleteVPrP" ;
-static const char org_csapi_cm_IpQoSMenu_getTemplate_op[] = "getTemplate" ;
-static const char org_csapi_cm_IpQoSMenu_getTemplateList_op[] = "getTemplateList" ;
-static const char org_csapi_cm_IpConnectivityManager_getQoSMenu_op[] = "getQoSMenu" ;
-static const char org_csapi_cm_IpConnectivityManager_getEnterpriseNetwork_op[] = "getEnterpriseNetwork" ;
-static const char org_csapi_cm_IpQoSTemplate_getTemplateType_op[] = "getTemplateType" ;
-static const char org_csapi_cm_IpQoSTemplate_getDescription_op[] = "getDescription" ;
-static const char org_csapi_cm_IpQoSTemplate_setSlaID_op[] = "setSlaID" ;
-static const char org_csapi_cm_IpQoSTemplate_getPipeQoSInfo_op[] = "getPipeQoSInfo" ;
-static const char org_csapi_cm_IpQoSTemplate_setPipeQoSInfo_op[] = "setPipeQoSInfo" ;
-static const char org_csapi_cm_IpQoSTemplate_getValidityInfo_op[] = "getValidityInfo" ;
-static const char org_csapi_cm_IpQoSTemplate_setValidityInfo_op[] = "setValidityInfo" ;
-static const char org_csapi_cm_IpQoSTemplate_setProvisionedQoSInfo_op[] = "setProvisionedQoSInfo" ;
-static const char org_csapi_cm_IpQoSTemplate_getProvisionedQoSInfo_op[] = "getProvisionedQoSInfo" ;
-static const char org_csapi_cm_IpQoSTemplate_getDsCodepoint_op[] = "getDsCodepoint" ;
-static const char org_csapi_cm_IpEnterpriseNetwork_getSiteList_op[] = "getSiteList" ;
-static const char org_csapi_cm_IpEnterpriseNetwork_getVPrN_op[] = "getVPrN" ;
-static const char org_csapi_cm_IpEnterpriseNetwork_getSite_op[] = "getSite" ;
-static const char org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_op[] = "getSAPList" ;
-static const char org_csapi_cm_IpEnterpriseNetworkSite_getSiteID_op[] = "getSiteID" ;
-static const char org_csapi_cm_IpEnterpriseNetworkSite_getSiteLocation_op[] = "getSiteLocation" ;
-static const char org_csapi_cm_IpEnterpriseNetworkSite_getSiteDescription_op[] = "getSiteDescription" ;
-static const char org_csapi_cm_IpEnterpriseNetworkSite_getIPSubnet_op[] = "getIPSubnet" ;
-static const char org_csapi_cm_IpEnterpriseNetworkSite_getSAPIPSubnet_op[] = "getSAPIPSubnet" ;
-static const char org_csapi_am_IpAppAccountManager_reportNotification_op[] = "reportNotification" ;
-static const char org_csapi_am_IpAppAccountManager_queryBalanceRes_op[] = "queryBalanceRes" ;
-static const char org_csapi_am_IpAppAccountManager_queryBalanceErr_op[] = "queryBalanceErr" ;
-static const char org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_op[] = "retrieveTransactionHistoryRes" ;
-static const char org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryErr_op[] = "retrieveTransactionHistoryErr" ;
-static const char org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_op[] = "queryBalanceExpiryDateRes" ;
-static const char org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateErr_op[] = "queryBalanceExpiryDateErr" ;
-static const char org_csapi_am_IpAppAccountManager_updateBalanceRes_op[] = "updateBalanceRes" ;
-static const char org_csapi_am_IpAppAccountManager_updateBalanceErr_op[] = "updateBalanceErr" ;
-static const char org_csapi_am_IpAppAccountManager_createVoucherRes_op[] = "createVoucherRes" ;
-static const char org_csapi_am_IpAppAccountManager_createVoucherErr_op[] = "createVoucherErr" ;
-static const char org_csapi_am_IpAppAccountManager_destroyVoucherRes_op[] = "destroyVoucherRes" ;
-static const char org_csapi_am_IpAppAccountManager_destroyVoucherErr_op[] = "destroyVoucherErr" ;
-static const char org_csapi_am_IpAppAccountManager_queryVoucherRes_op[] = "queryVoucherRes" ;
-static const char org_csapi_am_IpAppAccountManager_queryVoucherErr_op[] = "queryVoucherErr" ;
-static const char org_csapi_am_IpAppAccountManager_queryUserVouchersRes_op[] = "queryUserVouchersRes" ;
-static const char org_csapi_am_IpAppAccountManager_queryUserVouchersErr_op[] = "queryUserVouchersErr" ;
-static const char org_csapi_am_IpAccountManager_createNotification_op[] = "createNotification" ;
-static const char org_csapi_am_IpAccountManager_destroyNotification_op[] = "destroyNotification" ;
-static const char org_csapi_am_IpAccountManager_queryBalanceReq_op[] = "queryBalanceReq" ;
-static const char org_csapi_am_IpAccountManager_changeNotification_op[] = "changeNotification" ;
-static const char org_csapi_am_IpAccountManager_getNotification_op[] = "getNotification" ;
-static const char org_csapi_am_IpAccountManager_retrieveTransactionHistoryReq_op[] = "retrieveTransactionHistoryReq" ;
-static const char org_csapi_am_IpAccountManager_enableNotifications_op[] = "enableNotifications" ;
-static const char org_csapi_am_IpAccountManager_disableNotifications_op[] = "disableNotifications" ;
-static const char org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_op[] = "queryBalanceExpiryDateReq" ;
-static const char org_csapi_am_IpAccountManager_updateBalanceReq_op[] = "updateBalanceReq" ;
-static const char org_csapi_am_IpAccountManager_createVoucherReq_op[] = "createVoucherReq" ;
-static const char org_csapi_am_IpAccountManager_destroyVoucherReq_op[] = "destroyVoucherReq" ;
-static const char org_csapi_am_IpAccountManager_queryVoucherReq_op[] = "queryVoucherReq" ;
-static const char org_csapi_am_IpAccountManager_queryUserVouchersReq_op[] = "queryUserVouchersReq" ;
-static const char org_csapi_cs_IpAppChargingSession_creditAmountErr_op[] = "creditAmountErr" ;
-static const char org_csapi_cs_IpAppChargingSession_creditAmountRes_op[] = "creditAmountRes" ;
-static const char org_csapi_cs_IpAppChargingSession_creditUnitErr_op[] = "creditUnitErr" ;
-static const char org_csapi_cs_IpAppChargingSession_creditUnitRes_op[] = "creditUnitRes" ;
-static const char org_csapi_cs_IpAppChargingSession_debitAmountErr_op[] = "debitAmountErr" ;
-static const char org_csapi_cs_IpAppChargingSession_debitAmountRes_op[] = "debitAmountRes" ;
-static const char org_csapi_cs_IpAppChargingSession_debitUnitErr_op[] = "debitUnitErr" ;
-static const char org_csapi_cs_IpAppChargingSession_debitUnitRes_op[] = "debitUnitRes" ;
-static const char org_csapi_cs_IpAppChargingSession_directCreditAmountErr_op[] = "directCreditAmountErr" ;
-static const char org_csapi_cs_IpAppChargingSession_directCreditAmountRes_op[] = "directCreditAmountRes" ;
-static const char org_csapi_cs_IpAppChargingSession_directCreditUnitErr_op[] = "directCreditUnitErr" ;
-static const char org_csapi_cs_IpAppChargingSession_directCreditUnitRes_op[] = "directCreditUnitRes" ;
-static const char org_csapi_cs_IpAppChargingSession_directDebitAmountErr_op[] = "directDebitAmountErr" ;
-static const char org_csapi_cs_IpAppChargingSession_directDebitAmountRes_op[] = "directDebitAmountRes" ;
-static const char org_csapi_cs_IpAppChargingSession_directDebitUnitErr_op[] = "directDebitUnitErr" ;
-static const char org_csapi_cs_IpAppChargingSession_directDebitUnitRes_op[] = "directDebitUnitRes" ;
-static const char org_csapi_cs_IpAppChargingSession_extendLifeTimeErr_op[] = "extendLifeTimeErr" ;
-static const char org_csapi_cs_IpAppChargingSession_extendLifeTimeRes_op[] = "extendLifeTimeRes" ;
-static const char org_csapi_cs_IpAppChargingSession_rateErr_op[] = "rateErr" ;
-static const char org_csapi_cs_IpAppChargingSession_rateRes_op[] = "rateRes" ;
-static const char org_csapi_cs_IpAppChargingSession_reserveAmountErr_op[] = "reserveAmountErr" ;
-static const char org_csapi_cs_IpAppChargingSession_reserveAmountRes_op[] = "reserveAmountRes" ;
-static const char org_csapi_cs_IpAppChargingSession_reserveUnitErr_op[] = "reserveUnitErr" ;
-static const char org_csapi_cs_IpAppChargingSession_reserveUnitRes_op[] = "reserveUnitRes" ;
-static const char org_csapi_cs_IpAppChargingSession_sessionEnded_op[] = "sessionEnded" ;
-static const char org_csapi_cs_IpChargingSession_creditAmountReq_op[] = "creditAmountReq" ;
-static const char org_csapi_cs_IpChargingSession_creditUnitReq_op[] = "creditUnitReq" ;
-static const char org_csapi_cs_IpChargingSession_debitAmountReq_op[] = "debitAmountReq" ;
-static const char org_csapi_cs_IpChargingSession_debitUnitReq_op[] = "debitUnitReq" ;
-static const char org_csapi_cs_IpChargingSession_directCreditAmountReq_op[] = "directCreditAmountReq" ;
-static const char org_csapi_cs_IpChargingSession_directCreditUnitReq_op[] = "directCreditUnitReq" ;
-static const char org_csapi_cs_IpChargingSession_directDebitAmountReq_op[] = "directDebitAmountReq" ;
-static const char org_csapi_cs_IpChargingSession_directDebitUnitReq_op[] = "directDebitUnitReq" ;
-static const char org_csapi_cs_IpChargingSession_extendLifeTimeReq_op[] = "extendLifeTimeReq" ;
-static const char org_csapi_cs_IpChargingSession_getAmountLeft_op[] = "getAmountLeft" ;
-static const char org_csapi_cs_IpChargingSession_getLifeTimeLeft_op[] = "getLifeTimeLeft" ;
-static const char org_csapi_cs_IpChargingSession_getUnitLeft_op[] = "getUnitLeft" ;
-static const char org_csapi_cs_IpChargingSession_rateReq_op[] = "rateReq" ;
-static const char org_csapi_cs_IpChargingSession_release_op[] = "release" ;
-static const char org_csapi_cs_IpChargingSession_reserveAmountReq_op[] = "reserveAmountReq" ;
-static const char org_csapi_cs_IpChargingSession_reserveUnitReq_op[] = "reserveUnitReq" ;
-static const char org_csapi_cs_IpAppChargingManager_sessionAborted_op[] = "sessionAborted" ;
-static const char org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_op[] = "abortMultipleChargingSessions" ;
-static const char org_csapi_cs_IpChargingManager_createChargingSession_op[] = "createChargingSession" ;
-static const char org_csapi_cs_IpChargingManager_createSplitChargingSession_op[] = "createSplitChargingSession" ;
-static const char org_csapi_policy_evaluation_IpAppPolicyDomain_reportNotification_op[] = "reportNotification" ;
-static const char org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_op[] = "evalPolicyRes" ;
-static const char org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr_op[] = "evalPolicyErr" ;
-static const char org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_op[] = "evalPolicy" ;
-static const char org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_op[] = "evalPolicyReq" ;
-static const char org_csapi_policy_evaluation_IpPolicyEvalManager_abortEvalPolicyReq_op[] = "abortEvalPolicyReq" ;
-static const char org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_op[] = "generateEvent" ;
-static const char org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_op[] = "createNotification" ;
-static const char org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_op[] = "destroyNotification" ;
-static const char org_csapi_policy_provisioning_IpPolicy_getAttribute_op[] = "getAttribute" ;
-static const char org_csapi_policy_provisioning_IpPolicy_setAttribute_op[] = "setAttribute" ;
-static const char org_csapi_policy_provisioning_IpPolicy_getAttributes_op[] = "getAttributes" ;
-static const char org_csapi_policy_provisioning_IpPolicy_setAttributes_op[] = "setAttributes" ;
-static const char org_csapi_policy_provisioning_IpPolicyIterator_getList_op[] = "getList" ;
-static const char org_csapi_policy_provisioning_IpPolicyRepository_getParentRepository_op[] = "getParentRepository" ;
-static const char org_csapi_policy_provisioning_IpPolicyRepository_createRepository_op[] = "createRepository" ;
-static const char org_csapi_policy_provisioning_IpPolicyRepository_getRepository_op[] = "getRepository" ;
-static const char org_csapi_policy_provisioning_IpPolicyRepository_removeRepository_op[] = "removeRepository" ;
-static const char org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryCount_op[] = "getRepositoryCount" ;
-static const char org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryIterator_op[] = "getRepositoryIterator" ;
-static const char org_csapi_policy_provisioning_IpPolicyRepository_createCondition_op[] = "createCondition" ;
-static const char org_csapi_policy_provisioning_IpPolicyRepository_getCondition_op[] = "getCondition" ;
-static const char org_csapi_policy_provisioning_IpPolicyRepository_removeCondition_op[] = "removeCondition" ;
-static const char org_csapi_policy_provisioning_IpPolicyRepository_getConditionCount_op[] = "getConditionCount" ;
-static const char org_csapi_policy_provisioning_IpPolicyRepository_getConditionIterator_op[] = "getConditionIterator" ;
-static const char org_csapi_policy_provisioning_IpPolicyRepository_createAction_op[] = "createAction" ;
-static const char org_csapi_policy_provisioning_IpPolicyRepository_getAction_op[] = "getAction" ;
-static const char org_csapi_policy_provisioning_IpPolicyRepository_removeAction_op[] = "removeAction" ;
-static const char org_csapi_policy_provisioning_IpPolicyRepository_getActionCount_op[] = "getActionCount" ;
-static const char org_csapi_policy_provisioning_IpPolicyRepository_getActionIterator_op[] = "getActionIterator" ;
-static const char org_csapi_policy_provisioning_IpPolicyRule_getParentGroup_op[] = "getParentGroup" ;
-static const char org_csapi_policy_provisioning_IpPolicyRule_getParentDomain_op[] = "getParentDomain" ;
-static const char org_csapi_policy_provisioning_IpPolicyRule_createCondition_op[] = "createCondition" ;
-static const char org_csapi_policy_provisioning_IpPolicyRule_getCondition_op[] = "getCondition" ;
-static const char org_csapi_policy_provisioning_IpPolicyRule_removeCondition_op[] = "removeCondition" ;
-static const char org_csapi_policy_provisioning_IpPolicyRule_getConditionCount_op[] = "getConditionCount" ;
-static const char org_csapi_policy_provisioning_IpPolicyRule_getConditionIterator_op[] = "getConditionIterator" ;
-static const char org_csapi_policy_provisioning_IpPolicyRule_createAction_op[] = "createAction" ;
-static const char org_csapi_policy_provisioning_IpPolicyRule_getAction_op[] = "getAction" ;
-static const char org_csapi_policy_provisioning_IpPolicyRule_removeAction_op[] = "removeAction" ;
-static const char org_csapi_policy_provisioning_IpPolicyRule_getActionCount_op[] = "getActionCount" ;
-static const char org_csapi_policy_provisioning_IpPolicyRule_getActionIterator_op[] = "getActionIterator" ;
-static const char org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodConditionByName_op[] = "setValidityPeriodConditionByName" ;
-static const char org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodCondition_op[] = "setValidityPeriodCondition" ;
-static const char org_csapi_policy_provisioning_IpPolicyRule_getValidityPeriodCondition_op[] = "getValidityPeriodCondition" ;
-static const char org_csapi_policy_provisioning_IpPolicyRule_unsetValidityPeriodCondition_op[] = "unsetValidityPeriodCondition" ;
-static const char org_csapi_policy_provisioning_IpPolicyRule_setConditionList_op[] = "setConditionList" ;
-static const char org_csapi_policy_provisioning_IpPolicyRule_getConditionList_op[] = "getConditionList" ;
-static const char org_csapi_policy_provisioning_IpPolicyRule_setActionList_op[] = "setActionList" ;
-static const char org_csapi_policy_provisioning_IpPolicyRule_getActionList_op[] = "getActionList" ;
-static const char org_csapi_policy_provisioning_IpPolicyManager_createDomain_op[] = "createDomain" ;
-static const char org_csapi_policy_provisioning_IpPolicyManager_getDomain_op[] = "getDomain" ;
-static const char org_csapi_policy_provisioning_IpPolicyManager_removeDomain_op[] = "removeDomain" ;
-static const char org_csapi_policy_provisioning_IpPolicyManager_getDomainCount_op[] = "getDomainCount" ;
-static const char org_csapi_policy_provisioning_IpPolicyManager_getDomainIterator_op[] = "getDomainIterator" ;
-static const char org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_op[] = "findMatchingDomains" ;
-static const char org_csapi_policy_provisioning_IpPolicyManager_createRepository_op[] = "createRepository" ;
-static const char org_csapi_policy_provisioning_IpPolicyManager_getRepository_op[] = "getRepository" ;
-static const char org_csapi_policy_provisioning_IpPolicyManager_removeRepository_op[] = "removeRepository" ;
-static const char org_csapi_policy_provisioning_IpPolicyManager_getRepositoryCount_op[] = "getRepositoryCount" ;
-static const char org_csapi_policy_provisioning_IpPolicyManager_getRepositoryIterator_op[] = "getRepositoryIterator" ;
-static const char org_csapi_policy_provisioning_IpPolicyManager_startTransaction_op[] = "startTransaction" ;
-static const char org_csapi_policy_provisioning_IpPolicyManager_commitTransaction_op[] = "commitTransaction" ;
-static const char org_csapi_policy_provisioning_IpPolicyManager_abortTransaction_op[] = "abortTransaction" ;
-static const char org_csapi_policy_provisioning_IpPolicyGroup_getParentDomain_op[] = "getParentDomain" ;
-static const char org_csapi_policy_provisioning_IpPolicyGroup_getParentGroup_op[] = "getParentGroup" ;
-static const char org_csapi_policy_provisioning_IpPolicyGroup_createGroup_op[] = "createGroup" ;
-static const char org_csapi_policy_provisioning_IpPolicyGroup_getGroup_op[] = "getGroup" ;
-static const char org_csapi_policy_provisioning_IpPolicyGroup_removeGroup_op[] = "removeGroup" ;
-static const char org_csapi_policy_provisioning_IpPolicyGroup_getGroupCount_op[] = "getGroupCount" ;
-static const char org_csapi_policy_provisioning_IpPolicyGroup_getGroupIterator_op[] = "getGroupIterator" ;
-static const char org_csapi_policy_provisioning_IpPolicyGroup_createRule_op[] = "createRule" ;
-static const char org_csapi_policy_provisioning_IpPolicyGroup_getRule_op[] = "getRule" ;
-static const char org_csapi_policy_provisioning_IpPolicyGroup_removeRule_op[] = "removeRule" ;
-static const char org_csapi_policy_provisioning_IpPolicyGroup_getRuleCount_op[] = "getRuleCount" ;
-static const char org_csapi_policy_provisioning_IpPolicyGroup_getRuleIterator_op[] = "getRuleIterator" ;
-static const char org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes_op[] = "setRequiredAttributes" ;
-static const char org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes_op[] = "setOptionalAttributes" ;
-static const char org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes_op[] = "getRequiredAttributes" ;
-static const char org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes_op[] = "getOptionalAttributes" ;
-static const char org_csapi_policy_provisioning_IpPolicyEventDefinition_getParentDomain_op[] = "getParentDomain" ;
-static const char org_csapi_policy_provisioning_IpPolicyCondition_getParentRepository_op[] = "getParentRepository" ;
-static const char org_csapi_policy_provisioning_IpPolicyCondition_getParentRule_op[] = "getParentRule" ;
-static const char org_csapi_policy_provisioning_IpPolicyAction_getParentRepository_op[] = "getParentRepository" ;
-static const char org_csapi_policy_provisioning_IpPolicyAction_getParentRule_op[] = "getParentRule" ;
-static const char org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_op[] = "setInputVariables" ;
-static const char org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_op[] = "setOutputVariables" ;
-static const char org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_op[] = "getInputVariables" ;
-static const char org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_op[] = "getOutputVariables" ;
-static const char org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_op[] = "setGroupNames" ;
-static const char org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_op[] = "setPolicyRoles" ;
-static const char org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_op[] = "getGroupNames" ;
-static const char org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_op[] = "getPolicyRoles" ;
-static const char org_csapi_policy_provisioning_IpPolicySignature_getParentDomain_op[] = "getParentDomain" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_getParentDomain_op[] = "getParentDomain" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_createDomain_op[] = "createDomain" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_getDomain_op[] = "getDomain" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_removeDomain_op[] = "removeDomain" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_getDomainCount_op[] = "getDomainCount" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_getDomainIterator_op[] = "getDomainIterator" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_createGroup_op[] = "createGroup" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_getGroup_op[] = "getGroup" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_removeGroup_op[] = "removeGroup" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_getGroupCount_op[] = "getGroupCount" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_getGroupIterator_op[] = "getGroupIterator" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_createRule_op[] = "createRule" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_getRule_op[] = "getRule" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_removeRule_op[] = "removeRule" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_getRuleCount_op[] = "getRuleCount" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_getRuleIterator_op[] = "getRuleIterator" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_op[] = "createEventDefinition" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinition_op[] = "getEventDefinition" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_removeEventDefinition_op[] = "removeEventDefinition" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionCount_op[] = "getEventDefinitionCount" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionIterator_op[] = "getEventDefinitionIterator" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_createVariableSet_op[] = "createVariableSet" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_op[] = "getVariableSet" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_removeVariableSet_op[] = "removeVariableSet" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetCount_op[] = "getVariableSetCount" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetIterator_op[] = "getVariableSetIterator" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_createVariable_op[] = "createVariable" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_setVariableValue_op[] = "setVariableValue" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_getVariableType_op[] = "getVariableType" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue_op[] = "getVariableValue" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_getVariable_op[] = "getVariable" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_removeVariable_op[] = "removeVariable" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_createSignature_op[] = "createSignature" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_getSignature_op[] = "getSignature" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_removeSignature_op[] = "removeSignature" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_getSignatureCount_op[] = "getSignatureCount" ;
-static const char org_csapi_policy_provisioning_IpPolicyDomain_getSignatureIterator_op[] = "getSignatureIterator" ;
-static const char org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_op[] = "createIdentity" ;
-static const char org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_op[] = "deleteIdentity" ;
-static const char org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_op[] = "isIdentity" ;
-static const char org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_op[] = "createGroupIdentity" ;
-static const char org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_op[] = "deleteGroupIdentity" ;
-static const char org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_op[] = "addToGroup" ;
-static const char org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_op[] = "removeFromGroup" ;
-static const char org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_op[] = "listMembers" ;
-static const char org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_op[] = "isGroupIdentity" ;
-static const char org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_op[] = "listGroupMembership" ;
-static const char org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_op[] = "addAlias" ;
-static const char org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_op[] = "removeAliases" ;
-static const char org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_op[] = "listAliases" ;
-static const char org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_op[] = "lookupByAlias" ;
-static const char org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_op[] = "associateTypes" ;
-static const char org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_op[] = "disassociateTypes" ;
-static const char org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_op[] = "listTypesOfIdentity" ;
-static const char org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_op[] = "hasType" ;
-static const char org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_op[] = "getIdentityAttributes" ;
-static const char org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_op[] = "setIdentityAttributes" ;
-static const char org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_op[] = "createAgent" ;
-static const char org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_op[] = "deleteAgent" ;
-static const char org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_op[] = "isAgent" ;
-static const char org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_op[] = "enableCapabilities" ;
-static const char org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_op[] = "disableCapabilities" ;
-static const char org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_op[] = "listEnabledCapabilities" ;
-static const char org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_op[] = "listAllCapabilities" ;
-static const char org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_op[] = "isCapableOf" ;
-static const char org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_op[] = "associateTypes" ;
-static const char org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_op[] = "disassociateTypes" ;
-static const char org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_op[] = "listTypesOfAgent" ;
-static const char org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_op[] = "hasType" ;
-static const char org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_op[] = "getAgentAttributes" ;
-static const char org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_op[] = "setAgentAttributes" ;
-static const char org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_op[] = "assignAgent" ;
-static const char org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_op[] = "unassignAgent" ;
-static const char org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_op[] = "listAssignedAgents" ;
-static const char org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_op[] = "listAssociatedIdentitiesOfAgent" ;
-static const char org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_op[] = "listAssignedAgentsByCapability" ;
-static const char org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_op[] = "listCapabilitiesOfIdentity" ;
-static const char org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_op[] = "isIdentityCapableOf" ;
-static const char org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_op[] = "createIdentityAttribute" ;
-static const char org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_op[] = "deleteIdentityAttribute" ;
-static const char org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_op[] = "getIdentityAttributeDefinition" ;
-static const char org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_op[] = "listAllIdentityAttributes" ;
-static const char org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_op[] = "createIdentityType" ;
-static const char org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_op[] = "deleteIdentityType" ;
-static const char org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_op[] = "listIdentityTypes" ;
-static const char org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_op[] = "addIdentityTypeAttributes" ;
-static const char org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_op[] = "removeIdentityTypeAttributes" ;
-static const char org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_op[] = "listIdentityTypeAttributes" ;
-static const char org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_op[] = "createAgentAttribute" ;
-static const char org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_op[] = "deleteAgentAttribute" ;
-static const char org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_op[] = "getAgentAttributeDefinition" ;
-static const char org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_op[] = "listAllAgentAttributes" ;
-static const char org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_op[] = "createAgentType" ;
-static const char org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_op[] = "deleteAgentType" ;
-static const char org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_op[] = "listAgentTypes" ;
-static const char org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_op[] = "addAgentTypeAttributes" ;
-static const char org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_op[] = "removeAgentTypeAttributes" ;
-static const char org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_op[] = "listAgentTypeAttributes" ;
-static const char org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_op[] = "createCapabilityAttribute" ;
-static const char org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_op[] = "deleteCapabilityAttribute" ;
-static const char org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_op[] = "getCapabilityAttributeDefinition" ;
-static const char org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_op[] = "listAllCapabilityAttributes" ;
-static const char org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_op[] = "createCapability" ;
-static const char org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_op[] = "deleteCapability" ;
-static const char org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_op[] = "listCapabilities" ;
-static const char org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_op[] = "addCapabilityAttributes" ;
-static const char org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_op[] = "removeCapabilityAttributes" ;
-static const char org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_op[] = "listCapabilityAttributes" ;
-static const char org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_op[] = "assignCapabilitiesToType" ;
-static const char org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_op[] = "unassignCapabilitiesFromType" ;
-static const char org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_op[] = "listCapabilitiesOfType" ;
-static const char org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_op[] = "getAuthToken" ;
-static const char org_csapi_pam_provisioning_IpPAMProvisioningManager_obtainInterface_op[] = "obtainInterface" ;
-static const char org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_op[] = "getAccessControl" ;
-static const char org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_op[] = "setAccessControl" ;
-static const char org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_op[] = "setIdentityPresence" ;
-static const char org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_op[] = "setIdentityPresenceExpiration" ;
-static const char org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_op[] = "getIdentityPresence" ;
-static const char org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_op[] = "setAgentPresence" ;
-static const char org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_op[] = "setCapabilityPresence" ;
-static const char org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_op[] = "setAgentPresenceExpiration" ;
-static const char org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_op[] = "setCapabilityPresenceExpiration" ;
-static const char org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_op[] = "getAgentPresence" ;
-static const char org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_op[] = "getCapabilityPresence" ;
-static const char org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_op[] = "computeAvailability" ;
-static const char org_csapi_pam_access_IpPAMAvailability_getAvailability_op[] = "getAvailability" ;
-static const char org_csapi_pam_access_IpPAMAvailability_getPreference_op[] = "getPreference" ;
-static const char org_csapi_pam_access_IpPAMAvailability_setPreference_op[] = "setPreference" ;
-static const char org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_op[] = "getAuthToken" ;
-static const char org_csapi_pam_access_IpPAMPresenceAvailabilityManager_obtainInterface_op[] = "obtainInterface" ;
-static const char org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_op[] = "getAccessControl" ;
-static const char org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_op[] = "setAccessControl" ;
-static const char org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_op[] = "activateService" ;
-static const char org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_op[] = "deactivateService" ;
-static const char org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_op[] = "isActiveIdentity" ;
-static const char org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_op[] = "eventNotify" ;
-static const char org_csapi_pam_event_IpAppPAMEventHandler_eventNotifyErr_op[] = "eventNotifyErr" ;
-static const char org_csapi_pam_event_IpPAMEventHandler_isRegistered_op[] = "isRegistered" ;
-static const char org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_op[] = "registerAppInterface" ;
-static const char org_csapi_pam_event_IpPAMEventHandler_registerForEvent_op[] = "registerForEvent" ;
-static const char org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_op[] = "deregisterAppInterface" ;
-static const char org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_op[] = "deregisterFromEvent" ;
-static const char org_csapi_pam_event_IpPAMEventManager_getAuthToken_op[] = "getAuthToken" ;
-static const char org_csapi_pam_event_IpPAMEventManager_obtainInterface_op[] = "obtainInterface" ;
-static const char org_csapi_pam_event_IpPAMEventManager_getAccessControl_op[] = "getAccessControl" ;
-static const char org_csapi_pam_event_IpPAMEventManager_setAccessControl_op[] = "setAccessControl" ;
-static const char org_csapi_pam_event_IpPAMEventManager_activateService_op[] = "activateService" ;
-static const char org_csapi_pam_event_IpPAMEventManager_deactivateService_op[] = "deactivateService" ;
-static const char org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_op[] = "isActiveIdentity" ;
-static const char org_csapi_mmm_IpAppMultiMediaMessagingManager_mailboxTerminated_op[] = "mailboxTerminated" ;
-static const char org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_op[] = "reportNotification" ;
-static const char org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsInterrupted_op[] = "notificationsInterrupted" ;
-static const char org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsResumed_op[] = "notificationsResumed" ;
-static const char org_csapi_mmm_IpAppMultiMediaMessagingManager_multiMediaMessagingTerminated_op[] = "multiMediaMessagingTerminated" ;
-static const char org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes_op[] = "terminateMultipleMailboxes" ;
-static const char org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions_op[] = "terminateMultipleMultiMediaMessagingSessions" ;
-static const char org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox_op[] = "openMailbox" ;
-static const char org_csapi_mmm_IpMultiMediaMessagingManager_openMultiMediaMessaging_op[] = "openMultiMediaMessaging" ;
-static const char org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_op[] = "createNotification" ;
-static const char org_csapi_mmm_IpMultiMediaMessagingManager_destroyNotification_op[] = "destroyNotification" ;
-static const char org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_op[] = "changeNotification" ;
-static const char org_csapi_mmm_IpMultiMediaMessagingManager_getNextNotification_op[] = "getNextNotification" ;
-static const char org_csapi_mmm_IpMultiMediaMessagingManager_enableNotifications_op[] = "enableNotifications" ;
-static const char org_csapi_mmm_IpMultiMediaMessagingManager_disableNotifications_op[] = "disableNotifications" ;
-static const char org_csapi_mmm_IpAppMailbox_createFolderRes_op[] = "createFolderRes" ;
-static const char org_csapi_mmm_IpAppMailbox_createFolderErr_op[] = "createFolderErr" ;
-static const char org_csapi_mmm_IpAppMailbox_getFoldersRes_op[] = "getFoldersRes" ;
-static const char org_csapi_mmm_IpAppMailbox_getFoldersErr_op[] = "getFoldersErr" ;
-static const char org_csapi_mmm_IpAppMailbox_deleteFolderRes_op[] = "deleteFolderRes" ;
-static const char org_csapi_mmm_IpAppMailbox_deleteFolderErr_op[] = "deleteFolderErr" ;
-static const char org_csapi_mmm_IpAppMailbox_copyFolderRes_op[] = "copyFolderRes" ;
-static const char org_csapi_mmm_IpAppMailbox_copyFolderErr_op[] = "copyFolderErr" ;
-static const char org_csapi_mmm_IpAppMailbox_moveFolderRes_op[] = "moveFolderRes" ;
-static const char org_csapi_mmm_IpAppMailbox_moveFolderErr_op[] = "moveFolderErr" ;
-static const char org_csapi_mmm_IpAppMailbox_putMessageRes_op[] = "putMessageRes" ;
-static const char org_csapi_mmm_IpAppMailbox_putMessageErr_op[] = "putMessageErr" ;
-static const char org_csapi_mmm_IpAppMailbox_copyMessageRes_op[] = "copyMessageRes" ;
-static const char org_csapi_mmm_IpAppMailbox_copyMessageErr_op[] = "copyMessageErr" ;
-static const char org_csapi_mmm_IpAppMailbox_moveMessageRes_op[] = "moveMessageRes" ;
-static const char org_csapi_mmm_IpAppMailbox_moveMessageErr_op[] = "moveMessageErr" ;
-static const char org_csapi_mmm_IpAppMailbox_deleteMessageRes_op[] = "deleteMessageRes" ;
-static const char org_csapi_mmm_IpAppMailbox_deleteMessageErr_op[] = "deleteMessageErr" ;
-static const char org_csapi_mmm_IpAppMailbox_listMessagesRes_op[] = "listMessagesRes" ;
-static const char org_csapi_mmm_IpAppMailbox_listMessagesErr_op[] = "listMessagesErr" ;
-static const char org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_op[] = "listMessageBodyPartsRes" ;
-static const char org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr_op[] = "listMessageBodyPartsErr" ;
-static const char org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_op[] = "getMessageBodyPartsRes" ;
-static const char org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr_op[] = "getMessageBodyPartsErr" ;
-static const char org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_op[] = "getMessageHeadersRes" ;
-static const char org_csapi_mmm_IpAppMailbox_getMessageHeadersErr_op[] = "getMessageHeadersErr" ;
-static const char org_csapi_mmm_IpAppMailbox_getMessageContentRes_op[] = "getMessageContentRes" ;
-static const char org_csapi_mmm_IpAppMailbox_getMessageContentErr_op[] = "getMessageContentErr" ;
-static const char org_csapi_mmm_IpAppMailbox_getFullMessageRes_op[] = "getFullMessageRes" ;
-static const char org_csapi_mmm_IpAppMailbox_getFullMessageErr_op[] = "getFullMessageErr" ;
-static const char org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_op[] = "getMailboxInfoPropertiesRes" ;
-static const char org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_op[] = "getFolderInfoPropertiesRes" ;
-static const char org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_op[] = "getMessageInfoPropertiesRes" ;
-static const char org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_op[] = "setMessageInfoPropertiesRes" ;
-static const char org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_op[] = "setMessageInfoPropertiesErr" ;
-static const char org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr_op[] = "getMailboxInfoPropertiesErr" ;
-static const char org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr_op[] = "getFolderInfoPropertiesErr" ;
-static const char org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr_op[] = "getMessageInfoPropertiesErr" ;
-static const char org_csapi_mmm_IpMailbox_close_op[] = "close" ;
-static const char org_csapi_mmm_IpMailbox_createFolderReq_op[] = "createFolderReq" ;
-static const char org_csapi_mmm_IpMailbox_getFoldersReq_op[] = "getFoldersReq" ;
-static const char org_csapi_mmm_IpMailbox_deleteFolderReq_op[] = "deleteFolderReq" ;
-static const char org_csapi_mmm_IpMailbox_copyFolderReq_op[] = "copyFolderReq" ;
-static const char org_csapi_mmm_IpMailbox_moveFolderReq_op[] = "moveFolderReq" ;
-static const char org_csapi_mmm_IpMailbox_putMessageReq_op[] = "putMessageReq" ;
-static const char org_csapi_mmm_IpMailbox_copyMessageReq_op[] = "copyMessageReq" ;
-static const char org_csapi_mmm_IpMailbox_moveMessageReq_op[] = "moveMessageReq" ;
-static const char org_csapi_mmm_IpMailbox_deleteMessageReq_op[] = "deleteMessageReq" ;
-static const char org_csapi_mmm_IpMailbox_listMessagesReq_op[] = "listMessagesReq" ;
-static const char org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_op[] = "listMessageBodyPartsReq" ;
-static const char org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_op[] = "getMessageBodyPartsReq" ;
-static const char org_csapi_mmm_IpMailbox_getMessageHeadersReq_op[] = "getMessageHeadersReq" ;
-static const char org_csapi_mmm_IpMailbox_getMessageContentReq_op[] = "getMessageContentReq" ;
-static const char org_csapi_mmm_IpMailbox_getFullMessageReq_op[] = "getFullMessageReq" ;
-static const char org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq_op[] = "getMailboxInfoPropertiesReq" ;
-static const char org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq_op[] = "getFolderInfoPropertiesReq" ;
-static const char org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq_op[] = "getMessageInfoPropertiesReq" ;
-static const char org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_op[] = "setMessageInfoPropertiesReq" ;
-static const char org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageRes_op[] = "sendMessageRes" ;
-static const char org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr_op[] = "sendMessageErr" ;
-static const char org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageRes_op[] = "cancelMessageRes" ;
-static const char org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr_op[] = "cancelMessageErr" ;
-static const char org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_op[] = "queryStatusRes" ;
-static const char org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr_op[] = "queryStatusErr" ;
-static const char org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_op[] = "messageStatusReport" ;
-static const char org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_op[] = "messageReceived" ;
-static const char org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_op[] = "sendMessageReq" ;
-static const char org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq_op[] = "cancelMessageReq" ;
-static const char org_csapi_mmm_IpMultiMediaMessaging_queryStatusReq_op[] = "queryStatusReq" ;
-static const char org_csapi_mmm_IpMultiMediaMessaging_close_op[] = "close" ;
-
-/*
- * IDL Operations End
- */
-
-/* Begin Exception (containing members) String Declare */
-
-
-static const char user_exception_org_csapi_P_INVALID_ASSIGNMENT_ID[] = "IDL:org/csapi/P_INVALID_ASSIGNMENT_ID:1.0" ;
-static const char user_exception_org_csapi_P_INVALID_TIME_AND_DATE_FORMAT[] = "IDL:org/csapi/P_INVALID_TIME_AND_DATE_FORMAT:1.0" ;
-static const char user_exception_org_csapi_P_INVALID_EVENT_TYPE[] = "IDL:org/csapi/P_INVALID_EVENT_TYPE:1.0" ;
-static const char user_exception_org_csapi_P_INVALID_INTERFACE_NAME[] = "IDL:org/csapi/P_INVALID_INTERFACE_NAME:1.0" ;
-static const char user_exception_org_csapi_P_INVALID_INTERFACE_TYPE[] = "IDL:org/csapi/P_INVALID_INTERFACE_TYPE:1.0" ;
-static const char user_exception_org_csapi_P_UNKNOWN_SUBSCRIBER[] = "IDL:org/csapi/P_UNKNOWN_SUBSCRIBER:1.0" ;
-static const char user_exception_org_csapi_P_INFORMATION_NOT_AVAILABLE[] = "IDL:org/csapi/P_INFORMATION_NOT_AVAILABLE:1.0" ;
-static const char user_exception_org_csapi_P_INVALID_CRITERIA[] = "IDL:org/csapi/P_INVALID_CRITERIA:1.0" ;
-static const char user_exception_org_csapi_P_INVALID_SESSION_ID[] = "IDL:org/csapi/P_INVALID_SESSION_ID:1.0" ;
-static const char user_exception_org_csapi_TpCommonExceptions[] = "IDL:org/csapi/TpCommonExceptions:1.0" ;
-static const char user_exception_org_csapi_P_INVALID_CURRENCY[] = "IDL:org/csapi/P_INVALID_CURRENCY:1.0" ;
-static const char user_exception_org_csapi_P_INVALID_AMOUNT[] = "IDL:org/csapi/P_INVALID_AMOUNT:1.0" ;
-static const char user_exception_org_csapi_P_APPLICATION_NOT_ACTIVATED[] = "IDL:org/csapi/P_APPLICATION_NOT_ACTIVATED:1.0" ;
-static const char user_exception_org_csapi_P_INVALID_ADDRESS[] = "IDL:org/csapi/P_INVALID_ADDRESS:1.0" ;
-static const char user_exception_org_csapi_P_UNSUPPORTED_ADDRESS_PLAN[] = "IDL:org/csapi/P_UNSUPPORTED_ADDRESS_PLAN:1.0" ;
-static const char user_exception_org_csapi_P_UNAUTHORISED_PARAMETER_VALUE[] = "IDL:org/csapi/P_UNAUTHORISED_PARAMETER_VALUE:1.0" ;
-static const char user_exception_org_csapi_P_INVALID_VERSION[] = "IDL:org/csapi/P_INVALID_VERSION:1.0" ;
-static const char user_exception_org_csapi_P_INVALID_NETWORK_STATE[] = "IDL:org/csapi/P_INVALID_NETWORK_STATE:1.0" ;
-static const char user_exception_org_csapi_fw_P_INVALID_SERVICE_ID[] = "IDL:org/csapi/fw/P_INVALID_SERVICE_ID:1.0" ;
-static const char user_exception_org_csapi_fw_P_SERVICE_ACCESS_DENIED[] = "IDL:org/csapi/fw/P_SERVICE_ACCESS_DENIED:1.0" ;
-static const char user_exception_org_csapi_fw_P_ACCESS_DENIED[] = "IDL:org/csapi/fw/P_ACCESS_DENIED:1.0" ;
-static const char user_exception_org_csapi_fw_P_SERVICE_NOT_ENABLED[] = "IDL:org/csapi/fw/P_SERVICE_NOT_ENABLED:1.0" ;
-static const char user_exception_org_csapi_fw_P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY[] = "IDL:org/csapi/fw/P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY:1.0" ;
-static const char user_exception_org_csapi_fw_P_INVALID_AGREEMENT_TEXT[] = "IDL:org/csapi/fw/P_INVALID_AGREEMENT_TEXT:1.0" ;
-static const char user_exception_org_csapi_fw_P_INVALID_SERVICE_TOKEN[] = "IDL:org/csapi/fw/P_INVALID_SERVICE_TOKEN:1.0" ;
-static const char user_exception_org_csapi_fw_P_INVALID_SIGNATURE[] = "IDL:org/csapi/fw/P_INVALID_SIGNATURE:1.0" ;
-static const char user_exception_org_csapi_fw_P_INVALID_SIGNING_ALGORITHM[] = "IDL:org/csapi/fw/P_INVALID_SIGNING_ALGORITHM:1.0" ;
-static const char user_exception_org_csapi_fw_P_INVALID_DOMAIN_ID[] = "IDL:org/csapi/fw/P_INVALID_DOMAIN_ID:1.0" ;
-static const char user_exception_org_csapi_fw_P_INVALID_PROPERTY[] = "IDL:org/csapi/fw/P_INVALID_PROPERTY:1.0" ;
-static const char user_exception_org_csapi_fw_P_INVALID_ACCESS_TYPE[] = "IDL:org/csapi/fw/P_INVALID_ACCESS_TYPE:1.0" ;
-static const char user_exception_org_csapi_fw_P_ILLEGAL_SERVICE_TYPE[] = "IDL:org/csapi/fw/P_ILLEGAL_SERVICE_TYPE:1.0" ;
-static const char user_exception_org_csapi_fw_P_UNKNOWN_SERVICE_TYPE[] = "IDL:org/csapi/fw/P_UNKNOWN_SERVICE_TYPE:1.0" ;
-static const char user_exception_org_csapi_fw_P_MISSING_MANDATORY_PROPERTY[] = "IDL:org/csapi/fw/P_MISSING_MANDATORY_PROPERTY:1.0" ;
-static const char user_exception_org_csapi_fw_P_DUPLICATE_PROPERTY_NAME[] = "IDL:org/csapi/fw/P_DUPLICATE_PROPERTY_NAME:1.0" ;
-static const char user_exception_org_csapi_fw_P_PROPERTY_TYPE_MISMATCH[] = "IDL:org/csapi/fw/P_PROPERTY_TYPE_MISMATCH:1.0" ;
-static const char user_exception_org_csapi_fw_P_INVALID_CLIENT_APP_ID[] = "IDL:org/csapi/fw/P_INVALID_CLIENT_APP_ID:1.0" ;
-static const char user_exception_org_csapi_fw_P_INVALID_AUTH_TYPE[] = "IDL:org/csapi/fw/P_INVALID_AUTH_TYPE:1.0" ;
-static const char user_exception_org_csapi_fw_P_INVALID_SAG_ID[] = "IDL:org/csapi/fw/P_INVALID_SAG_ID:1.0" ;
-static const char user_exception_org_csapi_fw_P_INVALID_SERVICE_PROFILE_ID[] = "IDL:org/csapi/fw/P_INVALID_SERVICE_PROFILE_ID:1.0" ;
-static const char user_exception_org_csapi_fw_P_INVALID_SERVICE_CONTRACT_ID[] = "IDL:org/csapi/fw/P_INVALID_SERVICE_CONTRACT_ID:1.0" ;
-static const char user_exception_org_csapi_fw_P_INVALID_ACTIVITY_TEST_ID[] = "IDL:org/csapi/fw/P_INVALID_ACTIVITY_TEST_ID:1.0" ;
-static const char user_exception_org_csapi_fw_P_ILLEGAL_SERVICE_ID[] = "IDL:org/csapi/fw/P_ILLEGAL_SERVICE_ID:1.0" ;
-static const char user_exception_org_csapi_fw_P_UNKNOWN_SERVICE_ID[] = "IDL:org/csapi/fw/P_UNKNOWN_SERVICE_ID:1.0" ;
-static const char user_exception_org_csapi_fw_P_SERVICE_TYPE_UNAVAILABLE[] = "IDL:org/csapi/fw/P_SERVICE_TYPE_UNAVAILABLE:1.0" ;
-static const char user_exception_org_csapi_fw_P_INVALID_ADDITION_TO_SAG[] = "IDL:org/csapi/fw/P_INVALID_ADDITION_TO_SAG:1.0" ;
-static const char user_exception_org_csapi_fw_P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT[] = "IDL:org/csapi/fw/P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT:1.0" ;
-static const char user_exception_org_csapi_fw_P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM[] = "IDL:org/csapi/fw/P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM:1.0" ;
-static const char user_exception_org_csapi_fw_P_NO_ACCEPTABLE_SIGNING_ALGORITHM[] = "IDL:org/csapi/fw/P_NO_ACCEPTABLE_SIGNING_ALGORITHM:1.0" ;
-static const char user_exception_org_csapi_ui_P_ID_NOT_FOUND[] = "IDL:org/csapi/ui/P_ID_NOT_FOUND:1.0" ;
-static const char user_exception_org_csapi_ui_P_ILLEGAL_ID[] = "IDL:org/csapi/ui/P_ILLEGAL_ID:1.0" ;
-static const char user_exception_org_csapi_ui_P_ILLEGAL_RANGE[] = "IDL:org/csapi/ui/P_ILLEGAL_RANGE:1.0" ;
-static const char user_exception_org_csapi_ui_P_INVALID_COLLECTION_CRITERIA[] = "IDL:org/csapi/ui/P_INVALID_COLLECTION_CRITERIA:1.0" ;
-static const char user_exception_org_csapi_mm_P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED[] = "IDL:org/csapi/mm/P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED:1.0" ;
-static const char user_exception_org_csapi_mm_P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED[] = "IDL:org/csapi/mm/P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED:1.0" ;
-static const char user_exception_org_csapi_mm_P_INVALID_REPORTING_INTERVAL[] = "IDL:org/csapi/mm/P_INVALID_REPORTING_INTERVAL:1.0" ;
-static const char user_exception_org_csapi_mm_P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED[] = "IDL:org/csapi/mm/P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED:1.0" ;
-static const char user_exception_org_csapi_termcap_P_INVALID_TERMINAL_ID[] = "IDL:org/csapi/termcap/P_INVALID_TERMINAL_ID:1.0" ;
-static const char user_exception_org_csapi_gms_P_GMS_INVALID_FOLDER_ID[] = "IDL:org/csapi/gms/P_GMS_INVALID_FOLDER_ID:1.0" ;
-static const char user_exception_org_csapi_gms_P_GMS_INSUFFICIENT_PRIVILEGE[] = "IDL:org/csapi/gms/P_GMS_INSUFFICIENT_PRIVILEGE:1.0" ;
-static const char user_exception_org_csapi_gms_P_GMS_INVALID_AUTHENTICATION_INFORMATION[] = "IDL:org/csapi/gms/P_GMS_INVALID_AUTHENTICATION_INFORMATION:1.0" ;
-static const char user_exception_org_csapi_gms_P_GMS_INVALID_MAILBOX[] = "IDL:org/csapi/gms/P_GMS_INVALID_MAILBOX:1.0" ;
-static const char user_exception_org_csapi_gms_P_GMS_INVALID_MESSAGE_ID[] = "IDL:org/csapi/gms/P_GMS_INVALID_MESSAGE_ID:1.0" ;
-static const char user_exception_org_csapi_gms_P_GMS_LOCKING_LOCKED_MAILBOX[] = "IDL:org/csapi/gms/P_GMS_LOCKING_LOCKED_MAILBOX:1.0" ;
-static const char user_exception_org_csapi_gms_P_GMS_MESSAGE_NOT_REMOVED[] = "IDL:org/csapi/gms/P_GMS_MESSAGE_NOT_REMOVED:1.0" ;
-static const char user_exception_org_csapi_gms_P_GMS_NUMBER_NOT_POSITIVE[] = "IDL:org/csapi/gms/P_GMS_NUMBER_NOT_POSITIVE:1.0" ;
-static const char user_exception_org_csapi_gms_P_GMS_UNLOCKING_UNLOCKED_MAILBOX[] = "IDL:org/csapi/gms/P_GMS_UNLOCKING_UNLOCKED_MAILBOX:1.0" ;
-static const char user_exception_org_csapi_gms_P_GMS_MAILBOX_LOCKED[] = "IDL:org/csapi/gms/P_GMS_MAILBOX_LOCKED:1.0" ;
-static const char user_exception_org_csapi_gms_P_GMS_CANNOT_UNLOCK_MAILBOX[] = "IDL:org/csapi/gms/P_GMS_CANNOT_UNLOCK_MAILBOX:1.0" ;
-static const char user_exception_org_csapi_gms_P_GMS_PROPERTY_NOT_SET[] = "IDL:org/csapi/gms/P_GMS_PROPERTY_NOT_SET:1.0" ;
-static const char user_exception_org_csapi_gms_P_GMS_FOLDER_IS_OPEN[] = "IDL:org/csapi/gms/P_GMS_FOLDER_IS_OPEN:1.0" ;
-static const char user_exception_org_csapi_gms_P_GMS_MAILBOX_OPEN[] = "IDL:org/csapi/gms/P_GMS_MAILBOX_OPEN:1.0" ;
-static const char user_exception_org_csapi_cm_P_UNKNOWN_VPRP_ID[] = "IDL:org/csapi/cm/P_UNKNOWN_VPRP_ID:1.0" ;
-static const char user_exception_org_csapi_cm_P_UNKNOWN_SLA_ID[] = "IDL:org/csapi/cm/P_UNKNOWN_SLA_ID:1.0" ;
-static const char user_exception_org_csapi_cm_P_UNKNOWN_STATUS[] = "IDL:org/csapi/cm/P_UNKNOWN_STATUS:1.0" ;
-static const char user_exception_org_csapi_cm_P_UNKNOWN_QOS_INFO[] = "IDL:org/csapi/cm/P_UNKNOWN_QOS_INFO:1.0" ;
-static const char user_exception_org_csapi_cm_P_UNKNOWN_VALIDITY_INFO[] = "IDL:org/csapi/cm/P_UNKNOWN_VALIDITY_INFO:1.0" ;
-static const char user_exception_org_csapi_cm_P_UNKNOWN_PIPEQOSINFO[] = "IDL:org/csapi/cm/P_UNKNOWN_PIPEQOSINFO:1.0" ;
-static const char user_exception_org_csapi_cm_P_UNKNOWN_DSCODEPOINT[] = "IDL:org/csapi/cm/P_UNKNOWN_DSCODEPOINT:1.0" ;
-static const char user_exception_org_csapi_cm_P_ILLEGAL_VPRPID[] = "IDL:org/csapi/cm/P_ILLEGAL_VPRPID:1.0" ;
-static const char user_exception_org_csapi_cm_P_ILLEGAL_REF_VALUE[] = "IDL:org/csapi/cm/P_ILLEGAL_REF_VALUE:1.0" ;
-static const char user_exception_org_csapi_cm_P_UNKNOWN_INTERFACE[] = "IDL:org/csapi/cm/P_UNKNOWN_INTERFACE:1.0" ;
-static const char user_exception_org_csapi_cm_P_CANT_DELETE_VPRP[] = "IDL:org/csapi/cm/P_CANT_DELETE_VPRP:1.0" ;
-static const char user_exception_org_csapi_cm_P_UNKNOWN_TEMPLATES[] = "IDL:org/csapi/cm/P_UNKNOWN_TEMPLATES:1.0" ;
-static const char user_exception_org_csapi_cm_P_UNKNOWN_MENU[] = "IDL:org/csapi/cm/P_UNKNOWN_MENU:1.0" ;
-static const char user_exception_org_csapi_cm_P_UNKNOWN_ENTERPRISE_NETWORK[] = "IDL:org/csapi/cm/P_UNKNOWN_ENTERPRISE_NETWORK:1.0" ;
-static const char user_exception_org_csapi_cm_P_UNKNOWN_TEMPLATE_TYPE[] = "IDL:org/csapi/cm/P_UNKNOWN_TEMPLATE_TYPE:1.0" ;
-static const char user_exception_org_csapi_cm_P_UNKNOWN_DESCRIPTION[] = "IDL:org/csapi/cm/P_UNKNOWN_DESCRIPTION:1.0" ;
-static const char user_exception_org_csapi_cm_P_ILLEGAL_SLA_ID[] = "IDL:org/csapi/cm/P_ILLEGAL_SLA_ID:1.0" ;
-static const char user_exception_org_csapi_cm_P_ILLEGAL_TAG[] = "IDL:org/csapi/cm/P_ILLEGAL_TAG:1.0" ;
-static const char user_exception_org_csapi_cm_P_ILLEGAL_VALUE[] = "IDL:org/csapi/cm/P_ILLEGAL_VALUE:1.0" ;
-static const char user_exception_org_csapi_cm_P_ILLEGAL_COMBINATION[] = "IDL:org/csapi/cm/P_ILLEGAL_COMBINATION:1.0" ;
-static const char user_exception_org_csapi_cm_P_UNKNOWN_SITES[] = "IDL:org/csapi/cm/P_UNKNOWN_SITES:1.0" ;
-static const char user_exception_org_csapi_cm_P_UNKNOWN_VPRN[] = "IDL:org/csapi/cm/P_UNKNOWN_VPRN:1.0" ;
-static const char user_exception_org_csapi_cm_P_ILLEGAL_SITE_ID[] = "IDL:org/csapi/cm/P_ILLEGAL_SITE_ID:1.0" ;
-static const char user_exception_org_csapi_cm_P_UNKNOWN_SITE_ID[] = "IDL:org/csapi/cm/P_UNKNOWN_SITE_ID:1.0" ;
-static const char user_exception_org_csapi_cm_P_UNKNOWN_SAPS[] = "IDL:org/csapi/cm/P_UNKNOWN_SAPS:1.0" ;
-static const char user_exception_org_csapi_cm_P_UNKNOWN_SITE_LOCATION[] = "IDL:org/csapi/cm/P_UNKNOWN_SITE_LOCATION:1.0" ;
-static const char user_exception_org_csapi_cm_P_UNKNOWN_SITE_DESCRIPTION[] = "IDL:org/csapi/cm/P_UNKNOWN_SITE_DESCRIPTION:1.0" ;
-static const char user_exception_org_csapi_cm_P_UNKNOWN_IPSUBNET[] = "IDL:org/csapi/cm/P_UNKNOWN_IPSUBNET:1.0" ;
-static const char user_exception_org_csapi_cm_P_UNKNOWN_SAP[] = "IDL:org/csapi/cm/P_UNKNOWN_SAP:1.0" ;
-static const char user_exception_org_csapi_cm_P_UNKNOWN_VPRP[] = "IDL:org/csapi/cm/P_UNKNOWN_VPRP:1.0" ;
-static const char user_exception_org_csapi_am_P_UNAUTHORIZED_APPLICATION[] = "IDL:org/csapi/am/P_UNAUTHORIZED_APPLICATION:1.0" ;
-static const char user_exception_org_csapi_cs_P_INVALID_USER[] = "IDL:org/csapi/cs/P_INVALID_USER:1.0" ;
-static const char user_exception_org_csapi_cs_P_INVALID_ACCOUNT[] = "IDL:org/csapi/cs/P_INVALID_ACCOUNT:1.0" ;
-static const char user_exception_org_csapi_cs_P_INVALID_REQUEST_NUMBER[] = "IDL:org/csapi/cs/P_INVALID_REQUEST_NUMBER:1.0" ;
-static const char user_exception_org_csapi_cs_P_INVALID_VOLUME[] = "IDL:org/csapi/cs/P_INVALID_VOLUME:1.0" ;
-static const char user_exception_org_csapi_policy_P_ACCESS_VIOLATION[] = "IDL:org/csapi/policy/P_ACCESS_VIOLATION:1.0" ;
-static const char user_exception_org_csapi_policy_P_SYNTAX_ERROR[] = "IDL:org/csapi/policy/P_SYNTAX_ERROR:1.0" ;
-static const char user_exception_org_csapi_policy_P_NAME_SPACE_ERROR[] = "IDL:org/csapi/policy/P_NAME_SPACE_ERROR:1.0" ;
-static const char user_exception_org_csapi_policy_P_NO_TRANSACTION_IN_PROCESS[] = "IDL:org/csapi/policy/P_NO_TRANSACTION_IN_PROCESS:1.0" ;
-static const char user_exception_org_csapi_policy_P_TRANSACTION_IN_PROCESS[] = "IDL:org/csapi/policy/P_TRANSACTION_IN_PROCESS:1.0" ;
-static const char user_exception_org_csapi_pam_P_PAM_UNKNOWN_TYPE[] = "IDL:org/csapi/pam/P_PAM_UNKNOWN_TYPE:1.0" ;
-static const char user_exception_org_csapi_pam_P_PAM_UNKNOWN_MEMBER[] = "IDL:org/csapi/pam/P_PAM_UNKNOWN_MEMBER:1.0" ;
-static const char user_exception_org_csapi_pam_P_PAM_UNKNOWN_IDENTITY[] = "IDL:org/csapi/pam/P_PAM_UNKNOWN_IDENTITY:1.0" ;
-static const char user_exception_org_csapi_pam_P_PAM_UNKNOWN_GROUP[] = "IDL:org/csapi/pam/P_PAM_UNKNOWN_GROUP:1.0" ;
-static const char user_exception_org_csapi_pam_P_PAM_UNKNOWN_CAPABILITY[] = "IDL:org/csapi/pam/P_PAM_UNKNOWN_CAPABILITY:1.0" ;
-static const char user_exception_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTES[] = "IDL:org/csapi/pam/P_PAM_UNKNOWN_ATTRIBUTES:1.0" ;
-static const char user_exception_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTE[] = "IDL:org/csapi/pam/P_PAM_UNKNOWN_ATTRIBUTE:1.0" ;
-static const char user_exception_org_csapi_pam_P_PAM_UNKNOWN_ASSIGNMENT[] = "IDL:org/csapi/pam/P_PAM_UNKNOWN_ASSIGNMENT:1.0" ;
-static const char user_exception_org_csapi_pam_P_PAM_UNKNOWN_ALIAS[] = "IDL:org/csapi/pam/P_PAM_UNKNOWN_ALIAS:1.0" ;
-static const char user_exception_org_csapi_pam_P_PAM_UNKNOWN_AGENT[] = "IDL:org/csapi/pam/P_PAM_UNKNOWN_AGENT:1.0" ;
-static const char user_exception_org_csapi_pam_P_PAM_UNASSIGNED_ALIAS[] = "IDL:org/csapi/pam/P_PAM_UNASSIGNED_ALIAS:1.0" ;
-static const char user_exception_org_csapi_pam_P_PAM_TYPE_EXISTS[] = "IDL:org/csapi/pam/P_PAM_TYPE_EXISTS:1.0" ;
-static const char user_exception_org_csapi_pam_P_PAM_TYPE_ASSOCIATED[] = "IDL:org/csapi/pam/P_PAM_TYPE_ASSOCIATED:1.0" ;
-static const char user_exception_org_csapi_pam_P_PAM_NOT_REGISTERED[] = "IDL:org/csapi/pam/P_PAM_NOT_REGISTERED:1.0" ;
-static const char user_exception_org_csapi_pam_P_PAM_NOT_MEMBER[] = "IDL:org/csapi/pam/P_PAM_NOT_MEMBER:1.0" ;
-static const char user_exception_org_csapi_pam_P_PAM_NO_CAPABILITY[] = "IDL:org/csapi/pam/P_PAM_NO_CAPABILITY:1.0" ;
-static const char user_exception_org_csapi_pam_P_PAM_MEMBER_EXISTS[] = "IDL:org/csapi/pam/P_PAM_MEMBER_EXISTS:1.0" ;
-static const char user_exception_org_csapi_pam_P_PAM_IS_CYCLIC[] = "IDL:org/csapi/pam/P_PAM_IS_CYCLIC:1.0" ;
-static const char user_exception_org_csapi_pam_P_PAM_IDENTITY_EXISTS[] = "IDL:org/csapi/pam/P_PAM_IDENTITY_EXISTS:1.0" ;
-static const char user_exception_org_csapi_pam_P_PAM_DISASSOCIATED_TYPE[] = "IDL:org/csapi/pam/P_PAM_DISASSOCIATED_TYPE:1.0" ;
-static const char user_exception_org_csapi_pam_P_PAM_ATTRIBUTE_EXISTS[] = "IDL:org/csapi/pam/P_PAM_ATTRIBUTE_EXISTS:1.0" ;
-static const char user_exception_org_csapi_pam_P_PAM_ALIAS_NOT_UNIQUE[] = "IDL:org/csapi/pam/P_PAM_ALIAS_NOT_UNIQUE:1.0" ;
-static const char user_exception_org_csapi_pam_P_PAM_ALIAS_EXISTS[] = "IDL:org/csapi/pam/P_PAM_ALIAS_EXISTS:1.0" ;
-static const char user_exception_org_csapi_pam_P_PAM_AGENT_EXISTS[] = "IDL:org/csapi/pam/P_PAM_AGENT_EXISTS:1.0" ;
-static const char user_exception_org_csapi_pam_P_PAM_UNAVAILABLE_INTERFACE[] = "IDL:org/csapi/pam/P_PAM_UNAVAILABLE_INTERFACE:1.0" ;
-static const char user_exception_org_csapi_pam_P_PAM_INVALID_CREDENTIAL[] = "IDL:org/csapi/pam/P_PAM_INVALID_CREDENTIAL:1.0" ;
-static const char user_exception_org_csapi_mmm_P_MMM_INVALID_AUTHENTICATION_INFORMATION[] = "IDL:org/csapi/mmm/P_MMM_INVALID_AUTHENTICATION_INFORMATION:1.0" ;
-static const char user_exception_org_csapi_mmm_P_MMM_INVALID_MAILBOX[] = "IDL:org/csapi/mmm/P_MMM_INVALID_MAILBOX:1.0" ;
-static const char user_exception_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TYPE[] = "IDL:org/csapi/mmm/P_MMM_INVALID_DELIVERY_TYPE:1.0" ;
-static const char user_exception_org_csapi_mmm_P_MMM_MAX_MESSAGE_SIZE_EXCEEDED[] = "IDL:org/csapi/mmm/P_MMM_MAX_MESSAGE_SIZE_EXCEEDED:1.0" ;
-static const char user_exception_org_csapi_mmm_P_MMM_INVALID_FOLDER_ID[] = "IDL:org/csapi/mmm/P_MMM_INVALID_FOLDER_ID:1.0" ;
-static const char user_exception_org_csapi_mmm_P_MMM_INVALID_MESSAGE_ID[] = "IDL:org/csapi/mmm/P_MMM_INVALID_MESSAGE_ID:1.0" ;
-static const char user_exception_org_csapi_mmm_P_MMM_INVALID_PART_ID[] = "IDL:org/csapi/mmm/P_MMM_INVALID_PART_ID:1.0" ;
-static const char user_exception_org_csapi_mmm_P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH[] = "IDL:org/csapi/mmm/P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH:1.0" ;
-static const char user_exception_org_csapi_mmm_P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH[] = "IDL:org/csapi/mmm/P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH:1.0" ;
-static const char user_exception_org_csapi_mmm_P_MMM_INVALID_PROPERTY[] = "IDL:org/csapi/mmm/P_MMM_INVALID_PROPERTY:1.0" ;
-static const char user_exception_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TIME[] = "IDL:org/csapi/mmm/P_MMM_INVALID_DELIVERY_TIME:1.0" ;
-static const char user_exception_org_csapi_mmm_P_MMM_INVALID_VALIDITY_TIME[] = "IDL:org/csapi/mmm/P_MMM_INVALID_VALIDITY_TIME:1.0" ;
-static const char user_exception_org_csapi_mmm_P_MMM_MAX_SUBJECT_SIZE_EXCEEDED[] = "IDL:org/csapi/mmm/P_MMM_MAX_SUBJECT_SIZE_EXCEEDED:1.0" ;
-static const char user_exception_org_csapi_mmm_P_MMM_INFORMATION_NOT_AVAILABLE[] = "IDL:org/csapi/mmm/P_MMM_INFORMATION_NOT_AVAILABLE:1.0" ;
-static const char user_exception_org_csapi_mmm_P_MMM_CANNOT_CANCEL[] = "IDL:org/csapi/mmm/P_MMM_CANNOT_CANCEL:1.0" ;
-static const char user_exception_org_csapi_mmm_P_MMM_INVALID_HEADER[] = "IDL:org/csapi/mmm/P_MMM_INVALID_HEADER:1.0" ;
-
-/* End Exception (containing members) String Declare */
-
-/*
* IDL Attributes Start
*/
-
+
/*
* IDL Attributes End
@@ -2710,1905 +1226,1773 @@ static const char user_exception_org_csapi_mmm_P_MMM_INVALID_HEADER[] = "IDL:org
/*
* IDL Enums Start
*/
-
+
/*
* Enum = IDL:org/csapi/TpAddressError:1.0
*/
-
static const value_string org_csapi_TpAddressError[] = {
- { 0, "P_ADDRESS_INVALID_UNDEFINED" },
- { 1, "P_ADDRESS_INVALID_MISSING" },
- { 2, "P_ADDRESS_INVALID_MISSING_ELEMENT" },
- { 3, "P_ADDRESS_INVALID_OUT_OF_RANGE" },
- { 4, "P_ADDRESS_INVALID_INCOMPLETE" },
- { 5, "P_ADDRESS_INVALID_CANNOT_DECODE" },
+ { 0, "P_ADDRESS_INVALID_UNDEFINED" },
+ { 1, "P_ADDRESS_INVALID_MISSING" },
+ { 2, "P_ADDRESS_INVALID_MISSING_ELEMENT" },
+ { 3, "P_ADDRESS_INVALID_OUT_OF_RANGE" },
+ { 4, "P_ADDRESS_INVALID_INCOMPLETE" },
+ { 5, "P_ADDRESS_INVALID_CANNOT_DECODE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/TpAddressPlan:1.0
*/
-
static const value_string org_csapi_TpAddressPlan[] = {
- { 0, "P_ADDRESS_PLAN_NOT_PRESENT" },
- { 1, "P_ADDRESS_PLAN_UNDEFINED" },
- { 2, "P_ADDRESS_PLAN_IP" },
- { 3, "P_ADDRESS_PLAN_MULTICAST" },
- { 4, "P_ADDRESS_PLAN_UNICAST" },
- { 5, "P_ADDRESS_PLAN_E164" },
- { 6, "P_ADDRESS_PLAN_AESA" },
- { 7, "P_ADDRESS_PLAN_URL" },
- { 8, "P_ADDRESS_PLAN_NSAP" },
- { 9, "P_ADDRESS_PLAN_SMTP" },
- { 10, "P_ADDRESS_PLAN_MSMAIL" },
- { 11, "P_ADDRESS_PLAN_X400" },
- { 12, "P_ADDRESS_PLAN_SIP" },
- { 13, "P_ADDRESS_PLAN_ANY" },
- { 14, "P_ADDRESS_PLAN_NATIONAL" },
+ { 0, "P_ADDRESS_PLAN_NOT_PRESENT" },
+ { 1, "P_ADDRESS_PLAN_UNDEFINED" },
+ { 2, "P_ADDRESS_PLAN_IP" },
+ { 3, "P_ADDRESS_PLAN_MULTICAST" },
+ { 4, "P_ADDRESS_PLAN_UNICAST" },
+ { 5, "P_ADDRESS_PLAN_E164" },
+ { 6, "P_ADDRESS_PLAN_AESA" },
+ { 7, "P_ADDRESS_PLAN_URL" },
+ { 8, "P_ADDRESS_PLAN_NSAP" },
+ { 9, "P_ADDRESS_PLAN_SMTP" },
+ { 10, "P_ADDRESS_PLAN_MSMAIL" },
+ { 11, "P_ADDRESS_PLAN_X400" },
+ { 12, "P_ADDRESS_PLAN_SIP" },
+ { 13, "P_ADDRESS_PLAN_ANY" },
+ { 14, "P_ADDRESS_PLAN_NATIONAL" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/TpAddressPresentation:1.0
*/
-
static const value_string org_csapi_TpAddressPresentation[] = {
- { 0, "P_ADDRESS_PRESENTATION_UNDEFINED" },
- { 1, "P_ADDRESS_PRESENTATION_ALLOWED" },
- { 2, "P_ADDRESS_PRESENTATION_RESTRICTED" },
- { 3, "P_ADDRESS_PRESENTATION_ADDRESS_NOT_AVAILABLE" },
+ { 0, "P_ADDRESS_PRESENTATION_UNDEFINED" },
+ { 1, "P_ADDRESS_PRESENTATION_ALLOWED" },
+ { 2, "P_ADDRESS_PRESENTATION_RESTRICTED" },
+ { 3, "P_ADDRESS_PRESENTATION_ADDRESS_NOT_AVAILABLE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/TpAddressScreening:1.0
*/
-
static const value_string org_csapi_TpAddressScreening[] = {
- { 0, "P_ADDRESS_SCREENING_UNDEFINED" },
- { 1, "P_ADDRESS_SCREENING_USER_VERIFIED_PASSED" },
- { 2, "P_ADDRESS_SCREENING_USER_NOT_VERIFIED" },
- { 3, "P_ADDRESS_SCREENING_USER_VERIFIED_FAILED" },
- { 4, "P_ADDRESS_SCREENING_NETWORK" },
+ { 0, "P_ADDRESS_SCREENING_UNDEFINED" },
+ { 1, "P_ADDRESS_SCREENING_USER_VERIFIED_PASSED" },
+ { 2, "P_ADDRESS_SCREENING_USER_NOT_VERIFIED" },
+ { 3, "P_ADDRESS_SCREENING_USER_VERIFIED_FAILED" },
+ { 4, "P_ADDRESS_SCREENING_NETWORK" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/TpCallAoCOrderCategory:1.0
*/
-
static const value_string org_csapi_TpCallAoCOrderCategory[] = {
- { 0, "P_CHARGE_ADVICE_INFO" },
- { 1, "P_CHARGE_PER_TIME" },
- { 2, "P_CHARGE_NETWORK" },
+ { 0, "P_CHARGE_ADVICE_INFO" },
+ { 1, "P_CHARGE_PER_TIME" },
+ { 2, "P_CHARGE_NETWORK" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/TpDataSessionQosClass:1.0
*/
-
static const value_string org_csapi_TpDataSessionQosClass[] = {
- { 0, "P_DATA_SESSION_QOS_CLASS_CONVERSATIONAL" },
- { 1, "P_DATA_SESSION_QOS_CLASS_STREAMING" },
- { 2, "P_DATA_SESSION_QOS_CLASS_INTERACTIVE" },
- { 3, "P_DATA_SESSION_QOS_CLASS_BACKGROUND" },
+ { 0, "P_DATA_SESSION_QOS_CLASS_CONVERSATIONAL" },
+ { 1, "P_DATA_SESSION_QOS_CLASS_STREAMING" },
+ { 2, "P_DATA_SESSION_QOS_CLASS_INTERACTIVE" },
+ { 3, "P_DATA_SESSION_QOS_CLASS_BACKGROUND" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/TpSimpleAttributeTypeInfo:1.0
*/
-
static const value_string org_csapi_TpSimpleAttributeTypeInfo[] = {
- { 0, "P_BOOLEAN" },
- { 1, "P_OCTET" },
- { 2, "P_CHAR" },
- { 3, "P_WCHAR" },
- { 4, "P_STRING" },
- { 5, "P_WSTRING" },
- { 6, "P_INT16" },
- { 7, "P_UNSIGNED_INT16" },
- { 8, "P_INT32" },
- { 9, "P_UNSIGNED_INT32" },
- { 10, "P_INT64" },
- { 11, "P_UNSIGNED_INT64" },
- { 12, "P_FLOAT" },
- { 13, "P_DOUBLE" },
+ { 0, "P_BOOLEAN" },
+ { 1, "P_OCTET" },
+ { 2, "P_CHAR" },
+ { 3, "P_WCHAR" },
+ { 4, "P_STRING" },
+ { 5, "P_WSTRING" },
+ { 6, "P_INT16" },
+ { 7, "P_UNSIGNED_INT16" },
+ { 8, "P_INT32" },
+ { 9, "P_UNSIGNED_INT32" },
+ { 10, "P_INT64" },
+ { 11, "P_UNSIGNED_INT64" },
+ { 12, "P_FLOAT" },
+ { 13, "P_DOUBLE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/TpAttributeTagInfo:1.0
*/
-
static const value_string org_csapi_TpAttributeTagInfo[] = {
- { 0, "P_SIMPLE_TYPE" },
- { 1, "P_STRUCTURED_TYPE" },
- { 2, "P_XML_TYPE" },
+ { 0, "P_SIMPLE_TYPE" },
+ { 1, "P_STRUCTURED_TYPE" },
+ { 2, "P_XML_TYPE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/fw/TpAPIUnavailReason:1.0
*/
-
static const value_string org_csapi_fw_TpAPIUnavailReason[] = {
- { 0, "API_UNAVAILABLE_UNDEFINED" },
- { 1, "API_UNAVAILABLE_LOCAL_FAILURE" },
- { 2, "API_UNAVAILABLE_GATEWAY_FAILURE" },
- { 3, "API_UNAVAILABLE_OVERLOADED" },
- { 4, "API_UNAVAILABLE_CLOSED" },
- { 5, "API_UNAVAILABLE_PROTOCOL_FAILURE" },
+ { 0, "API_UNAVAILABLE_UNDEFINED" },
+ { 1, "API_UNAVAILABLE_LOCAL_FAILURE" },
+ { 2, "API_UNAVAILABLE_GATEWAY_FAILURE" },
+ { 3, "API_UNAVAILABLE_OVERLOADED" },
+ { 4, "API_UNAVAILABLE_CLOSED" },
+ { 5, "API_UNAVAILABLE_PROTOCOL_FAILURE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/fw/TpDomainIDType:1.0
*/
-
static const value_string org_csapi_fw_TpDomainIDType[] = {
- { 0, "P_FW" },
- { 1, "P_CLIENT_APPLICATION" },
- { 2, "P_ENT_OP" },
- { 3, "P_SERVICE_INSTANCE" },
- { 4, "P_SERVICE_SUPPLIER" },
+ { 0, "P_FW" },
+ { 1, "P_CLIENT_APPLICATION" },
+ { 2, "P_ENT_OP" },
+ { 3, "P_SERVICE_INSTANCE" },
+ { 4, "P_SERVICE_SUPPLIER" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/fw/TpFwEventName:1.0
*/
-
static const value_string org_csapi_fw_TpFwEventName[] = {
- { 0, "P_EVENT_FW_NAME_UNDEFINED" },
- { 1, "P_EVENT_FW_SERVICE_AVAILABLE" },
- { 2, "P_EVENT_FW_SERVICE_UNAVAILABLE" },
- { 3, "P_EVENT_FW_MIGRATION_SERVICE_AVAILABLE" },
- { 4, "P_EVENT_FW_APP_SESSION_CREATED" },
- { 5, "P_EVENT_FW_APP_SESSION_TERMINATED" },
- { 6, "P_EVENT_FW_APP_AGREEMENT_SIGNED" },
- { 7, "P_EVENT_FW_APP_AGREEMENT_ENDED" },
+ { 0, "P_EVENT_FW_NAME_UNDEFINED" },
+ { 1, "P_EVENT_FW_SERVICE_AVAILABLE" },
+ { 2, "P_EVENT_FW_SERVICE_UNAVAILABLE" },
+ { 3, "P_EVENT_FW_MIGRATION_SERVICE_AVAILABLE" },
+ { 4, "P_EVENT_FW_APP_SESSION_CREATED" },
+ { 5, "P_EVENT_FW_APP_SESSION_TERMINATED" },
+ { 6, "P_EVENT_FW_APP_AGREEMENT_SIGNED" },
+ { 7, "P_EVENT_FW_APP_AGREEMENT_ENDED" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/fw/TpFWExceptionType:1.0
*/
-
static const value_string org_csapi_fw_TpFWExceptionType[] = {
- { 0, "P_FW_DUMMY" },
+ { 0, "P_FW_DUMMY" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/fw/TpFwUnavailReason:1.0
*/
-
static const value_string org_csapi_fw_TpFwUnavailReason[] = {
- { 0, "FW_UNAVAILABLE_UNDEFINED" },
- { 1, "FW_UNAVAILABLE_LOCAL_FAILURE" },
- { 2, "FW_UNAVAILABLE_GATEWAY_FAILURE" },
- { 3, "FW_UNAVAILABLE_OVERLOADED" },
- { 4, "FW_UNAVAILABLE_CLOSED" },
- { 5, "FW_UNAVAILABLE_PROTOCOL_FAILURE" },
+ { 0, "FW_UNAVAILABLE_UNDEFINED" },
+ { 1, "FW_UNAVAILABLE_LOCAL_FAILURE" },
+ { 2, "FW_UNAVAILABLE_GATEWAY_FAILURE" },
+ { 3, "FW_UNAVAILABLE_OVERLOADED" },
+ { 4, "FW_UNAVAILABLE_CLOSED" },
+ { 5, "FW_UNAVAILABLE_PROTOCOL_FAILURE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/fw/TpInterfaceFault:1.0
*/
-
static const value_string org_csapi_fw_TpInterfaceFault[] = {
- { 0, "INTERFACE_FAULT_UNDEFINED" },
- { 1, "INTERFACE_FAULT_LOCAL_FAILURE" },
- { 2, "INTERFACE_FAULT_GATEWAY_FAILURE" },
- { 3, "INTERFACE_FAULT_PROTOCOL_ERROR" },
+ { 0, "INTERFACE_FAULT_UNDEFINED" },
+ { 1, "INTERFACE_FAULT_LOCAL_FAILURE" },
+ { 2, "INTERFACE_FAULT_GATEWAY_FAILURE" },
+ { 3, "INTERFACE_FAULT_PROTOCOL_ERROR" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/fw/TpLoadLevel:1.0
*/
-
static const value_string org_csapi_fw_TpLoadLevel[] = {
- { 0, "LOAD_LEVEL_NORMAL" },
- { 1, "LOAD_LEVEL_OVERLOAD" },
- { 2, "LOAD_LEVEL_SEVERE_OVERLOAD" },
+ { 0, "LOAD_LEVEL_NORMAL" },
+ { 1, "LOAD_LEVEL_OVERLOAD" },
+ { 2, "LOAD_LEVEL_SEVERE_OVERLOAD" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/fw/TpLoadStatisticEntityType:1.0
*/
-
static const value_string org_csapi_fw_TpLoadStatisticEntityType[] = {
- { 0, "P_LOAD_STATISTICS_FW_TYPE" },
- { 1, "P_LOAD_STATISTICS_SVC_TYPE" },
- { 2, "P_LOAD_STATISTICS_APP_TYPE" },
+ { 0, "P_LOAD_STATISTICS_FW_TYPE" },
+ { 1, "P_LOAD_STATISTICS_SVC_TYPE" },
+ { 2, "P_LOAD_STATISTICS_APP_TYPE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/fw/TpLoadStatisticInfoType:1.0
*/
-
static const value_string org_csapi_fw_TpLoadStatisticInfoType[] = {
- { 0, "P_LOAD_STATISTICS_VALID" },
- { 1, "P_LOAD_STATISTICS_INVALID" },
+ { 0, "P_LOAD_STATISTICS_VALID" },
+ { 1, "P_LOAD_STATISTICS_INVALID" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/fw/TpLoadStatusError:1.0
*/
-
static const value_string org_csapi_fw_TpLoadStatusError[] = {
- { 0, "LOAD_STATUS_ERROR_UNDEFINED" },
- { 1, "LOAD_STATUS_ERROR_UNAVAILABLE" },
+ { 0, "LOAD_STATUS_ERROR_UNDEFINED" },
+ { 1, "LOAD_STATUS_ERROR_UNAVAILABLE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/fw/TpServiceTypePropertyMode:1.0
*/
-
static const value_string org_csapi_fw_TpServiceTypePropertyMode[] = {
- { 0, "NORMAL" },
- { 1, "MANDATORY" },
- { 2, "READONLY" },
- { 3, "MANDATORY_READONLY" },
+ { 0, "NORMAL" },
+ { 1, "MANDATORY" },
+ { 2, "READONLY" },
+ { 3, "MANDATORY_READONLY" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/fw/TpSvcUnavailReason:1.0
*/
-
static const value_string org_csapi_fw_TpSvcUnavailReason[] = {
- { 0, "SERVICE_UNAVAILABLE_UNDEFINED" },
- { 1, "SERVICE_UNAVAILABLE_LOCAL_FAILURE" },
- { 2, "SERVICE_UNAVAILABLE_GATEWAY_FAILURE" },
- { 3, "SERVICE_UNAVAILABLE_OVERLOADED" },
- { 4, "SERVICE_UNAVAILABLE_CLOSED" },
+ { 0, "SERVICE_UNAVAILABLE_UNDEFINED" },
+ { 1, "SERVICE_UNAVAILABLE_LOCAL_FAILURE" },
+ { 2, "SERVICE_UNAVAILABLE_GATEWAY_FAILURE" },
+ { 3, "SERVICE_UNAVAILABLE_OVERLOADED" },
+ { 4, "SERVICE_UNAVAILABLE_CLOSED" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/fw/TpLoadStatisticError:1.0
*/
-
static const value_string org_csapi_fw_TpLoadStatisticError[] = {
- { 0, "P_LOAD_INFO_ERROR_UNDEFINED" },
- { 1, "P_LOAD_INFO_UNAVAILABLE" },
+ { 0, "P_LOAD_INFO_ERROR_UNDEFINED" },
+ { 1, "P_LOAD_INFO_UNAVAILABLE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/fw/TpSubjectType:1.0
*/
-
static const value_string org_csapi_fw_TpSubjectType[] = {
- { 0, "P_SUBJECT_UNDEFINED" },
- { 1, "P_SUBJECT_CLIENT_APP" },
- { 2, "P_SUBJECT_FW" },
+ { 0, "P_SUBJECT_UNDEFINED" },
+ { 1, "P_SUBJECT_CLIENT_APP" },
+ { 2, "P_SUBJECT_FW" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/fw/TpFaultStatisticsError:1.0
*/
-
static const value_string org_csapi_fw_TpFaultStatisticsError[] = {
- { 0, "P_FAULT_INFO_ERROR_UNDEFINED" },
- { 1, "P_FAULT_INFO_UNAVAILABLE" },
+ { 0, "P_FAULT_INFO_ERROR_UNDEFINED" },
+ { 1, "P_FAULT_INFO_UNAVAILABLE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/fw/TpSvcAvailStatusReason:1.0
*/
-
static const value_string org_csapi_fw_TpSvcAvailStatusReason[] = {
- { 0, "SVC_UNAVAILABLE_UNDEFINED" },
- { 1, "SVC_UNAVAILABLE_LOCAL_FAILURE" },
- { 2, "SVC_UNAVAILABLE_GATEWAY_FAILURE" },
- { 3, "SVC_UNAVAILABLE_OVERLOADED" },
- { 4, "SVC_UNAVAILABLE_CLOSED" },
- { 5, "SVC_UNAVAILABLE_NO_RESPONSE" },
- { 6, "SVC_UNAVAILABLE_SW_UPGRADE" },
- { 7, "SVC_AVAILABLE" },
+ { 0, "SVC_UNAVAILABLE_UNDEFINED" },
+ { 1, "SVC_UNAVAILABLE_LOCAL_FAILURE" },
+ { 2, "SVC_UNAVAILABLE_GATEWAY_FAILURE" },
+ { 3, "SVC_UNAVAILABLE_OVERLOADED" },
+ { 4, "SVC_UNAVAILABLE_CLOSED" },
+ { 5, "SVC_UNAVAILABLE_NO_RESPONSE" },
+ { 6, "SVC_UNAVAILABLE_SW_UPGRADE" },
+ { 7, "SVC_AVAILABLE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/fw/TpAppAvailStatusReason:1.0
*/
-
static const value_string org_csapi_fw_TpAppAvailStatusReason[] = {
- { 0, "APP_UNAVAILABLE_UNDEFINED" },
- { 1, "APP_UNAVAILABLE_LOCAL_FAILURE" },
- { 2, "APP_UNAVAILABLE_REMOTE_FAILURE" },
- { 3, "APP_UNAVAILABLE_OVERLOADED" },
- { 4, "APP_UNAVAILABLE_CLOSED" },
- { 5, "APP_UNAVAILABLE_NO_RESPONSE" },
- { 6, "APP_UNAVAILABLE_SW_UPGRADE" },
- { 7, "APP_AVAILABLE" },
+ { 0, "APP_UNAVAILABLE_UNDEFINED" },
+ { 1, "APP_UNAVAILABLE_LOCAL_FAILURE" },
+ { 2, "APP_UNAVAILABLE_REMOTE_FAILURE" },
+ { 3, "APP_UNAVAILABLE_OVERLOADED" },
+ { 4, "APP_UNAVAILABLE_CLOSED" },
+ { 5, "APP_UNAVAILABLE_NO_RESPONSE" },
+ { 6, "APP_UNAVAILABLE_SW_UPGRADE" },
+ { 7, "APP_AVAILABLE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/fw/TpMigrationAdditionalInfoType:1.0
*/
-
static const value_string org_csapi_fw_TpMigrationAdditionalInfoType[] = {
- { 0, "P_MIGRATION_INFO_UNDEFINED" },
+ { 0, "P_MIGRATION_INFO_UNDEFINED" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/fw/TpFwAvailStatusReason:1.0
*/
-
static const value_string org_csapi_fw_TpFwAvailStatusReason[] = {
- { 0, "FRAMEWORK_UNAVAILABLE_UNDEFINED" },
- { 1, "FRAMEWORK_UNAVAILABLE_LOCAL_FAILURE" },
- { 2, "FRAMEWORK_UNAVAILABLE_REMOTE_FAILURE" },
- { 3, "FRAMEWORK_UNAVAILABLE_OVERLOADED" },
- { 4, "FRAMEWORK_UNAVAILABLE_CLOSED" },
- { 5, "FRAMEWORK_UNAVAILABLE_PROTOCOL_FAILURE" },
- { 6, "FRAMEWORK_UNAVAILABLE_SW_UPGRADE" },
- { 7, "FRAMEWORK_AVAILABLE" },
+ { 0, "FRAMEWORK_UNAVAILABLE_UNDEFINED" },
+ { 1, "FRAMEWORK_UNAVAILABLE_LOCAL_FAILURE" },
+ { 2, "FRAMEWORK_UNAVAILABLE_REMOTE_FAILURE" },
+ { 3, "FRAMEWORK_UNAVAILABLE_OVERLOADED" },
+ { 4, "FRAMEWORK_UNAVAILABLE_CLOSED" },
+ { 5, "FRAMEWORK_UNAVAILABLE_PROTOCOL_FAILURE" },
+ { 6, "FRAMEWORK_UNAVAILABLE_SW_UPGRADE" },
+ { 7, "FRAMEWORK_AVAILABLE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/ui/TpUIVariablePartType:1.0
*/
-
static const value_string org_csapi_ui_TpUIVariablePartType[] = {
- { 0, "P_UI_VARIABLE_PART_INT" },
- { 1, "P_UI_VARIABLE_PART_ADDRESS" },
- { 2, "P_UI_VARIABLE_PART_TIME" },
- { 3, "P_UI_VARIABLE_PART_DATE" },
- { 4, "P_UI_VARIABLE_PART_PRICE" },
+ { 0, "P_UI_VARIABLE_PART_INT" },
+ { 1, "P_UI_VARIABLE_PART_ADDRESS" },
+ { 2, "P_UI_VARIABLE_PART_TIME" },
+ { 3, "P_UI_VARIABLE_PART_DATE" },
+ { 4, "P_UI_VARIABLE_PART_PRICE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/ui/TpUIReport:1.0
*/
-
static const value_string org_csapi_ui_TpUIReport[] = {
- { 0, "P_UI_REPORT_UNDEFINED" },
- { 1, "P_UI_REPORT_INFO_SENT" },
- { 2, "P_UI_REPORT_INFO_COLLECTED" },
- { 3, "P_UI_REPORT_NO_INPUT" },
- { 4, "P_UI_REPORT_TIMEOUT" },
- { 5, "P_UI_REPORT_MESSAGE_STORED" },
- { 6, "P_UI_REPORT_MESSAGE_NOT_STORED" },
- { 7, "P_UI_REPORT_MESSAGE_DELETED" },
- { 8, "P_UI_REPORT_MESSAGE_NOT_DELETED" },
+ { 0, "P_UI_REPORT_UNDEFINED" },
+ { 1, "P_UI_REPORT_INFO_SENT" },
+ { 2, "P_UI_REPORT_INFO_COLLECTED" },
+ { 3, "P_UI_REPORT_NO_INPUT" },
+ { 4, "P_UI_REPORT_TIMEOUT" },
+ { 5, "P_UI_REPORT_MESSAGE_STORED" },
+ { 6, "P_UI_REPORT_MESSAGE_NOT_STORED" },
+ { 7, "P_UI_REPORT_MESSAGE_DELETED" },
+ { 8, "P_UI_REPORT_MESSAGE_NOT_DELETED" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/ui/TpUIInfoType:1.0
*/
-
static const value_string org_csapi_ui_TpUIInfoType[] = {
- { 0, "P_UI_INFO_ID" },
- { 1, "P_UI_INFO_DATA" },
- { 2, "P_UI_INFO_ADDRESS" },
- { 3, "P_UI_INFO_BIN_DATA" },
- { 4, "P_UI_INFO_UUENCODED" },
- { 5, "P_UI_INFO_MIME" },
- { 6, "P_UI_INFO_WAVE" },
- { 7, "P_UI_INFO_AU" },
- { 8, "P_UI_INFO_VXML" },
- { 9, "P_UI_INFO_SYNTHESIS" },
+ { 0, "P_UI_INFO_ID" },
+ { 1, "P_UI_INFO_DATA" },
+ { 2, "P_UI_INFO_ADDRESS" },
+ { 3, "P_UI_INFO_BIN_DATA" },
+ { 4, "P_UI_INFO_UUENCODED" },
+ { 5, "P_UI_INFO_MIME" },
+ { 6, "P_UI_INFO_WAVE" },
+ { 7, "P_UI_INFO_AU" },
+ { 8, "P_UI_INFO_VXML" },
+ { 9, "P_UI_INFO_SYNTHESIS" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/ui/TpUIFault:1.0
*/
-
static const value_string org_csapi_ui_TpUIFault[] = {
- { 0, "P_UI_FAULT_UNDEFINED" },
- { 1, "P_UI_CALL_ENDED" },
+ { 0, "P_UI_FAULT_UNDEFINED" },
+ { 1, "P_UI_CALL_ENDED" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/ui/TpUIEventInfoDataType:1.0
*/
-
static const value_string org_csapi_ui_TpUIEventInfoDataType[] = {
- { 0, "P_UI_EVENT_DATA_TYPE_UNDEFINED" },
- { 1, "P_UI_EVENT_DATA_TYPE_UNSPECIFIED" },
- { 2, "P_UI_EVENT_DATA_TYPE_TEXT" },
- { 3, "P_UI_EVENT_DATA_TYPE_USSD_DATA" },
+ { 0, "P_UI_EVENT_DATA_TYPE_UNDEFINED" },
+ { 1, "P_UI_EVENT_DATA_TYPE_UNSPECIFIED" },
+ { 2, "P_UI_EVENT_DATA_TYPE_TEXT" },
+ { 3, "P_UI_EVENT_DATA_TYPE_USSD_DATA" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/ui/TpUIError:1.0
*/
-
static const value_string org_csapi_ui_TpUIError[] = {
- { 0, "P_UI_ERROR_UNDEFINED" },
- { 1, "P_UI_ERROR_ILLEGAL_INFO" },
- { 2, "P_UI_ERROR_ID_NOT_FOUND" },
- { 3, "P_UI_ERROR_RESOURCE_UNAVAILABLE" },
- { 4, "P_UI_ERROR_ILLEGAL_RANGE" },
- { 5, "P_UI_ERROR_IMPROPER_USER_RESPONSE" },
- { 6, "P_UI_ERROR_ABANDON" },
- { 7, "P_UI_ERROR_NO_OPERATION_ACTIVE" },
- { 8, "P_UI_ERROR_NO_SPACE_AVAILABLE" },
- { 9, "P_UI_ERROR_RESOURCE_TIMEOUT" },
+ { 0, "P_UI_ERROR_UNDEFINED" },
+ { 1, "P_UI_ERROR_ILLEGAL_INFO" },
+ { 2, "P_UI_ERROR_ID_NOT_FOUND" },
+ { 3, "P_UI_ERROR_RESOURCE_UNAVAILABLE" },
+ { 4, "P_UI_ERROR_ILLEGAL_RANGE" },
+ { 5, "P_UI_ERROR_IMPROPER_USER_RESPONSE" },
+ { 6, "P_UI_ERROR_ABANDON" },
+ { 7, "P_UI_ERROR_NO_OPERATION_ACTIVE" },
+ { 8, "P_UI_ERROR_NO_SPACE_AVAILABLE" },
+ { 9, "P_UI_ERROR_RESOURCE_TIMEOUT" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/ui/TpUICollectMode:1.0
*/
-
static const value_string org_csapi_ui_TpUICollectMode[] = {
- { 0, "P_UI_COLLECT_MODE_DTMF" },
- { 1, "P_UI_COLLECT_MODE_VOICE" },
- { 2, "P_UI_COLLECT_MODE_DTMFANDVOICE" },
+ { 0, "P_UI_COLLECT_MODE_DTMF" },
+ { 1, "P_UI_COLLECT_MODE_VOICE" },
+ { 2, "P_UI_COLLECT_MODE_DTMFANDVOICE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/ui/TpUIPronounceType:1.0
*/
-
static const value_string org_csapi_ui_TpUIPronounceType[] = {
- { 0, "P_UI_PRONOUNCE_IPA" },
- { 1, "P_UI_PRONOUNCE_SOUNDSLIKE" },
+ { 0, "P_UI_PRONOUNCE_IPA" },
+ { 1, "P_UI_PRONOUNCE_SOUNDSLIKE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/ui/TpUISynthesisRange:1.0
*/
-
static const value_string org_csapi_ui_TpUISynthesisRange[] = {
- { 0, "P_UI_RANGE_CALMER" },
- { 1, "P_UI_RANGE_CALM" },
- { 2, "P_UI_RANGE_AVERAGE" },
- { 3, "P_UI_RANGE_EXCITED" },
- { 4, "P_UI_RANGE_MORE_EXCITED" },
+ { 0, "P_UI_RANGE_CALMER" },
+ { 1, "P_UI_RANGE_CALM" },
+ { 2, "P_UI_RANGE_AVERAGE" },
+ { 3, "P_UI_RANGE_EXCITED" },
+ { 4, "P_UI_RANGE_MORE_EXCITED" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/ui/TpUISynthesisRate:1.0
*/
-
static const value_string org_csapi_ui_TpUISynthesisRate[] = {
- { 0, "P_UI_RATE_SLOW" },
- { 1, "P_UI_RATE_AVERAGE" },
- { 2, "P_UI_RATE_FAST" },
+ { 0, "P_UI_RATE_SLOW" },
+ { 1, "P_UI_RATE_AVERAGE" },
+ { 2, "P_UI_RATE_FAST" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/ui/TpUISynthesisAge:1.0
*/
-
static const value_string org_csapi_ui_TpUISynthesisAge[] = {
- { 0, "P_UI_AGE_CHILD" },
- { 1, "P_UI_AGE_YOUNG_ADULT" },
- { 2, "P_UI_AGE_ADULT" },
- { 3, "P_UI_AGE_OLDER_ADULT" },
+ { 0, "P_UI_AGE_CHILD" },
+ { 1, "P_UI_AGE_YOUNG_ADULT" },
+ { 2, "P_UI_AGE_ADULT" },
+ { 3, "P_UI_AGE_OLDER_ADULT" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/ui/TpUISynthesisGender:1.0
*/
-
static const value_string org_csapi_ui_TpUISynthesisGender[] = {
- { 0, "P_UI_GENDER_MALE" },
- { 1, "P_UI_GENDER_FEMALE" },
+ { 0, "P_UI_GENDER_MALE" },
+ { 1, "P_UI_GENDER_FEMALE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cc/TpReleaseCause:1.0
*/
-
static const value_string org_csapi_cc_TpReleaseCause[] = {
- { 0, "P_UNDEFINED" },
- { 1, "P_USER_NOT_AVAILABLE" },
- { 2, "P_BUSY" },
- { 3, "P_NO_ANSWER" },
- { 4, "P_NOT_REACHABLE" },
- { 5, "P_ROUTING_FAILURE" },
- { 6, "P_PREMATURE_DISCONNECT" },
- { 7, "P_DISCONNECTED" },
- { 8, "P_CALL_RESTRICTED" },
- { 9, "P_UNAVAILABLE_RESOURCE" },
- { 10, "P_GENERAL_FAILURE" },
- { 11, "P_TIMER_EXPIRY" },
- { 12, "P_UNSUPPORTED_MEDIA" },
+ { 0, "P_UNDEFINED" },
+ { 1, "P_USER_NOT_AVAILABLE" },
+ { 2, "P_BUSY" },
+ { 3, "P_NO_ANSWER" },
+ { 4, "P_NOT_REACHABLE" },
+ { 5, "P_ROUTING_FAILURE" },
+ { 6, "P_PREMATURE_DISCONNECT" },
+ { 7, "P_DISCONNECTED" },
+ { 8, "P_CALL_RESTRICTED" },
+ { 9, "P_UNAVAILABLE_RESOURCE" },
+ { 10, "P_GENERAL_FAILURE" },
+ { 11, "P_TIMER_EXPIRY" },
+ { 12, "P_UNSUPPORTED_MEDIA" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cc/TpCallMonitorMode:1.0
*/
-
static const value_string org_csapi_cc_TpCallMonitorMode[] = {
- { 0, "P_CALL_MONITOR_MODE_INTERRUPT" },
- { 1, "P_CALL_MONITOR_MODE_NOTIFY" },
- { 2, "P_CALL_MONITOR_MODE_DO_NOT_MONITOR" },
+ { 0, "P_CALL_MONITOR_MODE_INTERRUPT" },
+ { 1, "P_CALL_MONITOR_MODE_NOTIFY" },
+ { 2, "P_CALL_MONITOR_MODE_DO_NOT_MONITOR" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cc/TpCallBearerService:1.0
*/
-
static const value_string org_csapi_cc_TpCallBearerService[] = {
- { 0, "P_CALL_BEARER_SERVICE_UNKNOWN" },
- { 1, "P_CALL_BEARER_SERVICE_SPEECH" },
- { 2, "P_CALL_BEARER_SERVICE_DIGITALUNRESTRICTED" },
- { 3, "P_CALL_BEARER_SERVICE_DIGITALRESTRICTED" },
- { 4, "P_CALL_BEARER_SERVICE_AUDIO" },
- { 5, "P_CALL_BEARER_SERVICE_DIGITALUNRESTRICTEDTONES" },
- { 6, "P_CALL_BEARER_SERVICE_VIDEO" },
+ { 0, "P_CALL_BEARER_SERVICE_UNKNOWN" },
+ { 1, "P_CALL_BEARER_SERVICE_SPEECH" },
+ { 2, "P_CALL_BEARER_SERVICE_DIGITALUNRESTRICTED" },
+ { 3, "P_CALL_BEARER_SERVICE_DIGITALRESTRICTED" },
+ { 4, "P_CALL_BEARER_SERVICE_AUDIO" },
+ { 5, "P_CALL_BEARER_SERVICE_DIGITALUNRESTRICTEDTONES" },
+ { 6, "P_CALL_BEARER_SERVICE_VIDEO" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cc/TpCallChargeOrderCategory:1.0
*/
-
static const value_string org_csapi_cc_TpCallChargeOrderCategory[] = {
- { 0, "P_CALL_CHARGE_TRANSPARENT" },
- { 1, "P_CALL_CHARGE_PREDEFINED_SET" },
+ { 0, "P_CALL_CHARGE_TRANSPARENT" },
+ { 1, "P_CALL_CHARGE_PREDEFINED_SET" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cc/TpCallErrorType:1.0
*/
-
static const value_string org_csapi_cc_TpCallErrorType[] = {
- { 0, "P_CALL_ERROR_UNDEFINED" },
- { 1, "P_CALL_ERROR_INVALID_ADDRESS" },
- { 2, "P_CALL_ERROR_INVALID_STATE" },
- { 3, "P_CALL_ERROR_RESOURCE_UNAVAILABLE" },
+ { 0, "P_CALL_ERROR_UNDEFINED" },
+ { 1, "P_CALL_ERROR_INVALID_ADDRESS" },
+ { 2, "P_CALL_ERROR_INVALID_STATE" },
+ { 3, "P_CALL_ERROR_RESOURCE_UNAVAILABLE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cc/TpCallLoadControlMechanismType:1.0
*/
-
static const value_string org_csapi_cc_TpCallLoadControlMechanismType[] = {
- { 0, "P_CALL_LOAD_CONTROL_PER_INTERVAL" },
+ { 0, "P_CALL_LOAD_CONTROL_PER_INTERVAL" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cc/TpCallNetworkAccessType:1.0
*/
-
static const value_string org_csapi_cc_TpCallNetworkAccessType[] = {
- { 0, "P_CALL_NETWORK_ACCESS_TYPE_UNKNOWN" },
- { 1, "P_CALL_NETWORK_ACCESS_TYPE_POT" },
- { 2, "P_CALL_NETWORK_ACCESS_TYPE_ISDN" },
- { 3, "P_CALL_NETWORK_ACCESS_TYPE_DIALUPINTERNET" },
- { 4, "P_CALL_NETWORK_ACCESS_TYPE_XDSL" },
- { 5, "P_CALL_NETWORK_ACCESS_TYPE_WIRELESS" },
+ { 0, "P_CALL_NETWORK_ACCESS_TYPE_UNKNOWN" },
+ { 1, "P_CALL_NETWORK_ACCESS_TYPE_POT" },
+ { 2, "P_CALL_NETWORK_ACCESS_TYPE_ISDN" },
+ { 3, "P_CALL_NETWORK_ACCESS_TYPE_DIALUPINTERNET" },
+ { 4, "P_CALL_NETWORK_ACCESS_TYPE_XDSL" },
+ { 5, "P_CALL_NETWORK_ACCESS_TYPE_WIRELESS" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cc/TpCallPartyCategory:1.0
*/
-
static const value_string org_csapi_cc_TpCallPartyCategory[] = {
- { 0, "P_CALL_PARTY_CATEGORY_UNKNOWN" },
- { 1, "P_CALL_PARTY_CATEGORY_OPERATOR_F" },
- { 2, "P_CALL_PARTY_CATEGORY_OPERATOR_E" },
- { 3, "P_CALL_PARTY_CATEGORY_OPERATOR_G" },
- { 4, "P_CALL_PARTY_CATEGORY_OPERATOR_R" },
- { 5, "P_CALL_PARTY_CATEGORY_OPERATOR_S" },
- { 6, "P_CALL_PARTY_CATEGORY_ORDINARY_SUB" },
- { 7, "P_CALL_PARTY_CATEGORY_PRIORITY_SUB" },
- { 8, "P_CALL_PARTY_CATEGORY_DATA_CALL" },
- { 9, "P_CALL_PARTY_CATEGORY_TEST_CALL" },
- { 10, "P_CALL_PARTY_CATEGORY_PAYPHONE" },
+ { 0, "P_CALL_PARTY_CATEGORY_UNKNOWN" },
+ { 1, "P_CALL_PARTY_CATEGORY_OPERATOR_F" },
+ { 2, "P_CALL_PARTY_CATEGORY_OPERATOR_E" },
+ { 3, "P_CALL_PARTY_CATEGORY_OPERATOR_G" },
+ { 4, "P_CALL_PARTY_CATEGORY_OPERATOR_R" },
+ { 5, "P_CALL_PARTY_CATEGORY_OPERATOR_S" },
+ { 6, "P_CALL_PARTY_CATEGORY_ORDINARY_SUB" },
+ { 7, "P_CALL_PARTY_CATEGORY_PRIORITY_SUB" },
+ { 8, "P_CALL_PARTY_CATEGORY_DATA_CALL" },
+ { 9, "P_CALL_PARTY_CATEGORY_TEST_CALL" },
+ { 10, "P_CALL_PARTY_CATEGORY_PAYPHONE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cc/TpCallServiceCodeType:1.0
*/
-
static const value_string org_csapi_cc_TpCallServiceCodeType[] = {
- { 0, "P_CALL_SERVICE_CODE_UNDEFINED" },
- { 1, "P_CALL_SERVICE_CODE_DIGITS" },
- { 2, "P_CALL_SERVICE_CODE_FACILITY" },
- { 3, "P_CALL_SERVICE_CODE_U2U" },
- { 4, "P_CALL_SERVICE_CODE_HOOKFLASH" },
- { 5, "P_CALL_SERVICE_CODE_RECALL" },
+ { 0, "P_CALL_SERVICE_CODE_UNDEFINED" },
+ { 1, "P_CALL_SERVICE_CODE_DIGITS" },
+ { 2, "P_CALL_SERVICE_CODE_FACILITY" },
+ { 3, "P_CALL_SERVICE_CODE_U2U" },
+ { 4, "P_CALL_SERVICE_CODE_HOOKFLASH" },
+ { 5, "P_CALL_SERVICE_CODE_RECALL" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cc/TpCallTeleService:1.0
*/
-
static const value_string org_csapi_cc_TpCallTeleService[] = {
- { 0, "P_CALL_TELE_SERVICE_UNKNOWN" },
- { 1, "P_CALL_TELE_SERVICE_TELEPHONY" },
- { 2, "P_CALL_TELE_SERVICE_FAX_2_3" },
- { 3, "P_CALL_TELE_SERVICE_FAX_4_I" },
- { 4, "P_CALL_TELE_SERVICE_FAX_4_II_III" },
- { 5, "P_CALL_TELE_SERVICE_VIDEOTEX_SYN" },
- { 6, "P_CALL_TELE_SERVICE_VIDEOTEX_INT" },
- { 7, "P_CALL_TELE_SERVICE_TELEX" },
- { 8, "P_CALL_TELE_SERVICE_MHS" },
- { 9, "P_CALL_TELE_SERVICE_OSI" },
- { 10, "P_CALL_TELE_SERVICE_FTAM" },
- { 11, "P_CALL_TELE_SERVICE_VIDEO" },
- { 12, "P_CALL_TELE_SERVICE_VIDEO_CONF" },
- { 13, "P_CALL_TELE_SERVICE_AUDIOGRAPH_CONF" },
- { 14, "P_CALL_TELE_SERVICE_MULTIMEDIA" },
- { 15, "P_CALL_TELE_SERVICE_CS_INI_H221" },
- { 16, "P_CALL_TELE_SERVICE_CS_SUB_H221" },
- { 17, "P_CALL_TELE_SERVICE_CS_INI_CALL" },
- { 18, "P_CALL_TELE_SERVICE_DATATRAFFIC" },
- { 19, "P_CALL_TELE_SERVICE_EMERGENCY_CALLS" },
- { 20, "P_CALL_TELE_SERVICE_SMS_MT_PP" },
- { 21, "P_CALL_TELE_SERVICE_SMS_MO_PP" },
- { 22, "P_CALL_TELE_SERVICE_CELL_BROADCAST" },
- { 23, "P_CALL_TELE_SERVICE_ALT_SPEECH_FAX_3" },
- { 24, "P_CALL_TELE_SERVICE_AUTOMATIC_FAX_3" },
- { 25, "P_CALL_TELE_SERVICE_VOICE_GROUP_CALL" },
- { 26, "P_CALL_TELE_SERVICE_VOICE_BROADCAST" },
+ { 0, "P_CALL_TELE_SERVICE_UNKNOWN" },
+ { 1, "P_CALL_TELE_SERVICE_TELEPHONY" },
+ { 2, "P_CALL_TELE_SERVICE_FAX_2_3" },
+ { 3, "P_CALL_TELE_SERVICE_FAX_4_I" },
+ { 4, "P_CALL_TELE_SERVICE_FAX_4_II_III" },
+ { 5, "P_CALL_TELE_SERVICE_VIDEOTEX_SYN" },
+ { 6, "P_CALL_TELE_SERVICE_VIDEOTEX_INT" },
+ { 7, "P_CALL_TELE_SERVICE_TELEX" },
+ { 8, "P_CALL_TELE_SERVICE_MHS" },
+ { 9, "P_CALL_TELE_SERVICE_OSI" },
+ { 10, "P_CALL_TELE_SERVICE_FTAM" },
+ { 11, "P_CALL_TELE_SERVICE_VIDEO" },
+ { 12, "P_CALL_TELE_SERVICE_VIDEO_CONF" },
+ { 13, "P_CALL_TELE_SERVICE_AUDIOGRAPH_CONF" },
+ { 14, "P_CALL_TELE_SERVICE_MULTIMEDIA" },
+ { 15, "P_CALL_TELE_SERVICE_CS_INI_H221" },
+ { 16, "P_CALL_TELE_SERVICE_CS_SUB_H221" },
+ { 17, "P_CALL_TELE_SERVICE_CS_INI_CALL" },
+ { 18, "P_CALL_TELE_SERVICE_DATATRAFFIC" },
+ { 19, "P_CALL_TELE_SERVICE_EMERGENCY_CALLS" },
+ { 20, "P_CALL_TELE_SERVICE_SMS_MT_PP" },
+ { 21, "P_CALL_TELE_SERVICE_SMS_MO_PP" },
+ { 22, "P_CALL_TELE_SERVICE_CELL_BROADCAST" },
+ { 23, "P_CALL_TELE_SERVICE_ALT_SPEECH_FAX_3" },
+ { 24, "P_CALL_TELE_SERVICE_AUTOMATIC_FAX_3" },
+ { 25, "P_CALL_TELE_SERVICE_VOICE_GROUP_CALL" },
+ { 26, "P_CALL_TELE_SERVICE_VOICE_BROADCAST" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cc/TpCallTreatmentType:1.0
*/
-
static const value_string org_csapi_cc_TpCallTreatmentType[] = {
- { 0, "P_CALL_TREATMENT_DEFAULT" },
- { 1, "P_CALL_TREATMENT_RELEASE" },
- { 2, "P_CALL_TREATMENT_SIAR" },
+ { 0, "P_CALL_TREATMENT_DEFAULT" },
+ { 1, "P_CALL_TREATMENT_RELEASE" },
+ { 2, "P_CALL_TREATMENT_SIAR" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cc/TpCallPartyToChargeType:1.0
*/
-
static const value_string org_csapi_cc_TpCallPartyToChargeType[] = {
- { 0, "P_CALL_PARTY_ORIGINATING" },
- { 1, "P_CALL_PARTY_DESTINATION" },
- { 2, "P_CALL_PARTY_SPECIAL" },
+ { 0, "P_CALL_PARTY_ORIGINATING" },
+ { 1, "P_CALL_PARTY_DESTINATION" },
+ { 2, "P_CALL_PARTY_SPECIAL" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cc/gccs/TpCallNotificationType:1.0
*/
-
static const value_string org_csapi_cc_gccs_TpCallNotificationType[] = {
- { 0, "P_ORIGINATING" },
- { 1, "P_TERMINATING" },
+ { 0, "P_ORIGINATING" },
+ { 1, "P_TERMINATING" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cc/gccs/TpCallAppInfoType:1.0
*/
-
static const value_string org_csapi_cc_gccs_TpCallAppInfoType[] = {
- { 0, "P_CALL_APP_UNDEFINED" },
- { 1, "P_CALL_APP_ALERTING_MECHANISM" },
- { 2, "P_CALL_APP_NETWORK_ACCESS_TYPE" },
- { 3, "P_CALL_APP_TELE_SERVICE" },
- { 4, "P_CALL_APP_BEARER_SERVICE" },
- { 5, "P_CALL_APP_PARTY_CATEGORY" },
- { 6, "P_CALL_APP_PRESENTATION_ADDRESS" },
- { 7, "P_CALL_APP_GENERIC_INFO" },
- { 8, "P_CALL_APP_ADDITIONAL_ADDRESS" },
+ { 0, "P_CALL_APP_UNDEFINED" },
+ { 1, "P_CALL_APP_ALERTING_MECHANISM" },
+ { 2, "P_CALL_APP_NETWORK_ACCESS_TYPE" },
+ { 3, "P_CALL_APP_TELE_SERVICE" },
+ { 4, "P_CALL_APP_BEARER_SERVICE" },
+ { 5, "P_CALL_APP_PARTY_CATEGORY" },
+ { 6, "P_CALL_APP_PRESENTATION_ADDRESS" },
+ { 7, "P_CALL_APP_GENERIC_INFO" },
+ { 8, "P_CALL_APP_ADDITIONAL_ADDRESS" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cc/gccs/TpCallReportType:1.0
*/
-
static const value_string org_csapi_cc_gccs_TpCallReportType[] = {
- { 0, "P_CALL_REPORT_UNDEFINED" },
- { 1, "P_CALL_REPORT_PROGRESS" },
- { 2, "P_CALL_REPORT_ALERTING" },
- { 3, "P_CALL_REPORT_ANSWER" },
- { 4, "P_CALL_REPORT_BUSY" },
- { 5, "P_CALL_REPORT_NO_ANSWER" },
- { 6, "P_CALL_REPORT_DISCONNECT" },
- { 7, "P_CALL_REPORT_REDIRECTED" },
- { 8, "P_CALL_REPORT_SERVICE_CODE" },
- { 9, "P_CALL_REPORT_ROUTING_FAILURE" },
- { 10, "P_CALL_REPORT_QUEUED" },
- { 11, "P_CALL_REPORT_NOT_REACHABLE" },
+ { 0, "P_CALL_REPORT_UNDEFINED" },
+ { 1, "P_CALL_REPORT_PROGRESS" },
+ { 2, "P_CALL_REPORT_ALERTING" },
+ { 3, "P_CALL_REPORT_ANSWER" },
+ { 4, "P_CALL_REPORT_BUSY" },
+ { 5, "P_CALL_REPORT_NO_ANSWER" },
+ { 6, "P_CALL_REPORT_DISCONNECT" },
+ { 7, "P_CALL_REPORT_REDIRECTED" },
+ { 8, "P_CALL_REPORT_SERVICE_CODE" },
+ { 9, "P_CALL_REPORT_ROUTING_FAILURE" },
+ { 10, "P_CALL_REPORT_QUEUED" },
+ { 11, "P_CALL_REPORT_NOT_REACHABLE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cc/gccs/TpCallFault:1.0
*/
-
static const value_string org_csapi_cc_gccs_TpCallFault[] = {
- { 0, "P_CALL_FAULT_UNDEFINED" },
- { 1, "P_CALL_TIMEOUT_ON_RELEASE" },
- { 2, "P_CALL_TIMEOUT_ON_INTERRUPT" },
+ { 0, "P_CALL_FAULT_UNDEFINED" },
+ { 1, "P_CALL_TIMEOUT_ON_RELEASE" },
+ { 2, "P_CALL_TIMEOUT_ON_INTERRUPT" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cc/TpCallAppInfoType:1.0
*/
-
static const value_string org_csapi_cc_TpCallAppInfoType[] = {
- { 0, "P_CALL_APP_UNDEFINED" },
- { 1, "P_CALL_APP_ALERTING_MECHANISM" },
- { 2, "P_CALL_APP_NETWORK_ACCESS_TYPE" },
- { 3, "P_CALL_APP_TELE_SERVICE" },
- { 4, "P_CALL_APP_BEARER_SERVICE" },
- { 5, "P_CALL_APP_PARTY_CATEGORY" },
- { 6, "P_CALL_APP_PRESENTATION_ADDRESS" },
- { 7, "P_CALL_APP_GENERIC_INFO" },
- { 8, "P_CALL_APP_ADDITIONAL_ADDRESS" },
- { 9, "P_CALL_APP_ORIGINAL_DESTINATION_ADDRESS" },
- { 10, "P_CALL_APP_REDIRECTING_ADDRESS" },
- { 11, "P_CALL_APP_HIGH_PROBABILITY_COMPLETION" },
- { 12, "P_CALL_APP_CARRIER" },
+ { 0, "P_CALL_APP_UNDEFINED" },
+ { 1, "P_CALL_APP_ALERTING_MECHANISM" },
+ { 2, "P_CALL_APP_NETWORK_ACCESS_TYPE" },
+ { 3, "P_CALL_APP_TELE_SERVICE" },
+ { 4, "P_CALL_APP_BEARER_SERVICE" },
+ { 5, "P_CALL_APP_PARTY_CATEGORY" },
+ { 6, "P_CALL_APP_PRESENTATION_ADDRESS" },
+ { 7, "P_CALL_APP_GENERIC_INFO" },
+ { 8, "P_CALL_APP_ADDITIONAL_ADDRESS" },
+ { 9, "P_CALL_APP_ORIGINAL_DESTINATION_ADDRESS" },
+ { 10, "P_CALL_APP_REDIRECTING_ADDRESS" },
+ { 11, "P_CALL_APP_HIGH_PROBABILITY_COMPLETION" },
+ { 12, "P_CALL_APP_CARRIER" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cc/TpCallEventType:1.0
*/
-
static const value_string org_csapi_cc_TpCallEventType[] = {
- { 0, "P_CALL_EVENT_UNDEFINED" },
- { 1, "P_CALL_EVENT_ORIGINATING_CALL_ATTEMPT" },
- { 2, "P_CALL_EVENT_ORIGINATING_CALL_ATTEMPT_AUTHORISED" },
- { 3, "P_CALL_EVENT_ADDRESS_COLLECTED" },
- { 4, "P_CALL_EVENT_ADDRESS_ANALYSED" },
- { 5, "P_CALL_EVENT_ORIGINATING_SERVICE_CODE" },
- { 6, "P_CALL_EVENT_ORIGINATING_RELEASE" },
- { 7, "P_CALL_EVENT_TERMINATING_CALL_ATTEMPT" },
- { 8, "P_CALL_EVENT_TERMINATING_CALL_ATTEMPT_AUTHORISED" },
- { 9, "P_CALL_EVENT_ALERTING" },
- { 10, "P_CALL_EVENT_ANSWER" },
- { 11, "P_CALL_EVENT_TERMINATING_RELEASE" },
- { 12, "P_CALL_EVENT_REDIRECTED" },
- { 13, "P_CALL_EVENT_TERMINATING_SERVICE_CODE" },
- { 14, "P_CALL_EVENT_QUEUED" },
+ { 0, "P_CALL_EVENT_UNDEFINED" },
+ { 1, "P_CALL_EVENT_ORIGINATING_CALL_ATTEMPT" },
+ { 2, "P_CALL_EVENT_ORIGINATING_CALL_ATTEMPT_AUTHORISED" },
+ { 3, "P_CALL_EVENT_ADDRESS_COLLECTED" },
+ { 4, "P_CALL_EVENT_ADDRESS_ANALYSED" },
+ { 5, "P_CALL_EVENT_ORIGINATING_SERVICE_CODE" },
+ { 6, "P_CALL_EVENT_ORIGINATING_RELEASE" },
+ { 7, "P_CALL_EVENT_TERMINATING_CALL_ATTEMPT" },
+ { 8, "P_CALL_EVENT_TERMINATING_CALL_ATTEMPT_AUTHORISED" },
+ { 9, "P_CALL_EVENT_ALERTING" },
+ { 10, "P_CALL_EVENT_ANSWER" },
+ { 11, "P_CALL_EVENT_TERMINATING_RELEASE" },
+ { 12, "P_CALL_EVENT_REDIRECTED" },
+ { 13, "P_CALL_EVENT_TERMINATING_SERVICE_CODE" },
+ { 14, "P_CALL_EVENT_QUEUED" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cc/TpCallLegAttachMechanism:1.0
*/
-
static const value_string org_csapi_cc_TpCallLegAttachMechanism[] = {
- { 0, "P_CALLLEG_ATTACH_IMPLICITLY" },
- { 1, "P_CALLLEG_ATTACH_EXPLICITLY" },
+ { 0, "P_CALLLEG_ATTACH_IMPLICITLY" },
+ { 1, "P_CALLLEG_ATTACH_EXPLICITLY" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cc/TpCarrierSelectionField:1.0
*/
-
static const value_string org_csapi_cc_TpCarrierSelectionField[] = {
- { 0, "P_CIC_UNDEFINED" },
- { 1, "P_CIC_NO_INPUT" },
- { 2, "P_CIC_INPUT" },
- { 3, "P_CIC_UNDETERMINED" },
- { 4, "P_CIC_NOT_PRESCRIBED" },
+ { 0, "P_CIC_UNDEFINED" },
+ { 1, "P_CIC_NO_INPUT" },
+ { 2, "P_CIC_INPUT" },
+ { 3, "P_CIC_UNDETERMINED" },
+ { 4, "P_CIC_NOT_PRESCRIBED" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cc/mpccs/TpAppMultiPartyCallBackRefType:1.0
*/
-
static const value_string org_csapi_cc_mpccs_TpAppMultiPartyCallBackRefType[] = {
- { 0, "P_APP_CALLBACK_UNDEFINED" },
- { 1, "P_APP_MULTIPARTY_CALL_CALLBACK" },
- { 2, "P_APP_CALL_LEG_CALLBACK" },
- { 3, "P_APP_CALL_AND_CALL_LEG_CALLBACK" },
+ { 0, "P_APP_CALLBACK_UNDEFINED" },
+ { 1, "P_APP_MULTIPARTY_CALL_CALLBACK" },
+ { 2, "P_APP_CALL_LEG_CALLBACK" },
+ { 3, "P_APP_CALL_AND_CALL_LEG_CALLBACK" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cc/mmccs/TpMediaStreamDirection:1.0
*/
-
static const value_string org_csapi_cc_mmccs_TpMediaStreamDirection[] = {
- { 0, "P_SEND_ONLY" },
- { 1, "P_RECEIVE_ONLY" },
- { 2, "P_SEND_RECEIVE" },
+ { 0, "P_SEND_ONLY" },
+ { 1, "P_RECEIVE_ONLY" },
+ { 2, "P_SEND_RECEIVE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cc/mmccs/TpMediaStreamEventType:1.0
*/
-
static const value_string org_csapi_cc_mmccs_TpMediaStreamEventType[] = {
- { 0, "P_MEDIA_STREAM_ADDED" },
- { 1, "P_MEDIA_STREAM_SUBTRACTED" },
- { 2, "P_MEDIA_STREAM_QOS_CLASS_CHANGED" },
+ { 0, "P_MEDIA_STREAM_ADDED" },
+ { 1, "P_MEDIA_STREAM_SUBTRACTED" },
+ { 2, "P_MEDIA_STREAM_QOS_CLASS_CHANGED" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cc/mmccs/TpMediaStreamDataTypeRequestType:1.0
*/
-
static const value_string org_csapi_cc_mmccs_TpMediaStreamDataTypeRequestType[] = {
- { 0, "P_AUDIO_CAPABILITIES" },
- { 1, "P_VIDEO_CAPABILITIES" },
- { 2, "P_DATA_CAPABILITIES" },
+ { 0, "P_AUDIO_CAPABILITIES" },
+ { 1, "P_VIDEO_CAPABILITIES" },
+ { 2, "P_DATA_CAPABILITIES" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cc/mmccs/TpAppMultiMediaCallBackRefType:1.0
*/
-
static const value_string org_csapi_cc_mmccs_TpAppMultiMediaCallBackRefType[] = {
- { 0, "P_APP_CALLBACK_UNDEFINED" },
- { 1, "P_APP_MULTIMEDIA_CALL_CALLBACK" },
- { 2, "P_APP_CALL_LEG_CALLBACK" },
- { 3, "P_APP_CALL_AND_CALL_LEG_CALLBACK" },
+ { 0, "P_APP_CALLBACK_UNDEFINED" },
+ { 1, "P_APP_MULTIMEDIA_CALL_CALLBACK" },
+ { 2, "P_APP_CALL_LEG_CALLBACK" },
+ { 3, "P_APP_CALL_AND_CALL_LEG_CALLBACK" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cc/cccs/TpConfPolicyType:1.0
*/
-
static const value_string org_csapi_cc_cccs_TpConfPolicyType[] = {
- { 0, "P_CONFERENCE_POLICY_UNDEFINED" },
- { 1, "P_CONFERENCE_POLICY_MONOMEDIA" },
- { 2, "P_CONFERENCE_POLICY_MULTIMEDIA" },
+ { 0, "P_CONFERENCE_POLICY_UNDEFINED" },
+ { 1, "P_CONFERENCE_POLICY_MONOMEDIA" },
+ { 2, "P_CONFERENCE_POLICY_MULTIMEDIA" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cc/cccs/TpVideoHandlingType:1.0
*/
-
static const value_string org_csapi_cc_cccs_TpVideoHandlingType[] = {
- { 0, "P_MIXED_VIDEO" },
- { 1, "P_SWITCHED_VIDEO_CHAIR_CONTROLLED" },
- { 2, "P_SWITCHED_VIDEO_VOICE_CONTROLLED" },
+ { 0, "P_MIXED_VIDEO" },
+ { 1, "P_SWITCHED_VIDEO_CHAIR_CONTROLLED" },
+ { 2, "P_SWITCHED_VIDEO_VOICE_CONTROLLED" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/ui/TpUITargetObjectType:1.0
*/
-
static const value_string org_csapi_ui_TpUITargetObjectType[] = {
- { 0, "P_UI_TARGET_OBJECT_CALL" },
- { 1, "P_UI_TARGET_OBJECT_MULTI_PARTY_CALL" },
- { 2, "P_UI_TARGET_OBJECT_CALL_LEG" },
+ { 0, "P_UI_TARGET_OBJECT_CALL" },
+ { 1, "P_UI_TARGET_OBJECT_MULTI_PARTY_CALL" },
+ { 2, "P_UI_TARGET_OBJECT_CALL_LEG" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/mm/TpLocationPriority:1.0
*/
-
static const value_string org_csapi_mm_TpLocationPriority[] = {
- { 0, "P_M_NORMAL" },
- { 1, "P_M_HIGH" },
+ { 0, "P_M_NORMAL" },
+ { 1, "P_M_HIGH" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/mm/TpLocationResponseIndicator:1.0
*/
-
static const value_string org_csapi_mm_TpLocationResponseIndicator[] = {
- { 0, "P_M_NO_DELAY" },
- { 1, "P_M_LOW_DELAY" },
- { 2, "P_M_DELAY_TOLERANT" },
- { 3, "P_M_USE_TIMER_VALUE" },
+ { 0, "P_M_NO_DELAY" },
+ { 1, "P_M_LOW_DELAY" },
+ { 2, "P_M_DELAY_TOLERANT" },
+ { 3, "P_M_USE_TIMER_VALUE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/mm/TpLocationTriggerCriteria:1.0
*/
-
static const value_string org_csapi_mm_TpLocationTriggerCriteria[] = {
- { 0, "P_UL_ENTERING_AREA" },
- { 1, "P_UL_LEAVING_AREA" },
+ { 0, "P_UL_ENTERING_AREA" },
+ { 1, "P_UL_LEAVING_AREA" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/mm/TpLocationType:1.0
*/
-
static const value_string org_csapi_mm_TpLocationType[] = {
- { 0, "P_M_CURRENT" },
- { 1, "P_M_CURRENT_OR_LAST_KNOWN" },
- { 2, "P_M_INITIAL" },
+ { 0, "P_M_CURRENT" },
+ { 1, "P_M_CURRENT_OR_LAST_KNOWN" },
+ { 2, "P_M_INITIAL" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/mm/TpLocationUncertaintyShape:1.0
*/
-
static const value_string org_csapi_mm_TpLocationUncertaintyShape[] = {
- { 0, "P_M_SHAPE_NONE" },
- { 1, "P_M_SHAPE_CIRCLE" },
- { 2, "P_M_SHAPE_CIRCLE_SECTOR" },
- { 3, "P_M_SHAPE_CIRCLE_ARC_STRIPE" },
- { 4, "P_M_SHAPE_ELLIPSE" },
- { 5, "P_M_SHAPE_ELLIPSE_SECTOR" },
- { 6, "P_M_SHAPE_ELLIPSE_ARC_STRIPE" },
+ { 0, "P_M_SHAPE_NONE" },
+ { 1, "P_M_SHAPE_CIRCLE" },
+ { 2, "P_M_SHAPE_CIRCLE_SECTOR" },
+ { 3, "P_M_SHAPE_CIRCLE_ARC_STRIPE" },
+ { 4, "P_M_SHAPE_ELLIPSE" },
+ { 5, "P_M_SHAPE_ELLIPSE_SECTOR" },
+ { 6, "P_M_SHAPE_ELLIPSE_ARC_STRIPE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/mm/TpMobilityDiagnostic:1.0
*/
-
static const value_string org_csapi_mm_TpMobilityDiagnostic[] = {
- { 0, "P_M_NO_INFORMATION" },
- { 1, "P_M_APPL_NOT_IN_PRIV_EXCEPT_LST" },
- { 2, "P_M_CALL_TO_USER_NOT_SETUP" },
- { 3, "P_M_PRIVACY_OVERRIDE_NOT_APPLIC" },
- { 4, "P_M_DISALL_BY_LOCAL_REGULAT_REQ" },
- { 5, "P_M_CONGESTION" },
- { 6, "P_M_INSUFFICIENT_RESOURCES" },
- { 7, "P_M_INSUFFICIENT_MEAS_DATA" },
- { 8, "P_M_INCONSISTENT_MEAS_DATA" },
- { 9, "P_M_LOC_PROC_NOT_COMPLETED" },
- { 10, "P_M_LOC_PROC_NOT_SUPP_BY_USER" },
- { 11, "P_M_QOS_NOT_ATTAINABLE" },
+ { 0, "P_M_NO_INFORMATION" },
+ { 1, "P_M_APPL_NOT_IN_PRIV_EXCEPT_LST" },
+ { 2, "P_M_CALL_TO_USER_NOT_SETUP" },
+ { 3, "P_M_PRIVACY_OVERRIDE_NOT_APPLIC" },
+ { 4, "P_M_DISALL_BY_LOCAL_REGULAT_REQ" },
+ { 5, "P_M_CONGESTION" },
+ { 6, "P_M_INSUFFICIENT_RESOURCES" },
+ { 7, "P_M_INSUFFICIENT_MEAS_DATA" },
+ { 8, "P_M_INCONSISTENT_MEAS_DATA" },
+ { 9, "P_M_LOC_PROC_NOT_COMPLETED" },
+ { 10, "P_M_LOC_PROC_NOT_SUPP_BY_USER" },
+ { 11, "P_M_QOS_NOT_ATTAINABLE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/mm/TpMobilityError:1.0
*/
-
static const value_string org_csapi_mm_TpMobilityError[] = {
- { 0, "P_M_OK" },
- { 1, "P_M_SYSTEM_FAILURE" },
- { 2, "P_M_UNAUTHORIZED_NETWORK" },
- { 3, "P_M_UNAUTHORIZED_APPLICATION" },
- { 4, "P_M_UNKNOWN_SUBSCRIBER" },
- { 5, "P_M_ABSENT_SUBSCRIBER" },
- { 6, "P_M_POSITION_METHOD_FAILURE" },
+ { 0, "P_M_OK" },
+ { 1, "P_M_SYSTEM_FAILURE" },
+ { 2, "P_M_UNAUTHORIZED_NETWORK" },
+ { 3, "P_M_UNAUTHORIZED_APPLICATION" },
+ { 4, "P_M_UNKNOWN_SUBSCRIBER" },
+ { 5, "P_M_ABSENT_SUBSCRIBER" },
+ { 6, "P_M_POSITION_METHOD_FAILURE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/mm/TpMobilityStopScope:1.0
*/
-
static const value_string org_csapi_mm_TpMobilityStopScope[] = {
- { 0, "P_M_ALL_IN_ASSIGNMENT" },
- { 1, "P_M_SPECIFIED_USERS" },
+ { 0, "P_M_ALL_IN_ASSIGNMENT" },
+ { 1, "P_M_SPECIFIED_USERS" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/mm/TpTerminalType:1.0
*/
-
static const value_string org_csapi_mm_TpTerminalType[] = {
- { 0, "P_M_FIXED" },
- { 1, "P_M_MOBILE" },
- { 2, "P_M_IP" },
+ { 0, "P_M_FIXED" },
+ { 1, "P_M_MOBILE" },
+ { 2, "P_M_IP" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/mm/TpUserLocationEmergencyTrigger:1.0
*/
-
static const value_string org_csapi_mm_TpUserLocationEmergencyTrigger[] = {
- { 0, "P_ULE_CALL_ORIGINATION" },
- { 1, "P_ULE_CALL_RELEASE" },
- { 2, "P_ULE_LOCATION_REQUEST" },
+ { 0, "P_ULE_CALL_ORIGINATION" },
+ { 1, "P_ULE_CALL_RELEASE" },
+ { 2, "P_ULE_LOCATION_REQUEST" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/mm/TpUserStatusIndicator:1.0
*/
-
static const value_string org_csapi_mm_TpUserStatusIndicator[] = {
- { 0, "P_US_REACHABLE" },
- { 1, "P_US_NOT_REACHABLE" },
- { 2, "P_US_BUSY" },
+ { 0, "P_US_REACHABLE" },
+ { 1, "P_US_NOT_REACHABLE" },
+ { 2, "P_US_BUSY" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/mm/TpAuthStatusIndicator:1.0
*/
-
static const value_string org_csapi_mm_TpAuthStatusIndicator[] = {
- { 0, "P_AUTHENTICATED_FOR_NETWORK_ONLY" },
- { 1, "P_AUTHENTICATED_FOR_NETWORK_AND_IP_SERVICES" },
- { 2, "P_NOT_AUTHENTICATED" },
+ { 0, "P_AUTHENTICATED_FOR_NETWORK_ONLY" },
+ { 1, "P_AUTHENTICATED_FOR_NETWORK_AND_IP_SERVICES" },
+ { 2, "P_NOT_AUTHENTICATED" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/mm/TpAccessTechnology:1.0
*/
-
static const value_string org_csapi_mm_TpAccessTechnology[] = {
- { 0, "P_MOBILE_ACCESS_PS" },
- { 1, "P_MOBILE_ACCESS_CS" },
- { 2, "P_FIXED_ACCESS" },
+ { 0, "P_MOBILE_ACCESS_PS" },
+ { 1, "P_MOBILE_ACCESS_CS" },
+ { 2, "P_FIXED_ACCESS" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/mm/TpRoamingStatus:1.0
*/
-
static const value_string org_csapi_mm_TpRoamingStatus[] = {
- { 0, "P_UNKNOWN_ROAMING_STATUS" },
- { 1, "P_HOME_USER" },
- { 2, "P_NATIONAL_ROAMING" },
- { 3, "P_INTERNATIONAL_ROAMING" },
- { 4, "P_OPERATOR_ROAMING" },
+ { 0, "P_UNKNOWN_ROAMING_STATUS" },
+ { 1, "P_HOME_USER" },
+ { 2, "P_NATIONAL_ROAMING" },
+ { 3, "P_INTERNATIONAL_ROAMING" },
+ { 4, "P_OPERATOR_ROAMING" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/mm/TpBindingEntryType:1.0
*/
-
static const value_string org_csapi_mm_TpBindingEntryType[] = {
- { 0, "P_UB_UNDEFINED" },
- { 1, "P_UB_EXPIRES" },
- { 2, "P_UB_CONTACT_ADDRESS" },
- { 3, "P_UB_PREFERENCE" },
+ { 0, "P_UB_UNDEFINED" },
+ { 1, "P_UB_EXPIRES" },
+ { 2, "P_UB_CONTACT_ADDRESS" },
+ { 3, "P_UB_PREFERENCE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/termcap/TpTerminalCapabilitiesError:1.0
*/
-
static const value_string org_csapi_termcap_TpTerminalCapabilitiesError[] = {
- { 0, "P_TERMCAP_ERROR_UNDEFINED" },
- { 1, "P_TERMCAP_INVALID_TERMINALID" },
- { 2, "P_TERMCAP_SYSTEM_FAILURE" },
- { 3, "P_TERMCAP_INFO_UNAVAILABLE" },
+ { 0, "P_TERMCAP_ERROR_UNDEFINED" },
+ { 1, "P_TERMCAP_INVALID_TERMINALID" },
+ { 2, "P_TERMCAP_SYSTEM_FAILURE" },
+ { 3, "P_TERMCAP_INFO_UNAVAILABLE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/termcap/TpTerminalCapabilityScopeType:1.0
*/
-
static const value_string org_csapi_termcap_TpTerminalCapabilityScopeType[] = {
- { 0, "P_TERMINAL_CAPABILITY_SCOPE_TYPE_UNDEFINED" },
- { 1, "P_TERMINAL_CAPABILITY_SCOPE_TYPE_CCPP" },
+ { 0, "P_TERMINAL_CAPABILITY_SCOPE_TYPE_UNDEFINED" },
+ { 1, "P_TERMINAL_CAPABILITY_SCOPE_TYPE_CCPP" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/dsc/TpDataSessionChargeOrderCategory:1.0
*/
-
static const value_string org_csapi_dsc_TpDataSessionChargeOrderCategory[] = {
- { 0, "P_DATA_SESSION_CHARGE_PER_VOLUME" },
- { 1, "P_DATA_SESSION_CHARGE_NETWORK" },
+ { 0, "P_DATA_SESSION_CHARGE_PER_VOLUME" },
+ { 1, "P_DATA_SESSION_CHARGE_NETWORK" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/dsc/TpDataSessionErrorType:1.0
*/
-
static const value_string org_csapi_dsc_TpDataSessionErrorType[] = {
- { 0, "P_DATA_SESSION_ERROR_UNDEFINED" },
- { 1, "P_DATA_SESSION_ERROR_INVALID_ADDRESS" },
- { 2, "P_DATA_SESSION_ERROR_INVALID_STATE" },
+ { 0, "P_DATA_SESSION_ERROR_UNDEFINED" },
+ { 1, "P_DATA_SESSION_ERROR_INVALID_ADDRESS" },
+ { 2, "P_DATA_SESSION_ERROR_INVALID_STATE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/dsc/TpDataSessionFault:1.0
*/
-
static const value_string org_csapi_dsc_TpDataSessionFault[] = {
- { 0, "P_DATA_SESSION_FAULT_UNDEFINED" },
- { 1, "P_DATA_SESSION_FAULT_USER_ABORTED" },
- { 2, "P_DATA_SESSION_TIMEOUT_ON_RELEASE" },
- { 3, "P_DATA_SESSION_TIMEOUT_ON_INTERRUPT" },
+ { 0, "P_DATA_SESSION_FAULT_UNDEFINED" },
+ { 1, "P_DATA_SESSION_FAULT_USER_ABORTED" },
+ { 2, "P_DATA_SESSION_TIMEOUT_ON_RELEASE" },
+ { 3, "P_DATA_SESSION_TIMEOUT_ON_INTERRUPT" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/dsc/TpDataSessionMonitorMode:1.0
*/
-
static const value_string org_csapi_dsc_TpDataSessionMonitorMode[] = {
- { 0, "P_DATA_SESSION_MONITOR_MODE_INTERRUPT" },
- { 1, "P_DATA_SESSION_MONITOR_MODE_NOTIFY" },
- { 2, "P_DATA_SESSION_MONITOR_MODE_DO_NOT_MONITOR" },
+ { 0, "P_DATA_SESSION_MONITOR_MODE_INTERRUPT" },
+ { 1, "P_DATA_SESSION_MONITOR_MODE_NOTIFY" },
+ { 2, "P_DATA_SESSION_MONITOR_MODE_DO_NOT_MONITOR" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/dsc/TpDataSessionReportType:1.0
*/
-
static const value_string org_csapi_dsc_TpDataSessionReportType[] = {
- { 0, "P_DATA_SESSION_REPORT_UNDEFINED" },
- { 1, "P_DATA_SESSION_REPORT_CONNECTED" },
- { 2, "P_DATA_SESSION_REPORT_DISCONNECT" },
+ { 0, "P_DATA_SESSION_REPORT_UNDEFINED" },
+ { 1, "P_DATA_SESSION_REPORT_CONNECTED" },
+ { 2, "P_DATA_SESSION_REPORT_DISCONNECT" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/gms/TpMessagingFault:1.0
*/
-
static const value_string org_csapi_gms_TpMessagingFault[] = {
- { 0, "P_MESSAGING_FAULT_UNDEFINED" },
+ { 0, "P_MESSAGING_FAULT_UNDEFINED" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/gms/TpMessagingEventName:1.0
*/
-
static const value_string org_csapi_gms_TpMessagingEventName[] = {
- { 0, "P_EVENT_GMS_NAME_UNDEFINED" },
- { 1, "P_EVENT_GMS_NEW_MESSAGE_ARRIVED" },
+ { 0, "P_EVENT_GMS_NAME_UNDEFINED" },
+ { 1, "P_EVENT_GMS_NEW_MESSAGE_ARRIVED" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/gms/TpMessageStatus:1.0
*/
-
static const value_string org_csapi_gms_TpMessageStatus[] = {
- { 0, "P_MESSAGING_MESSAGE_STATUS_READ_MESSAGE" },
- { 1, "P_MESSAGING_MESSAGE_STATUS_UNREAD_MESSAGE" },
- { 2, "P_MESSAGING_MESSAGE_STATUS_FORWARDED_MESSAGE" },
- { 3, "P_MESSAGING_MESSAGE_STATUS_REPLIED_TO_MESSAGE" },
- { 4, "P_MESSAGING_MESSAGE_STATUS_SAVED_OR_UNSENT_MESSAGE" },
- { 5, "P_MESSAGING_MESSAGE_STATUS_NOTIFICATION_THAT_A_MESSAGE_WAS_DELIVERED" },
- { 6, "P_MESSAGING_MESSAGE_STATUS_NOTIFICATION_THAT_A_MESSAGE_WAS_READ" },
- { 7, "P_MESSAGING_MESSAGE_STATUS_NOTIFICATION_THAT_A_MESSAGE_WAS_NOT_DELIVERED" },
- { 8, "P_MESSAGING_MESSAGE_STATUS_NOTIFICATION_THAT_A_MESSAGE_WAS_NOT_READ" },
+ { 0, "P_MESSAGING_MESSAGE_STATUS_READ_MESSAGE" },
+ { 1, "P_MESSAGING_MESSAGE_STATUS_UNREAD_MESSAGE" },
+ { 2, "P_MESSAGING_MESSAGE_STATUS_FORWARDED_MESSAGE" },
+ { 3, "P_MESSAGING_MESSAGE_STATUS_REPLIED_TO_MESSAGE" },
+ { 4, "P_MESSAGING_MESSAGE_STATUS_SAVED_OR_UNSENT_MESSAGE" },
+ { 5, "P_MESSAGING_MESSAGE_STATUS_NOTIFICATION_THAT_A_MESSAGE_WAS_DELIVERED" },
+ { 6, "P_MESSAGING_MESSAGE_STATUS_NOTIFICATION_THAT_A_MESSAGE_WAS_READ" },
+ { 7, "P_MESSAGING_MESSAGE_STATUS_NOTIFICATION_THAT_A_MESSAGE_WAS_NOT_DELIVERED" },
+ { 8, "P_MESSAGING_MESSAGE_STATUS_NOTIFICATION_THAT_A_MESSAGE_WAS_NOT_READ" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/gms/TpMessagePriority:1.0
*/
-
static const value_string org_csapi_gms_TpMessagePriority[] = {
- { 0, "P_MESSAGING_MESSAGE_PRIORITY_UNDEFINED" },
- { 1, "P_MESSAGING_MESSAGE_PRIORITY_HIGH" },
- { 2, "P_MESSAGING_MESSAGE_PRIORITY_LOW" },
+ { 0, "P_MESSAGING_MESSAGE_PRIORITY_UNDEFINED" },
+ { 1, "P_MESSAGING_MESSAGE_PRIORITY_HIGH" },
+ { 2, "P_MESSAGING_MESSAGE_PRIORITY_LOW" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/gms/TpMessageInfoPropertyName:1.0
*/
-
static const value_string org_csapi_gms_TpMessageInfoPropertyName[] = {
- { 0, "P_MESSAGING_MESSAGE_UNDEFINED" },
- { 1, "P_MESSAGING_MESSAGE_ID" },
- { 2, "P_MESSAGING_MESSAGE_SUBJECT" },
- { 3, "P_MESSAGING_MESSAGE_DATE_SENT" },
- { 4, "P_MESSAGING_MESSAGE_DATE_RECEIVED" },
- { 5, "P_MESSAGING_MESSAGE_DATE_CHANGED" },
- { 6, "P_MESSAGING_MESSAGE_SENT_FROM" },
- { 7, "P_MESSAGING_MESSAGE_SENT_TO" },
- { 8, "P_MESSAGING_MESSAGE_CC_TO" },
- { 9, "P_MESSAGING_MESSAGE_BCC_TO" },
- { 10, "P_MESSAGING_MESSAGE_SIZE" },
- { 11, "P_MESSAGING_MESSAGE_PRIORITY" },
- { 12, "P_MESSAGING_MESSAGE_FORMAT" },
- { 13, "P_MESSAGING_MESSAGE_FOLDER" },
- { 14, "P_MESSAGING_MESSAGE_STATUS" },
+ { 0, "P_MESSAGING_MESSAGE_UNDEFINED" },
+ { 1, "P_MESSAGING_MESSAGE_ID" },
+ { 2, "P_MESSAGING_MESSAGE_SUBJECT" },
+ { 3, "P_MESSAGING_MESSAGE_DATE_SENT" },
+ { 4, "P_MESSAGING_MESSAGE_DATE_RECEIVED" },
+ { 5, "P_MESSAGING_MESSAGE_DATE_CHANGED" },
+ { 6, "P_MESSAGING_MESSAGE_SENT_FROM" },
+ { 7, "P_MESSAGING_MESSAGE_SENT_TO" },
+ { 8, "P_MESSAGING_MESSAGE_CC_TO" },
+ { 9, "P_MESSAGING_MESSAGE_BCC_TO" },
+ { 10, "P_MESSAGING_MESSAGE_SIZE" },
+ { 11, "P_MESSAGING_MESSAGE_PRIORITY" },
+ { 12, "P_MESSAGING_MESSAGE_FORMAT" },
+ { 13, "P_MESSAGING_MESSAGE_FOLDER" },
+ { 14, "P_MESSAGING_MESSAGE_STATUS" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/gms/TpMessageFormat:1.0
*/
-
static const value_string org_csapi_gms_TpMessageFormat[] = {
- { 0, "P_MESSAGING_MESSAGE_FORMAT_UNDEFINED" },
- { 1, "P_MESSAGING_MESSAGE_FORMAT_TEXT" },
- { 2, "P_MESSAGING_MESSAGE_FORMAT_BINARY" },
- { 3, "P_MESSAGING_MESSAGE_FORMAT_UUENCODED" },
- { 4, "P_MESSAGING_MESSAGE_FORMAT_MIME" },
- { 5, "P_MESSAGING_MESSAGE_FORMAT_WAVE" },
- { 6, "P_MESSAGING_MESSAGE_FORMAT_AU" },
+ { 0, "P_MESSAGING_MESSAGE_FORMAT_UNDEFINED" },
+ { 1, "P_MESSAGING_MESSAGE_FORMAT_TEXT" },
+ { 2, "P_MESSAGING_MESSAGE_FORMAT_BINARY" },
+ { 3, "P_MESSAGING_MESSAGE_FORMAT_UUENCODED" },
+ { 4, "P_MESSAGING_MESSAGE_FORMAT_MIME" },
+ { 5, "P_MESSAGING_MESSAGE_FORMAT_WAVE" },
+ { 6, "P_MESSAGING_MESSAGE_FORMAT_AU" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/gms/TpMailboxInfoPropertyName:1.0
*/
-
static const value_string org_csapi_gms_TpMailboxInfoPropertyName[] = {
- { 0, "P_MESSAGING_MAILBOX_UNDEFINED" },
- { 1, "P_MESSAGING_MAILBOX_ID" },
- { 2, "P_MESSAGING_MAILBOX_OWNER" },
- { 3, "P_MESSAGING_MAILBOX_FOLDER" },
- { 4, "P_MESSAGING_MAILBOX_DATE_CREATED" },
- { 5, "P_MESSAGING_MAILBOX_DATE_CHANGED" },
+ { 0, "P_MESSAGING_MAILBOX_UNDEFINED" },
+ { 1, "P_MESSAGING_MAILBOX_ID" },
+ { 2, "P_MESSAGING_MAILBOX_OWNER" },
+ { 3, "P_MESSAGING_MAILBOX_FOLDER" },
+ { 4, "P_MESSAGING_MAILBOX_DATE_CREATED" },
+ { 5, "P_MESSAGING_MAILBOX_DATE_CHANGED" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/gms/TpFolderInfoPropertyName:1.0
*/
-
static const value_string org_csapi_gms_TpFolderInfoPropertyName[] = {
- { 0, "P_MESSAGING_FOLDER_UNDEFINED" },
- { 1, "P_MESSAGING_FOLDER_ID" },
- { 2, "P_MESSAGING_FOLDER_MESSAGE" },
- { 3, "P_MESSAGING_FOLDER_SUBFOLDER" },
- { 4, "P_MESSAGING_FOLDER_DATE_CREATED" },
- { 5, "P_MESSAGING_FOLDER_DATE_CHANGED" },
+ { 0, "P_MESSAGING_FOLDER_UNDEFINED" },
+ { 1, "P_MESSAGING_FOLDER_ID" },
+ { 2, "P_MESSAGING_FOLDER_MESSAGE" },
+ { 3, "P_MESSAGING_FOLDER_SUBFOLDER" },
+ { 4, "P_MESSAGING_FOLDER_DATE_CREATED" },
+ { 5, "P_MESSAGING_FOLDER_DATE_CHANGED" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cm/TpTrafficDirection:1.0
*/
-
static const value_string org_csapi_cm_TpTrafficDirection[] = {
- { 0, "UNIDIRECTIONAL" },
- { 1, "BIDIRECTIONAL" },
+ { 0, "UNIDIRECTIONAL" },
+ { 1, "BIDIRECTIONAL" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cm/TpTagValue:1.0
*/
-
static const value_string org_csapi_cm_TpTagValue[] = {
- { 0, "PROVIDER_SPECIFIED" },
- { 1, "OPERATOR_SPECIFIED" },
- { 2, "UNSPECIFIED" },
+ { 0, "PROVIDER_SPECIFIED" },
+ { 1, "OPERATOR_SPECIFIED" },
+ { 2, "UNSPECIFIED" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cm/TpSiteOrSap:1.0
*/
-
static const value_string org_csapi_cm_TpSiteOrSap[] = {
- { 0, "SITE" },
- { 1, "SAP" },
+ { 0, "SITE" },
+ { 1, "SAP" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cm/TpIPVersion:1.0
*/
-
static const value_string org_csapi_cm_TpIPVersion[] = {
- { 0, "VERSION_UNKNOWN" },
- { 1, "VERSION_IPV4" },
- { 2, "VERSION_IPV6" },
+ { 0, "VERSION_UNKNOWN" },
+ { 1, "VERSION_IPV4" },
+ { 2, "VERSION_IPV6" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cm/TpIPv4AddType:1.0
*/
-
static const value_string org_csapi_cm_TpIPv4AddType[] = {
- { 0, "IPV4_ADD_CLASS_A" },
- { 1, "IPV4_ADD_CLASS_B" },
- { 2, "IPV4_ADD_CLASS_C" },
- { 3, "IPV4_ADD_CLASS_D" },
- { 4, "IPV4_ADD_CLASS_E" },
+ { 0, "IPV4_ADD_CLASS_A" },
+ { 1, "IPV4_ADD_CLASS_B" },
+ { 2, "IPV4_ADD_CLASS_C" },
+ { 3, "IPV4_ADD_CLASS_D" },
+ { 4, "IPV4_ADD_CLASS_E" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cm/TpAction:1.0
*/
-
static const value_string org_csapi_cm_TpAction[] = {
- { 0, "DROP" },
- { 1, "TRANSMIT" },
- { 2, "RESHAPE" },
- { 3, "REMARK" },
+ { 0, "DROP" },
+ { 1, "TRANSMIT" },
+ { 2, "RESHAPE" },
+ { 3, "REMARK" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cm/TpVprpStatus:1.0
*/
-
static const value_string org_csapi_cm_TpVprpStatus[] = {
- { 0, "ACTIVE" },
- { 1, "PENDING" },
- { 2, "DISALLOWED" },
+ { 0, "ACTIVE" },
+ { 1, "PENDING" },
+ { 2, "DISALLOWED" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/am/TpChargingEventName:1.0
*/
-
static const value_string org_csapi_am_TpChargingEventName[] = {
- { 0, "P_AM_CHARGING" },
- { 1, "P_AM_RECHARGING" },
- { 2, "P_AM_ACCOUNT_LOW" },
- { 3, "P_AM_ACCOUNT_ZERO" },
- { 4, "P_AM_ACCOUNT_DISABLED" },
+ { 0, "P_AM_CHARGING" },
+ { 1, "P_AM_RECHARGING" },
+ { 2, "P_AM_ACCOUNT_LOW" },
+ { 3, "P_AM_ACCOUNT_ZERO" },
+ { 4, "P_AM_ACCOUNT_DISABLED" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/am/TpBalanceQueryError:1.0
*/
-
static const value_string org_csapi_am_TpBalanceQueryError[] = {
- { 0, "P_BALANCE_QUERY_OK" },
- { 1, "P_BALANCE_QUERY_ERROR_UNDEFINED" },
- { 2, "P_BALANCE_QUERY_UNKNOWN_SUBSCRIBER" },
- { 3, "P_BALANCE_QUERY_UNAUTHORIZED_APPLICATION" },
- { 4, "P_BALANCE_QUERY_SYSTEM_FAILURE" },
+ { 0, "P_BALANCE_QUERY_OK" },
+ { 1, "P_BALANCE_QUERY_ERROR_UNDEFINED" },
+ { 2, "P_BALANCE_QUERY_UNKNOWN_SUBSCRIBER" },
+ { 3, "P_BALANCE_QUERY_UNAUTHORIZED_APPLICATION" },
+ { 4, "P_BALANCE_QUERY_SYSTEM_FAILURE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/am/TpTransactionHistoryStatus:1.0
*/
-
static const value_string org_csapi_am_TpTransactionHistoryStatus[] = {
- { 0, "P_AM_TRANSACTION_ERROR_UNSPECIFIED" },
- { 1, "P_AM_TRANSACTION_INVALID_INTERVAL" },
- { 2, "P_AM_TRANSACTION_UNKNOWN_ACCOUNT" },
- { 3, "P_AM_TRANSACTION_UNAUTHORIZED_APPLICATION" },
- { 4, "P_AM_TRANSACTION_PROCESSING_ERROR" },
- { 5, "P_AM_TRANSACTION_SYSTEM_FAILURE" },
+ { 0, "P_AM_TRANSACTION_ERROR_UNSPECIFIED" },
+ { 1, "P_AM_TRANSACTION_INVALID_INTERVAL" },
+ { 2, "P_AM_TRANSACTION_UNKNOWN_ACCOUNT" },
+ { 3, "P_AM_TRANSACTION_UNAUTHORIZED_APPLICATION" },
+ { 4, "P_AM_TRANSACTION_PROCESSING_ERROR" },
+ { 5, "P_AM_TRANSACTION_SYSTEM_FAILURE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/am/TpVoucherError:1.0
*/
-
static const value_string org_csapi_am_TpVoucherError[] = {
- { 0, "P_VOUCHER_OK" },
- { 1, "P_VOUCHER_UNDEFINED" },
- { 2, "P_VOUCHER_UNKNOWN_SUBSCRIBER" },
- { 3, "P_VOUCHER_UNAUTHORIZED_APPLICATION" },
- { 4, "P_VOUCHER_SYSTEM_FAILURE" },
+ { 0, "P_VOUCHER_OK" },
+ { 1, "P_VOUCHER_UNDEFINED" },
+ { 2, "P_VOUCHER_UNKNOWN_SUBSCRIBER" },
+ { 3, "P_VOUCHER_UNAUTHORIZED_APPLICATION" },
+ { 4, "P_VOUCHER_SYSTEM_FAILURE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cs/TpChargingParameterValueType:1.0
*/
-
static const value_string org_csapi_cs_TpChargingParameterValueType[] = {
- { 0, "P_CHS_PARAMETER_INT32" },
- { 1, "P_CHS_PARAMETER_FLOAT" },
- { 2, "P_CHS_PARAMETER_STRING" },
- { 3, "P_CHS_PARAMETER_BOOLEAN" },
- { 4, "P_CHS_PARAMETER_OCTETSET" },
+ { 0, "P_CHS_PARAMETER_INT32" },
+ { 1, "P_CHS_PARAMETER_FLOAT" },
+ { 2, "P_CHS_PARAMETER_STRING" },
+ { 3, "P_CHS_PARAMETER_BOOLEAN" },
+ { 4, "P_CHS_PARAMETER_OCTETSET" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cs/TpChargingError:1.0
*/
-
static const value_string org_csapi_cs_TpChargingError[] = {
- { 0, "P_CHS_ERR_UNDEFINED" },
- { 1, "P_CHS_ERR_ACCOUNT" },
- { 2, "P_CHS_ERR_USER" },
- { 3, "P_CHS_ERR_PARAMETER" },
- { 4, "P_CHS_ERR_NO_DEBIT" },
- { 5, "P_CHS_ERR_NO_CREDIT" },
- { 6, "P_CHS_ERR_VOLUMES" },
- { 7, "P_CHS_ERR_CURRENCY" },
- { 8, "P_CHS_ERR_NO_EXTEND" },
- { 9, "P_CHS_ERR_RESERVATION_LIMIT" },
- { 10, "P_CHS_ERR_CONFIRMATION_REQUIRED" },
+ { 0, "P_CHS_ERR_UNDEFINED" },
+ { 1, "P_CHS_ERR_ACCOUNT" },
+ { 2, "P_CHS_ERR_USER" },
+ { 3, "P_CHS_ERR_PARAMETER" },
+ { 4, "P_CHS_ERR_NO_DEBIT" },
+ { 5, "P_CHS_ERR_NO_CREDIT" },
+ { 6, "P_CHS_ERR_VOLUMES" },
+ { 7, "P_CHS_ERR_CURRENCY" },
+ { 8, "P_CHS_ERR_NO_EXTEND" },
+ { 9, "P_CHS_ERR_RESERVATION_LIMIT" },
+ { 10, "P_CHS_ERR_CONFIRMATION_REQUIRED" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cs/TpSessionEndedCause:1.0
*/
-
static const value_string org_csapi_cs_TpSessionEndedCause[] = {
- { 0, "P_CHS_CAUSE_UNDEFINED" },
- { 1, "P_CHS_CAUSE_TIMER_EXPIRED" },
+ { 0, "P_CHS_CAUSE_UNDEFINED" },
+ { 1, "P_CHS_CAUSE_TIMER_EXPIRED" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/cs/TpAppInformationType:1.0
*/
-
static const value_string org_csapi_cs_TpAppInformationType[] = {
- { 0, "P_APP_INF_TIMESTAMP" },
+ { 0, "P_APP_INF_TIMESTAMP" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/policy/TpPolicyConditionListType:1.0
*/
-
static const value_string org_csapi_policy_TpPolicyConditionListType[] = {
- { 0, "P_PM_DNF" },
- { 1, "P_PM_CNF" },
+ { 0, "P_PM_DNF" },
+ { 1, "P_PM_CNF" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/policy/TpPolicyConditionType:1.0
*/
-
static const value_string org_csapi_policy_TpPolicyConditionType[] = {
- { 0, "P_PM_TIME_PERIOD_CONDITION" },
- { 1, "P_PM_EVENT_CONDITION" },
- { 2, "P_PM_EXPRESSION_CONDITION" },
+ { 0, "P_PM_TIME_PERIOD_CONDITION" },
+ { 1, "P_PM_EVENT_CONDITION" },
+ { 2, "P_PM_EXPRESSION_CONDITION" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/policy/TpPolicyActionType:1.0
*/
-
static const value_string org_csapi_policy_TpPolicyActionType[] = {
- { 0, "P_PM_EVENT_ACTION" },
- { 1, "P_PM_EXPRESSION_ACTION" },
+ { 0, "P_PM_EVENT_ACTION" },
+ { 1, "P_PM_EXPRESSION_ACTION" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/policy/TpPolicyTypeInfo:1.0
*/
-
static const value_string org_csapi_policy_TpPolicyTypeInfo[] = {
- { 0, "P_PM_SIMPLE_TYPE" },
- { 1, "P_PM_TYPE_RECORD" },
- { 2, "P_PM_TYPE_LIST" },
- { 3, "P_PM_STRUCTURED_TYPE" },
- { 4, "P_PM_XML_TYPE" },
+ { 0, "P_PM_SIMPLE_TYPE" },
+ { 1, "P_PM_TYPE_RECORD" },
+ { 2, "P_PM_TYPE_LIST" },
+ { 3, "P_PM_STRUCTURED_TYPE" },
+ { 4, "P_PM_XML_TYPE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/pam/TpPAMContextName:1.0
*/
-
static const value_string org_csapi_pam_TpPAMContextName[] = {
- { 0, "PAM_CONTEXT_ANY" },
- { 1, "PAM_CONTEXT_COMMUNICATION" },
+ { 0, "PAM_CONTEXT_ANY" },
+ { 1, "PAM_CONTEXT_COMMUNICATION" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/pam/TpPAMACLDefault:1.0
*/
-
static const value_string org_csapi_pam_TpPAMACLDefault[] = {
- { 0, "PAM_ACCESS_ALLOW" },
- { 1, "PAM_ACCESS_DENY" },
+ { 0, "PAM_ACCESS_ALLOW" },
+ { 1, "PAM_ACCESS_DENY" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/pam/TpPAMPreferenceType:1.0
*/
-
static const value_string org_csapi_pam_TpPAMPreferenceType[] = {
- { 0, "PAM_ACCESS_LIST" },
- { 1, "PAM_EXTERNAL_CONTROL" },
+ { 0, "PAM_ACCESS_LIST" },
+ { 1, "PAM_EXTERNAL_CONTROL" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/pam/TpPAMEventName:1.0
*/
-
static const value_string org_csapi_pam_TpPAMEventName[] = {
- { 0, "PAM_CE_IDENTITY_PRESENCE_SET" },
- { 1, "PAM_CE_AVAILABILITY_CHANGED" },
- { 2, "PAM_CE_WATCHERS_CHANGED" },
- { 3, "PAM_CE_IDENTITY_CREATED" },
- { 4, "PAM_CE_IDENTITY_DELETED" },
- { 5, "PAM_CE_GROUP_MEMBERSHIP_CHANGED" },
- { 6, "PAM_CE_AGENT_CREATED" },
- { 7, "PAM_CE_AGENT_DELETED" },
- { 8, "PAM_CE_AGENT_ASSIGNED" },
- { 9, "PAM_CE_AGENT_UNASSIGNED" },
- { 10, "PAM_CE_CAPABILITY_CHANGED" },
- { 11, "PAM_CE_AGENT_CAPABILITY_PRESENCE_SET" },
- { 12, "PAM_CE_AGENT_PRESENCE_SET" },
+ { 0, "PAM_CE_IDENTITY_PRESENCE_SET" },
+ { 1, "PAM_CE_AVAILABILITY_CHANGED" },
+ { 2, "PAM_CE_WATCHERS_CHANGED" },
+ { 3, "PAM_CE_IDENTITY_CREATED" },
+ { 4, "PAM_CE_IDENTITY_DELETED" },
+ { 5, "PAM_CE_GROUP_MEMBERSHIP_CHANGED" },
+ { 6, "PAM_CE_AGENT_CREATED" },
+ { 7, "PAM_CE_AGENT_DELETED" },
+ { 8, "PAM_CE_AGENT_ASSIGNED" },
+ { 9, "PAM_CE_AGENT_UNASSIGNED" },
+ { 10, "PAM_CE_CAPABILITY_CHANGED" },
+ { 11, "PAM_CE_AGENT_CAPABILITY_PRESENCE_SET" },
+ { 12, "PAM_CE_AGENT_PRESENCE_SET" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/pam/TpPAMwatcherChangeType:1.0
*/
-
static const value_string org_csapi_pam_TpPAMwatcherChangeType[] = {
- { 0, "PAM_WATCHERS_PERIODIC" },
- { 1, "PAM_WATCHERS_ADDED" },
- { 2, "PAM_WATCHERS_DELETED" },
+ { 0, "PAM_WATCHERS_PERIODIC" },
+ { 1, "PAM_WATCHERS_ADDED" },
+ { 2, "PAM_WATCHERS_DELETED" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/pam/TpPAMErrorCause:1.0
*/
-
static const value_string org_csapi_pam_TpPAMErrorCause[] = {
- { 0, "P_PAM_CAUSE_UNDEFINED" },
- { 1, "P_PAM_CAUSE_INVALID_ADDRESS" },
- { 2, "P_PAM_CAUSE_SYSTEM_FAILURE" },
- { 3, "P_PAM_CAUSE_INFO_UNAVAILABLE" },
- { 4, "P_PAM_CAUSE_EVENT_REGISTRATION_CANCELLED" },
+ { 0, "P_PAM_CAUSE_UNDEFINED" },
+ { 1, "P_PAM_CAUSE_INVALID_ADDRESS" },
+ { 2, "P_PAM_CAUSE_SYSTEM_FAILURE" },
+ { 3, "P_PAM_CAUSE_INFO_UNAVAILABLE" },
+ { 4, "P_PAM_CAUSE_EVENT_REGISTRATION_CANCELLED" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/mmm/TpFolderInfoPropertyName:1.0
*/
-
static const value_string org_csapi_mmm_TpFolderInfoPropertyName[] = {
- { 0, "P_MMM_FOLDER_UNDEFINED" },
- { 1, "P_MMM_FOLDER_DATE_CREATED" },
- { 2, "P_MMM_FOLDER_DATE_CHANGED" },
- { 3, "P_MMM_FOLDER_SIZE" },
- { 4, "P_MMM_FOLDER_NUMBER_OF_MESSAGES" },
+ { 0, "P_MMM_FOLDER_UNDEFINED" },
+ { 1, "P_MMM_FOLDER_DATE_CREATED" },
+ { 2, "P_MMM_FOLDER_DATE_CHANGED" },
+ { 3, "P_MMM_FOLDER_SIZE" },
+ { 4, "P_MMM_FOLDER_NUMBER_OF_MESSAGES" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/mmm/TpMailboxInfoPropertyName:1.0
*/
-
static const value_string org_csapi_mmm_TpMailboxInfoPropertyName[] = {
- { 0, "P_MMM_MAILBOX_UNDEFINED" },
- { 1, "P_MMM_MAILBOX_OWNER" },
- { 2, "P_MMM_MAILBOX_DATE_CREATED" },
- { 3, "P_MMM_MAILBOX_DATE_CHANGED" },
- { 4, "P_MMM_MAILBOX_SIZE" },
+ { 0, "P_MMM_MAILBOX_UNDEFINED" },
+ { 1, "P_MMM_MAILBOX_OWNER" },
+ { 2, "P_MMM_MAILBOX_DATE_CREATED" },
+ { 3, "P_MMM_MAILBOX_DATE_CHANGED" },
+ { 4, "P_MMM_MAILBOX_SIZE" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/mmm/TpMessageInfoPropertyName:1.0
*/
-
static const value_string org_csapi_mmm_TpMessageInfoPropertyName[] = {
- { 0, "P_MMM_MESSAGE_UNDEFINED" },
- { 1, "P_MMM_MESSAGE_DATE_CREATED" },
- { 2, "P_MMM_MESSAGE_DATE_RECEIVED" },
- { 3, "P_MMM_MESSAGE_DATE_CHANGED" },
- { 4, "P_MMM_MESSAGE_SIZE" },
- { 5, "P_MMM_MESSAGE_STATUS" },
+ { 0, "P_MMM_MESSAGE_UNDEFINED" },
+ { 1, "P_MMM_MESSAGE_DATE_CREATED" },
+ { 2, "P_MMM_MESSAGE_DATE_RECEIVED" },
+ { 3, "P_MMM_MESSAGE_DATE_CHANGED" },
+ { 4, "P_MMM_MESSAGE_SIZE" },
+ { 5, "P_MMM_MESSAGE_STATUS" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/mmm/TpMessagePriority:1.0
*/
-
static const value_string org_csapi_mmm_TpMessagePriority[] = {
- { 0, "P_MMM_MESSAGE_PRIORITY_UNDEFINED" },
- { 1, "P_MMM_MESSAGE_PRIORITY_HIGH" },
- { 2, "P_MMM_MESSAGE_PRIORITY_LOW" },
+ { 0, "P_MMM_MESSAGE_PRIORITY_UNDEFINED" },
+ { 1, "P_MMM_MESSAGE_PRIORITY_HIGH" },
+ { 2, "P_MMM_MESSAGE_PRIORITY_LOW" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/mmm/TpMessageHeaderFieldType:1.0
*/
-
static const value_string org_csapi_mmm_TpMessageHeaderFieldType[] = {
- { 0, "P_MESSAGE_DATE_SENT" },
- { 1, "P_MESSAGE_SENT_FROM" },
- { 2, "P_MESSAGE_SENDER" },
- { 3, "P_MESSAGE_REPLY_TO" },
- { 4, "P_MESSAGE_SENT_TO" },
- { 5, "P_MESSAGE_CC_TO" },
- { 6, "P_MESSAGE_BCC_TO" },
- { 7, "P_MESSAGE_RFC822_MESSAGE_ID" },
- { 8, "P_MESSAGE_IN_REPLY_TO" },
- { 9, "P_MESSAGE_REFERENCES" },
- { 10, "P_MESSAGE_SUBJECT" },
- { 11, "P_MESSAGE_COMMENTS" },
- { 12, "P_MESSAGE_KEYWORDS" },
- { 13, "P_MESSAGE_TRACE_FIELD" },
- { 14, "P_MESSAGE_RESENT_FIELD" },
- { 15, "P_MESSAGE_MIME_VERSION" },
- { 16, "P_MESSAGE_MIME_CONTENT" },
- { 17, "P_MESSAGE_MIME_ENCODING" },
- { 18, "P_MESSAGE_MIME_ID" },
- { 19, "P_MESSAGE_MIME_DESCRIPTION" },
- { 20, "P_MESSAGE_MIME_DISPOSITION" },
- { 21, "P_MESSAGE_MIME_EXTENSION_FIELD" },
- { 22, "P_MESSAGE_EXTENSION_FIELD" },
- { 23, "P_MESSAGE_PRIORITY" },
+ { 0, "P_MESSAGE_DATE_SENT" },
+ { 1, "P_MESSAGE_SENT_FROM" },
+ { 2, "P_MESSAGE_SENDER" },
+ { 3, "P_MESSAGE_REPLY_TO" },
+ { 4, "P_MESSAGE_SENT_TO" },
+ { 5, "P_MESSAGE_CC_TO" },
+ { 6, "P_MESSAGE_BCC_TO" },
+ { 7, "P_MESSAGE_RFC822_MESSAGE_ID" },
+ { 8, "P_MESSAGE_IN_REPLY_TO" },
+ { 9, "P_MESSAGE_REFERENCES" },
+ { 10, "P_MESSAGE_SUBJECT" },
+ { 11, "P_MESSAGE_COMMENTS" },
+ { 12, "P_MESSAGE_KEYWORDS" },
+ { 13, "P_MESSAGE_TRACE_FIELD" },
+ { 14, "P_MESSAGE_RESENT_FIELD" },
+ { 15, "P_MESSAGE_MIME_VERSION" },
+ { 16, "P_MESSAGE_MIME_CONTENT" },
+ { 17, "P_MESSAGE_MIME_ENCODING" },
+ { 18, "P_MESSAGE_MIME_ID" },
+ { 19, "P_MESSAGE_MIME_DESCRIPTION" },
+ { 20, "P_MESSAGE_MIME_DISPOSITION" },
+ { 21, "P_MESSAGE_MIME_EXTENSION_FIELD" },
+ { 22, "P_MESSAGE_EXTENSION_FIELD" },
+ { 23, "P_MESSAGE_PRIORITY" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/mmm/TpMailboxMessageStatus:1.0
*/
-
static const value_string org_csapi_mmm_TpMailboxMessageStatus[] = {
- { 0, "P_MMM_RECEIVED_MSG_STATUS_READ" },
- { 1, "P_MMM_RECEIVED_MSG_STATUS_UNREAD" },
- { 2, "P_MMM_RECEIVED_MSG_STATUS_FORWARDED" },
- { 3, "P_MMM_RECEIVED_MSG_STATUS_REPLIED_TO" },
- { 4, "P_MMM_DRAFT_MSG_STATUS_SAVED_OR_UNSENT" },
- { 5, "P_MMM_SENT_MSG_STATUS_SENT" },
- { 6, "P_MMM_SENT_MSG_STATUS_DELIVERED" },
- { 7, "P_MMM_SENT_MSG_STATUS_READ" },
- { 8, "P_MMM_SENT_MSG_STATUS_DELETED_UNREAD" },
- { 9, "P_MMM_SENT_MSG_STATUS_NOT_DELIVERABLE" },
- { 10, "P_MMM_SENT_MSG_STATUS_EXPIRED" },
+ { 0, "P_MMM_RECEIVED_MSG_STATUS_READ" },
+ { 1, "P_MMM_RECEIVED_MSG_STATUS_UNREAD" },
+ { 2, "P_MMM_RECEIVED_MSG_STATUS_FORWARDED" },
+ { 3, "P_MMM_RECEIVED_MSG_STATUS_REPLIED_TO" },
+ { 4, "P_MMM_DRAFT_MSG_STATUS_SAVED_OR_UNSENT" },
+ { 5, "P_MMM_SENT_MSG_STATUS_SENT" },
+ { 6, "P_MMM_SENT_MSG_STATUS_DELIVERED" },
+ { 7, "P_MMM_SENT_MSG_STATUS_READ" },
+ { 8, "P_MMM_SENT_MSG_STATUS_DELETED_UNREAD" },
+ { 9, "P_MMM_SENT_MSG_STATUS_NOT_DELIVERABLE" },
+ { 10, "P_MMM_SENT_MSG_STATUS_EXPIRED" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/mmm/TpSetPropertyError:1.0
*/
-
static const value_string org_csapi_mmm_TpSetPropertyError[] = {
- { 0, "P_MMM_PROPERTY_NOT_SET" },
- { 1, "P_MMM_PROPERTY_READONLY" },
- { 2, "P_MMM_PROPERTY_INSUFFICIENT_PRIVILEGE" },
- { 3, "P_MMM_PROPERTY_NAME_UNKNOWN" },
+ { 0, "P_MMM_PROPERTY_NOT_SET" },
+ { 1, "P_MMM_PROPERTY_READONLY" },
+ { 2, "P_MMM_PROPERTY_INSUFFICIENT_PRIVILEGE" },
+ { 3, "P_MMM_PROPERTY_NAME_UNKNOWN" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/mmm/TpMessagingEventName:1.0
*/
-
static const value_string org_csapi_mmm_TpMessagingEventName[] = {
- { 0, "P_EVENT_MSG_NAME_UNDEFINED" },
- { 1, "P_EVENT_MSG_NEW_MAILBOX_MESSAGE_ARRIVED" },
- { 2, "P_EVENT_MSG_NEW_MESSAGE_ARRIVED" },
+ { 0, "P_EVENT_MSG_NAME_UNDEFINED" },
+ { 1, "P_EVENT_MSG_NEW_MAILBOX_MESSAGE_ARRIVED" },
+ { 2, "P_EVENT_MSG_NEW_MESSAGE_ARRIVED" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/mmm/TpDeliveryTimeType:1.0
*/
-
static const value_string org_csapi_mmm_TpDeliveryTimeType[] = {
- { 0, "P_MMM_SEND_IMMEDIATE" },
- { 1, "P_MMM_DELIVERY_TIME" },
+ { 0, "P_MMM_SEND_IMMEDIATE" },
+ { 1, "P_MMM_DELIVERY_TIME" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/mmm/TpMessageTreatmentType:1.0
*/
-
static const value_string org_csapi_mmm_TpMessageTreatmentType[] = {
- { 0, "P_MMM_TREATMENT_UNDEFINED" },
- { 1, "P_MMM_TREATMENT_REPORT_REQUESTED" },
- { 2, "P_MMM_TREATMENT_BILLING_ID" },
- { 3, "P_MMM_TREATMENT_DELIVERY_TIME" },
- { 4, "P_MMM_TREATMENT_VALIDITY_TIME" },
+ { 0, "P_MMM_TREATMENT_UNDEFINED" },
+ { 1, "P_MMM_TREATMENT_REPORT_REQUESTED" },
+ { 2, "P_MMM_TREATMENT_BILLING_ID" },
+ { 3, "P_MMM_TREATMENT_DELIVERY_TIME" },
+ { 4, "P_MMM_TREATMENT_VALIDITY_TIME" },
{ 0, NULL },
};
/*
* Enum = IDL:org/csapi/mmm/TpMessagingError:1.0
*/
-
static const value_string org_csapi_mmm_TpMessagingError[] = {
- { 0, "P_MMM_ERROR_UNDEFINED" },
- { 1, "P_MMM_ERROR_INVALID_AUTHENTICATION_INFORMATION" },
- { 2, "P_MMM_ERROR_INVALID_MAILBOX" },
- { 3, "P_MMM_ERROR_INVALID_DELIVERY_TYPE" },
- { 4, "P_MMM_ERROR_MAX_MESSAGE_SIZE_EXCEEDED" },
- { 5, "P_MMM_ERROR_INVALID_FOLDER_ID" },
- { 6, "P_MMM_ERROR_INVALID_MESSAGE_ID" },
- { 7, "P_MMM_ERROR_INVALID_PART_ID" },
- { 8, "P_MMM_ERROR_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH" },
- { 9, "P_MMM_ERROR_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH" },
- { 10, "P_MMM_ERROR_INVALID_DELIVERY_TIME" },
- { 11, "P_MMM_ERROR_INVALID_VALIDITY_TIME" },
- { 12, "P_MMM_ERROR_MAX_SUBJECT_SIZE_EXCEEDED" },
- { 13, "P_MMM_ERROR_INVALID_ID" },
- { 14, "P_MMM_ERROR_INVALID_NESTING_LEVEL" },
- { 15, "P_MMM_ERROR_INVALID_CRITERIA" },
- { 16, "P_MMM_ERROR_INFORMATION_NOT_AVAILABLE" },
- { 17, "P_MMM_ERROR_CANNOT_CANCEL" },
- { 18, "P_MMM_ERROR_INVALID_HEADER" },
- { 19, "P_MMM_INVALID_NETWORK_STATE" },
- { 20, "P_MMM_ERROR_RESOURCE_UNAVAILABLE" },
- { 21, "P_MMM_ERROR_RESOURCE_TIMEOUT" },
+ { 0, "P_MMM_ERROR_UNDEFINED" },
+ { 1, "P_MMM_ERROR_INVALID_AUTHENTICATION_INFORMATION" },
+ { 2, "P_MMM_ERROR_INVALID_MAILBOX" },
+ { 3, "P_MMM_ERROR_INVALID_DELIVERY_TYPE" },
+ { 4, "P_MMM_ERROR_MAX_MESSAGE_SIZE_EXCEEDED" },
+ { 5, "P_MMM_ERROR_INVALID_FOLDER_ID" },
+ { 6, "P_MMM_ERROR_INVALID_MESSAGE_ID" },
+ { 7, "P_MMM_ERROR_INVALID_PART_ID" },
+ { 8, "P_MMM_ERROR_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH" },
+ { 9, "P_MMM_ERROR_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH" },
+ { 10, "P_MMM_ERROR_INVALID_DELIVERY_TIME" },
+ { 11, "P_MMM_ERROR_INVALID_VALIDITY_TIME" },
+ { 12, "P_MMM_ERROR_MAX_SUBJECT_SIZE_EXCEEDED" },
+ { 13, "P_MMM_ERROR_INVALID_ID" },
+ { 14, "P_MMM_ERROR_INVALID_NESTING_LEVEL" },
+ { 15, "P_MMM_ERROR_INVALID_CRITERIA" },
+ { 16, "P_MMM_ERROR_INFORMATION_NOT_AVAILABLE" },
+ { 17, "P_MMM_ERROR_CANNOT_CANCEL" },
+ { 18, "P_MMM_ERROR_INVALID_HEADER" },
+ { 19, "P_MMM_INVALID_NETWORK_STATE" },
+ { 20, "P_MMM_ERROR_RESOURCE_UNAVAILABLE" },
+ { 21, "P_MMM_ERROR_RESOURCE_TIMEOUT" },
{ 0, NULL },
};
/*
* IDL Enums End
*/
-
-/* Begin Exception Helper Functions */
+/* Begin Exception Helper Functions */
-/* Exception = IDL:org/csapi/P_INVALID_ASSIGNMENT_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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/ui/P_ID_NOT_FOUND: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -4620,7 +3004,7 @@ static void decode_ex_org_csapi_P_INVALID_ASSIGNMENT_ID(tvbuff_t *tvb _U_, packe
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_ASSIGNMENT_ID_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_ID_NOT_FOUND_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -4629,9 +3013,10 @@ static void decode_ex_org_csapi_P_INVALID_ASSIGNMENT_ID(tvbuff_t *tvb _U_, packe
}
-/* Exception = IDL:org/csapi/P_INVALID_TIME_AND_DATE_FORMAT: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/ui/P_ILLEGAL_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -4643,7 +3028,7 @@ static void decode_ex_org_csapi_P_INVALID_TIME_AND_DATE_FORMAT(tvbuff_t *tvb _U_
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_TIME_AND_DATE_FORMAT_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_ILLEGAL_ID_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -4652,9 +3037,10 @@ static void decode_ex_org_csapi_P_INVALID_TIME_AND_DATE_FORMAT(tvbuff_t *tvb _U_
}
-/* Exception = IDL:org/csapi/P_INVALID_EVENT_TYPE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/ui/P_ILLEGAL_RANGE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -4666,7 +3052,7 @@ static void decode_ex_org_csapi_P_INVALID_EVENT_TYPE(tvbuff_t *tvb _U_, packet_i
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_EVENT_TYPE_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_ILLEGAL_RANGE_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -4675,9 +3061,10 @@ static void decode_ex_org_csapi_P_INVALID_EVENT_TYPE(tvbuff_t *tvb _U_, packet_i
}
-/* Exception = IDL:org/csapi/P_INVALID_INTERFACE_NAME: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/ui/P_INVALID_COLLECTION_CRITERIA: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -4689,7 +3076,7 @@ static void decode_ex_org_csapi_P_INVALID_INTERFACE_NAME(tvbuff_t *tvb _U_, pack
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_INTERFACE_NAME_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_COLLECTION_CRITERIA_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -4698,9 +3085,10 @@ static void decode_ex_org_csapi_P_INVALID_INTERFACE_NAME(tvbuff_t *tvb _U_, pack
}
-/* Exception = IDL:org/csapi/P_INVALID_INTERFACE_TYPE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/mm/P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -4712,7 +3100,7 @@ static void decode_ex_org_csapi_P_INVALID_INTERFACE_TYPE(tvbuff_t *tvb _U_, pack
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_INTERFACE_TYPE_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -4721,9 +3109,10 @@ static void decode_ex_org_csapi_P_INVALID_INTERFACE_TYPE(tvbuff_t *tvb _U_, pack
}
-/* Exception = IDL:org/csapi/P_UNKNOWN_SUBSCRIBER: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/mm/P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -4735,7 +3124,7 @@ static void decode_ex_org_csapi_P_UNKNOWN_SUBSCRIBER(tvbuff_t *tvb _U_, packet_i
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_SUBSCRIBER_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -4744,9 +3133,10 @@ static void decode_ex_org_csapi_P_UNKNOWN_SUBSCRIBER(tvbuff_t *tvb _U_, packet_i
}
-/* Exception = IDL:org/csapi/P_INFORMATION_NOT_AVAILABLE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/mm/P_INVALID_REPORTING_INTERVAL: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -4758,7 +3148,7 @@ static void decode_ex_org_csapi_P_INFORMATION_NOT_AVAILABLE(tvbuff_t *tvb _U_, p
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INFORMATION_NOT_AVAILABLE_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_REPORTING_INTERVAL_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -4767,9 +3157,10 @@ static void decode_ex_org_csapi_P_INFORMATION_NOT_AVAILABLE(tvbuff_t *tvb _U_, p
}
-/* Exception = IDL:org/csapi/P_INVALID_CRITERIA: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/mm/P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -4781,7 +3172,7 @@ static void decode_ex_org_csapi_P_INVALID_CRITERIA(tvbuff_t *tvb _U_, packet_inf
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_CRITERIA_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -4790,9 +3181,10 @@ static void decode_ex_org_csapi_P_INVALID_CRITERIA(tvbuff_t *tvb _U_, packet_inf
}
-/* Exception = IDL:org/csapi/P_INVALID_SESSION_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/termcap/P_INVALID_TERMINAL_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -4804,7 +3196,7 @@ static void decode_ex_org_csapi_P_INVALID_SESSION_ID(tvbuff_t *tvb _U_, packet_i
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_SESSION_ID_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_TERMINAL_ID_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -4813,27 +3205,22 @@ static void decode_ex_org_csapi_P_INVALID_SESSION_ID(tvbuff_t *tvb _U_, packet_i
}
-/* Exception = IDL:org/csapi/TpCommonExceptions: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/gms/P_GMS_INVALID_FOLDER_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
/* Operation specific Variable declarations End */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCommonExceptions_ExceptionType = %i",s_octet4);
- }
-
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"TpCommonExceptions_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_GMS_INVALID_FOLDER_ID_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -4842,9 +3229,10 @@ static void decode_ex_org_csapi_TpCommonExceptions(tvbuff_t *tvb _U_, packet_inf
}
-/* Exception = IDL:org/csapi/P_INVALID_CURRENCY: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/gms/P_GMS_INSUFFICIENT_PRIVILEGE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -4856,7 +3244,7 @@ static void decode_ex_org_csapi_P_INVALID_CURRENCY(tvbuff_t *tvb _U_, packet_inf
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_CURRENCY_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_GMS_INSUFFICIENT_PRIVILEGE_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -4865,9 +3253,10 @@ static void decode_ex_org_csapi_P_INVALID_CURRENCY(tvbuff_t *tvb _U_, packet_inf
}
-/* Exception = IDL:org/csapi/P_INVALID_AMOUNT: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/gms/P_GMS_INVALID_AUTHENTICATION_INFORMATION: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -4879,7 +3268,7 @@ static void decode_ex_org_csapi_P_INVALID_AMOUNT(tvbuff_t *tvb _U_, packet_info
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_AMOUNT_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_GMS_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -4888,9 +3277,10 @@ static void decode_ex_org_csapi_P_INVALID_AMOUNT(tvbuff_t *tvb _U_, packet_info
}
-/* Exception = IDL:org/csapi/P_APPLICATION_NOT_ACTIVATED: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/gms/P_GMS_INVALID_MAILBOX: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -4902,7 +3292,7 @@ static void decode_ex_org_csapi_P_APPLICATION_NOT_ACTIVATED(tvbuff_t *tvb _U_, p
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_APPLICATION_NOT_ACTIVATED_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_GMS_INVALID_MAILBOX_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -4911,9 +3301,10 @@ static void decode_ex_org_csapi_P_APPLICATION_NOT_ACTIVATED(tvbuff_t *tvb _U_, p
}
-/* Exception = IDL:org/csapi/P_INVALID_ADDRESS: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/gms/P_GMS_INVALID_MESSAGE_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -4925,7 +3316,7 @@ static void decode_ex_org_csapi_P_INVALID_ADDRESS(tvbuff_t *tvb _U_, packet_info
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_ADDRESS_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_GMS_INVALID_MESSAGE_ID_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -4934,9 +3325,10 @@ static void decode_ex_org_csapi_P_INVALID_ADDRESS(tvbuff_t *tvb _U_, packet_info
}
-/* Exception = IDL:org/csapi/P_UNSUPPORTED_ADDRESS_PLAN: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/gms/P_GMS_LOCKING_LOCKED_MAILBOX: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -4948,7 +3340,7 @@ static void decode_ex_org_csapi_P_UNSUPPORTED_ADDRESS_PLAN(tvbuff_t *tvb _U_, pa
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNSUPPORTED_ADDRESS_PLAN_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_GMS_LOCKING_LOCKED_MAILBOX_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -4957,9 +3349,10 @@ static void decode_ex_org_csapi_P_UNSUPPORTED_ADDRESS_PLAN(tvbuff_t *tvb _U_, pa
}
-/* Exception = IDL:org/csapi/P_UNAUTHORISED_PARAMETER_VALUE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/gms/P_GMS_MESSAGE_NOT_REMOVED: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -4971,7 +3364,7 @@ static void decode_ex_org_csapi_P_UNAUTHORISED_PARAMETER_VALUE(tvbuff_t *tvb _U_
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNAUTHORISED_PARAMETER_VALUE_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_GMS_MESSAGE_NOT_REMOVED_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -4980,9 +3373,10 @@ static void decode_ex_org_csapi_P_UNAUTHORISED_PARAMETER_VALUE(tvbuff_t *tvb _U_
}
-/* Exception = IDL:org/csapi/P_INVALID_VERSION: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/gms/P_GMS_NUMBER_NOT_POSITIVE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -4994,7 +3388,7 @@ static void decode_ex_org_csapi_P_INVALID_VERSION(tvbuff_t *tvb _U_, packet_info
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_VERSION_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_GMS_NUMBER_NOT_POSITIVE_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5003,9 +3397,10 @@ static void decode_ex_org_csapi_P_INVALID_VERSION(tvbuff_t *tvb _U_, packet_info
}
-/* Exception = IDL:org/csapi/P_INVALID_NETWORK_STATE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/gms/P_GMS_UNLOCKING_UNLOCKED_MAILBOX: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5017,7 +3412,7 @@ static void decode_ex_org_csapi_P_INVALID_NETWORK_STATE(tvbuff_t *tvb _U_, packe
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_NETWORK_STATE_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_GMS_UNLOCKING_UNLOCKED_MAILBOX_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5026,9 +3421,10 @@ static void decode_ex_org_csapi_P_INVALID_NETWORK_STATE(tvbuff_t *tvb _U_, packe
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_SERVICE_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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/gms/P_GMS_MAILBOX_LOCKED: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5040,7 +3436,7 @@ static void decode_ex_org_csapi_fw_P_INVALID_SERVICE_ID(tvbuff_t *tvb _U_, packe
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_SERVICE_ID_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_GMS_MAILBOX_LOCKED_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5049,9 +3445,10 @@ static void decode_ex_org_csapi_fw_P_INVALID_SERVICE_ID(tvbuff_t *tvb _U_, packe
}
-/* Exception = IDL:org/csapi/fw/P_SERVICE_ACCESS_DENIED: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/gms/P_GMS_CANNOT_UNLOCK_MAILBOX: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5063,7 +3460,7 @@ static void decode_ex_org_csapi_fw_P_SERVICE_ACCESS_DENIED(tvbuff_t *tvb _U_, pa
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_SERVICE_ACCESS_DENIED_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_GMS_CANNOT_UNLOCK_MAILBOX_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5072,9 +3469,10 @@ static void decode_ex_org_csapi_fw_P_SERVICE_ACCESS_DENIED(tvbuff_t *tvb _U_, pa
}
-/* Exception = IDL:org/csapi/fw/P_ACCESS_DENIED: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/gms/P_GMS_PROPERTY_NOT_SET: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5086,7 +3484,7 @@ static void decode_ex_org_csapi_fw_P_ACCESS_DENIED(tvbuff_t *tvb _U_, packet_inf
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_ACCESS_DENIED_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_GMS_PROPERTY_NOT_SET_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5095,9 +3493,10 @@ static void decode_ex_org_csapi_fw_P_ACCESS_DENIED(tvbuff_t *tvb _U_, packet_inf
}
-/* Exception = IDL:org/csapi/fw/P_SERVICE_NOT_ENABLED: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/gms/P_GMS_FOLDER_IS_OPEN: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5109,7 +3508,7 @@ static void decode_ex_org_csapi_fw_P_SERVICE_NOT_ENABLED(tvbuff_t *tvb _U_, pack
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_SERVICE_NOT_ENABLED_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_GMS_FOLDER_IS_OPEN_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5118,9 +3517,10 @@ static void decode_ex_org_csapi_fw_P_SERVICE_NOT_ENABLED(tvbuff_t *tvb _U_, pack
}
-/* Exception = IDL:org/csapi/fw/P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/gms/P_GMS_MAILBOX_OPEN: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5132,7 +3532,7 @@ static void decode_ex_org_csapi_fw_P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY(tvbuff_
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_GMS_MAILBOX_OPEN_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5141,9 +3541,10 @@ static void decode_ex_org_csapi_fw_P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY(tvbuff_
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_AGREEMENT_TEXT: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_VPRP_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5155,7 +3556,7 @@ static void decode_ex_org_csapi_fw_P_INVALID_AGREEMENT_TEXT(tvbuff_t *tvb _U_, p
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_AGREEMENT_TEXT_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_VPRP_ID_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5164,9 +3565,10 @@ static void decode_ex_org_csapi_fw_P_INVALID_AGREEMENT_TEXT(tvbuff_t *tvb _U_, p
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_SERVICE_TOKEN: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_SLA_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5178,7 +3580,7 @@ static void decode_ex_org_csapi_fw_P_INVALID_SERVICE_TOKEN(tvbuff_t *tvb _U_, pa
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_SERVICE_TOKEN_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_SLA_ID_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5187,9 +3589,10 @@ static void decode_ex_org_csapi_fw_P_INVALID_SERVICE_TOKEN(tvbuff_t *tvb _U_, pa
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_SIGNATURE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_STATUS: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5201,7 +3604,7 @@ static void decode_ex_org_csapi_fw_P_INVALID_SIGNATURE(tvbuff_t *tvb _U_, packet
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_SIGNATURE_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_STATUS_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5210,9 +3613,10 @@ static void decode_ex_org_csapi_fw_P_INVALID_SIGNATURE(tvbuff_t *tvb _U_, packet
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_SIGNING_ALGORITHM: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_QOS_INFO: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5224,7 +3628,7 @@ static void decode_ex_org_csapi_fw_P_INVALID_SIGNING_ALGORITHM(tvbuff_t *tvb _U_
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_SIGNING_ALGORITHM_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_QOS_INFO_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5233,9 +3637,10 @@ static void decode_ex_org_csapi_fw_P_INVALID_SIGNING_ALGORITHM(tvbuff_t *tvb _U_
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_DOMAIN_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_VALIDITY_INFO: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5247,7 +3652,7 @@ static void decode_ex_org_csapi_fw_P_INVALID_DOMAIN_ID(tvbuff_t *tvb _U_, packet
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_DOMAIN_ID_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_VALIDITY_INFO_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5256,9 +3661,10 @@ static void decode_ex_org_csapi_fw_P_INVALID_DOMAIN_ID(tvbuff_t *tvb _U_, packet
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_PROPERTY: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_PIPEQOSINFO: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5270,7 +3676,7 @@ static void decode_ex_org_csapi_fw_P_INVALID_PROPERTY(tvbuff_t *tvb _U_, packet_
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_PROPERTY_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_PIPEQOSINFO_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5279,9 +3685,10 @@ static void decode_ex_org_csapi_fw_P_INVALID_PROPERTY(tvbuff_t *tvb _U_, packet_
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_ACCESS_TYPE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_DSCODEPOINT: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5293,7 +3700,7 @@ static void decode_ex_org_csapi_fw_P_INVALID_ACCESS_TYPE(tvbuff_t *tvb _U_, pack
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_ACCESS_TYPE_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_DSCODEPOINT_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5302,9 +3709,10 @@ static void decode_ex_org_csapi_fw_P_INVALID_ACCESS_TYPE(tvbuff_t *tvb _U_, pack
}
-/* Exception = IDL:org/csapi/fw/P_ILLEGAL_SERVICE_TYPE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cm/P_ILLEGAL_VPRPID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5316,7 +3724,7 @@ static void decode_ex_org_csapi_fw_P_ILLEGAL_SERVICE_TYPE(tvbuff_t *tvb _U_, pac
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_ILLEGAL_SERVICE_TYPE_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_ILLEGAL_VPRPID_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5325,9 +3733,10 @@ static void decode_ex_org_csapi_fw_P_ILLEGAL_SERVICE_TYPE(tvbuff_t *tvb _U_, pac
}
-/* Exception = IDL:org/csapi/fw/P_UNKNOWN_SERVICE_TYPE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cm/P_ILLEGAL_REF_VALUE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5339,7 +3748,7 @@ static void decode_ex_org_csapi_fw_P_UNKNOWN_SERVICE_TYPE(tvbuff_t *tvb _U_, pac
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_SERVICE_TYPE_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_ILLEGAL_REF_VALUE_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5348,9 +3757,10 @@ static void decode_ex_org_csapi_fw_P_UNKNOWN_SERVICE_TYPE(tvbuff_t *tvb _U_, pac
}
-/* Exception = IDL:org/csapi/fw/P_MISSING_MANDATORY_PROPERTY: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_INTERFACE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5362,7 +3772,7 @@ static void decode_ex_org_csapi_fw_P_MISSING_MANDATORY_PROPERTY(tvbuff_t *tvb _U
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MISSING_MANDATORY_PROPERTY_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_INTERFACE_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5371,9 +3781,10 @@ static void decode_ex_org_csapi_fw_P_MISSING_MANDATORY_PROPERTY(tvbuff_t *tvb _U
}
-/* Exception = IDL:org/csapi/fw/P_DUPLICATE_PROPERTY_NAME: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cm/P_CANT_DELETE_VPRP: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5385,7 +3796,7 @@ static void decode_ex_org_csapi_fw_P_DUPLICATE_PROPERTY_NAME(tvbuff_t *tvb _U_,
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_DUPLICATE_PROPERTY_NAME_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_CANT_DELETE_VPRP_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5394,9 +3805,10 @@ static void decode_ex_org_csapi_fw_P_DUPLICATE_PROPERTY_NAME(tvbuff_t *tvb _U_,
}
-/* Exception = IDL:org/csapi/fw/P_PROPERTY_TYPE_MISMATCH: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_TEMPLATES: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5408,7 +3820,7 @@ static void decode_ex_org_csapi_fw_P_PROPERTY_TYPE_MISMATCH(tvbuff_t *tvb _U_, p
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PROPERTY_TYPE_MISMATCH_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_TEMPLATES_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5417,9 +3829,10 @@ static void decode_ex_org_csapi_fw_P_PROPERTY_TYPE_MISMATCH(tvbuff_t *tvb _U_, p
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_CLIENT_APP_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_MENU: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5431,7 +3844,7 @@ static void decode_ex_org_csapi_fw_P_INVALID_CLIENT_APP_ID(tvbuff_t *tvb _U_, pa
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_CLIENT_APP_ID_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_MENU_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5440,9 +3853,10 @@ static void decode_ex_org_csapi_fw_P_INVALID_CLIENT_APP_ID(tvbuff_t *tvb _U_, pa
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_AUTH_TYPE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_ENTERPRISE_NETWORK: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5454,7 +3868,7 @@ static void decode_ex_org_csapi_fw_P_INVALID_AUTH_TYPE(tvbuff_t *tvb _U_, packet
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_AUTH_TYPE_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_ENTERPRISE_NETWORK_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5463,9 +3877,10 @@ static void decode_ex_org_csapi_fw_P_INVALID_AUTH_TYPE(tvbuff_t *tvb _U_, packet
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_SAG_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_TEMPLATE_TYPE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5477,7 +3892,7 @@ static void decode_ex_org_csapi_fw_P_INVALID_SAG_ID(tvbuff_t *tvb _U_, packet_in
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_SAG_ID_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_TEMPLATE_TYPE_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5486,9 +3901,10 @@ static void decode_ex_org_csapi_fw_P_INVALID_SAG_ID(tvbuff_t *tvb _U_, packet_in
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_SERVICE_PROFILE_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_DESCRIPTION: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5500,7 +3916,7 @@ static void decode_ex_org_csapi_fw_P_INVALID_SERVICE_PROFILE_ID(tvbuff_t *tvb _U
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_SERVICE_PROFILE_ID_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_DESCRIPTION_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5509,9 +3925,10 @@ static void decode_ex_org_csapi_fw_P_INVALID_SERVICE_PROFILE_ID(tvbuff_t *tvb _U
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_SERVICE_CONTRACT_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cm/P_ILLEGAL_SLA_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5523,7 +3940,7 @@ static void decode_ex_org_csapi_fw_P_INVALID_SERVICE_CONTRACT_ID(tvbuff_t *tvb _
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_SERVICE_CONTRACT_ID_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_ILLEGAL_SLA_ID_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5532,9 +3949,10 @@ static void decode_ex_org_csapi_fw_P_INVALID_SERVICE_CONTRACT_ID(tvbuff_t *tvb _
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_ACTIVITY_TEST_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cm/P_ILLEGAL_TAG: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5546,7 +3964,7 @@ static void decode_ex_org_csapi_fw_P_INVALID_ACTIVITY_TEST_ID(tvbuff_t *tvb _U_,
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_ACTIVITY_TEST_ID_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_ILLEGAL_TAG_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5555,9 +3973,10 @@ static void decode_ex_org_csapi_fw_P_INVALID_ACTIVITY_TEST_ID(tvbuff_t *tvb _U_,
}
-/* Exception = IDL:org/csapi/fw/P_ILLEGAL_SERVICE_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cm/P_ILLEGAL_VALUE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5569,7 +3988,7 @@ static void decode_ex_org_csapi_fw_P_ILLEGAL_SERVICE_ID(tvbuff_t *tvb _U_, packe
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_ILLEGAL_SERVICE_ID_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_ILLEGAL_VALUE_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5578,9 +3997,10 @@ static void decode_ex_org_csapi_fw_P_ILLEGAL_SERVICE_ID(tvbuff_t *tvb _U_, packe
}
-/* Exception = IDL:org/csapi/fw/P_UNKNOWN_SERVICE_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cm/P_ILLEGAL_COMBINATION: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5592,7 +4012,7 @@ static void decode_ex_org_csapi_fw_P_UNKNOWN_SERVICE_ID(tvbuff_t *tvb _U_, packe
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_SERVICE_ID_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_ILLEGAL_COMBINATION_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5601,9 +4021,10 @@ static void decode_ex_org_csapi_fw_P_UNKNOWN_SERVICE_ID(tvbuff_t *tvb _U_, packe
}
-/* Exception = IDL:org/csapi/fw/P_SERVICE_TYPE_UNAVAILABLE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_SITES: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5615,7 +4036,7 @@ static void decode_ex_org_csapi_fw_P_SERVICE_TYPE_UNAVAILABLE(tvbuff_t *tvb _U_,
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_SERVICE_TYPE_UNAVAILABLE_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_SITES_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5624,9 +4045,10 @@ static void decode_ex_org_csapi_fw_P_SERVICE_TYPE_UNAVAILABLE(tvbuff_t *tvb _U_,
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_ADDITION_TO_SAG: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_VPRN: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5638,7 +4060,7 @@ static void decode_ex_org_csapi_fw_P_INVALID_ADDITION_TO_SAG(tvbuff_t *tvb _U_,
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_ADDITION_TO_SAG_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_VPRN_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5647,9 +4069,10 @@ static void decode_ex_org_csapi_fw_P_INVALID_ADDITION_TO_SAG(tvbuff_t *tvb _U_,
}
-/* Exception = IDL:org/csapi/fw/P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cm/P_ILLEGAL_SITE_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5661,7 +4084,7 @@ static void decode_ex_org_csapi_fw_P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT(t
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_ILLEGAL_SITE_ID_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5670,9 +4093,10 @@ static void decode_ex_org_csapi_fw_P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT(t
}
-/* Exception = IDL:org/csapi/fw/P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_SITE_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5684,7 +4108,7 @@ static void decode_ex_org_csapi_fw_P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM(tvbu
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_SITE_ID_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5693,9 +4117,10 @@ static void decode_ex_org_csapi_fw_P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM(tvbu
}
-/* Exception = IDL:org/csapi/fw/P_NO_ACCEPTABLE_SIGNING_ALGORITHM: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_SAPS: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5707,7 +4132,7 @@ static void decode_ex_org_csapi_fw_P_NO_ACCEPTABLE_SIGNING_ALGORITHM(tvbuff_t *t
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_NO_ACCEPTABLE_SIGNING_ALGORITHM_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_SAPS_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5716,9 +4141,10 @@ static void decode_ex_org_csapi_fw_P_NO_ACCEPTABLE_SIGNING_ALGORITHM(tvbuff_t *t
}
-/* Exception = IDL:org/csapi/ui/P_ID_NOT_FOUND: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_SITE_LOCATION: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5730,7 +4156,7 @@ static void decode_ex_org_csapi_ui_P_ID_NOT_FOUND(tvbuff_t *tvb _U_, packet_info
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_ID_NOT_FOUND_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_SITE_LOCATION_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5739,9 +4165,10 @@ static void decode_ex_org_csapi_ui_P_ID_NOT_FOUND(tvbuff_t *tvb _U_, packet_info
}
-/* Exception = IDL:org/csapi/ui/P_ILLEGAL_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_SITE_DESCRIPTION: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5753,7 +4180,7 @@ static void decode_ex_org_csapi_ui_P_ILLEGAL_ID(tvbuff_t *tvb _U_, packet_info *
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_ILLEGAL_ID_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_SITE_DESCRIPTION_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5762,9 +4189,10 @@ static void decode_ex_org_csapi_ui_P_ILLEGAL_ID(tvbuff_t *tvb _U_, packet_info *
}
-/* Exception = IDL:org/csapi/ui/P_ILLEGAL_RANGE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_IPSUBNET: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5776,7 +4204,7 @@ static void decode_ex_org_csapi_ui_P_ILLEGAL_RANGE(tvbuff_t *tvb _U_, packet_inf
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_ILLEGAL_RANGE_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_IPSUBNET_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5785,9 +4213,10 @@ static void decode_ex_org_csapi_ui_P_ILLEGAL_RANGE(tvbuff_t *tvb _U_, packet_inf
}
-/* Exception = IDL:org/csapi/ui/P_INVALID_COLLECTION_CRITERIA: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_SAP: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5799,7 +4228,7 @@ static void decode_ex_org_csapi_ui_P_INVALID_COLLECTION_CRITERIA(tvbuff_t *tvb _
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_COLLECTION_CRITERIA_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_SAP_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5808,9 +4237,10 @@ static void decode_ex_org_csapi_ui_P_INVALID_COLLECTION_CRITERIA(tvbuff_t *tvb _
}
-/* Exception = IDL:org/csapi/mm/P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cm/P_UNKNOWN_VPRP: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5822,7 +4252,7 @@ static void decode_ex_org_csapi_mm_P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED(tvbu
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_VPRP_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5831,9 +4261,10 @@ static void decode_ex_org_csapi_mm_P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED(tvbu
}
-/* Exception = IDL:org/csapi/mm/P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/am/P_UNAUTHORIZED_APPLICATION: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5845,7 +4276,7 @@ static void decode_ex_org_csapi_mm_P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNAUTHORIZED_APPLICATION_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5854,9 +4285,10 @@ static void decode_ex_org_csapi_mm_P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED
}
-/* Exception = IDL:org/csapi/mm/P_INVALID_REPORTING_INTERVAL: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cs/P_INVALID_USER: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5868,7 +4300,7 @@ static void decode_ex_org_csapi_mm_P_INVALID_REPORTING_INTERVAL(tvbuff_t *tvb _U
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_REPORTING_INTERVAL_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_USER_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5877,9 +4309,10 @@ static void decode_ex_org_csapi_mm_P_INVALID_REPORTING_INTERVAL(tvbuff_t *tvb _U
}
-/* Exception = IDL:org/csapi/mm/P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cs/P_INVALID_ACCOUNT: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5891,7 +4324,7 @@ static void decode_ex_org_csapi_mm_P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED(tvbuff_t
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_ACCOUNT_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5900,9 +4333,10 @@ static void decode_ex_org_csapi_mm_P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED(tvbuff_t
}
-/* Exception = IDL:org/csapi/termcap/P_INVALID_TERMINAL_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cs/P_INVALID_REQUEST_NUMBER: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5914,7 +4348,7 @@ static void decode_ex_org_csapi_termcap_P_INVALID_TERMINAL_ID(tvbuff_t *tvb _U_,
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_TERMINAL_ID_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_REQUEST_NUMBER_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5923,9 +4357,10 @@ static void decode_ex_org_csapi_termcap_P_INVALID_TERMINAL_ID(tvbuff_t *tvb _U_,
}
-/* Exception = IDL:org/csapi/gms/P_GMS_INVALID_FOLDER_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/cs/P_INVALID_VOLUME: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5937,7 +4372,7 @@ static void decode_ex_org_csapi_gms_P_GMS_INVALID_FOLDER_ID(tvbuff_t *tvb _U_, p
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_GMS_INVALID_FOLDER_ID_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_VOLUME_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5946,9 +4381,10 @@ static void decode_ex_org_csapi_gms_P_GMS_INVALID_FOLDER_ID(tvbuff_t *tvb _U_, p
}
-/* Exception = IDL:org/csapi/gms/P_GMS_INSUFFICIENT_PRIVILEGE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/policy/P_ACCESS_VIOLATION: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5960,7 +4396,7 @@ static void decode_ex_org_csapi_gms_P_GMS_INSUFFICIENT_PRIVILEGE(tvbuff_t *tvb _
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_GMS_INSUFFICIENT_PRIVILEGE_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_ACCESS_VIOLATION_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5969,9 +4405,10 @@ static void decode_ex_org_csapi_gms_P_GMS_INSUFFICIENT_PRIVILEGE(tvbuff_t *tvb _
}
-/* Exception = IDL:org/csapi/gms/P_GMS_INVALID_AUTHENTICATION_INFORMATION: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/policy/P_SYNTAX_ERROR: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -5983,7 +4420,7 @@ static void decode_ex_org_csapi_gms_P_GMS_INVALID_AUTHENTICATION_INFORMATION(tvb
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_GMS_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_SYNTAX_ERROR_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -5992,9 +4429,10 @@ static void decode_ex_org_csapi_gms_P_GMS_INVALID_AUTHENTICATION_INFORMATION(tvb
}
-/* Exception = IDL:org/csapi/gms/P_GMS_INVALID_MAILBOX: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/policy/P_NAME_SPACE_ERROR: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6006,7 +4444,7 @@ static void decode_ex_org_csapi_gms_P_GMS_INVALID_MAILBOX(tvbuff_t *tvb _U_, pac
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_GMS_INVALID_MAILBOX_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_NAME_SPACE_ERROR_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6015,9 +4453,10 @@ static void decode_ex_org_csapi_gms_P_GMS_INVALID_MAILBOX(tvbuff_t *tvb _U_, pac
}
-/* Exception = IDL:org/csapi/gms/P_GMS_INVALID_MESSAGE_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/policy/P_NO_TRANSACTION_IN_PROCESS: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6029,7 +4468,7 @@ static void decode_ex_org_csapi_gms_P_GMS_INVALID_MESSAGE_ID(tvbuff_t *tvb _U_,
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_GMS_INVALID_MESSAGE_ID_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_NO_TRANSACTION_IN_PROCESS_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6038,9 +4477,10 @@ static void decode_ex_org_csapi_gms_P_GMS_INVALID_MESSAGE_ID(tvbuff_t *tvb _U_,
}
-/* Exception = IDL:org/csapi/gms/P_GMS_LOCKING_LOCKED_MAILBOX: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/policy/P_TRANSACTION_IN_PROCESS: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6052,7 +4492,7 @@ static void decode_ex_org_csapi_gms_P_GMS_LOCKING_LOCKED_MAILBOX(tvbuff_t *tvb _
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_GMS_LOCKING_LOCKED_MAILBOX_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_TRANSACTION_IN_PROCESS_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6061,9 +4501,10 @@ static void decode_ex_org_csapi_gms_P_GMS_LOCKING_LOCKED_MAILBOX(tvbuff_t *tvb _
}
-/* Exception = IDL:org/csapi/gms/P_GMS_MESSAGE_NOT_REMOVED: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_TYPE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6075,7 +4516,7 @@ static void decode_ex_org_csapi_gms_P_GMS_MESSAGE_NOT_REMOVED(tvbuff_t *tvb _U_,
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_GMS_MESSAGE_NOT_REMOVED_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_UNKNOWN_TYPE_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6084,9 +4525,10 @@ static void decode_ex_org_csapi_gms_P_GMS_MESSAGE_NOT_REMOVED(tvbuff_t *tvb _U_,
}
-/* Exception = IDL:org/csapi/gms/P_GMS_NUMBER_NOT_POSITIVE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_MEMBER: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6098,7 +4540,7 @@ static void decode_ex_org_csapi_gms_P_GMS_NUMBER_NOT_POSITIVE(tvbuff_t *tvb _U_,
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_GMS_NUMBER_NOT_POSITIVE_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_UNKNOWN_MEMBER_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6107,9 +4549,10 @@ static void decode_ex_org_csapi_gms_P_GMS_NUMBER_NOT_POSITIVE(tvbuff_t *tvb _U_,
}
-/* Exception = IDL:org/csapi/gms/P_GMS_UNLOCKING_UNLOCKED_MAILBOX: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_IDENTITY: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6121,7 +4564,7 @@ static void decode_ex_org_csapi_gms_P_GMS_UNLOCKING_UNLOCKED_MAILBOX(tvbuff_t *t
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_GMS_UNLOCKING_UNLOCKED_MAILBOX_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_UNKNOWN_IDENTITY_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6130,9 +4573,10 @@ static void decode_ex_org_csapi_gms_P_GMS_UNLOCKING_UNLOCKED_MAILBOX(tvbuff_t *t
}
-/* Exception = IDL:org/csapi/gms/P_GMS_MAILBOX_LOCKED: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_GROUP: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6144,7 +4588,7 @@ static void decode_ex_org_csapi_gms_P_GMS_MAILBOX_LOCKED(tvbuff_t *tvb _U_, pack
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_GMS_MAILBOX_LOCKED_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_UNKNOWN_GROUP_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6153,9 +4597,10 @@ static void decode_ex_org_csapi_gms_P_GMS_MAILBOX_LOCKED(tvbuff_t *tvb _U_, pack
}
-/* Exception = IDL:org/csapi/gms/P_GMS_CANNOT_UNLOCK_MAILBOX: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_CAPABILITY: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6167,7 +4612,7 @@ static void decode_ex_org_csapi_gms_P_GMS_CANNOT_UNLOCK_MAILBOX(tvbuff_t *tvb _U
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_GMS_CANNOT_UNLOCK_MAILBOX_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_UNKNOWN_CAPABILITY_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6176,9 +4621,10 @@ static void decode_ex_org_csapi_gms_P_GMS_CANNOT_UNLOCK_MAILBOX(tvbuff_t *tvb _U
}
-/* Exception = IDL:org/csapi/gms/P_GMS_PROPERTY_NOT_SET: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_ATTRIBUTES: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6190,7 +4636,7 @@ static void decode_ex_org_csapi_gms_P_GMS_PROPERTY_NOT_SET(tvbuff_t *tvb _U_, pa
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_GMS_PROPERTY_NOT_SET_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_UNKNOWN_ATTRIBUTES_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6199,9 +4645,10 @@ static void decode_ex_org_csapi_gms_P_GMS_PROPERTY_NOT_SET(tvbuff_t *tvb _U_, pa
}
-/* Exception = IDL:org/csapi/gms/P_GMS_FOLDER_IS_OPEN: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_ATTRIBUTE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6213,7 +4660,7 @@ static void decode_ex_org_csapi_gms_P_GMS_FOLDER_IS_OPEN(tvbuff_t *tvb _U_, pack
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_GMS_FOLDER_IS_OPEN_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_UNKNOWN_ATTRIBUTE_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6222,9 +4669,10 @@ static void decode_ex_org_csapi_gms_P_GMS_FOLDER_IS_OPEN(tvbuff_t *tvb _U_, pack
}
-/* Exception = IDL:org/csapi/gms/P_GMS_MAILBOX_OPEN: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_ASSIGNMENT: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6236,7 +4684,7 @@ static void decode_ex_org_csapi_gms_P_GMS_MAILBOX_OPEN(tvbuff_t *tvb _U_, packet
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_GMS_MAILBOX_OPEN_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_UNKNOWN_ASSIGNMENT_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6245,9 +4693,10 @@ static void decode_ex_org_csapi_gms_P_GMS_MAILBOX_OPEN(tvbuff_t *tvb _U_, packet
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_VPRP_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_ALIAS: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6259,7 +4708,7 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_VPRP_ID(tvbuff_t *tvb _U_, packet_i
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_VPRP_ID_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_UNKNOWN_ALIAS_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6268,9 +4717,10 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_VPRP_ID(tvbuff_t *tvb _U_, packet_i
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_SLA_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_AGENT: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6282,7 +4732,7 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_SLA_ID(tvbuff_t *tvb _U_, packet_in
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_SLA_ID_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_UNKNOWN_AGENT_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6291,9 +4741,10 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_SLA_ID(tvbuff_t *tvb _U_, packet_in
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_STATUS: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/pam/P_PAM_UNASSIGNED_ALIAS: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6305,7 +4756,7 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_STATUS(tvbuff_t *tvb _U_, packet_in
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_STATUS_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_UNASSIGNED_ALIAS_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6314,9 +4765,10 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_STATUS(tvbuff_t *tvb _U_, packet_in
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_QOS_INFO: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/pam/P_PAM_TYPE_EXISTS: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6328,7 +4780,7 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_QOS_INFO(tvbuff_t *tvb _U_, packet_
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_QOS_INFO_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_TYPE_EXISTS_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6337,9 +4789,10 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_QOS_INFO(tvbuff_t *tvb _U_, packet_
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_VALIDITY_INFO: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/pam/P_PAM_TYPE_ASSOCIATED: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6351,7 +4804,7 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_VALIDITY_INFO(tvbuff_t *tvb _U_, pa
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_VALIDITY_INFO_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_TYPE_ASSOCIATED_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6360,9 +4813,10 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_VALIDITY_INFO(tvbuff_t *tvb _U_, pa
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_PIPEQOSINFO: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/pam/P_PAM_NOT_REGISTERED: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6374,7 +4828,7 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_PIPEQOSINFO(tvbuff_t *tvb _U_, pack
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_PIPEQOSINFO_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_NOT_REGISTERED_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6383,9 +4837,10 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_PIPEQOSINFO(tvbuff_t *tvb _U_, pack
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_DSCODEPOINT: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/pam/P_PAM_NOT_MEMBER: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6397,7 +4852,7 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_DSCODEPOINT(tvbuff_t *tvb _U_, pack
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_DSCODEPOINT_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_NOT_MEMBER_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6406,9 +4861,10 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_DSCODEPOINT(tvbuff_t *tvb _U_, pack
}
-/* Exception = IDL:org/csapi/cm/P_ILLEGAL_VPRPID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/pam/P_PAM_NO_CAPABILITY: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6420,7 +4876,7 @@ static void decode_ex_org_csapi_cm_P_ILLEGAL_VPRPID(tvbuff_t *tvb _U_, packet_in
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_ILLEGAL_VPRPID_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_NO_CAPABILITY_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6429,9 +4885,10 @@ static void decode_ex_org_csapi_cm_P_ILLEGAL_VPRPID(tvbuff_t *tvb _U_, packet_in
}
-/* Exception = IDL:org/csapi/cm/P_ILLEGAL_REF_VALUE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/pam/P_PAM_MEMBER_EXISTS: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6443,7 +4900,7 @@ static void decode_ex_org_csapi_cm_P_ILLEGAL_REF_VALUE(tvbuff_t *tvb _U_, packet
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_ILLEGAL_REF_VALUE_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_MEMBER_EXISTS_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6452,9 +4909,10 @@ static void decode_ex_org_csapi_cm_P_ILLEGAL_REF_VALUE(tvbuff_t *tvb _U_, packet
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_INTERFACE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/pam/P_PAM_IS_CYCLIC: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6466,7 +4924,7 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_INTERFACE(tvbuff_t *tvb _U_, packet
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_INTERFACE_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_IS_CYCLIC_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6475,9 +4933,10 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_INTERFACE(tvbuff_t *tvb _U_, packet
}
-/* Exception = IDL:org/csapi/cm/P_CANT_DELETE_VPRP: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/pam/P_PAM_IDENTITY_EXISTS: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6489,7 +4948,7 @@ static void decode_ex_org_csapi_cm_P_CANT_DELETE_VPRP(tvbuff_t *tvb _U_, packet_
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_CANT_DELETE_VPRP_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_IDENTITY_EXISTS_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6498,9 +4957,10 @@ static void decode_ex_org_csapi_cm_P_CANT_DELETE_VPRP(tvbuff_t *tvb _U_, packet_
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_TEMPLATES: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/pam/P_PAM_DISASSOCIATED_TYPE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6512,7 +4972,7 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_TEMPLATES(tvbuff_t *tvb _U_, packet
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_TEMPLATES_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_DISASSOCIATED_TYPE_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6521,9 +4981,10 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_TEMPLATES(tvbuff_t *tvb _U_, packet
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_MENU: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/pam/P_PAM_ATTRIBUTE_EXISTS: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6535,7 +4996,7 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_MENU(tvbuff_t *tvb _U_, packet_info
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_MENU_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_ATTRIBUTE_EXISTS_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6544,9 +5005,10 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_MENU(tvbuff_t *tvb _U_, packet_info
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_ENTERPRISE_NETWORK: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/pam/P_PAM_ALIAS_NOT_UNIQUE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6558,7 +5020,7 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_ENTERPRISE_NETWORK(tvbuff_t *tvb _U
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_ENTERPRISE_NETWORK_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_ALIAS_NOT_UNIQUE_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6567,9 +5029,10 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_ENTERPRISE_NETWORK(tvbuff_t *tvb _U
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_TEMPLATE_TYPE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/pam/P_PAM_ALIAS_EXISTS: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6581,7 +5044,7 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_TEMPLATE_TYPE(tvbuff_t *tvb _U_, pa
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_TEMPLATE_TYPE_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_ALIAS_EXISTS_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6590,9 +5053,10 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_TEMPLATE_TYPE(tvbuff_t *tvb _U_, pa
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_DESCRIPTION: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/pam/P_PAM_AGENT_EXISTS: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6604,7 +5068,7 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_DESCRIPTION(tvbuff_t *tvb _U_, pack
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_DESCRIPTION_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_AGENT_EXISTS_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6613,9 +5077,10 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_DESCRIPTION(tvbuff_t *tvb _U_, pack
}
-/* Exception = IDL:org/csapi/cm/P_ILLEGAL_SLA_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/pam/P_PAM_UNAVAILABLE_INTERFACE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6627,7 +5092,7 @@ static void decode_ex_org_csapi_cm_P_ILLEGAL_SLA_ID(tvbuff_t *tvb _U_, packet_in
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_ILLEGAL_SLA_ID_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_UNAVAILABLE_INTERFACE_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6636,9 +5101,10 @@ static void decode_ex_org_csapi_cm_P_ILLEGAL_SLA_ID(tvbuff_t *tvb _U_, packet_in
}
-/* Exception = IDL:org/csapi/cm/P_ILLEGAL_TAG: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/pam/P_PAM_INVALID_CREDENTIAL: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6650,7 +5116,7 @@ static void decode_ex_org_csapi_cm_P_ILLEGAL_TAG(tvbuff_t *tvb _U_, packet_info
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_ILLEGAL_TAG_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_INVALID_CREDENTIAL_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6659,9 +5125,10 @@ static void decode_ex_org_csapi_cm_P_ILLEGAL_TAG(tvbuff_t *tvb _U_, packet_info
}
-/* Exception = IDL:org/csapi/cm/P_ILLEGAL_VALUE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_AUTHENTICATION_INFORMATION: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6673,7 +5140,7 @@ static void decode_ex_org_csapi_cm_P_ILLEGAL_VALUE(tvbuff_t *tvb _U_, packet_inf
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_ILLEGAL_VALUE_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6682,9 +5149,10 @@ static void decode_ex_org_csapi_cm_P_ILLEGAL_VALUE(tvbuff_t *tvb _U_, packet_inf
}
-/* Exception = IDL:org/csapi/cm/P_ILLEGAL_COMBINATION: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_MAILBOX: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6696,7 +5164,7 @@ static void decode_ex_org_csapi_cm_P_ILLEGAL_COMBINATION(tvbuff_t *tvb _U_, pack
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_ILLEGAL_COMBINATION_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_INVALID_MAILBOX_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6705,9 +5173,10 @@ static void decode_ex_org_csapi_cm_P_ILLEGAL_COMBINATION(tvbuff_t *tvb _U_, pack
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_SITES: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_DELIVERY_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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6719,7 +5188,7 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_SITES(tvbuff_t *tvb _U_, packet_inf
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_SITES_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_INVALID_DELIVERY_TYPE_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6728,9 +5197,10 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_SITES(tvbuff_t *tvb _U_, packet_inf
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_VPRN: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/mmm/P_MMM_MAX_MESSAGE_SIZE_EXCEEDED: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6742,7 +5212,7 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_VPRN(tvbuff_t *tvb _U_, packet_info
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_VPRN_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_MAX_MESSAGE_SIZE_EXCEEDED_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6751,9 +5221,10 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_VPRN(tvbuff_t *tvb _U_, packet_info
}
-/* Exception = IDL:org/csapi/cm/P_ILLEGAL_SITE_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_FOLDER_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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6765,7 +5236,7 @@ static void decode_ex_org_csapi_cm_P_ILLEGAL_SITE_ID(tvbuff_t *tvb _U_, packet_i
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_ILLEGAL_SITE_ID_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_INVALID_FOLDER_ID_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6774,9 +5245,10 @@ static void decode_ex_org_csapi_cm_P_ILLEGAL_SITE_ID(tvbuff_t *tvb _U_, packet_i
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_SITE_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_MESSAGE_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6788,7 +5260,7 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_SITE_ID(tvbuff_t *tvb _U_, packet_i
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_SITE_ID_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_INVALID_MESSAGE_ID_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6797,9 +5269,10 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_SITE_ID(tvbuff_t *tvb _U_, packet_i
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_SAPS: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_PART_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6811,7 +5284,7 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_SAPS(tvbuff_t *tvb _U_, packet_info
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_SAPS_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_INVALID_PART_ID_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6820,9 +5293,10 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_SAPS(tvbuff_t *tvb _U_, packet_info
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_SITE_LOCATION: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/mmm/P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6834,7 +5308,7 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_SITE_LOCATION(tvbuff_t *tvb _U_, pa
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_SITE_LOCATION_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6843,9 +5317,10 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_SITE_LOCATION(tvbuff_t *tvb _U_, pa
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_SITE_DESCRIPTION: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/mmm/P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6857,7 +5332,7 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_SITE_DESCRIPTION(tvbuff_t *tvb _U_,
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_SITE_DESCRIPTION_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6866,9 +5341,10 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_SITE_DESCRIPTION(tvbuff_t *tvb _U_,
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_IPSUBNET: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_PROPERTY: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6880,7 +5356,7 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_IPSUBNET(tvbuff_t *tvb _U_, packet_
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_IPSUBNET_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_INVALID_PROPERTY_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6889,9 +5365,10 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_IPSUBNET(tvbuff_t *tvb _U_, packet_
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_SAP: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_DELIVERY_TIME: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6903,7 +5380,7 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_SAP(tvbuff_t *tvb _U_, packet_info
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_SAP_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_INVALID_DELIVERY_TIME_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6912,9 +5389,10 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_SAP(tvbuff_t *tvb _U_, packet_info
}
-/* Exception = IDL:org/csapi/cm/P_UNKNOWN_VPRP: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_VALIDITY_TIME: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6926,7 +5404,7 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_VPRP(tvbuff_t *tvb _U_, packet_info
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_VPRP_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_INVALID_VALIDITY_TIME_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6935,9 +5413,10 @@ static void decode_ex_org_csapi_cm_P_UNKNOWN_VPRP(tvbuff_t *tvb _U_, packet_info
}
-/* Exception = IDL:org/csapi/am/P_UNAUTHORIZED_APPLICATION: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/mmm/P_MMM_MAX_SUBJECT_SIZE_EXCEEDED: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6949,7 +5428,7 @@ static void decode_ex_org_csapi_am_P_UNAUTHORIZED_APPLICATION(tvbuff_t *tvb _U_,
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNAUTHORIZED_APPLICATION_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_MAX_SUBJECT_SIZE_EXCEEDED_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6958,9 +5437,10 @@ static void decode_ex_org_csapi_am_P_UNAUTHORIZED_APPLICATION(tvbuff_t *tvb _U_,
}
-/* Exception = IDL:org/csapi/cs/P_INVALID_USER: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/mmm/P_MMM_INFORMATION_NOT_AVAILABLE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6972,7 +5452,7 @@ static void decode_ex_org_csapi_cs_P_INVALID_USER(tvbuff_t *tvb _U_, packet_info
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_USER_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_INFORMATION_NOT_AVAILABLE_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -6981,9 +5461,10 @@ static void decode_ex_org_csapi_cs_P_INVALID_USER(tvbuff_t *tvb _U_, packet_info
}
-/* Exception = IDL:org/csapi/cs/P_INVALID_ACCOUNT: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/mmm/P_MMM_CANNOT_CANCEL: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -6995,7 +5476,7 @@ static void decode_ex_org_csapi_cs_P_INVALID_ACCOUNT(tvbuff_t *tvb _U_, packet_i
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_ACCOUNT_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_CANNOT_CANCEL_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7004,9 +5485,10 @@ static void decode_ex_org_csapi_cs_P_INVALID_ACCOUNT(tvbuff_t *tvb _U_, packet_i
}
-/* Exception = IDL:org/csapi/cs/P_INVALID_REQUEST_NUMBER: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_HEADER: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7018,7 +5500,7 @@ static void decode_ex_org_csapi_cs_P_INVALID_REQUEST_NUMBER(tvbuff_t *tvb _U_, p
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_REQUEST_NUMBER_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_INVALID_HEADER_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7027,9 +5509,10 @@ static void decode_ex_org_csapi_cs_P_INVALID_REQUEST_NUMBER(tvbuff_t *tvb _U_, p
}
-/* Exception = IDL:org/csapi/cs/P_INVALID_VOLUME: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/P_INVALID_ASSIGNMENT_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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7041,7 +5524,7 @@ static void decode_ex_org_csapi_cs_P_INVALID_VOLUME(tvbuff_t *tvb _U_, packet_in
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_VOLUME_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_ASSIGNMENT_ID_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7050,9 +5533,10 @@ static void decode_ex_org_csapi_cs_P_INVALID_VOLUME(tvbuff_t *tvb _U_, packet_in
}
-/* Exception = IDL:org/csapi/policy/P_ACCESS_VIOLATION: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/P_INVALID_TIME_AND_DATE_FORMAT: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7064,7 +5548,7 @@ static void decode_ex_org_csapi_policy_P_ACCESS_VIOLATION(tvbuff_t *tvb _U_, pac
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_ACCESS_VIOLATION_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_TIME_AND_DATE_FORMAT_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7073,9 +5557,10 @@ static void decode_ex_org_csapi_policy_P_ACCESS_VIOLATION(tvbuff_t *tvb _U_, pac
}
-/* Exception = IDL:org/csapi/policy/P_SYNTAX_ERROR: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/P_INVALID_EVENT_TYPE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7087,7 +5572,7 @@ static void decode_ex_org_csapi_policy_P_SYNTAX_ERROR(tvbuff_t *tvb _U_, packet_
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_SYNTAX_ERROR_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_EVENT_TYPE_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7096,9 +5581,10 @@ static void decode_ex_org_csapi_policy_P_SYNTAX_ERROR(tvbuff_t *tvb _U_, packet_
}
-/* Exception = IDL:org/csapi/policy/P_NAME_SPACE_ERROR: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/P_INVALID_INTERFACE_NAME: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7110,7 +5596,7 @@ static void decode_ex_org_csapi_policy_P_NAME_SPACE_ERROR(tvbuff_t *tvb _U_, pac
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_NAME_SPACE_ERROR_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_INTERFACE_NAME_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7119,9 +5605,10 @@ static void decode_ex_org_csapi_policy_P_NAME_SPACE_ERROR(tvbuff_t *tvb _U_, pac
}
-/* Exception = IDL:org/csapi/policy/P_NO_TRANSACTION_IN_PROCESS: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/P_INVALID_INTERFACE_TYPE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7133,7 +5620,7 @@ static void decode_ex_org_csapi_policy_P_NO_TRANSACTION_IN_PROCESS(tvbuff_t *tvb
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_NO_TRANSACTION_IN_PROCESS_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_INTERFACE_TYPE_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7142,9 +5629,10 @@ static void decode_ex_org_csapi_policy_P_NO_TRANSACTION_IN_PROCESS(tvbuff_t *tvb
}
-/* Exception = IDL:org/csapi/policy/P_TRANSACTION_IN_PROCESS: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/P_UNKNOWN_SUBSCRIBER: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7156,7 +5644,7 @@ static void decode_ex_org_csapi_policy_P_TRANSACTION_IN_PROCESS(tvbuff_t *tvb _U
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_TRANSACTION_IN_PROCESS_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_SUBSCRIBER_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7165,9 +5653,10 @@ static void decode_ex_org_csapi_policy_P_TRANSACTION_IN_PROCESS(tvbuff_t *tvb _U
}
-/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_TYPE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/P_INFORMATION_NOT_AVAILABLE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7179,7 +5668,7 @@ static void decode_ex_org_csapi_pam_P_PAM_UNKNOWN_TYPE(tvbuff_t *tvb _U_, packet
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_UNKNOWN_TYPE_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INFORMATION_NOT_AVAILABLE_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7188,9 +5677,10 @@ static void decode_ex_org_csapi_pam_P_PAM_UNKNOWN_TYPE(tvbuff_t *tvb _U_, packet
}
-/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_MEMBER: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/P_INVALID_CRITERIA: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7202,7 +5692,7 @@ static void decode_ex_org_csapi_pam_P_PAM_UNKNOWN_MEMBER(tvbuff_t *tvb _U_, pack
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_UNKNOWN_MEMBER_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_CRITERIA_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7211,9 +5701,10 @@ static void decode_ex_org_csapi_pam_P_PAM_UNKNOWN_MEMBER(tvbuff_t *tvb _U_, pack
}
-/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_IDENTITY: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/P_INVALID_SESSION_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7225,7 +5716,7 @@ static void decode_ex_org_csapi_pam_P_PAM_UNKNOWN_IDENTITY(tvbuff_t *tvb _U_, pa
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_UNKNOWN_IDENTITY_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_SESSION_ID_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7234,9 +5725,10 @@ static void decode_ex_org_csapi_pam_P_PAM_UNKNOWN_IDENTITY(tvbuff_t *tvb _U_, pa
}
-/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_GROUP: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/TpCommonExceptions: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7246,9 +5738,13 @@ static void decode_ex_org_csapi_pam_P_PAM_UNKNOWN_GROUP(tvbuff_t *tvb _U_, packe
/* Operation specific Variable declarations End */
+ if (tree) {
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpCommonExceptions_ExceptionType = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
+ }
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_UNKNOWN_GROUP_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"TpCommonExceptions_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7257,9 +5753,10 @@ static void decode_ex_org_csapi_pam_P_PAM_UNKNOWN_GROUP(tvbuff_t *tvb _U_, packe
}
-/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_CAPABILITY: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/P_INVALID_CURRENCY: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7271,7 +5768,7 @@ static void decode_ex_org_csapi_pam_P_PAM_UNKNOWN_CAPABILITY(tvbuff_t *tvb _U_,
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_UNKNOWN_CAPABILITY_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_CURRENCY_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7280,9 +5777,10 @@ static void decode_ex_org_csapi_pam_P_PAM_UNKNOWN_CAPABILITY(tvbuff_t *tvb _U_,
}
-/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_ATTRIBUTES: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/P_INVALID_AMOUNT: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7294,7 +5792,7 @@ static void decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTES(tvbuff_t *tvb _U_,
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_UNKNOWN_ATTRIBUTES_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_AMOUNT_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7303,9 +5801,10 @@ static void decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTES(tvbuff_t *tvb _U_,
}
-/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_ATTRIBUTE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/P_APPLICATION_NOT_ACTIVATED: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7317,7 +5816,7 @@ static void decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTE(tvbuff_t *tvb _U_, p
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_UNKNOWN_ATTRIBUTE_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_APPLICATION_NOT_ACTIVATED_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7326,9 +5825,10 @@ static void decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTE(tvbuff_t *tvb _U_, p
}
-/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_ASSIGNMENT: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/P_INVALID_ADDRESS: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7340,7 +5840,7 @@ static void decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ASSIGNMENT(tvbuff_t *tvb _U_,
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_UNKNOWN_ASSIGNMENT_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_ADDRESS_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7349,9 +5849,10 @@ static void decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ASSIGNMENT(tvbuff_t *tvb _U_,
}
-/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_ALIAS: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/P_UNSUPPORTED_ADDRESS_PLAN: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7363,7 +5864,7 @@ static void decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ALIAS(tvbuff_t *tvb _U_, packe
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_UNKNOWN_ALIAS_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNSUPPORTED_ADDRESS_PLAN_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7372,9 +5873,10 @@ static void decode_ex_org_csapi_pam_P_PAM_UNKNOWN_ALIAS(tvbuff_t *tvb _U_, packe
}
-/* Exception = IDL:org/csapi/pam/P_PAM_UNKNOWN_AGENT: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/P_UNAUTHORISED_PARAMETER_VALUE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7386,7 +5888,7 @@ static void decode_ex_org_csapi_pam_P_PAM_UNKNOWN_AGENT(tvbuff_t *tvb _U_, packe
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_UNKNOWN_AGENT_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNAUTHORISED_PARAMETER_VALUE_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7395,9 +5897,10 @@ static void decode_ex_org_csapi_pam_P_PAM_UNKNOWN_AGENT(tvbuff_t *tvb _U_, packe
}
-/* Exception = IDL:org/csapi/pam/P_PAM_UNASSIGNED_ALIAS: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/P_INVALID_VERSION: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7409,7 +5912,7 @@ static void decode_ex_org_csapi_pam_P_PAM_UNASSIGNED_ALIAS(tvbuff_t *tvb _U_, pa
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_UNASSIGNED_ALIAS_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_VERSION_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7418,9 +5921,10 @@ static void decode_ex_org_csapi_pam_P_PAM_UNASSIGNED_ALIAS(tvbuff_t *tvb _U_, pa
}
-/* Exception = IDL:org/csapi/pam/P_PAM_TYPE_EXISTS: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/P_INVALID_NETWORK_STATE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7432,7 +5936,7 @@ static void decode_ex_org_csapi_pam_P_PAM_TYPE_EXISTS(tvbuff_t *tvb _U_, packet_
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_TYPE_EXISTS_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_NETWORK_STATE_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7441,9 +5945,10 @@ static void decode_ex_org_csapi_pam_P_PAM_TYPE_EXISTS(tvbuff_t *tvb _U_, packet_
}
-/* Exception = IDL:org/csapi/pam/P_PAM_TYPE_ASSOCIATED: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/fw/P_INVALID_SERVICE_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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7455,7 +5960,7 @@ static void decode_ex_org_csapi_pam_P_PAM_TYPE_ASSOCIATED(tvbuff_t *tvb _U_, pac
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_TYPE_ASSOCIATED_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_SERVICE_ID_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7464,9 +5969,10 @@ static void decode_ex_org_csapi_pam_P_PAM_TYPE_ASSOCIATED(tvbuff_t *tvb _U_, pac
}
-/* Exception = IDL:org/csapi/pam/P_PAM_NOT_REGISTERED: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/fw/P_SERVICE_ACCESS_DENIED: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7478,7 +5984,7 @@ static void decode_ex_org_csapi_pam_P_PAM_NOT_REGISTERED(tvbuff_t *tvb _U_, pack
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_NOT_REGISTERED_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_SERVICE_ACCESS_DENIED_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7487,9 +5993,10 @@ static void decode_ex_org_csapi_pam_P_PAM_NOT_REGISTERED(tvbuff_t *tvb _U_, pack
}
-/* Exception = IDL:org/csapi/pam/P_PAM_NOT_MEMBER: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/fw/P_ACCESS_DENIED: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7501,7 +6008,7 @@ static void decode_ex_org_csapi_pam_P_PAM_NOT_MEMBER(tvbuff_t *tvb _U_, packet_i
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_NOT_MEMBER_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_ACCESS_DENIED_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7510,9 +6017,10 @@ static void decode_ex_org_csapi_pam_P_PAM_NOT_MEMBER(tvbuff_t *tvb _U_, packet_i
}
-/* Exception = IDL:org/csapi/pam/P_PAM_NO_CAPABILITY: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/fw/P_SERVICE_NOT_ENABLED: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7524,7 +6032,7 @@ static void decode_ex_org_csapi_pam_P_PAM_NO_CAPABILITY(tvbuff_t *tvb _U_, packe
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_NO_CAPABILITY_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_SERVICE_NOT_ENABLED_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7533,9 +6041,10 @@ static void decode_ex_org_csapi_pam_P_PAM_NO_CAPABILITY(tvbuff_t *tvb _U_, packe
}
-/* Exception = IDL:org/csapi/pam/P_PAM_MEMBER_EXISTS: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/fw/P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7547,7 +6056,7 @@ static void decode_ex_org_csapi_pam_P_PAM_MEMBER_EXISTS(tvbuff_t *tvb _U_, packe
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_MEMBER_EXISTS_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7556,9 +6065,10 @@ static void decode_ex_org_csapi_pam_P_PAM_MEMBER_EXISTS(tvbuff_t *tvb _U_, packe
}
-/* Exception = IDL:org/csapi/pam/P_PAM_IS_CYCLIC: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/fw/P_INVALID_AGREEMENT_TEXT: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7570,7 +6080,7 @@ static void decode_ex_org_csapi_pam_P_PAM_IS_CYCLIC(tvbuff_t *tvb _U_, packet_in
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_IS_CYCLIC_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_AGREEMENT_TEXT_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7579,9 +6089,10 @@ static void decode_ex_org_csapi_pam_P_PAM_IS_CYCLIC(tvbuff_t *tvb _U_, packet_in
}
-/* Exception = IDL:org/csapi/pam/P_PAM_IDENTITY_EXISTS: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/fw/P_INVALID_SERVICE_TOKEN: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7593,7 +6104,7 @@ static void decode_ex_org_csapi_pam_P_PAM_IDENTITY_EXISTS(tvbuff_t *tvb _U_, pac
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_IDENTITY_EXISTS_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_SERVICE_TOKEN_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7602,9 +6113,10 @@ static void decode_ex_org_csapi_pam_P_PAM_IDENTITY_EXISTS(tvbuff_t *tvb _U_, pac
}
-/* Exception = IDL:org/csapi/pam/P_PAM_DISASSOCIATED_TYPE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/fw/P_INVALID_SIGNATURE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7616,7 +6128,7 @@ static void decode_ex_org_csapi_pam_P_PAM_DISASSOCIATED_TYPE(tvbuff_t *tvb _U_,
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_DISASSOCIATED_TYPE_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_SIGNATURE_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7625,9 +6137,10 @@ static void decode_ex_org_csapi_pam_P_PAM_DISASSOCIATED_TYPE(tvbuff_t *tvb _U_,
}
-/* Exception = IDL:org/csapi/pam/P_PAM_ATTRIBUTE_EXISTS: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/fw/P_INVALID_SIGNING_ALGORITHM: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7639,7 +6152,7 @@ static void decode_ex_org_csapi_pam_P_PAM_ATTRIBUTE_EXISTS(tvbuff_t *tvb _U_, pa
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_ATTRIBUTE_EXISTS_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_SIGNING_ALGORITHM_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7648,9 +6161,10 @@ static void decode_ex_org_csapi_pam_P_PAM_ATTRIBUTE_EXISTS(tvbuff_t *tvb _U_, pa
}
-/* Exception = IDL:org/csapi/pam/P_PAM_ALIAS_NOT_UNIQUE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/fw/P_INVALID_DOMAIN_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7662,7 +6176,7 @@ static void decode_ex_org_csapi_pam_P_PAM_ALIAS_NOT_UNIQUE(tvbuff_t *tvb _U_, pa
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_ALIAS_NOT_UNIQUE_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_DOMAIN_ID_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7671,9 +6185,10 @@ static void decode_ex_org_csapi_pam_P_PAM_ALIAS_NOT_UNIQUE(tvbuff_t *tvb _U_, pa
}
-/* Exception = IDL:org/csapi/pam/P_PAM_ALIAS_EXISTS: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/fw/P_INVALID_PROPERTY: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7685,7 +6200,7 @@ static void decode_ex_org_csapi_pam_P_PAM_ALIAS_EXISTS(tvbuff_t *tvb _U_, packet
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_ALIAS_EXISTS_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_PROPERTY_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7694,9 +6209,10 @@ static void decode_ex_org_csapi_pam_P_PAM_ALIAS_EXISTS(tvbuff_t *tvb _U_, packet
}
-/* Exception = IDL:org/csapi/pam/P_PAM_AGENT_EXISTS: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/fw/P_INVALID_ACCESS_TYPE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7708,7 +6224,7 @@ static void decode_ex_org_csapi_pam_P_PAM_AGENT_EXISTS(tvbuff_t *tvb _U_, packet
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_AGENT_EXISTS_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_ACCESS_TYPE_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7717,9 +6233,10 @@ static void decode_ex_org_csapi_pam_P_PAM_AGENT_EXISTS(tvbuff_t *tvb _U_, packet
}
-/* Exception = IDL:org/csapi/pam/P_PAM_UNAVAILABLE_INTERFACE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/fw/P_ILLEGAL_SERVICE_TYPE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7731,7 +6248,7 @@ static void decode_ex_org_csapi_pam_P_PAM_UNAVAILABLE_INTERFACE(tvbuff_t *tvb _U
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_UNAVAILABLE_INTERFACE_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_ILLEGAL_SERVICE_TYPE_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7740,9 +6257,10 @@ static void decode_ex_org_csapi_pam_P_PAM_UNAVAILABLE_INTERFACE(tvbuff_t *tvb _U
}
-/* Exception = IDL:org/csapi/pam/P_PAM_INVALID_CREDENTIAL: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/fw/P_UNKNOWN_SERVICE_TYPE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7754,7 +6272,7 @@ static void decode_ex_org_csapi_pam_P_PAM_INVALID_CREDENTIAL(tvbuff_t *tvb _U_,
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PAM_INVALID_CREDENTIAL_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_SERVICE_TYPE_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7763,9 +6281,10 @@ static void decode_ex_org_csapi_pam_P_PAM_INVALID_CREDENTIAL(tvbuff_t *tvb _U_,
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_AUTHENTICATION_INFORMATION: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/fw/P_MISSING_MANDATORY_PROPERTY: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7777,7 +6296,7 @@ static void decode_ex_org_csapi_mmm_P_MMM_INVALID_AUTHENTICATION_INFORMATION(tvb
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MISSING_MANDATORY_PROPERTY_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7786,9 +6305,10 @@ static void decode_ex_org_csapi_mmm_P_MMM_INVALID_AUTHENTICATION_INFORMATION(tvb
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_MAILBOX: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/fw/P_DUPLICATE_PROPERTY_NAME: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7800,7 +6320,7 @@ static void decode_ex_org_csapi_mmm_P_MMM_INVALID_MAILBOX(tvbuff_t *tvb _U_, pac
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_INVALID_MAILBOX_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_DUPLICATE_PROPERTY_NAME_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7809,9 +6329,10 @@ static void decode_ex_org_csapi_mmm_P_MMM_INVALID_MAILBOX(tvbuff_t *tvb _U_, pac
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_DELIVERY_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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/fw/P_PROPERTY_TYPE_MISMATCH: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7823,7 +6344,7 @@ static void decode_ex_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TYPE(tvbuff_t *tvb _U
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_INVALID_DELIVERY_TYPE_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_PROPERTY_TYPE_MISMATCH_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7832,9 +6353,10 @@ static void decode_ex_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TYPE(tvbuff_t *tvb _U
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_MAX_MESSAGE_SIZE_EXCEEDED: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/fw/P_INVALID_CLIENT_APP_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7846,7 +6368,7 @@ static void decode_ex_org_csapi_mmm_P_MMM_MAX_MESSAGE_SIZE_EXCEEDED(tvbuff_t *tv
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_MAX_MESSAGE_SIZE_EXCEEDED_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_CLIENT_APP_ID_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7855,9 +6377,10 @@ static void decode_ex_org_csapi_mmm_P_MMM_MAX_MESSAGE_SIZE_EXCEEDED(tvbuff_t *tv
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_FOLDER_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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/fw/P_INVALID_AUTH_TYPE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7869,7 +6392,7 @@ static void decode_ex_org_csapi_mmm_P_MMM_INVALID_FOLDER_ID(tvbuff_t *tvb _U_, p
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_INVALID_FOLDER_ID_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_AUTH_TYPE_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7878,9 +6401,10 @@ static void decode_ex_org_csapi_mmm_P_MMM_INVALID_FOLDER_ID(tvbuff_t *tvb _U_, p
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_MESSAGE_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/fw/P_INVALID_SAG_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7892,7 +6416,7 @@ static void decode_ex_org_csapi_mmm_P_MMM_INVALID_MESSAGE_ID(tvbuff_t *tvb _U_,
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_INVALID_MESSAGE_ID_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_SAG_ID_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7901,9 +6425,10 @@ static void decode_ex_org_csapi_mmm_P_MMM_INVALID_MESSAGE_ID(tvbuff_t *tvb _U_,
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_PART_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/fw/P_INVALID_SERVICE_PROFILE_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7915,7 +6440,7 @@ static void decode_ex_org_csapi_mmm_P_MMM_INVALID_PART_ID(tvbuff_t *tvb _U_, pac
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_INVALID_PART_ID_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_SERVICE_PROFILE_ID_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7924,9 +6449,10 @@ static void decode_ex_org_csapi_mmm_P_MMM_INVALID_PART_ID(tvbuff_t *tvb _U_, pac
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/fw/P_INVALID_SERVICE_CONTRACT_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7938,7 +6464,7 @@ static void decode_ex_org_csapi_mmm_P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH(tv
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_SERVICE_CONTRACT_ID_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7947,9 +6473,10 @@ static void decode_ex_org_csapi_mmm_P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH(tv
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/fw/P_INVALID_ACTIVITY_TEST_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7961,7 +6488,7 @@ static void decode_ex_org_csapi_mmm_P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH(tv
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_ACTIVITY_TEST_ID_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7970,9 +6497,10 @@ static void decode_ex_org_csapi_mmm_P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH(tv
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_PROPERTY: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/fw/P_ILLEGAL_SERVICE_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -7984,7 +6512,7 @@ static void decode_ex_org_csapi_mmm_P_MMM_INVALID_PROPERTY(tvbuff_t *tvb _U_, pa
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_INVALID_PROPERTY_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_ILLEGAL_SERVICE_ID_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -7993,9 +6521,10 @@ static void decode_ex_org_csapi_mmm_P_MMM_INVALID_PROPERTY(tvbuff_t *tvb _U_, pa
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_DELIVERY_TIME: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/fw/P_UNKNOWN_SERVICE_ID: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -8007,7 +6536,7 @@ static void decode_ex_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TIME(tvbuff_t *tvb _U
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_INVALID_DELIVERY_TIME_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_UNKNOWN_SERVICE_ID_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -8016,9 +6545,10 @@ static void decode_ex_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TIME(tvbuff_t *tvb _U
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_VALIDITY_TIME: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/fw/P_SERVICE_TYPE_UNAVAILABLE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -8030,7 +6560,7 @@ static void decode_ex_org_csapi_mmm_P_MMM_INVALID_VALIDITY_TIME(tvbuff_t *tvb _U
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_INVALID_VALIDITY_TIME_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_SERVICE_TYPE_UNAVAILABLE_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -8039,9 +6569,10 @@ static void decode_ex_org_csapi_mmm_P_MMM_INVALID_VALIDITY_TIME(tvbuff_t *tvb _U
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_MAX_SUBJECT_SIZE_EXCEEDED: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/fw/P_INVALID_ADDITION_TO_SAG: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -8053,7 +6584,7 @@ static void decode_ex_org_csapi_mmm_P_MMM_MAX_SUBJECT_SIZE_EXCEEDED(tvbuff_t *tv
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_MAX_SUBJECT_SIZE_EXCEEDED_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_ADDITION_TO_SAG_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -8062,9 +6593,10 @@ static void decode_ex_org_csapi_mmm_P_MMM_MAX_SUBJECT_SIZE_EXCEEDED(tvbuff_t *tv
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_INFORMATION_NOT_AVAILABLE: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/fw/P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -8076,7 +6608,7 @@ static void decode_ex_org_csapi_mmm_P_MMM_INFORMATION_NOT_AVAILABLE(tvbuff_t *tv
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_INFORMATION_NOT_AVAILABLE_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -8085,9 +6617,10 @@ static void decode_ex_org_csapi_mmm_P_MMM_INFORMATION_NOT_AVAILABLE(tvbuff_t *tv
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_CANNOT_CANCEL: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/fw/P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -8099,7 +6632,7 @@ static void decode_ex_org_csapi_mmm_P_MMM_CANNOT_CANCEL(tvbuff_t *tvb _U_, packe
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_CANNOT_CANCEL_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -8108,9 +6641,10 @@ static void decode_ex_org_csapi_mmm_P_MMM_CANNOT_CANCEL(tvbuff_t *tvb _U_, packe
}
-/* Exception = IDL:org/csapi/mmm/P_MMM_INVALID_HEADER: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+/* Exception = IDL:org/csapi/fw/P_NO_ACCEPTABLE_SIGNING_ALGORITHM: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_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -8122,7 +6656,7 @@ static void decode_ex_org_csapi_mmm_P_MMM_INVALID_HEADER(tvbuff_t *tvb _U_, pack
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_MMM_INVALID_HEADER_ExtraInformation (%u) = %s",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"P_NO_ACCEPTABLE_SIGNING_ALGORITHM_ExtraInformation (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
}
@@ -8138,8 +6672,9 @@ static void decode_ex_org_csapi_mmm_P_MMM_INVALID_HEADER(tvbuff_t *tvb _U_, pack
* Main delegator for exception handling
*
*/
-
-static gboolean decode_user_exception(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *ptree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static gboolean
+decode_user_exception(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *ptree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/*gboolean stream_is_big_endian _U_;*/ /* big endianess */
proto_tree *tree _U_;
@@ -8147,921 +6682,921 @@ static gboolean decode_user_exception(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
if (!header->exception_id)
return FALSE;
- if (strcmp(header->exception_id, user_exception_org_csapi_P_INVALID_ASSIGNMENT_ID) == 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_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_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, user_exception_org_csapi_P_INVALID_TIME_AND_DATE_FORMAT) == 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_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_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, user_exception_org_csapi_P_INVALID_EVENT_TYPE) == 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_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_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, user_exception_org_csapi_P_INVALID_INTERFACE_NAME) == 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_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_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, user_exception_org_csapi_P_INVALID_INTERFACE_TYPE) == 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_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_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, user_exception_org_csapi_P_UNKNOWN_SUBSCRIBER) == 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_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_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, user_exception_org_csapi_P_INFORMATION_NOT_AVAILABLE) == 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_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_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, user_exception_org_csapi_P_INVALID_CRITERIA) == 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_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_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, user_exception_org_csapi_P_INVALID_SESSION_ID) == 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_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_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, user_exception_org_csapi_TpCommonExceptions) == 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_TpCommonExceptions(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/TpCommonExceptions: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, user_exception_org_csapi_P_INVALID_CURRENCY) == 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_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_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, user_exception_org_csapi_P_INVALID_AMOUNT) == 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_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_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, user_exception_org_csapi_P_APPLICATION_NOT_ACTIVATED) == 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_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_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, user_exception_org_csapi_P_INVALID_ADDRESS) == 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_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_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, user_exception_org_csapi_P_UNSUPPORTED_ADDRESS_PLAN) == 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_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_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, user_exception_org_csapi_P_UNAUTHORISED_PARAMETER_VALUE) == 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_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_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, user_exception_org_csapi_P_INVALID_VERSION) == 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_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_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, user_exception_org_csapi_P_INVALID_NETWORK_STATE) == 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_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_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, user_exception_org_csapi_fw_P_INVALID_SERVICE_ID) == 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_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_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, user_exception_org_csapi_fw_P_SERVICE_ACCESS_DENIED) == 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_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_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, user_exception_org_csapi_fw_P_ACCESS_DENIED) == 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_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_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, user_exception_org_csapi_fw_P_SERVICE_NOT_ENABLED) == 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_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_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, user_exception_org_csapi_fw_P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY) == 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_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_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, user_exception_org_csapi_fw_P_INVALID_AGREEMENT_TEXT) == 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_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_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, user_exception_org_csapi_fw_P_INVALID_SERVICE_TOKEN) == 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_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_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, user_exception_org_csapi_fw_P_INVALID_SIGNATURE) == 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_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_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, user_exception_org_csapi_fw_P_INVALID_SIGNING_ALGORITHM) == 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_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_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, user_exception_org_csapi_fw_P_INVALID_DOMAIN_ID) == 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_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_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, user_exception_org_csapi_fw_P_INVALID_PROPERTY) == 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_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_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, user_exception_org_csapi_fw_P_INVALID_ACCESS_TYPE) == 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_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_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, user_exception_org_csapi_fw_P_ILLEGAL_SERVICE_TYPE) == 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_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_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, user_exception_org_csapi_fw_P_UNKNOWN_SERVICE_TYPE) == 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_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_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, user_exception_org_csapi_fw_P_MISSING_MANDATORY_PROPERTY) == 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_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_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, user_exception_org_csapi_fw_P_DUPLICATE_PROPERTY_NAME) == 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_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_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, user_exception_org_csapi_fw_P_PROPERTY_TYPE_MISMATCH) == 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_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_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, user_exception_org_csapi_fw_P_INVALID_CLIENT_APP_ID) == 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_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_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, user_exception_org_csapi_fw_P_INVALID_AUTH_TYPE) == 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_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_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, user_exception_org_csapi_fw_P_INVALID_SAG_ID) == 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_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_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, user_exception_org_csapi_fw_P_INVALID_SERVICE_PROFILE_ID) == 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_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_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, user_exception_org_csapi_fw_P_INVALID_SERVICE_CONTRACT_ID) == 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_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_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, user_exception_org_csapi_fw_P_INVALID_ACTIVITY_TEST_ID) == 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_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_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, user_exception_org_csapi_fw_P_ILLEGAL_SERVICE_ID) == 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_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_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, user_exception_org_csapi_fw_P_UNKNOWN_SERVICE_ID) == 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_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_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, user_exception_org_csapi_fw_P_SERVICE_TYPE_UNAVAILABLE) == 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_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_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, user_exception_org_csapi_fw_P_INVALID_ADDITION_TO_SAG) == 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_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_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, user_exception_org_csapi_fw_P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT) == 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_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_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, user_exception_org_csapi_fw_P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM) == 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_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_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, user_exception_org_csapi_fw_P_NO_ACCEPTABLE_SIGNING_ALGORITHM) == 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_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_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, user_exception_org_csapi_ui_P_ID_NOT_FOUND) == 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_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_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, user_exception_org_csapi_ui_P_ILLEGAL_ID) == 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_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_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, user_exception_org_csapi_ui_P_ILLEGAL_RANGE) == 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_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_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, user_exception_org_csapi_ui_P_INVALID_COLLECTION_CRITERIA) == 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_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_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, user_exception_org_csapi_mm_P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED) == 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_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_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, user_exception_org_csapi_mm_P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED) == 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_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_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, user_exception_org_csapi_mm_P_INVALID_REPORTING_INTERVAL) == 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_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_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, user_exception_org_csapi_mm_P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED) == 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_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_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, user_exception_org_csapi_termcap_P_INVALID_TERMINAL_ID) == 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_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_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, user_exception_org_csapi_gms_P_GMS_INVALID_FOLDER_ID) == 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_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_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, user_exception_org_csapi_gms_P_GMS_INSUFFICIENT_PRIVILEGE) == 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_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_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, user_exception_org_csapi_gms_P_GMS_INVALID_AUTHENTICATION_INFORMATION) == 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_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_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, user_exception_org_csapi_gms_P_GMS_INVALID_MAILBOX) == 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_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_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, user_exception_org_csapi_gms_P_GMS_INVALID_MESSAGE_ID) == 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_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_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, user_exception_org_csapi_gms_P_GMS_LOCKING_LOCKED_MAILBOX) == 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_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_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, user_exception_org_csapi_gms_P_GMS_MESSAGE_NOT_REMOVED) == 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_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_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, user_exception_org_csapi_gms_P_GMS_NUMBER_NOT_POSITIVE) == 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_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_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, user_exception_org_csapi_gms_P_GMS_UNLOCKING_UNLOCKED_MAILBOX) == 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_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_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, user_exception_org_csapi_gms_P_GMS_MAILBOX_LOCKED) == 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_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_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, user_exception_org_csapi_gms_P_GMS_CANNOT_UNLOCK_MAILBOX) == 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_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_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, user_exception_org_csapi_gms_P_GMS_PROPERTY_NOT_SET) == 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_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_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, user_exception_org_csapi_gms_P_GMS_FOLDER_IS_OPEN) == 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_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_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, user_exception_org_csapi_gms_P_GMS_MAILBOX_OPEN) == 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_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_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, user_exception_org_csapi_cm_P_UNKNOWN_VPRP_ID) == 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_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_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, user_exception_org_csapi_cm_P_UNKNOWN_SLA_ID) == 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_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_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, user_exception_org_csapi_cm_P_UNKNOWN_STATUS) == 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_STATUS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_STATUS: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, user_exception_org_csapi_cm_P_UNKNOWN_QOS_INFO) == 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_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_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, user_exception_org_csapi_cm_P_UNKNOWN_VALIDITY_INFO) == 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_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_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, user_exception_org_csapi_cm_P_UNKNOWN_PIPEQOSINFO) == 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_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_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, user_exception_org_csapi_cm_P_UNKNOWN_DSCODEPOINT) == 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_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_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, user_exception_org_csapi_cm_P_ILLEGAL_VPRPID) == 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_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_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, user_exception_org_csapi_cm_P_ILLEGAL_REF_VALUE) == 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_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_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, user_exception_org_csapi_cm_P_UNKNOWN_INTERFACE) == 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_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_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, user_exception_org_csapi_cm_P_CANT_DELETE_VPRP) == 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_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_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, user_exception_org_csapi_cm_P_UNKNOWN_TEMPLATES) == 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_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_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, user_exception_org_csapi_cm_P_UNKNOWN_MENU) == 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_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_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, user_exception_org_csapi_cm_P_UNKNOWN_ENTERPRISE_NETWORK) == 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_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_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, user_exception_org_csapi_cm_P_UNKNOWN_TEMPLATE_TYPE) == 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_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_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, user_exception_org_csapi_cm_P_UNKNOWN_DESCRIPTION) == 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_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_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, user_exception_org_csapi_cm_P_ILLEGAL_SLA_ID) == 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_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_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, user_exception_org_csapi_cm_P_ILLEGAL_TAG) == 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_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_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, user_exception_org_csapi_cm_P_ILLEGAL_VALUE) == 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_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_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, user_exception_org_csapi_cm_P_ILLEGAL_COMBINATION) == 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_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_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, user_exception_org_csapi_cm_P_UNKNOWN_SITES) == 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_SITES(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_SITES: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, user_exception_org_csapi_cm_P_UNKNOWN_VPRN) == 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_VPRN(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_VPRN: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, user_exception_org_csapi_cm_P_ILLEGAL_SITE_ID) == 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_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_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, user_exception_org_csapi_cm_P_UNKNOWN_SITE_ID) == 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_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_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, user_exception_org_csapi_cm_P_UNKNOWN_SAPS) == 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_SAPS(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/cm/P_UNKNOWN_SAPS: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, user_exception_org_csapi_cm_P_UNKNOWN_SITE_LOCATION) == 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_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_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, user_exception_org_csapi_cm_P_UNKNOWN_SITE_DESCRIPTION) == 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_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_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, user_exception_org_csapi_cm_P_UNKNOWN_IPSUBNET) == 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_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_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, user_exception_org_csapi_cm_P_UNKNOWN_SAP) == 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_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_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, user_exception_org_csapi_cm_P_UNKNOWN_VPRP) == 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_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_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, user_exception_org_csapi_am_P_UNAUTHORIZED_APPLICATION) == 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_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_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, user_exception_org_csapi_cs_P_INVALID_USER) == 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_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_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, user_exception_org_csapi_cs_P_INVALID_ACCOUNT) == 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_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_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, user_exception_org_csapi_cs_P_INVALID_REQUEST_NUMBER) == 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_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_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, user_exception_org_csapi_cs_P_INVALID_VOLUME) == 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_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_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, user_exception_org_csapi_policy_P_ACCESS_VIOLATION) == 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_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_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, user_exception_org_csapi_policy_P_SYNTAX_ERROR) == 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_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_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, user_exception_org_csapi_policy_P_NAME_SPACE_ERROR) == 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_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_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, user_exception_org_csapi_policy_P_NO_TRANSACTION_IN_PROCESS) == 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_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_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, user_exception_org_csapi_policy_P_TRANSACTION_IN_PROCESS) == 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_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_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, user_exception_org_csapi_pam_P_PAM_UNKNOWN_TYPE) == 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_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_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, user_exception_org_csapi_pam_P_PAM_UNKNOWN_MEMBER) == 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_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_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, user_exception_org_csapi_pam_P_PAM_UNKNOWN_IDENTITY) == 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_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_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, user_exception_org_csapi_pam_P_PAM_UNKNOWN_GROUP) == 0) {
+ if (strcmp(header->exception_id, "IDL:org/csapi/TpCommonExceptions: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_TpCommonExceptions(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian); /* IDL:org/csapi/TpCommonExceptions:1.0 */
return TRUE;
}
- if (strcmp(header->exception_id, user_exception_org_csapi_pam_P_PAM_UNKNOWN_CAPABILITY) == 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_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_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, user_exception_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTES) == 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_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_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, user_exception_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTE) == 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_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_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, user_exception_org_csapi_pam_P_PAM_UNKNOWN_ASSIGNMENT) == 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_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_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, user_exception_org_csapi_pam_P_PAM_UNKNOWN_ALIAS) == 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_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_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, user_exception_org_csapi_pam_P_PAM_UNKNOWN_AGENT) == 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_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_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, user_exception_org_csapi_pam_P_PAM_UNASSIGNED_ALIAS) == 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_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_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, user_exception_org_csapi_pam_P_PAM_TYPE_EXISTS) == 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_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_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, user_exception_org_csapi_pam_P_PAM_TYPE_ASSOCIATED) == 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_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_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, user_exception_org_csapi_pam_P_PAM_NOT_REGISTERED) == 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_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_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, user_exception_org_csapi_pam_P_PAM_NOT_MEMBER) == 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_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_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, user_exception_org_csapi_pam_P_PAM_NO_CAPABILITY) == 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_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_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, user_exception_org_csapi_pam_P_PAM_MEMBER_EXISTS) == 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_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_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, user_exception_org_csapi_pam_P_PAM_IS_CYCLIC) == 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_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_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, user_exception_org_csapi_pam_P_PAM_IDENTITY_EXISTS) == 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_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_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, user_exception_org_csapi_pam_P_PAM_DISASSOCIATED_TYPE) == 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_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_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, user_exception_org_csapi_pam_P_PAM_ATTRIBUTE_EXISTS) == 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_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_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, user_exception_org_csapi_pam_P_PAM_ALIAS_NOT_UNIQUE) == 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_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_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, user_exception_org_csapi_pam_P_PAM_ALIAS_EXISTS) == 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_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_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, user_exception_org_csapi_pam_P_PAM_AGENT_EXISTS) == 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_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_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, user_exception_org_csapi_pam_P_PAM_UNAVAILABLE_INTERFACE) == 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_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_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, user_exception_org_csapi_pam_P_PAM_INVALID_CREDENTIAL) == 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_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_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, user_exception_org_csapi_mmm_P_MMM_INVALID_AUTHENTICATION_INFORMATION) == 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_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_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, user_exception_org_csapi_mmm_P_MMM_INVALID_MAILBOX) == 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_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_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, user_exception_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TYPE) == 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_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_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, user_exception_org_csapi_mmm_P_MMM_MAX_MESSAGE_SIZE_EXCEEDED) == 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_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_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, user_exception_org_csapi_mmm_P_MMM_INVALID_FOLDER_ID) == 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_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_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, user_exception_org_csapi_mmm_P_MMM_INVALID_MESSAGE_ID) == 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_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_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, user_exception_org_csapi_mmm_P_MMM_INVALID_PART_ID) == 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_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_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, user_exception_org_csapi_mmm_P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH) == 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_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_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, user_exception_org_csapi_mmm_P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH) == 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_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_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, user_exception_org_csapi_mmm_P_MMM_INVALID_PROPERTY) == 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_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_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, user_exception_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TIME) == 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_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_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, user_exception_org_csapi_mmm_P_MMM_INVALID_VALIDITY_TIME) == 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_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_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, user_exception_org_csapi_mmm_P_MMM_MAX_SUBJECT_SIZE_EXCEEDED) == 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_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_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, user_exception_org_csapi_mmm_P_MMM_INFORMATION_NOT_AVAILABLE) == 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_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_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, user_exception_org_csapi_mmm_P_MMM_CANNOT_CANCEL) == 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_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_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, user_exception_org_csapi_mmm_P_MMM_INVALID_HEADER) == 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_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_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;
}
@@ -9080,7 +7615,9 @@ static gboolean decode_user_exception(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
* IDL:org/csapi/IpService/setCallback:1.0
*/
-static void decode_org_csapi_IpService_setCallback(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_IpService_setCallback(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -9141,12 +7678,13 @@ static void decode_org_csapi_IpService_setCallback(tvbuff_t *tvb _U_, packet_inf
* IDL:org/csapi/IpService/setCallbackWithSessionID:1.0
*/
-static void decode_org_csapi_IpService_setCallbackWithSessionID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_IpService_setCallbackWithSessionID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -9158,9 +7696,8 @@ static void decode_org_csapi_IpService_setCallbackWithSessionID(tvbuff_t *tvb _U
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -9208,7 +7745,9 @@ static void decode_org_csapi_IpService_setCallbackWithSessionID(tvbuff_t *tvb _U
* IDL:org/csapi/fw/fw_access/trust_and_security/IpInitial/initiateAuthentication:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -9291,7 +7830,9 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateA
* IDL:org/csapi/fw/fw_access/trust_and_security/IpInitial/initiateAuthenticationWithVersion:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -9383,7 +7924,9 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateA
* IDL:org/csapi/fw/fw_access/trust_and_security/IpAuthentication/requestAccess:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -9456,7 +7999,9 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpAuthentication_re
* IDL:org/csapi/fw/fw_access/trust_and_security/IpClientAccess/terminateAccess:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -9465,7 +8010,6 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_term
gchar *seq = NULL;
guint32 u_octet4_loop_digitalSignature;
guint32 i_digitalSignature;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -9499,9 +8043,8 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_term
for (i_digitalSignature=0; i_digitalSignature < u_octet4_loop_digitalSignature; i_digitalSignature++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"digitalSignature = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"digitalSignature = %u",get_CDR_octet(tvb,offset));
}
}
@@ -9551,7 +8094,9 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_term
* IDL:org/csapi/fw/fw_access/trust_and_security/IpAccess/obtainInterface:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -9621,7 +8166,9 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInte
* IDL:org/csapi/fw/fw_access/trust_and_security/IpAccess/obtainInterfaceWithCallback:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -9694,7 +8241,9 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInte
* IDL:org/csapi/fw/fw_access/trust_and_security/IpAccess/endAccess:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -9771,7 +8320,9 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess(
* IDL:org/csapi/fw/fw_access/trust_and_security/IpAccess/listInterfaces:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -9849,7 +8400,9 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterf
* IDL:org/csapi/fw/fw_access/trust_and_security/IpAccess/releaseInterface:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -9918,7 +8471,9 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_releaseInt
* IDL:org/csapi/fw/fw_access/trust_and_security/IpAccess/selectSigningAlgorithm:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -9994,7 +8549,9 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_selectSign
* IDL:org/csapi/fw/fw_access/trust_and_security/IpAccess/terminateAccess:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -10003,7 +8560,6 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateA
gchar *seq = NULL;
guint32 u_octet4_loop_digitalSignature;
guint32 i_digitalSignature;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -10028,9 +8584,8 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateA
for (i_digitalSignature=0; i_digitalSignature < u_octet4_loop_digitalSignature; i_digitalSignature++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"digitalSignature = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"digitalSignature = %u",get_CDR_octet(tvb,offset));
}
}
@@ -10080,7 +8635,9 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateA
* IDL:org/csapi/fw/fw_access/trust_and_security/IpAccess/relinquishInterface:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -10089,7 +8646,6 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquish
gchar *seq = NULL;
guint32 u_octet4_loop_digitalSignature;
guint32 i_digitalSignature;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -10123,9 +8679,8 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquish
for (i_digitalSignature=0; i_digitalSignature < u_octet4_loop_digitalSignature; i_digitalSignature++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"digitalSignature = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"digitalSignature = %u",get_CDR_octet(tvb,offset));
}
}
@@ -10175,14 +8730,15 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquish
* IDL:org/csapi/fw/fw_access/trust_and_security/IpClientAPILevelAuthentication/authenticate:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_challenge;
guint32 i_challenge;
- guint8 u_octet1;
guint32 u_octet4_loop_TpOctetSet;
guint32 i_TpOctetSet;
@@ -10200,9 +8756,8 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAut
for (i_challenge=0; i_challenge < u_octet4_loop_challenge; i_challenge++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"challenge = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"challenge = %u",get_CDR_octet(tvb,offset));
}
}
@@ -10222,9 +8777,8 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAut
for (i_TpOctetSet=0; i_TpOctetSet < u_octet4_loop_TpOctetSet; i_TpOctetSet++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpOctetSet = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpOctetSet = %u",get_CDR_octet(tvb,offset));
}
}
@@ -10264,7 +8818,9 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAut
* IDL:org/csapi/fw/fw_access/trust_and_security/IpClientAPILevelAuthentication/abortAuthentication:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -10322,7 +8878,9 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAut
* IDL:org/csapi/fw/fw_access/trust_and_security/IpClientAPILevelAuthentication/authenticationSucceeded:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -10380,14 +8938,15 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAut
* IDL:org/csapi/fw/fw_access/trust_and_security/IpClientAPILevelAuthentication/challenge:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_challenge;
guint32 i_challenge;
- guint8 u_octet1;
guint32 u_octet4_loop_TpOctetSet;
guint32 i_TpOctetSet;
@@ -10405,9 +8964,8 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAut
for (i_challenge=0; i_challenge < u_octet4_loop_challenge; i_challenge++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"challenge = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"challenge = %u",get_CDR_octet(tvb,offset));
}
}
@@ -10427,9 +8985,8 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAut
for (i_TpOctetSet=0; i_TpOctetSet < u_octet4_loop_TpOctetSet; i_TpOctetSet++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpOctetSet = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpOctetSet = %u",get_CDR_octet(tvb,offset));
}
}
@@ -10469,7 +9026,9 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAut
* IDL:org/csapi/fw/fw_access/trust_and_security/IpAPILevelAuthentication/selectEncryptionMethod:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -10545,14 +9104,15 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentic
* IDL:org/csapi/fw/fw_access/trust_and_security/IpAPILevelAuthentication/authenticate:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_challenge;
guint32 i_challenge;
- guint8 u_octet1;
guint32 u_octet4_loop_TpOctetSet;
guint32 i_TpOctetSet;
@@ -10570,9 +9130,8 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentic
for (i_challenge=0; i_challenge < u_octet4_loop_challenge; i_challenge++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"challenge = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"challenge = %u",get_CDR_octet(tvb,offset));
}
}
@@ -10592,9 +9151,8 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentic
for (i_TpOctetSet=0; i_TpOctetSet < u_octet4_loop_TpOctetSet; i_TpOctetSet++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpOctetSet = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpOctetSet = %u",get_CDR_octet(tvb,offset));
}
}
@@ -10634,7 +9192,9 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentic
* IDL:org/csapi/fw/fw_access/trust_and_security/IpAPILevelAuthentication/abortAuthentication:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -10692,7 +9252,9 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentic
* IDL:org/csapi/fw/fw_access/trust_and_security/IpAPILevelAuthentication/authenticationSucceeded:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -10750,7 +9312,9 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentic
* IDL:org/csapi/fw/fw_access/trust_and_security/IpAPILevelAuthentication/selectAuthenticationMechanism:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -10826,14 +9390,15 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentic
* IDL:org/csapi/fw/fw_access/trust_and_security/IpAPILevelAuthentication/challenge:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_challenge;
guint32 i_challenge;
- guint8 u_octet1;
guint32 u_octet4_loop_TpOctetSet;
guint32 i_TpOctetSet;
@@ -10851,9 +9416,8 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentic
for (i_challenge=0; i_challenge < u_octet4_loop_challenge; i_challenge++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"challenge = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"challenge = %u",get_CDR_octet(tvb,offset));
}
}
@@ -10873,9 +9437,8 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentic
for (i_TpOctetSet=0; i_TpOctetSet < u_octet4_loop_TpOctetSet; i_TpOctetSet++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpOctetSet = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpOctetSet = %u",get_CDR_octet(tvb,offset));
}
}
@@ -10915,12 +9478,13 @@ static void decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentic
* IDL:org/csapi/fw/fw_application/notification/IpAppEventNotification/reportNotification:1.0
*/
-static void decode_org_csapi_fw_fw_application_notification_IpAppEventNotification_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_notification_IpAppEventNotification_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -10936,9 +9500,8 @@ static void decode_org_csapi_fw_fw_application_notification_IpAppEventNotificati
/* End union "org_csapi_fw_TpFwEventInfo" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -10986,7 +9549,9 @@ static void decode_org_csapi_fw_fw_application_notification_IpAppEventNotificati
* IDL:org/csapi/fw/fw_application/notification/IpAppEventNotification/notificationTerminated:1.0
*/
-static void decode_org_csapi_fw_fw_application_notification_IpAppEventNotification_notificationTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_notification_IpAppEventNotification_notificationTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -11044,12 +9609,13 @@ static void decode_org_csapi_fw_fw_application_notification_IpAppEventNotificati
* IDL:org/csapi/fw/fw_application/notification/IpEventNotification/createNotification:1.0
*/
-static void decode_org_csapi_fw_fw_application_notification_IpEventNotification_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_notification_IpEventNotification_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -11073,9 +9639,8 @@ static void decode_org_csapi_fw_fw_application_notification_IpEventNotification_
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -11113,12 +9678,13 @@ static void decode_org_csapi_fw_fw_application_notification_IpEventNotification_
* IDL:org/csapi/fw/fw_application/notification/IpEventNotification/destroyNotification:1.0
*/
-static void decode_org_csapi_fw_fw_application_notification_IpEventNotification_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_notification_IpEventNotification_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -11127,9 +9693,8 @@ static void decode_org_csapi_fw_fw_application_notification_IpEventNotification_
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -11177,12 +9742,13 @@ static void decode_org_csapi_fw_fw_application_notification_IpEventNotification_
* IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/activityTestRes:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -11193,9 +9759,8 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activ
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -11252,12 +9817,13 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activ
* IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/appActivityTestReq:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appActivityTestReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appActivityTestReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -11266,9 +9832,8 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appAc
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -11316,7 +9881,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appAc
* IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/fwFaultReportInd:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultReportInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultReportInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -11381,7 +9948,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFau
* IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/fwFaultRecoveryInd:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultRecoveryInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultRecoveryInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -11446,7 +10015,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFau
* IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/svcUnavailableInd:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -11521,7 +10092,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUn
* IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/genFaultStatsRecordRes:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -11609,7 +10182,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFa
* IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/fwUnavailableInd:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -11674,12 +10249,13 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwUna
* IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/activityTestErr:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -11688,9 +10264,8 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activ
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -11738,7 +10313,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activ
* IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/genFaultStatsRecordErr:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -11824,7 +10401,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFa
* IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/appUnavailableInd:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -11893,7 +10472,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appUn
* IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/genFaultStatsRecordReq:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -11959,7 +10540,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFa
* IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/svcAvailStatusInd:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAvailStatusInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAvailStatusInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -12034,12 +10617,13 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAv
* IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/generateFaultStatisticsRecordRes:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_serviceIDs;
guint32 i_serviceIDs;
guint32 u_octet4;
@@ -12052,9 +10636,8 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_gener
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_fw_TpFaultStatsRecord" */
@@ -12128,12 +10711,13 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_gener
* IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/generateFaultStatisticsRecordErr:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_faultStatistics;
guint32 i_faultStatistics;
guint32 u_octet4;
@@ -12148,9 +10732,8 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_gener
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_faultStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -12231,12 +10814,13 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_gener
* IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/generateFaultStatisticsRecordReq:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -12245,9 +10829,8 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_gener
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_TpTimeInterval" */
@@ -12303,7 +10886,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_gener
* IDL:org/csapi/fw/fw_application/integrity/IpAppFaultManager/fwAvailStatusInd:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwAvailStatusInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwAvailStatusInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -12368,7 +10953,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwAva
* IDL:org/csapi/fw/fw_application/integrity/IpAppLoadManager/queryAppLoadReq:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -12434,7 +11021,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryA
* IDL:org/csapi/fw/fw_application/integrity/IpAppLoadManager/queryLoadRes:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -12511,7 +11100,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryL
* IDL:org/csapi/fw/fw_application/integrity/IpAppLoadManager/queryLoadErr:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -12576,7 +11167,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryL
* IDL:org/csapi/fw/fw_application/integrity/IpAppLoadManager/loadLevelNotification:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -12653,7 +11246,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLe
* IDL:org/csapi/fw/fw_application/integrity/IpAppLoadManager/resumeNotification:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_resumeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_resumeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -12711,7 +11306,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_resume
* IDL:org/csapi/fw/fw_application/integrity/IpAppLoadManager/suspendNotification:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_suspendNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_suspendNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -12769,7 +11366,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_suspen
* IDL:org/csapi/fw/fw_application/integrity/IpAppLoadManager/createLoadLevelNotification:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_createLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_createLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -12827,7 +11426,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_create
* IDL:org/csapi/fw/fw_application/integrity/IpAppLoadManager/destroyLoadLevelNotification:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_destroyLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_destroyLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -12885,12 +11486,13 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_destro
* IDL:org/csapi/fw/fw_application/integrity/IpAppLoadManager/queryAppLoadStatsReq:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadStatsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadStatsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -12899,9 +11501,8 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryA
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_TpTimeInterval" */
@@ -12957,12 +11558,13 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryA
* IDL:org/csapi/fw/fw_application/integrity/IpAppLoadManager/queryLoadStatsRes:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_loadStatistics;
guint32 i_loadStatistics;
@@ -12973,9 +11575,8 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryL
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -13040,12 +11641,13 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryL
* IDL:org/csapi/fw/fw_application/integrity/IpAppLoadManager/queryLoadStatsErr:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -13055,9 +11657,8 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryL
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -13111,7 +11712,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryL
* IDL:org/csapi/fw/fw_application/integrity/IpLoadManager/reportLoad:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpLoadManager_reportLoad(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpLoadManager_reportLoad(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -13176,7 +11779,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpLoadManager_reportLoa
* IDL:org/csapi/fw/fw_application/integrity/IpLoadManager/queryLoadReq:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -13264,7 +11869,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoad
* IDL:org/csapi/fw/fw_application/integrity/IpLoadManager/queryAppLoadRes:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -13341,7 +11948,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppL
* IDL:org/csapi/fw/fw_application/integrity/IpLoadManager/queryAppLoadErr:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -13406,7 +12015,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppL
* IDL:org/csapi/fw/fw_application/integrity/IpLoadManager/createLoadLevelNotification:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -13486,7 +12097,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoa
* IDL:org/csapi/fw/fw_application/integrity/IpLoadManager/destroyLoadLevelNotification:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -13566,7 +12179,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLo
* IDL:org/csapi/fw/fw_application/integrity/IpLoadManager/resumeNotification:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -13646,7 +12261,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNot
* IDL:org/csapi/fw/fw_application/integrity/IpLoadManager/suspendNotification:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -13726,12 +12343,13 @@ static void decode_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNo
* IDL:org/csapi/fw/fw_application/integrity/IpLoadManager/queryLoadStatsReq:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_serviceIDs;
guint32 i_serviceIDs;
guint32 u_octet4;
@@ -13744,9 +12362,8 @@ static void decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoad
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -13820,12 +12437,13 @@ static void decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoad
* IDL:org/csapi/fw/fw_application/integrity/IpLoadManager/queryAppLoadStatsRes:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_loadStatistics;
guint32 i_loadStatistics;
@@ -13836,9 +12454,8 @@ static void decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppL
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -13903,12 +12520,13 @@ static void decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppL
* IDL:org/csapi/fw/fw_application/integrity/IpLoadManager/queryAppLoadStatsErr:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -13918,9 +12536,8 @@ static void decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppL
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -13974,7 +12591,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppL
* IDL:org/csapi/fw/fw_application/integrity/IpAppOAM/systemDateTimeQuery:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -14050,7 +12669,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTime
* IDL:org/csapi/fw/fw_application/integrity/IpOAM/systemDateTimeQuery:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -14126,12 +12747,13 @@ static void decode_org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQue
* IDL:org/csapi/fw/fw_application/integrity/IpFaultManager/activityTestReq:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpFaultManager_activityTestReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpFaultManager_activityTestReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -14142,9 +12764,8 @@ static void decode_org_csapi_fw_fw_application_integrity_IpFaultManager_activity
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -14201,12 +12822,13 @@ static void decode_org_csapi_fw_fw_application_integrity_IpFaultManager_activity
* IDL:org/csapi/fw/fw_application/integrity/IpFaultManager/appActivityTestRes:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -14217,9 +12839,8 @@ static void decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appActiv
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -14276,7 +12897,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appActiv
* IDL:org/csapi/fw/fw_application/integrity/IpFaultManager/svcUnavailableInd:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpFaultManager_svcUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpFaultManager_svcUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -14345,7 +12968,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpFaultManager_svcUnava
* IDL:org/csapi/fw/fw_application/integrity/IpFaultManager/genFaultStatsRecordReq:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -14433,12 +13058,13 @@ static void decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFault
* IDL:org/csapi/fw/fw_application/integrity/IpFaultManager/appActivityTestErr:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -14447,9 +13073,8 @@ static void decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appActiv
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -14497,7 +13122,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appActiv
* IDL:org/csapi/fw/fw_application/integrity/IpFaultManager/appUnavailableInd:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -14566,7 +13193,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appUnava
* IDL:org/csapi/fw/fw_application/integrity/IpFaultManager/genFaultStatsRecordRes:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -14632,7 +13261,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFault
* IDL:org/csapi/fw/fw_application/integrity/IpFaultManager/genFaultStatsRecordErr:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -14697,7 +13328,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFault
* IDL:org/csapi/fw/fw_application/integrity/IpFaultManager/appAvailStatusInd:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appAvailStatusInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appAvailStatusInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -14762,12 +13395,13 @@ static void decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appAvail
* IDL:org/csapi/fw/fw_application/integrity/IpFaultManager/generateFaultStatisticsRecordReq:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_serviceIDs;
guint32 i_serviceIDs;
guint32 u_octet4;
@@ -14780,9 +13414,8 @@ static void decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generate
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_TpTimeInterval" */
@@ -14856,12 +13489,13 @@ static void decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generate
* IDL:org/csapi/fw/fw_application/integrity/IpFaultManager/generateFaultStatisticsRecordRes:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -14870,9 +13504,8 @@ static void decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generate
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_fw_TpFaultStatsRecord" */
@@ -14928,12 +13561,13 @@ static void decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generate
* IDL:org/csapi/fw/fw_application/integrity/IpFaultManager/generateFaultStatisticsRecordErr:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -14943,9 +13577,8 @@ static void decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generate
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -14999,12 +13632,13 @@ static void decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generate
* IDL:org/csapi/fw/fw_application/integrity/IpHeartBeatMgmt/enableHeartBeat:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_enableHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_enableHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -15013,9 +13647,8 @@ static void decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_enableH
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"interval = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"interval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -15066,7 +13699,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_enableH
* IDL:org/csapi/fw/fw_application/integrity/IpHeartBeatMgmt/disableHeartBeat:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_disableHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_disableHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -15124,12 +13759,13 @@ static void decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_disable
* IDL:org/csapi/fw/fw_application/integrity/IpHeartBeatMgmt/changeInterval:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_changeInterval(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_changeInterval(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -15138,9 +13774,8 @@ static void decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_changeI
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"interval = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"interval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -15188,7 +13823,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_changeI
* IDL:org/csapi/fw/fw_application/integrity/IpAppHeartBeat/pulse:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeat_pulse(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeat_pulse(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -15246,7 +13883,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeat_pulse(tv
* IDL:org/csapi/fw/fw_application/integrity/IpHeartBeat/pulse:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpHeartBeat_pulse(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpHeartBeat_pulse(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -15304,12 +13943,13 @@ static void decode_org_csapi_fw_fw_application_integrity_IpHeartBeat_pulse(tvbuf
* IDL:org/csapi/fw/fw_application/integrity/IpAppHeartBeatMgmt/enableAppHeartBeat:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_enableAppHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_enableAppHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -15318,9 +13958,8 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_enab
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"interval = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"interval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -15371,7 +14010,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_enab
* IDL:org/csapi/fw/fw_application/integrity/IpAppHeartBeatMgmt/disableAppHeartBeat:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_disableAppHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_disableAppHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -15429,12 +14070,13 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_disa
* IDL:org/csapi/fw/fw_application/integrity/IpAppHeartBeatMgmt/changeInterval:1.0
*/
-static void decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_changeInterval(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_changeInterval(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -15443,9 +14085,8 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_chan
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"interval = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"interval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -15493,7 +14134,9 @@ static void decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_chan
* IDL:org/csapi/fw/fw_application/discovery/IpServiceDiscovery/listServiceTypes:1.0
*/
-static void decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -15571,7 +14214,9 @@ static void decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_list
* IDL:org/csapi/fw/fw_application/discovery/IpServiceDiscovery/describeServiceType:1.0
*/
-static void decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_describeServiceType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_describeServiceType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -15646,7 +14291,9 @@ static void decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_desc
* IDL:org/csapi/fw/fw_application/discovery/IpServiceDiscovery/discoverService:1.0
*/
-static void decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -15655,7 +14302,6 @@ static void decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_disc
gchar *seq = NULL;
guint32 u_octet4_loop_desiredPropertyList;
guint32 i_desiredPropertyList;
- gint32 s_octet4;
guint32 u_octet4_loop_TpServiceList;
guint32 i_TpServiceList;
@@ -15692,9 +14338,8 @@ static void decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_disc
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"max = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"max = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -15757,7 +14402,9 @@ static void decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_disc
* IDL:org/csapi/fw/fw_application/discovery/IpServiceDiscovery/listSubscribedServices:1.0
*/
-static void decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -15832,7 +14479,9 @@ static void decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_list
* IDL:org/csapi/fw/fw_application/service_agreement/IpAppServiceAgreementManagement/signServiceAgreement:1.0
*/
-static void decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -15841,7 +14490,6 @@ static void decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgr
gchar *seq = NULL;
guint32 u_octet4_loop_TpOctetSet;
guint32 i_TpOctetSet;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -15892,9 +14540,8 @@ static void decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgr
for (i_TpOctetSet=0; i_TpOctetSet < u_octet4_loop_TpOctetSet; i_TpOctetSet++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpOctetSet = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpOctetSet = %u",get_CDR_octet(tvb,offset));
}
}
@@ -15934,7 +14581,9 @@ static void decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgr
* IDL:org/csapi/fw/fw_application/service_agreement/IpAppServiceAgreementManagement/terminateServiceAgreement:1.0
*/
-static void decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -15943,7 +14592,6 @@ static void decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgr
gchar *seq = NULL;
guint32 u_octet4_loop_digitalSignature;
guint32 i_digitalSignature;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -15977,9 +14625,8 @@ static void decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgr
for (i_digitalSignature=0; i_digitalSignature < u_octet4_loop_digitalSignature; i_digitalSignature++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"digitalSignature = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"digitalSignature = %u",get_CDR_octet(tvb,offset));
}
}
@@ -16029,7 +14676,9 @@ static void decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgr
* IDL:org/csapi/fw/fw_application/service_agreement/IpServiceAgreementManagement/signServiceAgreement:1.0
*/
-static void decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -16122,7 +14771,9 @@ static void decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreem
* IDL:org/csapi/fw/fw_application/service_agreement/IpServiceAgreementManagement/terminateServiceAgreement:1.0
*/
-static void decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -16131,7 +14782,6 @@ static void decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreem
gchar *seq = NULL;
guint32 u_octet4_loop_digitalSignature;
guint32 i_digitalSignature;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -16165,9 +14815,8 @@ static void decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreem
for (i_digitalSignature=0; i_digitalSignature < u_octet4_loop_digitalSignature; i_digitalSignature++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"digitalSignature = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"digitalSignature = %u",get_CDR_octet(tvb,offset));
}
}
@@ -16217,7 +14866,9 @@ static void decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreem
* IDL:org/csapi/fw/fw_application/service_agreement/IpServiceAgreementManagement/selectService:1.0
*/
-static void decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_selectService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_selectService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -16293,7 +14944,9 @@ static void decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreem
* IDL:org/csapi/fw/fw_application/service_agreement/IpServiceAgreementManagement/initiateSignServiceAgreement:1.0
*/
-static void decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_initiateSignServiceAgreement(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_initiateSignServiceAgreement(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -16362,7 +15015,9 @@ static void decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreem
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileManagement/createServiceProfile:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -16437,7 +15092,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpSe
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileManagement/modifyServiceProfile:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -16503,7 +15160,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpSe
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileManagement/deleteServiceProfile:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -16572,7 +15231,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpSe
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileManagement/assign:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -16650,7 +15311,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpSe
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileManagement/deassign:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -16728,7 +15391,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpSe
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileManagement/requestConflictInfo:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -16803,7 +15468,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpSe
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileInfoQuery/listServiceProfiles:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -16881,7 +15548,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpSe
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileInfoQuery/describeServiceProfile:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -16956,7 +15625,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpSe
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileInfoQuery/listAssignedMembers:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -17043,7 +15714,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpSe
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractManagement/createServiceContract:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -17118,7 +15791,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpSe
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractManagement/modifyServiceContract:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -17184,7 +15859,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpSe
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractManagement/deleteServiceContract:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -17253,7 +15930,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpSe
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractInfoQuery/describeServiceContract:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -17328,7 +16007,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpSe
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractInfoQuery/listServiceContracts:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -17406,7 +16087,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpSe
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractInfoQuery/listServiceProfiles:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -17493,7 +16176,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpSe
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpEntOpAccountManagement/modifyEntOpAccount:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -17570,7 +16255,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEn
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpEntOpAccountManagement/deleteEntOpAccount:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -17628,7 +16315,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEn
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpEntOpAccountInfoQuery/describeEntOpAccount:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -17692,7 +16381,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEn
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement/createClientApp:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -17758,7 +16449,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpCl
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement/modifyClientApp:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -17824,7 +16517,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpCl
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement/deleteClientApp:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -17893,7 +16588,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpCl
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement/createSAG:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -17981,7 +16678,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpCl
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement/modifySAG:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -18047,7 +16746,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpCl
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement/deleteSAG:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -18116,7 +16817,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpCl
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement/addSAGMembers:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -18205,7 +16908,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpCl
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement/removeSAGMembers:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -18294,7 +16999,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpCl
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement/requestConflictInfo:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -18369,7 +17076,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpCl
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppInfoQuery/describeClientApp:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -18444,7 +17153,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpCl
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppInfoQuery/listClientApps:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -18522,7 +17233,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpCl
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppInfoQuery/describeSAG:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -18598,7 +17311,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpCl
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppInfoQuery/listSAGs:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -18676,7 +17391,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpCl
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppInfoQuery/listSAGMembers:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -18763,7 +17480,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpCl
* IDL:org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppInfoQuery/listClientAppMembership:1.0
*/
-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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+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_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -18850,12 +17569,13 @@ static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpCl
* IDL:org/csapi/fw/fw_enterprise_operator/notification/IpClientEventNotification/reportNotification:1.0
*/
-static void decode_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -18871,9 +17591,8 @@ static void decode_org_csapi_fw_fw_enterprise_operator_notification_IpClientEven
/* End union "org_csapi_fw_TpFwEventInfo" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -18921,7 +17640,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_notification_IpClientEven
* IDL:org/csapi/fw/fw_enterprise_operator/notification/IpClientEventNotification/notificationTerminated:1.0
*/
-static void decode_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_notificationTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_notificationTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -18979,12 +17700,13 @@ static void decode_org_csapi_fw_fw_enterprise_operator_notification_IpClientEven
* IDL:org/csapi/fw/fw_enterprise_operator/notification/IpEventNotification/createNotification:1.0
*/
-static void decode_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -19008,9 +17730,8 @@ static void decode_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotif
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -19048,12 +17769,13 @@ static void decode_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotif
* IDL:org/csapi/fw/fw_enterprise_operator/notification/IpEventNotification/destroyNotification:1.0
*/
-static void decode_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -19062,9 +17784,8 @@ static void decode_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotif
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -19112,7 +17833,9 @@ static void decode_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotif
* IDL:org/csapi/fw/fw_service/discovery/IpFwServiceDiscovery/listServiceTypes:1.0
*/
-static void decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -19190,7 +17913,9 @@ static void decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listSe
* IDL:org/csapi/fw/fw_service/discovery/IpFwServiceDiscovery/describeServiceType:1.0
*/
-static void decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_describeServiceType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_describeServiceType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -19265,7 +17990,9 @@ static void decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_descri
* IDL:org/csapi/fw/fw_service/discovery/IpFwServiceDiscovery/discoverService:1.0
*/
-static void decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -19274,7 +18001,6 @@ static void decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discov
gchar *seq = NULL;
guint32 u_octet4_loop_desiredPropertyList;
guint32 i_desiredPropertyList;
- gint32 s_octet4;
guint32 u_octet4_loop_TpServiceList;
guint32 i_TpServiceList;
@@ -19311,9 +18037,8 @@ static void decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discov
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"max = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"max = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -19376,7 +18101,9 @@ static void decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discov
* IDL:org/csapi/fw/fw_service/discovery/IpFwServiceDiscovery/listRegisteredServices:1.0
*/
-static void decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -19451,7 +18178,9 @@ static void decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRe
* IDL:org/csapi/fw/fw_service/service_lifecycle/IpServiceInstanceLifecycleManager/createServiceManager:1.0
*/
-static void decode_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -19549,7 +18278,9 @@ static void decode_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLi
* IDL:org/csapi/fw/fw_service/service_lifecycle/IpServiceInstanceLifecycleManager/destroyServiceManager:1.0
*/
-static void decode_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_destroyServiceManager(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_destroyServiceManager(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -19618,7 +18349,9 @@ static void decode_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLi
* IDL:org/csapi/fw/fw_service/service_registration/IpFwServiceRegistration/registerService:1.0
*/
-static void decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -19713,7 +18446,9 @@ static void decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegis
* IDL:org/csapi/fw/fw_service/service_registration/IpFwServiceRegistration/announceServiceAvailability:1.0
*/
-static void decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_announceServiceAvailability(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_announceServiceAvailability(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -19785,7 +18520,9 @@ static void decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegis
* IDL:org/csapi/fw/fw_service/service_registration/IpFwServiceRegistration/unregisterService:1.0
*/
-static void decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unregisterService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unregisterService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -19854,7 +18591,9 @@ static void decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegis
* IDL:org/csapi/fw/fw_service/service_registration/IpFwServiceRegistration/describeService:1.0
*/
-static void decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_describeService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_describeService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -19929,7 +18668,9 @@ static void decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegis
* IDL:org/csapi/fw/fw_service/service_registration/IpFwServiceRegistration/unannounceService:1.0
*/
-static void decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unannounceService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unannounceService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -19998,7 +18739,9 @@ static void decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegis
* IDL:org/csapi/fw/fw_service/service_registration/IpFwServiceRegistration/registerServiceSubType:1.0
*/
-static void decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -20112,7 +18855,9 @@ static void decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegis
* IDL:org/csapi/fw/fw_service/integrity/IpSvcLoadManager/querySvcLoadReq:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -20178,7 +18923,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLo
* IDL:org/csapi/fw/fw_service/integrity/IpSvcLoadManager/queryLoadRes:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -20255,7 +19002,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadR
* IDL:org/csapi/fw/fw_service/integrity/IpSvcLoadManager/queryLoadErr:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -20320,7 +19069,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadE
* IDL:org/csapi/fw/fw_service/integrity/IpSvcLoadManager/loadLevelNotification:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -20397,7 +19148,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelN
* IDL:org/csapi/fw/fw_service/integrity/IpSvcLoadManager/suspendNotification:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_suspendNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_suspendNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -20455,7 +19208,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_suspendNot
* IDL:org/csapi/fw/fw_service/integrity/IpSvcLoadManager/resumeNotification:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_resumeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_resumeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -20513,7 +19268,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_resumeNoti
* IDL:org/csapi/fw/fw_service/integrity/IpSvcLoadManager/createLoadLevelNotification:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_createLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_createLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -20571,7 +19328,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_createLoad
* IDL:org/csapi/fw/fw_service/integrity/IpSvcLoadManager/destroyLoadLevelNotification:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_destroyLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_destroyLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -20629,12 +19388,13 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_destroyLoa
* IDL:org/csapi/fw/fw_service/integrity/IpSvcLoadManager/querySvcLoadStatsReq:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadStatsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadStatsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -20643,9 +19403,8 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLo
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_TpTimeInterval" */
@@ -20701,12 +19460,13 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLo
* IDL:org/csapi/fw/fw_service/integrity/IpSvcLoadManager/queryLoadStatsRes:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_loadStatistics;
guint32 i_loadStatistics;
@@ -20717,9 +19477,8 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadS
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -20784,12 +19543,13 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadS
* IDL:org/csapi/fw/fw_service/integrity/IpSvcLoadManager/queryLoadStatsErr:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -20799,9 +19559,8 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadS
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -20855,7 +19614,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadS
* IDL:org/csapi/fw/fw_service/integrity/IpFwLoadManager/reportLoad:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_reportLoad(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_reportLoad(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -20920,7 +19681,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_reportLoad(
* IDL:org/csapi/fw/fw_service/integrity/IpFwLoadManager/queryLoadReq:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -20993,7 +19756,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadRe
* IDL:org/csapi/fw/fw_service/integrity/IpFwLoadManager/querySvcLoadRes:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -21070,7 +19835,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoa
* IDL:org/csapi/fw/fw_service/integrity/IpFwLoadManager/querySvcLoadErr:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -21135,7 +19902,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoa
* IDL:org/csapi/fw/fw_service/integrity/IpFwLoadManager/createLoadLevelNotification:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_createLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_createLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -21200,7 +19969,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_createLoadL
* IDL:org/csapi/fw/fw_service/integrity/IpFwLoadManager/destroyLoadLevelNotification:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_destroyLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_destroyLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -21265,7 +20036,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_destroyLoad
* IDL:org/csapi/fw/fw_service/integrity/IpFwLoadManager/suspendNotification:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_suspendNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_suspendNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -21330,7 +20103,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_suspendNoti
* IDL:org/csapi/fw/fw_service/integrity/IpFwLoadManager/resumeNotification:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_resumeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_resumeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -21395,12 +20170,13 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_resumeNotif
* IDL:org/csapi/fw/fw_service/integrity/IpFwLoadManager/queryLoadStatsReq:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadStatsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadStatsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -21410,9 +20186,8 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadSt
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -21474,12 +20249,13 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadSt
* IDL:org/csapi/fw/fw_service/integrity/IpFwLoadManager/querySvcLoadStatsRes:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_loadStatistics;
guint32 i_loadStatistics;
@@ -21490,9 +20266,8 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoa
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -21557,12 +20332,13 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoa
* IDL:org/csapi/fw/fw_service/integrity/IpFwLoadManager/querySvcLoadStatsErr:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -21572,9 +20348,8 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoa
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -21628,12 +20403,13 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoa
* IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/activityTestRes:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -21644,9 +20420,8 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityT
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -21703,12 +20478,13 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityT
* IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/svcActivityTestReq:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcActivityTestReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcActivityTestReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -21717,9 +20493,8 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcActivi
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -21767,7 +20542,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcActivi
* IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/fwFaultReportInd:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultReportInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultReportInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -21832,7 +20609,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultRe
* IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/fwFaultRecoveryInd:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultRecoveryInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultRecoveryInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -21897,7 +20676,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultRe
* IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/fwUnavailableInd:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -21962,7 +20743,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwUnavail
* IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/svcUnavailableInd:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -22020,7 +20803,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcUnavai
* IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/appUnavailableInd:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -22078,7 +20863,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appUnavai
* IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/genFaultStatsRecordRes:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -22151,12 +20938,13 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultS
* IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/activityTestErr:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -22165,9 +20953,8 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityT
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -22215,7 +21002,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityT
* IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/genFaultStatsRecordErr:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -22286,7 +21075,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultS
* IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/genFaultStatsRecordReq:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -22374,7 +21165,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultS
* IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/generateFaultStatsRecordReq:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -22440,7 +21233,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateF
* IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/appAvailStatusInd:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appAvailStatusInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appAvailStatusInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -22505,12 +21300,13 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appAvailS
* IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/generateFaultStatisticsRecordRes:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -22520,9 +21316,8 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateF
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_fw_TpFaultStatsRecord" */
@@ -22584,12 +21379,13 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateF
* IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/generateFaultStatisticsRecordErr:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -22599,9 +21395,8 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateF
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -22661,12 +21456,13 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateF
* IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/generateFaultStatisticsRecordReq:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -22675,9 +21471,8 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateF
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_TpTimeInterval" */
@@ -22733,7 +21528,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateF
* IDL:org/csapi/fw/fw_service/integrity/IpSvcFaultManager/fwAvailStatusInd:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwAvailStatusInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwAvailStatusInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -22798,12 +21595,13 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwAvailSt
* IDL:org/csapi/fw/fw_service/integrity/IpFwFaultManager/activityTestReq:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_activityTestReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_activityTestReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -22813,9 +21611,8 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_activityTe
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -22869,12 +21666,13 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_activityTe
* IDL:org/csapi/fw/fw_service/integrity/IpFwFaultManager/svcActivityTestRes:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -22885,9 +21683,8 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivit
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -22944,7 +21741,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivit
* IDL:org/csapi/fw/fw_service/integrity/IpFwFaultManager/appUnavailableInd:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_appUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_appUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -23002,7 +21801,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_appUnavail
* IDL:org/csapi/fw/fw_service/integrity/IpFwFaultManager/genFaultStatsRecordReq:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -23075,7 +21876,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultSt
* IDL:org/csapi/fw/fw_service/integrity/IpFwFaultManager/svcUnavailableInd:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -23140,12 +21943,13 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcUnavail
* IDL:org/csapi/fw/fw_service/integrity/IpFwFaultManager/svcActivityTestErr:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -23154,9 +21958,8 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivit
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -23204,7 +22007,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivit
* IDL:org/csapi/fw/fw_service/integrity/IpFwFaultManager/genFaultStatsRecordRes:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -23292,7 +22097,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultSt
* IDL:org/csapi/fw/fw_service/integrity/IpFwFaultManager/genFaultStatsRecordErr:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -23378,7 +22185,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultSt
* IDL:org/csapi/fw/fw_service/integrity/IpFwFaultManager/generateFaultStatsRecordRes:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -23444,7 +22253,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFa
* IDL:org/csapi/fw/fw_service/integrity/IpFwFaultManager/generateFaultStatsRecordErr:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -23509,7 +22320,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFa
* IDL:org/csapi/fw/fw_service/integrity/IpFwFaultManager/svcAvailStatusInd:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcAvailStatusInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcAvailStatusInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -23574,12 +22387,13 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcAvailSt
* IDL:org/csapi/fw/fw_service/integrity/IpFwFaultManager/generateFaultStatisticsRecordReq:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -23589,9 +22403,8 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFa
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_TpTimeInterval" */
@@ -23653,12 +22466,13 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFa
* IDL:org/csapi/fw/fw_service/integrity/IpFwFaultManager/generateFaultStatisticsRecordRes:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -23667,9 +22481,8 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFa
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_fw_TpFaultStatsRecord" */
@@ -23725,12 +22538,13 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFa
* IDL:org/csapi/fw/fw_service/integrity/IpFwFaultManager/generateFaultStatisticsRecordErr:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -23740,9 +22554,8 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFa
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -23796,7 +22609,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFa
* IDL:org/csapi/fw/fw_service/integrity/IpSvcOAM/systemDateTimeQuery:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -23872,7 +22687,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuer
* IDL:org/csapi/fw/fw_service/integrity/IpFwOAM/systemDateTimeQuery:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -23948,12 +22765,13 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery
* IDL:org/csapi/fw/fw_service/integrity/IpFwHeartBeatMgmt/enableHeartBeat:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_enableHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_enableHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -23962,9 +22780,8 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_enableHea
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"interval = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"interval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -24015,7 +22832,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_enableHea
* IDL:org/csapi/fw/fw_service/integrity/IpFwHeartBeatMgmt/disableHeartBeat:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_disableHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_disableHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -24073,12 +22892,13 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_disableHe
* IDL:org/csapi/fw/fw_service/integrity/IpFwHeartBeatMgmt/changeInterval:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_changeInterval(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_changeInterval(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -24087,9 +22907,8 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_changeInt
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"interval = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"interval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -24137,7 +22956,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_changeInt
* IDL:org/csapi/fw/fw_service/integrity/IpSvcHeartBeat/pulse:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeat_pulse(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeat_pulse(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -24195,7 +23016,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeat_pulse(tvbuff
* IDL:org/csapi/fw/fw_service/integrity/IpFwHeartBeat/pulse:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeat_pulse(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeat_pulse(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -24253,12 +23076,13 @@ static void decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeat_pulse(tvbuff_
* IDL:org/csapi/fw/fw_service/integrity/IpSvcHeartBeatMgmt/enableSvcHeartBeat:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_enableSvcHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_enableSvcHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -24267,9 +23091,8 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_enableSv
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"interval = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"interval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -24320,7 +23143,9 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_enableSv
* IDL:org/csapi/fw/fw_service/integrity/IpSvcHeartBeatMgmt/disableSvcHeartBeat:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_disableSvcHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_disableSvcHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -24378,12 +23203,13 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_disableS
* IDL:org/csapi/fw/fw_service/integrity/IpSvcHeartBeatMgmt/changeInterval:1.0
*/
-static void decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_changeInterval(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_changeInterval(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -24392,9 +23218,8 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_changeIn
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"interval = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"interval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -24442,12 +23267,13 @@ static void decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_changeIn
* IDL:org/csapi/fw/fw_service/notification/IpFwEventNotification/createNotification:1.0
*/
-static void decode_org_csapi_fw_fw_service_notification_IpFwEventNotification_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_notification_IpFwEventNotification_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -24471,9 +23297,8 @@ static void decode_org_csapi_fw_fw_service_notification_IpFwEventNotification_cr
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -24511,12 +23336,13 @@ static void decode_org_csapi_fw_fw_service_notification_IpFwEventNotification_cr
* IDL:org/csapi/fw/fw_service/notification/IpFwEventNotification/destroyNotification:1.0
*/
-static void decode_org_csapi_fw_fw_service_notification_IpFwEventNotification_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_notification_IpFwEventNotification_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -24525,9 +23351,8 @@ static void decode_org_csapi_fw_fw_service_notification_IpFwEventNotification_de
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -24575,12 +23400,13 @@ static void decode_org_csapi_fw_fw_service_notification_IpFwEventNotification_de
* IDL:org/csapi/fw/fw_service/notification/IpSvcEventNotification/reportNotification:1.0
*/
-static void decode_org_csapi_fw_fw_service_notification_IpSvcEventNotification_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_notification_IpSvcEventNotification_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -24596,9 +23422,8 @@ static void decode_org_csapi_fw_fw_service_notification_IpSvcEventNotification_r
/* End union "org_csapi_fw_TpFwEventInfo" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -24646,7 +23471,9 @@ static void decode_org_csapi_fw_fw_service_notification_IpSvcEventNotification_r
* IDL:org/csapi/fw/fw_service/notification/IpSvcEventNotification/notificationTerminated:1.0
*/
-static void decode_org_csapi_fw_fw_service_notification_IpSvcEventNotification_notificationTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_fw_service_notification_IpSvcEventNotification_notificationTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -24704,12 +23531,13 @@ static void decode_org_csapi_fw_fw_service_notification_IpSvcEventNotification_n
* IDL:org/csapi/cc/gccs/IpAppCall/routeRes:1.0
*/
-static void decode_org_csapi_cc_gccs_IpAppCall_routeRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpAppCall_routeRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -24718,9 +23546,8 @@ static void decode_org_csapi_cc_gccs_IpAppCall_routeRes(tvbuff_t *tvb _U_, packe
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_gccs_TpCallReport" */
@@ -24731,9 +23558,8 @@ static void decode_org_csapi_cc_gccs_IpAppCall_routeRes(tvbuff_t *tvb _U_, packe
/* End struct "org_csapi_cc_gccs_TpCallReport" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -24781,12 +23607,13 @@ static void decode_org_csapi_cc_gccs_IpAppCall_routeRes(tvbuff_t *tvb _U_, packe
* IDL:org/csapi/cc/gccs/IpAppCall/routeErr:1.0
*/
-static void decode_org_csapi_cc_gccs_IpAppCall_routeErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpAppCall_routeErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -24795,9 +23622,8 @@ static void decode_org_csapi_cc_gccs_IpAppCall_routeErr(tvbuff_t *tvb _U_, packe
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_TpCallError" */
@@ -24808,9 +23634,8 @@ static void decode_org_csapi_cc_gccs_IpAppCall_routeErr(tvbuff_t *tvb _U_, packe
/* End struct "org_csapi_cc_TpCallError" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -24858,12 +23683,13 @@ static void decode_org_csapi_cc_gccs_IpAppCall_routeErr(tvbuff_t *tvb _U_, packe
* IDL:org/csapi/cc/gccs/IpAppCall/getCallInfoRes:1.0
*/
-static void decode_org_csapi_cc_gccs_IpAppCall_getCallInfoRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpAppCall_getCallInfoRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -24872,9 +23698,8 @@ static void decode_org_csapi_cc_gccs_IpAppCall_getCallInfoRes(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_gccs_TpCallInfoReport" */
@@ -24930,12 +23755,13 @@ static void decode_org_csapi_cc_gccs_IpAppCall_getCallInfoRes(tvbuff_t *tvb _U_,
* IDL:org/csapi/cc/gccs/IpAppCall/getCallInfoErr:1.0
*/
-static void decode_org_csapi_cc_gccs_IpAppCall_getCallInfoErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpAppCall_getCallInfoErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -24944,9 +23770,8 @@ static void decode_org_csapi_cc_gccs_IpAppCall_getCallInfoErr(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_TpCallError" */
@@ -25002,12 +23827,13 @@ static void decode_org_csapi_cc_gccs_IpAppCall_getCallInfoErr(tvbuff_t *tvb _U_,
* IDL:org/csapi/cc/gccs/IpAppCall/superviseCallRes:1.0
*/
-static void decode_org_csapi_cc_gccs_IpAppCall_superviseCallRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpAppCall_superviseCallRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -25016,19 +23842,16 @@ static void decode_org_csapi_cc_gccs_IpAppCall_superviseCallRes(tvbuff_t *tvb _U
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"report = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"report = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usedTime = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"usedTime = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -25076,12 +23899,13 @@ static void decode_org_csapi_cc_gccs_IpAppCall_superviseCallRes(tvbuff_t *tvb _U
* IDL:org/csapi/cc/gccs/IpAppCall/superviseCallErr:1.0
*/
-static void decode_org_csapi_cc_gccs_IpAppCall_superviseCallErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpAppCall_superviseCallErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -25090,9 +23914,8 @@ static void decode_org_csapi_cc_gccs_IpAppCall_superviseCallErr(tvbuff_t *tvb _U
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_TpCallError" */
@@ -25148,12 +23971,13 @@ static void decode_org_csapi_cc_gccs_IpAppCall_superviseCallErr(tvbuff_t *tvb _U
* IDL:org/csapi/cc/gccs/IpAppCall/callFaultDetected:1.0
*/
-static void decode_org_csapi_cc_gccs_IpAppCall_callFaultDetected(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpAppCall_callFaultDetected(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -25163,9 +23987,8 @@ static void decode_org_csapi_cc_gccs_IpAppCall_callFaultDetected(tvbuff_t *tvb _
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -25219,12 +24042,13 @@ static void decode_org_csapi_cc_gccs_IpAppCall_callFaultDetected(tvbuff_t *tvb _
* IDL:org/csapi/cc/gccs/IpAppCall/getMoreDialledDigitsRes:1.0
*/
-static void decode_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -25235,9 +24059,8 @@ static void decode_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsRes(tvbuff_t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -25294,12 +24117,13 @@ static void decode_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsRes(tvbuff_t
* IDL:org/csapi/cc/gccs/IpAppCall/getMoreDialledDigitsErr:1.0
*/
-static void decode_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -25308,9 +24132,8 @@ static void decode_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsErr(tvbuff_t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_TpCallError" */
@@ -25366,12 +24189,13 @@ static void decode_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsErr(tvbuff_t
* IDL:org/csapi/cc/gccs/IpAppCall/callEnded:1.0
*/
-static void decode_org_csapi_cc_gccs_IpAppCall_callEnded(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpAppCall_callEnded(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -25380,9 +24204,8 @@ static void decode_org_csapi_cc_gccs_IpAppCall_callEnded(tvbuff_t *tvb _U_, pack
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_gccs_TpCallEndedReport" */
@@ -25438,12 +24261,13 @@ static void decode_org_csapi_cc_gccs_IpAppCall_callEnded(tvbuff_t *tvb _U_, pack
* IDL:org/csapi/cc/gccs/IpCall/routeReq:1.0
*/
-static void decode_org_csapi_cc_gccs_IpCall_routeReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpCall_routeReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_responseRequested;
guint32 i_responseRequested;
guint32 u_octet4_loop_appInfo;
@@ -25456,9 +24280,8 @@ static void decode_org_csapi_cc_gccs_IpCall_routeReq(tvbuff_t *tvb _U_, packet_i
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_responseRequested = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -25534,9 +24357,8 @@ static void decode_org_csapi_cc_gccs_IpCall_routeReq(tvbuff_t *tvb _U_, packet_i
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -25574,12 +24396,13 @@ static void decode_org_csapi_cc_gccs_IpCall_routeReq(tvbuff_t *tvb _U_, packet_i
* IDL:org/csapi/cc/gccs/IpCall/release:1.0
*/
-static void decode_org_csapi_cc_gccs_IpCall_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpCall_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -25588,9 +24411,8 @@ static void decode_org_csapi_cc_gccs_IpCall_release(tvbuff_t *tvb _U_, packet_in
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_gccs_TpCallReleaseCause" */
@@ -25646,12 +24468,13 @@ static void decode_org_csapi_cc_gccs_IpCall_release(tvbuff_t *tvb _U_, packet_in
* IDL:org/csapi/cc/gccs/IpCall/deassignCall:1.0
*/
-static void decode_org_csapi_cc_gccs_IpCall_deassignCall(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpCall_deassignCall(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -25660,9 +24483,8 @@ static void decode_org_csapi_cc_gccs_IpCall_deassignCall(tvbuff_t *tvb _U_, pack
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -25710,12 +24532,13 @@ static void decode_org_csapi_cc_gccs_IpCall_deassignCall(tvbuff_t *tvb _U_, pack
* IDL:org/csapi/cc/gccs/IpCall/getCallInfoReq:1.0
*/
-static void decode_org_csapi_cc_gccs_IpCall_getCallInfoReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpCall_getCallInfoReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -25724,14 +24547,12 @@ static void decode_org_csapi_cc_gccs_IpCall_getCallInfoReq(tvbuff_t *tvb _U_, pa
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callInfoRequested = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callInfoRequested = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -25779,12 +24600,13 @@ static void decode_org_csapi_cc_gccs_IpCall_getCallInfoReq(tvbuff_t *tvb _U_, pa
* IDL:org/csapi/cc/gccs/IpCall/setCallChargePlan:1.0
*/
-static void decode_org_csapi_cc_gccs_IpCall_setCallChargePlan(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpCall_setCallChargePlan(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -25793,9 +24615,8 @@ static void decode_org_csapi_cc_gccs_IpCall_setCallChargePlan(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_TpCallChargePlan" */
@@ -25851,12 +24672,13 @@ static void decode_org_csapi_cc_gccs_IpCall_setCallChargePlan(tvbuff_t *tvb _U_,
* IDL:org/csapi/cc/gccs/IpCall/setAdviceOfCharge:1.0
*/
-static void decode_org_csapi_cc_gccs_IpCall_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpCall_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -25865,9 +24687,8 @@ static void decode_org_csapi_cc_gccs_IpCall_setAdviceOfCharge(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_TpAoCInfo" */
@@ -25878,9 +24699,8 @@ static void decode_org_csapi_cc_gccs_IpCall_setAdviceOfCharge(tvbuff_t *tvb _U_,
/* End struct "org_csapi_TpAoCInfo" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"tariffSwitch = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"tariffSwitch = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -25928,12 +24748,13 @@ static void decode_org_csapi_cc_gccs_IpCall_setAdviceOfCharge(tvbuff_t *tvb _U_,
* IDL:org/csapi/cc/gccs/IpCall/getMoreDialledDigitsReq:1.0
*/
-static void decode_org_csapi_cc_gccs_IpCall_getMoreDialledDigitsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpCall_getMoreDialledDigitsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -25942,14 +24763,12 @@ static void decode_org_csapi_cc_gccs_IpCall_getMoreDialledDigitsReq(tvbuff_t *tv
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"length = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"length = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -25997,12 +24816,13 @@ static void decode_org_csapi_cc_gccs_IpCall_getMoreDialledDigitsReq(tvbuff_t *tv
* IDL:org/csapi/cc/gccs/IpCall/superviseCallReq:1.0
*/
-static void decode_org_csapi_cc_gccs_IpCall_superviseCallReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpCall_superviseCallReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -26011,19 +24831,16 @@ static void decode_org_csapi_cc_gccs_IpCall_superviseCallReq(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"time = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"time = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"treatment = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"treatment = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -26071,12 +24888,13 @@ static void decode_org_csapi_cc_gccs_IpCall_superviseCallReq(tvbuff_t *tvb _U_,
* IDL:org/csapi/cc/gccs/IpCall/continueProcessing:1.0
*/
-static void decode_org_csapi_cc_gccs_IpCall_continueProcessing(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpCall_continueProcessing(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -26085,9 +24903,8 @@ static void decode_org_csapi_cc_gccs_IpCall_continueProcessing(tvbuff_t *tvb _U_
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -26135,12 +24952,13 @@ static void decode_org_csapi_cc_gccs_IpCall_continueProcessing(tvbuff_t *tvb _U_
* IDL:org/csapi/cc/gccs/IpAppCallControlManager/callAborted:1.0
*/
-static void decode_org_csapi_cc_gccs_IpAppCallControlManager_callAborted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpAppCallControlManager_callAborted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -26149,9 +24967,8 @@ static void decode_org_csapi_cc_gccs_IpAppCallControlManager_callAborted(tvbuff_
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callReference = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callReference = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -26199,12 +25016,13 @@ static void decode_org_csapi_cc_gccs_IpAppCallControlManager_callAborted(tvbuff_
* IDL:org/csapi/cc/gccs/IpAppCallControlManager/callEventNotify:1.0
*/
-static void decode_org_csapi_cc_gccs_IpAppCallControlManager_callEventNotify(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpAppCallControlManager_callEventNotify(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -26229,9 +25047,8 @@ static void decode_org_csapi_cc_gccs_IpAppCallControlManager_callEventNotify(tvb
/* End struct "org_csapi_cc_gccs_TpCallEventInfo" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -26280,7 +25097,9 @@ static void decode_org_csapi_cc_gccs_IpAppCallControlManager_callEventNotify(tvb
* IDL:org/csapi/cc/gccs/IpAppCallControlManager/callNotificationInterrupted:1.0
*/
-static void decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationInterrupted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationInterrupted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -26338,7 +25157,9 @@ static void decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationInt
* IDL:org/csapi/cc/gccs/IpAppCallControlManager/callNotificationContinued:1.0
*/
-static void decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationContinued(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationContinued(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -26396,12 +25217,13 @@ static void decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationCon
* IDL:org/csapi/cc/gccs/IpAppCallControlManager/callOverloadEncountered:1.0
*/
-static void decode_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadEncountered(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadEncountered(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -26410,9 +25232,8 @@ static void decode_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadEncount
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -26460,12 +25281,13 @@ static void decode_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadEncount
* IDL:org/csapi/cc/gccs/IpAppCallControlManager/callOverloadCeased:1.0
*/
-static void decode_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadCeased(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadCeased(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -26474,9 +25296,8 @@ static void decode_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadCeased(
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -26524,14 +25345,15 @@ static void decode_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadCeased(
* IDL:org/csapi/cc/gccs/IpAppCallControlManager/abortMultipleCalls:1.0
*/
-static void decode_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_callReferenceSet;
guint32 i_callReferenceSet;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -26547,9 +25369,8 @@ static void decode_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls(
for (i_callReferenceSet=0; i_callReferenceSet < u_octet4_loop_callReferenceSet; i_callReferenceSet++) {
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callReferenceSet = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callReferenceSet = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
@@ -26599,7 +25420,9 @@ static void decode_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls(
* IDL:org/csapi/cc/gccs/IpCallControlManager/createCall:1.0
*/
-static void decode_org_csapi_cc_gccs_IpCallControlManager_createCall(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpCallControlManager_createCall(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -26666,12 +25489,13 @@ static void decode_org_csapi_cc_gccs_IpCallControlManager_createCall(tvbuff_t *t
* IDL:org/csapi/cc/gccs/IpCallControlManager/enableCallNotification:1.0
*/
-static void decode_org_csapi_cc_gccs_IpCallControlManager_enableCallNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpCallControlManager_enableCallNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -26699,9 +25523,8 @@ static void decode_org_csapi_cc_gccs_IpCallControlManager_enableCallNotification
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -26739,12 +25562,13 @@ static void decode_org_csapi_cc_gccs_IpCallControlManager_enableCallNotification
* IDL:org/csapi/cc/gccs/IpCallControlManager/disableCallNotification:1.0
*/
-static void decode_org_csapi_cc_gccs_IpCallControlManager_disableCallNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpCallControlManager_disableCallNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -26753,9 +25577,8 @@ static void decode_org_csapi_cc_gccs_IpCallControlManager_disableCallNotificatio
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -26803,12 +25626,13 @@ static void decode_org_csapi_cc_gccs_IpCallControlManager_disableCallNotificatio
* IDL:org/csapi/cc/gccs/IpCallControlManager/setCallLoadControl:1.0
*/
-static void decode_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -26817,9 +25641,8 @@ static void decode_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl(tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"duration = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"duration = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin union "org_csapi_cc_TpCallLoadControlMechanism" */
@@ -26853,9 +25676,8 @@ static void decode_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl(tvb
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -26893,12 +25715,13 @@ static void decode_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl(tvb
* IDL:org/csapi/cc/gccs/IpCallControlManager/changeCallNotification:1.0
*/
-static void decode_org_csapi_cc_gccs_IpCallControlManager_changeCallNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpCallControlManager_changeCallNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -26907,9 +25730,8 @@ static void decode_org_csapi_cc_gccs_IpCallControlManager_changeCallNotification
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_gccs_TpCallEventCriteria" */
@@ -26965,7 +25787,9 @@ static void decode_org_csapi_cc_gccs_IpCallControlManager_changeCallNotification
* IDL:org/csapi/cc/gccs/IpCallControlManager/getCriteria:1.0
*/
-static void decode_org_csapi_cc_gccs_IpCallControlManager_getCriteria(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_IpCallControlManager_getCriteria(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -27040,12 +25864,13 @@ static void decode_org_csapi_cc_gccs_IpCallControlManager_getCriteria(tvbuff_t *
* IDL:org/csapi/cc/mpccs/IpAppCallLeg/eventReportRes:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpAppCallLeg_eventReportRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpAppCallLeg_eventReportRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -27054,9 +25879,8 @@ static void decode_org_csapi_cc_mpccs_IpAppCallLeg_eventReportRes(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_TpCallEventInfo" */
@@ -27112,12 +25936,13 @@ static void decode_org_csapi_cc_mpccs_IpAppCallLeg_eventReportRes(tvbuff_t *tvb
* IDL:org/csapi/cc/mpccs/IpAppCallLeg/eventReportErr:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpAppCallLeg_eventReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpAppCallLeg_eventReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -27126,9 +25951,8 @@ static void decode_org_csapi_cc_mpccs_IpAppCallLeg_eventReportErr(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_TpCallError" */
@@ -27184,12 +26008,13 @@ static void decode_org_csapi_cc_mpccs_IpAppCallLeg_eventReportErr(tvbuff_t *tvb
* IDL:org/csapi/cc/mpccs/IpAppCallLeg/attachMediaRes:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -27198,9 +26023,8 @@ static void decode_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaRes(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -27248,12 +26072,13 @@ static void decode_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaRes(tvbuff_t *tvb
* IDL:org/csapi/cc/mpccs/IpAppCallLeg/attachMediaErr:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -27262,9 +26087,8 @@ static void decode_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaErr(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_TpCallError" */
@@ -27320,12 +26144,13 @@ static void decode_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaErr(tvbuff_t *tvb
* IDL:org/csapi/cc/mpccs/IpAppCallLeg/detachMediaRes:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -27334,9 +26159,8 @@ static void decode_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaRes(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -27384,12 +26208,13 @@ static void decode_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaRes(tvbuff_t *tvb
* IDL:org/csapi/cc/mpccs/IpAppCallLeg/detachMediaErr:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -27398,9 +26223,8 @@ static void decode_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaErr(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_TpCallError" */
@@ -27456,12 +26280,13 @@ static void decode_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaErr(tvbuff_t *tvb
* IDL:org/csapi/cc/mpccs/IpAppCallLeg/getInfoRes:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpAppCallLeg_getInfoRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpAppCallLeg_getInfoRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -27470,9 +26295,8 @@ static void decode_org_csapi_cc_mpccs_IpAppCallLeg_getInfoRes(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_TpCallLegInfoReport" */
@@ -27528,12 +26352,13 @@ static void decode_org_csapi_cc_mpccs_IpAppCallLeg_getInfoRes(tvbuff_t *tvb _U_,
* IDL:org/csapi/cc/mpccs/IpAppCallLeg/getInfoErr:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpAppCallLeg_getInfoErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpAppCallLeg_getInfoErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -27542,9 +26367,8 @@ static void decode_org_csapi_cc_mpccs_IpAppCallLeg_getInfoErr(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_TpCallError" */
@@ -27600,12 +26424,13 @@ static void decode_org_csapi_cc_mpccs_IpAppCallLeg_getInfoErr(tvbuff_t *tvb _U_,
* IDL:org/csapi/cc/mpccs/IpAppCallLeg/routeErr:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpAppCallLeg_routeErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpAppCallLeg_routeErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -27614,9 +26439,8 @@ static void decode_org_csapi_cc_mpccs_IpAppCallLeg_routeErr(tvbuff_t *tvb _U_, p
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_TpCallError" */
@@ -27672,12 +26496,13 @@ static void decode_org_csapi_cc_mpccs_IpAppCallLeg_routeErr(tvbuff_t *tvb _U_, p
* IDL:org/csapi/cc/mpccs/IpAppCallLeg/superviseRes:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -27686,19 +26511,16 @@ static void decode_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes(tvbuff_t *tvb _U
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"report = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"report = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usedTime = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"usedTime = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -27746,12 +26568,13 @@ static void decode_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes(tvbuff_t *tvb _U
* IDL:org/csapi/cc/mpccs/IpAppCallLeg/superviseErr:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpAppCallLeg_superviseErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpAppCallLeg_superviseErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -27760,9 +26583,8 @@ static void decode_org_csapi_cc_mpccs_IpAppCallLeg_superviseErr(tvbuff_t *tvb _U
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_TpCallError" */
@@ -27818,12 +26640,13 @@ static void decode_org_csapi_cc_mpccs_IpAppCallLeg_superviseErr(tvbuff_t *tvb _U
* IDL:org/csapi/cc/mpccs/IpAppCallLeg/callLegEnded:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpAppCallLeg_callLegEnded(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpAppCallLeg_callLegEnded(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -27833,9 +26656,8 @@ static void decode_org_csapi_cc_mpccs_IpAppCallLeg_callLegEnded(tvbuff_t *tvb _U
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -27889,7 +26711,9 @@ static void decode_org_csapi_cc_mpccs_IpAppCallLeg_callLegEnded(tvbuff_t *tvb _U
* IDL:org/csapi/cc/mpccs/IpMultiPartyCallControlManager/createCall:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createCall(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createCall(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -27956,12 +26780,13 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createCall(
* IDL:org/csapi/cc/mpccs/IpMultiPartyCallControlManager/createNotification:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -27989,9 +26814,8 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createNotif
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -28029,12 +26853,13 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createNotif
* IDL:org/csapi/cc/mpccs/IpMultiPartyCallControlManager/destroyNotification:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -28043,9 +26868,8 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_destroyNoti
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -28093,12 +26917,13 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_destroyNoti
* IDL:org/csapi/cc/mpccs/IpMultiPartyCallControlManager/changeNotification:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_changeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_changeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -28107,9 +26932,8 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_changeNotif
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_TpCallNotificationRequest" */
@@ -28165,7 +26989,9 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_changeNotif
* IDL:org/csapi/cc/mpccs/IpMultiPartyCallControlManager/getNotification:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -28240,12 +27066,13 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotifica
* IDL:org/csapi/cc/mpccs/IpMultiPartyCallControlManager/setCallLoadControl:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -28254,9 +27081,8 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoad
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"duration = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"duration = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin union "org_csapi_cc_TpCallLoadControlMechanism" */
@@ -28290,9 +27116,8 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoad
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -28330,12 +27155,13 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoad
* IDL:org/csapi/cc/mpccs/IpMultiPartyCallControlManager/enableNotifications:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_enableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_enableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -28355,9 +27181,8 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_enableNotif
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -28395,7 +27220,9 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_enableNotif
* IDL:org/csapi/cc/mpccs/IpMultiPartyCallControlManager/disableNotifications:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_disableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_disableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -28453,12 +27280,13 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_disableNoti
* IDL:org/csapi/cc/mpccs/IpMultiPartyCallControlManager/getNextNotification:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNextNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNextNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -28467,9 +27295,8 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNextNoti
case Request:
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"reset = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"reset = %u",get_CDR_boolean(tvb,offset));
}
break;
@@ -28523,12 +27350,13 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNextNoti
* IDL:org/csapi/cc/mpccs/IpCallLeg/routeReq:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpCallLeg_routeReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpCallLeg_routeReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_appInfo;
guint32 i_appInfo;
@@ -28539,9 +27367,8 @@ static void decode_org_csapi_cc_mpccs_IpCallLeg_routeReq(tvbuff_t *tvb _U_, pack
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_TpAddress" */
@@ -28629,12 +27456,13 @@ static void decode_org_csapi_cc_mpccs_IpCallLeg_routeReq(tvbuff_t *tvb _U_, pack
* IDL:org/csapi/cc/mpccs/IpCallLeg/eventReportReq:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpCallLeg_eventReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpCallLeg_eventReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_eventsRequested;
guint32 i_eventsRequested;
@@ -28645,9 +27473,8 @@ static void decode_org_csapi_cc_mpccs_IpCallLeg_eventReportReq(tvbuff_t *tvb _U_
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_eventsRequested = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -28712,12 +27539,13 @@ static void decode_org_csapi_cc_mpccs_IpCallLeg_eventReportReq(tvbuff_t *tvb _U_
* IDL:org/csapi/cc/mpccs/IpCallLeg/release:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpCallLeg_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpCallLeg_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -28727,9 +27555,8 @@ static void decode_org_csapi_cc_mpccs_IpCallLeg_release(tvbuff_t *tvb _U_, packe
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -28783,12 +27610,13 @@ static void decode_org_csapi_cc_mpccs_IpCallLeg_release(tvbuff_t *tvb _U_, packe
* IDL:org/csapi/cc/mpccs/IpCallLeg/getInfoReq:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpCallLeg_getInfoReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpCallLeg_getInfoReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -28797,14 +27625,12 @@ static void decode_org_csapi_cc_mpccs_IpCallLeg_getInfoReq(tvbuff_t *tvb _U_, pa
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegInfoRequested = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegInfoRequested = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -28852,12 +27678,13 @@ static void decode_org_csapi_cc_mpccs_IpCallLeg_getInfoReq(tvbuff_t *tvb _U_, pa
* IDL:org/csapi/cc/mpccs/IpCallLeg/getCall:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpCallLeg_getCall(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpCallLeg_getCall(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -28866,9 +27693,8 @@ static void decode_org_csapi_cc_mpccs_IpCallLeg_getCall(tvbuff_t *tvb _U_, packe
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -28922,12 +27748,13 @@ static void decode_org_csapi_cc_mpccs_IpCallLeg_getCall(tvbuff_t *tvb _U_, packe
* IDL:org/csapi/cc/mpccs/IpCallLeg/attachMediaReq:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpCallLeg_attachMediaReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpCallLeg_attachMediaReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -28936,9 +27763,8 @@ static void decode_org_csapi_cc_mpccs_IpCallLeg_attachMediaReq(tvbuff_t *tvb _U_
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -28986,12 +27812,13 @@ static void decode_org_csapi_cc_mpccs_IpCallLeg_attachMediaReq(tvbuff_t *tvb _U_
* IDL:org/csapi/cc/mpccs/IpCallLeg/detachMediaReq:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpCallLeg_detachMediaReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpCallLeg_detachMediaReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -29000,9 +27827,8 @@ static void decode_org_csapi_cc_mpccs_IpCallLeg_detachMediaReq(tvbuff_t *tvb _U_
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -29050,12 +27876,13 @@ static void decode_org_csapi_cc_mpccs_IpCallLeg_detachMediaReq(tvbuff_t *tvb _U_
* IDL:org/csapi/cc/mpccs/IpCallLeg/getCurrentDestinationAddress:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpCallLeg_getCurrentDestinationAddress(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpCallLeg_getCurrentDestinationAddress(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -29064,9 +27891,8 @@ static void decode_org_csapi_cc_mpccs_IpCallLeg_getCurrentDestinationAddress(tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -29120,12 +27946,13 @@ static void decode_org_csapi_cc_mpccs_IpCallLeg_getCurrentDestinationAddress(tvb
* IDL:org/csapi/cc/mpccs/IpCallLeg/continueProcessing:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpCallLeg_continueProcessing(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpCallLeg_continueProcessing(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -29134,9 +27961,8 @@ static void decode_org_csapi_cc_mpccs_IpCallLeg_continueProcessing(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -29184,12 +28010,13 @@ static void decode_org_csapi_cc_mpccs_IpCallLeg_continueProcessing(tvbuff_t *tvb
* IDL:org/csapi/cc/mpccs/IpCallLeg/setChargePlan:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpCallLeg_setChargePlan(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpCallLeg_setChargePlan(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -29198,9 +28025,8 @@ static void decode_org_csapi_cc_mpccs_IpCallLeg_setChargePlan(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_TpCallChargePlan" */
@@ -29256,12 +28082,13 @@ static void decode_org_csapi_cc_mpccs_IpCallLeg_setChargePlan(tvbuff_t *tvb _U_,
* IDL:org/csapi/cc/mpccs/IpCallLeg/setAdviceOfCharge:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -29270,9 +28097,8 @@ static void decode_org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_TpAoCInfo" */
@@ -29283,9 +28109,8 @@ static void decode_org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge(tvbuff_t *tvb
/* End struct "org_csapi_TpAoCInfo" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"tariffSwitch = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"tariffSwitch = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -29333,12 +28158,13 @@ static void decode_org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge(tvbuff_t *tvb
* IDL:org/csapi/cc/mpccs/IpCallLeg/superviseReq:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpCallLeg_superviseReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpCallLeg_superviseReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -29347,19 +28173,16 @@ static void decode_org_csapi_cc_mpccs_IpCallLeg_superviseReq(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"time = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"time = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"treatment = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"treatment = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -29407,12 +28230,13 @@ static void decode_org_csapi_cc_mpccs_IpCallLeg_superviseReq(tvbuff_t *tvb _U_,
* IDL:org/csapi/cc/mpccs/IpCallLeg/deassign:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpCallLeg_deassign(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpCallLeg_deassign(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -29421,9 +28245,8 @@ static void decode_org_csapi_cc_mpccs_IpCallLeg_deassign(tvbuff_t *tvb _U_, pack
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -29471,12 +28294,13 @@ static void decode_org_csapi_cc_mpccs_IpCallLeg_deassign(tvbuff_t *tvb _U_, pack
* IDL:org/csapi/cc/mpccs/IpCallLeg/getProperties:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpCallLeg_getProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpCallLeg_getProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_propertyNames;
guint32 i_propertyNames;
guint32 u_octet4;
@@ -29491,9 +28315,8 @@ static void decode_org_csapi_cc_mpccs_IpCallLeg_getProperties(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_propertyNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -29574,12 +28397,13 @@ static void decode_org_csapi_cc_mpccs_IpCallLeg_getProperties(tvbuff_t *tvb _U_,
* IDL:org/csapi/cc/mpccs/IpCallLeg/setProperties:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpCallLeg_setProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpCallLeg_setProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_properties;
guint32 i_properties;
@@ -29590,9 +28414,8 @@ static void decode_org_csapi_cc_mpccs_IpCallLeg_setProperties(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_properties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -29657,12 +28480,13 @@ static void decode_org_csapi_cc_mpccs_IpCallLeg_setProperties(tvbuff_t *tvb _U_,
* IDL:org/csapi/cc/mpccs/IpAppMultiPartyCall/getInfoRes:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -29671,9 +28495,8 @@ static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoRes(tvbuff_t *t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_TpCallInfoReport" */
@@ -29729,12 +28552,13 @@ static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoRes(tvbuff_t *t
* IDL:org/csapi/cc/mpccs/IpAppMultiPartyCall/getInfoErr:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -29743,9 +28567,8 @@ static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoErr(tvbuff_t *t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_TpCallError" */
@@ -29801,12 +28624,13 @@ static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoErr(tvbuff_t *t
* IDL:org/csapi/cc/mpccs/IpAppMultiPartyCall/superviseRes:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -29815,19 +28639,16 @@ static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes(tvbuff_t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"report = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"report = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usedTime = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"usedTime = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -29875,12 +28696,13 @@ static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes(tvbuff_t
* IDL:org/csapi/cc/mpccs/IpAppMultiPartyCall/superviseErr:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -29889,9 +28711,8 @@ static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseErr(tvbuff_t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_TpCallError" */
@@ -29947,12 +28768,13 @@ static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseErr(tvbuff_t
* IDL:org/csapi/cc/mpccs/IpAppMultiPartyCall/callEnded:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_callEnded(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_callEnded(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -29961,9 +28783,8 @@ static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_callEnded(tvbuff_t *tv
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_TpCallEndedReport" */
@@ -30019,12 +28840,13 @@ static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_callEnded(tvbuff_t *tv
* IDL:org/csapi/cc/mpccs/IpAppMultiPartyCall/createAndRouteCallLegErr:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_createAndRouteCallLegErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_createAndRouteCallLegErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -30033,9 +28855,8 @@ static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_createAndRouteCallLegE
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_mpccs_TpCallLegIdentifier" */
@@ -30099,12 +28920,13 @@ static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_createAndRouteCallLegE
* IDL:org/csapi/cc/mpccs/IpMultiPartyCall/getCallLegs:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_TpCallLegIdentifierSet;
guint32 i_TpCallLegIdentifierSet;
@@ -30115,9 +28937,8 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -30180,12 +29001,13 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs(tvbuff_t *tvb
* IDL:org/csapi/cc/mpccs/IpMultiPartyCall/createCallLeg:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpMultiPartyCall_createCallLeg(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpMultiPartyCall_createCallLeg(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -30194,9 +29016,8 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCall_createCallLeg(tvbuff_t *t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -30253,12 +29074,13 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCall_createCallLeg(tvbuff_t *t
* IDL:org/csapi/cc/mpccs/IpMultiPartyCall/createAndRouteCallLegReq:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_eventsRequested;
guint32 i_eventsRequested;
guint32 u_octet4_loop_appInfo;
@@ -30271,9 +29093,8 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq(
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_eventsRequested = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -30379,12 +29200,13 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq(
* IDL:org/csapi/cc/mpccs/IpMultiPartyCall/release:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpMultiPartyCall_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpMultiPartyCall_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -30394,9 +29216,8 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCall_release(tvbuff_t *tvb _U_
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -30450,12 +29271,13 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCall_release(tvbuff_t *tvb _U_
* IDL:org/csapi/cc/mpccs/IpMultiPartyCall/deassignCall:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpMultiPartyCall_deassignCall(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpMultiPartyCall_deassignCall(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -30464,9 +29286,8 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCall_deassignCall(tvbuff_t *tv
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -30514,12 +29335,13 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCall_deassignCall(tvbuff_t *tv
* IDL:org/csapi/cc/mpccs/IpMultiPartyCall/getInfoReq:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpMultiPartyCall_getInfoReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpMultiPartyCall_getInfoReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -30528,14 +29350,12 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCall_getInfoReq(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callInfoRequested = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callInfoRequested = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -30583,12 +29403,13 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCall_getInfoReq(tvbuff_t *tvb
* IDL:org/csapi/cc/mpccs/IpMultiPartyCall/setChargePlan:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpMultiPartyCall_setChargePlan(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpMultiPartyCall_setChargePlan(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -30597,9 +29418,8 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCall_setChargePlan(tvbuff_t *t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_TpCallChargePlan" */
@@ -30655,12 +29475,13 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCall_setChargePlan(tvbuff_t *t
* IDL:org/csapi/cc/mpccs/IpMultiPartyCall/setAdviceOfCharge:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -30669,9 +29490,8 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge(tvbuff_
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_TpAoCInfo" */
@@ -30682,9 +29502,8 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge(tvbuff_
/* End struct "org_csapi_TpAoCInfo" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"tariffSwitch = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"tariffSwitch = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -30732,12 +29551,13 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge(tvbuff_
* IDL:org/csapi/cc/mpccs/IpMultiPartyCall/superviseReq:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -30746,19 +29566,16 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq(tvbuff_t *tv
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"time = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"time = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"treatment = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"treatment = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -30806,14 +29623,15 @@ static void decode_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq(tvbuff_t *tv
* IDL:org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager/reportNotification:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_callLegReferenceSet;
guint32 i_callLegReferenceSet;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -30855,9 +29673,8 @@ static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNo
/* End struct "org_csapi_cc_TpCallNotificationInfo" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -30910,12 +29727,13 @@ static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNo
* IDL:org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager/callAborted:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callAborted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callAborted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -30924,9 +29742,8 @@ static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callAbor
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callReference = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callReference = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -30974,7 +29791,9 @@ static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callAbor
* IDL:org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager/managerInterrupted:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerInterrupted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerInterrupted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -31032,7 +29851,9 @@ static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerI
* IDL:org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager/managerResumed:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerResumed(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerResumed(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -31090,12 +29911,13 @@ static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerR
* IDL:org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager/callOverloadEncountered:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadEncountered(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadEncountered(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -31104,9 +29926,8 @@ static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOver
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -31154,12 +29975,13 @@ static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOver
* IDL:org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager/callOverloadCeased:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadCeased(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadCeased(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -31168,9 +29990,8 @@ static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOver
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -31218,14 +30039,15 @@ static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOver
* IDL:org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager/abortMultipleCalls:1.0
*/
-static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_callReferenceSet;
guint32 i_callReferenceSet;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -31241,9 +30063,8 @@ static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMul
for (i_callReferenceSet=0; i_callReferenceSet < u_octet4_loop_callReferenceSet; i_callReferenceSet++) {
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callReferenceSet = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callReferenceSet = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
@@ -31293,12 +30114,13 @@ static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMul
* IDL:org/csapi/cc/mmccs/IpAppMultiMediaCall/superviseVolumeRes:1.0
*/
-static void decode_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -31308,14 +30130,12 @@ static void decode_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes(tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"report = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"report = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_mmccs_TpCallSuperviseVolume" */
@@ -31377,12 +30197,13 @@ static void decode_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes(tvb
* IDL:org/csapi/cc/mmccs/IpAppMultiMediaCall/superviseVolumeErr:1.0
*/
-static void decode_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -31391,9 +30212,8 @@ static void decode_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeErr(tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_TpCallError" */
@@ -31449,12 +30269,13 @@ static void decode_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeErr(tvb
* IDL:org/csapi/cc/mmccs/IpAppMultiMediaCallLeg/mediaStreamMonitorRes:1.0
*/
-static void decode_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_streams;
guint32 i_streams;
guint32 u_octet4;
@@ -31466,9 +30287,8 @@ static void decode_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorR
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_streams = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -31539,12 +30359,13 @@ static void decode_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorR
* IDL:org/csapi/cc/mmccs/IpMultiMediaStream/subtract:1.0
*/
-static void decode_org_csapi_cc_mmccs_IpMultiMediaStream_subtract(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mmccs_IpMultiMediaStream_subtract(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -31553,9 +30374,8 @@ static void decode_org_csapi_cc_mmccs_IpMultiMediaStream_subtract(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mediaStreamSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mediaStreamSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -31603,12 +30423,13 @@ static void decode_org_csapi_cc_mmccs_IpMultiMediaStream_subtract(tvbuff_t *tvb
* IDL:org/csapi/cc/mmccs/IpMultiMediaCallLeg/mediaStreamAllow:1.0
*/
-static void decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_mediaStreamList;
guint32 i_mediaStreamList;
@@ -31619,9 +30440,8 @@ static void decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow(tvbuf
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_mediaStreamList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -31631,9 +30451,8 @@ static void decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow(tvbuf
for (i_mediaStreamList=0; i_mediaStreamList < u_octet4_loop_mediaStreamList; i_mediaStreamList++) {
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mediaStreamList = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mediaStreamList = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
@@ -31683,12 +30502,13 @@ static void decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow(tvbuf
* IDL:org/csapi/cc/mmccs/IpMultiMediaCallLeg/mediaStreamMonitorReq:1.0
*/
-static void decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_mediaStreamEventCriteria;
guint32 i_mediaStreamEventCriteria;
@@ -31699,9 +30519,8 @@ static void decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq(
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_mediaStreamEventCriteria = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -31766,12 +30585,13 @@ static void decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq(
* IDL:org/csapi/cc/mmccs/IpMultiMediaCallLeg/getMediaStreams:1.0
*/
-static void decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_TpMediaStreamSet;
guint32 i_TpMediaStreamSet;
@@ -31782,9 +30602,8 @@ static void decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams(tvbuff
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -31847,12 +30666,13 @@ static void decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams(tvbuff
* IDL:org/csapi/cc/mmccs/IpMultiMediaCall/superviseVolumeReq:1.0
*/
-static void decode_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -31861,9 +30681,8 @@ static void decode_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq(tvbuff
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_mmccs_TpCallSuperviseVolume" */
@@ -31874,9 +30693,8 @@ static void decode_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq(tvbuff
/* End struct "org_csapi_cc_mmccs_TpCallSuperviseVolume" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"treatment = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"treatment = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -31924,7 +30742,9 @@ static void decode_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq(tvbuff
* IDL:org/csapi/cc/mmccs/IpAppMultiMediaCallControlManager/reportMediaNotification:1.0
*/
-static void decode_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -31934,7 +30754,6 @@ static void decode_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMe
guint32 u_octet4_loop_mediaStreams;
guint32 i_mediaStreams;
guint32 u_octet4;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -31997,9 +30816,8 @@ static void decode_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMe
proto_tree_add_text(tree,tvb,*offset-4,4,"qualityOfService = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_TpDataSessionQosClass,"Unknown Enum Value"));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -32052,12 +30870,13 @@ static void decode_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMe
* IDL:org/csapi/cc/mmccs/IpMultiMediaCallControlManager/createMediaNotification:1.0
*/
-static void decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_createMediaNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_createMediaNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -32085,9 +30904,8 @@ static void decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_createMedia
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -32125,12 +30943,13 @@ static void decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_createMedia
* IDL:org/csapi/cc/mmccs/IpMultiMediaCallControlManager/destroyMediaNotification:1.0
*/
-static void decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_destroyMediaNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_destroyMediaNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -32139,9 +30958,8 @@ static void decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_destroyMedi
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -32189,12 +31007,13 @@ static void decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_destroyMedi
* IDL:org/csapi/cc/mmccs/IpMultiMediaCallControlManager/changeMediaNotification:1.0
*/
-static void decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_changeMediaNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_changeMediaNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -32203,9 +31022,8 @@ static void decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_changeMedia
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_mmccs_TpNotificationMediaRequest" */
@@ -32261,7 +31079,9 @@ static void decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_changeMedia
* IDL:org/csapi/cc/mmccs/IpMultiMediaCallControlManager/getMediaNotification:1.0
*/
-static void decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -32336,12 +31156,13 @@ static void decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNot
* IDL:org/csapi/cc/cccs/IpAppSubConfCall/chairSelection:1.0
*/
-static void decode_org_csapi_cc_cccs_IpAppSubConfCall_chairSelection(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_cccs_IpAppSubConfCall_chairSelection(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -32350,14 +31171,12 @@ static void decode_org_csapi_cc_cccs_IpAppSubConfCall_chairSelection(tvbuff_t *t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"subConferenceSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"subConferenceSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -32405,12 +31224,13 @@ static void decode_org_csapi_cc_cccs_IpAppSubConfCall_chairSelection(tvbuff_t *t
* IDL:org/csapi/cc/cccs/IpAppSubConfCall/floorRequest:1.0
*/
-static void decode_org_csapi_cc_cccs_IpAppSubConfCall_floorRequest(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_cccs_IpAppSubConfCall_floorRequest(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -32419,14 +31239,12 @@ static void decode_org_csapi_cc_cccs_IpAppSubConfCall_floorRequest(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"subConferenceSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"subConferenceSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -32474,12 +31292,13 @@ static void decode_org_csapi_cc_cccs_IpAppSubConfCall_floorRequest(tvbuff_t *tvb
* IDL:org/csapi/cc/cccs/IpAppConfCall/partyJoined:1.0
*/
-static void decode_org_csapi_cc_cccs_IpAppConfCall_partyJoined(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_cccs_IpAppConfCall_partyJoined(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -32488,9 +31307,8 @@ static void decode_org_csapi_cc_cccs_IpAppConfCall_partyJoined(tvbuff_t *tvb _U_
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"conferenceSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"conferenceSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_mpccs_TpCallLegIdentifier" */
@@ -32555,12 +31373,13 @@ static void decode_org_csapi_cc_cccs_IpAppConfCall_partyJoined(tvbuff_t *tvb _U_
* IDL:org/csapi/cc/cccs/IpAppConfCall/leaveMonitorRes:1.0
*/
-static void decode_org_csapi_cc_cccs_IpAppConfCall_leaveMonitorRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_cccs_IpAppConfCall_leaveMonitorRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -32569,14 +31388,12 @@ static void decode_org_csapi_cc_cccs_IpAppConfCall_leaveMonitorRes(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"conferenceSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"conferenceSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLeg = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLeg = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -32624,12 +31441,13 @@ static void decode_org_csapi_cc_cccs_IpAppConfCall_leaveMonitorRes(tvbuff_t *tvb
* IDL:org/csapi/cc/cccs/IpConfCallControlManager/createConference:1.0
*/
-static void decode_org_csapi_cc_cccs_IpConfCallControlManager_createConference(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_cccs_IpConfCallControlManager_createConference(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -32641,9 +31459,8 @@ static void decode_org_csapi_cc_cccs_IpConfCallControlManager_createConference(t
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"numberOfSubConferences = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"numberOfSubConferences = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin union "org_csapi_cc_cccs_TpConfPolicy" */
@@ -32653,14 +31470,12 @@ static void decode_org_csapi_cc_cccs_IpConfCallControlManager_createConference(t
/* End union "org_csapi_cc_cccs_TpConfPolicy" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"numberOfParticipants = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"numberOfParticipants = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"duration = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"duration = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -32714,7 +31529,9 @@ static void decode_org_csapi_cc_cccs_IpConfCallControlManager_createConference(t
* IDL:org/csapi/cc/cccs/IpConfCallControlManager/checkResources:1.0
*/
-static void decode_org_csapi_cc_cccs_IpConfCallControlManager_checkResources(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_cccs_IpConfCallControlManager_checkResources(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -32786,14 +31603,15 @@ static void decode_org_csapi_cc_cccs_IpConfCallControlManager_checkResources(tvb
* IDL:org/csapi/cc/cccs/IpConfCallControlManager/reserveResources:1.0
*/
-static void decode_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gchar *seq = NULL;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -32814,14 +31632,12 @@ static void decode_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources(t
g_free(seq); /* free buffer */
seq = NULL;
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"numberOfParticipants = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"numberOfParticipants = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"duration = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"duration = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin union "org_csapi_cc_cccs_TpConfPolicy" */
@@ -32882,7 +31698,9 @@ static void decode_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources(t
* IDL:org/csapi/cc/cccs/IpConfCallControlManager/freeResources:1.0
*/
-static void decode_org_csapi_cc_cccs_IpConfCallControlManager_freeResources(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_cccs_IpConfCallControlManager_freeResources(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -32948,7 +31766,9 @@ static void decode_org_csapi_cc_cccs_IpConfCallControlManager_freeResources(tvbu
* IDL:org/csapi/cc/cccs/IpAppConfCallControlManager/conferenceCreated:1.0
*/
-static void decode_org_csapi_cc_cccs_IpAppConfCallControlManager_conferenceCreated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_cccs_IpAppConfCallControlManager_conferenceCreated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -33015,12 +31835,13 @@ static void decode_org_csapi_cc_cccs_IpAppConfCallControlManager_conferenceCreat
* IDL:org/csapi/cc/cccs/IpSubConfCall/splitSubConference:1.0
*/
-static void decode_org_csapi_cc_cccs_IpSubConfCall_splitSubConference(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_cccs_IpSubConfCall_splitSubConference(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_callLegList;
guint32 i_callLegList;
@@ -33031,9 +31852,8 @@ static void decode_org_csapi_cc_cccs_IpSubConfCall_splitSubConference(tvbuff_t *
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"subConferenceSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"subConferenceSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_callLegList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -33043,9 +31863,8 @@ static void decode_org_csapi_cc_cccs_IpSubConfCall_splitSubConference(tvbuff_t *
for (i_callLegList=0; i_callLegList < u_octet4_loop_callLegList; i_callLegList++) {
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegList = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLegList = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
@@ -33104,12 +31923,13 @@ static void decode_org_csapi_cc_cccs_IpSubConfCall_splitSubConference(tvbuff_t *
* IDL:org/csapi/cc/cccs/IpSubConfCall/mergeSubConference:1.0
*/
-static void decode_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -33118,14 +31938,12 @@ static void decode_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference(tvbuff_t *
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"subConferenceCallSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"subConferenceCallSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"targetSubConferenceCall = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"targetSubConferenceCall = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -33173,12 +31991,13 @@ static void decode_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference(tvbuff_t *
* IDL:org/csapi/cc/cccs/IpSubConfCall/moveCallLeg:1.0
*/
-static void decode_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -33187,19 +32006,16 @@ static void decode_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg(tvbuff_t *tvb _U_
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"subConferenceCallSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"subConferenceCallSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"targetSubConferenceCall = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"targetSubConferenceCall = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLeg = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"callLeg = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -33247,12 +32063,13 @@ static void decode_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg(tvbuff_t *tvb _U_
* IDL:org/csapi/cc/cccs/IpSubConfCall/inspectVideo:1.0
*/
-static void decode_org_csapi_cc_cccs_IpSubConfCall_inspectVideo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_cccs_IpSubConfCall_inspectVideo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -33261,14 +32078,12 @@ static void decode_org_csapi_cc_cccs_IpSubConfCall_inspectVideo(tvbuff_t *tvb _U
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"subConferenceSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"subConferenceSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"inspectedCallLeg = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"inspectedCallLeg = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -33316,12 +32131,13 @@ static void decode_org_csapi_cc_cccs_IpSubConfCall_inspectVideo(tvbuff_t *tvb _U
* IDL:org/csapi/cc/cccs/IpSubConfCall/inspectVideoCancel:1.0
*/
-static void decode_org_csapi_cc_cccs_IpSubConfCall_inspectVideoCancel(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_cccs_IpSubConfCall_inspectVideoCancel(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -33330,9 +32146,8 @@ static void decode_org_csapi_cc_cccs_IpSubConfCall_inspectVideoCancel(tvbuff_t *
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"subConferenceSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"subConferenceSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -33380,12 +32195,13 @@ static void decode_org_csapi_cc_cccs_IpSubConfCall_inspectVideoCancel(tvbuff_t *
* IDL:org/csapi/cc/cccs/IpSubConfCall/appointSpeaker:1.0
*/
-static void decode_org_csapi_cc_cccs_IpSubConfCall_appointSpeaker(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_cccs_IpSubConfCall_appointSpeaker(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -33394,14 +32210,12 @@ static void decode_org_csapi_cc_cccs_IpSubConfCall_appointSpeaker(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"subConferenceSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"subConferenceSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"speakerCallLeg = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"speakerCallLeg = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -33449,12 +32263,13 @@ static void decode_org_csapi_cc_cccs_IpSubConfCall_appointSpeaker(tvbuff_t *tvb
* IDL:org/csapi/cc/cccs/IpSubConfCall/chairSelection:1.0
*/
-static void decode_org_csapi_cc_cccs_IpSubConfCall_chairSelection(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_cccs_IpSubConfCall_chairSelection(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -33463,14 +32278,12 @@ static void decode_org_csapi_cc_cccs_IpSubConfCall_chairSelection(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"subConferenceSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"subConferenceSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"chairCallLeg = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"chairCallLeg = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -33518,12 +32331,13 @@ static void decode_org_csapi_cc_cccs_IpSubConfCall_chairSelection(tvbuff_t *tvb
* IDL:org/csapi/cc/cccs/IpSubConfCall/changeConferencePolicy:1.0
*/
-static void decode_org_csapi_cc_cccs_IpSubConfCall_changeConferencePolicy(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_cccs_IpSubConfCall_changeConferencePolicy(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -33532,9 +32346,8 @@ static void decode_org_csapi_cc_cccs_IpSubConfCall_changeConferencePolicy(tvbuff
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"subConferenceSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"subConferenceSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin union "org_csapi_cc_cccs_TpConfPolicy" */
@@ -33589,12 +32402,13 @@ static void decode_org_csapi_cc_cccs_IpSubConfCall_changeConferencePolicy(tvbuff
* IDL:org/csapi/cc/cccs/IpConfCall/getSubConferences:1.0
*/
-static void decode_org_csapi_cc_cccs_IpConfCall_getSubConferences(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_cccs_IpConfCall_getSubConferences(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_TpSubConfCallIdentifierSet;
guint32 i_TpSubConfCallIdentifierSet;
@@ -33605,9 +32419,8 @@ static void decode_org_csapi_cc_cccs_IpConfCall_getSubConferences(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"conferenceSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"conferenceSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -33670,12 +32483,13 @@ static void decode_org_csapi_cc_cccs_IpConfCall_getSubConferences(tvbuff_t *tvb
* IDL:org/csapi/cc/cccs/IpConfCall/createSubConference:1.0
*/
-static void decode_org_csapi_cc_cccs_IpConfCall_createSubConference(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_cccs_IpConfCall_createSubConference(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -33684,9 +32498,8 @@ static void decode_org_csapi_cc_cccs_IpConfCall_createSubConference(tvbuff_t *tv
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"conferenceSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"conferenceSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -33750,12 +32563,13 @@ static void decode_org_csapi_cc_cccs_IpConfCall_createSubConference(tvbuff_t *tv
* IDL:org/csapi/cc/cccs/IpConfCall/leaveMonitorReq:1.0
*/
-static void decode_org_csapi_cc_cccs_IpConfCall_leaveMonitorReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_cccs_IpConfCall_leaveMonitorReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -33764,9 +32578,8 @@ static void decode_org_csapi_cc_cccs_IpConfCall_leaveMonitorReq(tvbuff_t *tvb _U
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"conferenceSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"conferenceSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -33814,12 +32627,13 @@ static void decode_org_csapi_cc_cccs_IpConfCall_leaveMonitorReq(tvbuff_t *tvb _U
* IDL:org/csapi/cc/cccs/IpConfCall/getConferenceAddress:1.0
*/
-static void decode_org_csapi_cc_cccs_IpConfCall_getConferenceAddress(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_cccs_IpConfCall_getConferenceAddress(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -33828,9 +32642,8 @@ static void decode_org_csapi_cc_cccs_IpConfCall_getConferenceAddress(tvbuff_t *t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"conferenceSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"conferenceSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -33884,12 +32697,13 @@ static void decode_org_csapi_cc_cccs_IpConfCall_getConferenceAddress(tvbuff_t *t
* IDL:org/csapi/ui/IpAppUI/sendInfoRes:1.0
*/
-static void decode_org_csapi_ui_IpAppUI_sendInfoRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpAppUI_sendInfoRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -33899,14 +32713,12 @@ static void decode_org_csapi_ui_IpAppUI_sendInfoRes(tvbuff_t *tvb _U_, packet_in
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -33960,12 +32772,13 @@ static void decode_org_csapi_ui_IpAppUI_sendInfoRes(tvbuff_t *tvb _U_, packet_in
* IDL:org/csapi/ui/IpAppUI/sendInfoErr:1.0
*/
-static void decode_org_csapi_ui_IpAppUI_sendInfoErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpAppUI_sendInfoErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -33975,14 +32788,12 @@ static void decode_org_csapi_ui_IpAppUI_sendInfoErr(tvbuff_t *tvb _U_, packet_in
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -34036,12 +32847,13 @@ static void decode_org_csapi_ui_IpAppUI_sendInfoErr(tvbuff_t *tvb _U_, packet_in
* IDL:org/csapi/ui/IpAppUI/sendInfoAndCollectRes:1.0
*/
-static void decode_org_csapi_ui_IpAppUI_sendInfoAndCollectRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpAppUI_sendInfoAndCollectRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -34052,14 +32864,12 @@ static void decode_org_csapi_ui_IpAppUI_sendInfoAndCollectRes(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -34122,12 +32932,13 @@ static void decode_org_csapi_ui_IpAppUI_sendInfoAndCollectRes(tvbuff_t *tvb _U_,
* IDL:org/csapi/ui/IpAppUI/sendInfoAndCollectErr:1.0
*/
-static void decode_org_csapi_ui_IpAppUI_sendInfoAndCollectErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpAppUI_sendInfoAndCollectErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -34137,14 +32948,12 @@ static void decode_org_csapi_ui_IpAppUI_sendInfoAndCollectErr(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -34198,12 +33007,13 @@ static void decode_org_csapi_ui_IpAppUI_sendInfoAndCollectErr(tvbuff_t *tvb _U_,
* IDL:org/csapi/ui/IpAppUI/userInteractionFaultDetected:1.0
*/
-static void decode_org_csapi_ui_IpAppUI_userInteractionFaultDetected(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpAppUI_userInteractionFaultDetected(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -34213,9 +33023,8 @@ static void decode_org_csapi_ui_IpAppUI_userInteractionFaultDetected(tvbuff_t *t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -34269,12 +33078,13 @@ static void decode_org_csapi_ui_IpAppUI_userInteractionFaultDetected(tvbuff_t *t
* IDL:org/csapi/ui/IpAppUICall/recordMessageRes:1.0
*/
-static void decode_org_csapi_ui_IpAppUICall_recordMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpAppUICall_recordMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -34284,14 +33094,12 @@ static void decode_org_csapi_ui_IpAppUICall_recordMessageRes(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -34300,9 +33108,8 @@ static void decode_org_csapi_ui_IpAppUICall_recordMessageRes(tvbuff_t *tvb _U_,
proto_tree_add_text(tree,tvb,*offset-4,4,"response = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_ui_TpUIReport,"Unknown Enum Value"));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"messageID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"messageID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -34350,12 +33157,13 @@ static void decode_org_csapi_ui_IpAppUICall_recordMessageRes(tvbuff_t *tvb _U_,
* IDL:org/csapi/ui/IpAppUICall/recordMessageErr:1.0
*/
-static void decode_org_csapi_ui_IpAppUICall_recordMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpAppUICall_recordMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -34365,14 +33173,12 @@ static void decode_org_csapi_ui_IpAppUICall_recordMessageErr(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -34426,12 +33232,13 @@ static void decode_org_csapi_ui_IpAppUICall_recordMessageErr(tvbuff_t *tvb _U_,
* IDL:org/csapi/ui/IpAppUICall/deleteMessageRes:1.0
*/
-static void decode_org_csapi_ui_IpAppUICall_deleteMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpAppUICall_deleteMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -34441,9 +33248,8 @@ static void decode_org_csapi_ui_IpAppUICall_deleteMessageRes(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -34452,9 +33258,8 @@ static void decode_org_csapi_ui_IpAppUICall_deleteMessageRes(tvbuff_t *tvb _U_,
proto_tree_add_text(tree,tvb,*offset-4,4,"response = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_ui_TpUIReport,"Unknown Enum Value"));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -34502,12 +33307,13 @@ static void decode_org_csapi_ui_IpAppUICall_deleteMessageRes(tvbuff_t *tvb _U_,
* IDL:org/csapi/ui/IpAppUICall/deleteMessageErr:1.0
*/
-static void decode_org_csapi_ui_IpAppUICall_deleteMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpAppUICall_deleteMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -34517,9 +33323,8 @@ static void decode_org_csapi_ui_IpAppUICall_deleteMessageErr(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -34528,9 +33333,8 @@ static void decode_org_csapi_ui_IpAppUICall_deleteMessageErr(tvbuff_t *tvb _U_,
proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_ui_TpUIError,"Unknown Enum Value"));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -34578,12 +33382,13 @@ static void decode_org_csapi_ui_IpAppUICall_deleteMessageErr(tvbuff_t *tvb _U_,
* IDL:org/csapi/ui/IpAppUICall/abortActionRes:1.0
*/
-static void decode_org_csapi_ui_IpAppUICall_abortActionRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpAppUICall_abortActionRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -34592,14 +33397,12 @@ static void decode_org_csapi_ui_IpAppUICall_abortActionRes(tvbuff_t *tvb _U_, pa
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -34647,12 +33450,13 @@ static void decode_org_csapi_ui_IpAppUICall_abortActionRes(tvbuff_t *tvb _U_, pa
* IDL:org/csapi/ui/IpAppUICall/abortActionErr:1.0
*/
-static void decode_org_csapi_ui_IpAppUICall_abortActionErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpAppUICall_abortActionErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -34662,14 +33466,12 @@ static void decode_org_csapi_ui_IpAppUICall_abortActionErr(tvbuff_t *tvb _U_, pa
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -34723,12 +33525,13 @@ static void decode_org_csapi_ui_IpAppUICall_abortActionErr(tvbuff_t *tvb _U_, pa
* IDL:org/csapi/ui/IpAppUICall/getMessageRes:1.0
*/
-static void decode_org_csapi_ui_IpAppUICall_getMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpAppUICall_getMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -34737,14 +33540,12 @@ static void decode_org_csapi_ui_IpAppUICall_getMessageRes(tvbuff_t *tvb _U_, pac
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin union "org_csapi_ui_TpUIInfo" */
@@ -34799,12 +33600,13 @@ static void decode_org_csapi_ui_IpAppUICall_getMessageRes(tvbuff_t *tvb _U_, pac
* IDL:org/csapi/ui/IpAppUICall/getMessageErr:1.0
*/
-static void decode_org_csapi_ui_IpAppUICall_getMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpAppUICall_getMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -34814,14 +33616,12 @@ static void decode_org_csapi_ui_IpAppUICall_getMessageErr(tvbuff_t *tvb _U_, pac
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -34875,7 +33675,9 @@ static void decode_org_csapi_ui_IpAppUICall_getMessageErr(tvbuff_t *tvb _U_, pac
* IDL:org/csapi/ui/IpAppUIManager/userInteractionAborted:1.0
*/
-static void decode_org_csapi_ui_IpAppUIManager_userInteractionAborted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpAppUIManager_userInteractionAborted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -34941,7 +33743,9 @@ static void decode_org_csapi_ui_IpAppUIManager_userInteractionAborted(tvbuff_t *
* IDL:org/csapi/ui/IpAppUIManager/userInteractionNotificationInterrupted:1.0
*/
-static void decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationInterrupted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationInterrupted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -34999,7 +33803,9 @@ static void decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationInterr
* IDL:org/csapi/ui/IpAppUIManager/userInteractionNotificationContinued:1.0
*/
-static void decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationContinued(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationContinued(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -35057,12 +33863,13 @@ static void decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationContin
* IDL:org/csapi/ui/IpAppUIManager/reportEventNotification:1.0
*/
-static void decode_org_csapi_ui_IpAppUIManager_reportEventNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpAppUIManager_reportEventNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -35087,9 +33894,8 @@ static void decode_org_csapi_ui_IpAppUIManager_reportEventNotification(tvbuff_t
/* End struct "org_csapi_ui_TpUIEventNotificationInfo" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -35138,7 +33944,9 @@ static void decode_org_csapi_ui_IpAppUIManager_reportEventNotification(tvbuff_t
* IDL:org/csapi/ui/IpAppUIManager/abortMultipleUserInteractions:1.0
*/
-static void decode_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -35215,12 +34023,13 @@ static void decode_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions(tvb
* IDL:org/csapi/ui/IpUI/sendInfoReq:1.0
*/
-static void decode_org_csapi_ui_IpUI_sendInfoReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpUI_sendInfoReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
guint32 u_octet4_loop_variableInfo;
@@ -35233,9 +34042,8 @@ static void decode_org_csapi_ui_IpUI_sendInfoReq(tvbuff_t *tvb _U_, packet_info
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin union "org_csapi_ui_TpUIInfo" */
@@ -35270,14 +34078,12 @@ static void decode_org_csapi_ui_IpUI_sendInfoReq(tvbuff_t *tvb _U_, packet_info
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"repeatIndicator = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"repeatIndicator = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"responseRequested = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"responseRequested = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -35288,9 +34094,8 @@ static void decode_org_csapi_ui_IpUI_sendInfoReq(tvbuff_t *tvb _U_, packet_info
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -35328,12 +34133,13 @@ static void decode_org_csapi_ui_IpUI_sendInfoReq(tvbuff_t *tvb _U_, packet_info
* IDL:org/csapi/ui/IpUI/sendInfoAndCollectReq:1.0
*/
-static void decode_org_csapi_ui_IpUI_sendInfoAndCollectReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpUI_sendInfoAndCollectReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
guint32 u_octet4_loop_variableInfo;
@@ -35346,9 +34152,8 @@ static void decode_org_csapi_ui_IpUI_sendInfoAndCollectReq(tvbuff_t *tvb _U_, pa
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin union "org_csapi_ui_TpUIInfo" */
@@ -35391,9 +34196,8 @@ static void decode_org_csapi_ui_IpUI_sendInfoAndCollectReq(tvbuff_t *tvb _U_, pa
/* End struct "org_csapi_ui_TpUICollectCriteria" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"responseRequested = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"responseRequested = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -35404,9 +34208,8 @@ static void decode_org_csapi_ui_IpUI_sendInfoAndCollectReq(tvbuff_t *tvb _U_, pa
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -35444,12 +34247,13 @@ static void decode_org_csapi_ui_IpUI_sendInfoAndCollectReq(tvbuff_t *tvb _U_, pa
* IDL:org/csapi/ui/IpUI/release:1.0
*/
-static void decode_org_csapi_ui_IpUI_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpUI_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -35458,9 +34262,8 @@ static void decode_org_csapi_ui_IpUI_release(tvbuff_t *tvb _U_, packet_info *pin
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -35508,12 +34311,13 @@ static void decode_org_csapi_ui_IpUI_release(tvbuff_t *tvb _U_, packet_info *pin
* IDL:org/csapi/ui/IpUI/setOriginatingAddress:1.0
*/
-static void decode_org_csapi_ui_IpUI_setOriginatingAddress(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpUI_setOriginatingAddress(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -35524,9 +34328,8 @@ static void decode_org_csapi_ui_IpUI_setOriginatingAddress(tvbuff_t *tvb _U_, pa
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -35583,12 +34386,13 @@ static void decode_org_csapi_ui_IpUI_setOriginatingAddress(tvbuff_t *tvb _U_, pa
* IDL:org/csapi/ui/IpUI/getOriginatingAddress:1.0
*/
-static void decode_org_csapi_ui_IpUI_getOriginatingAddress(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpUI_getOriginatingAddress(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -35599,9 +34403,8 @@ static void decode_org_csapi_ui_IpUI_getOriginatingAddress(tvbuff_t *tvb _U_, pa
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -35656,12 +34459,13 @@ static void decode_org_csapi_ui_IpUI_getOriginatingAddress(tvbuff_t *tvb _U_, pa
* IDL:org/csapi/ui/IpUICall/recordMessageReq:1.0
*/
-static void decode_org_csapi_ui_IpUICall_recordMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpUICall_recordMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -35670,9 +34474,8 @@ static void decode_org_csapi_ui_IpUICall_recordMessageReq(tvbuff_t *tvb _U_, pac
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin union "org_csapi_ui_TpUIInfo" */
@@ -35698,9 +34501,8 @@ static void decode_org_csapi_ui_IpUICall_recordMessageReq(tvbuff_t *tvb _U_, pac
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -35738,12 +34540,13 @@ static void decode_org_csapi_ui_IpUICall_recordMessageReq(tvbuff_t *tvb _U_, pac
* IDL:org/csapi/ui/IpUICall/deleteMessageReq:1.0
*/
-static void decode_org_csapi_ui_IpUICall_deleteMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpUICall_deleteMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -35752,14 +34555,12 @@ static void decode_org_csapi_ui_IpUICall_deleteMessageReq(tvbuff_t *tvb _U_, pac
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"messageID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"messageID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -35770,9 +34571,8 @@ static void decode_org_csapi_ui_IpUICall_deleteMessageReq(tvbuff_t *tvb _U_, pac
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -35810,12 +34610,13 @@ static void decode_org_csapi_ui_IpUICall_deleteMessageReq(tvbuff_t *tvb _U_, pac
* IDL:org/csapi/ui/IpUICall/abortActionReq:1.0
*/
-static void decode_org_csapi_ui_IpUICall_abortActionReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpUICall_abortActionReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -35824,14 +34625,12 @@ static void decode_org_csapi_ui_IpUICall_abortActionReq(tvbuff_t *tvb _U_, packe
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -35879,12 +34678,13 @@ static void decode_org_csapi_ui_IpUICall_abortActionReq(tvbuff_t *tvb _U_, packe
* IDL:org/csapi/ui/IpUICall/getMessageReq:1.0
*/
-static void decode_org_csapi_ui_IpUICall_getMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpUICall_getMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -35893,14 +34693,12 @@ static void decode_org_csapi_ui_IpUICall_getMessageReq(tvbuff_t *tvb _U_, packet
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"messageID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"messageID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -35911,9 +34709,8 @@ static void decode_org_csapi_ui_IpUICall_getMessageReq(tvbuff_t *tvb _U_, packet
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -35951,7 +34748,9 @@ static void decode_org_csapi_ui_IpUICall_getMessageReq(tvbuff_t *tvb _U_, packet
* IDL:org/csapi/ui/IpUIManager/createUI:1.0
*/
-static void decode_org_csapi_ui_IpUIManager_createUI(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpUIManager_createUI(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -36026,7 +34825,9 @@ static void decode_org_csapi_ui_IpUIManager_createUI(tvbuff_t *tvb _U_, packet_i
* IDL:org/csapi/ui/IpUIManager/createUICall:1.0
*/
-static void decode_org_csapi_ui_IpUIManager_createUICall(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpUIManager_createUICall(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -36100,12 +34901,13 @@ static void decode_org_csapi_ui_IpUIManager_createUICall(tvbuff_t *tvb _U_, pack
* IDL:org/csapi/ui/IpUIManager/createNotification:1.0
*/
-static void decode_org_csapi_ui_IpUIManager_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpUIManager_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -36133,9 +34935,8 @@ static void decode_org_csapi_ui_IpUIManager_createNotification(tvbuff_t *tvb _U_
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -36173,12 +34974,13 @@ static void decode_org_csapi_ui_IpUIManager_createNotification(tvbuff_t *tvb _U_
* IDL:org/csapi/ui/IpUIManager/destroyNotification:1.0
*/
-static void decode_org_csapi_ui_IpUIManager_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpUIManager_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -36187,9 +34989,8 @@ static void decode_org_csapi_ui_IpUIManager_destroyNotification(tvbuff_t *tvb _U
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -36237,12 +35038,13 @@ static void decode_org_csapi_ui_IpUIManager_destroyNotification(tvbuff_t *tvb _U
* IDL:org/csapi/ui/IpUIManager/changeNotification:1.0
*/
-static void decode_org_csapi_ui_IpUIManager_changeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpUIManager_changeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -36251,9 +35053,8 @@ static void decode_org_csapi_ui_IpUIManager_changeNotification(tvbuff_t *tvb _U_
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_ui_TpUIEventCriteria" */
@@ -36309,7 +35110,9 @@ static void decode_org_csapi_ui_IpUIManager_changeNotification(tvbuff_t *tvb _U_
* IDL:org/csapi/ui/IpUIManager/getNotification:1.0
*/
-static void decode_org_csapi_ui_IpUIManager_getNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpUIManager_getNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -36384,12 +35187,13 @@ static void decode_org_csapi_ui_IpUIManager_getNotification(tvbuff_t *tvb _U_, p
* IDL:org/csapi/ui/IpUIManager/enableNotifications:1.0
*/
-static void decode_org_csapi_ui_IpUIManager_enableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpUIManager_enableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -36409,9 +35213,8 @@ static void decode_org_csapi_ui_IpUIManager_enableNotifications(tvbuff_t *tvb _U
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -36449,7 +35252,9 @@ static void decode_org_csapi_ui_IpUIManager_enableNotifications(tvbuff_t *tvb _U
* IDL:org/csapi/ui/IpUIManager/disableNotifications:1.0
*/
-static void decode_org_csapi_ui_IpUIManager_disableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpUIManager_disableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -36507,12 +35312,13 @@ static void decode_org_csapi_ui_IpUIManager_disableNotifications(tvbuff_t *tvb _
* IDL:org/csapi/ui/IpAppUIAdminManager/getMessageRes:1.0
*/
-static void decode_org_csapi_ui_IpAppUIAdminManager_getMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpAppUIAdminManager_getMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -36521,14 +35327,12 @@ static void decode_org_csapi_ui_IpAppUIAdminManager_getMessageRes(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin union "org_csapi_ui_TpUIInfo" */
@@ -36583,12 +35387,13 @@ static void decode_org_csapi_ui_IpAppUIAdminManager_getMessageRes(tvbuff_t *tvb
* IDL:org/csapi/ui/IpAppUIAdminManager/getMessageErr:1.0
*/
-static void decode_org_csapi_ui_IpAppUIAdminManager_getMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpAppUIAdminManager_getMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -36598,14 +35403,12 @@ static void decode_org_csapi_ui_IpAppUIAdminManager_getMessageErr(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -36659,12 +35462,13 @@ static void decode_org_csapi_ui_IpAppUIAdminManager_getMessageErr(tvbuff_t *tvb
* IDL:org/csapi/ui/IpAppUIAdminManager/deleteMessageRes:1.0
*/
-static void decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -36674,9 +35478,8 @@ static void decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes(tvbuff_t *t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -36685,9 +35488,8 @@ static void decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes(tvbuff_t *t
proto_tree_add_text(tree,tvb,*offset-4,4,"response = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_ui_TpUIReport,"Unknown Enum Value"));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -36735,12 +35537,13 @@ static void decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes(tvbuff_t *t
* IDL:org/csapi/ui/IpAppUIAdminManager/deleteMessageErr:1.0
*/
-static void decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -36750,9 +35553,8 @@ static void decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr(tvbuff_t *t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -36761,9 +35563,8 @@ static void decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr(tvbuff_t *t
proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_ui_TpUIError,"Unknown Enum Value"));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -36811,12 +35612,13 @@ static void decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr(tvbuff_t *t
* IDL:org/csapi/ui/IpAppUIAdminManager/putMessageRes:1.0
*/
-static void decode_org_csapi_ui_IpAppUIAdminManager_putMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpAppUIAdminManager_putMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -36825,19 +35627,16 @@ static void decode_org_csapi_ui_IpAppUIAdminManager_putMessageRes(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"messageID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"messageID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -36885,12 +35684,13 @@ static void decode_org_csapi_ui_IpAppUIAdminManager_putMessageRes(tvbuff_t *tvb
* IDL:org/csapi/ui/IpAppUIAdminManager/putMessageErr:1.0
*/
-static void decode_org_csapi_ui_IpAppUIAdminManager_putMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpAppUIAdminManager_putMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -36900,14 +35700,12 @@ static void decode_org_csapi_ui_IpAppUIAdminManager_putMessageErr(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -36961,15 +35759,15 @@ static void decode_org_csapi_ui_IpAppUIAdminManager_putMessageErr(tvbuff_t *tvb
* IDL:org/csapi/ui/IpAppUIAdminManager/getMessageListRes:1.0
*/
-static void decode_org_csapi_ui_IpAppUIAdminManager_getMessageListRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpAppUIAdminManager_getMessageListRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_messageIDList;
guint32 i_messageIDList;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -36978,14 +35776,12 @@ static void decode_org_csapi_ui_IpAppUIAdminManager_getMessageListRes(tvbuff_t *
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_messageIDList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -36995,16 +35791,14 @@ static void decode_org_csapi_ui_IpAppUIAdminManager_getMessageListRes(tvbuff_t *
for (i_messageIDList=0; i_messageIDList < u_octet4_loop_messageIDList; i_messageIDList++) {
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"messageIDList = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"messageIDList = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"final = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"final = %u",get_CDR_boolean(tvb,offset));
}
break;
@@ -37052,12 +35846,13 @@ static void decode_org_csapi_ui_IpAppUIAdminManager_getMessageListRes(tvbuff_t *
* IDL:org/csapi/ui/IpAppUIAdminManager/getMessageListErr:1.0
*/
-static void decode_org_csapi_ui_IpAppUIAdminManager_getMessageListErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpAppUIAdminManager_getMessageListErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -37067,14 +35862,12 @@ static void decode_org_csapi_ui_IpAppUIAdminManager_getMessageListErr(tvbuff_t *
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -37128,12 +35921,13 @@ static void decode_org_csapi_ui_IpAppUIAdminManager_getMessageListErr(tvbuff_t *
* IDL:org/csapi/ui/IpUIAdminManager/getMessageReq:1.0
*/
-static void decode_org_csapi_ui_IpUIAdminManager_getMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpUIAdminManager_getMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -37142,14 +35936,12 @@ static void decode_org_csapi_ui_IpUIAdminManager_getMessageReq(tvbuff_t *tvb _U_
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"messageID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"messageID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -37160,9 +35952,8 @@ static void decode_org_csapi_ui_IpUIAdminManager_getMessageReq(tvbuff_t *tvb _U_
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -37200,12 +35991,13 @@ static void decode_org_csapi_ui_IpUIAdminManager_getMessageReq(tvbuff_t *tvb _U_
* IDL:org/csapi/ui/IpUIAdminManager/putMessageReq:1.0
*/
-static void decode_org_csapi_ui_IpUIAdminManager_putMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpUIAdminManager_putMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -37214,9 +36006,8 @@ static void decode_org_csapi_ui_IpUIAdminManager_putMessageReq(tvbuff_t *tvb _U_
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin union "org_csapi_ui_TpUIInfo" */
@@ -37234,9 +36025,8 @@ static void decode_org_csapi_ui_IpUIAdminManager_putMessageReq(tvbuff_t *tvb _U_
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -37274,12 +36064,13 @@ static void decode_org_csapi_ui_IpUIAdminManager_putMessageReq(tvbuff_t *tvb _U_
* IDL:org/csapi/ui/IpUIAdminManager/deleteMessageReq:1.0
*/
-static void decode_org_csapi_ui_IpUIAdminManager_deleteMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpUIAdminManager_deleteMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -37288,14 +36079,12 @@ static void decode_org_csapi_ui_IpUIAdminManager_deleteMessageReq(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"messageID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"messageID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -37306,9 +36095,8 @@ static void decode_org_csapi_ui_IpUIAdminManager_deleteMessageReq(tvbuff_t *tvb
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -37346,13 +36134,13 @@ static void decode_org_csapi_ui_IpUIAdminManager_deleteMessageReq(tvbuff_t *tvb
* IDL:org/csapi/ui/IpUIAdminManager/getMessageListReq:1.0
*/
-static void decode_org_csapi_ui_IpUIAdminManager_getMessageListReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_IpUIAdminManager_getMessageListReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -37361,14 +36149,12 @@ static void decode_org_csapi_ui_IpUIAdminManager_getMessageListReq(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"reset = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"reset = %u",get_CDR_boolean(tvb,offset));
}
break;
@@ -37379,9 +36165,8 @@ static void decode_org_csapi_ui_IpUIAdminManager_getMessageListReq(tvbuff_t *tvb
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -37419,12 +36204,13 @@ static void decode_org_csapi_ui_IpUIAdminManager_getMessageListReq(tvbuff_t *tvb
* IDL:org/csapi/mm/ul/IpAppUserLocation/locationReportRes:1.0
*/
-static void decode_org_csapi_mm_ul_IpAppUserLocation_locationReportRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ul_IpAppUserLocation_locationReportRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_locations;
guint32 i_locations;
@@ -37435,9 +36221,8 @@ static void decode_org_csapi_mm_ul_IpAppUserLocation_locationReportRes(tvbuff_t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_locations = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -37502,12 +36287,13 @@ static void decode_org_csapi_mm_ul_IpAppUserLocation_locationReportRes(tvbuff_t
* IDL:org/csapi/mm/ul/IpAppUserLocation/locationReportErr:1.0
*/
-static void decode_org_csapi_mm_ul_IpAppUserLocation_locationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ul_IpAppUserLocation_locationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -37517,9 +36303,8 @@ static void decode_org_csapi_mm_ul_IpAppUserLocation_locationReportErr(tvbuff_t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -37579,12 +36364,13 @@ static void decode_org_csapi_mm_ul_IpAppUserLocation_locationReportErr(tvbuff_t
* IDL:org/csapi/mm/ul/IpAppUserLocation/extendedLocationReportRes:1.0
*/
-static void decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_locations;
guint32 i_locations;
@@ -37595,9 +36381,8 @@ static void decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes(t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_locations = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -37662,12 +36447,13 @@ static void decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes(t
* IDL:org/csapi/mm/ul/IpAppUserLocation/extendedLocationReportErr:1.0
*/
-static void decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -37677,9 +36463,8 @@ static void decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr(t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -37739,12 +36524,13 @@ static void decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr(t
* IDL:org/csapi/mm/ul/IpAppUserLocation/periodicLocationReport:1.0
*/
-static void decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_locations;
guint32 i_locations;
@@ -37755,9 +36541,8 @@ static void decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport(tvbu
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_locations = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -37822,12 +36607,13 @@ static void decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport(tvbu
* IDL:org/csapi/mm/ul/IpAppUserLocation/periodicLocationReportErr:1.0
*/
-static void decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -37837,9 +36623,8 @@ static void decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr(t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -37899,14 +36684,15 @@ static void decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr(t
* IDL:org/csapi/mm/ul/IpUserLocation/locationReportReq:1.0
*/
-static void decode_org_csapi_mm_ul_IpUserLocation_locationReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ul_IpUserLocation_locationReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_users;
guint32 i_users;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -37943,9 +36729,8 @@ static void decode_org_csapi_mm_ul_IpUserLocation_locationReportReq(tvbuff_t *tv
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -37983,14 +36768,15 @@ static void decode_org_csapi_mm_ul_IpUserLocation_locationReportReq(tvbuff_t *tv
* IDL:org/csapi/mm/ul/IpUserLocation/extendedLocationReportReq:1.0
*/
-static void decode_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_users;
guint32 i_users;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -38035,9 +36821,8 @@ static void decode_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq(tvbu
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -38075,14 +36860,15 @@ static void decode_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq(tvbu
* IDL:org/csapi/mm/ul/IpUserLocation/periodicLocationReportingStartReq:1.0
*/
-static void decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_users;
guint32 i_users;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -38119,9 +36905,8 @@ static void decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStart
/* End struct "org_csapi_mm_TpLocationRequest" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"reportingInterval = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"reportingInterval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -38132,9 +36917,8 @@ static void decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStart
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -38172,7 +36956,9 @@ static void decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStart
* IDL:org/csapi/mm/ul/IpUserLocation/periodicLocationReportingStop:1.0
*/
-static void decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -38238,12 +37024,13 @@ static void decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStop(
* IDL:org/csapi/mm/ul/IpUserLocation/getNextPeriodicLocationRequest:1.0
*/
-static void decode_org_csapi_mm_ul_IpUserLocation_getNextPeriodicLocationRequest(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ul_IpUserLocation_getNextPeriodicLocationRequest(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -38252,9 +37039,8 @@ static void decode_org_csapi_mm_ul_IpUserLocation_getNextPeriodicLocationRequest
case Request:
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"reset = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"reset = %u",get_CDR_boolean(tvb,offset));
}
break;
@@ -38308,12 +37094,13 @@ static void decode_org_csapi_mm_ul_IpUserLocation_getNextPeriodicLocationRequest
* IDL:org/csapi/mm/ul/IpAppTriggeredUserLocation/triggeredLocationReport:1.0
*/
-static void decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -38323,9 +37110,8 @@ static void decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationR
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_mm_TpUserLocationExtended" */
@@ -38387,12 +37173,13 @@ static void decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationR
* IDL:org/csapi/mm/ul/IpAppTriggeredUserLocation/triggeredLocationReportErr:1.0
*/
-static void decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -38402,9 +37189,8 @@ static void decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationR
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -38464,7 +37250,9 @@ static void decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationR
* IDL:org/csapi/mm/ul/IpTriggeredUserLocation/triggeredLocationReportingStartReq:1.0
*/
-static void decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -38473,7 +37261,6 @@ static void decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationRepo
guint32 i_users;
guint32 u_octet4_loop_triggers;
guint32 i_triggers;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -38535,9 +37322,8 @@ static void decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationRepo
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -38575,7 +37361,9 @@ static void decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationRepo
* IDL:org/csapi/mm/ul/IpTriggeredUserLocation/triggeredLocationReportingStop:1.0
*/
-static void decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -38641,12 +37429,13 @@ static void decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationRepo
* IDL:org/csapi/mm/ul/IpTriggeredUserLocation/getNextTriggeredLocationRequest:1.0
*/
-static void decode_org_csapi_mm_ul_IpTriggeredUserLocation_getNextTriggeredLocationRequest(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ul_IpTriggeredUserLocation_getNextTriggeredLocationRequest(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -38655,9 +37444,8 @@ static void decode_org_csapi_mm_ul_IpTriggeredUserLocation_getNextTriggeredLocat
case Request:
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"reset = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"reset = %u",get_CDR_boolean(tvb,offset));
}
break;
@@ -38711,12 +37499,13 @@ static void decode_org_csapi_mm_ul_IpTriggeredUserLocation_getNextTriggeredLocat
* IDL:org/csapi/mm/ulc/IpAppUserLocationCamel/locationReportRes:1.0
*/
-static void decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_locations;
guint32 i_locations;
@@ -38727,9 +37516,8 @@ static void decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes(tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_locations = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -38794,12 +37582,13 @@ static void decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes(tvb
* IDL:org/csapi/mm/ulc/IpAppUserLocationCamel/locationReportErr:1.0
*/
-static void decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -38809,9 +37598,8 @@ static void decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr(tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -38871,12 +37659,13 @@ static void decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr(tvb
* IDL:org/csapi/mm/ulc/IpAppUserLocationCamel/periodicLocationReport:1.0
*/
-static void decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_locations;
guint32 i_locations;
@@ -38887,9 +37676,8 @@ static void decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationRepor
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_locations = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -38954,12 +37742,13 @@ static void decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationRepor
* IDL:org/csapi/mm/ulc/IpAppUserLocationCamel/periodicLocationReportErr:1.0
*/
-static void decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -38969,9 +37758,8 @@ static void decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationRepor
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -39031,12 +37819,13 @@ static void decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationRepor
* IDL:org/csapi/mm/ulc/IpAppUserLocationCamel/triggeredLocationReport:1.0
*/
-static void decode_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -39045,9 +37834,8 @@ static void decode_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationRepo
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_mm_TpUserLocationCamel" */
@@ -39111,12 +37899,13 @@ static void decode_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationRepo
* IDL:org/csapi/mm/ulc/IpAppUserLocationCamel/triggeredLocationReportErr:1.0
*/
-static void decode_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -39126,9 +37915,8 @@ static void decode_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationRepo
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -39188,14 +37976,15 @@ static void decode_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationRepo
* IDL:org/csapi/mm/ulc/IpUserLocationCamel/locationReportReq:1.0
*/
-static void decode_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_users;
guint32 i_users;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -39232,9 +38021,8 @@ static void decode_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq(tvbuff
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -39272,14 +38060,15 @@ static void decode_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq(tvbuff
* IDL:org/csapi/mm/ulc/IpUserLocationCamel/periodicLocationReportingStartReq:1.0
*/
-static void decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_users;
guint32 i_users;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -39308,9 +38097,8 @@ static void decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportin
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"reportingInterval = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"reportingInterval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -39321,9 +38109,8 @@ static void decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportin
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -39361,7 +38148,9 @@ static void decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportin
* IDL:org/csapi/mm/ulc/IpUserLocationCamel/periodicLocationReportingStop:1.0
*/
-static void decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -39427,14 +38216,15 @@ static void decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportin
* IDL:org/csapi/mm/ulc/IpUserLocationCamel/triggeredLocationReportingStartReq:1.0
*/
-static void decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_users;
guint32 i_users;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -39479,9 +38269,8 @@ static void decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReporti
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -39519,7 +38308,9 @@ static void decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReporti
* IDL:org/csapi/mm/ulc/IpUserLocationCamel/triggeredLocationReportingStop:1.0
*/
-static void decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -39585,12 +38376,13 @@ static void decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReporti
* IDL:org/csapi/mm/ulc/IpUserLocationCamel/getNextPeriodicLocationRequest:1.0
*/
-static void decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextPeriodicLocationRequest(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextPeriodicLocationRequest(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -39599,9 +38391,8 @@ static void decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextPeriodicLocationR
case Request:
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"reset = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"reset = %u",get_CDR_boolean(tvb,offset));
}
break;
@@ -39655,12 +38446,13 @@ static void decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextPeriodicLocationR
* IDL:org/csapi/mm/ulc/IpUserLocationCamel/getNextTriggeredLocationRequest:1.0
*/
-static void decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextTriggeredLocationRequest(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextTriggeredLocationRequest(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -39669,9 +38461,8 @@ static void decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextTriggeredLocation
case Request:
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"reset = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"reset = %u",get_CDR_boolean(tvb,offset));
}
break;
@@ -39725,12 +38516,13 @@ static void decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextTriggeredLocation
* IDL:org/csapi/mm/ule/IpAppUserLocationEmergency/emergencyLocationReport:1.0
*/
-static void decode_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -39739,9 +38531,8 @@ static void decode_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocation
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_mm_TpUserLocationEmergency" */
@@ -39797,12 +38588,13 @@ static void decode_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocation
* IDL:org/csapi/mm/ule/IpAppUserLocationEmergency/emergencyLocationReportErr:1.0
*/
-static void decode_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -39812,9 +38604,8 @@ static void decode_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocation
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -39874,12 +38665,13 @@ static void decode_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocation
* IDL:org/csapi/mm/ule/IpUserLocationEmergency/emergencyLocationReportReq:1.0
*/
-static void decode_org_csapi_mm_ule_IpUserLocationEmergency_emergencyLocationReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ule_IpUserLocationEmergency_emergencyLocationReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -39907,9 +38699,8 @@ static void decode_org_csapi_mm_ule_IpUserLocationEmergency_emergencyLocationRep
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -39947,12 +38738,13 @@ static void decode_org_csapi_mm_ule_IpUserLocationEmergency_emergencyLocationRep
* IDL:org/csapi/mm/ule/IpUserLocationEmergency/subscribeEmergencyLocationReports:1.0
*/
-static void decode_org_csapi_mm_ule_IpUserLocationEmergency_subscribeEmergencyLocationReports(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ule_IpUserLocationEmergency_subscribeEmergencyLocationReports(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -39972,9 +38764,8 @@ static void decode_org_csapi_mm_ule_IpUserLocationEmergency_subscribeEmergencyLo
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -40012,12 +38803,13 @@ static void decode_org_csapi_mm_ule_IpUserLocationEmergency_subscribeEmergencyLo
* IDL:org/csapi/mm/ule/IpUserLocationEmergency/unSubscribeEmergencyLocationReports:1.0
*/
-static void decode_org_csapi_mm_ule_IpUserLocationEmergency_unSubscribeEmergencyLocationReports(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ule_IpUserLocationEmergency_unSubscribeEmergencyLocationReports(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -40026,9 +38818,8 @@ static void decode_org_csapi_mm_ule_IpUserLocationEmergency_unSubscribeEmergency
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -40076,12 +38867,13 @@ static void decode_org_csapi_mm_ule_IpUserLocationEmergency_unSubscribeEmergency
* IDL:org/csapi/mm/us/IpAppUserStatus/statusReportRes:1.0
*/
-static void decode_org_csapi_mm_us_IpAppUserStatus_statusReportRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_us_IpAppUserStatus_statusReportRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_status;
guint32 i_status;
@@ -40092,9 +38884,8 @@ static void decode_org_csapi_mm_us_IpAppUserStatus_statusReportRes(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_status = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -40159,12 +38950,13 @@ static void decode_org_csapi_mm_us_IpAppUserStatus_statusReportRes(tvbuff_t *tvb
* IDL:org/csapi/mm/us/IpAppUserStatus/statusReportErr:1.0
*/
-static void decode_org_csapi_mm_us_IpAppUserStatus_statusReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_us_IpAppUserStatus_statusReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -40174,9 +38966,8 @@ static void decode_org_csapi_mm_us_IpAppUserStatus_statusReportErr(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -40236,12 +39027,13 @@ static void decode_org_csapi_mm_us_IpAppUserStatus_statusReportErr(tvbuff_t *tvb
* IDL:org/csapi/mm/us/IpAppUserStatus/triggeredStatusReport:1.0
*/
-static void decode_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -40250,9 +39042,8 @@ static void decode_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReport(tvbuff_
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_mm_TpUserStatus" */
@@ -40308,12 +39099,13 @@ static void decode_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReport(tvbuff_
* IDL:org/csapi/mm/us/IpAppUserStatus/triggeredStatusReportErr:1.0
*/
-static void decode_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -40323,9 +39115,8 @@ static void decode_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr(tvbu
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -40385,12 +39176,13 @@ static void decode_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr(tvbu
* IDL:org/csapi/mm/us/IpAppUserStatus/extendedStatusReportRes:1.0
*/
-static void decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_status;
guint32 i_status;
@@ -40401,9 +39193,8 @@ static void decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes(tvbuf
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_status = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -40468,12 +39259,13 @@ static void decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes(tvbuf
* IDL:org/csapi/mm/us/IpAppUserStatus/extendedStatusReportErr:1.0
*/
-static void decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -40483,9 +39275,8 @@ static void decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr(tvbuf
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -40545,12 +39336,13 @@ static void decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr(tvbuf
* IDL:org/csapi/mm/us/IpAppUserStatus/extTriggeredStatusReport:1.0
*/
-static void decode_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -40559,9 +39351,8 @@ static void decode_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReport(tvbu
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_mm_TpUserStatusExtended" */
@@ -40617,12 +39408,13 @@ static void decode_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReport(tvbu
* IDL:org/csapi/mm/us/IpAppUserStatus/extTriggeredStatusReportErr:1.0
*/
-static void decode_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -40632,9 +39424,8 @@ static void decode_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr(t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -40694,14 +39485,15 @@ static void decode_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr(t
* IDL:org/csapi/mm/us/IpUserStatus/statusReportReq:1.0
*/
-static void decode_org_csapi_mm_us_IpUserStatus_statusReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_us_IpUserStatus_statusReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_users;
guint32 i_users;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -40738,9 +39530,8 @@ static void decode_org_csapi_mm_us_IpUserStatus_statusReportReq(tvbuff_t *tvb _U
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -40778,14 +39569,15 @@ static void decode_org_csapi_mm_us_IpUserStatus_statusReportReq(tvbuff_t *tvb _U
* IDL:org/csapi/mm/us/IpUserStatus/triggeredStatusReportingStartReq:1.0
*/
-static void decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_users;
guint32 i_users;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -40822,9 +39614,8 @@ static void decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -40862,7 +39653,9 @@ static void decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq
* IDL:org/csapi/mm/us/IpUserStatus/triggeredStatusReportingStop:1.0
*/
-static void decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -40928,12 +39721,13 @@ static void decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStop(tvb
* IDL:org/csapi/mm/us/IpUserStatus/getNextTriggeredStatusRequest:1.0
*/
-static void decode_org_csapi_mm_us_IpUserStatus_getNextTriggeredStatusRequest(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_us_IpUserStatus_getNextTriggeredStatusRequest(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -40942,9 +39736,8 @@ static void decode_org_csapi_mm_us_IpUserStatus_getNextTriggeredStatusRequest(tv
case Request:
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"reset = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"reset = %u",get_CDR_boolean(tvb,offset));
}
break;
@@ -40998,14 +39791,15 @@ static void decode_org_csapi_mm_us_IpUserStatus_getNextTriggeredStatusRequest(tv
* IDL:org/csapi/mm/us/IpUserStatus/extendedStatusReportReq:1.0
*/
-static void decode_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_users;
guint32 i_users;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -41042,9 +39836,8 @@ static void decode_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq(tvbuff_t
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -41082,14 +39875,15 @@ static void decode_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq(tvbuff_t
* IDL:org/csapi/mm/us/IpUserStatus/extTriggeredStatusReportingStartReq:1.0
*/
-static void decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_users;
guint32 i_users;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -41126,9 +39920,8 @@ static void decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStart
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -41166,7 +39959,9 @@ static void decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStart
* IDL:org/csapi/mm/us/IpUserStatus/extTriggeredStatusReportingStop:1.0
*/
-static void decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -41232,12 +40027,13 @@ static void decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStop(
* IDL:org/csapi/mm/ub/IpAppUserBinding/triggeredBindingRequestNotification:1.0
*/
-static void decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_contactInformation;
guint32 i_contactInformation;
guint32 u_octet4_loop_TpBindingSet;
@@ -41250,9 +40046,8 @@ static void decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotif
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_TpAddress" */
@@ -41356,12 +40151,13 @@ static void decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotif
* IDL:org/csapi/mm/ub/IpAppUserBinding/triggeredBindingRequestNotificationStartErr:1.0
*/
-static void decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -41371,9 +40167,8 @@ static void decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotif
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -41433,7 +40228,9 @@ static void decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotif
* IDL:org/csapi/mm/ub/IpUserBinding/triggeredBindingRequestNotificationStartReq:1.0
*/
-static void decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -41442,7 +40239,6 @@ static void decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotifica
guint32 i_users;
guint32 u_octet4_loop_criteria;
guint32 i_criteria;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -41496,9 +40292,8 @@ static void decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotifica
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -41536,12 +40331,13 @@ static void decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotifica
* IDL:org/csapi/mm/ub/IpUserBinding/triggeredBindingRequestNotificationStop:1.0
*/
-static void decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -41550,9 +40346,8 @@ static void decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotifica
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -41600,7 +40395,9 @@ static void decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotifica
* IDL:org/csapi/termcap/IpTerminalCapabilities/getTerminalCapabilities:1.0
*/
-static void decode_org_csapi_termcap_IpTerminalCapabilities_getTerminalCapabilities(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_termcap_IpTerminalCapabilities_getTerminalCapabilities(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -41675,12 +40472,13 @@ static void decode_org_csapi_termcap_IpTerminalCapabilities_getTerminalCapabilit
* IDL:org/csapi/termcap/IpAppExtendedTerminalCapabilities/triggeredTerminalCapabilityReport:1.0
*/
-static void decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_terminals;
guint32 i_terminals;
@@ -41691,9 +40489,8 @@ static void decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggered
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_terminals = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -41713,9 +40510,8 @@ static void decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggered
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"criteria = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"criteria = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_termcap_TpTerminalCapabilities" */
@@ -41771,12 +40567,13 @@ static void decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggered
* IDL:org/csapi/termcap/IpAppExtendedTerminalCapabilities/triggeredTerminalCapabilityReportErr:1.0
*/
-static void decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_terminals;
guint32 i_terminals;
guint32 u_octet4;
@@ -41788,9 +40585,8 @@ static void decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggered
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_terminals = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -41861,14 +40657,15 @@ static void decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggered
* IDL:org/csapi/termcap/IpExtendedTerminalCapabilities/triggeredTerminalCapabilityStartReq:1.0
*/
-static void decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_terminals;
guint32 i_terminals;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -41905,9 +40702,8 @@ static void decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTer
/* End struct "org_csapi_termcap_TpTerminalCapabilityScope" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"criteria = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"criteria = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -41918,9 +40714,8 @@ static void decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTer
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -41958,12 +40753,13 @@ static void decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTer
* IDL:org/csapi/termcap/IpExtendedTerminalCapabilities/triggeredTerminalCapabilityStop:1.0
*/
-static void decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -41972,9 +40768,8 @@ static void decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTer
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -42022,12 +40817,13 @@ static void decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTer
* IDL:org/csapi/dsc/IpAppDataSession/connectRes:1.0
*/
-static void decode_org_csapi_dsc_IpAppDataSession_connectRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_IpAppDataSession_connectRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -42036,9 +40832,8 @@ static void decode_org_csapi_dsc_IpAppDataSession_connectRes(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_dsc_TpDataSessionReport" */
@@ -42049,9 +40844,8 @@ static void decode_org_csapi_dsc_IpAppDataSession_connectRes(tvbuff_t *tvb _U_,
/* End struct "org_csapi_dsc_TpDataSessionReport" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -42099,12 +40893,13 @@ static void decode_org_csapi_dsc_IpAppDataSession_connectRes(tvbuff_t *tvb _U_,
* IDL:org/csapi/dsc/IpAppDataSession/connectErr:1.0
*/
-static void decode_org_csapi_dsc_IpAppDataSession_connectErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_IpAppDataSession_connectErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -42113,9 +40908,8 @@ static void decode_org_csapi_dsc_IpAppDataSession_connectErr(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_dsc_TpDataSessionError" */
@@ -42126,9 +40920,8 @@ static void decode_org_csapi_dsc_IpAppDataSession_connectErr(tvbuff_t *tvb _U_,
/* End struct "org_csapi_dsc_TpDataSessionError" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -42176,12 +40969,13 @@ static void decode_org_csapi_dsc_IpAppDataSession_connectErr(tvbuff_t *tvb _U_,
* IDL:org/csapi/dsc/IpAppDataSession/superviseDataSessionRes:1.0
*/
-static void decode_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -42191,14 +40985,12 @@ static void decode_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes(tvbuff
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"report = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"report = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_dsc_TpDataSessionSuperviseVolume" */
@@ -42260,12 +41052,13 @@ static void decode_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes(tvbuff
* IDL:org/csapi/dsc/IpAppDataSession/superviseDataSessionErr:1.0
*/
-static void decode_org_csapi_dsc_IpAppDataSession_superviseDataSessionErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_IpAppDataSession_superviseDataSessionErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -42274,9 +41067,8 @@ static void decode_org_csapi_dsc_IpAppDataSession_superviseDataSessionErr(tvbuff
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_dsc_TpDataSessionError" */
@@ -42332,12 +41124,13 @@ static void decode_org_csapi_dsc_IpAppDataSession_superviseDataSessionErr(tvbuff
* IDL:org/csapi/dsc/IpAppDataSession/dataSessionFaultDetected:1.0
*/
-static void decode_org_csapi_dsc_IpAppDataSession_dataSessionFaultDetected(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_IpAppDataSession_dataSessionFaultDetected(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -42347,9 +41140,8 @@ static void decode_org_csapi_dsc_IpAppDataSession_dataSessionFaultDetected(tvbuf
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -42403,12 +41195,13 @@ static void decode_org_csapi_dsc_IpAppDataSession_dataSessionFaultDetected(tvbuf
* IDL:org/csapi/dsc/IpAppDataSessionControlManager/dataSessionAborted:1.0
*/
-static void decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionAborted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionAborted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -42417,9 +41210,8 @@ static void decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionAbort
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"dataSession = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"dataSession = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -42467,12 +41259,13 @@ static void decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionAbort
* IDL:org/csapi/dsc/IpAppDataSessionControlManager/reportNotification:1.0
*/
-static void decode_org_csapi_dsc_IpAppDataSessionControlManager_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_IpAppDataSessionControlManager_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -42497,9 +41290,8 @@ static void decode_org_csapi_dsc_IpAppDataSessionControlManager_reportNotificati
/* End struct "org_csapi_dsc_TpDataSessionEventInfo" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -42548,7 +41340,9 @@ static void decode_org_csapi_dsc_IpAppDataSessionControlManager_reportNotificati
* IDL:org/csapi/dsc/IpAppDataSessionControlManager/dataSessionNotificationContinued:1.0
*/
-static void decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationContinued(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationContinued(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -42606,7 +41400,9 @@ static void decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotif
* IDL:org/csapi/dsc/IpAppDataSessionControlManager/dataSessionNotificationInterrupted:1.0
*/
-static void decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationInterrupted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationInterrupted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -42664,14 +41460,15 @@ static void decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotif
* IDL:org/csapi/dsc/IpAppDataSessionControlManager/abortMultipleDataSessions:1.0
*/
-static void decode_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_dataSessionSet;
guint32 i_dataSessionSet;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -42687,9 +41484,8 @@ static void decode_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDat
for (i_dataSessionSet=0; i_dataSessionSet < u_octet4_loop_dataSessionSet; i_dataSessionSet++) {
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionSet = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionSet = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
@@ -42739,12 +41535,13 @@ static void decode_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDat
* IDL:org/csapi/dsc/IpDataSession/connectReq:1.0
*/
-static void decode_org_csapi_dsc_IpDataSession_connectReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_IpDataSession_connectReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_responseRequested;
guint32 i_responseRequested;
@@ -42755,9 +41552,8 @@ static void decode_org_csapi_dsc_IpDataSession_connectReq(tvbuff_t *tvb _U_, pac
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_responseRequested = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -42793,9 +41589,8 @@ static void decode_org_csapi_dsc_IpDataSession_connectReq(tvbuff_t *tvb _U_, pac
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -42833,12 +41628,13 @@ static void decode_org_csapi_dsc_IpDataSession_connectReq(tvbuff_t *tvb _U_, pac
* IDL:org/csapi/dsc/IpDataSession/release:1.0
*/
-static void decode_org_csapi_dsc_IpDataSession_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_IpDataSession_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -42847,9 +41643,8 @@ static void decode_org_csapi_dsc_IpDataSession_release(tvbuff_t *tvb _U_, packet
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_dsc_TpDataSessionReleaseCause" */
@@ -42905,12 +41700,13 @@ static void decode_org_csapi_dsc_IpDataSession_release(tvbuff_t *tvb _U_, packet
* IDL:org/csapi/dsc/IpDataSession/superviseDataSessionReq:1.0
*/
-static void decode_org_csapi_dsc_IpDataSession_superviseDataSessionReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_IpDataSession_superviseDataSessionReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -42919,14 +41715,12 @@ static void decode_org_csapi_dsc_IpDataSession_superviseDataSessionReq(tvbuff_t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"treatment = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"treatment = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_dsc_TpDataSessionSuperviseVolume" */
@@ -42982,12 +41776,13 @@ static void decode_org_csapi_dsc_IpDataSession_superviseDataSessionReq(tvbuff_t
* IDL:org/csapi/dsc/IpDataSession/setDataSessionChargePlan:1.0
*/
-static void decode_org_csapi_dsc_IpDataSession_setDataSessionChargePlan(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_IpDataSession_setDataSessionChargePlan(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -42996,9 +41791,8 @@ static void decode_org_csapi_dsc_IpDataSession_setDataSessionChargePlan(tvbuff_t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_dsc_TpDataSessionChargePlan" */
@@ -43054,12 +41848,13 @@ static void decode_org_csapi_dsc_IpDataSession_setDataSessionChargePlan(tvbuff_t
* IDL:org/csapi/dsc/IpDataSession/setAdviceOfCharge:1.0
*/
-static void decode_org_csapi_dsc_IpDataSession_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_IpDataSession_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -43068,9 +41863,8 @@ static void decode_org_csapi_dsc_IpDataSession_setAdviceOfCharge(tvbuff_t *tvb _
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_TpAoCInfo" */
@@ -43081,9 +41875,8 @@ static void decode_org_csapi_dsc_IpDataSession_setAdviceOfCharge(tvbuff_t *tvb _
/* End struct "org_csapi_TpAoCInfo" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"tariffSwitch = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"tariffSwitch = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -43131,12 +41924,13 @@ static void decode_org_csapi_dsc_IpDataSession_setAdviceOfCharge(tvbuff_t *tvb _
* IDL:org/csapi/dsc/IpDataSession/deassignDataSession:1.0
*/
-static void decode_org_csapi_dsc_IpDataSession_deassignDataSession(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_IpDataSession_deassignDataSession(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -43145,9 +41939,8 @@ static void decode_org_csapi_dsc_IpDataSession_deassignDataSession(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -43195,12 +41988,13 @@ static void decode_org_csapi_dsc_IpDataSession_deassignDataSession(tvbuff_t *tvb
* IDL:org/csapi/dsc/IpDataSession/continueProcessing:1.0
*/
-static void decode_org_csapi_dsc_IpDataSession_continueProcessing(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_IpDataSession_continueProcessing(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -43209,9 +42003,8 @@ static void decode_org_csapi_dsc_IpDataSession_continueProcessing(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -43259,12 +42052,13 @@ static void decode_org_csapi_dsc_IpDataSession_continueProcessing(tvbuff_t *tvb
* IDL:org/csapi/dsc/IpDataSessionControlManager/createNotification:1.0
*/
-static void decode_org_csapi_dsc_IpDataSessionControlManager_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_IpDataSessionControlManager_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -43292,9 +42086,8 @@ static void decode_org_csapi_dsc_IpDataSessionControlManager_createNotification(
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -43332,12 +42125,13 @@ static void decode_org_csapi_dsc_IpDataSessionControlManager_createNotification(
* IDL:org/csapi/dsc/IpDataSessionControlManager/destroyNotification:1.0
*/
-static void decode_org_csapi_dsc_IpDataSessionControlManager_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_IpDataSessionControlManager_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -43346,9 +42140,8 @@ static void decode_org_csapi_dsc_IpDataSessionControlManager_destroyNotification
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -43396,12 +42189,13 @@ static void decode_org_csapi_dsc_IpDataSessionControlManager_destroyNotification
* IDL:org/csapi/dsc/IpDataSessionControlManager/changeNotification:1.0
*/
-static void decode_org_csapi_dsc_IpDataSessionControlManager_changeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_IpDataSessionControlManager_changeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -43410,9 +42204,8 @@ static void decode_org_csapi_dsc_IpDataSessionControlManager_changeNotification(
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_dsc_TpDataSessionEventCriteria" */
@@ -43468,12 +42261,13 @@ static void decode_org_csapi_dsc_IpDataSessionControlManager_changeNotification(
* IDL:org/csapi/dsc/IpDataSessionControlManager/enableNotifications:1.0
*/
-static void decode_org_csapi_dsc_IpDataSessionControlManager_enableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_IpDataSessionControlManager_enableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -43493,9 +42287,8 @@ static void decode_org_csapi_dsc_IpDataSessionControlManager_enableNotifications
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -43533,7 +42326,9 @@ static void decode_org_csapi_dsc_IpDataSessionControlManager_enableNotifications
* IDL:org/csapi/dsc/IpDataSessionControlManager/disableNotifications:1.0
*/
-static void decode_org_csapi_dsc_IpDataSessionControlManager_disableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_IpDataSessionControlManager_disableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -43591,7 +42386,9 @@ static void decode_org_csapi_dsc_IpDataSessionControlManager_disableNotification
* IDL:org/csapi/dsc/IpDataSessionControlManager/getNotifications:1.0
*/
-static void decode_org_csapi_dsc_IpDataSessionControlManager_getNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_IpDataSessionControlManager_getNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -43666,12 +42463,13 @@ static void decode_org_csapi_dsc_IpDataSessionControlManager_getNotifications(tv
* IDL:org/csapi/dsc/IpDataSessionControlManager/createNotifications:1.0
*/
-static void decode_org_csapi_dsc_IpDataSessionControlManager_createNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_IpDataSessionControlManager_createNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -43699,9 +42497,8 @@ static void decode_org_csapi_dsc_IpDataSessionControlManager_createNotifications
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -43739,7 +42536,9 @@ static void decode_org_csapi_dsc_IpDataSessionControlManager_createNotifications
* IDL:org/csapi/gms/IpMessagingManager/openMailbox:1.0
*/
-static void decode_org_csapi_gms_IpMessagingManager_openMailbox(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_IpMessagingManager_openMailbox(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -43822,12 +42621,13 @@ static void decode_org_csapi_gms_IpMessagingManager_openMailbox(tvbuff_t *tvb _U
* IDL:org/csapi/gms/IpMessagingManager/enableMessagingNotification:1.0
*/
-static void decode_org_csapi_gms_IpMessagingManager_enableMessagingNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_IpMessagingManager_enableMessagingNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -43854,9 +42654,8 @@ static void decode_org_csapi_gms_IpMessagingManager_enableMessagingNotification(
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -43894,12 +42693,13 @@ static void decode_org_csapi_gms_IpMessagingManager_enableMessagingNotification(
* IDL:org/csapi/gms/IpMessagingManager/disableMessagingNotification:1.0
*/
-static void decode_org_csapi_gms_IpMessagingManager_disableMessagingNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_IpMessagingManager_disableMessagingNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -43908,9 +42708,8 @@ static void decode_org_csapi_gms_IpMessagingManager_disableMessagingNotification
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -43958,12 +42757,13 @@ static void decode_org_csapi_gms_IpMessagingManager_disableMessagingNotification
* IDL:org/csapi/gms/IpAppMessagingManager/mailboxTerminated:1.0
*/
-static void decode_org_csapi_gms_IpAppMessagingManager_mailboxTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_IpAppMessagingManager_mailboxTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -43975,9 +42775,8 @@ static void decode_org_csapi_gms_IpAppMessagingManager_mailboxTerminated(tvbuff_
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -44025,12 +42824,13 @@ static void decode_org_csapi_gms_IpAppMessagingManager_mailboxTerminated(tvbuff_
* IDL:org/csapi/gms/IpAppMessagingManager/mailboxFaultDetected:1.0
*/
-static void decode_org_csapi_gms_IpAppMessagingManager_mailboxFaultDetected(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_IpAppMessagingManager_mailboxFaultDetected(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -44043,9 +42843,8 @@ static void decode_org_csapi_gms_IpAppMessagingManager_mailboxFaultDetected(tvbu
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -44099,12 +42898,13 @@ static void decode_org_csapi_gms_IpAppMessagingManager_mailboxFaultDetected(tvbu
* IDL:org/csapi/gms/IpAppMessagingManager/messagingEventNotify:1.0
*/
-static void decode_org_csapi_gms_IpAppMessagingManager_messagingEventNotify(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_IpAppMessagingManager_messagingEventNotify(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -44123,9 +42923,8 @@ static void decode_org_csapi_gms_IpAppMessagingManager_messagingEventNotify(tvbu
/* End union "org_csapi_gms_TpMessagingEventInfo" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -44173,7 +42972,9 @@ static void decode_org_csapi_gms_IpAppMessagingManager_messagingEventNotify(tvbu
* IDL:org/csapi/gms/IpAppMessagingManager/messagingNotificationTerminated:1.0
*/
-static void decode_org_csapi_gms_IpAppMessagingManager_messagingNotificationTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_IpAppMessagingManager_messagingNotificationTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -44231,12 +43032,13 @@ static void decode_org_csapi_gms_IpAppMessagingManager_messagingNotificationTerm
* IDL:org/csapi/gms/IpMailbox/close:1.0
*/
-static void decode_org_csapi_gms_IpMailbox_close(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_IpMailbox_close(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -44245,9 +43047,8 @@ static void decode_org_csapi_gms_IpMailbox_close(tvbuff_t *tvb _U_, packet_info
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -44295,12 +43096,13 @@ static void decode_org_csapi_gms_IpMailbox_close(tvbuff_t *tvb _U_, packet_info
* IDL:org/csapi/gms/IpMailbox/lock:1.0
*/
-static void decode_org_csapi_gms_IpMailbox_lock(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_IpMailbox_lock(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -44309,9 +43111,8 @@ static void decode_org_csapi_gms_IpMailbox_lock(tvbuff_t *tvb _U_, packet_info *
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -44359,12 +43160,13 @@ static void decode_org_csapi_gms_IpMailbox_lock(tvbuff_t *tvb _U_, packet_info *
* IDL:org/csapi/gms/IpMailbox/unlock:1.0
*/
-static void decode_org_csapi_gms_IpMailbox_unlock(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_IpMailbox_unlock(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -44373,9 +43175,8 @@ static void decode_org_csapi_gms_IpMailbox_unlock(tvbuff_t *tvb _U_, packet_info
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -44423,12 +43224,13 @@ static void decode_org_csapi_gms_IpMailbox_unlock(tvbuff_t *tvb _U_, packet_info
* IDL:org/csapi/gms/IpMailbox/getInfoAmount:1.0
*/
-static void decode_org_csapi_gms_IpMailbox_getInfoAmount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_IpMailbox_getInfoAmount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -44437,9 +43239,8 @@ static void decode_org_csapi_gms_IpMailbox_getInfoAmount(tvbuff_t *tvb _U_, pack
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -44450,9 +43251,8 @@ static void decode_org_csapi_gms_IpMailbox_getInfoAmount(tvbuff_t *tvb _U_, pack
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -44490,12 +43290,13 @@ static void decode_org_csapi_gms_IpMailbox_getInfoAmount(tvbuff_t *tvb _U_, pack
* IDL:org/csapi/gms/IpMailbox/getInfoProperties:1.0
*/
-static void decode_org_csapi_gms_IpMailbox_getInfoProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_IpMailbox_getInfoProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_TpMailboxInfoPropertySet;
guint32 i_TpMailboxInfoPropertySet;
@@ -44506,19 +43307,16 @@ static void decode_org_csapi_gms_IpMailbox_getInfoProperties(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"firstProperty = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"firstProperty = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"numberOfProperties = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"numberOfProperties = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -44580,12 +43378,13 @@ static void decode_org_csapi_gms_IpMailbox_getInfoProperties(tvbuff_t *tvb _U_,
* IDL:org/csapi/gms/IpMailbox/setInfoProperties:1.0
*/
-static void decode_org_csapi_gms_IpMailbox_setInfoProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_IpMailbox_setInfoProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_mailboxInfoProperties;
guint32 i_mailboxInfoProperties;
@@ -44596,14 +43395,12 @@ static void decode_org_csapi_gms_IpMailbox_setInfoProperties(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"firstProperty = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"firstProperty = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_mailboxInfoProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -44667,12 +43464,13 @@ static void decode_org_csapi_gms_IpMailbox_setInfoProperties(tvbuff_t *tvb _U_,
* IDL:org/csapi/gms/IpMailbox/openFolder:1.0
*/
-static void decode_org_csapi_gms_IpMailbox_openFolder(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_IpMailbox_openFolder(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -44683,9 +43481,8 @@ static void decode_org_csapi_gms_IpMailbox_openFolder(tvbuff_t *tvb _U_, packet_
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -44748,12 +43545,13 @@ static void decode_org_csapi_gms_IpMailbox_openFolder(tvbuff_t *tvb _U_, packet_
* IDL:org/csapi/gms/IpMailbox/createFolder:1.0
*/
-static void decode_org_csapi_gms_IpMailbox_createFolder(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_IpMailbox_createFolder(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -44764,9 +43562,8 @@ static void decode_org_csapi_gms_IpMailbox_createFolder(tvbuff_t *tvb _U_, packe
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -44823,7 +43620,9 @@ static void decode_org_csapi_gms_IpMailbox_createFolder(tvbuff_t *tvb _U_, packe
* IDL:org/csapi/gms/IpMailbox/remove:1.0
*/
-static void decode_org_csapi_gms_IpMailbox_remove(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_IpMailbox_remove(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -44900,12 +43699,13 @@ static void decode_org_csapi_gms_IpMailbox_remove(tvbuff_t *tvb _U_, packet_info
* IDL:org/csapi/gms/IpMessage/getInfoAmount:1.0
*/
-static void decode_org_csapi_gms_IpMessage_getInfoAmount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_IpMessage_getInfoAmount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -44916,9 +43716,8 @@ static void decode_org_csapi_gms_IpMessage_getInfoAmount(tvbuff_t *tvb _U_, pack
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -44938,9 +43737,8 @@ static void decode_org_csapi_gms_IpMessage_getInfoAmount(tvbuff_t *tvb _U_, pack
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -44978,12 +43776,13 @@ static void decode_org_csapi_gms_IpMessage_getInfoAmount(tvbuff_t *tvb _U_, pack
* IDL:org/csapi/gms/IpMessage/getInfoProperties:1.0
*/
-static void decode_org_csapi_gms_IpMessage_getInfoProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_IpMessage_getInfoProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
guint32 u_octet4_loop_TpMessageInfoPropertySet;
@@ -44996,9 +43795,8 @@ static void decode_org_csapi_gms_IpMessage_getInfoProperties(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -45010,14 +43808,12 @@ static void decode_org_csapi_gms_IpMessage_getInfoProperties(tvbuff_t *tvb _U_,
g_free(seq); /* free buffer */
seq = NULL;
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"firstProperty = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"firstProperty = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"numberOfProperties = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"numberOfProperties = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -45079,12 +43875,13 @@ static void decode_org_csapi_gms_IpMessage_getInfoProperties(tvbuff_t *tvb _U_,
* IDL:org/csapi/gms/IpMessage/setInfoProperties:1.0
*/
-static void decode_org_csapi_gms_IpMessage_setInfoProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_IpMessage_setInfoProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
guint32 u_octet4_loop_messageInfoProperties;
@@ -45097,9 +43894,8 @@ static void decode_org_csapi_gms_IpMessage_setInfoProperties(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -45111,9 +43907,8 @@ static void decode_org_csapi_gms_IpMessage_setInfoProperties(tvbuff_t *tvb _U_,
g_free(seq); /* free buffer */
seq = NULL;
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"firstProperty = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"firstProperty = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_messageInfoProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -45177,12 +43972,13 @@ static void decode_org_csapi_gms_IpMessage_setInfoProperties(tvbuff_t *tvb _U_,
* IDL:org/csapi/gms/IpMessage/remove:1.0
*/
-static void decode_org_csapi_gms_IpMessage_remove(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_IpMessage_remove(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -45193,9 +43989,8 @@ static void decode_org_csapi_gms_IpMessage_remove(tvbuff_t *tvb _U_, packet_info
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -45252,12 +44047,13 @@ static void decode_org_csapi_gms_IpMessage_remove(tvbuff_t *tvb _U_, packet_info
* IDL:org/csapi/gms/IpMessage/getContent:1.0
*/
-static void decode_org_csapi_gms_IpMessage_getContent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_IpMessage_getContent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -45268,9 +44064,8 @@ static void decode_org_csapi_gms_IpMessage_getContent(tvbuff_t *tvb _U_, packet_
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -45334,12 +44129,13 @@ static void decode_org_csapi_gms_IpMessage_getContent(tvbuff_t *tvb _U_, packet_
* IDL:org/csapi/gms/IpMailboxFolder/getInfoAmount:1.0
*/
-static void decode_org_csapi_gms_IpMailboxFolder_getInfoAmount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_IpMailboxFolder_getInfoAmount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -45348,9 +44144,8 @@ static void decode_org_csapi_gms_IpMailboxFolder_getInfoAmount(tvbuff_t *tvb _U_
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -45361,9 +44156,8 @@ static void decode_org_csapi_gms_IpMailboxFolder_getInfoAmount(tvbuff_t *tvb _U_
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -45401,12 +44195,13 @@ static void decode_org_csapi_gms_IpMailboxFolder_getInfoAmount(tvbuff_t *tvb _U_
* IDL:org/csapi/gms/IpMailboxFolder/getInfoProperties:1.0
*/
-static void decode_org_csapi_gms_IpMailboxFolder_getInfoProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_IpMailboxFolder_getInfoProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_TpFolderInfoPropertySet;
guint32 i_TpFolderInfoPropertySet;
@@ -45417,19 +44212,16 @@ static void decode_org_csapi_gms_IpMailboxFolder_getInfoProperties(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"firstProperty = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"firstProperty = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"numberOfProperties = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"numberOfProperties = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -45491,12 +44283,13 @@ static void decode_org_csapi_gms_IpMailboxFolder_getInfoProperties(tvbuff_t *tvb
* IDL:org/csapi/gms/IpMailboxFolder/setInfoProperties:1.0
*/
-static void decode_org_csapi_gms_IpMailboxFolder_setInfoProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_IpMailboxFolder_setInfoProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_folderInfoProperties;
guint32 i_folderInfoProperties;
@@ -45507,14 +44300,12 @@ static void decode_org_csapi_gms_IpMailboxFolder_setInfoProperties(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"firstProperty = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"firstProperty = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_folderInfoProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -45578,12 +44369,13 @@ static void decode_org_csapi_gms_IpMailboxFolder_setInfoProperties(tvbuff_t *tvb
* IDL:org/csapi/gms/IpMailboxFolder/putMessage:1.0
*/
-static void decode_org_csapi_gms_IpMailboxFolder_putMessage(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_IpMailboxFolder_putMessage(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
guint32 u_octet4_loop_messageInfoProperties;
@@ -45596,9 +44388,8 @@ static void decode_org_csapi_gms_IpMailboxFolder_putMessage(tvbuff_t *tvb _U_, p
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -45671,12 +44462,13 @@ static void decode_org_csapi_gms_IpMailboxFolder_putMessage(tvbuff_t *tvb _U_, p
* IDL:org/csapi/gms/IpMailboxFolder/getMessage:1.0
*/
-static void decode_org_csapi_gms_IpMailboxFolder_getMessage(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_IpMailboxFolder_getMessage(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -45687,9 +44479,8 @@ static void decode_org_csapi_gms_IpMailboxFolder_getMessage(tvbuff_t *tvb _U_, p
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -45747,12 +44538,13 @@ static void decode_org_csapi_gms_IpMailboxFolder_getMessage(tvbuff_t *tvb _U_, p
* IDL:org/csapi/gms/IpMailboxFolder/close:1.0
*/
-static void decode_org_csapi_gms_IpMailboxFolder_close(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_IpMailboxFolder_close(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -45761,14 +44553,12 @@ static void decode_org_csapi_gms_IpMailboxFolder_close(tvbuff_t *tvb _U_, packet
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -45816,12 +44606,13 @@ static void decode_org_csapi_gms_IpMailboxFolder_close(tvbuff_t *tvb _U_, packet
* IDL:org/csapi/gms/IpMailboxFolder/remove:1.0
*/
-static void decode_org_csapi_gms_IpMailboxFolder_remove(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_IpMailboxFolder_remove(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -45832,9 +44623,8 @@ static void decode_org_csapi_gms_IpMailboxFolder_remove(tvbuff_t *tvb _U_, packe
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -45891,7 +44681,9 @@ static void decode_org_csapi_gms_IpMailboxFolder_remove(tvbuff_t *tvb _U_, packe
* IDL:org/csapi/cm/IpVPrP/getVPrPID:1.0
*/
-static void decode_org_csapi_cm_IpVPrP_getVPrPID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpVPrP_getVPrPID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -45958,7 +44750,9 @@ static void decode_org_csapi_cm_IpVPrP_getVPrPID(tvbuff_t *tvb _U_, packet_info
* IDL:org/csapi/cm/IpVPrP/getSlaID:1.0
*/
-static void decode_org_csapi_cm_IpVPrP_getSlaID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpVPrP_getSlaID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -46025,7 +44819,9 @@ static void decode_org_csapi_cm_IpVPrP_getSlaID(tvbuff_t *tvb _U_, packet_info *
* IDL:org/csapi/cm/IpVPrP/getStatus:1.0
*/
-static void decode_org_csapi_cm_IpVPrP_getStatus(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpVPrP_getStatus(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -46088,7 +44884,9 @@ static void decode_org_csapi_cm_IpVPrP_getStatus(tvbuff_t *tvb _U_, packet_info
* IDL:org/csapi/cm/IpVPrP/getProvisionedQoSInfo:1.0
*/
-static void decode_org_csapi_cm_IpVPrP_getProvisionedQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpVPrP_getProvisionedQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -46152,7 +44950,9 @@ static void decode_org_csapi_cm_IpVPrP_getProvisionedQoSInfo(tvbuff_t *tvb _U_,
* IDL:org/csapi/cm/IpVPrP/getValidityInfo:1.0
*/
-static void decode_org_csapi_cm_IpVPrP_getValidityInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpVPrP_getValidityInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -46216,7 +45016,9 @@ static void decode_org_csapi_cm_IpVPrP_getValidityInfo(tvbuff_t *tvb _U_, packet
* IDL:org/csapi/cm/IpVPrP/getPipeQoSInfo:1.0
*/
-static void decode_org_csapi_cm_IpVPrP_getPipeQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpVPrP_getPipeQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -46280,7 +45082,9 @@ static void decode_org_csapi_cm_IpVPrP_getPipeQoSInfo(tvbuff_t *tvb _U_, packet_
* IDL:org/csapi/cm/IpVPrP/getDsCodepoint:1.0
*/
-static void decode_org_csapi_cm_IpVPrP_getDsCodepoint(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpVPrP_getDsCodepoint(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -46344,7 +45148,9 @@ static void decode_org_csapi_cm_IpVPrP_getDsCodepoint(tvbuff_t *tvb _U_, packet_
* IDL:org/csapi/cm/IpVPrN/getVPrPList:1.0
*/
-static void decode_org_csapi_cm_IpVPrN_getVPrPList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpVPrN_getVPrPList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -46422,7 +45228,9 @@ static void decode_org_csapi_cm_IpVPrN_getVPrPList(tvbuff_t *tvb _U_, packet_inf
* IDL:org/csapi/cm/IpVPrN/getVPrP:1.0
*/
-static void decode_org_csapi_cm_IpVPrN_getVPrP(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpVPrN_getVPrP(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -46492,7 +45300,9 @@ static void decode_org_csapi_cm_IpVPrN_getVPrP(tvbuff_t *tvb _U_, packet_info *p
* IDL:org/csapi/cm/IpVPrN/createVPrP:1.0
*/
-static void decode_org_csapi_cm_IpVPrN_createVPrP(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpVPrN_createVPrP(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -46554,7 +45364,9 @@ static void decode_org_csapi_cm_IpVPrN_createVPrP(tvbuff_t *tvb _U_, packet_info
* IDL:org/csapi/cm/IpVPrN/deleteVPrP:1.0
*/
-static void decode_org_csapi_cm_IpVPrN_deleteVPrP(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpVPrN_deleteVPrP(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -46623,7 +45435,9 @@ static void decode_org_csapi_cm_IpVPrN_deleteVPrP(tvbuff_t *tvb _U_, packet_info
* IDL:org/csapi/cm/IpQoSMenu/getTemplate:1.0
*/
-static void decode_org_csapi_cm_IpQoSMenu_getTemplate(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpQoSMenu_getTemplate(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -46693,7 +45507,9 @@ static void decode_org_csapi_cm_IpQoSMenu_getTemplate(tvbuff_t *tvb _U_, packet_
* IDL:org/csapi/cm/IpQoSMenu/getTemplateList:1.0
*/
-static void decode_org_csapi_cm_IpQoSMenu_getTemplateList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpQoSMenu_getTemplateList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -46771,7 +45587,9 @@ static void decode_org_csapi_cm_IpQoSMenu_getTemplateList(tvbuff_t *tvb _U_, pac
* IDL:org/csapi/cm/IpConnectivityManager/getQoSMenu:1.0
*/
-static void decode_org_csapi_cm_IpConnectivityManager_getQoSMenu(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpConnectivityManager_getQoSMenu(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -46830,7 +45648,9 @@ static void decode_org_csapi_cm_IpConnectivityManager_getQoSMenu(tvbuff_t *tvb _
* IDL:org/csapi/cm/IpConnectivityManager/getEnterpriseNetwork:1.0
*/
-static void decode_org_csapi_cm_IpConnectivityManager_getEnterpriseNetwork(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpConnectivityManager_getEnterpriseNetwork(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -46889,7 +45709,9 @@ static void decode_org_csapi_cm_IpConnectivityManager_getEnterpriseNetwork(tvbuf
* IDL:org/csapi/cm/IpQoSTemplate/getTemplateType:1.0
*/
-static void decode_org_csapi_cm_IpQoSTemplate_getTemplateType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpQoSTemplate_getTemplateType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -46956,7 +45778,9 @@ static void decode_org_csapi_cm_IpQoSTemplate_getTemplateType(tvbuff_t *tvb _U_,
* IDL:org/csapi/cm/IpQoSTemplate/getDescription:1.0
*/
-static void decode_org_csapi_cm_IpQoSTemplate_getDescription(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpQoSTemplate_getDescription(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -47023,7 +45847,9 @@ static void decode_org_csapi_cm_IpQoSTemplate_getDescription(tvbuff_t *tvb _U_,
* IDL:org/csapi/cm/IpQoSTemplate/setSlaID:1.0
*/
-static void decode_org_csapi_cm_IpQoSTemplate_setSlaID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpQoSTemplate_setSlaID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -47092,7 +45918,9 @@ static void decode_org_csapi_cm_IpQoSTemplate_setSlaID(tvbuff_t *tvb _U_, packet
* IDL:org/csapi/cm/IpQoSTemplate/getPipeQoSInfo:1.0
*/
-static void decode_org_csapi_cm_IpQoSTemplate_getPipeQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpQoSTemplate_getPipeQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -47156,7 +45984,9 @@ static void decode_org_csapi_cm_IpQoSTemplate_getPipeQoSInfo(tvbuff_t *tvb _U_,
* IDL:org/csapi/cm/IpQoSTemplate/setPipeQoSInfo:1.0
*/
-static void decode_org_csapi_cm_IpQoSTemplate_setPipeQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpQoSTemplate_setPipeQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -47222,7 +46052,9 @@ static void decode_org_csapi_cm_IpQoSTemplate_setPipeQoSInfo(tvbuff_t *tvb _U_,
* IDL:org/csapi/cm/IpQoSTemplate/getValidityInfo:1.0
*/
-static void decode_org_csapi_cm_IpQoSTemplate_getValidityInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpQoSTemplate_getValidityInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -47286,7 +46118,9 @@ static void decode_org_csapi_cm_IpQoSTemplate_getValidityInfo(tvbuff_t *tvb _U_,
* IDL:org/csapi/cm/IpQoSTemplate/setValidityInfo:1.0
*/
-static void decode_org_csapi_cm_IpQoSTemplate_setValidityInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpQoSTemplate_setValidityInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -47352,7 +46186,9 @@ static void decode_org_csapi_cm_IpQoSTemplate_setValidityInfo(tvbuff_t *tvb _U_,
* IDL:org/csapi/cm/IpQoSTemplate/setProvisionedQoSInfo:1.0
*/
-static void decode_org_csapi_cm_IpQoSTemplate_setProvisionedQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpQoSTemplate_setProvisionedQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -47418,7 +46254,9 @@ static void decode_org_csapi_cm_IpQoSTemplate_setProvisionedQoSInfo(tvbuff_t *tv
* IDL:org/csapi/cm/IpQoSTemplate/getProvisionedQoSInfo:1.0
*/
-static void decode_org_csapi_cm_IpQoSTemplate_getProvisionedQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpQoSTemplate_getProvisionedQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -47482,7 +46320,9 @@ static void decode_org_csapi_cm_IpQoSTemplate_getProvisionedQoSInfo(tvbuff_t *tv
* IDL:org/csapi/cm/IpQoSTemplate/getDsCodepoint:1.0
*/
-static void decode_org_csapi_cm_IpQoSTemplate_getDsCodepoint(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpQoSTemplate_getDsCodepoint(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -47546,7 +46386,9 @@ static void decode_org_csapi_cm_IpQoSTemplate_getDsCodepoint(tvbuff_t *tvb _U_,
* IDL:org/csapi/cm/IpEnterpriseNetwork/getSiteList:1.0
*/
-static void decode_org_csapi_cm_IpEnterpriseNetwork_getSiteList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpEnterpriseNetwork_getSiteList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -47624,7 +46466,9 @@ static void decode_org_csapi_cm_IpEnterpriseNetwork_getSiteList(tvbuff_t *tvb _U
* IDL:org/csapi/cm/IpEnterpriseNetwork/getVPrN:1.0
*/
-static void decode_org_csapi_cm_IpEnterpriseNetwork_getVPrN(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpEnterpriseNetwork_getVPrN(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -47683,7 +46527,9 @@ static void decode_org_csapi_cm_IpEnterpriseNetwork_getVPrN(tvbuff_t *tvb _U_, p
* IDL:org/csapi/cm/IpEnterpriseNetwork/getSite:1.0
*/
-static void decode_org_csapi_cm_IpEnterpriseNetwork_getSite(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpEnterpriseNetwork_getSite(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -47753,7 +46599,9 @@ static void decode_org_csapi_cm_IpEnterpriseNetwork_getSite(tvbuff_t *tvb _U_, p
* IDL:org/csapi/cm/IpEnterpriseNetworkSite/getSAPList:1.0
*/
-static void decode_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -47831,7 +46679,9 @@ static void decode_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList(tvbuff_t *tvb
* IDL:org/csapi/cm/IpEnterpriseNetworkSite/getSiteID:1.0
*/
-static void decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -47898,7 +46748,9 @@ static void decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteID(tvbuff_t *tvb
* IDL:org/csapi/cm/IpEnterpriseNetworkSite/getSiteLocation:1.0
*/
-static void decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteLocation(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteLocation(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -47965,7 +46817,9 @@ static void decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteLocation(tvbuff_t
* IDL:org/csapi/cm/IpEnterpriseNetworkSite/getSiteDescription:1.0
*/
-static void decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteDescription(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteDescription(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -48032,7 +46886,9 @@ static void decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteDescription(tvbuf
* IDL:org/csapi/cm/IpEnterpriseNetworkSite/getIPSubnet:1.0
*/
-static void decode_org_csapi_cm_IpEnterpriseNetworkSite_getIPSubnet(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpEnterpriseNetworkSite_getIPSubnet(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -48096,7 +46952,9 @@ static void decode_org_csapi_cm_IpEnterpriseNetworkSite_getIPSubnet(tvbuff_t *tv
* IDL:org/csapi/cm/IpEnterpriseNetworkSite/getSAPIPSubnet:1.0
*/
-static void decode_org_csapi_cm_IpEnterpriseNetworkSite_getSAPIPSubnet(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_IpEnterpriseNetworkSite_getSAPIPSubnet(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -48171,12 +47029,13 @@ static void decode_org_csapi_cm_IpEnterpriseNetworkSite_getSAPIPSubnet(tvbuff_t
* IDL:org/csapi/am/IpAppAccountManager/reportNotification:1.0
*/
-static void decode_org_csapi_am_IpAppAccountManager_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_IpAppAccountManager_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -48193,9 +47052,8 @@ static void decode_org_csapi_am_IpAppAccountManager_reportNotification(tvbuff_t
/* End struct "org_csapi_am_TpChargingEventInfo" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -48243,12 +47101,13 @@ static void decode_org_csapi_am_IpAppAccountManager_reportNotification(tvbuff_t
* IDL:org/csapi/am/IpAppAccountManager/queryBalanceRes:1.0
*/
-static void decode_org_csapi_am_IpAppAccountManager_queryBalanceRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_IpAppAccountManager_queryBalanceRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_balances;
guint32 i_balances;
@@ -48259,9 +47118,8 @@ static void decode_org_csapi_am_IpAppAccountManager_queryBalanceRes(tvbuff_t *tv
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"queryId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"queryId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_balances = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -48326,12 +47184,13 @@ static void decode_org_csapi_am_IpAppAccountManager_queryBalanceRes(tvbuff_t *tv
* IDL:org/csapi/am/IpAppAccountManager/queryBalanceErr:1.0
*/
-static void decode_org_csapi_am_IpAppAccountManager_queryBalanceErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_IpAppAccountManager_queryBalanceErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -48341,9 +47200,8 @@ static void decode_org_csapi_am_IpAppAccountManager_queryBalanceErr(tvbuff_t *tv
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"queryId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"queryId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -48397,12 +47255,13 @@ static void decode_org_csapi_am_IpAppAccountManager_queryBalanceErr(tvbuff_t *tv
* IDL:org/csapi/am/IpAppAccountManager/retrieveTransactionHistoryRes:1.0
*/
-static void decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_transactionHistory;
guint32 i_transactionHistory;
@@ -48413,9 +47272,8 @@ static void decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRe
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"retrievalID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"retrievalID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_transactionHistory = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -48480,12 +47338,13 @@ static void decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRe
* IDL:org/csapi/am/IpAppAccountManager/retrieveTransactionHistoryErr:1.0
*/
-static void decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -48495,9 +47354,8 @@ static void decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryEr
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"retrievalID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"retrievalID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -48551,12 +47409,13 @@ static void decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryEr
* IDL:org/csapi/am/IpAppAccountManager/queryBalanceExpiryDateRes:1.0
*/
-static void decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_dates;
guint32 i_dates;
@@ -48567,9 +47426,8 @@ static void decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes(tv
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"queryId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"queryId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_dates = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -48634,12 +47492,13 @@ static void decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes(tv
* IDL:org/csapi/am/IpAppAccountManager/queryBalanceExpiryDateErr:1.0
*/
-static void decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -48649,9 +47508,8 @@ static void decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateErr(tv
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"queryId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"queryId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -48705,12 +47563,13 @@ static void decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateErr(tv
* IDL:org/csapi/am/IpAppAccountManager/updateBalanceRes:1.0
*/
-static void decode_org_csapi_am_IpAppAccountManager_updateBalanceRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_IpAppAccountManager_updateBalanceRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -48719,9 +47578,8 @@ static void decode_org_csapi_am_IpAppAccountManager_updateBalanceRes(tvbuff_t *t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_am_TpBalance" */
@@ -48777,12 +47635,13 @@ static void decode_org_csapi_am_IpAppAccountManager_updateBalanceRes(tvbuff_t *t
* IDL:org/csapi/am/IpAppAccountManager/updateBalanceErr:1.0
*/
-static void decode_org_csapi_am_IpAppAccountManager_updateBalanceErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_IpAppAccountManager_updateBalanceErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -48792,9 +47651,8 @@ static void decode_org_csapi_am_IpAppAccountManager_updateBalanceErr(tvbuff_t *t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -48848,12 +47706,13 @@ static void decode_org_csapi_am_IpAppAccountManager_updateBalanceErr(tvbuff_t *t
* IDL:org/csapi/am/IpAppAccountManager/createVoucherRes:1.0
*/
-static void decode_org_csapi_am_IpAppAccountManager_createVoucherRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_IpAppAccountManager_createVoucherRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -48862,14 +47721,12 @@ static void decode_org_csapi_am_IpAppAccountManager_createVoucherRes(tvbuff_t *t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"voucherId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"voucherId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -48917,12 +47774,13 @@ static void decode_org_csapi_am_IpAppAccountManager_createVoucherRes(tvbuff_t *t
* IDL:org/csapi/am/IpAppAccountManager/createVoucherErr:1.0
*/
-static void decode_org_csapi_am_IpAppAccountManager_createVoucherErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_IpAppAccountManager_createVoucherErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -48932,9 +47790,8 @@ static void decode_org_csapi_am_IpAppAccountManager_createVoucherErr(tvbuff_t *t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -48988,12 +47845,13 @@ static void decode_org_csapi_am_IpAppAccountManager_createVoucherErr(tvbuff_t *t
* IDL:org/csapi/am/IpAppAccountManager/destroyVoucherRes:1.0
*/
-static void decode_org_csapi_am_IpAppAccountManager_destroyVoucherRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_IpAppAccountManager_destroyVoucherRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -49002,14 +47860,12 @@ static void decode_org_csapi_am_IpAppAccountManager_destroyVoucherRes(tvbuff_t *
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"voucherId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"voucherId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -49057,12 +47913,13 @@ static void decode_org_csapi_am_IpAppAccountManager_destroyVoucherRes(tvbuff_t *
* IDL:org/csapi/am/IpAppAccountManager/destroyVoucherErr:1.0
*/
-static void decode_org_csapi_am_IpAppAccountManager_destroyVoucherErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_IpAppAccountManager_destroyVoucherErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -49072,14 +47929,12 @@ static void decode_org_csapi_am_IpAppAccountManager_destroyVoucherErr(tvbuff_t *
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"voucherId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"voucherId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -49133,12 +47988,13 @@ static void decode_org_csapi_am_IpAppAccountManager_destroyVoucherErr(tvbuff_t *
* IDL:org/csapi/am/IpAppAccountManager/queryVoucherRes:1.0
*/
-static void decode_org_csapi_am_IpAppAccountManager_queryVoucherRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_IpAppAccountManager_queryVoucherRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -49147,9 +48003,8 @@ static void decode_org_csapi_am_IpAppAccountManager_queryVoucherRes(tvbuff_t *tv
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"queryId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"queryId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_am_TpVoucher" */
@@ -49205,12 +48060,13 @@ static void decode_org_csapi_am_IpAppAccountManager_queryVoucherRes(tvbuff_t *tv
* IDL:org/csapi/am/IpAppAccountManager/queryVoucherErr:1.0
*/
-static void decode_org_csapi_am_IpAppAccountManager_queryVoucherErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_IpAppAccountManager_queryVoucherErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -49220,14 +48076,12 @@ static void decode_org_csapi_am_IpAppAccountManager_queryVoucherErr(tvbuff_t *tv
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"queryId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"queryId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"voucherId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"voucherId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -49281,12 +48135,13 @@ static void decode_org_csapi_am_IpAppAccountManager_queryVoucherErr(tvbuff_t *tv
* IDL:org/csapi/am/IpAppAccountManager/queryUserVouchersRes:1.0
*/
-static void decode_org_csapi_am_IpAppAccountManager_queryUserVouchersRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_IpAppAccountManager_queryUserVouchersRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_vouchers;
guint32 i_vouchers;
@@ -49297,9 +48152,8 @@ static void decode_org_csapi_am_IpAppAccountManager_queryUserVouchersRes(tvbuff_
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"queryId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"queryId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_vouchers = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -49364,12 +48218,13 @@ static void decode_org_csapi_am_IpAppAccountManager_queryUserVouchersRes(tvbuff_
* IDL:org/csapi/am/IpAppAccountManager/queryUserVouchersErr:1.0
*/
-static void decode_org_csapi_am_IpAppAccountManager_queryUserVouchersErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_IpAppAccountManager_queryUserVouchersErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -49379,9 +48234,8 @@ static void decode_org_csapi_am_IpAppAccountManager_queryUserVouchersErr(tvbuff_
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"queryId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"queryId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -49435,12 +48289,13 @@ static void decode_org_csapi_am_IpAppAccountManager_queryUserVouchersErr(tvbuff_
* IDL:org/csapi/am/IpAccountManager/createNotification:1.0
*/
-static void decode_org_csapi_am_IpAccountManager_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_IpAccountManager_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -49468,9 +48323,8 @@ static void decode_org_csapi_am_IpAccountManager_createNotification(tvbuff_t *tv
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -49508,12 +48362,13 @@ static void decode_org_csapi_am_IpAccountManager_createNotification(tvbuff_t *tv
* IDL:org/csapi/am/IpAccountManager/destroyNotification:1.0
*/
-static void decode_org_csapi_am_IpAccountManager_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_IpAccountManager_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -49522,9 +48377,8 @@ static void decode_org_csapi_am_IpAccountManager_destroyNotification(tvbuff_t *t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -49572,14 +48426,15 @@ static void decode_org_csapi_am_IpAccountManager_destroyNotification(tvbuff_t *t
* IDL:org/csapi/am/IpAccountManager/queryBalanceReq:1.0
*/
-static void decode_org_csapi_am_IpAccountManager_queryBalanceReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_IpAccountManager_queryBalanceReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_users;
guint32 i_users;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -49613,9 +48468,8 @@ static void decode_org_csapi_am_IpAccountManager_queryBalanceReq(tvbuff_t *tvb _
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -49653,12 +48507,13 @@ static void decode_org_csapi_am_IpAccountManager_queryBalanceReq(tvbuff_t *tvb _
* IDL:org/csapi/am/IpAccountManager/changeNotification:1.0
*/
-static void decode_org_csapi_am_IpAccountManager_changeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_IpAccountManager_changeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -49667,9 +48522,8 @@ static void decode_org_csapi_am_IpAccountManager_changeNotification(tvbuff_t *tv
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_am_TpChargingEventCriteria" */
@@ -49725,7 +48579,9 @@ static void decode_org_csapi_am_IpAccountManager_changeNotification(tvbuff_t *tv
* IDL:org/csapi/am/IpAccountManager/getNotification:1.0
*/
-static void decode_org_csapi_am_IpAccountManager_getNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_IpAccountManager_getNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -49800,12 +48656,13 @@ static void decode_org_csapi_am_IpAccountManager_getNotification(tvbuff_t *tvb _
* IDL:org/csapi/am/IpAccountManager/retrieveTransactionHistoryReq:1.0
*/
-static void decode_org_csapi_am_IpAccountManager_retrieveTransactionHistoryReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_IpAccountManager_retrieveTransactionHistoryReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -49838,9 +48695,8 @@ static void decode_org_csapi_am_IpAccountManager_retrieveTransactionHistoryReq(t
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -49878,12 +48734,13 @@ static void decode_org_csapi_am_IpAccountManager_retrieveTransactionHistoryReq(t
* IDL:org/csapi/am/IpAccountManager/enableNotifications:1.0
*/
-static void decode_org_csapi_am_IpAccountManager_enableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_IpAccountManager_enableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -49903,9 +48760,8 @@ static void decode_org_csapi_am_IpAccountManager_enableNotifications(tvbuff_t *t
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -49943,7 +48799,9 @@ static void decode_org_csapi_am_IpAccountManager_enableNotifications(tvbuff_t *t
* IDL:org/csapi/am/IpAccountManager/disableNotifications:1.0
*/
-static void decode_org_csapi_am_IpAccountManager_disableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_IpAccountManager_disableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -50001,14 +48859,15 @@ static void decode_org_csapi_am_IpAccountManager_disableNotifications(tvbuff_t *
* IDL:org/csapi/am/IpAccountManager/queryBalanceExpiryDateReq:1.0
*/
-static void decode_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_users;
guint32 i_users;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -50042,9 +48901,8 @@ static void decode_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq(tvbuf
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -50082,13 +48940,13 @@ static void decode_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq(tvbuf
* IDL:org/csapi/am/IpAccountManager/updateBalanceReq:1.0
*/
-static void decode_org_csapi_am_IpAccountManager_updateBalanceReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_IpAccountManager_updateBalanceReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- guint8 u_octet1;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -50105,9 +48963,8 @@ static void decode_org_csapi_am_IpAccountManager_updateBalanceReq(tvbuff_t *tvb
/* End struct "org_csapi_TpAddress" */
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"debit = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"debit = %u",get_CDR_boolean(tvb,offset));
}
/* Begin struct "org_csapi_am_TpBalanceInfo" */
@@ -50118,9 +48975,8 @@ static void decode_org_csapi_am_IpAccountManager_updateBalanceReq(tvbuff_t *tvb
/* End struct "org_csapi_am_TpBalanceInfo" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"period = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"period = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -50131,9 +48987,8 @@ static void decode_org_csapi_am_IpAccountManager_updateBalanceReq(tvbuff_t *tvb
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -50171,12 +49026,13 @@ static void decode_org_csapi_am_IpAccountManager_updateBalanceReq(tvbuff_t *tvb
* IDL:org/csapi/am/IpAccountManager/createVoucherReq:1.0
*/
-static void decode_org_csapi_am_IpAccountManager_createVoucherReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_IpAccountManager_createVoucherReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -50209,9 +49065,8 @@ static void decode_org_csapi_am_IpAccountManager_createVoucherReq(tvbuff_t *tvb
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -50249,12 +49104,13 @@ static void decode_org_csapi_am_IpAccountManager_createVoucherReq(tvbuff_t *tvb
* IDL:org/csapi/am/IpAccountManager/destroyVoucherReq:1.0
*/
-static void decode_org_csapi_am_IpAccountManager_destroyVoucherReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_IpAccountManager_destroyVoucherReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -50263,9 +49119,8 @@ static void decode_org_csapi_am_IpAccountManager_destroyVoucherReq(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"voucherId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"voucherId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -50276,9 +49131,8 @@ static void decode_org_csapi_am_IpAccountManager_destroyVoucherReq(tvbuff_t *tvb
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -50316,12 +49170,13 @@ static void decode_org_csapi_am_IpAccountManager_destroyVoucherReq(tvbuff_t *tvb
* IDL:org/csapi/am/IpAccountManager/queryVoucherReq:1.0
*/
-static void decode_org_csapi_am_IpAccountManager_queryVoucherReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_IpAccountManager_queryVoucherReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -50330,9 +49185,8 @@ static void decode_org_csapi_am_IpAccountManager_queryVoucherReq(tvbuff_t *tvb _
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"voucherId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"voucherId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -50343,9 +49197,8 @@ static void decode_org_csapi_am_IpAccountManager_queryVoucherReq(tvbuff_t *tvb _
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -50383,12 +49236,13 @@ static void decode_org_csapi_am_IpAccountManager_queryVoucherReq(tvbuff_t *tvb _
* IDL:org/csapi/am/IpAccountManager/queryUserVouchersReq:1.0
*/
-static void decode_org_csapi_am_IpAccountManager_queryUserVouchersReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_IpAccountManager_queryUserVouchersReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -50413,9 +49267,8 @@ static void decode_org_csapi_am_IpAccountManager_queryUserVouchersReq(tvbuff_t *
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -50453,12 +49306,13 @@ static void decode_org_csapi_am_IpAccountManager_queryUserVouchersReq(tvbuff_t *
* IDL:org/csapi/cs/IpAppChargingSession/creditAmountErr:1.0
*/
-static void decode_org_csapi_cs_IpAppChargingSession_creditAmountErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpAppChargingSession_creditAmountErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -50468,14 +49322,12 @@ static void decode_org_csapi_cs_IpAppChargingSession_creditAmountErr(tvbuff_t *t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -50484,9 +49336,8 @@ static void decode_org_csapi_cs_IpAppChargingSession_creditAmountErr(tvbuff_t *t
proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cs_TpChargingError,"Unknown Enum Value"));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -50534,12 +49385,13 @@ static void decode_org_csapi_cs_IpAppChargingSession_creditAmountErr(tvbuff_t *t
* IDL:org/csapi/cs/IpAppChargingSession/creditAmountRes:1.0
*/
-static void decode_org_csapi_cs_IpAppChargingSession_creditAmountRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpAppChargingSession_creditAmountRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -50548,14 +49400,12 @@ static void decode_org_csapi_cs_IpAppChargingSession_creditAmountRes(tvbuff_t *t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cs_TpChargingPrice" */
@@ -50574,9 +49424,8 @@ static void decode_org_csapi_cs_IpAppChargingSession_creditAmountRes(tvbuff_t *t
/* End struct "org_csapi_cs_TpChargingPrice" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -50624,12 +49473,13 @@ static void decode_org_csapi_cs_IpAppChargingSession_creditAmountRes(tvbuff_t *t
* IDL:org/csapi/cs/IpAppChargingSession/creditUnitErr:1.0
*/
-static void decode_org_csapi_cs_IpAppChargingSession_creditUnitErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpAppChargingSession_creditUnitErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -50639,14 +49489,12 @@ static void decode_org_csapi_cs_IpAppChargingSession_creditUnitErr(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -50655,9 +49503,8 @@ static void decode_org_csapi_cs_IpAppChargingSession_creditUnitErr(tvbuff_t *tvb
proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cs_TpChargingError,"Unknown Enum Value"));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -50705,12 +49552,13 @@ static void decode_org_csapi_cs_IpAppChargingSession_creditUnitErr(tvbuff_t *tvb
* IDL:org/csapi/cs/IpAppChargingSession/creditUnitRes:1.0
*/
-static void decode_org_csapi_cs_IpAppChargingSession_creditUnitRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpAppChargingSession_creditUnitRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_creditedVolumes;
guint32 i_creditedVolumes;
guint32 u_octet4_loop_reservedUnitsLeft;
@@ -50723,14 +49571,12 @@ static void decode_org_csapi_cs_IpAppChargingSession_creditUnitRes(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_creditedVolumes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -50767,9 +49613,8 @@ static void decode_org_csapi_cs_IpAppChargingSession_creditUnitRes(tvbuff_t *tvb
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -50817,12 +49662,13 @@ static void decode_org_csapi_cs_IpAppChargingSession_creditUnitRes(tvbuff_t *tvb
* IDL:org/csapi/cs/IpAppChargingSession/debitAmountErr:1.0
*/
-static void decode_org_csapi_cs_IpAppChargingSession_debitAmountErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpAppChargingSession_debitAmountErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -50832,14 +49678,12 @@ static void decode_org_csapi_cs_IpAppChargingSession_debitAmountErr(tvbuff_t *tv
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -50848,9 +49692,8 @@ static void decode_org_csapi_cs_IpAppChargingSession_debitAmountErr(tvbuff_t *tv
proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cs_TpChargingError,"Unknown Enum Value"));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -50898,12 +49741,13 @@ static void decode_org_csapi_cs_IpAppChargingSession_debitAmountErr(tvbuff_t *tv
* IDL:org/csapi/cs/IpAppChargingSession/debitAmountRes:1.0
*/
-static void decode_org_csapi_cs_IpAppChargingSession_debitAmountRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpAppChargingSession_debitAmountRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -50912,14 +49756,12 @@ static void decode_org_csapi_cs_IpAppChargingSession_debitAmountRes(tvbuff_t *tv
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cs_TpChargingPrice" */
@@ -50938,9 +49780,8 @@ static void decode_org_csapi_cs_IpAppChargingSession_debitAmountRes(tvbuff_t *tv
/* End struct "org_csapi_cs_TpChargingPrice" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -50988,12 +49829,13 @@ static void decode_org_csapi_cs_IpAppChargingSession_debitAmountRes(tvbuff_t *tv
* IDL:org/csapi/cs/IpAppChargingSession/debitUnitErr:1.0
*/
-static void decode_org_csapi_cs_IpAppChargingSession_debitUnitErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpAppChargingSession_debitUnitErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -51003,14 +49845,12 @@ static void decode_org_csapi_cs_IpAppChargingSession_debitUnitErr(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -51019,9 +49859,8 @@ static void decode_org_csapi_cs_IpAppChargingSession_debitUnitErr(tvbuff_t *tvb
proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cs_TpChargingError,"Unknown Enum Value"));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -51069,12 +49908,13 @@ static void decode_org_csapi_cs_IpAppChargingSession_debitUnitErr(tvbuff_t *tvb
* IDL:org/csapi/cs/IpAppChargingSession/debitUnitRes:1.0
*/
-static void decode_org_csapi_cs_IpAppChargingSession_debitUnitRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpAppChargingSession_debitUnitRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_debitedVolumes;
guint32 i_debitedVolumes;
guint32 u_octet4_loop_reservedUnitsLeft;
@@ -51087,14 +49927,12 @@ static void decode_org_csapi_cs_IpAppChargingSession_debitUnitRes(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_debitedVolumes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -51131,9 +49969,8 @@ static void decode_org_csapi_cs_IpAppChargingSession_debitUnitRes(tvbuff_t *tvb
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -51181,12 +50018,13 @@ static void decode_org_csapi_cs_IpAppChargingSession_debitUnitRes(tvbuff_t *tvb
* IDL:org/csapi/cs/IpAppChargingSession/directCreditAmountErr:1.0
*/
-static void decode_org_csapi_cs_IpAppChargingSession_directCreditAmountErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpAppChargingSession_directCreditAmountErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -51196,14 +50034,12 @@ static void decode_org_csapi_cs_IpAppChargingSession_directCreditAmountErr(tvbuf
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -51212,9 +50048,8 @@ static void decode_org_csapi_cs_IpAppChargingSession_directCreditAmountErr(tvbuf
proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cs_TpChargingError,"Unknown Enum Value"));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -51262,12 +50097,13 @@ static void decode_org_csapi_cs_IpAppChargingSession_directCreditAmountErr(tvbuf
* IDL:org/csapi/cs/IpAppChargingSession/directCreditAmountRes:1.0
*/
-static void decode_org_csapi_cs_IpAppChargingSession_directCreditAmountRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpAppChargingSession_directCreditAmountRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -51276,14 +50112,12 @@ static void decode_org_csapi_cs_IpAppChargingSession_directCreditAmountRes(tvbuf
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cs_TpChargingPrice" */
@@ -51294,9 +50128,8 @@ static void decode_org_csapi_cs_IpAppChargingSession_directCreditAmountRes(tvbuf
/* End struct "org_csapi_cs_TpChargingPrice" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -51344,12 +50177,13 @@ static void decode_org_csapi_cs_IpAppChargingSession_directCreditAmountRes(tvbuf
* IDL:org/csapi/cs/IpAppChargingSession/directCreditUnitErr:1.0
*/
-static void decode_org_csapi_cs_IpAppChargingSession_directCreditUnitErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpAppChargingSession_directCreditUnitErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -51359,14 +50193,12 @@ static void decode_org_csapi_cs_IpAppChargingSession_directCreditUnitErr(tvbuff_
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -51375,9 +50207,8 @@ static void decode_org_csapi_cs_IpAppChargingSession_directCreditUnitErr(tvbuff_
proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cs_TpChargingError,"Unknown Enum Value"));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -51425,12 +50256,13 @@ static void decode_org_csapi_cs_IpAppChargingSession_directCreditUnitErr(tvbuff_
* IDL:org/csapi/cs/IpAppChargingSession/directCreditUnitRes:1.0
*/
-static void decode_org_csapi_cs_IpAppChargingSession_directCreditUnitRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpAppChargingSession_directCreditUnitRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_creditedVolumes;
guint32 i_creditedVolumes;
@@ -51441,14 +50273,12 @@ static void decode_org_csapi_cs_IpAppChargingSession_directCreditUnitRes(tvbuff_
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_creditedVolumes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -51468,9 +50298,8 @@ static void decode_org_csapi_cs_IpAppChargingSession_directCreditUnitRes(tvbuff_
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -51518,12 +50347,13 @@ static void decode_org_csapi_cs_IpAppChargingSession_directCreditUnitRes(tvbuff_
* IDL:org/csapi/cs/IpAppChargingSession/directDebitAmountErr:1.0
*/
-static void decode_org_csapi_cs_IpAppChargingSession_directDebitAmountErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpAppChargingSession_directDebitAmountErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -51533,14 +50363,12 @@ static void decode_org_csapi_cs_IpAppChargingSession_directDebitAmountErr(tvbuff
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -51549,9 +50377,8 @@ static void decode_org_csapi_cs_IpAppChargingSession_directDebitAmountErr(tvbuff
proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cs_TpChargingError,"Unknown Enum Value"));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -51599,12 +50426,13 @@ static void decode_org_csapi_cs_IpAppChargingSession_directDebitAmountErr(tvbuff
* IDL:org/csapi/cs/IpAppChargingSession/directDebitAmountRes:1.0
*/
-static void decode_org_csapi_cs_IpAppChargingSession_directDebitAmountRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpAppChargingSession_directDebitAmountRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -51613,14 +50441,12 @@ static void decode_org_csapi_cs_IpAppChargingSession_directDebitAmountRes(tvbuff
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cs_TpChargingPrice" */
@@ -51631,9 +50457,8 @@ static void decode_org_csapi_cs_IpAppChargingSession_directDebitAmountRes(tvbuff
/* End struct "org_csapi_cs_TpChargingPrice" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -51681,12 +50506,13 @@ static void decode_org_csapi_cs_IpAppChargingSession_directDebitAmountRes(tvbuff
* IDL:org/csapi/cs/IpAppChargingSession/directDebitUnitErr:1.0
*/
-static void decode_org_csapi_cs_IpAppChargingSession_directDebitUnitErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpAppChargingSession_directDebitUnitErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -51696,14 +50522,12 @@ static void decode_org_csapi_cs_IpAppChargingSession_directDebitUnitErr(tvbuff_t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -51712,9 +50536,8 @@ static void decode_org_csapi_cs_IpAppChargingSession_directDebitUnitErr(tvbuff_t
proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cs_TpChargingError,"Unknown Enum Value"));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -51762,12 +50585,13 @@ static void decode_org_csapi_cs_IpAppChargingSession_directDebitUnitErr(tvbuff_t
* IDL:org/csapi/cs/IpAppChargingSession/directDebitUnitRes:1.0
*/
-static void decode_org_csapi_cs_IpAppChargingSession_directDebitUnitRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpAppChargingSession_directDebitUnitRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_debitedVolumes;
guint32 i_debitedVolumes;
@@ -51778,14 +50602,12 @@ static void decode_org_csapi_cs_IpAppChargingSession_directDebitUnitRes(tvbuff_t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_debitedVolumes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -51805,9 +50627,8 @@ static void decode_org_csapi_cs_IpAppChargingSession_directDebitUnitRes(tvbuff_t
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -51855,12 +50676,13 @@ static void decode_org_csapi_cs_IpAppChargingSession_directDebitUnitRes(tvbuff_t
* IDL:org/csapi/cs/IpAppChargingSession/extendLifeTimeErr:1.0
*/
-static void decode_org_csapi_cs_IpAppChargingSession_extendLifeTimeErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpAppChargingSession_extendLifeTimeErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -51870,9 +50692,8 @@ static void decode_org_csapi_cs_IpAppChargingSession_extendLifeTimeErr(tvbuff_t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -51926,12 +50747,13 @@ static void decode_org_csapi_cs_IpAppChargingSession_extendLifeTimeErr(tvbuff_t
* IDL:org/csapi/cs/IpAppChargingSession/extendLifeTimeRes:1.0
*/
-static void decode_org_csapi_cs_IpAppChargingSession_extendLifeTimeRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpAppChargingSession_extendLifeTimeRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -51940,14 +50762,12 @@ static void decode_org_csapi_cs_IpAppChargingSession_extendLifeTimeRes(tvbuff_t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionTimeLeft = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionTimeLeft = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -51995,12 +50815,13 @@ static void decode_org_csapi_cs_IpAppChargingSession_extendLifeTimeRes(tvbuff_t
* IDL:org/csapi/cs/IpAppChargingSession/rateErr:1.0
*/
-static void decode_org_csapi_cs_IpAppChargingSession_rateErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpAppChargingSession_rateErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -52010,9 +50831,8 @@ static void decode_org_csapi_cs_IpAppChargingSession_rateErr(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -52066,12 +50886,13 @@ static void decode_org_csapi_cs_IpAppChargingSession_rateErr(tvbuff_t *tvb _U_,
* IDL:org/csapi/cs/IpAppChargingSession/rateRes:1.0
*/
-static void decode_org_csapi_cs_IpAppChargingSession_rateRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpAppChargingSession_rateRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_rates;
guint32 i_rates;
@@ -52082,9 +50903,8 @@ static void decode_org_csapi_cs_IpAppChargingSession_rateRes(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_rates = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -52104,9 +50924,8 @@ static void decode_org_csapi_cs_IpAppChargingSession_rateRes(tvbuff_t *tvb _U_,
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"validityTimeLeft = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"validityTimeLeft = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -52154,12 +50973,13 @@ static void decode_org_csapi_cs_IpAppChargingSession_rateRes(tvbuff_t *tvb _U_,
* IDL:org/csapi/cs/IpAppChargingSession/reserveAmountErr:1.0
*/
-static void decode_org_csapi_cs_IpAppChargingSession_reserveAmountErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpAppChargingSession_reserveAmountErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -52169,14 +50989,12 @@ static void decode_org_csapi_cs_IpAppChargingSession_reserveAmountErr(tvbuff_t *
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -52185,9 +51003,8 @@ static void decode_org_csapi_cs_IpAppChargingSession_reserveAmountErr(tvbuff_t *
proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cs_TpChargingError,"Unknown Enum Value"));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -52235,12 +51052,13 @@ static void decode_org_csapi_cs_IpAppChargingSession_reserveAmountErr(tvbuff_t *
* IDL:org/csapi/cs/IpAppChargingSession/reserveAmountRes:1.0
*/
-static void decode_org_csapi_cs_IpAppChargingSession_reserveAmountRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpAppChargingSession_reserveAmountRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -52249,14 +51067,12 @@ static void decode_org_csapi_cs_IpAppChargingSession_reserveAmountRes(tvbuff_t *
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cs_TpChargingPrice" */
@@ -52267,14 +51083,12 @@ static void decode_org_csapi_cs_IpAppChargingSession_reserveAmountRes(tvbuff_t *
/* End struct "org_csapi_cs_TpChargingPrice" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionTimeLeft = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionTimeLeft = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -52322,12 +51136,13 @@ static void decode_org_csapi_cs_IpAppChargingSession_reserveAmountRes(tvbuff_t *
* IDL:org/csapi/cs/IpAppChargingSession/reserveUnitErr:1.0
*/
-static void decode_org_csapi_cs_IpAppChargingSession_reserveUnitErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpAppChargingSession_reserveUnitErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -52337,14 +51152,12 @@ static void decode_org_csapi_cs_IpAppChargingSession_reserveUnitErr(tvbuff_t *tv
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -52353,9 +51166,8 @@ static void decode_org_csapi_cs_IpAppChargingSession_reserveUnitErr(tvbuff_t *tv
proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cs_TpChargingError,"Unknown Enum Value"));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -52403,12 +51215,13 @@ static void decode_org_csapi_cs_IpAppChargingSession_reserveUnitErr(tvbuff_t *tv
* IDL:org/csapi/cs/IpAppChargingSession/reserveUnitRes:1.0
*/
-static void decode_org_csapi_cs_IpAppChargingSession_reserveUnitRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpAppChargingSession_reserveUnitRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_reservedUnits;
guint32 i_reservedUnits;
@@ -52419,14 +51232,12 @@ static void decode_org_csapi_cs_IpAppChargingSession_reserveUnitRes(tvbuff_t *tv
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_reservedUnits = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -52446,14 +51257,12 @@ static void decode_org_csapi_cs_IpAppChargingSession_reserveUnitRes(tvbuff_t *tv
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionTimeLeft = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionTimeLeft = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -52501,12 +51310,13 @@ static void decode_org_csapi_cs_IpAppChargingSession_reserveUnitRes(tvbuff_t *tv
* IDL:org/csapi/cs/IpAppChargingSession/sessionEnded:1.0
*/
-static void decode_org_csapi_cs_IpAppChargingSession_sessionEnded(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpAppChargingSession_sessionEnded(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -52516,9 +51326,8 @@ static void decode_org_csapi_cs_IpAppChargingSession_sessionEnded(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -52572,13 +51381,13 @@ static void decode_org_csapi_cs_IpAppChargingSession_sessionEnded(tvbuff_t *tvb
* IDL:org/csapi/cs/IpChargingSession/creditAmountReq:1.0
*/
-static void decode_org_csapi_cs_IpChargingSession_creditAmountReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpChargingSession_creditAmountReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -52587,9 +51396,8 @@ static void decode_org_csapi_cs_IpChargingSession_creditAmountReq(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cs_TpApplicationDescription" */
@@ -52608,14 +51416,12 @@ static void decode_org_csapi_cs_IpChargingSession_creditAmountReq(tvbuff_t *tvb
/* End struct "org_csapi_cs_TpChargingPrice" */
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"closeReservation = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"closeReservation = %u",get_CDR_boolean(tvb,offset));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -52663,15 +51469,15 @@ static void decode_org_csapi_cs_IpChargingSession_creditAmountReq(tvbuff_t *tvb
* IDL:org/csapi/cs/IpChargingSession/creditUnitReq:1.0
*/
-static void decode_org_csapi_cs_IpChargingSession_creditUnitReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpChargingSession_creditUnitReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_volumes;
guint32 i_volumes;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -52680,9 +51486,8 @@ static void decode_org_csapi_cs_IpChargingSession_creditUnitReq(tvbuff_t *tvb _U
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cs_TpApplicationDescription" */
@@ -52710,14 +51515,12 @@ static void decode_org_csapi_cs_IpChargingSession_creditUnitReq(tvbuff_t *tvb _U
}
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"closeReservation = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"closeReservation = %u",get_CDR_boolean(tvb,offset));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -52765,13 +51568,13 @@ static void decode_org_csapi_cs_IpChargingSession_creditUnitReq(tvbuff_t *tvb _U
* IDL:org/csapi/cs/IpChargingSession/debitAmountReq:1.0
*/
-static void decode_org_csapi_cs_IpChargingSession_debitAmountReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpChargingSession_debitAmountReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -52780,9 +51583,8 @@ static void decode_org_csapi_cs_IpChargingSession_debitAmountReq(tvbuff_t *tvb _
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cs_TpApplicationDescription" */
@@ -52801,14 +51603,12 @@ static void decode_org_csapi_cs_IpChargingSession_debitAmountReq(tvbuff_t *tvb _
/* End struct "org_csapi_cs_TpChargingPrice" */
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"closeReservation = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"closeReservation = %u",get_CDR_boolean(tvb,offset));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -52856,15 +51656,15 @@ static void decode_org_csapi_cs_IpChargingSession_debitAmountReq(tvbuff_t *tvb _
* IDL:org/csapi/cs/IpChargingSession/debitUnitReq:1.0
*/
-static void decode_org_csapi_cs_IpChargingSession_debitUnitReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpChargingSession_debitUnitReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_volumes;
guint32 i_volumes;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -52873,9 +51673,8 @@ static void decode_org_csapi_cs_IpChargingSession_debitUnitReq(tvbuff_t *tvb _U_
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cs_TpApplicationDescription" */
@@ -52903,14 +51702,12 @@ static void decode_org_csapi_cs_IpChargingSession_debitUnitReq(tvbuff_t *tvb _U_
}
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"closeReservation = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"closeReservation = %u",get_CDR_boolean(tvb,offset));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -52958,12 +51755,13 @@ static void decode_org_csapi_cs_IpChargingSession_debitUnitReq(tvbuff_t *tvb _U_
* IDL:org/csapi/cs/IpChargingSession/directCreditAmountReq:1.0
*/
-static void decode_org_csapi_cs_IpChargingSession_directCreditAmountReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpChargingSession_directCreditAmountReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_chargingParameters;
guint32 i_chargingParameters;
@@ -52974,9 +51772,8 @@ static void decode_org_csapi_cs_IpChargingSession_directCreditAmountReq(tvbuff_t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cs_TpApplicationDescription" */
@@ -53012,9 +51809,8 @@ static void decode_org_csapi_cs_IpChargingSession_directCreditAmountReq(tvbuff_t
/* End struct "org_csapi_cs_TpChargingPrice" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -53062,12 +51858,13 @@ static void decode_org_csapi_cs_IpChargingSession_directCreditAmountReq(tvbuff_t
* IDL:org/csapi/cs/IpChargingSession/directCreditUnitReq:1.0
*/
-static void decode_org_csapi_cs_IpChargingSession_directCreditUnitReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpChargingSession_directCreditUnitReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_chargingParameters;
guint32 i_chargingParameters;
guint32 u_octet4_loop_volumes;
@@ -53080,9 +51877,8 @@ static void decode_org_csapi_cs_IpChargingSession_directCreditUnitReq(tvbuff_t *
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cs_TpApplicationDescription" */
@@ -53127,9 +51923,8 @@ static void decode_org_csapi_cs_IpChargingSession_directCreditUnitReq(tvbuff_t *
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -53177,12 +51972,13 @@ static void decode_org_csapi_cs_IpChargingSession_directCreditUnitReq(tvbuff_t *
* IDL:org/csapi/cs/IpChargingSession/directDebitAmountReq:1.0
*/
-static void decode_org_csapi_cs_IpChargingSession_directDebitAmountReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpChargingSession_directDebitAmountReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_chargingParameters;
guint32 i_chargingParameters;
@@ -53193,9 +51989,8 @@ static void decode_org_csapi_cs_IpChargingSession_directDebitAmountReq(tvbuff_t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cs_TpApplicationDescription" */
@@ -53231,9 +52026,8 @@ static void decode_org_csapi_cs_IpChargingSession_directDebitAmountReq(tvbuff_t
/* End struct "org_csapi_cs_TpChargingPrice" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -53281,12 +52075,13 @@ static void decode_org_csapi_cs_IpChargingSession_directDebitAmountReq(tvbuff_t
* IDL:org/csapi/cs/IpChargingSession/directDebitUnitReq:1.0
*/
-static void decode_org_csapi_cs_IpChargingSession_directDebitUnitReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpChargingSession_directDebitUnitReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_chargingParameters;
guint32 i_chargingParameters;
guint32 u_octet4_loop_volumes;
@@ -53299,9 +52094,8 @@ static void decode_org_csapi_cs_IpChargingSession_directDebitUnitReq(tvbuff_t *t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cs_TpApplicationDescription" */
@@ -53346,9 +52140,8 @@ static void decode_org_csapi_cs_IpChargingSession_directDebitUnitReq(tvbuff_t *t
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -53396,12 +52189,13 @@ static void decode_org_csapi_cs_IpChargingSession_directDebitUnitReq(tvbuff_t *t
* IDL:org/csapi/cs/IpChargingSession/extendLifeTimeReq:1.0
*/
-static void decode_org_csapi_cs_IpChargingSession_extendLifeTimeReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpChargingSession_extendLifeTimeReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -53410,9 +52204,8 @@ static void decode_org_csapi_cs_IpChargingSession_extendLifeTimeReq(tvbuff_t *tv
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -53460,12 +52253,13 @@ static void decode_org_csapi_cs_IpChargingSession_extendLifeTimeReq(tvbuff_t *tv
* IDL:org/csapi/cs/IpChargingSession/getAmountLeft:1.0
*/
-static void decode_org_csapi_cs_IpChargingSession_getAmountLeft(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpChargingSession_getAmountLeft(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -53474,9 +52268,8 @@ static void decode_org_csapi_cs_IpChargingSession_getAmountLeft(tvbuff_t *tvb _U
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -53530,12 +52323,13 @@ static void decode_org_csapi_cs_IpChargingSession_getAmountLeft(tvbuff_t *tvb _U
* IDL:org/csapi/cs/IpChargingSession/getLifeTimeLeft:1.0
*/
-static void decode_org_csapi_cs_IpChargingSession_getLifeTimeLeft(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpChargingSession_getLifeTimeLeft(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -53544,9 +52338,8 @@ static void decode_org_csapi_cs_IpChargingSession_getLifeTimeLeft(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -53557,9 +52350,8 @@ static void decode_org_csapi_cs_IpChargingSession_getLifeTimeLeft(tvbuff_t *tvb
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -53597,12 +52389,13 @@ static void decode_org_csapi_cs_IpChargingSession_getLifeTimeLeft(tvbuff_t *tvb
* IDL:org/csapi/cs/IpChargingSession/getUnitLeft:1.0
*/
-static void decode_org_csapi_cs_IpChargingSession_getUnitLeft(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpChargingSession_getUnitLeft(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_TpVolumeSet;
guint32 i_TpVolumeSet;
@@ -53613,9 +52406,8 @@ static void decode_org_csapi_cs_IpChargingSession_getUnitLeft(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -53678,12 +52470,13 @@ static void decode_org_csapi_cs_IpChargingSession_getUnitLeft(tvbuff_t *tvb _U_,
* IDL:org/csapi/cs/IpChargingSession/rateReq:1.0
*/
-static void decode_org_csapi_cs_IpChargingSession_rateReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpChargingSession_rateReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_chargingParameters;
guint32 i_chargingParameters;
@@ -53694,9 +52487,8 @@ static void decode_org_csapi_cs_IpChargingSession_rateReq(tvbuff_t *tvb _U_, pac
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_chargingParameters = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -53761,12 +52553,13 @@ static void decode_org_csapi_cs_IpChargingSession_rateReq(tvbuff_t *tvb _U_, pac
* IDL:org/csapi/cs/IpChargingSession/release:1.0
*/
-static void decode_org_csapi_cs_IpChargingSession_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpChargingSession_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -53775,14 +52568,12 @@ static void decode_org_csapi_cs_IpChargingSession_release(tvbuff_t *tvb _U_, pac
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -53830,12 +52621,13 @@ static void decode_org_csapi_cs_IpChargingSession_release(tvbuff_t *tvb _U_, pac
* IDL:org/csapi/cs/IpChargingSession/reserveAmountReq:1.0
*/
-static void decode_org_csapi_cs_IpChargingSession_reserveAmountReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpChargingSession_reserveAmountReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_chargingParameters;
guint32 i_chargingParameters;
@@ -53846,9 +52638,8 @@ static void decode_org_csapi_cs_IpChargingSession_reserveAmountReq(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cs_TpApplicationDescription" */
@@ -53892,9 +52683,8 @@ static void decode_org_csapi_cs_IpChargingSession_reserveAmountReq(tvbuff_t *tvb
/* End struct "org_csapi_cs_TpChargingPrice" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -53942,12 +52732,13 @@ static void decode_org_csapi_cs_IpChargingSession_reserveAmountReq(tvbuff_t *tvb
* IDL:org/csapi/cs/IpChargingSession/reserveUnitReq:1.0
*/
-static void decode_org_csapi_cs_IpChargingSession_reserveUnitReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpChargingSession_reserveUnitReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_chargingParameters;
guint32 i_chargingParameters;
guint32 u_octet4_loop_volumes;
@@ -53960,9 +52751,8 @@ static void decode_org_csapi_cs_IpChargingSession_reserveUnitReq(tvbuff_t *tvb _
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cs_TpApplicationDescription" */
@@ -54007,9 +52797,8 @@ static void decode_org_csapi_cs_IpChargingSession_reserveUnitReq(tvbuff_t *tvb _
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -54057,12 +52846,13 @@ static void decode_org_csapi_cs_IpChargingSession_reserveUnitReq(tvbuff_t *tvb _
* IDL:org/csapi/cs/IpAppChargingManager/sessionAborted:1.0
*/
-static void decode_org_csapi_cs_IpAppChargingManager_sessionAborted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpAppChargingManager_sessionAborted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -54071,9 +52861,8 @@ static void decode_org_csapi_cs_IpAppChargingManager_sessionAborted(tvbuff_t *tv
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -54121,14 +52910,15 @@ static void decode_org_csapi_cs_IpAppChargingManager_sessionAborted(tvbuff_t *tv
* IDL:org/csapi/cs/IpAppChargingManager/abortMultipleChargingSessions:1.0
*/
-static void decode_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_chargingSessionSet;
guint32 i_chargingSessionSet;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -54144,9 +52934,8 @@ static void decode_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessio
for (i_chargingSessionSet=0; i_chargingSessionSet < u_octet4_loop_chargingSessionSet; i_chargingSessionSet++) {
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"chargingSessionSet = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"chargingSessionSet = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
@@ -54196,7 +52985,9 @@ static void decode_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessio
* IDL:org/csapi/cs/IpChargingManager/createChargingSession:1.0
*/
-static void decode_org_csapi_cs_IpChargingManager_createChargingSession(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpChargingManager_createChargingSession(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -54298,7 +53089,9 @@ static void decode_org_csapi_cs_IpChargingManager_createChargingSession(tvbuff_t
* IDL:org/csapi/cs/IpChargingManager/createSplitChargingSession:1.0
*/
-static void decode_org_csapi_cs_IpChargingManager_createSplitChargingSession(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_IpChargingManager_createSplitChargingSession(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -54411,12 +53204,13 @@ static void decode_org_csapi_cs_IpChargingManager_createSplitChargingSession(tvb
* IDL:org/csapi/policy/evaluation/IpAppPolicyDomain/reportNotification:1.0
*/
-static void decode_org_csapi_policy_evaluation_IpAppPolicyDomain_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_evaluation_IpAppPolicyDomain_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -54425,9 +53219,8 @@ static void decode_org_csapi_policy_evaluation_IpAppPolicyDomain_reportNotificat
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_policy_TpPolicyEvent" */
@@ -54483,12 +53276,13 @@ static void decode_org_csapi_policy_evaluation_IpAppPolicyDomain_reportNotificat
* IDL:org/csapi/policy/evaluation/IpAppPolicyDomain/evalPolicyRes:1.0
*/
-static void decode_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_outputVariables;
guint32 i_outputVariables;
@@ -54499,9 +53293,8 @@ static void decode_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes(t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_outputVariables = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -54566,12 +53359,13 @@ static void decode_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes(t
* IDL:org/csapi/policy/evaluation/IpAppPolicyDomain/evalPolicyErr:1.0
*/
-static void decode_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -54580,14 +53374,12 @@ static void decode_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr(t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"error = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"error = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -54635,7 +53427,9 @@ static void decode_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr(t
* IDL:org/csapi/policy/evaluation/IpPolicyEvalManager/evalPolicy:1.0
*/
-static void decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -54749,7 +53543,9 @@ static void decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy(tv
* IDL:org/csapi/policy/evaluation/IpPolicyEvalManager/evalPolicyReq:1.0
*/
-static void decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -54758,7 +53554,6 @@ static void decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq
gchar *seq = NULL;
guint32 u_octet4_loop_inputVariables;
guint32 i_inputVariables;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -54813,9 +53608,8 @@ static void decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -54853,14 +53647,15 @@ static void decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq
* IDL:org/csapi/policy/evaluation/IpPolicyEvalManager/abortEvalPolicyReq:1.0
*/
-static void decode_org_csapi_policy_evaluation_IpPolicyEvalManager_abortEvalPolicyReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_evaluation_IpPolicyEvalManager_abortEvalPolicyReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gchar *seq = NULL;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -54878,9 +53673,8 @@ static void decode_org_csapi_policy_evaluation_IpPolicyEvalManager_abortEvalPoli
g_free(seq); /* free buffer */
seq = NULL;
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -54928,7 +53722,9 @@ static void decode_org_csapi_policy_evaluation_IpPolicyEvalManager_abortEvalPoli
* IDL:org/csapi/policy/evaluation/IpPolicyEvalManager/generateEvent:1.0
*/
-static void decode_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -55025,7 +53821,9 @@ static void decode_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent
* IDL:org/csapi/policy/evaluation/IpPolicyEvalManager/createNotification:1.0
*/
-static void decode_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -55034,7 +53832,6 @@ static void decode_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotific
gchar *seq = NULL;
guint32 u_octet4_loop_events;
guint32 i_events;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -55081,9 +53878,8 @@ static void decode_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotific
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -55121,12 +53917,13 @@ static void decode_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotific
* IDL:org/csapi/policy/evaluation/IpPolicyEvalManager/destroyNotification:1.0
*/
-static void decode_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_events;
guint32 i_events;
guint32 u_octet4;
@@ -55139,9 +53936,8 @@ static void decode_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotifi
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_events = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -55207,7 +54003,9 @@ static void decode_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotifi
* IDL:org/csapi/policy/provisioning/IpPolicy/getAttribute:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicy_getAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicy_getAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -55282,7 +54080,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicy_getAttribute(tvbuff_t
* IDL:org/csapi/policy/provisioning/IpPolicy/setAttribute:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicy_setAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicy_setAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -55348,7 +54148,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicy_setAttribute(tvbuff_t
* IDL:org/csapi/policy/provisioning/IpPolicy/getAttributes:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicy_getAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicy_getAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -55445,7 +54247,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicy_getAttributes(tvbuff_t
* IDL:org/csapi/policy/provisioning/IpPolicy/setAttributes:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicy_setAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicy_setAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -55522,12 +54326,13 @@ static void decode_org_csapi_policy_provisioning_IpPolicy_setAttributes(tvbuff_t
* IDL:org/csapi/policy/provisioning/IpPolicyIterator/getList:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyIterator_getList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyIterator_getList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_TpStringSet;
guint32 i_TpStringSet;
guint32 u_octet4;
@@ -55540,14 +54345,12 @@ static void decode_org_csapi_policy_provisioning_IpPolicyIterator_getList(tvbuff
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"startIndex = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"startIndex = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"numberRequested = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"numberRequested = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -55611,7 +54414,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyIterator_getList(tvbuff
* IDL:org/csapi/policy/provisioning/IpPolicyRepository/getParentRepository:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRepository_getParentRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRepository_getParentRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -55670,7 +54475,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRepository_getParentRep
* IDL:org/csapi/policy/provisioning/IpPolicyRepository/createRepository:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRepository_createRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRepository_createRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -55740,7 +54547,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRepository_createReposi
* IDL:org/csapi/policy/provisioning/IpPolicyRepository/getRepository:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -55810,7 +54619,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepositor
* IDL:org/csapi/policy/provisioning/IpPolicyRepository/removeRepository:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRepository_removeRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRepository_removeRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -55879,12 +54690,13 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRepository_removeReposi
* IDL:org/csapi/policy/provisioning/IpPolicyRepository/getRepositoryCount:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -55901,9 +54713,8 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepositor
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -55941,7 +54752,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepositor
* IDL:org/csapi/policy/provisioning/IpPolicyRepository/getRepositoryIterator:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -56000,7 +54813,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepositor
* IDL:org/csapi/policy/provisioning/IpPolicyRepository/createCondition:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRepository_createCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRepository_createCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -56095,7 +54910,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRepository_createCondit
* IDL:org/csapi/policy/provisioning/IpPolicyRepository/getCondition:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRepository_getCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRepository_getCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -56165,7 +54982,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRepository_getCondition
* IDL:org/csapi/policy/provisioning/IpPolicyRepository/removeCondition:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRepository_removeCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRepository_removeCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -56234,12 +55053,13 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRepository_removeCondit
* IDL:org/csapi/policy/provisioning/IpPolicyRepository/getConditionCount:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRepository_getConditionCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRepository_getConditionCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -56256,9 +55076,8 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRepository_getCondition
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -56296,7 +55115,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRepository_getCondition
* IDL:org/csapi/policy/provisioning/IpPolicyRepository/getConditionIterator:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRepository_getConditionIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRepository_getConditionIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -56355,7 +55176,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRepository_getCondition
* IDL:org/csapi/policy/provisioning/IpPolicyRepository/createAction:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRepository_createAction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRepository_createAction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -56450,7 +55273,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRepository_createAction
* IDL:org/csapi/policy/provisioning/IpPolicyRepository/getAction:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRepository_getAction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRepository_getAction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -56520,7 +55345,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRepository_getAction(tv
* IDL:org/csapi/policy/provisioning/IpPolicyRepository/removeAction:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRepository_removeAction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRepository_removeAction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -56589,12 +55416,13 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRepository_removeAction
* IDL:org/csapi/policy/provisioning/IpPolicyRepository/getActionCount:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRepository_getActionCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRepository_getActionCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -56611,9 +55439,8 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRepository_getActionCou
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -56651,7 +55478,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRepository_getActionCou
* IDL:org/csapi/policy/provisioning/IpPolicyRepository/getActionIterator:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRepository_getActionIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRepository_getActionIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -56710,7 +55539,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRepository_getActionIte
* IDL:org/csapi/policy/provisioning/IpPolicyRule/getParentGroup:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRule_getParentGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRule_getParentGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -56769,7 +55600,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRule_getParentGroup(tvb
* IDL:org/csapi/policy/provisioning/IpPolicyRule/getParentDomain:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRule_getParentDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRule_getParentDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -56828,7 +55661,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRule_getParentDomain(tv
* IDL:org/csapi/policy/provisioning/IpPolicyRule/createCondition:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRule_createCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRule_createCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -56923,7 +55758,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRule_createCondition(tv
* IDL:org/csapi/policy/provisioning/IpPolicyRule/getCondition:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRule_getCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRule_getCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -56993,7 +55830,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRule_getCondition(tvbuf
* IDL:org/csapi/policy/provisioning/IpPolicyRule/removeCondition:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRule_removeCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRule_removeCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -57062,12 +55901,13 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRule_removeCondition(tv
* IDL:org/csapi/policy/provisioning/IpPolicyRule/getConditionCount:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -57084,9 +55924,8 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionCount(
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -57124,7 +55963,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionCount(
* IDL:org/csapi/policy/provisioning/IpPolicyRule/getConditionIterator:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -57183,7 +56024,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionIterat
* IDL:org/csapi/policy/provisioning/IpPolicyRule/createAction:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRule_createAction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRule_createAction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -57278,7 +56121,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRule_createAction(tvbuf
* IDL:org/csapi/policy/provisioning/IpPolicyRule/getAction:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRule_getAction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRule_getAction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -57348,7 +56193,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRule_getAction(tvbuff_t
* IDL:org/csapi/policy/provisioning/IpPolicyRule/removeAction:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRule_removeAction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRule_removeAction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -57417,12 +56264,13 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRule_removeAction(tvbuf
* IDL:org/csapi/policy/provisioning/IpPolicyRule/getActionCount:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRule_getActionCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRule_getActionCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -57439,9 +56287,8 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRule_getActionCount(tvb
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -57479,7 +56326,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRule_getActionCount(tvb
* IDL:org/csapi/policy/provisioning/IpPolicyRule/getActionIterator:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRule_getActionIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRule_getActionIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -57538,7 +56387,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRule_getActionIterator(
* IDL:org/csapi/policy/provisioning/IpPolicyRule/setValidityPeriodConditionByName:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodConditionByName(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodConditionByName(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -57607,7 +56458,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodC
* IDL:org/csapi/policy/provisioning/IpPolicyRule/setValidityPeriodCondition:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -57668,7 +56521,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodC
* IDL:org/csapi/policy/provisioning/IpPolicyRule/getValidityPeriodCondition:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRule_getValidityPeriodCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRule_getValidityPeriodCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -57727,7 +56582,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRule_getValidityPeriodC
* IDL:org/csapi/policy/provisioning/IpPolicyRule/unsetValidityPeriodCondition:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRule_unsetValidityPeriodCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRule_unsetValidityPeriodCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -57785,7 +56642,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRule_unsetValidityPerio
* IDL:org/csapi/policy/provisioning/IpPolicyRule/setConditionList:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRule_setConditionList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRule_setConditionList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -57862,7 +56721,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRule_setConditionList(t
* IDL:org/csapi/policy/provisioning/IpPolicyRule/getConditionList:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -57937,7 +56798,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionList(t
* IDL:org/csapi/policy/provisioning/IpPolicyRule/setActionList:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRule_setActionList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRule_setActionList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -58014,7 +56877,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRule_setActionList(tvbu
* IDL:org/csapi/policy/provisioning/IpPolicyRule/getActionList:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyRule_getActionList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyRule_getActionList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -58089,7 +56954,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyRule_getActionList(tvbu
* IDL:org/csapi/policy/provisioning/IpPolicyManager/createDomain:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyManager_createDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyManager_createDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -58159,7 +57026,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyManager_createDomain(tv
* IDL:org/csapi/policy/provisioning/IpPolicyManager/getDomain:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyManager_getDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyManager_getDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -58229,7 +57098,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyManager_getDomain(tvbuf
* IDL:org/csapi/policy/provisioning/IpPolicyManager/removeDomain:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyManager_removeDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyManager_removeDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -58298,12 +57169,13 @@ static void decode_org_csapi_policy_provisioning_IpPolicyManager_removeDomain(tv
* IDL:org/csapi/policy/provisioning/IpPolicyManager/getDomainCount:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyManager_getDomainCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyManager_getDomainCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -58320,9 +57192,8 @@ static void decode_org_csapi_policy_provisioning_IpPolicyManager_getDomainCount(
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -58360,7 +57231,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyManager_getDomainCount(
* IDL:org/csapi/policy/provisioning/IpPolicyManager/getDomainIterator:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyManager_getDomainIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyManager_getDomainIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -58419,7 +57292,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyManager_getDomainIterat
* IDL:org/csapi/policy/provisioning/IpPolicyManager/findMatchingDomains:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -58516,7 +57391,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDom
* IDL:org/csapi/policy/provisioning/IpPolicyManager/createRepository:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyManager_createRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyManager_createRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -58586,7 +57463,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyManager_createRepositor
* IDL:org/csapi/policy/provisioning/IpPolicyManager/getRepository:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyManager_getRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyManager_getRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -58656,7 +57535,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyManager_getRepository(t
* IDL:org/csapi/policy/provisioning/IpPolicyManager/removeRepository:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyManager_removeRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyManager_removeRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -58725,12 +57606,13 @@ static void decode_org_csapi_policy_provisioning_IpPolicyManager_removeRepositor
* IDL:org/csapi/policy/provisioning/IpPolicyManager/getRepositoryCount:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -58747,9 +57629,8 @@ static void decode_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryCo
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -58787,7 +57668,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryCo
* IDL:org/csapi/policy/provisioning/IpPolicyManager/getRepositoryIterator:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -58846,7 +57729,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryIt
* IDL:org/csapi/policy/provisioning/IpPolicyManager/startTransaction:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyManager_startTransaction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyManager_startTransaction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -58904,12 +57789,13 @@ static void decode_org_csapi_policy_provisioning_IpPolicyManager_startTransactio
* IDL:org/csapi/policy/provisioning/IpPolicyManager/commitTransaction:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyManager_commitTransaction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyManager_commitTransaction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -58926,9 +57812,8 @@ static void decode_org_csapi_policy_provisioning_IpPolicyManager_commitTransacti
case NO_EXCEPTION:
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",get_CDR_boolean(tvb,offset));
}
break;
@@ -58966,7 +57851,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyManager_commitTransacti
* IDL:org/csapi/policy/provisioning/IpPolicyManager/abortTransaction:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyManager_abortTransaction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyManager_abortTransaction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -59024,7 +57911,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyManager_abortTransactio
* IDL:org/csapi/policy/provisioning/IpPolicyGroup/getParentDomain:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyGroup_getParentDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyGroup_getParentDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -59083,7 +57972,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyGroup_getParentDomain(t
* IDL:org/csapi/policy/provisioning/IpPolicyGroup/getParentGroup:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyGroup_getParentGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyGroup_getParentGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -59142,7 +58033,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyGroup_getParentGroup(tv
* IDL:org/csapi/policy/provisioning/IpPolicyGroup/createGroup:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyGroup_createGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyGroup_createGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -59212,7 +58105,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyGroup_createGroup(tvbuf
* IDL:org/csapi/policy/provisioning/IpPolicyGroup/getGroup:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -59282,7 +58177,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroup(tvbuff_t
* IDL:org/csapi/policy/provisioning/IpPolicyGroup/removeGroup:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyGroup_removeGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyGroup_removeGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -59351,12 +58248,13 @@ static void decode_org_csapi_policy_provisioning_IpPolicyGroup_removeGroup(tvbuf
* IDL:org/csapi/policy/provisioning/IpPolicyGroup/getGroupCount:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroupCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroupCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -59373,9 +58271,8 @@ static void decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroupCount(tvb
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -59413,7 +58310,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroupCount(tvb
* IDL:org/csapi/policy/provisioning/IpPolicyGroup/getGroupIterator:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroupIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroupIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -59472,7 +58371,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroupIterator(
* IDL:org/csapi/policy/provisioning/IpPolicyGroup/createRule:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyGroup_createRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyGroup_createRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -59542,7 +58443,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyGroup_createRule(tvbuff
* IDL:org/csapi/policy/provisioning/IpPolicyGroup/getRule:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyGroup_getRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyGroup_getRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -59612,7 +58515,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyGroup_getRule(tvbuff_t
* IDL:org/csapi/policy/provisioning/IpPolicyGroup/removeRule:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyGroup_removeRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyGroup_removeRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -59681,12 +58586,13 @@ static void decode_org_csapi_policy_provisioning_IpPolicyGroup_removeRule(tvbuff
* IDL:org/csapi/policy/provisioning/IpPolicyGroup/getRuleCount:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyGroup_getRuleCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyGroup_getRuleCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -59703,9 +58609,8 @@ static void decode_org_csapi_policy_provisioning_IpPolicyGroup_getRuleCount(tvbu
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -59743,7 +58648,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyGroup_getRuleCount(tvbu
* IDL:org/csapi/policy/provisioning/IpPolicyGroup/getRuleIterator:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyGroup_getRuleIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyGroup_getRuleIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -59802,7 +58709,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyGroup_getRuleIterator(t
* IDL:org/csapi/policy/provisioning/IpPolicyEventDefinition/setRequiredAttributes:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -59879,7 +58788,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequ
* IDL:org/csapi/policy/provisioning/IpPolicyEventDefinition/setOptionalAttributes:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -59956,7 +58867,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOpti
* IDL:org/csapi/policy/provisioning/IpPolicyEventDefinition/getRequiredAttributes:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -60031,7 +58944,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequ
* IDL:org/csapi/policy/provisioning/IpPolicyEventDefinition/getOptionalAttributes:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -60106,7 +59021,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOpti
* IDL:org/csapi/policy/provisioning/IpPolicyEventDefinition/getParentDomain:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getParentDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getParentDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -60165,7 +59082,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getPare
* IDL:org/csapi/policy/provisioning/IpPolicyCondition/getParentRepository:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyCondition_getParentRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyCondition_getParentRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -60224,7 +59143,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyCondition_getParentRepo
* IDL:org/csapi/policy/provisioning/IpPolicyCondition/getParentRule:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyCondition_getParentRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyCondition_getParentRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -60283,7 +59204,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyCondition_getParentRule
* IDL:org/csapi/policy/provisioning/IpPolicyAction/getParentRepository:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyAction_getParentRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyAction_getParentRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -60342,7 +59265,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyAction_getParentReposit
* IDL:org/csapi/policy/provisioning/IpPolicyAction/getParentRule:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyAction_getParentRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyAction_getParentRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -60401,7 +59326,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyAction_getParentRule(tv
* IDL:org/csapi/policy/provisioning/IpPolicySignature/setInputVariables:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -60481,7 +59408,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicySignature_setInputVaria
* IDL:org/csapi/policy/provisioning/IpPolicySignature/setOutputVariables:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -60561,7 +59490,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicySignature_setOutputVari
* IDL:org/csapi/policy/provisioning/IpPolicySignature/getInputVariables:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -60639,7 +59570,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicySignature_getInputVaria
* IDL:org/csapi/policy/provisioning/IpPolicySignature/getOutputVariables:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -60717,7 +59650,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicySignature_getOutputVari
* IDL:org/csapi/policy/provisioning/IpPolicySignature/setGroupNames:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -60797,7 +59732,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames
* IDL:org/csapi/policy/provisioning/IpPolicySignature/setPolicyRoles:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -60877,7 +59814,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRole
* IDL:org/csapi/policy/provisioning/IpPolicySignature/getGroupNames:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -60955,7 +59894,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames
* IDL:org/csapi/policy/provisioning/IpPolicySignature/getPolicyRoles:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -61033,7 +59974,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRole
* IDL:org/csapi/policy/provisioning/IpPolicySignature/getParentDomain:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicySignature_getParentDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicySignature_getParentDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -61092,7 +60035,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicySignature_getParentDoma
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/getParentDomain:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getParentDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getParentDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -61151,7 +60096,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getParentDomain(
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/createDomain:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_createDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_createDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -61221,7 +60168,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_createDomain(tvb
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/getDomain:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -61291,7 +60240,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomain(tvbuff
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/removeDomain:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_removeDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_removeDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -61360,12 +60311,13 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_removeDomain(tvb
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/getDomainCount:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomainCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomainCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -61382,9 +60334,8 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomainCount(t
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -61422,7 +60373,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomainCount(t
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/getDomainIterator:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomainIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomainIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -61481,7 +60434,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomainIterato
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/createGroup:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_createGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_createGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -61551,7 +60506,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_createGroup(tvbu
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/getGroup:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -61621,7 +60578,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroup(tvbuff_
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/removeGroup:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_removeGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_removeGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -61690,12 +60649,13 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_removeGroup(tvbu
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/getGroupCount:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroupCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroupCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -61712,9 +60672,8 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroupCount(tv
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -61752,7 +60711,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroupCount(tv
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/getGroupIterator:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroupIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroupIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -61811,7 +60772,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroupIterator
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/createRule:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_createRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_createRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -61881,7 +60844,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_createRule(tvbuf
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/getRule:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -61951,7 +60916,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getRule(tvbuff_t
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/removeRule:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_removeRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_removeRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -62020,12 +60987,13 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_removeRule(tvbuf
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/getRuleCount:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getRuleCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getRuleCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -62042,9 +61010,8 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getRuleCount(tvb
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -62082,7 +61049,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getRuleCount(tvb
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/getRuleIterator:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getRuleIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getRuleIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -62141,7 +61110,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getRuleIterator(
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/createEventDefinition:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -62251,7 +61222,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefin
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/getEventDefinition:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -62321,7 +61294,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefiniti
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/removeEventDefinition:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_removeEventDefinition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_removeEventDefinition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -62390,12 +61365,13 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_removeEventDefin
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/getEventDefinitionCount:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -62412,9 +61388,8 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefiniti
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -62452,7 +61427,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefiniti
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/getEventDefinitionIterator:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -62511,7 +61488,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefiniti
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/createVariableSet:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_createVariableSet(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_createVariableSet(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -62580,7 +61559,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_createVariableSe
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/getVariableSet:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -62666,7 +61647,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet(t
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/removeVariableSet:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_removeVariableSet(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_removeVariableSet(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -62735,12 +61718,13 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_removeVariableSe
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/getVariableSetCount:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -62757,9 +61741,8 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetCo
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -62797,7 +61780,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetCo
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/getVariableSetIterator:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -62856,7 +61841,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetIt
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/createVariable:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_createVariable(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_createVariable(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -62941,7 +61928,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_createVariable(t
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/setVariableValue:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_setVariableValue(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_setVariableValue(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -63021,7 +62010,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_setVariableValue
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/getVariableType:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -63104,7 +62095,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableType(
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/getVariableValue:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -63182,7 +62175,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/getVariable:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariable(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariable(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -63266,7 +62261,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariable(tvbu
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/removeVariable:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_removeVariable(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_removeVariable(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -63344,7 +62341,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_removeVariable(t
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/createSignature:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_createSignature(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_createSignature(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -63414,7 +62413,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_createSignature(
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/getSignature:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignature(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignature(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -63484,7 +62485,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignature(tvb
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/removeSignature:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_removeSignature(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_removeSignature(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -63553,12 +62556,13 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_removeSignature(
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/getSignatureCount:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -63575,9 +62579,8 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureCoun
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -63615,7 +62618,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureCoun
* IDL:org/csapi/policy/provisioning/IpPolicyDomain/getSignatureIterator:1.0
*/
-static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -63674,7 +62679,9 @@ static void decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureIter
* IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/createIdentity:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -63685,7 +62692,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIden
guint32 i_identityTypes;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -63728,9 +62734,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIden
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -63780,7 +62785,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIden
* IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/deleteIdentity:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -63789,7 +62796,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIden
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -63814,9 +62820,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIden
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -63866,7 +62871,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIden
* IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/isIdentity:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -63875,7 +62882,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -63900,9 +62906,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -63915,9 +62920,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity
case NO_EXCEPTION:
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",get_CDR_boolean(tvb,offset));
}
break;
@@ -63955,7 +62959,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity
* IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/createGroupIdentity:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -63966,7 +62972,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGrou
guint32 i_identityTypes;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -64009,9 +63014,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGrou
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -64061,7 +63065,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGrou
* IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/deleteGroupIdentity:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -64070,7 +63076,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGrou
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -64095,9 +63100,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGrou
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -64147,7 +63151,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGrou
* IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/addToGroup:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -64156,7 +63162,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -64190,9 +63195,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -64242,7 +63246,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup
* IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/removeFromGroup:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -64251,7 +63257,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFrom
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -64285,9 +63290,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFrom
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -64337,7 +63341,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFrom
* IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/listMembers:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -64346,7 +63352,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMember
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
guint32 u_octet4_loop_TpPAMFQNameList;
guint32 i_TpPAMFQNameList;
@@ -64373,9 +63378,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMember
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -64441,7 +63445,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMember
* IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/isGroupIdentity:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -64450,7 +63456,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIde
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -64475,9 +63480,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIde
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -64490,9 +63494,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIde
case NO_EXCEPTION:
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",get_CDR_boolean(tvb,offset));
}
break;
@@ -64530,7 +63533,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIde
* IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/listGroupMembership:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -64539,7 +63544,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupM
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
guint32 u_octet4_loop_TpPAMFQNameList;
guint32 i_TpPAMFQNameList;
@@ -64566,9 +63570,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupM
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -64634,7 +63637,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupM
* IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/addAlias:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -64643,7 +63648,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias(t
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -64677,9 +63681,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias(t
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -64729,7 +63732,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias(t
* IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/removeAliases:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -64738,7 +63743,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAlia
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -64772,9 +63776,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAlia
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -64824,7 +63827,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAlia
* IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/listAliases:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -64833,7 +63838,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliase
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
guint32 u_octet4_loop_TpPAMFQNameList;
guint32 i_TpPAMFQNameList;
@@ -64860,9 +63864,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliase
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -64928,7 +63931,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliase
* IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/lookupByAlias:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -64937,7 +63942,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAl
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -64962,9 +63966,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAl
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -65021,7 +64024,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAl
* IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/associateTypes:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -65032,7 +64037,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateT
guint32 i_identityTypes;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -65075,9 +64079,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateT
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -65127,7 +64130,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateT
* IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/disassociateTypes:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -65138,7 +64143,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassocia
guint32 i_identityTypes;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -65181,9 +64185,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassocia
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -65233,7 +64236,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassocia
* IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/listTypesOfIdentity:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -65242,7 +64247,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesO
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
guint32 u_octet4_loop_TpPAMFQNameList;
guint32 i_TpPAMFQNameList;
@@ -65269,9 +64273,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesO
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -65337,7 +64340,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesO
* IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/hasType:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -65346,7 +64351,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType(tv
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -65380,9 +64384,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType(tv
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -65395,9 +64398,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType(tv
case NO_EXCEPTION:
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",get_CDR_boolean(tvb,offset));
}
break;
@@ -65435,7 +64437,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType(tv
* IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/getIdentityAttributes:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -65446,7 +64450,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentit
guint32 i_attributeNames;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
guint32 u_octet4_loop_TpPAMAttributeList;
guint32 i_TpPAMAttributeList;
@@ -65500,9 +64503,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentit
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -65567,7 +64569,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentit
* IDL:org/csapi/pam/provisioning/IpPAMIdentityManagement/setIdentityAttributes:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -65578,7 +64582,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentit
guint32 i_attributes;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -65629,9 +64632,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentit
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -65681,7 +64683,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentit
* IDL:org/csapi/pam/provisioning/IpPAMAgentManagement/createAgent:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -65692,7 +64696,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent(t
guint32 i_agentTypes;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -65735,9 +64738,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent(t
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -65787,7 +64789,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent(t
* IDL:org/csapi/pam/provisioning/IpPAMAgentManagement/deleteAgent:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -65796,7 +64800,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent(t
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -65821,9 +64824,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent(t
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -65873,7 +64875,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent(t
* IDL:org/csapi/pam/provisioning/IpPAMAgentManagement/isAgent:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -65882,7 +64886,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent(tvbuf
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -65907,9 +64910,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent(tvbuf
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -65922,9 +64924,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent(tvbuf
case NO_EXCEPTION:
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",get_CDR_boolean(tvb,offset));
}
break;
@@ -65962,7 +64963,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent(tvbuf
* IDL:org/csapi/pam/provisioning/IpPAMAgentManagement/enableCapabilities:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -65973,7 +64976,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabil
guint32 i_capabilities;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -66016,9 +65018,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabil
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -66068,7 +65069,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabil
* IDL:org/csapi/pam/provisioning/IpPAMAgentManagement/disableCapabilities:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -66079,7 +65082,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabi
guint32 i_capabilities;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -66122,9 +65124,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabi
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -66174,7 +65175,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabi
* IDL:org/csapi/pam/provisioning/IpPAMAgentManagement/listEnabledCapabilities:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -66183,7 +65186,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCa
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
guint32 u_octet4_loop_TpPAMCapabilityList;
guint32 i_TpPAMCapabilityList;
@@ -66210,9 +65212,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCa
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -66278,7 +65279,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCa
* IDL:org/csapi/pam/provisioning/IpPAMAgentManagement/listAllCapabilities:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -66287,7 +65290,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabi
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
guint32 u_octet4_loop_TpPAMCapabilityList;
guint32 i_TpPAMCapabilityList;
@@ -66314,9 +65316,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabi
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -66382,7 +65383,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabi
* IDL:org/csapi/pam/provisioning/IpPAMAgentManagement/isCapableOf:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -66391,7 +65394,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf(t
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -66425,9 +65427,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf(t
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -66440,9 +65441,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf(t
case NO_EXCEPTION:
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",get_CDR_boolean(tvb,offset));
}
break;
@@ -66480,7 +65480,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf(t
* IDL:org/csapi/pam/provisioning/IpPAMAgentManagement/associateTypes:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -66491,7 +65493,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_associateType
guint32 i_agentTypes;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -66534,9 +65535,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_associateType
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -66586,7 +65586,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_associateType
* IDL:org/csapi/pam/provisioning/IpPAMAgentManagement/disassociateTypes:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -66597,7 +65599,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateT
guint32 i_agentTypes;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -66640,9 +65641,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateT
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -66692,7 +65692,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateT
* IDL:org/csapi/pam/provisioning/IpPAMAgentManagement/listTypesOfAgent:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -66701,7 +65703,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAg
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
guint32 u_octet4_loop_TpStringList;
guint32 i_TpStringList;
@@ -66728,9 +65729,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAg
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -66796,7 +65796,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAg
* IDL:org/csapi/pam/provisioning/IpPAMAgentManagement/hasType:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -66805,7 +65807,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType(tvbuf
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -66839,9 +65840,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType(tvbuf
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -66854,9 +65854,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType(tvbuf
case NO_EXCEPTION:
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",get_CDR_boolean(tvb,offset));
}
break;
@@ -66894,7 +65893,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType(tvbuf
* IDL:org/csapi/pam/provisioning/IpPAMAgentManagement/getAgentAttributes:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -66905,7 +65906,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttri
guint32 i_attributeNames;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
guint32 u_octet4_loop_TpPAMAttributeList;
guint32 i_TpPAMAttributeList;
@@ -66959,9 +65959,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttri
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -67026,7 +66025,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttri
* IDL:org/csapi/pam/provisioning/IpPAMAgentManagement/setAgentAttributes:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -67037,7 +66038,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttri
guint32 i_attributes;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -67088,9 +66088,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttri
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -67140,7 +66139,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttri
* IDL:org/csapi/pam/provisioning/IpPAMAgentAssignment/assignAgent:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -67149,7 +66150,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent(t
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -67183,9 +66183,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent(t
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -67235,7 +66234,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent(t
* IDL:org/csapi/pam/provisioning/IpPAMAgentAssignment/unassignAgent:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -67244,7 +66245,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -67278,9 +66278,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -67330,7 +66329,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent
* IDL:org/csapi/pam/provisioning/IpPAMAgentAssignment/listAssignedAgents:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -67339,7 +66340,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedA
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
guint32 u_octet4_loop_TpPAMFQNameList;
guint32 i_TpPAMFQNameList;
@@ -67366,9 +66366,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedA
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -67434,7 +66433,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedA
* IDL:org/csapi/pam/provisioning/IpPAMAgentAssignment/listAssociatedIdentitiesOfAgent:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -67443,7 +66444,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociate
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
guint32 u_octet4_loop_TpPAMFQNameList;
guint32 i_TpPAMFQNameList;
@@ -67470,9 +66470,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociate
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -67538,7 +66537,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociate
* IDL:org/csapi/pam/provisioning/IpPAMAgentAssignment/listAssignedAgentsByCapability:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -67547,7 +66548,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedA
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
guint32 u_octet4_loop_TpPAMFQNameList;
guint32 i_TpPAMFQNameList;
@@ -67583,9 +66583,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedA
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -67651,7 +66650,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedA
* IDL:org/csapi/pam/provisioning/IpPAMAgentAssignment/listCapabilitiesOfIdentity:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -67660,7 +66661,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilit
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
guint32 u_octet4_loop_TpPAMCapabilityList;
guint32 i_TpPAMCapabilityList;
@@ -67687,9 +66687,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilit
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -67755,7 +66754,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilit
* IDL:org/csapi/pam/provisioning/IpPAMAgentAssignment/isIdentityCapableOf:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -67764,7 +66765,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCap
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -67798,9 +66798,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCap
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -67813,9 +66812,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCap
case NO_EXCEPTION:
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",get_CDR_boolean(tvb,offset));
}
break;
@@ -67853,14 +66851,15 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCap
* IDL:org/csapi/pam/provisioning/IpPAMIdentityTypeManagement/createIdentityAttribute:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -67884,9 +66883,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_create
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -67936,7 +66934,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_create
* IDL:org/csapi/pam/provisioning/IpPAMIdentityTypeManagement/deleteIdentityAttribute:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -67945,7 +66945,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_delete
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -67970,9 +66969,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_delete
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -68022,7 +67020,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_delete
* IDL:org/csapi/pam/provisioning/IpPAMIdentityTypeManagement/getIdentityAttributeDefinition:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -68031,7 +67031,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIde
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -68056,9 +67055,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIde
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -68114,14 +67112,15 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIde
* IDL:org/csapi/pam/provisioning/IpPAMIdentityTypeManagement/listAllIdentityAttributes:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
guint32 u_octet4_loop_TpStringList;
guint32 i_TpStringList;
guint32 u_octet4;
@@ -68141,9 +67140,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAl
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -68209,7 +67207,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAl
* IDL:org/csapi/pam/provisioning/IpPAMIdentityTypeManagement/createIdentityType:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -68220,7 +67220,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_create
guint32 i_attributeNames;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -68263,9 +67262,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_create
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -68315,7 +67313,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_create
* IDL:org/csapi/pam/provisioning/IpPAMIdentityTypeManagement/deleteIdentityType:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -68324,7 +67324,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_delete
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -68349,9 +67348,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_delete
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -68401,14 +67399,15 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_delete
* IDL:org/csapi/pam/provisioning/IpPAMIdentityTypeManagement/listIdentityTypes:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
guint32 u_octet4_loop_TpStringList;
guint32 i_TpStringList;
guint32 u_octet4;
@@ -68428,9 +67427,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listId
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -68496,7 +67494,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listId
* IDL:org/csapi/pam/provisioning/IpPAMIdentityTypeManagement/addIdentityTypeAttributes:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -68507,7 +67507,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIde
guint32 i_attributeNames;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -68550,9 +67549,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIde
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -68602,7 +67600,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIde
* IDL:org/csapi/pam/provisioning/IpPAMIdentityTypeManagement/removeIdentityTypeAttributes:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -68613,7 +67613,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_remove
guint32 i_attributeNames;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -68656,9 +67655,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_remove
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -68708,7 +67706,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_remove
* IDL:org/csapi/pam/provisioning/IpPAMIdentityTypeManagement/listIdentityTypeAttributes:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -68717,7 +67717,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listId
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
guint32 u_octet4_loop_TpStringList;
guint32 i_TpStringList;
@@ -68744,9 +67743,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listId
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -68812,14 +67810,15 @@ static void decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listId
* IDL:org/csapi/pam/provisioning/IpPAMAgentTypeManagement/createAgentAttribute:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -68843,9 +67842,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAge
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -68895,7 +67893,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAge
* IDL:org/csapi/pam/provisioning/IpPAMAgentTypeManagement/deleteAgentAttribute:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -68904,7 +67904,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAge
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -68929,9 +67928,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAge
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -68981,7 +67979,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAge
* IDL:org/csapi/pam/provisioning/IpPAMAgentTypeManagement/getAgentAttributeDefinition:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -68990,7 +67990,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentA
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -69015,9 +68014,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentA
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -69073,14 +68071,15 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentA
* IDL:org/csapi/pam/provisioning/IpPAMAgentTypeManagement/listAllAgentAttributes:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
guint32 u_octet4_loop_TpStringList;
guint32 i_TpStringList;
guint32 u_octet4;
@@ -69100,9 +68099,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAg
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -69168,7 +68166,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAg
* IDL:org/csapi/pam/provisioning/IpPAMAgentTypeManagement/createAgentType:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -69179,7 +68179,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAge
guint32 i_attributeNames;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -69222,9 +68221,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAge
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -69274,7 +68272,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAge
* IDL:org/csapi/pam/provisioning/IpPAMAgentTypeManagement/deleteAgentType:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -69283,7 +68283,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAge
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -69308,9 +68307,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAge
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -69360,14 +68358,15 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAge
* IDL:org/csapi/pam/provisioning/IpPAMAgentTypeManagement/listAgentTypes:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
guint32 u_octet4_loop_TpStringList;
guint32 i_TpStringList;
guint32 u_octet4;
@@ -69387,9 +68386,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgent
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -69455,7 +68453,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgent
* IDL:org/csapi/pam/provisioning/IpPAMAgentTypeManagement/addAgentTypeAttributes:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -69466,7 +68466,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentT
guint32 i_attributeNames;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -69509,9 +68508,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentT
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -69561,7 +68559,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentT
* IDL:org/csapi/pam/provisioning/IpPAMAgentTypeManagement/removeAgentTypeAttributes:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -69572,7 +68572,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAge
guint32 i_attributeNames;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -69615,9 +68614,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAge
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -69667,7 +68665,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAge
* IDL:org/csapi/pam/provisioning/IpPAMAgentTypeManagement/listAgentTypeAttributes:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -69676,7 +68676,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgent
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
guint32 u_octet4_loop_TpStringList;
guint32 i_TpStringList;
@@ -69703,9 +68702,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgent
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -69771,14 +68769,15 @@ static void decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgent
* IDL:org/csapi/pam/provisioning/IpPAMCapabilityManagement/createCapabilityAttribute:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -69802,9 +68801,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCa
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -69854,7 +68852,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCa
* IDL:org/csapi/pam/provisioning/IpPAMCapabilityManagement/deleteCapabilityAttribute:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -69863,7 +68863,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCa
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -69888,9 +68887,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCa
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -69940,7 +68938,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCa
* IDL:org/csapi/pam/provisioning/IpPAMCapabilityManagement/getCapabilityAttributeDefinition:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -69949,7 +68949,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapab
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -69974,9 +68973,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapab
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -70032,14 +69030,15 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapab
* IDL:org/csapi/pam/provisioning/IpPAMCapabilityManagement/listAllCapabilityAttributes:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
guint32 u_octet4_loop_TpStringList;
guint32 i_TpStringList;
guint32 u_octet4;
@@ -70059,9 +69058,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllC
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -70127,7 +69125,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllC
* IDL:org/csapi/pam/provisioning/IpPAMCapabilityManagement/createCapability:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -70138,7 +69138,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCa
guint32 i_attributeNames;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -70181,9 +69180,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCa
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -70233,7 +69231,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCa
* IDL:org/csapi/pam/provisioning/IpPAMCapabilityManagement/deleteCapability:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -70242,7 +69242,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCa
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -70267,9 +69266,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCa
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -70319,14 +69317,15 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCa
* IDL:org/csapi/pam/provisioning/IpPAMCapabilityManagement/listCapabilities:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
guint32 u_octet4_loop_TpPAMCapabilityList;
guint32 i_TpPAMCapabilityList;
guint32 u_octet4;
@@ -70346,9 +69345,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapa
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -70414,7 +69412,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapa
* IDL:org/csapi/pam/provisioning/IpPAMCapabilityManagement/addCapabilityAttributes:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -70425,7 +69425,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapab
guint32 i_attributeNames;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -70468,9 +69467,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapab
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -70520,7 +69518,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapab
* IDL:org/csapi/pam/provisioning/IpPAMCapabilityManagement/removeCapabilityAttributes:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -70531,7 +69531,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCa
guint32 i_attributeNames;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -70574,9 +69573,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCa
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -70626,7 +69624,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCa
* IDL:org/csapi/pam/provisioning/IpPAMCapabilityManagement/listCapabilityAttributes:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -70635,7 +69635,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapa
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
guint32 u_octet4_loop_TpStringList;
guint32 i_TpStringList;
@@ -70662,9 +69661,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapa
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -70730,7 +69728,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapa
* IDL:org/csapi/pam/provisioning/IpPAMCapabilityManagement/assignCapabilitiesToType:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -70741,7 +69741,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCa
guint32 i_capabilities;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -70784,9 +69783,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCa
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -70836,7 +69834,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCa
* IDL:org/csapi/pam/provisioning/IpPAMCapabilityManagement/unassignCapabilitiesFromType:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -70847,7 +69847,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassign
guint32 i_capabilities;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -70890,9 +69889,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassign
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -70942,7 +69940,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassign
* IDL:org/csapi/pam/provisioning/IpPAMCapabilityManagement/listCapabilitiesOfType:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -70951,7 +69951,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapa
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
guint32 u_octet4_loop_TpPAMCapabilityList;
guint32 i_TpPAMCapabilityList;
@@ -70978,9 +69977,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapa
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -71046,7 +70044,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapa
* IDL:org/csapi/pam/provisioning/IpPAMProvisioningManager/getAuthToken:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -71055,7 +70055,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthTo
guint32 i_askerData;
guint32 u_octet4_loop_TpPAMCredential;
guint32 i_TpPAMCredential;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -71096,9 +70095,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthTo
for (i_TpPAMCredential=0; i_TpPAMCredential < u_octet4_loop_TpPAMCredential; i_TpPAMCredential++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpPAMCredential = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpPAMCredential = %u",get_CDR_octet(tvb,offset));
}
}
@@ -71138,7 +70136,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthTo
* IDL:org/csapi/pam/provisioning/IpPAMProvisioningManager/obtainInterface:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_obtainInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_obtainInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -71208,7 +70208,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_obtainInt
* IDL:org/csapi/pam/provisioning/IpPAMProvisioningManager/getAccessControl:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -71217,7 +70219,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccess
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -71242,9 +70243,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccess
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -71300,7 +70300,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccess
* IDL:org/csapi/pam/provisioning/IpPAMProvisioningManager/setAccessControl:1.0
*/
-static void decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -71309,7 +70311,6 @@ static void decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccess
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -71351,9 +70352,8 @@ static void decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccess
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -71403,7 +70403,9 @@ static void decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccess
* IDL:org/csapi/pam/access/IpPAMIdentityPresence/setIdentityPresence:1.0
*/
-static void decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -71414,7 +70416,6 @@ static void decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenc
guint32 i_attributes;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -71465,9 +70466,8 @@ static void decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenc
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -71517,7 +70517,9 @@ static void decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenc
* IDL:org/csapi/pam/access/IpPAMIdentityPresence/setIdentityPresenceExpiration:1.0
*/
-static void decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -71526,10 +70528,8 @@ static void decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenc
gchar *seq = NULL;
guint32 u_octet4_loop_attributeNames;
guint32 i_attributeNames;
- gint64 s_octet8;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -71574,9 +70574,8 @@ static void decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenc
}
- s_octet8 = get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-8,8,"expiresIn = %" G_GINT64_MODIFIER "d",s_octet8);
+ proto_tree_add_text(tree,tvb,*offset-8,8,"expiresIn = %" G_GINT64_MODIFIER "d",get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -71586,9 +70585,8 @@ static void decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenc
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -71638,7 +70636,9 @@ static void decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenc
* IDL:org/csapi/pam/access/IpPAMIdentityPresence/getIdentityPresence:1.0
*/
-static void decode_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -71649,7 +70649,6 @@ static void decode_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresenc
guint32 i_attributeNames;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
guint32 u_octet4_loop_TpPAMAttributeList;
guint32 i_TpPAMAttributeList;
@@ -71703,9 +70702,8 @@ static void decode_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresenc
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -71770,7 +70768,9 @@ static void decode_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresenc
* IDL:org/csapi/pam/access/IpPAMAgentPresence/setAgentPresence:1.0
*/
-static void decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -71781,7 +70781,6 @@ static void decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence(tvbu
guint32 i_attributes;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -71832,9 +70831,8 @@ static void decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence(tvbu
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -71884,7 +70882,9 @@ static void decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence(tvbu
* IDL:org/csapi/pam/access/IpPAMAgentPresence/setCapabilityPresence:1.0
*/
-static void decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -71895,7 +70895,6 @@ static void decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence
guint32 i_attributes;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -71946,9 +70945,8 @@ static void decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -71998,7 +70996,9 @@ static void decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence
* IDL:org/csapi/pam/access/IpPAMAgentPresence/setAgentPresenceExpiration:1.0
*/
-static void decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -72007,10 +71007,8 @@ static void decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpir
gchar *seq = NULL;
guint32 u_octet4_loop_attributeNames;
guint32 i_attributeNames;
- gint64 s_octet8;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -72055,9 +71053,8 @@ static void decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpir
}
- s_octet8 = get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-8,8,"expiresIn = %" G_GINT64_MODIFIER "d",s_octet8);
+ proto_tree_add_text(tree,tvb,*offset-8,8,"expiresIn = %" G_GINT64_MODIFIER "d",get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -72067,9 +71064,8 @@ static void decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpir
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -72119,7 +71115,9 @@ static void decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpir
* IDL:org/csapi/pam/access/IpPAMAgentPresence/setCapabilityPresenceExpiration:1.0
*/
-static void decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -72128,10 +71126,8 @@ static void decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence
gchar *seq = NULL;
guint32 u_octet4_loop_attributeNames;
guint32 i_attributeNames;
- gint64 s_octet8;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -72176,9 +71172,8 @@ static void decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence
}
- s_octet8 = get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-8,8,"expiresIn = %" G_GINT64_MODIFIER "d",s_octet8);
+ proto_tree_add_text(tree,tvb,*offset-8,8,"expiresIn = %" G_GINT64_MODIFIER "d",get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -72188,9 +71183,8 @@ static void decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -72240,7 +71234,9 @@ static void decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence
* IDL:org/csapi/pam/access/IpPAMAgentPresence/getAgentPresence:1.0
*/
-static void decode_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -72251,7 +71247,6 @@ static void decode_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence(tvbu
guint32 i_attributeNames;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
guint32 u_octet4_loop_TpPAMAttributeList;
guint32 i_TpPAMAttributeList;
@@ -72305,9 +71300,8 @@ static void decode_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence(tvbu
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -72372,7 +71366,9 @@ static void decode_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence(tvbu
* IDL:org/csapi/pam/access/IpPAMAgentPresence/getCapabilityPresence:1.0
*/
-static void decode_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -72383,7 +71379,6 @@ static void decode_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence
guint32 i_attributeNames;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
guint32 u_octet4_loop_TpPAMAttributeList;
guint32 i_TpPAMAttributeList;
@@ -72437,9 +71432,8 @@ static void decode_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -72504,7 +71498,9 @@ static void decode_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence
* IDL:org/csapi/pam/access/IpAppPAMPreferenceCheck/computeAvailability:1.0
*/
-static void decode_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -72515,7 +71511,6 @@ static void decode_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailabil
guint32 i_attributeNames;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
guint32 u_octet4_loop_TpPAMAvailabilityProfileList;
guint32 i_TpPAMAvailabilityProfileList;
@@ -72568,9 +71563,8 @@ static void decode_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailabil
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -72635,7 +71629,9 @@ static void decode_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailabil
* IDL:org/csapi/pam/access/IpPAMAvailability/getAvailability:1.0
*/
-static void decode_org_csapi_pam_access_IpPAMAvailability_getAvailability(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_access_IpPAMAvailability_getAvailability(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -72646,7 +71642,6 @@ static void decode_org_csapi_pam_access_IpPAMAvailability_getAvailability(tvbuff
guint32 i_attributeNames;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
guint32 u_octet4_loop_TpPAMAvailabilityProfileList;
guint32 i_TpPAMAvailabilityProfileList;
@@ -72699,9 +71694,8 @@ static void decode_org_csapi_pam_access_IpPAMAvailability_getAvailability(tvbuff
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -72766,7 +71760,9 @@ static void decode_org_csapi_pam_access_IpPAMAvailability_getAvailability(tvbuff
* IDL:org/csapi/pam/access/IpPAMAvailability/getPreference:1.0
*/
-static void decode_org_csapi_pam_access_IpPAMAvailability_getPreference(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_access_IpPAMAvailability_getPreference(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -72775,7 +71771,6 @@ static void decode_org_csapi_pam_access_IpPAMAvailability_getPreference(tvbuff_t
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -72808,9 +71803,8 @@ static void decode_org_csapi_pam_access_IpPAMAvailability_getPreference(tvbuff_t
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -72865,7 +71859,9 @@ static void decode_org_csapi_pam_access_IpPAMAvailability_getPreference(tvbuff_t
* IDL:org/csapi/pam/access/IpPAMAvailability/setPreference:1.0
*/
-static void decode_org_csapi_pam_access_IpPAMAvailability_setPreference(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_access_IpPAMAvailability_setPreference(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -72874,7 +71870,6 @@ static void decode_org_csapi_pam_access_IpPAMAvailability_setPreference(tvbuff_t
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -72923,9 +71918,8 @@ static void decode_org_csapi_pam_access_IpPAMAvailability_setPreference(tvbuff_t
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -72975,7 +71969,9 @@ static void decode_org_csapi_pam_access_IpPAMAvailability_setPreference(tvbuff_t
* IDL:org/csapi/pam/access/IpPAMPresenceAvailabilityManager/getAuthToken:1.0
*/
-static void decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -72984,7 +71980,6 @@ static void decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuth
guint32 i_askerData;
guint32 u_octet4_loop_TpPAMCredential;
guint32 i_TpPAMCredential;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -73025,9 +72020,8 @@ static void decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuth
for (i_TpPAMCredential=0; i_TpPAMCredential < u_octet4_loop_TpPAMCredential; i_TpPAMCredential++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpPAMCredential = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpPAMCredential = %u",get_CDR_octet(tvb,offset));
}
}
@@ -73067,7 +72061,9 @@ static void decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuth
* IDL:org/csapi/pam/access/IpPAMPresenceAvailabilityManager/obtainInterface:1.0
*/
-static void decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_obtainInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_obtainInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -73137,7 +72133,9 @@ static void decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_obtainI
* IDL:org/csapi/pam/access/IpPAMPresenceAvailabilityManager/getAccessControl:1.0
*/
-static void decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -73146,7 +72144,6 @@ static void decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAcce
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -73171,9 +72168,8 @@ static void decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAcce
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -73229,7 +72225,9 @@ static void decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAcce
* IDL:org/csapi/pam/access/IpPAMPresenceAvailabilityManager/setAccessControl:1.0
*/
-static void decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -73238,7 +72236,6 @@ static void decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAcce
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -73280,9 +72277,8 @@ static void decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAcce
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -73332,7 +72328,9 @@ static void decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAcce
* IDL:org/csapi/pam/access/IpPAMPresenceAvailabilityManager/activateService:1.0
*/
-static void decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -73341,7 +72339,6 @@ static void decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activat
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -73366,9 +72363,8 @@ static void decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activat
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -73418,7 +72414,9 @@ static void decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activat
* IDL:org/csapi/pam/access/IpPAMPresenceAvailabilityManager/deactivateService:1.0
*/
-static void decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -73427,7 +72425,6 @@ static void decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactiv
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -73452,9 +72449,8 @@ static void decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactiv
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -73504,7 +72500,9 @@ static void decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactiv
* IDL:org/csapi/pam/access/IpPAMPresenceAvailabilityManager/isActiveIdentity:1.0
*/
-static void decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -73513,7 +72511,6 @@ static void decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiv
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -73538,9 +72535,8 @@ static void decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiv
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -73553,9 +72549,8 @@ static void decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiv
case NO_EXCEPTION:
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",get_CDR_boolean(tvb,offset));
}
break;
@@ -73593,12 +72588,13 @@ static void decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiv
* IDL:org/csapi/pam/event/IpAppPAMEventHandler/eventNotify:1.0
*/
-static void decode_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_eventInfo;
guint32 i_eventInfo;
@@ -73609,9 +72605,8 @@ static void decode_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify(tvbuff_t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"eventID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"eventID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_eventInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -73675,12 +72670,13 @@ static void decode_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify(tvbuff_t
* IDL:org/csapi/pam/event/IpAppPAMEventHandler/eventNotifyErr:1.0
*/
-static void decode_org_csapi_pam_event_IpAppPAMEventHandler_eventNotifyErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_event_IpAppPAMEventHandler_eventNotifyErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -73689,9 +72685,8 @@ static void decode_org_csapi_pam_event_IpAppPAMEventHandler_eventNotifyErr(tvbuf
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"eventID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"eventID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_pam_TpPAMErrorInfo" */
@@ -73747,15 +72742,15 @@ static void decode_org_csapi_pam_event_IpAppPAMEventHandler_eventNotifyErr(tvbuf
* IDL:org/csapi/pam/event/IpPAMEventHandler/isRegistered:1.0
*/
-static void decode_org_csapi_pam_event_IpPAMEventHandler_isRegistered(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_event_IpPAMEventHandler_isRegistered(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -73764,9 +72759,8 @@ static void decode_org_csapi_pam_event_IpPAMEventHandler_isRegistered(tvbuff_t *
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"clientID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"clientID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -73776,9 +72770,8 @@ static void decode_org_csapi_pam_event_IpPAMEventHandler_isRegistered(tvbuff_t *
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -73791,9 +72784,8 @@ static void decode_org_csapi_pam_event_IpPAMEventHandler_isRegistered(tvbuff_t *
case NO_EXCEPTION:
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",get_CDR_boolean(tvb,offset));
}
break;
@@ -73831,15 +72823,15 @@ static void decode_org_csapi_pam_event_IpPAMEventHandler_isRegistered(tvbuff_t *
* IDL:org/csapi/pam/event/IpPAMEventHandler/registerAppInterface:1.0
*/
-static void decode_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -73858,9 +72850,8 @@ static void decode_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface(tv
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -73873,9 +72864,8 @@ static void decode_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface(tv
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpPAMClientID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpPAMClientID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -73913,17 +72903,17 @@ static void decode_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface(tv
* IDL:org/csapi/pam/event/IpPAMEventHandler/registerForEvent:1.0
*/
-static void decode_org_csapi_pam_event_IpPAMEventHandler_registerForEvent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_event_IpPAMEventHandler_registerForEvent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_eventList;
guint32 i_eventList;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -73932,9 +72922,8 @@ static void decode_org_csapi_pam_event_IpPAMEventHandler_registerForEvent(tvbuff
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"clientID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"clientID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_eventList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -73953,9 +72942,8 @@ static void decode_org_csapi_pam_event_IpPAMEventHandler_registerForEvent(tvbuff
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"validFor = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"validFor = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -73965,9 +72953,8 @@ static void decode_org_csapi_pam_event_IpPAMEventHandler_registerForEvent(tvbuff
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -73980,9 +72967,8 @@ static void decode_org_csapi_pam_event_IpPAMEventHandler_registerForEvent(tvbuff
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpPAMEventID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpPAMEventID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -74020,15 +73006,15 @@ static void decode_org_csapi_pam_event_IpPAMEventHandler_registerForEvent(tvbuff
* IDL:org/csapi/pam/event/IpPAMEventHandler/deregisterAppInterface:1.0
*/
-static void decode_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -74037,9 +73023,8 @@ static void decode_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface(
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"clientID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"clientID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -74049,9 +73034,8 @@ static void decode_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface(
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -74101,15 +73085,15 @@ static void decode_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface(
* IDL:org/csapi/pam/event/IpPAMEventHandler/deregisterFromEvent:1.0
*/
-static void decode_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -74118,9 +73102,8 @@ static void decode_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent(tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"eventID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"eventID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -74130,9 +73113,8 @@ static void decode_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent(tvb
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -74182,7 +73164,9 @@ static void decode_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent(tvb
* IDL:org/csapi/pam/event/IpPAMEventManager/getAuthToken:1.0
*/
-static void decode_org_csapi_pam_event_IpPAMEventManager_getAuthToken(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_event_IpPAMEventManager_getAuthToken(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -74191,7 +73175,6 @@ static void decode_org_csapi_pam_event_IpPAMEventManager_getAuthToken(tvbuff_t *
guint32 i_askerData;
guint32 u_octet4_loop_TpPAMCredential;
guint32 i_TpPAMCredential;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -74232,9 +73215,8 @@ static void decode_org_csapi_pam_event_IpPAMEventManager_getAuthToken(tvbuff_t *
for (i_TpPAMCredential=0; i_TpPAMCredential < u_octet4_loop_TpPAMCredential; i_TpPAMCredential++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpPAMCredential = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpPAMCredential = %u",get_CDR_octet(tvb,offset));
}
}
@@ -74274,7 +73256,9 @@ static void decode_org_csapi_pam_event_IpPAMEventManager_getAuthToken(tvbuff_t *
* IDL:org/csapi/pam/event/IpPAMEventManager/obtainInterface:1.0
*/
-static void decode_org_csapi_pam_event_IpPAMEventManager_obtainInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_event_IpPAMEventManager_obtainInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -74344,7 +73328,9 @@ static void decode_org_csapi_pam_event_IpPAMEventManager_obtainInterface(tvbuff_
* IDL:org/csapi/pam/event/IpPAMEventManager/getAccessControl:1.0
*/
-static void decode_org_csapi_pam_event_IpPAMEventManager_getAccessControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_event_IpPAMEventManager_getAccessControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -74353,7 +73339,6 @@ static void decode_org_csapi_pam_event_IpPAMEventManager_getAccessControl(tvbuff
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -74378,9 +73363,8 @@ static void decode_org_csapi_pam_event_IpPAMEventManager_getAccessControl(tvbuff
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -74436,7 +73420,9 @@ static void decode_org_csapi_pam_event_IpPAMEventManager_getAccessControl(tvbuff
* IDL:org/csapi/pam/event/IpPAMEventManager/setAccessControl:1.0
*/
-static void decode_org_csapi_pam_event_IpPAMEventManager_setAccessControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_event_IpPAMEventManager_setAccessControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -74445,7 +73431,6 @@ static void decode_org_csapi_pam_event_IpPAMEventManager_setAccessControl(tvbuff
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -74487,9 +73472,8 @@ static void decode_org_csapi_pam_event_IpPAMEventManager_setAccessControl(tvbuff
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -74539,7 +73523,9 @@ static void decode_org_csapi_pam_event_IpPAMEventManager_setAccessControl(tvbuff
* IDL:org/csapi/pam/event/IpPAMEventManager/activateService:1.0
*/
-static void decode_org_csapi_pam_event_IpPAMEventManager_activateService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_event_IpPAMEventManager_activateService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -74548,7 +73534,6 @@ static void decode_org_csapi_pam_event_IpPAMEventManager_activateService(tvbuff_
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -74573,9 +73558,8 @@ static void decode_org_csapi_pam_event_IpPAMEventManager_activateService(tvbuff_
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -74625,7 +73609,9 @@ static void decode_org_csapi_pam_event_IpPAMEventManager_activateService(tvbuff_
* IDL:org/csapi/pam/event/IpPAMEventManager/deactivateService:1.0
*/
-static void decode_org_csapi_pam_event_IpPAMEventManager_deactivateService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_event_IpPAMEventManager_deactivateService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -74634,7 +73620,6 @@ static void decode_org_csapi_pam_event_IpPAMEventManager_deactivateService(tvbuf
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -74659,9 +73644,8 @@ static void decode_org_csapi_pam_event_IpPAMEventManager_deactivateService(tvbuf
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -74711,7 +73695,9 @@ static void decode_org_csapi_pam_event_IpPAMEventManager_deactivateService(tvbuf
* IDL:org/csapi/pam/event/IpPAMEventManager/isActiveIdentity:1.0
*/
-static void decode_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -74720,7 +73706,6 @@ static void decode_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity(tvbuff
gchar *seq = NULL;
guint32 u_octet4_loop_authToken;
guint32 i_authToken;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -74745,9 +73730,8 @@ static void decode_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity(tvbuff
for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
}
}
@@ -74760,9 +73744,8 @@ static void decode_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity(tvbuff
case NO_EXCEPTION:
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",get_CDR_boolean(tvb,offset));
}
break;
@@ -74800,7 +73783,9 @@ static void decode_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity(tvbuff
* IDL:org/csapi/mmm/IpAppMultiMediaMessagingManager/mailboxTerminated:1.0
*/
-static void decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_mailboxTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_mailboxTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -74866,12 +73851,13 @@ static void decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_mailboxTerminat
* IDL:org/csapi/mmm/IpAppMultiMediaMessagingManager/reportNotification:1.0
*/
-static void decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_eventInfo;
guint32 i_eventInfo;
@@ -74882,9 +73868,8 @@ static void decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotificat
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_eventInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -74949,7 +73934,9 @@ static void decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotificat
* IDL:org/csapi/mmm/IpAppMultiMediaMessagingManager/notificationsInterrupted:1.0
*/
-static void decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsInterrupted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsInterrupted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -75007,7 +73994,9 @@ static void decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsIn
* IDL:org/csapi/mmm/IpAppMultiMediaMessagingManager/notificationsResumed:1.0
*/
-static void decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsResumed(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsResumed(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -75065,7 +74054,9 @@ static void decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsRe
* IDL:org/csapi/mmm/IpAppMultiMediaMessagingManager/multiMediaMessagingTerminated:1.0
*/
-static void decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_multiMediaMessagingTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_multiMediaMessagingTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -75131,7 +74122,9 @@ static void decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_multiMediaMessa
* IDL:org/csapi/mmm/IpAppMultiMediaMessagingManager/terminateMultipleMailboxes:1.0
*/
-static void decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -75208,7 +74201,9 @@ static void decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultip
* IDL:org/csapi/mmm/IpAppMultiMediaMessagingManager/terminateMultipleMultiMediaMessagingSessions:1.0
*/
-static void decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -75285,7 +74280,9 @@ static void decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultip
* IDL:org/csapi/mmm/IpMultiMediaMessagingManager/openMailbox:1.0
*/
-static void decode_org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -75372,7 +74369,9 @@ static void decode_org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox(tvbuff
* IDL:org/csapi/mmm/IpMultiMediaMessagingManager/openMultiMediaMessaging:1.0
*/
-static void decode_org_csapi_mmm_IpMultiMediaMessagingManager_openMultiMediaMessaging(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMultiMediaMessagingManager_openMultiMediaMessaging(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -75455,14 +74454,15 @@ static void decode_org_csapi_mmm_IpMultiMediaMessagingManager_openMultiMediaMess
* IDL:org/csapi/mmm/IpMultiMediaMessagingManager/createNotification:1.0
*/
-static void decode_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_eventCriteria;
guint32 i_eventCriteria;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -75498,9 +74498,8 @@ static void decode_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -75538,12 +74537,13 @@ static void decode_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification
* IDL:org/csapi/mmm/IpMultiMediaMessagingManager/destroyNotification:1.0
*/
-static void decode_org_csapi_mmm_IpMultiMediaMessagingManager_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMultiMediaMessagingManager_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -75552,9 +74552,8 @@ static void decode_org_csapi_mmm_IpMultiMediaMessagingManager_destroyNotificatio
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -75602,12 +74601,13 @@ static void decode_org_csapi_mmm_IpMultiMediaMessagingManager_destroyNotificatio
* IDL:org/csapi/mmm/IpMultiMediaMessagingManager/changeNotification:1.0
*/
-static void decode_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_eventCriteria;
guint32 i_eventCriteria;
@@ -75618,9 +74618,8 @@ static void decode_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_eventCriteria = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -75684,12 +74683,13 @@ static void decode_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification
* IDL:org/csapi/mmm/IpMultiMediaMessagingManager/getNextNotification:1.0
*/
-static void decode_org_csapi_mmm_IpMultiMediaMessagingManager_getNextNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMultiMediaMessagingManager_getNextNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -75698,9 +74698,8 @@ static void decode_org_csapi_mmm_IpMultiMediaMessagingManager_getNextNotificatio
case Request:
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"reset = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"reset = %u",get_CDR_boolean(tvb,offset));
}
break;
@@ -75754,12 +74753,13 @@ static void decode_org_csapi_mmm_IpMultiMediaMessagingManager_getNextNotificatio
* IDL:org/csapi/mmm/IpMultiMediaMessagingManager/enableNotifications:1.0
*/
-static void decode_org_csapi_mmm_IpMultiMediaMessagingManager_enableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMultiMediaMessagingManager_enableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -75779,9 +74779,8 @@ static void decode_org_csapi_mmm_IpMultiMediaMessagingManager_enableNotification
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -75819,7 +74818,9 @@ static void decode_org_csapi_mmm_IpMultiMediaMessagingManager_enableNotification
* IDL:org/csapi/mmm/IpMultiMediaMessagingManager/disableNotifications:1.0
*/
-static void decode_org_csapi_mmm_IpMultiMediaMessagingManager_disableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMultiMediaMessagingManager_disableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -75877,12 +74878,13 @@ static void decode_org_csapi_mmm_IpMultiMediaMessagingManager_disableNotificatio
* IDL:org/csapi/mmm/IpAppMailbox/createFolderRes:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_createFolderRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_createFolderRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -75893,14 +74895,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_createFolderRes(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -75957,12 +74957,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_createFolderRes(tvbuff_t *tvb _U_,
* IDL:org/csapi/mmm/IpAppMailbox/createFolderErr:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_createFolderErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_createFolderErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -75973,14 +74974,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_createFolderErr(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -76043,12 +75042,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_createFolderErr(tvbuff_t *tvb _U_,
* IDL:org/csapi/mmm/IpAppMailbox/getFoldersRes:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_getFoldersRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_getFoldersRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
guint32 u_octet4_loop_folderNames;
@@ -76061,14 +75061,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_getFoldersRes(tvbuff_t *tvb _U_, p
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -76143,12 +75141,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_getFoldersRes(tvbuff_t *tvb _U_, p
* IDL:org/csapi/mmm/IpAppMailbox/getFoldersErr:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_getFoldersErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_getFoldersErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -76159,14 +75158,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_getFoldersErr(tvbuff_t *tvb _U_, p
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -76238,12 +75235,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_getFoldersErr(tvbuff_t *tvb _U_, p
* IDL:org/csapi/mmm/IpAppMailbox/deleteFolderRes:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_deleteFolderRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_deleteFolderRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -76252,14 +75250,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_deleteFolderRes(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -76307,12 +75303,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_deleteFolderRes(tvbuff_t *tvb _U_,
* IDL:org/csapi/mmm/IpAppMailbox/deleteFolderErr:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_deleteFolderErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_deleteFolderErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -76323,14 +75320,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_deleteFolderErr(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -76393,12 +75388,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_deleteFolderErr(tvbuff_t *tvb _U_,
* IDL:org/csapi/mmm/IpAppMailbox/copyFolderRes:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_copyFolderRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_copyFolderRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -76407,14 +75403,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_copyFolderRes(tvbuff_t *tvb _U_, p
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -76462,12 +75456,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_copyFolderRes(tvbuff_t *tvb _U_, p
* IDL:org/csapi/mmm/IpAppMailbox/copyFolderErr:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_copyFolderErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_copyFolderErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -76478,14 +75473,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_copyFolderErr(tvbuff_t *tvb _U_, p
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -76548,12 +75541,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_copyFolderErr(tvbuff_t *tvb _U_, p
* IDL:org/csapi/mmm/IpAppMailbox/moveFolderRes:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_moveFolderRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_moveFolderRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -76562,14 +75556,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_moveFolderRes(tvbuff_t *tvb _U_, p
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -76617,12 +75609,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_moveFolderRes(tvbuff_t *tvb _U_, p
* IDL:org/csapi/mmm/IpAppMailbox/moveFolderErr:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_moveFolderErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_moveFolderErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -76633,14 +75626,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_moveFolderErr(tvbuff_t *tvb _U_, p
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -76703,12 +75694,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_moveFolderErr(tvbuff_t *tvb _U_, p
* IDL:org/csapi/mmm/IpAppMailbox/putMessageRes:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_putMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_putMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -76719,14 +75711,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_putMessageRes(tvbuff_t *tvb _U_, p
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -76783,12 +75773,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_putMessageRes(tvbuff_t *tvb _U_, p
* IDL:org/csapi/mmm/IpAppMailbox/putMessageErr:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_putMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_putMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -76799,14 +75790,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_putMessageErr(tvbuff_t *tvb _U_, p
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -76869,12 +75858,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_putMessageErr(tvbuff_t *tvb _U_, p
* IDL:org/csapi/mmm/IpAppMailbox/copyMessageRes:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_copyMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_copyMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -76883,14 +75873,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_copyMessageRes(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -76938,12 +75926,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_copyMessageRes(tvbuff_t *tvb _U_,
* IDL:org/csapi/mmm/IpAppMailbox/copyMessageErr:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_copyMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_copyMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -76954,14 +75943,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_copyMessageErr(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -77024,12 +76011,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_copyMessageErr(tvbuff_t *tvb _U_,
* IDL:org/csapi/mmm/IpAppMailbox/moveMessageRes:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_moveMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_moveMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -77038,14 +76026,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_moveMessageRes(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -77093,12 +76079,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_moveMessageRes(tvbuff_t *tvb _U_,
* IDL:org/csapi/mmm/IpAppMailbox/moveMessageErr:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_moveMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_moveMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -77109,14 +76096,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_moveMessageErr(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -77179,12 +76164,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_moveMessageErr(tvbuff_t *tvb _U_,
* IDL:org/csapi/mmm/IpAppMailbox/deleteMessageRes:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_deleteMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_deleteMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -77193,14 +76179,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_deleteMessageRes(tvbuff_t *tvb _U_
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -77248,12 +76232,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_deleteMessageRes(tvbuff_t *tvb _U_
* IDL:org/csapi/mmm/IpAppMailbox/deleteMessageErr:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_deleteMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_deleteMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -77264,14 +76249,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_deleteMessageErr(tvbuff_t *tvb _U_
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -77334,15 +76317,15 @@ static void decode_org_csapi_mmm_IpAppMailbox_deleteMessageErr(tvbuff_t *tvb _U_
* IDL:org/csapi/mmm/IpAppMailbox/listMessagesRes:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_listMessagesRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_listMessagesRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_messageList;
guint32 i_messageList;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -77351,14 +76334,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_listMessagesRes(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_messageList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -77386,9 +76367,8 @@ static void decode_org_csapi_mmm_IpAppMailbox_listMessagesRes(tvbuff_t *tvb _U_,
/* End struct "org_csapi_mmm_TpMailboxFolderStatusInformation" */
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"final = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"final = %u",get_CDR_boolean(tvb,offset));
}
break;
@@ -77436,12 +76416,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_listMessagesRes(tvbuff_t *tvb _U_,
* IDL:org/csapi/mmm/IpAppMailbox/listMessagesErr:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_listMessagesErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_listMessagesErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -77452,14 +76433,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_listMessagesErr(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -77522,12 +76501,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_listMessagesErr(tvbuff_t *tvb _U_,
* IDL:org/csapi/mmm/IpAppMailbox/listMessageBodyPartsRes:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_partsList;
guint32 i_partsList;
@@ -77538,14 +76518,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes(tvbuff_t *
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_partsList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -77610,12 +76588,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes(tvbuff_t *
* IDL:org/csapi/mmm/IpAppMailbox/listMessageBodyPartsErr:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -77626,14 +76605,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr(tvbuff_t *
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -77696,12 +76673,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr(tvbuff_t *
* IDL:org/csapi/mmm/IpAppMailbox/getMessageBodyPartsRes:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_bodyParts;
guint32 i_bodyParts;
@@ -77712,14 +76690,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes(tvbuff_t *t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_bodyParts = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -77784,12 +76760,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes(tvbuff_t *t
* IDL:org/csapi/mmm/IpAppMailbox/getMessageBodyPartsErr:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -77800,14 +76777,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr(tvbuff_t *t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -77870,12 +76845,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr(tvbuff_t *t
* IDL:org/csapi/mmm/IpAppMailbox/getMessageHeadersRes:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_headers;
guint32 i_headers;
@@ -77886,14 +76862,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_headers = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -77957,12 +76931,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes(tvbuff_t *tvb
* IDL:org/csapi/mmm/IpAppMailbox/getMessageHeadersErr:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -77973,14 +76948,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -78043,17 +77016,17 @@ static void decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr(tvbuff_t *tvb
* IDL:org/csapi/mmm/IpAppMailbox/getMessageContentRes:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_getMessageContentRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_getMessageContentRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
guint32 u_octet4_loop_content;
guint32 i_content;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -78062,14 +77035,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_getMessageContentRes(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -78097,9 +77068,8 @@ static void decode_org_csapi_mmm_IpAppMailbox_getMessageContentRes(tvbuff_t *tvb
for (i_content=0; i_content < u_octet4_loop_content; i_content++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"content = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"content = %u",get_CDR_octet(tvb,offset));
}
}
@@ -78149,12 +77119,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_getMessageContentRes(tvbuff_t *tvb
* IDL:org/csapi/mmm/IpAppMailbox/getMessageContentErr:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_getMessageContentErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_getMessageContentErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -78165,14 +77136,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_getMessageContentErr(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -78235,15 +77204,15 @@ static void decode_org_csapi_mmm_IpAppMailbox_getMessageContentErr(tvbuff_t *tvb
* IDL:org/csapi/mmm/IpAppMailbox/getFullMessageRes:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_getFullMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_getFullMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_message;
guint32 i_message;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -78252,14 +77221,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_getFullMessageRes(tvbuff_t *tvb _U
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_message = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -78269,9 +77236,8 @@ static void decode_org_csapi_mmm_IpAppMailbox_getFullMessageRes(tvbuff_t *tvb _U
for (i_message=0; i_message < u_octet4_loop_message; i_message++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"message = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"message = %u",get_CDR_octet(tvb,offset));
}
}
@@ -78321,12 +77287,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_getFullMessageRes(tvbuff_t *tvb _U
* IDL:org/csapi/mmm/IpAppMailbox/getFullMessageErr:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_getFullMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_getFullMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -78337,14 +77304,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_getFullMessageErr(tvbuff_t *tvb _U
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -78407,12 +77372,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_getFullMessageErr(tvbuff_t *tvb _U
* IDL:org/csapi/mmm/IpAppMailbox/getMailboxInfoPropertiesRes:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_returnedProperties;
guint32 i_returnedProperties;
@@ -78423,14 +77389,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes(tvbuff
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_returnedProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -78494,12 +77458,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes(tvbuff
* IDL:org/csapi/mmm/IpAppMailbox/getFolderInfoPropertiesRes:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
guint32 u_octet4_loop_returnedProperties;
@@ -78512,14 +77477,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes(tvbuff_
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -78592,12 +77555,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes(tvbuff_
* IDL:org/csapi/mmm/IpAppMailbox/getMessageInfoPropertiesRes:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
guint32 u_octet4_loop_returnedProperties;
@@ -78610,14 +77574,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes(tvbuff
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -78690,12 +77652,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes(tvbuff
* IDL:org/csapi/mmm/IpAppMailbox/setMessageInfoPropertiesRes:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
guint32 u_octet4_loop_propertiesUpdated;
@@ -78708,14 +77671,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes(tvbuff
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -78788,12 +77749,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes(tvbuff
* IDL:org/csapi/mmm/IpAppMailbox/setMessageInfoPropertiesErr:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
guint32 u_octet4_loop_propertiesNotUpdated;
@@ -78806,14 +77768,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr(tvbuff
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -78887,12 +77847,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr(tvbuff
* IDL:org/csapi/mmm/IpAppMailbox/getMailboxInfoPropertiesErr:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -78903,14 +77864,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr(tvbuff
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -78973,12 +77932,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr(tvbuff
* IDL:org/csapi/mmm/IpAppMailbox/getFolderInfoPropertiesErr:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -78989,14 +77949,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr(tvbuff_
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -79059,12 +78017,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr(tvbuff_
* IDL:org/csapi/mmm/IpAppMailbox/getMessageInfoPropertiesErr:1.0
*/
-static void decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -79075,14 +78034,12 @@ static void decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr(tvbuff
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -79145,12 +78102,13 @@ static void decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr(tvbuff
* IDL:org/csapi/mmm/IpMailbox/close:1.0
*/
-static void decode_org_csapi_mmm_IpMailbox_close(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMailbox_close(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -79159,9 +78117,8 @@ static void decode_org_csapi_mmm_IpMailbox_close(tvbuff_t *tvb _U_, packet_info
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -79209,12 +78166,13 @@ static void decode_org_csapi_mmm_IpMailbox_close(tvbuff_t *tvb _U_, packet_info
* IDL:org/csapi/mmm/IpMailbox/createFolderReq:1.0
*/
-static void decode_org_csapi_mmm_IpMailbox_createFolderReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMailbox_createFolderReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -79225,9 +78183,8 @@ static void decode_org_csapi_mmm_IpMailbox_createFolderReq(tvbuff_t *tvb _U_, pa
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -79247,9 +78204,8 @@ static void decode_org_csapi_mmm_IpMailbox_createFolderReq(tvbuff_t *tvb _U_, pa
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -79287,12 +78243,13 @@ static void decode_org_csapi_mmm_IpMailbox_createFolderReq(tvbuff_t *tvb _U_, pa
* IDL:org/csapi/mmm/IpMailbox/getFoldersReq:1.0
*/
-static void decode_org_csapi_mmm_IpMailbox_getFoldersReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMailbox_getFoldersReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -79303,9 +78260,8 @@ static void decode_org_csapi_mmm_IpMailbox_getFoldersReq(tvbuff_t *tvb _U_, pack
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -79325,9 +78281,8 @@ static void decode_org_csapi_mmm_IpMailbox_getFoldersReq(tvbuff_t *tvb _U_, pack
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -79365,12 +78320,13 @@ static void decode_org_csapi_mmm_IpMailbox_getFoldersReq(tvbuff_t *tvb _U_, pack
* IDL:org/csapi/mmm/IpMailbox/deleteFolderReq:1.0
*/
-static void decode_org_csapi_mmm_IpMailbox_deleteFolderReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMailbox_deleteFolderReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -79381,9 +78337,8 @@ static void decode_org_csapi_mmm_IpMailbox_deleteFolderReq(tvbuff_t *tvb _U_, pa
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -79403,9 +78358,8 @@ static void decode_org_csapi_mmm_IpMailbox_deleteFolderReq(tvbuff_t *tvb _U_, pa
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -79443,12 +78397,13 @@ static void decode_org_csapi_mmm_IpMailbox_deleteFolderReq(tvbuff_t *tvb _U_, pa
* IDL:org/csapi/mmm/IpMailbox/copyFolderReq:1.0
*/
-static void decode_org_csapi_mmm_IpMailbox_copyFolderReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMailbox_copyFolderReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -79459,9 +78414,8 @@ static void decode_org_csapi_mmm_IpMailbox_copyFolderReq(tvbuff_t *tvb _U_, pack
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -79490,9 +78444,8 @@ static void decode_org_csapi_mmm_IpMailbox_copyFolderReq(tvbuff_t *tvb _U_, pack
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -79530,12 +78483,13 @@ static void decode_org_csapi_mmm_IpMailbox_copyFolderReq(tvbuff_t *tvb _U_, pack
* IDL:org/csapi/mmm/IpMailbox/moveFolderReq:1.0
*/
-static void decode_org_csapi_mmm_IpMailbox_moveFolderReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMailbox_moveFolderReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -79546,9 +78500,8 @@ static void decode_org_csapi_mmm_IpMailbox_moveFolderReq(tvbuff_t *tvb _U_, pack
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -79577,9 +78530,8 @@ static void decode_org_csapi_mmm_IpMailbox_moveFolderReq(tvbuff_t *tvb _U_, pack
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -79617,17 +78569,17 @@ static void decode_org_csapi_mmm_IpMailbox_moveFolderReq(tvbuff_t *tvb _U_, pack
* IDL:org/csapi/mmm/IpMailbox/putMessageReq:1.0
*/
-static void decode_org_csapi_mmm_IpMailbox_putMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMailbox_putMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
guint32 u_octet4_loop_message;
guint32 i_message;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -79636,9 +78588,8 @@ static void decode_org_csapi_mmm_IpMailbox_putMessageReq(tvbuff_t *tvb _U_, pack
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -79657,9 +78608,8 @@ static void decode_org_csapi_mmm_IpMailbox_putMessageReq(tvbuff_t *tvb _U_, pack
for (i_message=0; i_message < u_octet4_loop_message; i_message++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"message = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"message = %u",get_CDR_octet(tvb,offset));
}
}
@@ -79672,9 +78622,8 @@ static void decode_org_csapi_mmm_IpMailbox_putMessageReq(tvbuff_t *tvb _U_, pack
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -79712,12 +78661,13 @@ static void decode_org_csapi_mmm_IpMailbox_putMessageReq(tvbuff_t *tvb _U_, pack
* IDL:org/csapi/mmm/IpMailbox/copyMessageReq:1.0
*/
-static void decode_org_csapi_mmm_IpMailbox_copyMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMailbox_copyMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -79728,9 +78678,8 @@ static void decode_org_csapi_mmm_IpMailbox_copyMessageReq(tvbuff_t *tvb _U_, pac
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -79768,9 +78717,8 @@ static void decode_org_csapi_mmm_IpMailbox_copyMessageReq(tvbuff_t *tvb _U_, pac
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -79808,12 +78756,13 @@ static void decode_org_csapi_mmm_IpMailbox_copyMessageReq(tvbuff_t *tvb _U_, pac
* IDL:org/csapi/mmm/IpMailbox/moveMessageReq:1.0
*/
-static void decode_org_csapi_mmm_IpMailbox_moveMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMailbox_moveMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -79824,9 +78773,8 @@ static void decode_org_csapi_mmm_IpMailbox_moveMessageReq(tvbuff_t *tvb _U_, pac
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -79864,9 +78812,8 @@ static void decode_org_csapi_mmm_IpMailbox_moveMessageReq(tvbuff_t *tvb _U_, pac
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -79904,12 +78851,13 @@ static void decode_org_csapi_mmm_IpMailbox_moveMessageReq(tvbuff_t *tvb _U_, pac
* IDL:org/csapi/mmm/IpMailbox/deleteMessageReq:1.0
*/
-static void decode_org_csapi_mmm_IpMailbox_deleteMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMailbox_deleteMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -79920,9 +78868,8 @@ static void decode_org_csapi_mmm_IpMailbox_deleteMessageReq(tvbuff_t *tvb _U_, p
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -79951,9 +78898,8 @@ static void decode_org_csapi_mmm_IpMailbox_deleteMessageReq(tvbuff_t *tvb _U_, p
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -79991,15 +78937,15 @@ static void decode_org_csapi_mmm_IpMailbox_deleteMessageReq(tvbuff_t *tvb _U_, p
* IDL:org/csapi/mmm/IpMailbox/listMessagesReq:1.0
*/
-static void decode_org_csapi_mmm_IpMailbox_listMessagesReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMailbox_listMessagesReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -80008,9 +78954,8 @@ static void decode_org_csapi_mmm_IpMailbox_listMessagesReq(tvbuff_t *tvb _U_, pa
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -80030,9 +78975,8 @@ static void decode_org_csapi_mmm_IpMailbox_listMessagesReq(tvbuff_t *tvb _U_, pa
/* End struct "org_csapi_mmm_TpListMessagesCriteria" */
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"reset = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"reset = %u",get_CDR_boolean(tvb,offset));
}
break;
@@ -80043,9 +78987,8 @@ static void decode_org_csapi_mmm_IpMailbox_listMessagesReq(tvbuff_t *tvb _U_, pa
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -80083,12 +79026,13 @@ static void decode_org_csapi_mmm_IpMailbox_listMessagesReq(tvbuff_t *tvb _U_, pa
* IDL:org/csapi/mmm/IpMailbox/listMessageBodyPartsReq:1.0
*/
-static void decode_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -80099,9 +79043,8 @@ static void decode_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -80122,9 +79065,8 @@ static void decode_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq(tvbuff_t *tvb
g_free(seq); /* free buffer */
seq = NULL;
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"maxNestingLevel = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"maxNestingLevel = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -80135,9 +79077,8 @@ static void decode_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq(tvbuff_t *tvb
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -80175,12 +79116,13 @@ static void decode_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq(tvbuff_t *tvb
* IDL:org/csapi/mmm/IpMailbox/getMessageBodyPartsReq:1.0
*/
-static void decode_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
guint32 u_octet4_loop_partIDs;
@@ -80193,9 +79135,8 @@ static void decode_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq(tvbuff_t *tvb
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -80242,9 +79183,8 @@ static void decode_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq(tvbuff_t *tvb
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -80282,12 +79222,13 @@ static void decode_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq(tvbuff_t *tvb
* IDL:org/csapi/mmm/IpMailbox/getMessageHeadersReq:1.0
*/
-static void decode_org_csapi_mmm_IpMailbox_getMessageHeadersReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMailbox_getMessageHeadersReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -80298,9 +79239,8 @@ static void decode_org_csapi_mmm_IpMailbox_getMessageHeadersReq(tvbuff_t *tvb _U
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -80329,9 +79269,8 @@ static void decode_org_csapi_mmm_IpMailbox_getMessageHeadersReq(tvbuff_t *tvb _U
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -80369,12 +79308,13 @@ static void decode_org_csapi_mmm_IpMailbox_getMessageHeadersReq(tvbuff_t *tvb _U
* IDL:org/csapi/mmm/IpMailbox/getMessageContentReq:1.0
*/
-static void decode_org_csapi_mmm_IpMailbox_getMessageContentReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMailbox_getMessageContentReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -80385,9 +79325,8 @@ static void decode_org_csapi_mmm_IpMailbox_getMessageContentReq(tvbuff_t *tvb _U
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -80416,9 +79355,8 @@ static void decode_org_csapi_mmm_IpMailbox_getMessageContentReq(tvbuff_t *tvb _U
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -80456,12 +79394,13 @@ static void decode_org_csapi_mmm_IpMailbox_getMessageContentReq(tvbuff_t *tvb _U
* IDL:org/csapi/mmm/IpMailbox/getFullMessageReq:1.0
*/
-static void decode_org_csapi_mmm_IpMailbox_getFullMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMailbox_getFullMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -80472,9 +79411,8 @@ static void decode_org_csapi_mmm_IpMailbox_getFullMessageReq(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -80503,9 +79441,8 @@ static void decode_org_csapi_mmm_IpMailbox_getFullMessageReq(tvbuff_t *tvb _U_,
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -80543,12 +79480,13 @@ static void decode_org_csapi_mmm_IpMailbox_getFullMessageReq(tvbuff_t *tvb _U_,
* IDL:org/csapi/mmm/IpMailbox/getMailboxInfoPropertiesReq:1.0
*/
-static void decode_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -80557,9 +79495,8 @@ static void decode_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq(tvbuff_t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -80570,9 +79507,8 @@ static void decode_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq(tvbuff_t
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -80610,12 +79546,13 @@ static void decode_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq(tvbuff_t
* IDL:org/csapi/mmm/IpMailbox/getFolderInfoPropertiesReq:1.0
*/
-static void decode_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -80626,9 +79563,8 @@ static void decode_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq(tvbuff_t *
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -80648,9 +79584,8 @@ static void decode_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq(tvbuff_t *
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -80688,12 +79623,13 @@ static void decode_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq(tvbuff_t *
* IDL:org/csapi/mmm/IpMailbox/getMessageInfoPropertiesReq:1.0
*/
-static void decode_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -80704,9 +79640,8 @@ static void decode_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq(tvbuff_t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -80726,9 +79661,8 @@ static void decode_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq(tvbuff_t
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -80766,12 +79700,13 @@ static void decode_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq(tvbuff_t
* IDL:org/csapi/mmm/IpMailbox/setMessageInfoPropertiesReq:1.0
*/
-static void decode_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
guint32 u_octet4_loop_properties;
@@ -80784,9 +79719,8 @@ static void decode_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq(tvbuff_t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -80822,9 +79756,8 @@ static void decode_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq(tvbuff_t
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -80862,12 +79795,13 @@ static void decode_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq(tvbuff_t
* IDL:org/csapi/mmm/IpAppMultiMediaMessaging/sendMessageRes:1.0
*/
-static void decode_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -80876,14 +79810,12 @@ static void decode_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageRes(tvbuff_
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -80931,12 +79863,13 @@ static void decode_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageRes(tvbuff_
* IDL:org/csapi/mmm/IpAppMultiMediaMessaging/sendMessageErr:1.0
*/
-static void decode_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -80947,14 +79880,12 @@ static void decode_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr(tvbuff_
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -81017,12 +79948,13 @@ static void decode_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr(tvbuff_
* IDL:org/csapi/mmm/IpAppMultiMediaMessaging/cancelMessageRes:1.0
*/
-static void decode_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -81031,14 +79963,12 @@ static void decode_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageRes(tvbuf
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -81086,12 +80016,13 @@ static void decode_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageRes(tvbuf
* IDL:org/csapi/mmm/IpAppMultiMediaMessaging/cancelMessageErr:1.0
*/
-static void decode_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -81102,14 +80033,12 @@ static void decode_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr(tvbuf
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -81172,12 +80101,13 @@ static void decode_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr(tvbuf
* IDL:org/csapi/mmm/IpAppMultiMediaMessaging/queryStatusRes:1.0
*/
-static void decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_result;
guint32 i_result;
@@ -81188,14 +80118,12 @@ static void decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes(tvbuff_
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_result = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -81260,12 +80188,13 @@ static void decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes(tvbuff_
* IDL:org/csapi/mmm/IpAppMultiMediaMessaging/queryStatusErr:1.0
*/
-static void decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -81276,14 +80205,12 @@ static void decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr(tvbuff_
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -81346,12 +80273,13 @@ static void decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr(tvbuff_
* IDL:org/csapi/mmm/IpAppMultiMediaMessaging/messageStatusReport:1.0
*/
-static void decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
@@ -81362,14 +80290,12 @@ static void decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport(tv
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_TpAddress" */
@@ -81380,9 +80306,8 @@ static void decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport(tv
/* End struct "org_csapi_TpAddress" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"deliveryReportType = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"deliveryReportType = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -81439,15 +80364,15 @@ static void decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport(tv
* IDL:org/csapi/mmm/IpAppMultiMediaMessaging/messageReceived:1.0
*/
-static void decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_message;
guint32 i_message;
- guint8 u_octet1;
guint32 u_octet4_loop_headers;
guint32 i_headers;
@@ -81458,9 +80383,8 @@ static void decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived(tvbuff
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_message = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -81470,9 +80394,8 @@ static void decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived(tvbuff
for (i_message=0; i_message < u_octet4_loop_message; i_message++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"message = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"message = %u",get_CDR_octet(tvb,offset));
}
}
@@ -81538,19 +80461,19 @@ static void decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived(tvbuff
* IDL:org/csapi/mmm/IpMultiMediaMessaging/sendMessageReq:1.0
*/
-static void decode_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
guint32 u_octet4_loop_messageTreatment;
guint32 i_messageTreatment;
guint32 u_octet4_loop_message;
guint32 i_message;
- guint8 u_octet1;
guint32 u_octet4_loop_additionalHeaders;
guint32 i_additionalHeaders;
@@ -81561,9 +80484,8 @@ static void decode_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq(tvbuff_t *
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_TpAddress" */
@@ -81614,9 +80536,8 @@ static void decode_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq(tvbuff_t *
for (i_message=0; i_message < u_octet4_loop_message; i_message++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"message = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"message = %u",get_CDR_octet(tvb,offset));
}
}
@@ -81645,9 +80566,8 @@ static void decode_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq(tvbuff_t *
case NO_EXCEPTION:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -81685,12 +80605,13 @@ static void decode_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq(tvbuff_t *
* IDL:org/csapi/mmm/IpMultiMediaMessaging/cancelMessageReq:1.0
*/
-static void decode_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -81699,14 +80620,12 @@ static void decode_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq(tvbuff_t
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -81754,12 +80673,13 @@ static void decode_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq(tvbuff_t
* IDL:org/csapi/mmm/IpMultiMediaMessaging/queryStatusReq:1.0
*/
-static void decode_org_csapi_mmm_IpMultiMediaMessaging_queryStatusReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMultiMediaMessaging_queryStatusReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -81768,14 +80688,12 @@ static void decode_org_csapi_mmm_IpMultiMediaMessaging_queryStatusReq(tvbuff_t *
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -81823,12 +80741,13 @@ static void decode_org_csapi_mmm_IpMultiMediaMessaging_queryStatusReq(tvbuff_t *
* IDL:org/csapi/mmm/IpMultiMediaMessaging/close:1.0
*/
-static void decode_org_csapi_mmm_IpMultiMediaMessaging_close(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_IpMultiMediaMessaging_close(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -81837,9 +80756,8 @@ static void decode_org_csapi_mmm_IpMultiMediaMessaging_close(tvbuff_t *tvb _U_,
case Request:
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
break;
@@ -81884,8 +80802,9 @@ static void decode_org_csapi_mmm_IpMultiMediaMessaging_close(tvbuff_t *tvb _U_,
}
/* Struct = IDL:org/csapi/TpAddress:1.0 */
-
-static void decode_org_csapi_TpAddress_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_TpAddress_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -81943,8 +80862,9 @@ static void decode_org_csapi_TpAddress_st(tvbuff_t *tvb _U_, packet_info *pinfo
}
/* Struct = IDL:org/csapi/TpAddressRange:1.0 */
-
-static void decode_org_csapi_TpAddressRange_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_TpAddressRange_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -81990,56 +80910,50 @@ static void decode_org_csapi_TpAddressRange_st(tvbuff_t *tvb _U_, packet_info *p
}
/* Struct = IDL:org/csapi/TpCAIElements:1.0 */
-
-static void decode_org_csapi_TpCAIElements_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_TpCAIElements_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCAIElements_UnitsPerInterval = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpCAIElements_UnitsPerInterval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCAIElements_SecondsPerTimeInterval = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpCAIElements_SecondsPerTimeInterval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCAIElements_ScalingFactor = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpCAIElements_ScalingFactor = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCAIElements_UnitIncrement = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpCAIElements_UnitIncrement = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCAIElements_UnitsPerDataInterval = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpCAIElements_UnitsPerDataInterval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCAIElements_SegmentsPerDataInterval = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpCAIElements_SegmentsPerDataInterval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCAIElements_InitialSecsPerTimeInterval = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpCAIElements_InitialSecsPerTimeInterval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/TpChargeAdviceInfo:1.0 */
-
-static void decode_org_csapi_TpChargeAdviceInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_TpChargeAdviceInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -82066,36 +80980,34 @@ static void decode_org_csapi_TpChargeAdviceInfo_st(tvbuff_t *tvb _U_, packet_inf
}
/* Struct = IDL:org/csapi/TpChargePerTime:1.0 */
-
-static void decode_org_csapi_TpChargePerTime_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_TpChargePerTime_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargePerTime_InitialCharge = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargePerTime_InitialCharge = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargePerTime_CurrentChargePerMinute = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargePerTime_CurrentChargePerMinute = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargePerTime_NextChargePerMinute = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargePerTime_NextChargePerMinute = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/TpAoCInfo:1.0 */
-
-static void decode_org_csapi_TpAoCInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_TpAoCInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -82124,8 +81036,9 @@ static void decode_org_csapi_TpAoCInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo
}
/* Struct = IDL:org/csapi/TpTimeInterval:1.0 */
-
-static void decode_org_csapi_TpTimeInterval_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_TpTimeInterval_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -82156,8 +81069,9 @@ static void decode_org_csapi_TpTimeInterval_st(tvbuff_t *tvb _U_, packet_info *p
}
/* Struct = IDL:org/csapi/TpStructuredAttributeValue:1.0 */
-
-static void decode_org_csapi_TpStructuredAttributeValue_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_TpStructuredAttributeValue_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -82181,8 +81095,9 @@ static void decode_org_csapi_TpStructuredAttributeValue_st(tvbuff_t *tvb _U_, pa
}
/* Struct = IDL:org/csapi/TpAttribute:1.0 */
-
-static void decode_org_csapi_TpAttribute_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_TpAttribute_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -82211,14 +81126,14 @@ static void decode_org_csapi_TpAttribute_st(tvbuff_t *tvb _U_, packet_info *pinf
}
/* Struct = IDL:org/csapi/fw/TpFaultStats:1.0 */
-
-static void decode_org_csapi_fw_TpFaultStats_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpFaultStats_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -82228,31 +81143,28 @@ static void decode_org_csapi_fw_TpFaultStats_st(tvbuff_t *tvb _U_, packet_info *
proto_tree_add_text(tree,tvb,*offset-4,4,"TpFaultStats_Fault = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpInterfaceFault,"Unknown Enum Value"));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpFaultStats_Occurrences = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpFaultStats_Occurrences = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpFaultStats_MaxDuration = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpFaultStats_MaxDuration = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpFaultStats_TotalDuration = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpFaultStats_TotalDuration = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpFaultStats_NumberOfClientsAffected = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpFaultStats_NumberOfClientsAffected = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/fw/TpFaultStatsRecord:1.0 */
-
-static void decode_org_csapi_fw_TpFaultStatsRecord_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpFaultStatsRecord_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -82290,8 +81202,9 @@ static void decode_org_csapi_fw_TpFaultStatsRecord_st(tvbuff_t *tvb _U_, packet_
}
/* Struct = IDL:org/csapi/fw/TpLoadPolicy:1.0 */
-
-static void decode_org_csapi_fw_TpLoadPolicy_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpLoadPolicy_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -82313,20 +81226,19 @@ static void decode_org_csapi_fw_TpLoadPolicy_st(tvbuff_t *tvb _U_, packet_info *
}
/* Struct = IDL:org/csapi/fw/TpLoadStatisticData:1.0 */
-
-static void decode_org_csapi_fw_TpLoadStatisticData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpLoadStatisticData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gfloat my_float;
guint32 u_octet4;
/* Operation specific Variable declarations End */
- my_float = get_CDR_float(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpLoadStatisticData_LoadValue = %.6e",my_float);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpLoadStatisticData_LoadValue = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
}
@@ -82338,26 +81250,26 @@ static void decode_org_csapi_fw_TpLoadStatisticData_st(tvbuff_t *tvb _U_, packet
}
/* Struct = IDL:org/csapi/fw/TpLoadThreshold:1.0 */
-
-static void decode_org_csapi_fw_TpLoadThreshold_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpLoadThreshold_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gfloat my_float;
/* Operation specific Variable declarations End */
- my_float = get_CDR_float(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpLoadThreshold_LoadThreshold = %.6e",my_float);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpLoadThreshold_LoadThreshold = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/fw/TpLoadInitVal:1.0 */
-
-static void decode_org_csapi_fw_TpLoadInitVal_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpLoadInitVal_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -82383,8 +81295,9 @@ static void decode_org_csapi_fw_TpLoadInitVal_st(tvbuff_t *tvb _U_, packet_info
}
/* Struct = IDL:org/csapi/fw/TpProperty:1.0 */
-
-static void decode_org_csapi_fw_TpProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -82415,8 +81328,9 @@ static void decode_org_csapi_fw_TpProperty_st(tvbuff_t *tvb _U_, packet_info *pi
}
/* Struct = IDL:org/csapi/fw/TpClientAppDescription:1.0 */
-
-static void decode_org_csapi_fw_TpClientAppDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpClientAppDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -82425,7 +81339,6 @@ static void decode_org_csapi_fw_TpClientAppDescription_st(tvbuff_t *tvb _U_, pac
gchar *seq = NULL;
guint32 u_octet4_loop_TpClientAppDescription_ClientAppProperties;
guint32 i_TpClientAppDescription_ClientAppProperties;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -82455,21 +81368,20 @@ static void decode_org_csapi_fw_TpClientAppDescription_st(tvbuff_t *tvb _U_, pac
}
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpClientAppDescription_HasAccessSession = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpClientAppDescription_HasAccessSession = %u",get_CDR_boolean(tvb,offset));
}
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpClientAppDescription_HasServiceInstances = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpClientAppDescription_HasServiceInstances = %u",get_CDR_boolean(tvb,offset));
}
}
/* Struct = IDL:org/csapi/fw/TpEntOp:1.0 */
-
-static void decode_org_csapi_fw_TpEntOp_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpEntOp_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -82510,8 +81422,9 @@ static void decode_org_csapi_fw_TpEntOp_st(tvbuff_t *tvb _U_, packet_info *pinfo
}
/* Struct = IDL:org/csapi/fw/TpSag:1.0 */
-
-static void decode_org_csapi_fw_TpSag_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpSag_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -82542,8 +81455,9 @@ static void decode_org_csapi_fw_TpSag_st(tvbuff_t *tvb _U_, packet_info *pinfo _
}
/* Struct = IDL:org/csapi/fw/TpServiceProperty:1.0 */
-
-static void decode_org_csapi_fw_TpServiceProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpServiceProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -82585,8 +81499,9 @@ static void decode_org_csapi_fw_TpServiceProperty_st(tvbuff_t *tvb _U_, packet_i
}
/* Struct = IDL:org/csapi/fw/TpServiceDescription:1.0 */
-
-static void decode_org_csapi_fw_TpServiceDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpServiceDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -82627,8 +81542,9 @@ static void decode_org_csapi_fw_TpServiceDescription_st(tvbuff_t *tvb _U_, packe
}
/* Struct = IDL:org/csapi/fw/TpService:1.0 */
-
-static void decode_org_csapi_fw_TpService_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpService_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -82658,8 +81574,9 @@ static void decode_org_csapi_fw_TpService_st(tvbuff_t *tvb _U_, packet_info *pin
}
/* Struct = IDL:org/csapi/fw/TpServiceProfileDescription:1.0 */
-
-static void decode_org_csapi_fw_TpServiceProfileDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpServiceProfileDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -82668,7 +81585,6 @@ static void decode_org_csapi_fw_TpServiceProfileDescription_st(tvbuff_t *tvb _U_
gchar *seq = NULL;
guint32 u_octet4_loop_TpServiceProfileDescription_ServiceSubscriptionProperties;
guint32 i_TpServiceProfileDescription_ServiceSubscriptionProperties;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -82725,9 +81641,8 @@ static void decode_org_csapi_fw_TpServiceProfileDescription_st(tvbuff_t *tvb _U_
}
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpServiceProfileDescription_InUse = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpServiceProfileDescription_InUse = %u",get_CDR_boolean(tvb,offset));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -82742,8 +81657,9 @@ static void decode_org_csapi_fw_TpServiceProfileDescription_st(tvbuff_t *tvb _U_
}
/* Struct = IDL:org/csapi/fw/TpServiceTypeProperty:1.0 */
-
-static void decode_org_csapi_fw_TpServiceTypeProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpServiceTypeProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -82780,8 +81696,9 @@ static void decode_org_csapi_fw_TpServiceTypeProperty_st(tvbuff_t *tvb _U_, pack
}
/* Struct = IDL:org/csapi/fw/TpServiceTypeDescription:1.0 */
-
-static void decode_org_csapi_fw_TpServiceTypeDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpServiceTypeDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -82792,7 +81709,6 @@ static void decode_org_csapi_fw_TpServiceTypeDescription_st(tvbuff_t *tvb _U_, p
guint32 i_TpServiceTypeDescription_ServiceTypeNameList;
guint32 u_octet4;
gchar *seq = NULL;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -82831,23 +81747,22 @@ static void decode_org_csapi_fw_TpServiceTypeDescription_st(tvbuff_t *tvb _U_, p
}
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpServiceTypeDescription_AvailableOrUnavailable = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpServiceTypeDescription_AvailableOrUnavailable = %u",get_CDR_boolean(tvb,offset));
}
}
/* Struct = IDL:org/csapi/fw/TpSignatureAndServiceMgr:1.0 */
-
-static void decode_org_csapi_fw_TpSignatureAndServiceMgr_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpSignatureAndServiceMgr_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_TpSignatureAndServiceMgr_DigitalSignature;
guint32 i_TpSignatureAndServiceMgr_DigitalSignature;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -82858,9 +81773,8 @@ static void decode_org_csapi_fw_TpSignatureAndServiceMgr_st(tvbuff_t *tvb _U_, p
for (i_TpSignatureAndServiceMgr_DigitalSignature=0; i_TpSignatureAndServiceMgr_DigitalSignature < u_octet4_loop_TpSignatureAndServiceMgr_DigitalSignature; i_TpSignatureAndServiceMgr_DigitalSignature++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpSignatureAndServiceMgr_DigitalSignature = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpSignatureAndServiceMgr_DigitalSignature = %u",get_CDR_octet(tvb,offset));
}
}
@@ -82871,8 +81785,9 @@ static void decode_org_csapi_fw_TpSignatureAndServiceMgr_st(tvbuff_t *tvb _U_, p
}
/* Struct = IDL:org/csapi/fw/TpPerson:1.0 */
-
-static void decode_org_csapi_fw_TpPerson_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpPerson_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -82949,8 +81864,9 @@ static void decode_org_csapi_fw_TpPerson_st(tvbuff_t *tvb _U_, packet_info *pinf
}
/* Struct = IDL:org/csapi/fw/TpServiceContractDescription:1.0 */
-
-static void decode_org_csapi_fw_TpServiceContractDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpServiceContractDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -82959,7 +81875,6 @@ static void decode_org_csapi_fw_TpServiceContractDescription_st(tvbuff_t *tvb _U
gchar *seq = NULL;
guint32 u_octet4_loop_TpServiceContractDescription_ServiceSubscriptionProperties;
guint32 i_TpServiceContractDescription_ServiceSubscriptionProperties;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -83032,16 +81947,16 @@ static void decode_org_csapi_fw_TpServiceContractDescription_st(tvbuff_t *tvb _U
}
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpServiceContractDescription_InUse = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpServiceContractDescription_InUse = %u",get_CDR_boolean(tvb,offset));
}
}
/* Struct = IDL:org/csapi/fw/TpLoadStatistic:1.0 */
-
-static void decode_org_csapi_fw_TpLoadStatistic_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpLoadStatistic_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -83077,8 +81992,9 @@ static void decode_org_csapi_fw_TpLoadStatistic_st(tvbuff_t *tvb _U_, packet_inf
}
/* Struct = IDL:org/csapi/fw/TpServiceContract:1.0 */
-
-static void decode_org_csapi_fw_TpServiceContract_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpServiceContract_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -83108,8 +82024,9 @@ static void decode_org_csapi_fw_TpServiceContract_st(tvbuff_t *tvb _U_, packet_i
}
/* Struct = IDL:org/csapi/fw/TpServiceProfile:1.0 */
-
-static void decode_org_csapi_fw_TpServiceProfile_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpServiceProfile_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -83139,8 +82056,9 @@ static void decode_org_csapi_fw_TpServiceProfile_st(tvbuff_t *tvb _U_, packet_in
}
/* Struct = IDL:org/csapi/fw/TpAuthDomain:1.0 */
-
-static void decode_org_csapi_fw_TpAuthDomain_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpAuthDomain_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -83161,8 +82079,9 @@ static void decode_org_csapi_fw_TpAuthDomain_st(tvbuff_t *tvb _U_, packet_info *
}
/* Struct = IDL:org/csapi/fw/TpSagProfilePair:1.0 */
-
-static void decode_org_csapi_fw_TpSagProfilePair_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpSagProfilePair_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -83193,8 +82112,9 @@ static void decode_org_csapi_fw_TpSagProfilePair_st(tvbuff_t *tvb _U_, packet_in
}
/* Struct = IDL:org/csapi/fw/TpAddSagMembersConflict:1.0 */
-
-static void decode_org_csapi_fw_TpAddSagMembersConflict_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpAddSagMembersConflict_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -83241,8 +82161,9 @@ static void decode_org_csapi_fw_TpAddSagMembersConflict_st(tvbuff_t *tvb _U_, pa
}
/* Struct = IDL:org/csapi/fw/TpAssignSagToServiceProfileConflict:1.0 */
-
-static void decode_org_csapi_fw_TpAssignSagToServiceProfileConflict_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpAssignSagToServiceProfileConflict_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -83281,8 +82202,9 @@ static void decode_org_csapi_fw_TpAssignSagToServiceProfileConflict_st(tvbuff_t
}
/* Struct = IDL:org/csapi/fw/TpServiceTypePropertyValue:1.0 */
-
-static void decode_org_csapi_fw_TpServiceTypePropertyValue_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpServiceTypePropertyValue_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -83339,15 +82261,15 @@ static void decode_org_csapi_fw_TpServiceTypePropertyValue_st(tvbuff_t *tvb _U_,
}
/* Struct = IDL:org/csapi/fw/TpFwMigrationServiceAvailableInfo:1.0 */
-
-static void decode_org_csapi_fw_TpFwMigrationServiceAvailableInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpFwMigrationServiceAvailableInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gchar *seq = NULL;
- guint8 u_octet1;
guint32 u_octet4_loop_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo;
guint32 i_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo;
@@ -83380,19 +82302,16 @@ static void decode_org_csapi_fw_TpFwMigrationServiceAvailableInfo_st(tvbuff_t *t
g_free(seq); /* free buffer */
seq = NULL;
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpFwMigrationServiceAvailableInfo_BackwardCompatibilityLevel = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpFwMigrationServiceAvailableInfo_BackwardCompatibilityLevel = %u",get_CDR_boolean(tvb,offset));
}
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpFwMigrationServiceAvailableInfo_MigrationRequired = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpFwMigrationServiceAvailableInfo_MigrationRequired = %u",get_CDR_boolean(tvb,offset));
}
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpFwMigrationServiceAvailableInfo_DataMigrated = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpFwMigrationServiceAvailableInfo_DataMigrated = %u",get_CDR_boolean(tvb,offset));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -83423,8 +82342,9 @@ static void decode_org_csapi_fw_TpFwMigrationServiceAvailableInfo_st(tvbuff_t *t
}
/* Struct = IDL:org/csapi/fw/TpFwAgreementInfo:1.0 */
-
-static void decode_org_csapi_fw_TpFwAgreementInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpFwAgreementInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -83473,15 +82393,15 @@ static void decode_org_csapi_fw_TpFwAgreementInfo_st(tvbuff_t *tvb _U_, packet_i
}
/* Struct = IDL:org/csapi/ui/TpUIMessageCriteria:1.0 */
-
-static void decode_org_csapi_ui_TpUIMessageCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_TpUIMessageCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gchar *seq = NULL;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -83494,21 +82414,20 @@ static void decode_org_csapi_ui_TpUIMessageCriteria_st(tvbuff_t *tvb _U_, packet
g_free(seq); /* free buffer */
seq = NULL;
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUIMessageCriteria_MaxMessageTime = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpUIMessageCriteria_MaxMessageTime = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUIMessageCriteria_MaxMessageSize = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpUIMessageCriteria_MaxMessageSize = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/ui/TpUIEventInfo:1.0 */
-
-static void decode_org_csapi_ui_TpUIEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_TpUIEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -83561,8 +82480,9 @@ static void decode_org_csapi_ui_TpUIEventInfo_st(tvbuff_t *tvb _U_, packet_info
}
/* Struct = IDL:org/csapi/ui/TpUIEventCriteria:1.0 */
-
-static void decode_org_csapi_ui_TpUIEventCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_TpUIEventCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -83600,13 +82520,13 @@ static void decode_org_csapi_ui_TpUIEventCriteria_st(tvbuff_t *tvb _U_, packet_i
}
/* Struct = IDL:org/csapi/ui/TpUIEventCriteriaResult:1.0 */
-
-static void decode_org_csapi_ui_TpUIEventCriteriaResult_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_TpUIEventCriteriaResult_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -83618,16 +82538,16 @@ static void decode_org_csapi_ui_TpUIEventCriteriaResult_st(tvbuff_t *tvb _U_, pa
/* End struct "org_csapi_ui_TpUIEventCriteria" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUIEventCriteriaResult_AssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpUIEventCriteriaResult_AssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/ui/TpUIEventNotificationInfo:1.0 */
-
-static void decode_org_csapi_ui_TpUIEventNotificationInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_TpUIEventNotificationInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -83636,7 +82556,6 @@ static void decode_org_csapi_ui_TpUIEventNotificationInfo_st(tvbuff_t *tvb _U_,
gchar *seq = NULL;
guint32 u_octet4_loop_TpUIEventNotificationInfo_UIEventData;
guint32 i_TpUIEventNotificationInfo_UIEventData;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -83678,9 +82597,8 @@ static void decode_org_csapi_ui_TpUIEventNotificationInfo_st(tvbuff_t *tvb _U_,
for (i_TpUIEventNotificationInfo_UIEventData=0; i_TpUIEventNotificationInfo_UIEventData < u_octet4_loop_TpUIEventNotificationInfo_UIEventData; i_TpUIEventNotificationInfo_UIEventData++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUIEventNotificationInfo_UIEventData = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpUIEventNotificationInfo_UIEventData = %u",get_CDR_octet(tvb,offset));
}
}
@@ -83688,8 +82606,9 @@ static void decode_org_csapi_ui_TpUIEventNotificationInfo_st(tvbuff_t *tvb _U_,
}
/* Struct = IDL:org/csapi/ui/TpUIRecognitionProperty:1.0 */
-
-static void decode_org_csapi_ui_TpUIRecognitionProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_TpUIRecognitionProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -83720,8 +82639,9 @@ static void decode_org_csapi_ui_TpUIRecognitionProperty_st(tvbuff_t *tvb _U_, pa
}
/* Struct = IDL:org/csapi/ui/TpUIRecognitionCriteria:1.0 */
-
-static void decode_org_csapi_ui_TpUIRecognitionCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_TpUIRecognitionCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -83771,26 +82691,24 @@ static void decode_org_csapi_ui_TpUIRecognitionCriteria_st(tvbuff_t *tvb _U_, pa
}
/* Struct = IDL:org/csapi/ui/TpUICollectCriteria:1.0 */
-
-static void decode_org_csapi_ui_TpUICollectCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_TpUICollectCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
/* Operation specific Variable declarations End */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUICollectCriteria_MinLength = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpUICollectCriteria_MinLength = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUICollectCriteria_MaxLength = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpUICollectCriteria_MaxLength = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -83802,14 +82720,12 @@ static void decode_org_csapi_ui_TpUICollectCriteria_st(tvbuff_t *tvb _U_, packet
g_free(seq); /* free buffer */
seq = NULL;
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUICollectCriteria_StartTimeout = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpUICollectCriteria_StartTimeout = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUICollectCriteria_InterCharTimeout = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpUICollectCriteria_InterCharTimeout = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -83829,8 +82745,9 @@ static void decode_org_csapi_ui_TpUICollectCriteria_st(tvbuff_t *tvb _U_, packet
}
/* Struct = IDL:org/csapi/ui/TpUIWordOverride:1.0 */
-
-static void decode_org_csapi_ui_TpUIWordOverride_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_TpUIWordOverride_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -83867,8 +82784,9 @@ static void decode_org_csapi_ui_TpUIWordOverride_st(tvbuff_t *tvb _U_, packet_in
}
/* Struct = IDL:org/csapi/ui/TpUISynthesisInfoData:1.0 */
-
-static void decode_org_csapi_ui_TpUISynthesisInfoData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_TpUISynthesisInfoData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -83933,8 +82851,9 @@ static void decode_org_csapi_ui_TpUISynthesisInfoData_st(tvbuff_t *tvb _U_, pack
}
/* Struct = IDL:org/csapi/cc/TpCallError:1.0 */
-
-static void decode_org_csapi_cc_TpCallError_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_TpCallError_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -83969,20 +82888,19 @@ static void decode_org_csapi_cc_TpCallError_st(tvbuff_t *tvb _U_, packet_info *p
}
/* Struct = IDL:org/csapi/cc/TpCallEndedReport:1.0 */
-
-static void decode_org_csapi_cc_TpCallEndedReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_TpCallEndedReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallEndedReport_CallLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallEndedReport_CallLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -83994,21 +82912,20 @@ static void decode_org_csapi_cc_TpCallEndedReport_st(tvbuff_t *tvb _U_, packet_i
}
/* Struct = IDL:org/csapi/cc/TpCallInfoReport:1.0 */
-
-static void decode_org_csapi_cc_TpCallInfoReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_TpCallInfoReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
/* Operation specific Variable declarations End */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallInfoReport_CallInfoType = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallInfoReport_CallInfoType = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -84056,8 +82973,9 @@ static void decode_org_csapi_cc_TpCallInfoReport_st(tvbuff_t *tvb _U_, packet_in
}
/* Struct = IDL:org/csapi/cc/TpCallServiceCode:1.0 */
-
-static void decode_org_csapi_cc_TpCallServiceCode_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_TpCallServiceCode_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -84085,8 +83003,9 @@ static void decode_org_csapi_cc_TpCallServiceCode_st(tvbuff_t *tvb _U_, packet_i
}
/* Struct = IDL:org/csapi/cc/TpCallTreatment:1.0 */
-
-static void decode_org_csapi_cc_TpCallTreatment_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_TpCallTreatment_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -84117,8 +83036,9 @@ static void decode_org_csapi_cc_TpCallTreatment_st(tvbuff_t *tvb _U_, packet_inf
}
/* Struct = IDL:org/csapi/cc/TpCallChargePlan:1.0 */
-
-static void decode_org_csapi_cc_TpCallChargePlan_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_TpCallChargePlan_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -84126,8 +83046,6 @@ static void decode_org_csapi_cc_TpCallChargePlan_st(tvbuff_t *tvb _U_, packet_in
guint32 u_octet4;
guint32 u_octet4_loop_TpCallChargePlan_TransparentCharge;
guint32 i_TpCallChargePlan_TransparentCharge;
- guint8 u_octet1;
- gint32 s_octet4;
guint32 u_octet4_loop_TpCallChargePlan_AdditionalInfo;
guint32 i_TpCallChargePlan_AdditionalInfo;
@@ -84146,16 +83064,14 @@ static void decode_org_csapi_cc_TpCallChargePlan_st(tvbuff_t *tvb _U_, packet_in
for (i_TpCallChargePlan_TransparentCharge=0; i_TpCallChargePlan_TransparentCharge < u_octet4_loop_TpCallChargePlan_TransparentCharge; i_TpCallChargePlan_TransparentCharge++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpCallChargePlan_TransparentCharge = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpCallChargePlan_TransparentCharge = %u",get_CDR_octet(tvb,offset));
}
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallChargePlan_ChargePlan = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallChargePlan_ChargePlan = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_TpCallChargePlan_AdditionalInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -84165,9 +83081,8 @@ static void decode_org_csapi_cc_TpCallChargePlan_st(tvbuff_t *tvb _U_, packet_in
for (i_TpCallChargePlan_AdditionalInfo=0; i_TpCallChargePlan_AdditionalInfo < u_octet4_loop_TpCallChargePlan_AdditionalInfo; i_TpCallChargePlan_AdditionalInfo++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpCallChargePlan_AdditionalInfo = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpCallChargePlan_AdditionalInfo = %u",get_CDR_octet(tvb,offset));
}
}
@@ -84188,13 +83103,13 @@ static void decode_org_csapi_cc_TpCallChargePlan_st(tvbuff_t *tvb _U_, packet_in
}
/* Struct = IDL:org/csapi/cc/gccs/TpCallEventCriteria:1.0 */
-
-static void decode_org_csapi_cc_gccs_TpCallEventCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_TpCallEventCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -84215,9 +83130,8 @@ static void decode_org_csapi_cc_gccs_TpCallEventCriteria_st(tvbuff_t *tvb _U_, p
/* End struct "org_csapi_TpAddressRange" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallEventCriteria_CallEventName = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallEventCriteria_CallEventName = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -84235,13 +83149,13 @@ static void decode_org_csapi_cc_gccs_TpCallEventCriteria_st(tvbuff_t *tvb _U_, p
}
/* Struct = IDL:org/csapi/cc/gccs/TpCallEventCriteriaResult:1.0 */
-
-static void decode_org_csapi_cc_gccs_TpCallEventCriteriaResult_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_TpCallEventCriteriaResult_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -84253,39 +83167,37 @@ static void decode_org_csapi_cc_gccs_TpCallEventCriteriaResult_st(tvbuff_t *tvb
/* End struct "org_csapi_cc_gccs_TpCallEventCriteria" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallEventCriteriaResult_AssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallEventCriteriaResult_AssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/cc/gccs/TpCallReleaseCause:1.0 */
-
-static void decode_org_csapi_cc_gccs_TpCallReleaseCause_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_TpCallReleaseCause_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallReleaseCause_Value = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallReleaseCause_Value = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallReleaseCause_Location = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallReleaseCause_Location = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/cc/gccs/TpCallReport:1.0 */
-
-static void decode_org_csapi_cc_gccs_TpCallReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_TpCallReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -84326,8 +83238,9 @@ static void decode_org_csapi_cc_gccs_TpCallReport_st(tvbuff_t *tvb _U_, packet_i
}
/* Struct = IDL:org/csapi/cc/gccs/TpCallReportRequest:1.0 */
-
-static void decode_org_csapi_cc_gccs_TpCallReportRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_TpCallReportRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -84358,15 +83271,15 @@ static void decode_org_csapi_cc_gccs_TpCallReportRequest_st(tvbuff_t *tvb _U_, p
}
/* Struct = IDL:org/csapi/cc/gccs/TpCallEventInfo:1.0 */
-
-static void decode_org_csapi_cc_gccs_TpCallEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_TpCallEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_TpCallEventInfo_CallAppInfo;
guint32 i_TpCallEventInfo_CallAppInfo;
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -84419,9 +83332,8 @@ static void decode_org_csapi_cc_gccs_TpCallEventInfo_st(tvbuff_t *tvb _U_, packe
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallEventInfo_CallEventName = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallEventInfo_CallEventName = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -84439,19 +83351,18 @@ static void decode_org_csapi_cc_gccs_TpCallEventInfo_st(tvbuff_t *tvb _U_, packe
}
/* Struct = IDL:org/csapi/cc/gccs/TpCallEndedReport:1.0 */
-
-static void decode_org_csapi_cc_gccs_TpCallEndedReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_TpCallEndedReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallEndedReport_CallLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallEndedReport_CallLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_cc_gccs_TpCallReleaseCause" */
@@ -84465,21 +83376,20 @@ static void decode_org_csapi_cc_gccs_TpCallEndedReport_st(tvbuff_t *tvb _U_, pac
}
/* Struct = IDL:org/csapi/cc/gccs/TpCallInfoReport:1.0 */
-
-static void decode_org_csapi_cc_gccs_TpCallInfoReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_TpCallInfoReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
/* Operation specific Variable declarations End */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallInfoReport_CallInfoType = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallInfoReport_CallInfoType = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -84529,8 +83439,9 @@ static void decode_org_csapi_cc_gccs_TpCallInfoReport_st(tvbuff_t *tvb _U_, pack
}
/* Struct = IDL:org/csapi/cc/gccs/TpCallTreatment:1.0 */
-
-static void decode_org_csapi_cc_gccs_TpCallTreatment_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_TpCallTreatment_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -84563,29 +83474,29 @@ static void decode_org_csapi_cc_gccs_TpCallTreatment_st(tvbuff_t *tvb _U_, packe
}
/* Struct = IDL:org/csapi/cc/gccs/TpCallIdentifier:1.0 */
-
-static void decode_org_csapi_cc_gccs_TpCallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_TpCallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallIdentifier_CallSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallIdentifier_CallSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/cc/TpCallNotificationScope:1.0 */
-
-static void decode_org_csapi_cc_TpCallNotificationScope_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_TpCallNotificationScope_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -84612,8 +83523,9 @@ static void decode_org_csapi_cc_TpCallNotificationScope_st(tvbuff_t *tvb _U_, pa
}
/* Struct = IDL:org/csapi/cc/TpCallNotificationReportScope:1.0 */
-
-static void decode_org_csapi_cc_TpCallNotificationReportScope_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_TpCallNotificationReportScope_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -84640,8 +83552,9 @@ static void decode_org_csapi_cc_TpCallNotificationReportScope_st(tvbuff_t *tvb _
}
/* Struct = IDL:org/csapi/cc/TpCallEventRequest:1.0 */
-
-static void decode_org_csapi_cc_TpCallEventRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_TpCallEventRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -84672,8 +83585,9 @@ static void decode_org_csapi_cc_TpCallEventRequest_st(tvbuff_t *tvb _U_, packet_
}
/* Struct = IDL:org/csapi/cc/TpCallNotificationRequest:1.0 */
-
-static void decode_org_csapi_cc_TpCallNotificationRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_TpCallNotificationRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -84711,13 +83625,13 @@ static void decode_org_csapi_cc_TpCallNotificationRequest_st(tvbuff_t *tvb _U_,
}
/* Struct = IDL:org/csapi/cc/TpNotificationRequested:1.0 */
-
-static void decode_org_csapi_cc_TpNotificationRequested_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_TpNotificationRequested_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -84729,16 +83643,16 @@ static void decode_org_csapi_cc_TpNotificationRequested_st(tvbuff_t *tvb _U_, pa
/* End struct "org_csapi_cc_TpCallNotificationRequest" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpNotificationRequested_AssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpNotificationRequested_AssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/cc/TpCallLegConnectionProperties:1.0 */
-
-static void decode_org_csapi_cc_TpCallLegConnectionProperties_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_TpCallLegConnectionProperties_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -84756,8 +83670,9 @@ static void decode_org_csapi_cc_TpCallLegConnectionProperties_st(tvbuff_t *tvb _
}
/* Struct = IDL:org/csapi/cc/TpCallEventInfo:1.0 */
-
-static void decode_org_csapi_cc_TpCallEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_TpCallEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -84798,15 +83713,15 @@ static void decode_org_csapi_cc_TpCallEventInfo_st(tvbuff_t *tvb _U_, packet_inf
}
/* Struct = IDL:org/csapi/cc/TpNotificationRequestedSetEntry:1.0 */
-
-static void decode_org_csapi_cc_TpNotificationRequestedSetEntry_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_TpNotificationRequestedSetEntry_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_TpNotificationRequestedSetEntry_NotificationRequestSet;
guint32 i_TpNotificationRequestedSetEntry_NotificationRequestSet;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -84827,23 +83742,22 @@ static void decode_org_csapi_cc_TpNotificationRequestedSetEntry_st(tvbuff_t *tvb
}
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpNotificationRequestedSetEntry_Final = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpNotificationRequestedSetEntry_Final = %u",get_CDR_boolean(tvb,offset));
}
}
/* Struct = IDL:org/csapi/cc/TpCarrier:1.0 */
-
-static void decode_org_csapi_cc_TpCarrier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_TpCarrier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_TpCarrier_CarrierID;
guint32 i_TpCarrier_CarrierID;
- guint8 u_octet1;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -84855,9 +83769,8 @@ static void decode_org_csapi_cc_TpCarrier_st(tvbuff_t *tvb _U_, packet_info *pin
for (i_TpCarrier_CarrierID=0; i_TpCarrier_CarrierID < u_octet4_loop_TpCarrier_CarrierID; i_TpCarrier_CarrierID++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpCarrier_CarrierID = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpCarrier_CarrierID = %u",get_CDR_octet(tvb,offset));
}
}
@@ -84871,8 +83784,9 @@ static void decode_org_csapi_cc_TpCarrier_st(tvbuff_t *tvb _U_, packet_info *pin
}
/* Struct = IDL:org/csapi/cc/TpCallNotificationInfo:1.0 */
-
-static void decode_org_csapi_cc_TpCallNotificationInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_TpCallNotificationInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -84917,13 +83831,13 @@ static void decode_org_csapi_cc_TpCallNotificationInfo_st(tvbuff_t *tvb _U_, pac
}
/* Struct = IDL:org/csapi/cc/TpCallLegInfoReport:1.0 */
-
-static void decode_org_csapi_cc_TpCallLegInfoReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_TpCallLegInfoReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
guint32 u_octet4_loop_TpCallLegInfoReport_CallAppInfo;
@@ -84931,9 +83845,8 @@ static void decode_org_csapi_cc_TpCallLegInfoReport_st(tvbuff_t *tvb _U_, packet
/* Operation specific Variable declarations End */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallLegInfoReport_CallLegInfoType = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallLegInfoReport_CallLegInfoType = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -85005,8 +83918,9 @@ static void decode_org_csapi_cc_TpCallLegInfoReport_st(tvbuff_t *tvb _U_, packet
}
/* Struct = IDL:org/csapi/cc/TpCallLegProperty:1.0 */
-
-static void decode_org_csapi_cc_TpCallLegProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_TpCallLegProperty_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -85037,50 +83951,49 @@ static void decode_org_csapi_cc_TpCallLegProperty_st(tvbuff_t *tvb _U_, packet_i
}
/* Struct = IDL:org/csapi/cc/mpccs/TpMultiPartyCallIdentifier:1.0 */
-
-static void decode_org_csapi_cc_mpccs_TpMultiPartyCallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_TpMultiPartyCallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMultiPartyCallIdentifier_CallSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpMultiPartyCallIdentifier_CallSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/cc/mpccs/TpCallLegIdentifier:1.0 */
-
-static void decode_org_csapi_cc_mpccs_TpCallLegIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_TpCallLegIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallLegIdentifier_CallLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallLegIdentifier_CallLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/cc/mpccs/TpAppCallLegCallBack:1.0 */
-
-static void decode_org_csapi_cc_mpccs_TpAppCallLegCallBack_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_TpAppCallLegCallBack_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -85108,31 +84021,30 @@ static void decode_org_csapi_cc_mpccs_TpAppCallLegCallBack_st(tvbuff_t *tvb _U_,
}
/* Struct = IDL:org/csapi/cc/mmccs/TpCallSuperviseVolume:1.0 */
-
-static void decode_org_csapi_cc_mmccs_TpCallSuperviseVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mmccs_TpCallSuperviseVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallSuperviseVolume_VolumeQuantity = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallSuperviseVolume_VolumeQuantity = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallSuperviseVolume_VolumeUnit = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallSuperviseVolume_VolumeUnit = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/cc/mmccs/TpMediaStreamRequest:1.0 */
-
-static void decode_org_csapi_cc_mmccs_TpMediaStreamRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mmccs_TpMediaStreamRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -85169,14 +84081,14 @@ static void decode_org_csapi_cc_mmccs_TpMediaStreamRequest_st(tvbuff_t *tvb _U_,
}
/* Struct = IDL:org/csapi/cc/mmccs/TpMediaStream:1.0 */
-
-static void decode_org_csapi_cc_mmccs_TpMediaStream_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mmccs_TpMediaStream_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -85193,9 +84105,8 @@ static void decode_org_csapi_cc_mmccs_TpMediaStream_st(tvbuff_t *tvb _U_, packet
/* End union "org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMediaStream_ChannelSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpMediaStream_ChannelSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -85204,8 +84115,9 @@ static void decode_org_csapi_cc_mmccs_TpMediaStream_st(tvbuff_t *tvb _U_, packet
}
/* Struct = IDL:org/csapi/cc/mmccs/TpNotificationMediaRequest:1.0 */
-
-static void decode_org_csapi_cc_mmccs_TpNotificationMediaRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mmccs_TpNotificationMediaRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -85243,13 +84155,13 @@ static void decode_org_csapi_cc_mmccs_TpNotificationMediaRequest_st(tvbuff_t *tv
}
/* Struct = IDL:org/csapi/cc/mmccs/TpMediaNotificationRequested:1.0 */
-
-static void decode_org_csapi_cc_mmccs_TpMediaNotificationRequested_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mmccs_TpMediaNotificationRequested_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -85261,58 +84173,56 @@ static void decode_org_csapi_cc_mmccs_TpMediaNotificationRequested_st(tvbuff_t *
/* End struct "org_csapi_cc_mmccs_TpNotificationMediaRequest" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMediaNotificationRequested_AssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpMediaNotificationRequested_AssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/cc/mmccs/TpMultiMediaCallIdentifier:1.0 */
-
-static void decode_org_csapi_cc_mmccs_TpMultiMediaCallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mmccs_TpMultiMediaCallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMultiMediaCallIdentifier_MMCallSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpMultiMediaCallIdentifier_MMCallSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/cc/mmccs/TpMultiMediaCallLegIdentifier:1.0 */
-
-static void decode_org_csapi_cc_mmccs_TpMultiMediaCallLegIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mmccs_TpMultiMediaCallLegIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMultiMediaCallLegIdentifier_MMCallLegSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpMultiMediaCallLegIdentifier_MMCallLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/cc/mmccs/TpAppMultiMediaCallLegCallBack:1.0 */
-
-static void decode_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -85340,26 +84250,26 @@ static void decode_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_st(tvbuff_t
}
/* Struct = IDL:org/csapi/cc/cccs/TpMonoMediaConfPolicy:1.0 */
-
-static void decode_org_csapi_cc_cccs_TpMonoMediaConfPolicy_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_cccs_TpMonoMediaConfPolicy_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- guint8 u_octet1;
/* Operation specific Variable declarations End */
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpMonoMediaConfPolicy_JoinAllowed = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpMonoMediaConfPolicy_JoinAllowed = %u",get_CDR_boolean(tvb,offset));
}
}
/* Struct = IDL:org/csapi/cc/cccs/TpJoinEventInfo:1.0 */
-
-static void decode_org_csapi_cc_cccs_TpJoinEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_cccs_TpJoinEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -85404,15 +84314,15 @@ static void decode_org_csapi_cc_cccs_TpJoinEventInfo_st(tvbuff_t *tvb _U_, packe
}
/* Struct = IDL:org/csapi/cc/cccs/TpConfSearchCriteria:1.0 */
-
-static void decode_org_csapi_cc_cccs_TpConfSearchCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_cccs_TpConfSearchCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gchar *seq = NULL;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -85434,35 +84344,31 @@ static void decode_org_csapi_cc_cccs_TpConfSearchCriteria_st(tvbuff_t *tvb _U_,
g_free(seq); /* free buffer */
seq = NULL;
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpConfSearchCriteria_RequestedResources = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpConfSearchCriteria_RequestedResources = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpConfSearchCriteria_RequestedDuration = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpConfSearchCriteria_RequestedDuration = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/cc/cccs/TpConfSearchResult:1.0 */
-
-static void decode_org_csapi_cc_cccs_TpConfSearchResult_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_cccs_TpConfSearchResult_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- guint8 u_octet1;
guint32 u_octet4;
gchar *seq = NULL;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpConfSearchResult_MatchFound = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpConfSearchResult_MatchFound = %u",get_CDR_boolean(tvb,offset));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -85474,44 +84380,38 @@ static void decode_org_csapi_cc_cccs_TpConfSearchResult_st(tvbuff_t *tvb _U_, pa
g_free(seq); /* free buffer */
seq = NULL;
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpConfSearchResult_ActualResources = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpConfSearchResult_ActualResources = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpConfSearchResult_ActualDuration = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpConfSearchResult_ActualDuration = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/cc/cccs/TpMultiMediaConfPolicy:1.0 */
-
-static void decode_org_csapi_cc_cccs_TpMultiMediaConfPolicy_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_cccs_TpMultiMediaConfPolicy_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- guint8 u_octet1;
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpMultiMediaConfPolicy_JoinAllowed = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpMultiMediaConfPolicy_JoinAllowed = %u",get_CDR_boolean(tvb,offset));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMultiMediaConfPolicy_MediaAllowed = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpMultiMediaConfPolicy_MediaAllowed = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpMultiMediaConfPolicy_Chaired = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpMultiMediaConfPolicy_Chaired = %u",get_CDR_boolean(tvb,offset));
}
@@ -85523,13 +84423,13 @@ static void decode_org_csapi_cc_cccs_TpMultiMediaConfPolicy_st(tvbuff_t *tvb _U_
}
/* Struct = IDL:org/csapi/cc/cccs/TpResourceReservation:1.0 */
-
-static void decode_org_csapi_cc_cccs_TpResourceReservation_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_cccs_TpResourceReservation_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -85541,106 +84441,101 @@ static void decode_org_csapi_cc_cccs_TpResourceReservation_st(tvbuff_t *tvb _U_,
/* End struct "org_csapi_TpAddress" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpResourceReservation_ReservationID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpResourceReservation_ReservationID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/cc/cccs/TpConfCallIdentifier:1.0 */
-
-static void decode_org_csapi_cc_cccs_TpConfCallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_cccs_TpConfCallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpConfCallIdentifier_ConfCallSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpConfCallIdentifier_ConfCallSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/cc/cccs/TpSubConfCallIdentifier:1.0 */
-
-static void decode_org_csapi_cc_cccs_TpSubConfCallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_cccs_TpSubConfCallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpSubConfCallIdentifier_SubConfCallSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpSubConfCallIdentifier_SubConfCallSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/ui/TpUIIdentifier:1.0 */
-
-static void decode_org_csapi_ui_TpUIIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_TpUIIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUIIdentifier_UserInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpUIIdentifier_UserInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/ui/TpUICallIdentifier:1.0 */
-
-static void decode_org_csapi_ui_TpUICallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_TpUICallIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUICallIdentifier_UserInteractionSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpUICallIdentifier_UserInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/mm/TpLocationResponseTime:1.0 */
-
-static void decode_org_csapi_mm_TpLocationResponseTime_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_TpLocationResponseTime_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -85650,49 +84545,42 @@ static void decode_org_csapi_mm_TpLocationResponseTime_st(tvbuff_t *tvb _U_, pac
proto_tree_add_text(tree,tvb,*offset-4,4,"TpLocationResponseTime_ResponseTime = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpLocationResponseIndicator,"Unknown Enum Value"));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpLocationResponseTime_TimerValue = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpLocationResponseTime_TimerValue = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/mm/TpLocationTrigger:1.0 */
-
-static void decode_org_csapi_mm_TpLocationTrigger_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_TpLocationTrigger_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gfloat my_float;
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
- my_float = get_CDR_float(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpLocationTrigger_Longitude = %.6e",my_float);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpLocationTrigger_Longitude = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
}
- my_float = get_CDR_float(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpLocationTrigger_Latitude = %.6e",my_float);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpLocationTrigger_Latitude = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
}
- my_float = get_CDR_float(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpLocationTrigger_AreaSemiMajor = %.6e",my_float);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpLocationTrigger_AreaSemiMajor = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
}
- my_float = get_CDR_float(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpLocationTrigger_AreaSemiMinor = %.6e",my_float);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpLocationTrigger_AreaSemiMinor = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpLocationTrigger_AngleOfSemiMajor = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpLocationTrigger_AngleOfSemiMajor = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -85701,30 +84589,27 @@ static void decode_org_csapi_mm_TpLocationTrigger_st(tvbuff_t *tvb _U_, packet_i
proto_tree_add_text(tree,tvb,*offset-4,4,"TpLocationTrigger_Criterion = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpLocationTriggerCriteria,"Unknown Enum Value"));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpLocationTrigger_ReportingInterval = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpLocationTrigger_ReportingInterval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/mm/TpLocationRequest:1.0 */
-
-static void decode_org_csapi_mm_TpLocationRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_TpLocationRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gfloat my_float;
- guint8 u_octet1;
guint32 u_octet4;
gchar *seq = NULL;
/* Operation specific Variable declarations End */
- my_float = get_CDR_float(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpLocationRequest_RequestedAccuracy = %.6e",my_float);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpLocationRequest_RequestedAccuracy = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_mm_TpLocationResponseTime" */
@@ -85735,9 +84620,8 @@ static void decode_org_csapi_mm_TpLocationRequest_st(tvbuff_t *tvb _U_, packet_i
/* End struct "org_csapi_mm_TpLocationResponseTime" */
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpLocationRequest_AltitudeRequested = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpLocationRequest_AltitudeRequested = %u",get_CDR_boolean(tvb,offset));
}
@@ -85764,26 +84648,23 @@ static void decode_org_csapi_mm_TpLocationRequest_st(tvbuff_t *tvb _U_, packet_i
}
/* Struct = IDL:org/csapi/mm/TpGeographicalPosition:1.0 */
-
-static void decode_org_csapi_mm_TpGeographicalPosition_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_TpGeographicalPosition_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gfloat my_float;
guint32 u_octet4;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
- my_float = get_CDR_float(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpGeographicalPosition_Longitude = %.6e",my_float);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpGeographicalPosition_Longitude = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
}
- my_float = get_CDR_float(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpGeographicalPosition_Latitude = %.6e",my_float);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpGeographicalPosition_Latitude = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
}
@@ -85792,60 +84673,52 @@ static void decode_org_csapi_mm_TpGeographicalPosition_st(tvbuff_t *tvb _U_, pac
proto_tree_add_text(tree,tvb,*offset-4,4,"TpGeographicalPosition_TypeOfUncertaintyShape = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpLocationUncertaintyShape,"Unknown Enum Value"));
}
- my_float = get_CDR_float(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpGeographicalPosition_UncertaintyInnerSemiMajor = %.6e",my_float);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpGeographicalPosition_UncertaintyInnerSemiMajor = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
}
- my_float = get_CDR_float(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpGeographicalPosition_UncertaintyOuterSemiMajor = %.6e",my_float);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpGeographicalPosition_UncertaintyOuterSemiMajor = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
}
- my_float = get_CDR_float(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpGeographicalPosition_UncertaintyInnerSemiMinor = %.6e",my_float);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpGeographicalPosition_UncertaintyInnerSemiMinor = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
}
- my_float = get_CDR_float(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpGeographicalPosition_UncertaintyOuterSemiMinor = %.6e",my_float);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpGeographicalPosition_UncertaintyOuterSemiMinor = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpGeographicalPosition_AngleOfSemiMajor = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpGeographicalPosition_AngleOfSemiMajor = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpGeographicalPosition_SegmentStartAngle = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpGeographicalPosition_SegmentStartAngle = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpGeographicalPosition_SegmentEndAngle = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpGeographicalPosition_SegmentEndAngle = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/mm/TpMobilityStopAssignmentData:1.0 */
-
-static void decode_org_csapi_mm_TpMobilityStopAssignmentData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_TpMobilityStopAssignmentData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
guint32 u_octet4_loop_TpMobilityStopAssignmentData_Users;
guint32 i_TpMobilityStopAssignmentData_Users;
/* Operation specific Variable declarations End */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMobilityStopAssignmentData_AssignmentId = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpMobilityStopAssignmentData_AssignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -85874,15 +84747,14 @@ static void decode_org_csapi_mm_TpMobilityStopAssignmentData_st(tvbuff_t *tvb _U
}
/* Struct = IDL:org/csapi/mm/TpUlExtendedData:1.0 */
-
-static void decode_org_csapi_mm_TpUlExtendedData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_TpUlExtendedData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
- guint8 u_octet1;
- gfloat my_float;
gchar *seq = NULL;
/* Operation specific Variable declarations End */
@@ -85901,24 +84773,20 @@ static void decode_org_csapi_mm_TpUlExtendedData_st(tvbuff_t *tvb _U_, packet_in
proto_tree_add_text(tree,tvb,*offset-4,4,"TpUlExtendedData_TerminalType = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpTerminalType,"Unknown Enum Value"));
}
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUlExtendedData_AltitudePresent = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpUlExtendedData_AltitudePresent = %u",get_CDR_boolean(tvb,offset));
}
- my_float = get_CDR_float(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUlExtendedData_Altitude = %.6e",my_float);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpUlExtendedData_Altitude = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
}
- my_float = get_CDR_float(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUlExtendedData_UncertaintyAltitude = %.6e",my_float);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpUlExtendedData_UncertaintyAltitude = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
}
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUlExtendedData_TimestampPresent = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpUlExtendedData_TimestampPresent = %u",get_CDR_boolean(tvb,offset));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -85942,8 +84810,9 @@ static void decode_org_csapi_mm_TpUlExtendedData_st(tvbuff_t *tvb _U_, packet_in
}
/* Struct = IDL:org/csapi/mm/TpUserLocation:1.0 */
-
-static void decode_org_csapi_mm_TpUserLocation_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_TpUserLocation_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -85977,8 +84846,9 @@ static void decode_org_csapi_mm_TpUserLocation_st(tvbuff_t *tvb _U_, packet_info
}
/* Struct = IDL:org/csapi/mm/TpUserLocationExtended:1.0 */
-
-static void decode_org_csapi_mm_TpUserLocationExtended_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_TpUserLocationExtended_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -86023,37 +84893,35 @@ static void decode_org_csapi_mm_TpUserLocationExtended_st(tvbuff_t *tvb _U_, pac
}
/* Struct = IDL:org/csapi/mm/TpLocationTriggerCamel:1.0 */
-
-static void decode_org_csapi_mm_TpLocationTriggerCamel_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_TpLocationTriggerCamel_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- guint8 u_octet1;
/* Operation specific Variable declarations End */
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpLocationTriggerCamel_UpdateInsideVlr = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpLocationTriggerCamel_UpdateInsideVlr = %u",get_CDR_boolean(tvb,offset));
}
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpLocationTriggerCamel_UpdateOutsideVlr = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpLocationTriggerCamel_UpdateOutsideVlr = %u",get_CDR_boolean(tvb,offset));
}
}
/* Struct = IDL:org/csapi/mm/TpUserLocationCamel:1.0 */
-
-static void decode_org_csapi_mm_TpUserLocationCamel_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_TpUserLocationCamel_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
- guint8 u_octet1;
gchar *seq = NULL;
/* Operation specific Variable declarations End */
@@ -86072,9 +84940,8 @@ static void decode_org_csapi_mm_TpUserLocationCamel_st(tvbuff_t *tvb _U_, packet
proto_tree_add_text(tree,tvb,*offset-4,4,"TpUserLocationCamel_StatusCode = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityError,"Unknown Enum Value"));
}
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationCamel_GeographicalPositionPresent = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationCamel_GeographicalPositionPresent = %u",get_CDR_boolean(tvb,offset));
}
/* Begin struct "org_csapi_mm_TpGeographicalPosition" */
@@ -86085,9 +84952,8 @@ static void decode_org_csapi_mm_TpUserLocationCamel_st(tvbuff_t *tvb _U_, packet
/* End struct "org_csapi_mm_TpGeographicalPosition" */
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationCamel_TimestampPresent = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationCamel_TimestampPresent = %u",get_CDR_boolean(tvb,offset));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -86099,9 +84965,8 @@ static void decode_org_csapi_mm_TpUserLocationCamel_st(tvbuff_t *tvb _U_, packet
g_free(seq); /* free buffer */
seq = NULL;
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationCamel_VlrNumberPresent = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationCamel_VlrNumberPresent = %u",get_CDR_boolean(tvb,offset));
}
/* Begin struct "org_csapi_TpAddress" */
@@ -86112,9 +84977,8 @@ static void decode_org_csapi_mm_TpUserLocationCamel_st(tvbuff_t *tvb _U_, packet
/* End struct "org_csapi_TpAddress" */
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationCamel_LocationNumberPresent = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationCamel_LocationNumberPresent = %u",get_CDR_boolean(tvb,offset));
}
/* Begin struct "org_csapi_TpAddress" */
@@ -86125,9 +84989,8 @@ static void decode_org_csapi_mm_TpUserLocationCamel_st(tvbuff_t *tvb _U_, packet
/* End struct "org_csapi_TpAddress" */
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationCamel_CellIdOrLaiPresent = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationCamel_CellIdOrLaiPresent = %u",get_CDR_boolean(tvb,offset));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -86142,21 +85005,20 @@ static void decode_org_csapi_mm_TpUserLocationCamel_st(tvbuff_t *tvb _U_, packet
}
/* Struct = IDL:org/csapi/mm/TpUserLocationEmergencyRequest:1.0 */
-
-static void decode_org_csapi_mm_TpUserLocationEmergencyRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_TpUserLocationEmergencyRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- guint8 u_octet1;
guint32 u_octet4;
gchar *seq = NULL;
/* Operation specific Variable declarations End */
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergencyRequest_UserAddressPresent = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergencyRequest_UserAddressPresent = %u",get_CDR_boolean(tvb,offset));
}
/* Begin struct "org_csapi_TpAddress" */
@@ -86167,9 +85029,8 @@ static void decode_org_csapi_mm_TpUserLocationEmergencyRequest_st(tvbuff_t *tvb
/* End struct "org_csapi_TpAddress" */
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergencyRequest_NaEsrdPresent = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergencyRequest_NaEsrdPresent = %u",get_CDR_boolean(tvb,offset));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -86181,9 +85042,8 @@ static void decode_org_csapi_mm_TpUserLocationEmergencyRequest_st(tvbuff_t *tvb
g_free(seq); /* free buffer */
seq = NULL;
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergencyRequest_NaEsrkPresent = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergencyRequest_NaEsrkPresent = %u",get_CDR_boolean(tvb,offset));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -86195,9 +85055,8 @@ static void decode_org_csapi_mm_TpUserLocationEmergencyRequest_st(tvbuff_t *tvb
g_free(seq); /* free buffer */
seq = NULL;
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergencyRequest_ImeiPresent = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergencyRequest_ImeiPresent = %u",get_CDR_boolean(tvb,offset));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -86220,16 +85079,15 @@ static void decode_org_csapi_mm_TpUserLocationEmergencyRequest_st(tvbuff_t *tvb
}
/* Struct = IDL:org/csapi/mm/TpUserLocationEmergency:1.0 */
-
-static void decode_org_csapi_mm_TpUserLocationEmergency_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_TpUserLocationEmergency_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
- guint8 u_octet1;
gchar *seq = NULL;
- gfloat my_float;
/* Operation specific Variable declarations End */
@@ -86239,9 +85097,8 @@ static void decode_org_csapi_mm_TpUserLocationEmergency_st(tvbuff_t *tvb _U_, pa
proto_tree_add_text(tree,tvb,*offset-4,4,"TpUserLocationEmergency_StatusCode = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityError,"Unknown Enum Value"));
}
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergency_UserIdPresent = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergency_UserIdPresent = %u",get_CDR_boolean(tvb,offset));
}
/* Begin struct "org_csapi_TpAddress" */
@@ -86252,9 +85109,8 @@ static void decode_org_csapi_mm_TpUserLocationEmergency_st(tvbuff_t *tvb _U_, pa
/* End struct "org_csapi_TpAddress" */
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergency_NaEsrdPresent = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergency_NaEsrdPresent = %u",get_CDR_boolean(tvb,offset));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -86266,9 +85122,8 @@ static void decode_org_csapi_mm_TpUserLocationEmergency_st(tvbuff_t *tvb _U_, pa
g_free(seq); /* free buffer */
seq = NULL;
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergency_NaEsrkPresent = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergency_NaEsrkPresent = %u",get_CDR_boolean(tvb,offset));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -86280,9 +85135,8 @@ static void decode_org_csapi_mm_TpUserLocationEmergency_st(tvbuff_t *tvb _U_, pa
g_free(seq); /* free buffer */
seq = NULL;
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergency_ImeiPresent = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergency_ImeiPresent = %u",get_CDR_boolean(tvb,offset));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -86300,9 +85154,8 @@ static void decode_org_csapi_mm_TpUserLocationEmergency_st(tvbuff_t *tvb _U_, pa
proto_tree_add_text(tree,tvb,*offset-4,4,"TpUserLocationEmergency_TriggeringEvent = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpUserLocationEmergencyTrigger,"Unknown Enum Value"));
}
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergency_GeographicalPositionPresent = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergency_GeographicalPositionPresent = %u",get_CDR_boolean(tvb,offset));
}
/* Begin struct "org_csapi_mm_TpGeographicalPosition" */
@@ -86313,24 +85166,20 @@ static void decode_org_csapi_mm_TpUserLocationEmergency_st(tvbuff_t *tvb _U_, pa
/* End struct "org_csapi_mm_TpGeographicalPosition" */
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergency_AltitudePresent = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergency_AltitudePresent = %u",get_CDR_boolean(tvb,offset));
}
- my_float = get_CDR_float(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUserLocationEmergency_Altitude = %.6e",my_float);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpUserLocationEmergency_Altitude = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
}
- my_float = get_CDR_float(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUserLocationEmergency_UncertaintyAltitude = %.6e",my_float);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpUserLocationEmergency_UncertaintyAltitude = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
}
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergency_TimestampPresent = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergency_TimestampPresent = %u",get_CDR_boolean(tvb,offset));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -86354,8 +85203,9 @@ static void decode_org_csapi_mm_TpUserLocationEmergency_st(tvbuff_t *tvb _U_, pa
}
/* Struct = IDL:org/csapi/mm/TpUserStatus:1.0 */
-
-static void decode_org_csapi_mm_TpUserStatus_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_TpUserStatus_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -86393,15 +85243,15 @@ static void decode_org_csapi_mm_TpUserStatus_st(tvbuff_t *tvb _U_, packet_info *
}
/* Struct = IDL:org/csapi/mm/TpTriggeredStatusRequest:1.0 */
-
-static void decode_org_csapi_mm_TpTriggeredStatusRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_TpTriggeredStatusRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_TpTriggeredStatusRequest_Users;
guint32 i_TpTriggeredStatusRequest_Users;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -86422,23 +85272,22 @@ static void decode_org_csapi_mm_TpTriggeredStatusRequest_st(tvbuff_t *tvb _U_, p
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpTriggeredStatusRequest_AssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpTriggeredStatusRequest_AssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/mm/TpTriggeredStatusRequestSetEntry:1.0 */
-
-static void decode_org_csapi_mm_TpTriggeredStatusRequestSetEntry_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_TpTriggeredStatusRequestSetEntry_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_TpTriggeredStatusRequestSetEntry_Requests;
guint32 i_TpTriggeredStatusRequestSetEntry_Requests;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -86459,23 +85308,22 @@ static void decode_org_csapi_mm_TpTriggeredStatusRequestSetEntry_st(tvbuff_t *tv
}
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpTriggeredStatusRequestSetEntry_Final = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpTriggeredStatusRequestSetEntry_Final = %u",get_CDR_boolean(tvb,offset));
}
}
/* Struct = IDL:org/csapi/mm/TpPeriodicLocationRequest:1.0 */
-
-static void decode_org_csapi_mm_TpPeriodicLocationRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_TpPeriodicLocationRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_TpPeriodicLocationRequest_Users;
guint32 i_TpPeriodicLocationRequest_Users;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -86504,28 +85352,26 @@ static void decode_org_csapi_mm_TpPeriodicLocationRequest_st(tvbuff_t *tvb _U_,
/* End struct "org_csapi_mm_TpLocationRequest" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpPeriodicLocationRequest_ReportingInterval = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpPeriodicLocationRequest_ReportingInterval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpPeriodicLocationRequest_AssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpPeriodicLocationRequest_AssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/mm/TpPeriodicLocationRequestSetEntry:1.0 */
-
-static void decode_org_csapi_mm_TpPeriodicLocationRequestSetEntry_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_TpPeriodicLocationRequestSetEntry_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_TpPeriodicLocationRequestSetEntry_Requests;
guint32 i_TpPeriodicLocationRequestSetEntry_Requests;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -86546,23 +85392,22 @@ static void decode_org_csapi_mm_TpPeriodicLocationRequestSetEntry_st(tvbuff_t *t
}
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpPeriodicLocationRequestSetEntry_Final = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpPeriodicLocationRequestSetEntry_Final = %u",get_CDR_boolean(tvb,offset));
}
}
/* Struct = IDL:org/csapi/mm/TpTriggeredLocationRequest:1.0 */
-
-static void decode_org_csapi_mm_TpTriggeredLocationRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_TpTriggeredLocationRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_TpTriggeredLocationRequest_Users;
guint32 i_TpTriggeredLocationRequest_Users;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -86591,23 +85436,22 @@ static void decode_org_csapi_mm_TpTriggeredLocationRequest_st(tvbuff_t *tvb _U_,
/* End struct "org_csapi_mm_TpLocationRequest" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpTriggeredLocationRequest_AssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpTriggeredLocationRequest_AssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/mm/TpTriggeredLocationRequestSetEntry:1.0 */
-
-static void decode_org_csapi_mm_TpTriggeredLocationRequestSetEntry_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_TpTriggeredLocationRequestSetEntry_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_TpTriggeredLocationRequestSetEntry_Requests;
guint32 i_TpTriggeredLocationRequestSetEntry_Requests;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -86628,22 +85472,21 @@ static void decode_org_csapi_mm_TpTriggeredLocationRequestSetEntry_st(tvbuff_t *
}
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpTriggeredLocationRequestSetEntry_Final = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpTriggeredLocationRequestSetEntry_Final = %u",get_CDR_boolean(tvb,offset));
}
}
/* Struct = IDL:org/csapi/mm/TpUserStatusIndicatorExtended:1.0 */
-
-static void decode_org_csapi_mm_TpUserStatusIndicatorExtended_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_TpUserStatusIndicatorExtended_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -86653,16 +85496,16 @@ static void decode_org_csapi_mm_TpUserStatusIndicatorExtended_st(tvbuff_t *tvb _
proto_tree_add_text(tree,tvb,*offset-4,4,"TpUserStatusIndicatorExtended_UserStatusIndicator = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpUserStatusIndicator,"Unknown Enum Value"));
}
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserStatusIndicatorExtended_PDPContextActive = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserStatusIndicatorExtended_PDPContextActive = %u",get_CDR_boolean(tvb,offset));
}
}
/* Struct = IDL:org/csapi/mm/TpUserInfo:1.0 */
-
-static void decode_org_csapi_mm_TpUserInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_TpUserInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -86693,8 +85536,9 @@ static void decode_org_csapi_mm_TpUserInfo_st(tvbuff_t *tvb _U_, packet_info *pi
}
/* Struct = IDL:org/csapi/mm/TpNetworkStatusIndicator:1.0 */
-
-static void decode_org_csapi_mm_TpNetworkStatusIndicator_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_TpNetworkStatusIndicator_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -86737,8 +85581,9 @@ static void decode_org_csapi_mm_TpNetworkStatusIndicator_st(tvbuff_t *tvb _U_, p
}
/* Struct = IDL:org/csapi/mm/TpUserStatusExtended:1.0 */
-
-static void decode_org_csapi_mm_TpUserStatusExtended_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_TpUserStatusExtended_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -86838,21 +85683,20 @@ static void decode_org_csapi_mm_TpUserStatusExtended_st(tvbuff_t *tvb _U_, packe
}
/* Struct = IDL:org/csapi/mm/TpBindingNotificationCriteria:1.0 */
-
-static void decode_org_csapi_mm_TpBindingNotificationCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_TpBindingNotificationCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4_loop_TpBindingNotificationCriteria_ContactAddressSet;
guint32 i_TpBindingNotificationCriteria_ContactAddressSet;
/* Operation specific Variable declarations End */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpBindingNotificationCriteria_NotificationCriteriaType = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpBindingNotificationCriteria_NotificationCriteriaType = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4_loop_TpBindingNotificationCriteria_ContactAddressSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
@@ -86875,15 +85719,15 @@ static void decode_org_csapi_mm_TpBindingNotificationCriteria_st(tvbuff_t *tvb _
}
/* Struct = IDL:org/csapi/termcap/TpTerminalCapabilities:1.0 */
-
-static void decode_org_csapi_termcap_TpTerminalCapabilities_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_termcap_TpTerminalCapabilities_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gchar *seq = NULL;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -86896,16 +85740,16 @@ static void decode_org_csapi_termcap_TpTerminalCapabilities_st(tvbuff_t *tvb _U_
g_free(seq); /* free buffer */
seq = NULL;
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpTerminalCapabilities_StatusCode = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpTerminalCapabilities_StatusCode = %u",get_CDR_boolean(tvb,offset));
}
}
/* Struct = IDL:org/csapi/termcap/TpTerminalCapabilityScope:1.0 */
-
-static void decode_org_csapi_termcap_TpTerminalCapabilityScope_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_termcap_TpTerminalCapabilityScope_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -86933,36 +85777,34 @@ static void decode_org_csapi_termcap_TpTerminalCapabilityScope_st(tvbuff_t *tvb
}
/* Struct = IDL:org/csapi/dsc/TpChargePerVolume:1.0 */
-
-static void decode_org_csapi_dsc_TpChargePerVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_TpChargePerVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargePerVolume_InitialCharge = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargePerVolume_InitialCharge = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargePerVolume_CurrentChargePerKilobyte = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargePerVolume_CurrentChargePerKilobyte = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargePerVolume_NextChargePerKilobyte = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargePerVolume_NextChargePerKilobyte = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/dsc/TpDataSessionChargePlan:1.0 */
-
-static void decode_org_csapi_dsc_TpDataSessionChargePlan_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_TpDataSessionChargePlan_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -87000,8 +85842,9 @@ static void decode_org_csapi_dsc_TpDataSessionChargePlan_st(tvbuff_t *tvb _U_, p
}
/* Struct = IDL:org/csapi/dsc/TpDataSessionError:1.0 */
-
-static void decode_org_csapi_dsc_TpDataSessionError_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_TpDataSessionError_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -87036,13 +85879,13 @@ static void decode_org_csapi_dsc_TpDataSessionError_st(tvbuff_t *tvb _U_, packet
}
/* Struct = IDL:org/csapi/dsc/TpDataSessionEventCriteria:1.0 */
-
-static void decode_org_csapi_dsc_TpDataSessionEventCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_TpDataSessionEventCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -87063,9 +85906,8 @@ static void decode_org_csapi_dsc_TpDataSessionEventCriteria_st(tvbuff_t *tvb _U_
/* End struct "org_csapi_TpAddressRange" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionEventCriteria_DataSessionEventName = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionEventCriteria_DataSessionEventName = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -87077,13 +85919,13 @@ static void decode_org_csapi_dsc_TpDataSessionEventCriteria_st(tvbuff_t *tvb _U_
}
/* Struct = IDL:org/csapi/dsc/TpDataSessionEventInfo:1.0 */
-
-static void decode_org_csapi_dsc_TpDataSessionEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_TpDataSessionEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
/* Operation specific Variable declarations End */
@@ -87104,9 +85946,8 @@ static void decode_org_csapi_dsc_TpDataSessionEventInfo_st(tvbuff_t *tvb _U_, pa
/* End struct "org_csapi_TpAddress" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionEventInfo_DataSessionEventName = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionEventInfo_DataSessionEventName = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -87124,31 +85965,30 @@ static void decode_org_csapi_dsc_TpDataSessionEventInfo_st(tvbuff_t *tvb _U_, pa
}
/* Struct = IDL:org/csapi/dsc/TpDataSessionReleaseCause:1.0 */
-
-static void decode_org_csapi_dsc_TpDataSessionReleaseCause_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_TpDataSessionReleaseCause_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionReleaseCause_Value = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionReleaseCause_Value = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionReleaseCause_Location = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionReleaseCause_Location = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/dsc/TpDataSessionReport:1.0 */
-
-static void decode_org_csapi_dsc_TpDataSessionReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_TpDataSessionReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -87189,8 +86029,9 @@ static void decode_org_csapi_dsc_TpDataSessionReport_st(tvbuff_t *tvb _U_, packe
}
/* Struct = IDL:org/csapi/dsc/TpDataSessionReportRequest:1.0 */
-
-static void decode_org_csapi_dsc_TpDataSessionReportRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_TpDataSessionReportRequest_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -87214,36 +86055,34 @@ static void decode_org_csapi_dsc_TpDataSessionReportRequest_st(tvbuff_t *tvb _U_
}
/* Struct = IDL:org/csapi/dsc/TpDataSessionSuperviseVolume:1.0 */
-
-static void decode_org_csapi_dsc_TpDataSessionSuperviseVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_TpDataSessionSuperviseVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionSuperviseVolume_VolumeQuantity = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionSuperviseVolume_VolumeQuantity = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionSuperviseVolume_VolumeUnit = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionSuperviseVolume_VolumeUnit = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/dsc/TpDataSessionEventCriteriaResult:1.0 */
-
-static void decode_org_csapi_dsc_TpDataSessionEventCriteriaResult_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_TpDataSessionEventCriteriaResult_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -87255,44 +86094,42 @@ static void decode_org_csapi_dsc_TpDataSessionEventCriteriaResult_st(tvbuff_t *t
/* End struct "org_csapi_dsc_TpDataSessionEventCriteria" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionEventCriteriaResult_AssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionEventCriteriaResult_AssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/dsc/TpDataSessionIdentifier:1.0 */
-
-static void decode_org_csapi_dsc_TpDataSessionIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_TpDataSessionIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionIdentifier_DataSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionIdentifier_DataSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/gms/TpGMSNewMessageArrivedInfo:1.0 */
-
-static void decode_org_csapi_gms_TpGMSNewMessageArrivedInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_TpGMSNewMessageArrivedInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gchar *seq = NULL;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -87322,16 +86159,16 @@ static void decode_org_csapi_gms_TpGMSNewMessageArrivedInfo_st(tvbuff_t *tvb _U_
g_free(seq); /* free buffer */
seq = NULL;
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpGMSNewMessageArrivedInfo_NumberOfProperties = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpGMSNewMessageArrivedInfo_NumberOfProperties = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/gms/TpGMSNewMessageArrivedCriteria:1.0 */
-
-static void decode_org_csapi_gms_TpGMSNewMessageArrivedCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_TpGMSNewMessageArrivedCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -87361,68 +86198,66 @@ static void decode_org_csapi_gms_TpGMSNewMessageArrivedCriteria_st(tvbuff_t *tvb
}
/* Struct = IDL:org/csapi/gms/TpMailboxIdentifier:1.0 */
-
-static void decode_org_csapi_gms_TpMailboxIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_TpMailboxIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMailboxIdentifier_SessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpMailboxIdentifier_SessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/gms/TpMailboxFolderIdentifier:1.0 */
-
-static void decode_org_csapi_gms_TpMailboxFolderIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_TpMailboxFolderIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMailboxFolderIdentifier_SessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpMailboxFolderIdentifier_SessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/cm/TpNameDescrpTagTimePeriod:1.0 */
-
-static void decode_org_csapi_cm_TpNameDescrpTagTimePeriod_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_TpNameDescrpTagTimePeriod_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpNameDescrpTagTimePeriod_duration = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpNameDescrpTagTimePeriod_duration = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/cm/TpNameDescrpTagTimeOfDay:1.0 */
-
-static void decode_org_csapi_cm_TpNameDescrpTagTimeOfDay_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_TpNameDescrpTagTimeOfDay_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -87468,8 +86303,9 @@ static void decode_org_csapi_cm_TpNameDescrpTagTimeOfDay_st(tvbuff_t *tvb _U_, p
}
/* Struct = IDL:org/csapi/cm/TpNameDescrpTagString:1.0 */
-
-static void decode_org_csapi_cm_TpNameDescrpTagString_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_TpNameDescrpTagString_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -87515,15 +86351,15 @@ static void decode_org_csapi_cm_TpNameDescrpTagString_st(tvbuff_t *tvb _U_, pack
}
/* Struct = IDL:org/csapi/cm/TpNameDescrpTagMonth:1.0 */
-
-static void decode_org_csapi_cm_TpNameDescrpTagMonth_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_TpNameDescrpTagMonth_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gchar *seq = NULL;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -87551,23 +86387,22 @@ static void decode_org_csapi_cm_TpNameDescrpTagMonth_st(tvbuff_t *tvb _U_, packe
proto_tree_add_text(tree,tvb,*offset-4,4,"TpNameDescrpTagMonth_tag = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cm_TpTagValue,"Unknown Enum Value"));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpNameDescrpTagMonth_value = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpNameDescrpTagMonth_value = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/cm/TpNameDescrpTagInt:1.0 */
-
-static void decode_org_csapi_cm_TpNameDescrpTagInt_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_TpNameDescrpTagInt_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gchar *seq = NULL;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -87595,16 +86430,16 @@ static void decode_org_csapi_cm_TpNameDescrpTagInt_st(tvbuff_t *tvb _U_, packet_
proto_tree_add_text(tree,tvb,*offset-4,4,"TpNameDescrpTagInt_tag = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cm_TpTagValue,"Unknown Enum Value"));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpNameDescrpTagInt_value = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpNameDescrpTagInt_value = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/cm/TpNameDescrpTagDir:1.0 */
-
-static void decode_org_csapi_cm_TpNameDescrpTagDir_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_TpNameDescrpTagDir_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -87647,15 +86482,15 @@ static void decode_org_csapi_cm_TpNameDescrpTagDir_st(tvbuff_t *tvb _U_, packet_
}
/* Struct = IDL:org/csapi/cm/TpNameDescrpTagDayOfWeek:1.0 */
-
-static void decode_org_csapi_cm_TpNameDescrpTagDayOfWeek_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_TpNameDescrpTagDayOfWeek_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gchar *seq = NULL;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -87683,16 +86518,16 @@ static void decode_org_csapi_cm_TpNameDescrpTagDayOfWeek_st(tvbuff_t *tvb _U_, p
proto_tree_add_text(tree,tvb,*offset-4,4,"TpNameDescrpTagDayOfWeek_tag = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cm_TpTagValue,"Unknown Enum Value"));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpNameDescrpTagDayOfWeek_value = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpNameDescrpTagDayOfWeek_value = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/cm/TpNameDescrpTagDateTime:1.0 */
-
-static void decode_org_csapi_cm_TpNameDescrpTagDateTime_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_TpNameDescrpTagDateTime_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -87738,8 +86573,9 @@ static void decode_org_csapi_cm_TpNameDescrpTagDateTime_st(tvbuff_t *tvb _U_, pa
}
/* Struct = IDL:org/csapi/cm/TpLossDescriptor:1.0 */
-
-static void decode_org_csapi_cm_TpLossDescriptor_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_TpLossDescriptor_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -87798,8 +86634,9 @@ static void decode_org_csapi_cm_TpLossDescriptor_st(tvbuff_t *tvb _U_, packet_in
}
/* Struct = IDL:org/csapi/cm/TpLoadDescriptor:1.0 */
-
-static void decode_org_csapi_cm_TpLoadDescriptor_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_TpLoadDescriptor_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -87874,8 +86711,9 @@ static void decode_org_csapi_cm_TpLoadDescriptor_st(tvbuff_t *tvb _U_, packet_in
}
/* Struct = IDL:org/csapi/cm/TpJitterDescriptor:1.0 */
-
-static void decode_org_csapi_cm_TpJitterDescriptor_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_TpJitterDescriptor_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -87934,8 +86772,9 @@ static void decode_org_csapi_cm_TpJitterDescriptor_st(tvbuff_t *tvb _U_, packet_
}
/* Struct = IDL:org/csapi/cm/TpEndpoint:1.0 */
-
-static void decode_org_csapi_cm_TpEndpoint_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_TpEndpoint_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -87963,8 +86802,9 @@ static void decode_org_csapi_cm_TpEndpoint_st(tvbuff_t *tvb _U_, packet_info *pi
}
/* Struct = IDL:org/csapi/cm/TpDelayDescriptor:1.0 */
-
-static void decode_org_csapi_cm_TpDelayDescriptor_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_TpDelayDescriptor_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -88023,8 +86863,9 @@ static void decode_org_csapi_cm_TpDelayDescriptor_st(tvbuff_t *tvb _U_, packet_i
}
/* Struct = IDL:org/csapi/cm/TpNameDescrpTagExcessLoadAction:1.0 */
-
-static void decode_org_csapi_cm_TpNameDescrpTagExcessLoadAction_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_TpNameDescrpTagExcessLoadAction_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -88067,8 +86908,9 @@ static void decode_org_csapi_cm_TpNameDescrpTagExcessLoadAction_st(tvbuff_t *tvb
}
/* Struct = IDL:org/csapi/cm/TpValidityInfo:1.0 */
-
-static void decode_org_csapi_cm_TpValidityInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_TpValidityInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -88135,8 +86977,9 @@ static void decode_org_csapi_cm_TpValidityInfo_st(tvbuff_t *tvb _U_, packet_info
}
/* Struct = IDL:org/csapi/cm/TpProvisionedQoSInfo:1.0 */
-
-static void decode_org_csapi_cm_TpProvisionedQoSInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_TpProvisionedQoSInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -88187,8 +87030,9 @@ static void decode_org_csapi_cm_TpProvisionedQoSInfo_st(tvbuff_t *tvb _U_, packe
}
/* Struct = IDL:org/csapi/cm/TpPipeQoSInfo:1.0 */
-
-static void decode_org_csapi_cm_TpPipeQoSInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_TpPipeQoSInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -88247,8 +87091,9 @@ static void decode_org_csapi_cm_TpPipeQoSInfo_st(tvbuff_t *tvb _U_, packet_info
}
/* Struct = IDL:org/csapi/cm/TpDsCodepoint:1.0 */
-
-static void decode_org_csapi_cm_TpDsCodepoint_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_TpDsCodepoint_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -88279,8 +87124,9 @@ static void decode_org_csapi_cm_TpDsCodepoint_st(tvbuff_t *tvb _U_, packet_info
}
/* Struct = IDL:org/csapi/cm/TpIPSubnet:1.0 */
-
-static void decode_org_csapi_cm_TpIPSubnet_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cm_TpIPSubnet_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -88323,15 +87169,15 @@ static void decode_org_csapi_cm_TpIPSubnet_st(tvbuff_t *tvb _U_, packet_info *pi
}
/* Struct = IDL:org/csapi/am/TpBalanceInfo:1.0 */
-
-static void decode_org_csapi_am_TpBalanceInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_TpBalanceInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gchar *seq = NULL;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -88344,19 +87190,16 @@ static void decode_org_csapi_am_TpBalanceInfo_st(tvbuff_t *tvb _U_, packet_info
g_free(seq); /* free buffer */
seq = NULL;
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpBalanceInfo_ValuePartA = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpBalanceInfo_ValuePartA = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpBalanceInfo_ValuePartB = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpBalanceInfo_ValuePartB = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpBalanceInfo_Exponent = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpBalanceInfo_Exponent = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -88371,8 +87214,9 @@ static void decode_org_csapi_am_TpBalanceInfo_st(tvbuff_t *tvb _U_, packet_info
}
/* Struct = IDL:org/csapi/am/TpChargingEventInfo:1.0 */
-
-static void decode_org_csapi_am_TpChargingEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_TpChargingEventInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -88408,8 +87252,9 @@ static void decode_org_csapi_am_TpChargingEventInfo_st(tvbuff_t *tvb _U_, packet
}
/* Struct = IDL:org/csapi/am/TpBalance:1.0 */
-
-static void decode_org_csapi_am_TpBalance_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_TpBalance_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -88443,21 +87288,20 @@ static void decode_org_csapi_am_TpBalance_st(tvbuff_t *tvb _U_, packet_info *pin
}
/* Struct = IDL:org/csapi/am/TpTransactionHistory:1.0 */
-
-static void decode_org_csapi_am_TpTransactionHistory_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_TpTransactionHistory_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
/* Operation specific Variable declarations End */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpTransactionHistory_TransactionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpTransactionHistory_TransactionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -88481,8 +87325,9 @@ static void decode_org_csapi_am_TpTransactionHistory_st(tvbuff_t *tvb _U_, packe
}
/* Struct = IDL:org/csapi/am/TpChargingEventCriteria:1.0 */
-
-static void decode_org_csapi_am_TpChargingEventCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_TpChargingEventCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -88530,13 +87375,13 @@ static void decode_org_csapi_am_TpChargingEventCriteria_st(tvbuff_t *tvb _U_, pa
}
/* Struct = IDL:org/csapi/am/TpChargingEventCriteriaResult:1.0 */
-
-static void decode_org_csapi_am_TpChargingEventCriteriaResult_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_TpChargingEventCriteriaResult_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -88548,16 +87393,16 @@ static void decode_org_csapi_am_TpChargingEventCriteriaResult_st(tvbuff_t *tvb _
/* End struct "org_csapi_am_TpChargingEventCriteria" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargingEventCriteriaResult_AssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargingEventCriteriaResult_AssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/am/TpBalanceExpiryDate:1.0 */
-
-static void decode_org_csapi_am_TpBalanceExpiryDate_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_TpBalanceExpiryDate_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -88593,19 +87438,18 @@ static void decode_org_csapi_am_TpBalanceExpiryDate_st(tvbuff_t *tvb _U_, packet
}
/* Struct = IDL:org/csapi/am/TpVoucher:1.0 */
-
-static void decode_org_csapi_am_TpVoucher_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_am_TpVoucher_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpVoucher_VoucherID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpVoucher_VoucherID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin struct "org_csapi_TpAddress" */
@@ -88627,15 +87471,15 @@ static void decode_org_csapi_am_TpVoucher_st(tvbuff_t *tvb _U_, packet_info *pin
}
/* Struct = IDL:org/csapi/cs/TpMerchantAccountID:1.0 */
-
-static void decode_org_csapi_cs_TpMerchantAccountID_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_TpMerchantAccountID_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gchar *seq = NULL;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -88648,62 +87492,58 @@ static void decode_org_csapi_cs_TpMerchantAccountID_st(tvbuff_t *tvb _U_, packet
g_free(seq); /* free buffer */
seq = NULL;
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMerchantAccountID_AccountID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpMerchantAccountID_AccountID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/cs/TpCorrelationID:1.0 */
-
-static void decode_org_csapi_cs_TpCorrelationID_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_TpCorrelationID_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCorrelationID_CorrelationID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpCorrelationID_CorrelationID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCorrelationID_CorrelationType = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpCorrelationID_CorrelationType = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/cs/TpAmount:1.0 */
-
-static void decode_org_csapi_cs_TpAmount_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_TpAmount_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAmount_Number = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAmount_Number = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAmount_Exponent = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpAmount_Exponent = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/cs/TpChargingPrice:1.0 */
-
-static void decode_org_csapi_cs_TpChargingPrice_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_TpChargingPrice_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -88733,13 +87573,13 @@ static void decode_org_csapi_cs_TpChargingPrice_st(tvbuff_t *tvb _U_, packet_inf
}
/* Struct = IDL:org/csapi/cs/TpVolume:1.0 */
-
-static void decode_org_csapi_cs_TpVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_TpVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -88751,42 +87591,40 @@ static void decode_org_csapi_cs_TpVolume_st(tvbuff_t *tvb _U_, packet_info *pinf
/* End struct "org_csapi_cs_TpAmount" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpVolume_Unit = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpVolume_Unit = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/cs/TpChargingSessionID:1.0 */
-
-static void decode_org_csapi_cs_TpChargingSessionID_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_TpChargingSessionID_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargingSessionID_ChargingSessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargingSessionID_ChargingSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargingSessionID_RequestNumberFirstRequest = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargingSessionID_RequestNumberFirstRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/cs/TpPriceVolume:1.0 */
-
-static void decode_org_csapi_cs_TpPriceVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_TpPriceVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -88813,8 +87651,9 @@ static void decode_org_csapi_cs_TpPriceVolume_st(tvbuff_t *tvb _U_, packet_info
}
/* Struct = IDL:org/csapi/cs/TpApplicationDescription:1.0 */
-
-static void decode_org_csapi_cs_TpApplicationDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_TpApplicationDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -88854,19 +87693,18 @@ static void decode_org_csapi_cs_TpApplicationDescription_st(tvbuff_t *tvb _U_, p
}
/* Struct = IDL:org/csapi/cs/TpChargingParameter:1.0 */
-
-static void decode_org_csapi_cs_TpChargingParameter_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_TpChargingParameter_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargingParameter_ParameterID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargingParameter_ParameterID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
/* Begin union "org_csapi_cs_TpChargingParameterValue" */
@@ -88879,13 +87717,13 @@ static void decode_org_csapi_cs_TpChargingParameter_st(tvbuff_t *tvb _U_, packet
}
/* Struct = IDL:org/csapi/policy/TpPolicyEvent:1.0 */
-
-static void decode_org_csapi_policy_TpPolicyEvent_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_TpPolicyEvent_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
guint32 u_octet4;
gchar *seq = NULL;
guint32 u_octet4_loop_TpPolicyEvent_Attributes;
@@ -88893,9 +87731,8 @@ static void decode_org_csapi_policy_TpPolicyEvent_st(tvbuff_t *tvb _U_, packet_i
/* Operation specific Variable declarations End */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpPolicyEvent_EventID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpPolicyEvent_EventID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -88945,8 +87782,9 @@ static void decode_org_csapi_policy_TpPolicyEvent_st(tvbuff_t *tvb _U_, packet_i
}
/* Struct = IDL:org/csapi/policy/TpPolicyNameValue:1.0 */
-
-static void decode_org_csapi_policy_TpPolicyNameValue_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_TpPolicyNameValue_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -88970,8 +87808,9 @@ static void decode_org_csapi_policy_TpPolicyNameValue_st(tvbuff_t *tvb _U_, pack
}
/* Struct = IDL:org/csapi/policy/TpPolicyType/TpPolicyRecordType:1.0 */
-
-static void decode_org_csapi_policy_TpPolicyType_TpPolicyRecordType_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_TpPolicyType_TpPolicyRecordType_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -89022,8 +87861,9 @@ static void decode_org_csapi_policy_TpPolicyType_TpPolicyRecordType_st(tvbuff_t
}
/* Struct = IDL:org/csapi/policy/TpPolicyType/TpPolicyListType:1.0 */
-
-static void decode_org_csapi_policy_TpPolicyType_TpPolicyListType_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_TpPolicyType_TpPolicyListType_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -89052,8 +87892,9 @@ static void decode_org_csapi_policy_TpPolicyType_TpPolicyListType_st(tvbuff_t *t
}
/* Struct = IDL:org/csapi/policy/TpPolicyVar:1.0 */
-
-static void decode_org_csapi_policy_TpPolicyVar_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_TpPolicyVar_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -89084,63 +87925,59 @@ static void decode_org_csapi_policy_TpPolicyVar_st(tvbuff_t *tvb _U_, packet_inf
}
/* Struct = IDL:org/csapi/policy/TpPolicyConditionListElement:1.0 */
-
-static void decode_org_csapi_policy_TpPolicyConditionListElement_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_TpPolicyConditionListElement_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpPolicyConditionListElement_GroupNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpPolicyConditionListElement_GroupNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpPolicyConditionListElement_Negated = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpPolicyConditionListElement_Negated = %u",get_CDR_boolean(tvb,offset));
}
}
/* Struct = IDL:org/csapi/policy/TpPolicyActionListElement:1.0 */
-
-static void decode_org_csapi_policy_TpPolicyActionListElement_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_TpPolicyActionListElement_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpPolicyActionListElement_SequenceNumber = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpPolicyActionListElement_SequenceNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/pam/TpPAMAttributeDef:1.0 */
-
-static void decode_org_csapi_pam_TpPAMAttributeDef_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMAttributeDef_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gchar *seq = NULL;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -89162,14 +87999,12 @@ static void decode_org_csapi_pam_TpPAMAttributeDef_st(tvbuff_t *tvb _U_, packet_
g_free(seq); /* free buffer */
seq = NULL;
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpPAMAttributeDef_IsStatic = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpPAMAttributeDef_IsStatic = %u",get_CDR_boolean(tvb,offset));
}
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpPAMAttributeDef_IsRevertOnExpiration = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpPAMAttributeDef_IsRevertOnExpiration = %u",get_CDR_boolean(tvb,offset));
}
get_CDR_any(tvb,tree,offset,stream_is_big_endian, boundary, header);
@@ -89177,15 +88012,15 @@ static void decode_org_csapi_pam_TpPAMAttributeDef_st(tvbuff_t *tvb _U_, packet_
}
/* Struct = IDL:org/csapi/pam/TpPAMAttribute:1.0 */
-
-static void decode_org_csapi_pam_TpPAMAttribute_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMAttribute_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gchar *seq = NULL;
- gint64 s_octet8;
/* Operation specific Variable declarations End */
@@ -89205,23 +88040,22 @@ static void decode_org_csapi_pam_TpPAMAttribute_st(tvbuff_t *tvb _U_, packet_inf
/* End union "org_csapi_TpAttributeValue" */
- s_octet8 = get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-8,8,"TpPAMAttribute_ExpiresIn = %" G_GINT64_MODIFIER "d",s_octet8);
+ proto_tree_add_text(tree,tvb,*offset-8,8,"TpPAMAttribute_ExpiresIn = %" G_GINT64_MODIFIER "d",get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/pam/TpPAMPresenceData:1.0 */
-
-static void decode_org_csapi_pam_TpPAMPresenceData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMPresenceData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gchar *seq = NULL;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -89287,9 +88121,8 @@ static void decode_org_csapi_pam_TpPAMPresenceData_st(tvbuff_t *tvb _U_, packet_
g_free(seq); /* free buffer */
seq = NULL;
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpPAMPresenceData_Priority = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpPAMPresenceData_Priority = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -89304,8 +88137,9 @@ static void decode_org_csapi_pam_TpPAMPresenceData_st(tvbuff_t *tvb _U_, packet_
}
/* Struct = IDL:org/csapi/pam/TpPAMAvailabilityProfile:1.0 */
-
-static void decode_org_csapi_pam_TpPAMAvailabilityProfile_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMAvailabilityProfile_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -89335,8 +88169,9 @@ static void decode_org_csapi_pam_TpPAMAvailabilityProfile_st(tvbuff_t *tvb _U_,
}
/* Struct = IDL:org/csapi/pam/TpPAMCommunicationContext:1.0 */
-
-static void decode_org_csapi_pam_TpPAMCommunicationContext_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMCommunicationContext_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -89358,8 +88193,9 @@ static void decode_org_csapi_pam_TpPAMCommunicationContext_st(tvbuff_t *tvb _U_,
}
/* Struct = IDL:org/csapi/pam/TpPAMContext:1.0 */
-
-static void decode_org_csapi_pam_TpPAMContext_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMContext_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -89396,8 +88232,9 @@ static void decode_org_csapi_pam_TpPAMContext_st(tvbuff_t *tvb _U_, packet_info
}
/* Struct = IDL:org/csapi/pam/TpPAMAccessControlData:1.0 */
-
-static void decode_org_csapi_pam_TpPAMAccessControlData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMAccessControlData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -89456,8 +88293,9 @@ static void decode_org_csapi_pam_TpPAMAccessControlData_st(tvbuff_t *tvb _U_, pa
}
/* Struct = IDL:org/csapi/pam/TpPAMICEventData:1.0 */
-
-static void decode_org_csapi_pam_TpPAMICEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMICEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -89490,8 +88328,9 @@ static void decode_org_csapi_pam_TpPAMICEventData_st(tvbuff_t *tvb _U_, packet_i
}
/* Struct = IDL:org/csapi/pam/TpPAMICNotificationData:1.0 */
-
-static void decode_org_csapi_pam_TpPAMICNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMICNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -89524,8 +88363,9 @@ static void decode_org_csapi_pam_TpPAMICNotificationData_st(tvbuff_t *tvb _U_, p
}
/* Struct = IDL:org/csapi/pam/TpPAMIDEventData:1.0 */
-
-static void decode_org_csapi_pam_TpPAMIDEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMIDEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -89578,8 +88418,9 @@ static void decode_org_csapi_pam_TpPAMIDEventData_st(tvbuff_t *tvb _U_, packet_i
}
/* Struct = IDL:org/csapi/pam/TpPAMIDNotificationData:1.0 */
-
-static void decode_org_csapi_pam_TpPAMIDNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMIDNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -89612,8 +88453,9 @@ static void decode_org_csapi_pam_TpPAMIDNotificationData_st(tvbuff_t *tvb _U_, p
}
/* Struct = IDL:org/csapi/pam/TpPAMGMCEventData:1.0 */
-
-static void decode_org_csapi_pam_TpPAMGMCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMGMCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -89666,8 +88508,9 @@ static void decode_org_csapi_pam_TpPAMGMCEventData_st(tvbuff_t *tvb _U_, packet_
}
/* Struct = IDL:org/csapi/pam/TpPAMGMCNotificationData:1.0 */
-
-static void decode_org_csapi_pam_TpPAMGMCNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMGMCNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -89700,8 +88543,9 @@ static void decode_org_csapi_pam_TpPAMGMCNotificationData_st(tvbuff_t *tvb _U_,
}
/* Struct = IDL:org/csapi/pam/TpPAMACEventData:1.0 */
-
-static void decode_org_csapi_pam_TpPAMACEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMACEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -89734,8 +88578,9 @@ static void decode_org_csapi_pam_TpPAMACEventData_st(tvbuff_t *tvb _U_, packet_i
}
/* Struct = IDL:org/csapi/pam/TpPAMACNotificationData:1.0 */
-
-static void decode_org_csapi_pam_TpPAMACNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMACNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -89768,8 +88613,9 @@ static void decode_org_csapi_pam_TpPAMACNotificationData_st(tvbuff_t *tvb _U_, p
}
/* Struct = IDL:org/csapi/pam/TpPAMADEventData:1.0 */
-
-static void decode_org_csapi_pam_TpPAMADEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMADEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -89822,8 +88668,9 @@ static void decode_org_csapi_pam_TpPAMADEventData_st(tvbuff_t *tvb _U_, packet_i
}
/* Struct = IDL:org/csapi/pam/TpPAMADNotificationData:1.0 */
-
-static void decode_org_csapi_pam_TpPAMADNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMADNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -89856,8 +88703,9 @@ static void decode_org_csapi_pam_TpPAMADNotificationData_st(tvbuff_t *tvb _U_, p
}
/* Struct = IDL:org/csapi/pam/TpPAMAAEventData:1.0 */
-
-static void decode_org_csapi_pam_TpPAMAAEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMAAEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -89950,8 +88798,9 @@ static void decode_org_csapi_pam_TpPAMAAEventData_st(tvbuff_t *tvb _U_, packet_i
}
/* Struct = IDL:org/csapi/pam/TpPAMAANotificationData:1.0 */
-
-static void decode_org_csapi_pam_TpPAMAANotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMAANotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -89982,8 +88831,9 @@ static void decode_org_csapi_pam_TpPAMAANotificationData_st(tvbuff_t *tvb _U_, p
}
/* Struct = IDL:org/csapi/pam/TpPAMAUEventData:1.0 */
-
-static void decode_org_csapi_pam_TpPAMAUEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMAUEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -90076,8 +88926,9 @@ static void decode_org_csapi_pam_TpPAMAUEventData_st(tvbuff_t *tvb _U_, packet_i
}
/* Struct = IDL:org/csapi/pam/TpPAMAUNotificationData:1.0 */
-
-static void decode_org_csapi_pam_TpPAMAUNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMAUNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -90108,8 +88959,9 @@ static void decode_org_csapi_pam_TpPAMAUNotificationData_st(tvbuff_t *tvb _U_, p
}
/* Struct = IDL:org/csapi/pam/TpPAMCCEventData:1.0 */
-
-static void decode_org_csapi_pam_TpPAMCCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMCCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -90182,8 +89034,9 @@ static void decode_org_csapi_pam_TpPAMCCEventData_st(tvbuff_t *tvb _U_, packet_i
}
/* Struct = IDL:org/csapi/pam/TpPAMCCNotificationData:1.0 */
-
-static void decode_org_csapi_pam_TpPAMCCNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMCCNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -90225,8 +89078,9 @@ static void decode_org_csapi_pam_TpPAMCCNotificationData_st(tvbuff_t *tvb _U_, p
}
/* Struct = IDL:org/csapi/pam/TpPAMACPSEventData:1.0 */
-
-static void decode_org_csapi_pam_TpPAMACPSEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMACPSEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -90241,7 +89095,6 @@ static void decode_org_csapi_pam_TpPAMACPSEventData_st(tvbuff_t *tvb _U_, packet
guint32 i_TpPAMACPSEventData_Capabilities;
guint32 u_octet4_loop_TpPAMACPSEventData_AttributeNames;
guint32 i_TpPAMACPSEventData_AttributeNames;
- gint64 s_octet8;
/* Operation specific Variable declarations End */
@@ -90317,16 +89170,16 @@ static void decode_org_csapi_pam_TpPAMACPSEventData_st(tvbuff_t *tvb _U_, packet
}
- s_octet8 = get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-8,8,"TpPAMACPSEventData_ReportingPeriod = %" G_GINT64_MODIFIER "d",s_octet8);
+ proto_tree_add_text(tree,tvb,*offset-8,8,"TpPAMACPSEventData_ReportingPeriod = %" G_GINT64_MODIFIER "d",get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/pam/TpPAMACPSNotificationData:1.0 */
-
-static void decode_org_csapi_pam_TpPAMACPSNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMACPSNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -90377,8 +89230,9 @@ static void decode_org_csapi_pam_TpPAMACPSNotificationData_st(tvbuff_t *tvb _U_,
}
/* Struct = IDL:org/csapi/pam/TpPAMAPSEventData:1.0 */
-
-static void decode_org_csapi_pam_TpPAMAPSEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMAPSEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -90391,7 +89245,6 @@ static void decode_org_csapi_pam_TpPAMAPSEventData_st(tvbuff_t *tvb _U_, packet_
guint32 i_TpPAMAPSEventData_AgentType;
guint32 u_octet4_loop_TpPAMAPSEventData_AttributeNames;
guint32 i_TpPAMAPSEventData_AttributeNames;
- gint64 s_octet8;
/* Operation specific Variable declarations End */
@@ -90449,16 +89302,16 @@ static void decode_org_csapi_pam_TpPAMAPSEventData_st(tvbuff_t *tvb _U_, packet_
}
- s_octet8 = get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-8,8,"TpPAMAPSEventData_ReportingPeriod = %" G_GINT64_MODIFIER "d",s_octet8);
+ proto_tree_add_text(tree,tvb,*offset-8,8,"TpPAMAPSEventData_ReportingPeriod = %" G_GINT64_MODIFIER "d",get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/pam/TpPAMAPSNotificationData:1.0 */
-
-static void decode_org_csapi_pam_TpPAMAPSNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMAPSNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -90500,8 +89353,9 @@ static void decode_org_csapi_pam_TpPAMAPSNotificationData_st(tvbuff_t *tvb _U_,
}
/* Struct = IDL:org/csapi/pam/TpPAMIPSEventData:1.0 */
-
-static void decode_org_csapi_pam_TpPAMIPSEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMIPSEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -90514,7 +89368,6 @@ static void decode_org_csapi_pam_TpPAMIPSEventData_st(tvbuff_t *tvb _U_, packet_
guint32 i_TpPAMIPSEventData_IdentityType;
guint32 u_octet4_loop_TpPAMIPSEventData_AttributeNames;
guint32 i_TpPAMIPSEventData_AttributeNames;
- gint64 s_octet8;
/* Operation specific Variable declarations End */
@@ -90572,16 +89425,16 @@ static void decode_org_csapi_pam_TpPAMIPSEventData_st(tvbuff_t *tvb _U_, packet_
}
- s_octet8 = get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-8,8,"TpPAMIPSEventData_ReportingPeriod = %" G_GINT64_MODIFIER "d",s_octet8);
+ proto_tree_add_text(tree,tvb,*offset-8,8,"TpPAMIPSEventData_ReportingPeriod = %" G_GINT64_MODIFIER "d",get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/pam/TpPAMIPSNotificationData:1.0 */
-
-static void decode_org_csapi_pam_TpPAMIPSNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMIPSNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -90622,8 +89475,9 @@ static void decode_org_csapi_pam_TpPAMIPSNotificationData_st(tvbuff_t *tvb _U_,
}
/* Struct = IDL:org/csapi/pam/TpPAMAVCEventData:1.0 */
-
-static void decode_org_csapi_pam_TpPAMAVCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMAVCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -90638,7 +89492,6 @@ static void decode_org_csapi_pam_TpPAMAVCEventData_st(tvbuff_t *tvb _U_, packet_
guint32 i_TpPAMAVCEventData_PAMContext;
guint32 u_octet4_loop_TpPAMAVCEventData_AttributeNames;
guint32 i_TpPAMAVCEventData_AttributeNames;
- gint64 s_octet8;
/* Operation specific Variable declarations End */
@@ -90713,16 +89566,16 @@ static void decode_org_csapi_pam_TpPAMAVCEventData_st(tvbuff_t *tvb _U_, packet_
}
- s_octet8 = get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-8,8,"TpPAMAVCEventData_ReportingPeriod = %" G_GINT64_MODIFIER "d",s_octet8);
+ proto_tree_add_text(tree,tvb,*offset-8,8,"TpPAMAVCEventData_ReportingPeriod = %" G_GINT64_MODIFIER "d",get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/pam/TpPAMAVCNotificationData:1.0 */
-
-static void decode_org_csapi_pam_TpPAMAVCNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMAVCNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -90763,8 +89616,9 @@ static void decode_org_csapi_pam_TpPAMAVCNotificationData_st(tvbuff_t *tvb _U_,
}
/* Struct = IDL:org/csapi/pam/TpPAMWCEventData:1.0 */
-
-static void decode_org_csapi_pam_TpPAMWCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMWCEventData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -90777,7 +89631,6 @@ static void decode_org_csapi_pam_TpPAMWCEventData_st(tvbuff_t *tvb _U_, packet_i
gchar *seq = NULL;
guint32 u_octet4_loop_TpPAMWCEventData_IdentityType;
guint32 i_TpPAMWCEventData_IdentityType;
- gint64 s_octet8;
/* Operation specific Variable declarations End */
@@ -90832,16 +89685,16 @@ static void decode_org_csapi_pam_TpPAMWCEventData_st(tvbuff_t *tvb _U_, packet_i
}
- s_octet8 = get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-8,8,"TpPAMWCEventData_ReportingPeriod = %" G_GINT64_MODIFIER "d",s_octet8);
+ proto_tree_add_text(tree,tvb,*offset-8,8,"TpPAMWCEventData_ReportingPeriod = %" G_GINT64_MODIFIER "d",get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/pam/TpPAMWCNotificationData:1.0 */
-
-static void decode_org_csapi_pam_TpPAMWCNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMWCNotificationData_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -90895,8 +89748,9 @@ static void decode_org_csapi_pam_TpPAMWCNotificationData_st(tvbuff_t *tvb _U_, p
}
/* Struct = IDL:org/csapi/pam/TpPAMErrorInfo:1.0 */
-
-static void decode_org_csapi_pam_TpPAMErrorInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMErrorInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -90921,86 +89775,83 @@ static void decode_org_csapi_pam_TpPAMErrorInfo_st(tvbuff_t *tvb _U_, packet_inf
}
/* Struct = IDL:org/csapi/mmm/TpMailboxIdentifier:1.0 */
-
-static void decode_org_csapi_mmm_TpMailboxIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_TpMailboxIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMailboxIdentifier_SessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpMailboxIdentifier_SessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/mmm/TpMultiMediaMessagingIdentifier:1.0 */
-
-static void decode_org_csapi_mmm_TpMultiMediaMessagingIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_TpMultiMediaMessagingIdentifier_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMultiMediaMessagingIdentifier_SessionID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpMultiMediaMessagingIdentifier_SessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/mmm/TpListMessagesCriteria:1.0 */
-
-static void decode_org_csapi_mmm_TpListMessagesCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_TpListMessagesCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- guint8 u_octet1;
/* Operation specific Variable declarations End */
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpListMessagesCriteria_OnlyUnreadMessages = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpListMessagesCriteria_OnlyUnreadMessages = %u",get_CDR_boolean(tvb,offset));
}
}
/* Struct = IDL:org/csapi/mmm/TpMailboxFolderStatusInformation:1.0 */
-
-static void decode_org_csapi_mmm_TpMailboxFolderStatusInformation_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_TpMailboxFolderStatusInformation_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMailboxFolderStatusInformation_TotalMessageCount = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpMailboxFolderStatusInformation_TotalMessageCount = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/mmm/TpMessageDescription:1.0 */
-
-static void decode_org_csapi_mmm_TpMessageDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_TpMessageDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -91009,7 +89860,6 @@ static void decode_org_csapi_mmm_TpMessageDescription_st(tvbuff_t *tvb _U_, pack
gchar *seq = NULL;
guint32 u_octet4_loop_TpMessageDescription_To;
guint32 i_TpMessageDescription_To;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -91065,23 +89915,22 @@ static void decode_org_csapi_mmm_TpMessageDescription_st(tvbuff_t *tvb _U_, pack
g_free(seq); /* free buffer */
seq = NULL;
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMessageDescription_Size = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpMessageDescription_Size = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/mmm/TpBodyPartDescription:1.0 */
-
-static void decode_org_csapi_mmm_TpBodyPartDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_TpBodyPartDescription_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gchar *seq = NULL;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -91094,9 +89943,8 @@ static void decode_org_csapi_mmm_TpBodyPartDescription_st(tvbuff_t *tvb _U_, pac
g_free(seq); /* free buffer */
seq = NULL;
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpBodyPartDescription_ContentSize = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpBodyPartDescription_ContentSize = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
@@ -91144,23 +89992,22 @@ static void decode_org_csapi_mmm_TpBodyPartDescription_st(tvbuff_t *tvb _U_, pac
g_free(seq); /* free buffer */
seq = NULL;
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpBodyPartDescription_NestingLevel = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpBodyPartDescription_NestingLevel = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/mmm/TpBodyPart:1.0 */
-
-static void decode_org_csapi_mmm_TpBodyPart_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_TpBodyPart_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_TpBodyPart_BodyPartContent;
guint32 i_TpBodyPart_BodyPartContent;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -91179,9 +90026,8 @@ static void decode_org_csapi_mmm_TpBodyPart_st(tvbuff_t *tvb _U_, packet_info *p
for (i_TpBodyPart_BodyPartContent=0; i_TpBodyPart_BodyPartContent < u_octet4_loop_TpBodyPart_BodyPartContent; i_TpBodyPart_BodyPartContent++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpBodyPart_BodyPartContent = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpBodyPart_BodyPartContent = %u",get_CDR_octet(tvb,offset));
}
}
@@ -91189,8 +90035,9 @@ static void decode_org_csapi_mmm_TpBodyPart_st(tvbuff_t *tvb _U_, packet_info *p
}
/* Struct = IDL:org/csapi/mmm/TpGenericHeaderField:1.0 */
-
-static void decode_org_csapi_mmm_TpGenericHeaderField_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_TpGenericHeaderField_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -91221,8 +90068,9 @@ static void decode_org_csapi_mmm_TpGenericHeaderField_st(tvbuff_t *tvb _U_, pack
}
/* Struct = IDL:org/csapi/mmm/TpMessageInfoPropertyError:1.0 */
-
-static void decode_org_csapi_mmm_TpMessageInfoPropertyError_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_TpMessageInfoPropertyError_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -91246,8 +90094,9 @@ static void decode_org_csapi_mmm_TpMessageInfoPropertyError_st(tvbuff_t *tvb _U_
}
/* Struct = IDL:org/csapi/mmm/TpNewMailboxMessageArrivedCriteria:1.0 */
-
-static void decode_org_csapi_mmm_TpNewMailboxMessageArrivedCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_TpNewMailboxMessageArrivedCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -91278,8 +90127,9 @@ static void decode_org_csapi_mmm_TpNewMailboxMessageArrivedCriteria_st(tvbuff_t
}
/* Struct = IDL:org/csapi/mmm/TpNewMailboxMessageArrivedInfo:1.0 */
-
-static void decode_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -91347,13 +90197,13 @@ static void decode_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_st(tvbuff_t *tvb
}
/* Struct = IDL:org/csapi/mmm/TpQueryStatusReport:1.0 */
-
-static void decode_org_csapi_mmm_TpQueryStatusReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_TpQueryStatusReport_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -91365,16 +90215,16 @@ static void decode_org_csapi_mmm_TpQueryStatusReport_st(tvbuff_t *tvb _U_, packe
/* End struct "org_csapi_TpAddress" */
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpQueryStatusReport_ReportedStatus = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpQueryStatusReport_ReportedStatus = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/mmm/TpTerminatingAddressList:1.0 */
-
-static void decode_org_csapi_mmm_TpTerminatingAddressList_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_TpTerminatingAddressList_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -91442,13 +90292,13 @@ static void decode_org_csapi_mmm_TpTerminatingAddressList_st(tvbuff_t *tvb _U_,
}
/* Struct = IDL:org/csapi/mmm/TpNewMessageArrivedCriteria:1.0 */
-
-static void decode_org_csapi_mmm_TpNewMessageArrivedCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_TpNewMessageArrivedCriteria_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -91468,23 +90318,22 @@ static void decode_org_csapi_mmm_TpNewMessageArrivedCriteria_st(tvbuff_t *tvb _U
/* End struct "org_csapi_TpAddressRange" */
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpNewMessageArrivedCriteria_CreateMultiMediaMessagingSession = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpNewMessageArrivedCriteria_CreateMultiMediaMessagingSession = %u",get_CDR_boolean(tvb,offset));
}
}
/* Struct = IDL:org/csapi/mmm/TpMessagingNotificationRequested:1.0 */
-
-static void decode_org_csapi_mmm_TpMessagingNotificationRequested_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_TpMessagingNotificationRequested_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_TpMessagingNotificationRequested_EventCriteria;
guint32 i_TpMessagingNotificationRequested_EventCriteria;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
@@ -91504,23 +90353,22 @@ static void decode_org_csapi_mmm_TpMessagingNotificationRequested_st(tvbuff_t *t
}
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMessagingNotificationRequested_AssignmentID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"TpMessagingNotificationRequested_AssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
}
/* Struct = IDL:org/csapi/mmm/TpMessagingNotificationRequestedSetEntry:1.0 */
-
-static void decode_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4_loop_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet;
guint32 i_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet;
- guint8 u_octet1;
/* Operation specific Variable declarations End */
@@ -91541,16 +90389,16 @@ static void decode_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_st(tvb
}
- u_octet1 = get_CDR_boolean(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpMessagingNotificationRequestedSetEntry_Final = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpMessagingNotificationRequestedSetEntry_Final = %u",get_CDR_boolean(tvb,offset));
}
}
/* Struct = IDL:org/csapi/mmm/TpNewMessageArrivedInfo:1.0 */
-
-static void decode_org_csapi_mmm_TpNewMessageArrivedInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_TpNewMessageArrivedInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -91559,7 +90407,6 @@ static void decode_org_csapi_mmm_TpNewMessageArrivedInfo_st(tvbuff_t *tvb _U_, p
guint32 i_TpNewMessageArrivedInfo_DestinationAddressSet;
guint32 u_octet4_loop_TpNewMessageArrivedInfo_Message;
guint32 i_TpNewMessageArrivedInfo_Message;
- guint8 u_octet1;
guint32 u_octet4_loop_TpNewMessageArrivedInfo_Headers;
guint32 i_TpNewMessageArrivedInfo_Headers;
@@ -91597,9 +90444,8 @@ static void decode_org_csapi_mmm_TpNewMessageArrivedInfo_st(tvbuff_t *tvb _U_, p
for (i_TpNewMessageArrivedInfo_Message=0; i_TpNewMessageArrivedInfo_Message < u_octet4_loop_TpNewMessageArrivedInfo_Message; i_TpNewMessageArrivedInfo_Message++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpNewMessageArrivedInfo_Message = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"TpNewMessageArrivedInfo_Message = %u",get_CDR_octet(tvb,offset));
}
}
@@ -91631,8 +90477,9 @@ static void decode_org_csapi_mmm_TpNewMessageArrivedInfo_st(tvbuff_t *tvb _U_, p
}
/* Union = IDL:org/csapi/TpAoCOrder:1.0 */
-
-static void decode_org_csapi_TpAoCOrder_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_TpAoCOrder_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -91646,7 +90493,7 @@ static void decode_org_csapi_TpAoCOrder_un(tvbuff_t *tvb _U_, packet_info *pinfo
/*
* IDL Union Start - IDL:org/csapi/TpAoCOrder:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -91656,11 +90503,11 @@ static void decode_org_csapi_TpAoCOrder_un(tvbuff_t *tvb _U_, packet_info *pinfo
/*
* IDL Union - Discriminant - IDL:org/csapi/TpCallAoCOrderCategory:1.0
*/
-
+
disc_s_TpAoCOrder = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpAoCOrder == 0 ) {
-
+
/* Begin struct "org_csapi_TpChargeAdviceInfo" */
@@ -91671,9 +90518,9 @@ static void decode_org_csapi_TpAoCOrder_un(tvbuff_t *tvb _U_, packet_info *pinfo
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpAoCOrder == 1 ) {
-
+
/* Begin struct "org_csapi_TpChargePerTime" */
@@ -91684,9 +90531,9 @@ static void decode_org_csapi_TpAoCOrder_un(tvbuff_t *tvb _U_, packet_info *pinfo
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpAoCOrder == 2 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"NetworkCharge (%u) = %s",
@@ -91698,35 +90545,28 @@ static void decode_org_csapi_TpAoCOrder_un(tvbuff_t *tvb _U_, packet_info *pinfo
return; /* End Compare for this discriminant type */
}
-
+
}
/* Union = IDL:org/csapi/TpSimpleAttributeValue:1.0 */
-
-static void decode_org_csapi_TpSimpleAttributeValue_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_TpSimpleAttributeValue_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gint32 disc_s_TpSimpleAttributeValue;
- guint8 u_octet1;
gint8 s_octet1;
gchar *seq = NULL;
- gint16 s_octet2;
- guint16 u_octet2;
- gint32 s_octet4;
- gint64 s_octet8;
- guint64 u_octet8;
- gfloat my_float;
- gdouble my_double;
/* Operation specific Variable declarations End */
/*
* IDL Union Start - IDL:org/csapi/TpSimpleAttributeValue:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -91736,41 +90576,38 @@ static void decode_org_csapi_TpSimpleAttributeValue_un(tvbuff_t *tvb _U_, packet
/*
* IDL Union - Discriminant - IDL:org/csapi/TpSimpleAttributeTypeInfo:1.0
*/
-
+
disc_s_TpSimpleAttributeValue = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpSimpleAttributeValue == 0 ) {
-
- u_octet1 = get_CDR_boolean(tvb,offset);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"BooleanValue = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"BooleanValue = %u",get_CDR_boolean(tvb,offset));
}
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpSimpleAttributeValue == 1 ) {
-
- u_octet1 = get_CDR_octet(tvb,offset);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"OctetValue = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"OctetValue = %u",get_CDR_octet(tvb,offset));
}
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpSimpleAttributeValue == 2 ) {
-
- u_octet1 = get_CDR_char(tvb,offset);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"CharValue = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"CharValue = %u",get_CDR_char(tvb,offset));
}
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpSimpleAttributeValue == 3 ) {
-
+
s_octet1 = get_CDR_wchar(tvb, &seq, offset, header);
if (tree) {
if (s_octet1 > 0)
@@ -91789,9 +90626,9 @@ static void decode_org_csapi_TpSimpleAttributeValue_un(tvbuff_t *tvb _U_, packet
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpSimpleAttributeValue == 4 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"StringValue (%u) = %s",
@@ -91803,9 +90640,9 @@ static void decode_org_csapi_TpSimpleAttributeValue_un(tvbuff_t *tvb _U_, packet
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpSimpleAttributeValue == 5 ) {
-
+
u_octet4 = get_CDR_wstring(tvb, &seq, offset, stream_is_big_endian, boundary, header);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"WStringValue (%u) = %s",
@@ -91817,92 +90654,85 @@ static void decode_org_csapi_TpSimpleAttributeValue_un(tvbuff_t *tvb _U_, packet
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpSimpleAttributeValue == 6 ) {
-
- s_octet2 = get_CDR_short(tvb,offset,stream_is_big_endian, boundary);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Int16Value = %i",s_octet2);
+ proto_tree_add_text(tree,tvb,*offset-2,2,"Int16Value = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
}
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpSimpleAttributeValue == 7 ) {
-
- u_octet2 = get_CDR_ushort(tvb,offset,stream_is_big_endian, boundary);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"UnsignedInt16Value = %u",u_octet2);
+ proto_tree_add_text(tree,tvb,*offset-2,2,"UnsignedInt16Value = %u",get_CDR_ushort(tvb,offset,stream_is_big_endian, boundary));
}
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpSimpleAttributeValue == 8 ) {
-
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"Int32Value = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"Int32Value = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpSimpleAttributeValue == 9 ) {
-
- u_octet4 = get_CDR_ulong(tvb,offset,stream_is_big_endian, boundary);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"UnsignedInt32Value = %u",u_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"UnsignedInt32Value = %u",get_CDR_ulong(tvb,offset,stream_is_big_endian, boundary));
}
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpSimpleAttributeValue == 10 ) {
-
- s_octet8 = get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-8,8,"Int64Value = %" G_GINT64_MODIFIER "d",s_octet8);
+ proto_tree_add_text(tree,tvb,*offset-8,8,"Int64Value = %" G_GINT64_MODIFIER "d",get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary));
}
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpSimpleAttributeValue == 11 ) {
-
- u_octet8 = get_CDR_ulong_long(tvb,offset,stream_is_big_endian, boundary);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-8,8,"UnsignedInt64Value = %" G_GINT64_MODIFIER "u",u_octet8);
+ proto_tree_add_text(tree,tvb,*offset-8,8,"UnsignedInt64Value = %" G_GINT64_MODIFIER "u",get_CDR_ulong_long(tvb,offset,stream_is_big_endian, boundary));
}
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpSimpleAttributeValue == 12 ) {
-
- my_float = get_CDR_float(tvb,offset,stream_is_big_endian, boundary);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"FloatValue = %.6e",my_float);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"FloatValue = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
}
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpSimpleAttributeValue == 13 ) {
-
- my_double = get_CDR_double(tvb,offset,stream_is_big_endian, boundary);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-8,8,"DoubleValue = %.15e",my_double);
+ proto_tree_add_text(tree,tvb,*offset-8,8,"DoubleValue = %.15e",get_CDR_double(tvb,offset,stream_is_big_endian, boundary));
}
return; /* End Compare for this discriminant type */
}
-
+
}
/* Union = IDL:org/csapi/TpAttributeValue:1.0 */
-
-static void decode_org_csapi_TpAttributeValue_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_TpAttributeValue_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -91916,7 +90746,7 @@ static void decode_org_csapi_TpAttributeValue_un(tvbuff_t *tvb _U_, packet_info
/*
* IDL Union Start - IDL:org/csapi/TpAttributeValue:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -91926,11 +90756,11 @@ static void decode_org_csapi_TpAttributeValue_un(tvbuff_t *tvb _U_, packet_info
/*
* IDL Union - Discriminant - IDL:org/csapi/TpAttributeTagInfo:1.0
*/
-
+
disc_s_TpAttributeValue = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpAttributeValue == 0 ) {
-
+
/* Begin union "org_csapi_TpSimpleAttributeValue" */
@@ -91940,9 +90770,9 @@ static void decode_org_csapi_TpAttributeValue_un(tvbuff_t *tvb _U_, packet_info
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpAttributeValue == 1 ) {
-
+
/* Begin struct "org_csapi_TpStructuredAttributeValue" */
@@ -91953,9 +90783,9 @@ static void decode_org_csapi_TpAttributeValue_un(tvbuff_t *tvb _U_, packet_info
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpAttributeValue == 2 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"XMLValue (%u) = %s",
@@ -91967,12 +90797,13 @@ static void decode_org_csapi_TpAttributeValue_un(tvbuff_t *tvb _U_, packet_info
return; /* End Compare for this discriminant type */
}
-
+
}
/* Union = IDL:org/csapi/fw/TpFwEventCriteria:1.0 */
-
-static void decode_org_csapi_fw_TpFwEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpFwEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -92000,7 +90831,7 @@ static void decode_org_csapi_fw_TpFwEventCriteria_un(tvbuff_t *tvb _U_, packet_i
/*
* IDL Union Start - IDL:org/csapi/fw/TpFwEventCriteria:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -92010,11 +90841,11 @@ static void decode_org_csapi_fw_TpFwEventCriteria_un(tvbuff_t *tvb _U_, packet_i
/*
* IDL Union - Discriminant - IDL:org/csapi/fw/TpFwEventName:1.0
*/
-
+
disc_s_TpFwEventCriteria = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpFwEventCriteria == 0 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"EventNameUndefined (%u) = %s",
@@ -92026,9 +90857,9 @@ static void decode_org_csapi_fw_TpFwEventCriteria_un(tvbuff_t *tvb _U_, packet_i
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpFwEventCriteria == 1 ) {
-
+
u_octet4_loop_ServiceTypeNameList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of ServiceTypeNameList = %u",u_octet4_loop_ServiceTypeNameList);
@@ -92049,9 +90880,9 @@ static void decode_org_csapi_fw_TpFwEventCriteria_un(tvbuff_t *tvb _U_, packet_i
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpFwEventCriteria == 2 ) {
-
+
u_octet4_loop_UnavailableServiceTypeNameList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of UnavailableServiceTypeNameList = %u",u_octet4_loop_UnavailableServiceTypeNameList);
@@ -92072,9 +90903,9 @@ static void decode_org_csapi_fw_TpFwEventCriteria_un(tvbuff_t *tvb _U_, packet_i
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpFwEventCriteria == 3 ) {
-
+
u_octet4_loop_CompatibleServiceTypeNameList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of CompatibleServiceTypeNameList = %u",u_octet4_loop_CompatibleServiceTypeNameList);
@@ -92095,9 +90926,9 @@ static void decode_org_csapi_fw_TpFwEventCriteria_un(tvbuff_t *tvb _U_, packet_i
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpFwEventCriteria == 4 ) {
-
+
u_octet4_loop_SessionCreatedList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of SessionCreatedList = %u",u_octet4_loop_SessionCreatedList);
@@ -92118,9 +90949,9 @@ static void decode_org_csapi_fw_TpFwEventCriteria_un(tvbuff_t *tvb _U_, packet_i
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpFwEventCriteria == 5 ) {
-
+
u_octet4_loop_SessionTerminatedList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of SessionTerminatedList = %u",u_octet4_loop_SessionTerminatedList);
@@ -92141,9 +90972,9 @@ static void decode_org_csapi_fw_TpFwEventCriteria_un(tvbuff_t *tvb _U_, packet_i
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpFwEventCriteria == 6 ) {
-
+
u_octet4_loop_AgreementSignedList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of AgreementSignedList = %u",u_octet4_loop_AgreementSignedList);
@@ -92164,9 +90995,9 @@ static void decode_org_csapi_fw_TpFwEventCriteria_un(tvbuff_t *tvb _U_, packet_i
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpFwEventCriteria == 7 ) {
-
+
u_octet4_loop_AgreementEndedList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of AgreementEndedList = %u",u_octet4_loop_AgreementEndedList);
@@ -92187,12 +91018,13 @@ static void decode_org_csapi_fw_TpFwEventCriteria_un(tvbuff_t *tvb _U_, packet_i
return; /* End Compare for this discriminant type */
}
-
+
}
/* Union = IDL:org/csapi/fw/TpLoadStatisticEntityID:1.0 */
-
-static void decode_org_csapi_fw_TpLoadStatisticEntityID_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpLoadStatisticEntityID_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -92206,7 +91038,7 @@ static void decode_org_csapi_fw_TpLoadStatisticEntityID_un(tvbuff_t *tvb _U_, pa
/*
* IDL Union Start - IDL:org/csapi/fw/TpLoadStatisticEntityID:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -92216,11 +91048,11 @@ static void decode_org_csapi_fw_TpLoadStatisticEntityID_un(tvbuff_t *tvb _U_, pa
/*
* IDL Union - Discriminant - IDL:org/csapi/fw/TpLoadStatisticEntityType:1.0
*/
-
+
disc_s_TpLoadStatisticEntityID = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpLoadStatisticEntityID == 0 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"FrameworkID (%u) = %s",
@@ -92232,9 +91064,9 @@ static void decode_org_csapi_fw_TpLoadStatisticEntityID_un(tvbuff_t *tvb _U_, pa
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpLoadStatisticEntityID == 1 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"ServiceID (%u) = %s",
@@ -92246,9 +91078,9 @@ static void decode_org_csapi_fw_TpLoadStatisticEntityID_un(tvbuff_t *tvb _U_, pa
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpLoadStatisticEntityID == 2 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"ClientAppID (%u) = %s",
@@ -92260,12 +91092,13 @@ static void decode_org_csapi_fw_TpLoadStatisticEntityID_un(tvbuff_t *tvb _U_, pa
return; /* End Compare for this discriminant type */
}
-
+
}
/* Union = IDL:org/csapi/fw/TpLoadStatisticInfo:1.0 */
-
-static void decode_org_csapi_fw_TpLoadStatisticInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpLoadStatisticInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -92278,7 +91111,7 @@ static void decode_org_csapi_fw_TpLoadStatisticInfo_un(tvbuff_t *tvb _U_, packet
/*
* IDL Union Start - IDL:org/csapi/fw/TpLoadStatisticInfo:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -92288,11 +91121,11 @@ static void decode_org_csapi_fw_TpLoadStatisticInfo_un(tvbuff_t *tvb _U_, packet
/*
* IDL Union - Discriminant - IDL:org/csapi/fw/TpLoadStatisticInfoType:1.0
*/
-
+
disc_s_TpLoadStatisticInfo = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpLoadStatisticInfo == 0 ) {
-
+
/* Begin struct "org_csapi_fw_TpLoadStatisticData" */
@@ -92303,9 +91136,9 @@ static void decode_org_csapi_fw_TpLoadStatisticInfo_un(tvbuff_t *tvb _U_, packet
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpLoadStatisticInfo == 1 ) {
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -92314,12 +91147,13 @@ static void decode_org_csapi_fw_TpLoadStatisticInfo_un(tvbuff_t *tvb _U_, packet
return; /* End Compare for this discriminant type */
}
-
+
}
/* Union = IDL:org/csapi/fw/TpDomainID:1.0 */
-
-static void decode_org_csapi_fw_TpDomainID_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpDomainID_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -92333,7 +91167,7 @@ static void decode_org_csapi_fw_TpDomainID_un(tvbuff_t *tvb _U_, packet_info *pi
/*
* IDL Union Start - IDL:org/csapi/fw/TpDomainID:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -92343,11 +91177,11 @@ static void decode_org_csapi_fw_TpDomainID_un(tvbuff_t *tvb _U_, packet_info *pi
/*
* IDL Union - Discriminant - IDL:org/csapi/fw/TpDomainIDType:1.0
*/
-
+
disc_s_TpDomainID = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpDomainID == 0 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"FwID (%u) = %s",
@@ -92359,9 +91193,9 @@ static void decode_org_csapi_fw_TpDomainID_un(tvbuff_t *tvb _U_, packet_info *pi
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpDomainID == 1 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"ClientAppID (%u) = %s",
@@ -92373,9 +91207,9 @@ static void decode_org_csapi_fw_TpDomainID_un(tvbuff_t *tvb _U_, packet_info *pi
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpDomainID == 2 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"EntOpID (%u) = %s",
@@ -92387,9 +91221,9 @@ static void decode_org_csapi_fw_TpDomainID_un(tvbuff_t *tvb _U_, packet_info *pi
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpDomainID == 3 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"ServiceID (%u) = %s",
@@ -92401,9 +91235,9 @@ static void decode_org_csapi_fw_TpDomainID_un(tvbuff_t *tvb _U_, packet_info *pi
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpDomainID == 4 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"ServiceSupplierID (%u) = %s",
@@ -92415,26 +91249,26 @@ static void decode_org_csapi_fw_TpDomainID_un(tvbuff_t *tvb _U_, packet_info *pi
return; /* End Compare for this discriminant type */
}
-
+
}
/* Union = IDL:org/csapi/fw/TpMigrationAdditionalInfo:1.0 */
-
-static void decode_org_csapi_fw_TpMigrationAdditionalInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpMigrationAdditionalInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
- /*Manual Fix Clang Warning gint32 disc_s_TpMigrationAdditionalInfo;*/
- gint16 s_octet2;
+ gint32 disc_s_TpMigrationAdditionalInfo;
/* Operation specific Variable declarations End */
/*
* IDL Union Start - IDL:org/csapi/fw/TpMigrationAdditionalInfo:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -92444,24 +91278,24 @@ static void decode_org_csapi_fw_TpMigrationAdditionalInfo_un(tvbuff_t *tvb _U_,
/*
* IDL Union - Discriminant - IDL:org/csapi/fw/TpMigrationAdditionalInfoType:1.0
*/
-
- /*Manual Fix Clang Warning disc_s_TpMigrationAdditionalInfo = (gint32) u_octet4;*/ /* save Enum Value discriminant and cast to gint32 */
+
+ disc_s_TpMigrationAdditionalInfo = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
/* Default Union Case Start */
- s_octet2 = get_CDR_short(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",s_octet2);
+ proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
}
/* Default Union Case End */
-
+
}
/* Union = IDL:org/csapi/fw/TpFwEventInfo:1.0 */
-
-static void decode_org_csapi_fw_TpFwEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_fw_TpFwEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -92479,7 +91313,7 @@ static void decode_org_csapi_fw_TpFwEventInfo_un(tvbuff_t *tvb _U_, packet_info
/*
* IDL Union Start - IDL:org/csapi/fw/TpFwEventInfo:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -92489,11 +91323,11 @@ static void decode_org_csapi_fw_TpFwEventInfo_un(tvbuff_t *tvb _U_, packet_info
/*
* IDL Union - Discriminant - IDL:org/csapi/fw/TpFwEventName:1.0
*/
-
+
disc_s_TpFwEventInfo = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpFwEventInfo == 0 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"EventNameUndefined (%u) = %s",
@@ -92505,9 +91339,9 @@ static void decode_org_csapi_fw_TpFwEventInfo_un(tvbuff_t *tvb _U_, packet_info
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpFwEventInfo == 1 ) {
-
+
u_octet4_loop_ServiceIDList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of ServiceIDList = %u",u_octet4_loop_ServiceIDList);
@@ -92528,9 +91362,9 @@ static void decode_org_csapi_fw_TpFwEventInfo_un(tvbuff_t *tvb _U_, packet_info
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpFwEventInfo == 2 ) {
-
+
u_octet4_loop_UnavailableServiceIDList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of UnavailableServiceIDList = %u",u_octet4_loop_UnavailableServiceIDList);
@@ -92551,9 +91385,9 @@ static void decode_org_csapi_fw_TpFwEventInfo_un(tvbuff_t *tvb _U_, packet_info
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpFwEventInfo == 3 ) {
-
+
/* Begin struct "org_csapi_fw_TpFwMigrationServiceAvailableInfo" */
@@ -92564,9 +91398,9 @@ static void decode_org_csapi_fw_TpFwEventInfo_un(tvbuff_t *tvb _U_, packet_info
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpFwEventInfo == 4 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"AppSessionCreated (%u) = %s",
@@ -92578,9 +91412,9 @@ static void decode_org_csapi_fw_TpFwEventInfo_un(tvbuff_t *tvb _U_, packet_info
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpFwEventInfo == 5 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"AppSessionTerminated (%u) = %s",
@@ -92592,9 +91426,9 @@ static void decode_org_csapi_fw_TpFwEventInfo_un(tvbuff_t *tvb _U_, packet_info
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpFwEventInfo == 6 ) {
-
+
/* Begin struct "org_csapi_fw_TpFwAgreementInfo" */
@@ -92605,9 +91439,9 @@ static void decode_org_csapi_fw_TpFwEventInfo_un(tvbuff_t *tvb _U_, packet_info
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpFwEventInfo == 7 ) {
-
+
/* Begin struct "org_csapi_fw_TpFwAgreementInfo" */
@@ -92618,19 +91452,19 @@ static void decode_org_csapi_fw_TpFwEventInfo_un(tvbuff_t *tvb _U_, packet_info
return; /* End Compare for this discriminant type */
}
-
+
}
/* Union = IDL:org/csapi/ui/TpUIVariableInfo:1.0 */
-
-static void decode_org_csapi_ui_TpUIVariableInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_TpUIVariableInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gint32 disc_s_TpUIVariableInfo;
- gint32 s_octet4;
gchar *seq = NULL;
/* Operation specific Variable declarations End */
@@ -92638,7 +91472,7 @@ static void decode_org_csapi_ui_TpUIVariableInfo_un(tvbuff_t *tvb _U_, packet_in
/*
* IDL Union Start - IDL:org/csapi/ui/TpUIVariableInfo:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -92648,21 +91482,20 @@ static void decode_org_csapi_ui_TpUIVariableInfo_un(tvbuff_t *tvb _U_, packet_in
/*
* IDL Union - Discriminant - IDL:org/csapi/ui/TpUIVariablePartType:1.0
*/
-
+
disc_s_TpUIVariableInfo = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpUIVariableInfo == 0 ) {
-
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"VariablePartInteger = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"VariablePartInteger = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpUIVariableInfo == 1 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"VariablePartAddress (%u) = %s",
@@ -92674,9 +91507,9 @@ static void decode_org_csapi_ui_TpUIVariableInfo_un(tvbuff_t *tvb _U_, packet_in
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpUIVariableInfo == 2 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"VariablePartTime (%u) = %s",
@@ -92688,9 +91521,9 @@ static void decode_org_csapi_ui_TpUIVariableInfo_un(tvbuff_t *tvb _U_, packet_in
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpUIVariableInfo == 3 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"VariablePartDate (%u) = %s",
@@ -92702,9 +91535,9 @@ static void decode_org_csapi_ui_TpUIVariableInfo_un(tvbuff_t *tvb _U_, packet_in
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpUIVariableInfo == 4 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"VariablePartPrice (%u) = %s",
@@ -92716,23 +91549,22 @@ static void decode_org_csapi_ui_TpUIVariableInfo_un(tvbuff_t *tvb _U_, packet_in
return; /* End Compare for this discriminant type */
}
-
+
}
/* Union = IDL:org/csapi/ui/TpUIInfo:1.0 */
-
-static void decode_org_csapi_ui_TpUIInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_TpUIInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gint32 disc_s_TpUIInfo;
- gint32 s_octet4;
gchar *seq = NULL;
guint32 u_octet4_loop_InfoBinData;
guint32 i_InfoBinData;
- guint8 u_octet1;
guint32 u_octet4_loop_InfoMimeData;
guint32 i_InfoMimeData;
guint32 u_octet4_loop_InfoWaveData;
@@ -92745,7 +91577,7 @@ static void decode_org_csapi_ui_TpUIInfo_un(tvbuff_t *tvb _U_, packet_info *pinf
/*
* IDL Union Start - IDL:org/csapi/ui/TpUIInfo:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -92755,21 +91587,20 @@ static void decode_org_csapi_ui_TpUIInfo_un(tvbuff_t *tvb _U_, packet_info *pinf
/*
* IDL Union - Discriminant - IDL:org/csapi/ui/TpUIInfoType:1.0
*/
-
+
disc_s_TpUIInfo = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpUIInfo == 0 ) {
-
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"InfoID = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"InfoID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpUIInfo == 1 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"InfoData (%u) = %s",
@@ -92781,9 +91612,9 @@ static void decode_org_csapi_ui_TpUIInfo_un(tvbuff_t *tvb _U_, packet_info *pinf
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpUIInfo == 2 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"InfoAddress (%u) = %s",
@@ -92795,9 +91626,9 @@ static void decode_org_csapi_ui_TpUIInfo_un(tvbuff_t *tvb _U_, packet_info *pinf
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpUIInfo == 3 ) {
-
+
u_octet4_loop_InfoBinData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of InfoBinData = %u",u_octet4_loop_InfoBinData);
@@ -92805,18 +91636,17 @@ static void decode_org_csapi_ui_TpUIInfo_un(tvbuff_t *tvb _U_, packet_info *pinf
for (i_InfoBinData=0; i_InfoBinData < u_octet4_loop_InfoBinData; i_InfoBinData++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"InfoBinData = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"InfoBinData = %u",get_CDR_octet(tvb,offset));
}
}
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpUIInfo == 4 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"InfoUUEncData (%u) = %s",
@@ -92828,9 +91658,9 @@ static void decode_org_csapi_ui_TpUIInfo_un(tvbuff_t *tvb _U_, packet_info *pinf
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpUIInfo == 5 ) {
-
+
u_octet4_loop_InfoMimeData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of InfoMimeData = %u",u_octet4_loop_InfoMimeData);
@@ -92838,18 +91668,17 @@ static void decode_org_csapi_ui_TpUIInfo_un(tvbuff_t *tvb _U_, packet_info *pinf
for (i_InfoMimeData=0; i_InfoMimeData < u_octet4_loop_InfoMimeData; i_InfoMimeData++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"InfoMimeData = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"InfoMimeData = %u",get_CDR_octet(tvb,offset));
}
}
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpUIInfo == 6 ) {
-
+
u_octet4_loop_InfoWaveData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of InfoWaveData = %u",u_octet4_loop_InfoWaveData);
@@ -92857,18 +91686,17 @@ static void decode_org_csapi_ui_TpUIInfo_un(tvbuff_t *tvb _U_, packet_info *pinf
for (i_InfoWaveData=0; i_InfoWaveData < u_octet4_loop_InfoWaveData; i_InfoWaveData++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"InfoWaveData = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"InfoWaveData = %u",get_CDR_octet(tvb,offset));
}
}
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpUIInfo == 7 ) {
-
+
u_octet4_loop_InfoAuData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of InfoAuData = %u",u_octet4_loop_InfoAuData);
@@ -92876,18 +91704,17 @@ static void decode_org_csapi_ui_TpUIInfo_un(tvbuff_t *tvb _U_, packet_info *pinf
for (i_InfoAuData=0; i_InfoAuData < u_octet4_loop_InfoAuData; i_InfoAuData++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"InfoAuData = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"InfoAuData = %u",get_CDR_octet(tvb,offset));
}
}
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpUIInfo == 8 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"InfoVXMLData (%u) = %s",
@@ -92899,9 +91726,9 @@ static void decode_org_csapi_ui_TpUIInfo_un(tvbuff_t *tvb _U_, packet_info *pinf
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpUIInfo == 9 ) {
-
+
/* Begin struct "org_csapi_ui_TpUISynthesisInfoData" */
@@ -92912,26 +91739,26 @@ static void decode_org_csapi_ui_TpUIInfo_un(tvbuff_t *tvb _U_, packet_info *pinf
return; /* End Compare for this discriminant type */
}
-
+
}
/* Union = IDL:org/csapi/cc/TpCallAdditionalErrorInfo:1.0 */
-
-static void decode_org_csapi_cc_TpCallAdditionalErrorInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_TpCallAdditionalErrorInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gint32 disc_s_TpCallAdditionalErrorInfo;
- gint16 s_octet2;
/* Operation specific Variable declarations End */
/*
* IDL Union Start - IDL:org/csapi/cc/TpCallAdditionalErrorInfo:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -92941,11 +91768,11 @@ static void decode_org_csapi_cc_TpCallAdditionalErrorInfo_un(tvbuff_t *tvb _U_,
/*
* IDL Union - Discriminant - IDL:org/csapi/cc/TpCallErrorType:1.0
*/
-
+
disc_s_TpCallAdditionalErrorInfo = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpCallAdditionalErrorInfo == 1 ) {
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -92954,36 +91781,35 @@ static void decode_org_csapi_cc_TpCallAdditionalErrorInfo_un(tvbuff_t *tvb _U_,
return; /* End Compare for this discriminant type */
}
-
+
/* Default Union Case Start */
- s_octet2 = get_CDR_short(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",s_octet2);
+ proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
}
/* Default Union Case End */
-
+
}
/* Union = IDL:org/csapi/cc/TpCallLoadControlMechanism:1.0 */
-
-static void decode_org_csapi_cc_TpCallLoadControlMechanism_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_TpCallLoadControlMechanism_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gint32 disc_s_TpCallLoadControlMechanism;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
/*
* IDL Union Start - IDL:org/csapi/cc/TpCallLoadControlMechanism:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -92993,38 +91819,37 @@ static void decode_org_csapi_cc_TpCallLoadControlMechanism_un(tvbuff_t *tvb _U_,
/*
* IDL Union - Discriminant - IDL:org/csapi/cc/TpCallLoadControlMechanismType:1.0
*/
-
+
disc_s_TpCallLoadControlMechanism = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpCallLoadControlMechanism == 0 ) {
-
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"CallLoadControlPerInterval = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"CallLoadControlPerInterval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
return; /* End Compare for this discriminant type */
}
-
+
}
/* Union = IDL:org/csapi/cc/TpCallAdditionalTreatmentInfo:1.0 */
-
-static void decode_org_csapi_cc_TpCallAdditionalTreatmentInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_TpCallAdditionalTreatmentInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gint32 disc_s_TpCallAdditionalTreatmentInfo;
- gint16 s_octet2;
/* Operation specific Variable declarations End */
/*
* IDL Union Start - IDL:org/csapi/cc/TpCallAdditionalTreatmentInfo:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -93034,11 +91859,11 @@ static void decode_org_csapi_cc_TpCallAdditionalTreatmentInfo_un(tvbuff_t *tvb _
/*
* IDL Union - Discriminant - IDL:org/csapi/cc/TpCallTreatmentType:1.0
*/
-
+
disc_s_TpCallAdditionalTreatmentInfo = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpCallAdditionalTreatmentInfo == 2 ) {
-
+
/* Begin union "org_csapi_ui_TpUIInfo" */
@@ -93048,36 +91873,35 @@ static void decode_org_csapi_cc_TpCallAdditionalTreatmentInfo_un(tvbuff_t *tvb _
return; /* End Compare for this discriminant type */
}
-
+
/* Default Union Case Start */
- s_octet2 = get_CDR_short(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",s_octet2);
+ proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
}
/* Default Union Case End */
-
+
}
/* Union = IDL:org/csapi/cc/TpCallPartyToChargeAdditionalInfo:1.0 */
-
-static void decode_org_csapi_cc_TpCallPartyToChargeAdditionalInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_TpCallPartyToChargeAdditionalInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gint32 disc_s_TpCallPartyToChargeAdditionalInfo;
- gint16 s_octet2;
/* Operation specific Variable declarations End */
/*
* IDL Union Start - IDL:org/csapi/cc/TpCallPartyToChargeAdditionalInfo:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -93087,11 +91911,11 @@ static void decode_org_csapi_cc_TpCallPartyToChargeAdditionalInfo_un(tvbuff_t *t
/*
* IDL Union - Discriminant - IDL:org/csapi/cc/TpCallPartyToChargeType:1.0
*/
-
+
disc_s_TpCallPartyToChargeAdditionalInfo = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpCallPartyToChargeAdditionalInfo == 2 ) {
-
+
/* Begin struct "org_csapi_TpAddress" */
@@ -93102,38 +91926,36 @@ static void decode_org_csapi_cc_TpCallPartyToChargeAdditionalInfo_un(tvbuff_t *t
return; /* End Compare for this discriminant type */
}
-
+
/* Default Union Case Start */
- s_octet2 = get_CDR_short(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",s_octet2);
+ proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
}
/* Default Union Case End */
-
+
}
/* Union = IDL:org/csapi/cc/gccs/TpCallAppInfo:1.0 */
-
-static void decode_org_csapi_cc_gccs_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gint32 disc_s_TpCallAppInfo;
- gint32 s_octet4;
gchar *seq = NULL;
- gint16 s_octet2;
/* Operation specific Variable declarations End */
/*
* IDL Union Start - IDL:org/csapi/cc/gccs/TpCallAppInfo:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -93143,21 +91965,20 @@ static void decode_org_csapi_cc_gccs_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_
/*
* IDL Union - Discriminant - IDL:org/csapi/cc/gccs/TpCallAppInfoType:1.0
*/
-
+
disc_s_TpCallAppInfo = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpCallAppInfo == 1 ) {
-
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"CallAppAlertingMechanism = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"CallAppAlertingMechanism = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpCallAppInfo == 2 ) {
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -93166,9 +91987,9 @@ static void decode_org_csapi_cc_gccs_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpCallAppInfo == 3 ) {
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -93177,9 +91998,9 @@ static void decode_org_csapi_cc_gccs_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpCallAppInfo == 4 ) {
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -93188,9 +92009,9 @@ static void decode_org_csapi_cc_gccs_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpCallAppInfo == 5 ) {
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -93199,9 +92020,9 @@ static void decode_org_csapi_cc_gccs_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpCallAppInfo == 6 ) {
-
+
/* Begin struct "org_csapi_TpAddress" */
@@ -93212,9 +92033,9 @@ static void decode_org_csapi_cc_gccs_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpCallAppInfo == 7 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"CallAppGenericInfo (%u) = %s",
@@ -93226,9 +92047,9 @@ static void decode_org_csapi_cc_gccs_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpCallAppInfo == 8 ) {
-
+
/* Begin struct "org_csapi_TpAddress" */
@@ -93239,22 +92060,22 @@ static void decode_org_csapi_cc_gccs_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_
return; /* End Compare for this discriminant type */
}
-
+
/* Default Union Case Start */
- s_octet2 = get_CDR_short(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",s_octet2);
+ proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
}
/* Default Union Case End */
-
+
}
/* Union = IDL:org/csapi/cc/gccs/TpCallAdditionalReportInfo:1.0 */
-
-static void decode_org_csapi_cc_gccs_TpCallAdditionalReportInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_TpCallAdditionalReportInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -93262,14 +92083,13 @@ static void decode_org_csapi_cc_gccs_TpCallAdditionalReportInfo_un(tvbuff_t *tvb
guint32 u_octet4;
gint32 disc_s_TpCallAdditionalReportInfo;
gchar *seq = NULL;
- gint16 s_octet2;
/* Operation specific Variable declarations End */
/*
* IDL Union Start - IDL:org/csapi/cc/gccs/TpCallAdditionalReportInfo:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -93279,11 +92099,11 @@ static void decode_org_csapi_cc_gccs_TpCallAdditionalReportInfo_un(tvbuff_t *tvb
/*
* IDL Union - Discriminant - IDL:org/csapi/cc/gccs/TpCallReportType:1.0
*/
-
+
disc_s_TpCallAdditionalReportInfo = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpCallAdditionalReportInfo == 4 ) {
-
+
/* Begin struct "org_csapi_cc_gccs_TpCallReleaseCause" */
@@ -93294,9 +92114,9 @@ static void decode_org_csapi_cc_gccs_TpCallAdditionalReportInfo_un(tvbuff_t *tvb
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpCallAdditionalReportInfo == 6 ) {
-
+
/* Begin struct "org_csapi_cc_gccs_TpCallReleaseCause" */
@@ -93307,9 +92127,9 @@ static void decode_org_csapi_cc_gccs_TpCallAdditionalReportInfo_un(tvbuff_t *tvb
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpCallAdditionalReportInfo == 7 ) {
-
+
/* Begin struct "org_csapi_TpAddress" */
@@ -93320,9 +92140,9 @@ static void decode_org_csapi_cc_gccs_TpCallAdditionalReportInfo_un(tvbuff_t *tvb
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpCallAdditionalReportInfo == 8 ) {
-
+
/* Begin struct "org_csapi_cc_TpCallServiceCode" */
@@ -93333,9 +92153,9 @@ static void decode_org_csapi_cc_gccs_TpCallAdditionalReportInfo_un(tvbuff_t *tvb
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpCallAdditionalReportInfo == 9 ) {
-
+
/* Begin struct "org_csapi_cc_gccs_TpCallReleaseCause" */
@@ -93346,9 +92166,9 @@ static void decode_org_csapi_cc_gccs_TpCallAdditionalReportInfo_un(tvbuff_t *tvb
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpCallAdditionalReportInfo == 10 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"QueueStatus (%u) = %s",
@@ -93360,9 +92180,9 @@ static void decode_org_csapi_cc_gccs_TpCallAdditionalReportInfo_un(tvbuff_t *tvb
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpCallAdditionalReportInfo == 11 ) {
-
+
/* Begin struct "org_csapi_cc_gccs_TpCallReleaseCause" */
@@ -93373,37 +92193,35 @@ static void decode_org_csapi_cc_gccs_TpCallAdditionalReportInfo_un(tvbuff_t *tvb
return; /* End Compare for this discriminant type */
}
-
+
/* Default Union Case Start */
- s_octet2 = get_CDR_short(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",s_octet2);
+ proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
}
/* Default Union Case End */
-
+
}
/* Union = IDL:org/csapi/cc/gccs/TpCallAdditionalReportCriteria:1.0 */
-
-static void decode_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gint32 disc_s_TpCallAdditionalReportCriteria;
- gint32 s_octet4;
- gint16 s_octet2;
/* Operation specific Variable declarations End */
/*
* IDL Union Start - IDL:org/csapi/cc/gccs/TpCallAdditionalReportCriteria:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -93413,21 +92231,20 @@ static void decode_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_un(tvbuff_t
/*
* IDL Union - Discriminant - IDL:org/csapi/cc/gccs/TpCallReportType:1.0
*/
-
+
disc_s_TpCallAdditionalReportCriteria = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpCallAdditionalReportCriteria == 5 ) {
-
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"NoAnswerDuration = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"NoAnswerDuration = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpCallAdditionalReportCriteria == 8 ) {
-
+
/* Begin struct "org_csapi_cc_TpCallServiceCode" */
@@ -93438,36 +92255,35 @@ static void decode_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_un(tvbuff_t
return; /* End Compare for this discriminant type */
}
-
+
/* Default Union Case Start */
- s_octet2 = get_CDR_short(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",s_octet2);
+ proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
}
/* Default Union Case End */
-
+
}
/* Union = IDL:org/csapi/cc/TpCallAdditionalEventInfo:1.0 */
-
-static void decode_org_csapi_cc_TpCallAdditionalEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_TpCallAdditionalEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gint32 disc_s_TpCallAdditionalEventInfo;
- gint16 s_octet2;
/* Operation specific Variable declarations End */
/*
* IDL Union Start - IDL:org/csapi/cc/TpCallAdditionalEventInfo:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -93477,11 +92293,11 @@ static void decode_org_csapi_cc_TpCallAdditionalEventInfo_un(tvbuff_t *tvb _U_,
/*
* IDL Union - Discriminant - IDL:org/csapi/cc/TpCallEventType:1.0
*/
-
+
disc_s_TpCallAdditionalEventInfo = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpCallAdditionalEventInfo == 3 ) {
-
+
/* Begin struct "org_csapi_TpAddress" */
@@ -93492,9 +92308,9 @@ static void decode_org_csapi_cc_TpCallAdditionalEventInfo_un(tvbuff_t *tvb _U_,
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpCallAdditionalEventInfo == 4 ) {
-
+
/* Begin struct "org_csapi_TpAddress" */
@@ -93505,9 +92321,9 @@ static void decode_org_csapi_cc_TpCallAdditionalEventInfo_un(tvbuff_t *tvb _U_,
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpCallAdditionalEventInfo == 5 ) {
-
+
/* Begin struct "org_csapi_cc_TpCallServiceCode" */
@@ -93518,9 +92334,9 @@ static void decode_org_csapi_cc_TpCallAdditionalEventInfo_un(tvbuff_t *tvb _U_,
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpCallAdditionalEventInfo == 6 ) {
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -93529,9 +92345,9 @@ static void decode_org_csapi_cc_TpCallAdditionalEventInfo_un(tvbuff_t *tvb _U_,
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpCallAdditionalEventInfo == 11 ) {
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -93540,9 +92356,9 @@ static void decode_org_csapi_cc_TpCallAdditionalEventInfo_un(tvbuff_t *tvb _U_,
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpCallAdditionalEventInfo == 12 ) {
-
+
/* Begin struct "org_csapi_TpAddress" */
@@ -93553,9 +92369,9 @@ static void decode_org_csapi_cc_TpCallAdditionalEventInfo_un(tvbuff_t *tvb _U_,
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpCallAdditionalEventInfo == 13 ) {
-
+
/* Begin struct "org_csapi_cc_TpCallServiceCode" */
@@ -93566,29 +92382,28 @@ static void decode_org_csapi_cc_TpCallAdditionalEventInfo_un(tvbuff_t *tvb _U_,
return; /* End Compare for this discriminant type */
}
-
+
/* Default Union Case Start */
- s_octet2 = get_CDR_short(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",s_octet2);
+ proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
}
/* Default Union Case End */
-
+
}
/* Union = IDL:org/csapi/cc/TpAdditionalCallEventCriteria:1.0 */
-
-static void decode_org_csapi_cc_TpAdditionalCallEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_TpAdditionalCallEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gint32 disc_s_TpAdditionalCallEventCriteria;
- gint32 s_octet4;
guint32 u_octet4_loop_OriginatingServiceCode;
guint32 i_OriginatingServiceCode;
guint32 u_octet4_loop_OriginatingReleaseCauseSet;
@@ -93597,14 +92412,13 @@ static void decode_org_csapi_cc_TpAdditionalCallEventCriteria_un(tvbuff_t *tvb _
guint32 i_TerminatingReleaseCauseSet;
guint32 u_octet4_loop_TerminatingServiceCode;
guint32 i_TerminatingServiceCode;
- gint16 s_octet2;
/* Operation specific Variable declarations End */
/*
* IDL Union Start - IDL:org/csapi/cc/TpAdditionalCallEventCriteria:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -93614,21 +92428,20 @@ static void decode_org_csapi_cc_TpAdditionalCallEventCriteria_un(tvbuff_t *tvb _
/*
* IDL Union - Discriminant - IDL:org/csapi/cc/TpCallEventType:1.0
*/
-
+
disc_s_TpAdditionalCallEventCriteria = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpAdditionalCallEventCriteria == 3 ) {
-
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"MinAddressLength = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"MinAddressLength = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpAdditionalCallEventCriteria == 5 ) {
-
+
u_octet4_loop_OriginatingServiceCode = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of OriginatingServiceCode = %u",u_octet4_loop_OriginatingServiceCode);
@@ -93648,9 +92461,9 @@ static void decode_org_csapi_cc_TpAdditionalCallEventCriteria_un(tvbuff_t *tvb _
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpAdditionalCallEventCriteria == 6 ) {
-
+
u_octet4_loop_OriginatingReleaseCauseSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of OriginatingReleaseCauseSet = %u",u_octet4_loop_OriginatingReleaseCauseSet);
@@ -93668,9 +92481,9 @@ static void decode_org_csapi_cc_TpAdditionalCallEventCriteria_un(tvbuff_t *tvb _
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpAdditionalCallEventCriteria == 11 ) {
-
+
u_octet4_loop_TerminatingReleaseCauseSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TerminatingReleaseCauseSet = %u",u_octet4_loop_TerminatingReleaseCauseSet);
@@ -93688,9 +92501,9 @@ static void decode_org_csapi_cc_TpAdditionalCallEventCriteria_un(tvbuff_t *tvb _
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpAdditionalCallEventCriteria == 13 ) {
-
+
u_octet4_loop_TerminatingServiceCode = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TerminatingServiceCode = %u",u_octet4_loop_TerminatingServiceCode);
@@ -93710,40 +92523,38 @@ static void decode_org_csapi_cc_TpAdditionalCallEventCriteria_un(tvbuff_t *tvb _
return; /* End Compare for this discriminant type */
}
-
+
/* Default Union Case Start */
- s_octet2 = get_CDR_short(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",s_octet2);
+ proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
}
/* Default Union Case End */
-
+
}
/* Union = IDL:org/csapi/cc/TpCallAppInfo:1.0 */
-
-static void decode_org_csapi_cc_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gint32 disc_s_TpCallAppInfo;
- gint32 s_octet4;
gchar *seq = NULL;
guint32 u_octet4_loop_CallAppCarrier;
guint32 i_CallAppCarrier;
- gint16 s_octet2;
/* Operation specific Variable declarations End */
/*
* IDL Union Start - IDL:org/csapi/cc/TpCallAppInfo:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -93753,21 +92564,20 @@ static void decode_org_csapi_cc_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info
/*
* IDL Union - Discriminant - IDL:org/csapi/cc/TpCallAppInfoType:1.0
*/
-
+
disc_s_TpCallAppInfo = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpCallAppInfo == 1 ) {
-
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"CallAppAlertingMechanism = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"CallAppAlertingMechanism = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpCallAppInfo == 2 ) {
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -93776,9 +92586,9 @@ static void decode_org_csapi_cc_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpCallAppInfo == 3 ) {
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -93787,9 +92597,9 @@ static void decode_org_csapi_cc_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpCallAppInfo == 4 ) {
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -93798,9 +92608,9 @@ static void decode_org_csapi_cc_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpCallAppInfo == 5 ) {
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -93809,9 +92619,9 @@ static void decode_org_csapi_cc_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpCallAppInfo == 6 ) {
-
+
/* Begin struct "org_csapi_TpAddress" */
@@ -93822,9 +92632,9 @@ static void decode_org_csapi_cc_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpCallAppInfo == 7 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"CallAppGenericInfo (%u) = %s",
@@ -93836,9 +92646,9 @@ static void decode_org_csapi_cc_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpCallAppInfo == 8 ) {
-
+
/* Begin struct "org_csapi_TpAddress" */
@@ -93849,9 +92659,9 @@ static void decode_org_csapi_cc_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpCallAppInfo == 9 ) {
-
+
/* Begin struct "org_csapi_TpAddress" */
@@ -93862,9 +92672,9 @@ static void decode_org_csapi_cc_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpCallAppInfo == 10 ) {
-
+
/* Begin struct "org_csapi_TpAddress" */
@@ -93875,19 +92685,18 @@ static void decode_org_csapi_cc_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpCallAppInfo == 11 ) {
-
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"CallHighProbabilityCompletion = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"CallHighProbabilityCompletion = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpCallAppInfo == 12 ) {
-
+
u_octet4_loop_CallAppCarrier = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of CallAppCarrier = %u",u_octet4_loop_CallAppCarrier);
@@ -93907,36 +92716,35 @@ static void decode_org_csapi_cc_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info
return; /* End Compare for this discriminant type */
}
-
+
/* Default Union Case Start */
- s_octet2 = get_CDR_short(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",s_octet2);
+ proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
}
/* Default Union Case End */
-
+
}
/* Union = IDL:org/csapi/cc/mpccs/TpAppMultiPartyCallBack:1.0 */
-
-static void decode_org_csapi_cc_mpccs_TpAppMultiPartyCallBack_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mpccs_TpAppMultiPartyCallBack_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gint32 disc_s_TpAppMultiPartyCallBack;
- gint16 s_octet2;
/* Operation specific Variable declarations End */
/*
* IDL Union Start - IDL:org/csapi/cc/mpccs/TpAppMultiPartyCallBack:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -93946,27 +92754,27 @@ static void decode_org_csapi_cc_mpccs_TpAppMultiPartyCallBack_un(tvbuff_t *tvb _
/*
* IDL Union - Discriminant - IDL:org/csapi/cc/mpccs/TpAppMultiPartyCallBackRefType:1.0
*/
-
+
disc_s_TpAppMultiPartyCallBack = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpAppMultiPartyCallBack == 1 ) {
-
+
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpAppMultiPartyCallBack == 2 ) {
-
+
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpAppMultiPartyCallBack == 3 ) {
-
+
/* Begin struct "org_csapi_cc_mpccs_TpAppCallLegCallBack" */
@@ -93977,36 +92785,35 @@ static void decode_org_csapi_cc_mpccs_TpAppMultiPartyCallBack_un(tvbuff_t *tvb _
return; /* End Compare for this discriminant type */
}
-
+
/* Default Union Case Start */
- s_octet2 = get_CDR_short(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",s_octet2);
+ proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
}
/* Default Union Case End */
-
+
}
/* Union = IDL:org/csapi/cc/mmccs/TpMediaStreamDataTypeRequest:1.0 */
-
-static void decode_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gint32 disc_s_TpMediaStreamDataTypeRequest;
- gint32 s_octet4;
/* Operation specific Variable declarations End */
/*
* IDL Union Start - IDL:org/csapi/cc/mmccs/TpMediaStreamDataTypeRequest:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -94016,58 +92823,55 @@ static void decode_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_un(tvbuff_t *
/*
* IDL Union - Discriminant - IDL:org/csapi/cc/mmccs/TpMediaStreamDataTypeRequestType:1.0
*/
-
+
disc_s_TpMediaStreamDataTypeRequest = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpMediaStreamDataTypeRequest == 0 ) {
-
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"Audio = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"Audio = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMediaStreamDataTypeRequest == 1 ) {
-
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"Video = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"Video = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMediaStreamDataTypeRequest == 2 ) {
-
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"Data = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"Data = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
return; /* End Compare for this discriminant type */
}
-
+
}
/* Union = IDL:org/csapi/cc/mmccs/TpAppMultiMediaCallBack:1.0 */
-
-static void decode_org_csapi_cc_mmccs_TpAppMultiMediaCallBack_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_mmccs_TpAppMultiMediaCallBack_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gint32 disc_s_TpAppMultiMediaCallBack;
- gint16 s_octet2;
/* Operation specific Variable declarations End */
/*
* IDL Union Start - IDL:org/csapi/cc/mmccs/TpAppMultiMediaCallBack:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -94077,27 +92881,27 @@ static void decode_org_csapi_cc_mmccs_TpAppMultiMediaCallBack_un(tvbuff_t *tvb _
/*
* IDL Union - Discriminant - IDL:org/csapi/cc/mmccs/TpAppMultiMediaCallBackRefType:1.0
*/
-
+
disc_s_TpAppMultiMediaCallBack = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpAppMultiMediaCallBack == 1 ) {
-
+
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpAppMultiMediaCallBack == 2 ) {
-
+
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpAppMultiMediaCallBack == 3 ) {
-
+
/* Begin struct "org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack" */
@@ -94108,36 +92912,35 @@ static void decode_org_csapi_cc_mmccs_TpAppMultiMediaCallBack_un(tvbuff_t *tvb _
return; /* End Compare for this discriminant type */
}
-
+
/* Default Union Case Start */
- s_octet2 = get_CDR_short(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",s_octet2);
+ proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
}
/* Default Union Case End */
-
+
}
/* Union = IDL:org/csapi/cc/cccs/TpConfPolicy:1.0 */
-
-static void decode_org_csapi_cc_cccs_TpConfPolicy_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cc_cccs_TpConfPolicy_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gint32 disc_s_TpConfPolicy;
- gint16 s_octet2;
/* Operation specific Variable declarations End */
/*
* IDL Union Start - IDL:org/csapi/cc/cccs/TpConfPolicy:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -94147,11 +92950,11 @@ static void decode_org_csapi_cc_cccs_TpConfPolicy_un(tvbuff_t *tvb _U_, packet_i
/*
* IDL Union - Discriminant - IDL:org/csapi/cc/cccs/TpConfPolicyType:1.0
*/
-
+
disc_s_TpConfPolicy = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpConfPolicy == 1 ) {
-
+
/* Begin struct "org_csapi_cc_cccs_TpMonoMediaConfPolicy" */
@@ -94162,9 +92965,9 @@ static void decode_org_csapi_cc_cccs_TpConfPolicy_un(tvbuff_t *tvb _U_, packet_i
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpConfPolicy == 2 ) {
-
+
/* Begin struct "org_csapi_cc_cccs_TpMultiMediaConfPolicy" */
@@ -94175,22 +92978,22 @@ static void decode_org_csapi_cc_cccs_TpConfPolicy_un(tvbuff_t *tvb _U_, packet_i
return; /* End Compare for this discriminant type */
}
-
+
/* Default Union Case Start */
- s_octet2 = get_CDR_short(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",s_octet2);
+ proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
}
/* Default Union Case End */
-
+
}
/* Union = IDL:org/csapi/ui/TpUITargetObject:1.0 */
-
-static void decode_org_csapi_ui_TpUITargetObject_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_ui_TpUITargetObject_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -94203,7 +93006,7 @@ static void decode_org_csapi_ui_TpUITargetObject_un(tvbuff_t *tvb _U_, packet_in
/*
* IDL Union Start - IDL:org/csapi/ui/TpUITargetObject:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -94213,11 +93016,11 @@ static void decode_org_csapi_ui_TpUITargetObject_un(tvbuff_t *tvb _U_, packet_in
/*
* IDL Union - Discriminant - IDL:org/csapi/ui/TpUITargetObjectType:1.0
*/
-
+
disc_s_TpUITargetObject = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpUITargetObject == 0 ) {
-
+
/* Begin struct "org_csapi_cc_gccs_TpCallIdentifier" */
@@ -94228,9 +93031,9 @@ static void decode_org_csapi_ui_TpUITargetObject_un(tvbuff_t *tvb _U_, packet_in
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpUITargetObject == 1 ) {
-
+
/* Begin struct "org_csapi_cc_mpccs_TpMultiPartyCallIdentifier" */
@@ -94241,9 +93044,9 @@ static void decode_org_csapi_ui_TpUITargetObject_un(tvbuff_t *tvb _U_, packet_in
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpUITargetObject == 2 ) {
-
+
/* Begin struct "org_csapi_cc_mpccs_TpCallLegIdentifier" */
@@ -94254,28 +93057,26 @@ static void decode_org_csapi_ui_TpUITargetObject_un(tvbuff_t *tvb _U_, packet_in
return; /* End Compare for this discriminant type */
}
-
+
}
/* Union = IDL:org/csapi/mm/TpBindingEntry:1.0 */
-
-static void decode_org_csapi_mm_TpBindingEntry_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mm_TpBindingEntry_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gint32 disc_s_TpBindingEntry;
- gint32 s_octet4;
- gfloat my_float;
- gint16 s_octet2;
/* Operation specific Variable declarations End */
/*
* IDL Union Start - IDL:org/csapi/mm/TpBindingEntry:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -94285,21 +93086,20 @@ static void decode_org_csapi_mm_TpBindingEntry_un(tvbuff_t *tvb _U_, packet_info
/*
* IDL Union - Discriminant - IDL:org/csapi/mm/TpBindingEntryType:1.0
*/
-
+
disc_s_TpBindingEntry = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpBindingEntry == 1 ) {
-
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"UBExpires = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"UBExpires = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpBindingEntry == 2 ) {
-
+
/* Begin struct "org_csapi_TpAddress" */
@@ -94310,32 +93110,31 @@ static void decode_org_csapi_mm_TpBindingEntry_un(tvbuff_t *tvb _U_, packet_info
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpBindingEntry == 3 ) {
-
- my_float = get_CDR_float(tvb,offset,stream_is_big_endian, boundary);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"UBPreference = %.6e",my_float);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"UBPreference = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
}
return; /* End Compare for this discriminant type */
}
-
+
/* Default Union Case Start */
- s_octet2 = get_CDR_short(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",s_octet2);
+ proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
}
/* Default Union Case End */
-
+
}
/* Union = IDL:org/csapi/dsc/TpDataSessionChargeOrder:1.0 */
-
-static void decode_org_csapi_dsc_TpDataSessionChargeOrder_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_TpDataSessionChargeOrder_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -94349,7 +93148,7 @@ static void decode_org_csapi_dsc_TpDataSessionChargeOrder_un(tvbuff_t *tvb _U_,
/*
* IDL Union Start - IDL:org/csapi/dsc/TpDataSessionChargeOrder:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -94359,11 +93158,11 @@ static void decode_org_csapi_dsc_TpDataSessionChargeOrder_un(tvbuff_t *tvb _U_,
/*
* IDL Union - Discriminant - IDL:org/csapi/dsc/TpDataSessionChargeOrderCategory:1.0
*/
-
+
disc_s_TpDataSessionChargeOrder = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpDataSessionChargeOrder == 0 ) {
-
+
/* Begin struct "org_csapi_dsc_TpChargePerVolume" */
@@ -94374,9 +93173,9 @@ static void decode_org_csapi_dsc_TpDataSessionChargeOrder_un(tvbuff_t *tvb _U_,
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpDataSessionChargeOrder == 1 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"NetworkCharge (%u) = %s",
@@ -94388,26 +93187,26 @@ static void decode_org_csapi_dsc_TpDataSessionChargeOrder_un(tvbuff_t *tvb _U_,
return; /* End Compare for this discriminant type */
}
-
+
}
/* Union = IDL:org/csapi/dsc/TpDataSessionAdditionalErrorInfo:1.0 */
-
-static void decode_org_csapi_dsc_TpDataSessionAdditionalErrorInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_TpDataSessionAdditionalErrorInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gint32 disc_s_TpDataSessionAdditionalErrorInfo;
- gint16 s_octet2;
/* Operation specific Variable declarations End */
/*
* IDL Union Start - IDL:org/csapi/dsc/TpDataSessionAdditionalErrorInfo:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -94417,11 +93216,11 @@ static void decode_org_csapi_dsc_TpDataSessionAdditionalErrorInfo_un(tvbuff_t *t
/*
* IDL Union - Discriminant - IDL:org/csapi/dsc/TpDataSessionErrorType:1.0
*/
-
+
disc_s_TpDataSessionAdditionalErrorInfo = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpDataSessionAdditionalErrorInfo == 1 ) {
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -94430,36 +93229,35 @@ static void decode_org_csapi_dsc_TpDataSessionAdditionalErrorInfo_un(tvbuff_t *t
return; /* End Compare for this discriminant type */
}
-
+
/* Default Union Case Start */
- s_octet2 = get_CDR_short(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",s_octet2);
+ proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
}
/* Default Union Case End */
-
+
}
/* Union = IDL:org/csapi/dsc/TpDataSessionAdditionalReportInfo:1.0 */
-
-static void decode_org_csapi_dsc_TpDataSessionAdditionalReportInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_dsc_TpDataSessionAdditionalReportInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gint32 disc_s_TpDataSessionAdditionalReportInfo;
- gint16 s_octet2;
/* Operation specific Variable declarations End */
/*
* IDL Union Start - IDL:org/csapi/dsc/TpDataSessionAdditionalReportInfo:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -94469,11 +93267,11 @@ static void decode_org_csapi_dsc_TpDataSessionAdditionalReportInfo_un(tvbuff_t *
/*
* IDL Union - Discriminant - IDL:org/csapi/dsc/TpDataSessionReportType:1.0
*/
-
+
disc_s_TpDataSessionAdditionalReportInfo = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpDataSessionAdditionalReportInfo == 2 ) {
-
+
/* Begin struct "org_csapi_dsc_TpDataSessionReleaseCause" */
@@ -94484,22 +93282,22 @@ static void decode_org_csapi_dsc_TpDataSessionAdditionalReportInfo_un(tvbuff_t *
return; /* End Compare for this discriminant type */
}
-
+
/* Default Union Case Start */
- s_octet2 = get_CDR_short(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",s_octet2);
+ proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
}
/* Default Union Case End */
-
+
}
/* Union = IDL:org/csapi/gms/TpMessageInfoProperty:1.0 */
-
-static void decode_org_csapi_gms_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -94507,15 +93305,13 @@ static void decode_org_csapi_gms_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, pac
guint32 u_octet4;
gint32 disc_s_TpMessageInfoProperty;
gchar *seq = NULL;
- gint32 s_octet4;
- gint16 s_octet2;
/* Operation specific Variable declarations End */
/*
* IDL Union Start - IDL:org/csapi/gms/TpMessageInfoProperty:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -94525,11 +93321,11 @@ static void decode_org_csapi_gms_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, pac
/*
* IDL Union - Discriminant - IDL:org/csapi/gms/TpMessageInfoPropertyName:1.0
*/
-
+
disc_s_TpMessageInfoProperty = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpMessageInfoProperty == 1 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"MessagingMessageID (%u) = %s",
@@ -94541,9 +93337,9 @@ static void decode_org_csapi_gms_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageInfoProperty == 2 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"MessagingMessageSubject (%u) = %s",
@@ -94555,9 +93351,9 @@ static void decode_org_csapi_gms_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageInfoProperty == 3 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"MessagingMessageDateSent (%u) = %s",
@@ -94569,9 +93365,9 @@ static void decode_org_csapi_gms_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageInfoProperty == 4 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"MessagingMessageDateReceived (%u) = %s",
@@ -94583,9 +93379,9 @@ static void decode_org_csapi_gms_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageInfoProperty == 5 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"MessagingMessageDateChanged (%u) = %s",
@@ -94597,9 +93393,9 @@ static void decode_org_csapi_gms_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageInfoProperty == 6 ) {
-
+
/* Begin struct "org_csapi_TpAddress" */
@@ -94610,9 +93406,9 @@ static void decode_org_csapi_gms_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageInfoProperty == 7 ) {
-
+
/* Begin struct "org_csapi_TpAddress" */
@@ -94623,9 +93419,9 @@ static void decode_org_csapi_gms_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageInfoProperty == 8 ) {
-
+
/* Begin struct "org_csapi_TpAddress" */
@@ -94636,9 +93432,9 @@ static void decode_org_csapi_gms_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageInfoProperty == 9 ) {
-
+
/* Begin struct "org_csapi_TpAddress" */
@@ -94649,19 +93445,18 @@ static void decode_org_csapi_gms_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageInfoProperty == 10 ) {
-
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"MessagingMessageSize = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"MessagingMessageSize = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageInfoProperty == 11 ) {
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -94670,9 +93465,9 @@ static void decode_org_csapi_gms_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageInfoProperty == 12 ) {
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -94681,9 +93476,9 @@ static void decode_org_csapi_gms_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageInfoProperty == 13 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"MessagingMessageFolder (%u) = %s",
@@ -94695,9 +93490,9 @@ static void decode_org_csapi_gms_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageInfoProperty == 14 ) {
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -94706,22 +93501,22 @@ static void decode_org_csapi_gms_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
/* Default Union Case Start */
- s_octet2 = get_CDR_short(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",s_octet2);
+ proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
}
/* Default Union Case End */
-
+
}
/* Union = IDL:org/csapi/gms/TpMailboxInfoProperty:1.0 */
-
-static void decode_org_csapi_gms_TpMailboxInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_TpMailboxInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -94729,14 +93524,13 @@ static void decode_org_csapi_gms_TpMailboxInfoProperty_un(tvbuff_t *tvb _U_, pac
guint32 u_octet4;
gint32 disc_s_TpMailboxInfoProperty;
gchar *seq = NULL;
- gint16 s_octet2;
/* Operation specific Variable declarations End */
/*
* IDL Union Start - IDL:org/csapi/gms/TpMailboxInfoProperty:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -94746,11 +93540,11 @@ static void decode_org_csapi_gms_TpMailboxInfoProperty_un(tvbuff_t *tvb _U_, pac
/*
* IDL Union - Discriminant - IDL:org/csapi/gms/TpMailboxInfoPropertyName:1.0
*/
-
+
disc_s_TpMailboxInfoProperty = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpMailboxInfoProperty == 1 ) {
-
+
/* Begin struct "org_csapi_TpAddress" */
@@ -94761,9 +93555,9 @@ static void decode_org_csapi_gms_TpMailboxInfoProperty_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMailboxInfoProperty == 2 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"MessagingMailboxOwner (%u) = %s",
@@ -94775,9 +93569,9 @@ static void decode_org_csapi_gms_TpMailboxInfoProperty_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMailboxInfoProperty == 3 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"MessagingMailboxFolder (%u) = %s",
@@ -94789,9 +93583,9 @@ static void decode_org_csapi_gms_TpMailboxInfoProperty_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMailboxInfoProperty == 4 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"MessagingMailboxDateCreated (%u) = %s",
@@ -94803,9 +93597,9 @@ static void decode_org_csapi_gms_TpMailboxInfoProperty_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMailboxInfoProperty == 5 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"MessagingMailboxDateChanged (%u) = %s",
@@ -94817,22 +93611,22 @@ static void decode_org_csapi_gms_TpMailboxInfoProperty_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
/* Default Union Case Start */
- s_octet2 = get_CDR_short(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",s_octet2);
+ proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
}
/* Default Union Case End */
-
+
}
/* Union = IDL:org/csapi/gms/TpMessagingEventInfo:1.0 */
-
-static void decode_org_csapi_gms_TpMessagingEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_TpMessagingEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -94846,7 +93640,7 @@ static void decode_org_csapi_gms_TpMessagingEventInfo_un(tvbuff_t *tvb _U_, pack
/*
* IDL Union Start - IDL:org/csapi/gms/TpMessagingEventInfo:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -94856,11 +93650,11 @@ static void decode_org_csapi_gms_TpMessagingEventInfo_un(tvbuff_t *tvb _U_, pack
/*
* IDL Union - Discriminant - IDL:org/csapi/gms/TpMessagingEventName:1.0
*/
-
+
disc_s_TpMessagingEventInfo = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpMessagingEventInfo == 0 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"EventNameUndefined (%u) = %s",
@@ -94872,9 +93666,9 @@ static void decode_org_csapi_gms_TpMessagingEventInfo_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessagingEventInfo == 1 ) {
-
+
/* Begin struct "org_csapi_gms_TpGMSNewMessageArrivedInfo" */
@@ -94885,26 +93679,26 @@ static void decode_org_csapi_gms_TpMessagingEventInfo_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
}
/* Union = IDL:org/csapi/gms/TpMessagingEventCriteria:1.0 */
-
-static void decode_org_csapi_gms_TpMessagingEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_TpMessagingEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gint32 disc_s_TpMessagingEventCriteria;
- gint16 s_octet2;
/* Operation specific Variable declarations End */
/*
* IDL Union Start - IDL:org/csapi/gms/TpMessagingEventCriteria:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -94914,11 +93708,11 @@ static void decode_org_csapi_gms_TpMessagingEventCriteria_un(tvbuff_t *tvb _U_,
/*
* IDL Union - Discriminant - IDL:org/csapi/gms/TpMessagingEventName:1.0
*/
-
+
disc_s_TpMessagingEventCriteria = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpMessagingEventCriteria == 1 ) {
-
+
/* Begin struct "org_csapi_gms_TpGMSNewMessageArrivedCriteria" */
@@ -94929,22 +93723,22 @@ static void decode_org_csapi_gms_TpMessagingEventCriteria_un(tvbuff_t *tvb _U_,
return; /* End Compare for this discriminant type */
}
-
+
/* Default Union Case Start */
- s_octet2 = get_CDR_short(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",s_octet2);
+ proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
}
/* Default Union Case End */
-
+
}
/* Union = IDL:org/csapi/gms/TpFolderInfoProperty:1.0 */
-
-static void decode_org_csapi_gms_TpFolderInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_gms_TpFolderInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -94952,14 +93746,13 @@ static void decode_org_csapi_gms_TpFolderInfoProperty_un(tvbuff_t *tvb _U_, pack
guint32 u_octet4;
gint32 disc_s_TpFolderInfoProperty;
gchar *seq = NULL;
- gint16 s_octet2;
/* Operation specific Variable declarations End */
/*
* IDL Union Start - IDL:org/csapi/gms/TpFolderInfoProperty:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -94969,11 +93762,11 @@ static void decode_org_csapi_gms_TpFolderInfoProperty_un(tvbuff_t *tvb _U_, pack
/*
* IDL Union - Discriminant - IDL:org/csapi/gms/TpFolderInfoPropertyName:1.0
*/
-
+
disc_s_TpFolderInfoProperty = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpFolderInfoProperty == 1 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"MessagingFolderID (%u) = %s",
@@ -94985,9 +93778,9 @@ static void decode_org_csapi_gms_TpFolderInfoProperty_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpFolderInfoProperty == 2 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"MessagingFolderMessage (%u) = %s",
@@ -94999,9 +93792,9 @@ static void decode_org_csapi_gms_TpFolderInfoProperty_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpFolderInfoProperty == 3 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"MessagingFolderSubfolder (%u) = %s",
@@ -95013,9 +93806,9 @@ static void decode_org_csapi_gms_TpFolderInfoProperty_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpFolderInfoProperty == 4 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"MessagingFolderDateCreated (%u) = %s",
@@ -95027,9 +93820,9 @@ static void decode_org_csapi_gms_TpFolderInfoProperty_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpFolderInfoProperty == 5 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"MessagingFolderDateChanged (%u) = %s",
@@ -95041,32 +93834,29 @@ static void decode_org_csapi_gms_TpFolderInfoProperty_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
/* Default Union Case Start */
- s_octet2 = get_CDR_short(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",s_octet2);
+ proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
}
/* Default Union Case End */
-
+
}
/* Union = IDL:org/csapi/cs/TpChargingParameterValue:1.0 */
-
-static void decode_org_csapi_cs_TpChargingParameterValue_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_TpChargingParameterValue_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gint32 disc_s_TpChargingParameterValue;
- gint32 s_octet4;
- gfloat my_float;
gchar *seq = NULL;
- guint8 u_octet1;
guint32 u_octet4_loop_OctetValue;
guint32 i_OctetValue;
@@ -95075,7 +93865,7 @@ static void decode_org_csapi_cs_TpChargingParameterValue_un(tvbuff_t *tvb _U_, p
/*
* IDL Union Start - IDL:org/csapi/cs/TpChargingParameterValue:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -95085,31 +93875,29 @@ static void decode_org_csapi_cs_TpChargingParameterValue_un(tvbuff_t *tvb _U_, p
/*
* IDL Union - Discriminant - IDL:org/csapi/cs/TpChargingParameterValueType:1.0
*/
-
+
disc_s_TpChargingParameterValue = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpChargingParameterValue == 0 ) {
-
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"IntValue = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"IntValue = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpChargingParameterValue == 1 ) {
-
- my_float = get_CDR_float(tvb,offset,stream_is_big_endian, boundary);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"FloatValue = %.6e",my_float);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"FloatValue = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
}
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpChargingParameterValue == 2 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"StringValue (%u) = %s",
@@ -95121,19 +93909,18 @@ static void decode_org_csapi_cs_TpChargingParameterValue_un(tvbuff_t *tvb _U_, p
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpChargingParameterValue == 3 ) {
-
- u_octet1 = get_CDR_boolean(tvb,offset);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"BooleanValue = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"BooleanValue = %u",get_CDR_boolean(tvb,offset));
}
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpChargingParameterValue == 4 ) {
-
+
u_octet4_loop_OctetValue = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of OctetValue = %u",u_octet4_loop_OctetValue);
@@ -95141,21 +93928,21 @@ static void decode_org_csapi_cs_TpChargingParameterValue_un(tvbuff_t *tvb _U_, p
for (i_OctetValue=0; i_OctetValue < u_octet4_loop_OctetValue; i_OctetValue++) {
- u_octet1 = get_CDR_octet(tvb,offset);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"OctetValue = %u",u_octet1);
+ proto_tree_add_text(tree,tvb,*offset-1,1,"OctetValue = %u",get_CDR_octet(tvb,offset));
}
}
return; /* End Compare for this discriminant type */
}
-
+
}
/* Union = IDL:org/csapi/cs/TpAppInformation:1.0 */
-
-static void decode_org_csapi_cs_TpAppInformation_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_cs_TpAppInformation_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -95169,7 +93956,7 @@ static void decode_org_csapi_cs_TpAppInformation_un(tvbuff_t *tvb _U_, packet_in
/*
* IDL Union Start - IDL:org/csapi/cs/TpAppInformation:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -95179,11 +93966,11 @@ static void decode_org_csapi_cs_TpAppInformation_un(tvbuff_t *tvb _U_, packet_in
/*
* IDL Union - Discriminant - IDL:org/csapi/cs/TpAppInformationType:1.0
*/
-
+
disc_s_TpAppInformation = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpAppInformation == 0 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"Timestamp (%u) = %s",
@@ -95195,12 +93982,13 @@ static void decode_org_csapi_cs_TpAppInformation_un(tvbuff_t *tvb _U_, packet_in
return; /* End Compare for this discriminant type */
}
-
+
}
/* Union = IDL:org/csapi/policy/TpPolicyType:1.0 */
-
-static void decode_org_csapi_policy_TpPolicyType_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_policy_TpPolicyType_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -95214,7 +94002,7 @@ static void decode_org_csapi_policy_TpPolicyType_un(tvbuff_t *tvb _U_, packet_in
/*
* IDL Union Start - IDL:org/csapi/policy/TpPolicyType:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -95224,11 +94012,11 @@ static void decode_org_csapi_policy_TpPolicyType_un(tvbuff_t *tvb _U_, packet_in
/*
* IDL Union - Discriminant - IDL:org/csapi/policy/TpPolicyTypeInfo:1.0
*/
-
+
disc_s_TpPolicyType = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpPolicyType == 0 ) {
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -95237,9 +94025,9 @@ static void decode_org_csapi_policy_TpPolicyType_un(tvbuff_t *tvb _U_, packet_in
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpPolicyType == 1 ) {
-
+
/* Begin struct "org_csapi_policy_TpPolicyType_TpPolicyRecordType" */
@@ -95250,9 +94038,9 @@ static void decode_org_csapi_policy_TpPolicyType_un(tvbuff_t *tvb _U_, packet_in
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpPolicyType == 2 ) {
-
+
/* Begin struct "org_csapi_policy_TpPolicyType_TpPolicyListType" */
@@ -95263,9 +94051,9 @@ static void decode_org_csapi_policy_TpPolicyType_un(tvbuff_t *tvb _U_, packet_in
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpPolicyType == 3 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"StructuredType (%u) = %s",
@@ -95277,9 +94065,9 @@ static void decode_org_csapi_policy_TpPolicyType_un(tvbuff_t *tvb _U_, packet_in
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpPolicyType == 4 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"XMLString (%u) = %s",
@@ -95291,26 +94079,26 @@ static void decode_org_csapi_policy_TpPolicyType_un(tvbuff_t *tvb _U_, packet_in
return; /* End Compare for this discriminant type */
}
-
+
}
/* Union = IDL:org/csapi/pam/TpPAMContextData:1.0 */
-
-static void decode_org_csapi_pam_TpPAMContextData_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMContextData_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gint32 disc_s_TpPAMContextData;
- gint16 s_octet2;
/* Operation specific Variable declarations End */
/*
* IDL Union Start - IDL:org/csapi/pam/TpPAMContextData:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -95320,11 +94108,11 @@ static void decode_org_csapi_pam_TpPAMContextData_un(tvbuff_t *tvb _U_, packet_i
/*
* IDL Union - Discriminant - IDL:org/csapi/pam/TpPAMContextName:1.0
*/
-
+
disc_s_TpPAMContextData = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpPAMContextData == 1 ) {
-
+
/* Begin struct "org_csapi_pam_TpPAMCommunicationContext" */
@@ -95335,22 +94123,22 @@ static void decode_org_csapi_pam_TpPAMContextData_un(tvbuff_t *tvb _U_, packet_i
return; /* End Compare for this discriminant type */
}
-
+
/* Default Union Case Start */
- s_octet2 = get_CDR_short(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",s_octet2);
+ proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
}
/* Default Union Case End */
-
+
}
/* Union = IDL:org/csapi/pam/TpPAMEventInfo:1.0 */
-
-static void decode_org_csapi_pam_TpPAMEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -95363,7 +94151,7 @@ static void decode_org_csapi_pam_TpPAMEventInfo_un(tvbuff_t *tvb _U_, packet_inf
/*
* IDL Union Start - IDL:org/csapi/pam/TpPAMEventInfo:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -95373,11 +94161,11 @@ static void decode_org_csapi_pam_TpPAMEventInfo_un(tvbuff_t *tvb _U_, packet_inf
/*
* IDL Union - Discriminant - IDL:org/csapi/pam/TpPAMEventName:1.0
*/
-
+
disc_s_TpPAMEventInfo = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpPAMEventInfo == 0 ) {
-
+
/* Begin struct "org_csapi_pam_TpPAMIPSEventData" */
@@ -95388,9 +94176,9 @@ static void decode_org_csapi_pam_TpPAMEventInfo_un(tvbuff_t *tvb _U_, packet_inf
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpPAMEventInfo == 1 ) {
-
+
/* Begin struct "org_csapi_pam_TpPAMAVCEventData" */
@@ -95401,9 +94189,9 @@ static void decode_org_csapi_pam_TpPAMEventInfo_un(tvbuff_t *tvb _U_, packet_inf
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpPAMEventInfo == 2 ) {
-
+
/* Begin struct "org_csapi_pam_TpPAMWCEventData" */
@@ -95414,9 +94202,9 @@ static void decode_org_csapi_pam_TpPAMEventInfo_un(tvbuff_t *tvb _U_, packet_inf
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpPAMEventInfo == 3 ) {
-
+
/* Begin struct "org_csapi_pam_TpPAMICEventData" */
@@ -95427,9 +94215,9 @@ static void decode_org_csapi_pam_TpPAMEventInfo_un(tvbuff_t *tvb _U_, packet_inf
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpPAMEventInfo == 4 ) {
-
+
/* Begin struct "org_csapi_pam_TpPAMIDEventData" */
@@ -95440,9 +94228,9 @@ static void decode_org_csapi_pam_TpPAMEventInfo_un(tvbuff_t *tvb _U_, packet_inf
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpPAMEventInfo == 5 ) {
-
+
/* Begin struct "org_csapi_pam_TpPAMGMCEventData" */
@@ -95453,9 +94241,9 @@ static void decode_org_csapi_pam_TpPAMEventInfo_un(tvbuff_t *tvb _U_, packet_inf
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpPAMEventInfo == 6 ) {
-
+
/* Begin struct "org_csapi_pam_TpPAMACEventData" */
@@ -95466,9 +94254,9 @@ static void decode_org_csapi_pam_TpPAMEventInfo_un(tvbuff_t *tvb _U_, packet_inf
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpPAMEventInfo == 7 ) {
-
+
/* Begin struct "org_csapi_pam_TpPAMADEventData" */
@@ -95479,9 +94267,9 @@ static void decode_org_csapi_pam_TpPAMEventInfo_un(tvbuff_t *tvb _U_, packet_inf
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpPAMEventInfo == 8 ) {
-
+
/* Begin struct "org_csapi_pam_TpPAMAAEventData" */
@@ -95492,9 +94280,9 @@ static void decode_org_csapi_pam_TpPAMEventInfo_un(tvbuff_t *tvb _U_, packet_inf
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpPAMEventInfo == 9 ) {
-
+
/* Begin struct "org_csapi_pam_TpPAMAUEventData" */
@@ -95505,9 +94293,9 @@ static void decode_org_csapi_pam_TpPAMEventInfo_un(tvbuff_t *tvb _U_, packet_inf
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpPAMEventInfo == 10 ) {
-
+
/* Begin struct "org_csapi_pam_TpPAMCCEventData" */
@@ -95518,9 +94306,9 @@ static void decode_org_csapi_pam_TpPAMEventInfo_un(tvbuff_t *tvb _U_, packet_inf
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpPAMEventInfo == 11 ) {
-
+
/* Begin struct "org_csapi_pam_TpPAMACPSEventData" */
@@ -95531,9 +94319,9 @@ static void decode_org_csapi_pam_TpPAMEventInfo_un(tvbuff_t *tvb _U_, packet_inf
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpPAMEventInfo == 12 ) {
-
+
/* Begin struct "org_csapi_pam_TpPAMAPSEventData" */
@@ -95544,12 +94332,13 @@ static void decode_org_csapi_pam_TpPAMEventInfo_un(tvbuff_t *tvb _U_, packet_inf
return; /* End Compare for this discriminant type */
}
-
+
}
/* Union = IDL:org/csapi/pam/TpPAMNotificationInfo:1.0 */
-
-static void decode_org_csapi_pam_TpPAMNotificationInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMNotificationInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -95562,7 +94351,7 @@ static void decode_org_csapi_pam_TpPAMNotificationInfo_un(tvbuff_t *tvb _U_, pac
/*
* IDL Union Start - IDL:org/csapi/pam/TpPAMNotificationInfo:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -95572,11 +94361,11 @@ static void decode_org_csapi_pam_TpPAMNotificationInfo_un(tvbuff_t *tvb _U_, pac
/*
* IDL Union - Discriminant - IDL:org/csapi/pam/TpPAMEventName:1.0
*/
-
+
disc_s_TpPAMNotificationInfo = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpPAMNotificationInfo == 0 ) {
-
+
/* Begin struct "org_csapi_pam_TpPAMIPSNotificationData" */
@@ -95587,9 +94376,9 @@ static void decode_org_csapi_pam_TpPAMNotificationInfo_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpPAMNotificationInfo == 1 ) {
-
+
/* Begin struct "org_csapi_pam_TpPAMAVCNotificationData" */
@@ -95600,9 +94389,9 @@ static void decode_org_csapi_pam_TpPAMNotificationInfo_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpPAMNotificationInfo == 2 ) {
-
+
/* Begin struct "org_csapi_pam_TpPAMWCNotificationData" */
@@ -95613,9 +94402,9 @@ static void decode_org_csapi_pam_TpPAMNotificationInfo_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpPAMNotificationInfo == 3 ) {
-
+
/* Begin struct "org_csapi_pam_TpPAMICNotificationData" */
@@ -95626,9 +94415,9 @@ static void decode_org_csapi_pam_TpPAMNotificationInfo_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpPAMNotificationInfo == 4 ) {
-
+
/* Begin struct "org_csapi_pam_TpPAMIDNotificationData" */
@@ -95639,9 +94428,9 @@ static void decode_org_csapi_pam_TpPAMNotificationInfo_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpPAMNotificationInfo == 5 ) {
-
+
/* Begin struct "org_csapi_pam_TpPAMGMCNotificationData" */
@@ -95652,9 +94441,9 @@ static void decode_org_csapi_pam_TpPAMNotificationInfo_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpPAMNotificationInfo == 6 ) {
-
+
/* Begin struct "org_csapi_pam_TpPAMACNotificationData" */
@@ -95665,9 +94454,9 @@ static void decode_org_csapi_pam_TpPAMNotificationInfo_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpPAMNotificationInfo == 7 ) {
-
+
/* Begin struct "org_csapi_pam_TpPAMADNotificationData" */
@@ -95678,9 +94467,9 @@ static void decode_org_csapi_pam_TpPAMNotificationInfo_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpPAMNotificationInfo == 8 ) {
-
+
/* Begin struct "org_csapi_pam_TpPAMAANotificationData" */
@@ -95691,9 +94480,9 @@ static void decode_org_csapi_pam_TpPAMNotificationInfo_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpPAMNotificationInfo == 9 ) {
-
+
/* Begin struct "org_csapi_pam_TpPAMAUNotificationData" */
@@ -95704,9 +94493,9 @@ static void decode_org_csapi_pam_TpPAMNotificationInfo_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpPAMNotificationInfo == 10 ) {
-
+
/* Begin struct "org_csapi_pam_TpPAMCCNotificationData" */
@@ -95717,9 +94506,9 @@ static void decode_org_csapi_pam_TpPAMNotificationInfo_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpPAMNotificationInfo == 11 ) {
-
+
/* Begin struct "org_csapi_pam_TpPAMACPSNotificationData" */
@@ -95730,9 +94519,9 @@ static void decode_org_csapi_pam_TpPAMNotificationInfo_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpPAMNotificationInfo == 12 ) {
-
+
/* Begin struct "org_csapi_pam_TpPAMAPSNotificationData" */
@@ -95743,26 +94532,26 @@ static void decode_org_csapi_pam_TpPAMNotificationInfo_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
}
/* Union = IDL:org/csapi/pam/TpPAMPreferenceData:1.0 */
-
-static void decode_org_csapi_pam_TpPAMPreferenceData_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_pam_TpPAMPreferenceData_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gint32 disc_s_TpPAMPreferenceData;
- gint16 s_octet2;
/* Operation specific Variable declarations End */
/*
* IDL Union Start - IDL:org/csapi/pam/TpPAMPreferenceData:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -95772,32 +94561,32 @@ static void decode_org_csapi_pam_TpPAMPreferenceData_un(tvbuff_t *tvb _U_, packe
/*
* IDL Union - Discriminant - IDL:org/csapi/pam/TpPAMPreferenceType:1.0
*/
-
+
disc_s_TpPAMPreferenceData = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpPAMPreferenceData == 1 ) {
-
+
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
return; /* End Compare for this discriminant type */
}
-
+
/* Default Union Case Start */
- s_octet2 = get_CDR_short(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",s_octet2);
+ proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
}
/* Default Union Case End */
-
+
}
/* Union = IDL:org/csapi/mmm/TpFolderInfoProperty:1.0 */
-
-static void decode_org_csapi_mmm_TpFolderInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_TpFolderInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -95805,15 +94594,13 @@ static void decode_org_csapi_mmm_TpFolderInfoProperty_un(tvbuff_t *tvb _U_, pack
guint32 u_octet4;
gint32 disc_s_TpFolderInfoProperty;
gchar *seq = NULL;
- gint32 s_octet4;
- gint16 s_octet2;
/* Operation specific Variable declarations End */
/*
* IDL Union Start - IDL:org/csapi/mmm/TpFolderInfoProperty:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -95823,11 +94610,11 @@ static void decode_org_csapi_mmm_TpFolderInfoProperty_un(tvbuff_t *tvb _U_, pack
/*
* IDL Union - Discriminant - IDL:org/csapi/mmm/TpFolderInfoPropertyName:1.0
*/
-
+
disc_s_TpFolderInfoProperty = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpFolderInfoProperty == 1 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"FolderDateCreated (%u) = %s",
@@ -95839,9 +94626,9 @@ static void decode_org_csapi_mmm_TpFolderInfoProperty_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpFolderInfoProperty == 2 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"FolderDateChanged (%u) = %s",
@@ -95853,42 +94640,40 @@ static void decode_org_csapi_mmm_TpFolderInfoProperty_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpFolderInfoProperty == 3 ) {
-
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"FolderSize = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"FolderSize = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpFolderInfoProperty == 4 ) {
-
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"FolderNumberOfMessages = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"FolderNumberOfMessages = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
return; /* End Compare for this discriminant type */
}
-
+
/* Default Union Case Start */
- s_octet2 = get_CDR_short(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",s_octet2);
+ proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
}
/* Default Union Case End */
-
+
}
/* Union = IDL:org/csapi/mmm/TpMailboxInfoProperty:1.0 */
-
-static void decode_org_csapi_mmm_TpMailboxInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_TpMailboxInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -95896,15 +94681,13 @@ static void decode_org_csapi_mmm_TpMailboxInfoProperty_un(tvbuff_t *tvb _U_, pac
guint32 u_octet4;
gint32 disc_s_TpMailboxInfoProperty;
gchar *seq = NULL;
- gint32 s_octet4;
- gint16 s_octet2;
/* Operation specific Variable declarations End */
/*
* IDL Union Start - IDL:org/csapi/mmm/TpMailboxInfoProperty:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -95914,11 +94697,11 @@ static void decode_org_csapi_mmm_TpMailboxInfoProperty_un(tvbuff_t *tvb _U_, pac
/*
* IDL Union - Discriminant - IDL:org/csapi/mmm/TpMailboxInfoPropertyName:1.0
*/
-
+
disc_s_TpMailboxInfoProperty = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpMailboxInfoProperty == 1 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"MailboxOwner (%u) = %s",
@@ -95930,9 +94713,9 @@ static void decode_org_csapi_mmm_TpMailboxInfoProperty_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMailboxInfoProperty == 2 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"MailboxDateCreated (%u) = %s",
@@ -95944,9 +94727,9 @@ static void decode_org_csapi_mmm_TpMailboxInfoProperty_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMailboxInfoProperty == 3 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"MailboxDateChanged (%u) = %s",
@@ -95958,32 +94741,31 @@ static void decode_org_csapi_mmm_TpMailboxInfoProperty_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMailboxInfoProperty == 4 ) {
-
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"MailboxSize = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"MailboxSize = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
return; /* End Compare for this discriminant type */
}
-
+
/* Default Union Case Start */
- s_octet2 = get_CDR_short(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",s_octet2);
+ proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
}
/* Default Union Case End */
-
+
}
/* Union = IDL:org/csapi/mmm/TpMessageInfoProperty:1.0 */
-
-static void decode_org_csapi_mmm_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -95991,15 +94773,13 @@ static void decode_org_csapi_mmm_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, pac
guint32 u_octet4;
gint32 disc_s_TpMessageInfoProperty;
gchar *seq = NULL;
- gint32 s_octet4;
- gint16 s_octet2;
/* Operation specific Variable declarations End */
/*
* IDL Union Start - IDL:org/csapi/mmm/TpMessageInfoProperty:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -96009,11 +94789,11 @@ static void decode_org_csapi_mmm_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, pac
/*
* IDL Union - Discriminant - IDL:org/csapi/mmm/TpMessageInfoPropertyName:1.0
*/
-
+
disc_s_TpMessageInfoProperty = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpMessageInfoProperty == 1 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"MessageDateCreated (%u) = %s",
@@ -96025,9 +94805,9 @@ static void decode_org_csapi_mmm_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageInfoProperty == 2 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"MessageDateReceived (%u) = %s",
@@ -96039,9 +94819,9 @@ static void decode_org_csapi_mmm_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageInfoProperty == 3 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"MessageDateChanged (%u) = %s",
@@ -96053,19 +94833,18 @@ static void decode_org_csapi_mmm_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageInfoProperty == 4 ) {
-
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"MessageSize = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"MessageSize = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageInfoProperty == 5 ) {
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -96074,22 +94853,22 @@ static void decode_org_csapi_mmm_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, pac
return; /* End Compare for this discriminant type */
}
-
+
/* Default Union Case Start */
- s_octet2 = get_CDR_short(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",s_octet2);
+ proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
}
/* Default Union Case End */
-
+
}
/* Union = IDL:org/csapi/mmm/TpMessageHeaderField:1.0 */
-
-static void decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -96119,7 +94898,7 @@ static void decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, pack
/*
* IDL Union Start - IDL:org/csapi/mmm/TpMessageHeaderField:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -96129,11 +94908,11 @@ static void decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, pack
/*
* IDL Union - Discriminant - IDL:org/csapi/mmm/TpMessageHeaderFieldType:1.0
*/
-
+
disc_s_TpMessageHeaderField = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpMessageHeaderField == 0 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"DateSent (%u) = %s",
@@ -96145,9 +94924,9 @@ static void decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageHeaderField == 1 ) {
-
+
u_octet4_loop_From = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of From = %u",u_octet4_loop_From);
@@ -96167,9 +94946,9 @@ static void decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageHeaderField == 2 ) {
-
+
/* Begin struct "org_csapi_TpAddress" */
@@ -96180,9 +94959,9 @@ static void decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageHeaderField == 3 ) {
-
+
u_octet4_loop_ReplyTo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of ReplyTo = %u",u_octet4_loop_ReplyTo);
@@ -96202,9 +94981,9 @@ static void decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageHeaderField == 4 ) {
-
+
u_octet4_loop_To = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of To = %u",u_octet4_loop_To);
@@ -96224,9 +95003,9 @@ static void decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageHeaderField == 5 ) {
-
+
u_octet4_loop_Cc = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of Cc = %u",u_octet4_loop_Cc);
@@ -96246,9 +95025,9 @@ static void decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageHeaderField == 6 ) {
-
+
u_octet4_loop_Bcc = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of Bcc = %u",u_octet4_loop_Bcc);
@@ -96268,9 +95047,9 @@ static void decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageHeaderField == 7 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"RFC822MessageID (%u) = %s",
@@ -96282,9 +95061,9 @@ static void decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageHeaderField == 8 ) {
-
+
u_octet4_loop_InReplyTo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of InReplyTo = %u",u_octet4_loop_InReplyTo);
@@ -96305,9 +95084,9 @@ static void decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageHeaderField == 9 ) {
-
+
u_octet4_loop_References = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of References = %u",u_octet4_loop_References);
@@ -96328,9 +95107,9 @@ static void decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageHeaderField == 10 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"Subject (%u) = %s",
@@ -96342,9 +95121,9 @@ static void decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageHeaderField == 11 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"Comments (%u) = %s",
@@ -96356,9 +95135,9 @@ static void decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageHeaderField == 12 ) {
-
+
u_octet4_loop_Keywords = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of Keywords = %u",u_octet4_loop_Keywords);
@@ -96379,9 +95158,9 @@ static void decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageHeaderField == 13 ) {
-
+
/* Begin struct "org_csapi_mmm_TpGenericHeaderField" */
@@ -96392,9 +95171,9 @@ static void decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageHeaderField == 14 ) {
-
+
/* Begin struct "org_csapi_mmm_TpGenericHeaderField" */
@@ -96405,9 +95184,9 @@ static void decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageHeaderField == 15 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"MimeVersion (%u) = %s",
@@ -96419,9 +95198,9 @@ static void decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageHeaderField == 16 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"MimeContent (%u) = %s",
@@ -96433,9 +95212,9 @@ static void decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageHeaderField == 17 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"MimeEncoding (%u) = %s",
@@ -96447,9 +95226,9 @@ static void decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageHeaderField == 18 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"MimeID (%u) = %s",
@@ -96461,9 +95240,9 @@ static void decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageHeaderField == 19 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"MimeDescription (%u) = %s",
@@ -96475,9 +95254,9 @@ static void decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageHeaderField == 20 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"MimeDisposition (%u) = %s",
@@ -96489,9 +95268,9 @@ static void decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageHeaderField == 21 ) {
-
+
/* Begin struct "org_csapi_mmm_TpGenericHeaderField" */
@@ -96502,9 +95281,9 @@ static void decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageHeaderField == 22 ) {
-
+
/* Begin struct "org_csapi_mmm_TpGenericHeaderField" */
@@ -96515,9 +95294,9 @@ static void decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageHeaderField == 23 ) {
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -96526,12 +95305,13 @@ static void decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
}
/* Union = IDL:org/csapi/mmm/TpDeliveryTime:1.0 */
-
-static void decode_org_csapi_mmm_TpDeliveryTime_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_TpDeliveryTime_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -96539,14 +95319,13 @@ static void decode_org_csapi_mmm_TpDeliveryTime_un(tvbuff_t *tvb _U_, packet_inf
guint32 u_octet4;
gint32 disc_s_TpDeliveryTime;
gchar *seq = NULL;
- gint16 s_octet2;
/* Operation specific Variable declarations End */
/*
* IDL Union Start - IDL:org/csapi/mmm/TpDeliveryTime:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -96556,11 +95335,11 @@ static void decode_org_csapi_mmm_TpDeliveryTime_un(tvbuff_t *tvb _U_, packet_inf
/*
* IDL Union - Discriminant - IDL:org/csapi/mmm/TpDeliveryTimeType:1.0
*/
-
+
disc_s_TpDeliveryTime = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpDeliveryTime == 1 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"DeliveryTime (%u) = %s",
@@ -96572,29 +95351,28 @@ static void decode_org_csapi_mmm_TpDeliveryTime_un(tvbuff_t *tvb _U_, packet_inf
return; /* End Compare for this discriminant type */
}
-
+
/* Default Union Case Start */
- s_octet2 = get_CDR_short(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",s_octet2);
+ proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
}
/* Default Union Case End */
-
+
}
/* Union = IDL:org/csapi/mmm/TpMessageTreatment:1.0 */
-
-static void decode_org_csapi_mmm_TpMessageTreatment_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_TpMessageTreatment_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gint32 disc_s_TpMessageTreatment;
- gint32 s_octet4;
gchar *seq = NULL;
/* Operation specific Variable declarations End */
@@ -96602,7 +95380,7 @@ static void decode_org_csapi_mmm_TpMessageTreatment_un(tvbuff_t *tvb _U_, packet
/*
* IDL Union Start - IDL:org/csapi/mmm/TpMessageTreatment:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -96612,21 +95390,20 @@ static void decode_org_csapi_mmm_TpMessageTreatment_un(tvbuff_t *tvb _U_, packet
/*
* IDL Union - Discriminant - IDL:org/csapi/mmm/TpMessageTreatmentType:1.0
*/
-
+
disc_s_TpMessageTreatment = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpMessageTreatment == 1 ) {
-
- s_octet4 = get_CDR_long(tvb,offset,stream_is_big_endian, boundary);
+
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"DeliveryReport = %i",s_octet4);
+ proto_tree_add_text(tree,tvb,*offset-4,4,"DeliveryReport = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageTreatment == 2 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"BillingID (%u) = %s",
@@ -96638,9 +95415,9 @@ static void decode_org_csapi_mmm_TpMessageTreatment_un(tvbuff_t *tvb _U_, packet
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageTreatment == 3 ) {
-
+
/* Begin union "org_csapi_mmm_TpDeliveryTime" */
@@ -96650,9 +95427,9 @@ static void decode_org_csapi_mmm_TpMessageTreatment_un(tvbuff_t *tvb _U_, packet
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessageTreatment == 4 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"ValidityTime (%u) = %s",
@@ -96664,26 +95441,26 @@ static void decode_org_csapi_mmm_TpMessageTreatment_un(tvbuff_t *tvb _U_, packet
return; /* End Compare for this discriminant type */
}
-
+
}
/* Union = IDL:org/csapi/mmm/TpMessagingEventCriteria:1.0 */
-
-static void decode_org_csapi_mmm_TpMessagingEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_TpMessagingEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
guint32 u_octet4;
gint32 disc_s_TpMessagingEventCriteria;
- gint16 s_octet2;
/* Operation specific Variable declarations End */
/*
* IDL Union Start - IDL:org/csapi/mmm/TpMessagingEventCriteria:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -96693,11 +95470,11 @@ static void decode_org_csapi_mmm_TpMessagingEventCriteria_un(tvbuff_t *tvb _U_,
/*
* IDL Union - Discriminant - IDL:org/csapi/mmm/TpMessagingEventName:1.0
*/
-
+
disc_s_TpMessagingEventCriteria = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpMessagingEventCriteria == 1 ) {
-
+
/* Begin struct "org_csapi_mmm_TpNewMailboxMessageArrivedCriteria" */
@@ -96708,9 +95485,9 @@ static void decode_org_csapi_mmm_TpMessagingEventCriteria_un(tvbuff_t *tvb _U_,
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessagingEventCriteria == 2 ) {
-
+
/* Begin struct "org_csapi_mmm_TpNewMessageArrivedCriteria" */
@@ -96721,22 +95498,22 @@ static void decode_org_csapi_mmm_TpMessagingEventCriteria_un(tvbuff_t *tvb _U_,
return; /* End Compare for this discriminant type */
}
-
+
/* Default Union Case Start */
- s_octet2 = get_CDR_short(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",s_octet2);
+ proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
}
/* Default Union Case End */
-
+
}
/* Union = IDL:org/csapi/mmm/TpMessagingEventInfo:1.0 */
-
-static void decode_org_csapi_mmm_TpMessagingEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_) {
+static void
+decode_org_csapi_mmm_TpMessagingEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+{
/* Operation specific Variable declarations Begin */
@@ -96750,7 +95527,7 @@ static void decode_org_csapi_mmm_TpMessagingEventInfo_un(tvbuff_t *tvb _U_, pack
/*
* IDL Union Start - IDL:org/csapi/mmm/TpMessagingEventInfo:1.0
*/
-
+
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
if (tree) {
@@ -96760,11 +95537,11 @@ static void decode_org_csapi_mmm_TpMessagingEventInfo_un(tvbuff_t *tvb _U_, pack
/*
* IDL Union - Discriminant - IDL:org/csapi/mmm/TpMessagingEventName:1.0
*/
-
+
disc_s_TpMessagingEventInfo = (gint32) u_octet4; /* save Enum Value discriminant and cast to gint32 */
if (disc_s_TpMessagingEventInfo == 0 ) {
-
+
u_octet4 = get_CDR_string(tvb, &seq, offset, stream_is_big_endian, boundary);
if (tree) {
proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"EventNameUndefined (%u) = %s",
@@ -96776,9 +95553,9 @@ static void decode_org_csapi_mmm_TpMessagingEventInfo_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessagingEventInfo == 1 ) {
-
+
/* Begin struct "org_csapi_mmm_TpNewMailboxMessageArrivedInfo" */
@@ -96789,9 +95566,9 @@ static void decode_org_csapi_mmm_TpMessagingEventInfo_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
if (disc_s_TpMessagingEventInfo == 2 ) {
-
+
/* Begin struct "org_csapi_mmm_TpNewMessageArrivedInfo" */
@@ -96802,7 +95579,7 @@ static void decode_org_csapi_mmm_TpMessagingEventInfo_un(tvbuff_t *tvb _U_, pack
return; /* End Compare for this discriminant type */
}
-
+
}
/*
@@ -96810,7 +95587,9 @@ static void decode_org_csapi_mmm_TpMessagingEventInfo_un(tvbuff_t *tvb _U_, pack
* Protocol and Info columns and creates the top-level protocol
* tree item.
*/
-static proto_tree *start_dissecting(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, int *offset) {
+static proto_tree *
+start_dissecting(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, int *offset)
+{
proto_item *ti = NULL;
proto_tree *tree = NULL; /* init later, inside if(tree) */
@@ -96831,7 +95610,9 @@ static proto_tree *start_dissecting(tvbuff_t *tvb, packet_info *pinfo, proto_tre
return tree;
}
-static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, int *offset, MessageHeader *header, gchar *operation, gchar *idlname) {
+static gboolean
+dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, int *offset, MessageHeader *header, gchar *operation, gchar *idlname)
+{
gboolean stream_is_big_endian; /* big endianess */
proto_tree *tree _U_;
@@ -96856,7 +95637,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
case Request:
case Reply:
- if (strcmp(operation, org_csapi_IpService_setCallback_op) == 0
+ if (strcmp(operation, "setCallback") == 0
&& (!idlname || strcmp(idlname, "org/csapi/IpService") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -96864,7 +95645,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_IpService_setCallbackWithSessionID_op) == 0
+ if (strcmp(operation, "setCallbackWithSessionID") == 0
&& (!idlname || strcmp(idlname, "org/csapi/IpService") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -96872,7 +95653,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthentication_op) == 0
+ if (strcmp(operation, "initiateAuthentication") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpInitial") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -96880,7 +95661,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticationWithVersion_op) == 0
+ if (strcmp(operation, "initiateAuthenticationWithVersion") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpInitial") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -96888,7 +95669,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_access_trust_and_security_IpAuthentication_requestAccess_op) == 0
+ if (strcmp(operation, "requestAccess") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAuthentication") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -96896,7 +95677,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_op) == 0
+ if (strcmp(operation, "terminateAccess") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpClientAccess") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -96904,7 +95685,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterface_op) == 0
+ if (strcmp(operation, "obtainInterface") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAccess") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -96912,7 +95693,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterfaceWithCallback_op) == 0
+ if (strcmp(operation, "obtainInterfaceWithCallback") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAccess") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -96920,7 +95701,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess_op) == 0
+ if (strcmp(operation, "endAccess") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAccess") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -96928,7 +95709,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_op) == 0
+ if (strcmp(operation, "listInterfaces") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAccess") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -96936,7 +95717,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_access_trust_and_security_IpAccess_releaseInterface_op) == 0
+ if (strcmp(operation, "releaseInterface") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAccess") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -96944,7 +95725,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_access_trust_and_security_IpAccess_selectSigningAlgorithm_op) == 0
+ if (strcmp(operation, "selectSigningAlgorithm") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAccess") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -96952,7 +95733,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_op) == 0
+ if (strcmp(operation, "terminateAccess") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAccess") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -96960,7 +95741,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_op) == 0
+ if (strcmp(operation, "relinquishInterface") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAccess") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -96968,7 +95749,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_op) == 0
+ if (strcmp(operation, "authenticate") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpClientAPILevelAuthentication") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -96976,7 +95757,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_abortAuthentication_op) == 0
+ if (strcmp(operation, "abortAuthentication") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpClientAPILevelAuthentication") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -96984,7 +95765,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticationSucceeded_op) == 0
+ if (strcmp(operation, "authenticationSucceeded") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpClientAPILevelAuthentication") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -96992,7 +95773,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_op) == 0
+ if (strcmp(operation, "challenge") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpClientAPILevelAuthentication") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97000,7 +95781,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectEncryptionMethod_op) == 0
+ if (strcmp(operation, "selectEncryptionMethod") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAPILevelAuthentication") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97008,7 +95789,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_op) == 0
+ if (strcmp(operation, "authenticate") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAPILevelAuthentication") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97016,7 +95797,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_abortAuthentication_op) == 0
+ if (strcmp(operation, "abortAuthentication") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAPILevelAuthentication") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97024,7 +95805,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticationSucceeded_op) == 0
+ if (strcmp(operation, "authenticationSucceeded") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAPILevelAuthentication") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97032,7 +95813,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectAuthenticationMechanism_op) == 0
+ if (strcmp(operation, "selectAuthenticationMechanism") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAPILevelAuthentication") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97040,7 +95821,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_op) == 0
+ if (strcmp(operation, "challenge") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAPILevelAuthentication") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97048,7 +95829,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_notification_IpAppEventNotification_reportNotification_op) == 0
+ if (strcmp(operation, "reportNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/notification/IpAppEventNotification") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97056,7 +95837,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_notification_IpAppEventNotification_notificationTerminated_op) == 0
+ if (strcmp(operation, "notificationTerminated") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/notification/IpAppEventNotification") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97064,7 +95845,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_notification_IpEventNotification_createNotification_op) == 0
+ if (strcmp(operation, "createNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/notification/IpEventNotification") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97072,7 +95853,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_notification_IpEventNotification_destroyNotification_op) == 0
+ if (strcmp(operation, "destroyNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/notification/IpEventNotification") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97080,7 +95861,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestRes_op) == 0
+ if (strcmp(operation, "activityTestRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97088,7 +95869,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppFaultManager_appActivityTestReq_op) == 0
+ if (strcmp(operation, "appActivityTestReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97096,7 +95877,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultReportInd_op) == 0
+ if (strcmp(operation, "fwFaultReportInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97104,7 +95885,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultRecoveryInd_op) == 0
+ if (strcmp(operation, "fwFaultRecoveryInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97112,7 +95893,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUnavailableInd_op) == 0
+ if (strcmp(operation, "svcUnavailableInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97120,7 +95901,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_op) == 0
+ if (strcmp(operation, "genFaultStatsRecordRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97128,7 +95909,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwUnavailableInd_op) == 0
+ if (strcmp(operation, "fwUnavailableInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97136,7 +95917,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestErr_op) == 0
+ if (strcmp(operation, "activityTestErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97144,7 +95925,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_op) == 0
+ if (strcmp(operation, "genFaultStatsRecordErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97152,7 +95933,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppFaultManager_appUnavailableInd_op) == 0
+ if (strcmp(operation, "appUnavailableInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97160,7 +95941,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordReq_op) == 0
+ if (strcmp(operation, "genFaultStatsRecordReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97168,7 +95949,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAvailStatusInd_op) == 0
+ if (strcmp(operation, "svcAvailStatusInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97176,7 +95957,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_op) == 0
+ if (strcmp(operation, "generateFaultStatisticsRecordRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97184,7 +95965,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_op) == 0
+ if (strcmp(operation, "generateFaultStatisticsRecordErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97192,7 +95973,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordReq_op) == 0
+ if (strcmp(operation, "generateFaultStatisticsRecordReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97200,7 +95981,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwAvailStatusInd_op) == 0
+ if (strcmp(operation, "fwAvailStatusInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97208,7 +95989,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadReq_op) == 0
+ if (strcmp(operation, "queryAppLoadReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97216,7 +95997,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes_op) == 0
+ if (strcmp(operation, "queryLoadRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97224,7 +96005,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadErr_op) == 0
+ if (strcmp(operation, "queryLoadErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97232,7 +96013,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification_op) == 0
+ if (strcmp(operation, "loadLevelNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97240,7 +96021,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppLoadManager_resumeNotification_op) == 0
+ if (strcmp(operation, "resumeNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97248,7 +96029,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppLoadManager_suspendNotification_op) == 0
+ if (strcmp(operation, "suspendNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97256,7 +96037,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppLoadManager_createLoadLevelNotification_op) == 0
+ if (strcmp(operation, "createLoadLevelNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97264,7 +96045,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppLoadManager_destroyLoadLevelNotification_op) == 0
+ if (strcmp(operation, "destroyLoadLevelNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97272,7 +96053,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadStatsReq_op) == 0
+ if (strcmp(operation, "queryAppLoadStatsReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97280,7 +96061,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_op) == 0
+ if (strcmp(operation, "queryLoadStatsRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97288,7 +96069,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsErr_op) == 0
+ if (strcmp(operation, "queryLoadStatsErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97296,7 +96077,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpLoadManager_reportLoad_op) == 0
+ if (strcmp(operation, "reportLoad") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97304,7 +96085,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_op) == 0
+ if (strcmp(operation, "queryLoadReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97312,7 +96093,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes_op) == 0
+ if (strcmp(operation, "queryAppLoadRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97320,7 +96101,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadErr_op) == 0
+ if (strcmp(operation, "queryAppLoadErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97328,7 +96109,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_op) == 0
+ if (strcmp(operation, "createLoadLevelNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97336,7 +96117,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_op) == 0
+ if (strcmp(operation, "destroyLoadLevelNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97344,7 +96125,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_op) == 0
+ if (strcmp(operation, "resumeNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97352,7 +96133,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_op) == 0
+ if (strcmp(operation, "suspendNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97360,7 +96141,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_op) == 0
+ if (strcmp(operation, "queryLoadStatsReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97368,7 +96149,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_op) == 0
+ if (strcmp(operation, "queryAppLoadStatsRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97376,7 +96157,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsErr_op) == 0
+ if (strcmp(operation, "queryAppLoadStatsErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97384,7 +96165,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery_op) == 0
+ if (strcmp(operation, "systemDateTimeQuery") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppOAM") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97392,7 +96173,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery_op) == 0
+ if (strcmp(operation, "systemDateTimeQuery") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpOAM") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97400,7 +96181,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpFaultManager_activityTestReq_op) == 0
+ if (strcmp(operation, "activityTestReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97408,7 +96189,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestRes_op) == 0
+ if (strcmp(operation, "appActivityTestRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97416,7 +96197,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpFaultManager_svcUnavailableInd_op) == 0
+ if (strcmp(operation, "svcUnavailableInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97424,7 +96205,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_op) == 0
+ if (strcmp(operation, "genFaultStatsRecordReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97432,7 +96213,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestErr_op) == 0
+ if (strcmp(operation, "appActivityTestErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97440,7 +96221,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpFaultManager_appUnavailableInd_op) == 0
+ if (strcmp(operation, "appUnavailableInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97448,7 +96229,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordRes_op) == 0
+ if (strcmp(operation, "genFaultStatsRecordRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97456,7 +96237,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordErr_op) == 0
+ if (strcmp(operation, "genFaultStatsRecordErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97464,7 +96245,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpFaultManager_appAvailStatusInd_op) == 0
+ if (strcmp(operation, "appAvailStatusInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97472,7 +96253,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_op) == 0
+ if (strcmp(operation, "generateFaultStatisticsRecordReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97480,7 +96261,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordRes_op) == 0
+ if (strcmp(operation, "generateFaultStatisticsRecordRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97488,7 +96269,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordErr_op) == 0
+ if (strcmp(operation, "generateFaultStatisticsRecordErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97496,7 +96277,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_enableHeartBeat_op) == 0
+ if (strcmp(operation, "enableHeartBeat") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpHeartBeatMgmt") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97504,7 +96285,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_disableHeartBeat_op) == 0
+ if (strcmp(operation, "disableHeartBeat") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpHeartBeatMgmt") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97512,7 +96293,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_changeInterval_op) == 0
+ if (strcmp(operation, "changeInterval") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpHeartBeatMgmt") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97520,7 +96301,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppHeartBeat_pulse_op) == 0
+ if (strcmp(operation, "pulse") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppHeartBeat") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97528,7 +96309,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpHeartBeat_pulse_op) == 0
+ if (strcmp(operation, "pulse") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpHeartBeat") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97536,7 +96317,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_enableAppHeartBeat_op) == 0
+ if (strcmp(operation, "enableAppHeartBeat") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppHeartBeatMgmt") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97544,7 +96325,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_disableAppHeartBeat_op) == 0
+ if (strcmp(operation, "disableAppHeartBeat") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppHeartBeatMgmt") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97552,7 +96333,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_changeInterval_op) == 0
+ if (strcmp(operation, "changeInterval") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppHeartBeatMgmt") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97560,7 +96341,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_op) == 0
+ if (strcmp(operation, "listServiceTypes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/discovery/IpServiceDiscovery") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97568,7 +96349,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_discovery_IpServiceDiscovery_describeServiceType_op) == 0
+ if (strcmp(operation, "describeServiceType") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/discovery/IpServiceDiscovery") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97576,7 +96357,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_op) == 0
+ if (strcmp(operation, "discoverService") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/discovery/IpServiceDiscovery") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97584,7 +96365,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices_op) == 0
+ if (strcmp(operation, "listSubscribedServices") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/discovery/IpServiceDiscovery") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97592,7 +96373,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_op) == 0
+ if (strcmp(operation, "signServiceAgreement") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/service_agreement/IpAppServiceAgreementManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97600,7 +96381,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_op) == 0
+ if (strcmp(operation, "terminateServiceAgreement") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/service_agreement/IpAppServiceAgreementManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97608,7 +96389,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement_op) == 0
+ if (strcmp(operation, "signServiceAgreement") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/service_agreement/IpServiceAgreementManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97616,7 +96397,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_op) == 0
+ if (strcmp(operation, "terminateServiceAgreement") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/service_agreement/IpServiceAgreementManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97624,7 +96405,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_selectService_op) == 0
+ if (strcmp(operation, "selectService") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/service_agreement/IpServiceAgreementManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97632,7 +96413,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_initiateSignServiceAgreement_op) == 0
+ if (strcmp(operation, "initiateSignServiceAgreement") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/service_agreement/IpServiceAgreementManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97640,7 +96421,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_createServiceProfile_op) == 0
+ if (strcmp(operation, "createServiceProfile") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97648,7 +96429,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_modifyServiceProfile_op) == 0
+ if (strcmp(operation, "modifyServiceProfile") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97656,7 +96437,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deleteServiceProfile_op) == 0
+ if (strcmp(operation, "deleteServiceProfile") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97664,7 +96445,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_assign_op) == 0
+ if (strcmp(operation, "assign") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97672,7 +96453,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deassign_op) == 0
+ if (strcmp(operation, "deassign") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97680,7 +96461,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo_op) == 0
+ if (strcmp(operation, "requestConflictInfo") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97688,7 +96469,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_op) == 0
+ if (strcmp(operation, "listServiceProfiles") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileInfoQuery") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97696,7 +96477,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_describeServiceProfile_op) == 0
+ if (strcmp(operation, "describeServiceProfile") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileInfoQuery") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97704,7 +96485,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_op) == 0
+ if (strcmp(operation, "listAssignedMembers") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileInfoQuery") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97712,7 +96493,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_createServiceContract_op) == 0
+ if (strcmp(operation, "createServiceContract") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97720,7 +96501,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_modifyServiceContract_op) == 0
+ if (strcmp(operation, "modifyServiceContract") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97728,7 +96509,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_deleteServiceContract_op) == 0
+ if (strcmp(operation, "deleteServiceContract") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97736,7 +96517,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_describeServiceContract_op) == 0
+ if (strcmp(operation, "describeServiceContract") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractInfoQuery") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97744,7 +96525,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_op) == 0
+ if (strcmp(operation, "listServiceContracts") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractInfoQuery") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97752,7 +96533,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_op) == 0
+ if (strcmp(operation, "listServiceProfiles") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractInfoQuery") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97760,7 +96541,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount_op) == 0
+ if (strcmp(operation, "modifyEntOpAccount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpEntOpAccountManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97768,7 +96549,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_deleteEntOpAccount_op) == 0
+ if (strcmp(operation, "deleteEntOpAccount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpEntOpAccountManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97776,7 +96557,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountInfoQuery_describeEntOpAccount_op) == 0
+ if (strcmp(operation, "describeEntOpAccount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpEntOpAccountInfoQuery") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97784,7 +96565,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createClientApp_op) == 0
+ if (strcmp(operation, "createClientApp") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97792,7 +96573,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_modifyClientApp_op) == 0
+ if (strcmp(operation, "modifyClientApp") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97800,7 +96581,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteClientApp_op) == 0
+ if (strcmp(operation, "deleteClientApp") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97808,7 +96589,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_op) == 0
+ if (strcmp(operation, "createSAG") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97816,7 +96597,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_modifySAG_op) == 0
+ if (strcmp(operation, "modifySAG") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97824,7 +96605,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteSAG_op) == 0
+ if (strcmp(operation, "deleteSAG") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97832,7 +96613,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_op) == 0
+ if (strcmp(operation, "addSAGMembers") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97840,7 +96621,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_op) == 0
+ if (strcmp(operation, "removeSAGMembers") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97848,7 +96629,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo_op) == 0
+ if (strcmp(operation, "requestConflictInfo") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97856,7 +96637,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeClientApp_op) == 0
+ if (strcmp(operation, "describeClientApp") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppInfoQuery") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97864,7 +96645,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_op) == 0
+ if (strcmp(operation, "listClientApps") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppInfoQuery") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97872,7 +96653,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeSAG_op) == 0
+ if (strcmp(operation, "describeSAG") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppInfoQuery") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97880,7 +96661,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_op) == 0
+ if (strcmp(operation, "listSAGs") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppInfoQuery") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97888,7 +96669,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_op) == 0
+ if (strcmp(operation, "listSAGMembers") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppInfoQuery") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97896,7 +96677,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_op) == 0
+ if (strcmp(operation, "listClientAppMembership") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppInfoQuery") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97904,7 +96685,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_reportNotification_op) == 0
+ if (strcmp(operation, "reportNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/notification/IpClientEventNotification") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97912,7 +96693,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_notificationTerminated_op) == 0
+ if (strcmp(operation, "notificationTerminated") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/notification/IpClientEventNotification") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97920,7 +96701,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_createNotification_op) == 0
+ if (strcmp(operation, "createNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/notification/IpEventNotification") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97928,7 +96709,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_destroyNotification_op) == 0
+ if (strcmp(operation, "destroyNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/notification/IpEventNotification") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97936,7 +96717,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_op) == 0
+ if (strcmp(operation, "listServiceTypes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/discovery/IpFwServiceDiscovery") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97944,7 +96725,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_describeServiceType_op) == 0
+ if (strcmp(operation, "describeServiceType") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/discovery/IpFwServiceDiscovery") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97952,7 +96733,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_op) == 0
+ if (strcmp(operation, "discoverService") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/discovery/IpFwServiceDiscovery") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97960,7 +96741,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices_op) == 0
+ if (strcmp(operation, "listRegisteredServices") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/discovery/IpFwServiceDiscovery") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97968,7 +96749,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_op) == 0
+ if (strcmp(operation, "createServiceManager") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/service_lifecycle/IpServiceInstanceLifecycleManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97976,7 +96757,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_destroyServiceManager_op) == 0
+ if (strcmp(operation, "destroyServiceManager") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/service_lifecycle/IpServiceInstanceLifecycleManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97984,7 +96765,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_op) == 0
+ if (strcmp(operation, "registerService") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/service_registration/IpFwServiceRegistration") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -97992,7 +96773,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_announceServiceAvailability_op) == 0
+ if (strcmp(operation, "announceServiceAvailability") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/service_registration/IpFwServiceRegistration") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98000,7 +96781,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unregisterService_op) == 0
+ if (strcmp(operation, "unregisterService") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/service_registration/IpFwServiceRegistration") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98008,7 +96789,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_describeService_op) == 0
+ if (strcmp(operation, "describeService") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/service_registration/IpFwServiceRegistration") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98016,7 +96797,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unannounceService_op) == 0
+ if (strcmp(operation, "unannounceService") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/service_registration/IpFwServiceRegistration") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98024,7 +96805,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_op) == 0
+ if (strcmp(operation, "registerServiceSubType") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/service_registration/IpFwServiceRegistration") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98032,7 +96813,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadReq_op) == 0
+ if (strcmp(operation, "querySvcLoadReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98040,7 +96821,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes_op) == 0
+ if (strcmp(operation, "queryLoadRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98048,7 +96829,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadErr_op) == 0
+ if (strcmp(operation, "queryLoadErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98056,7 +96837,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification_op) == 0
+ if (strcmp(operation, "loadLevelNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98064,7 +96845,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcLoadManager_suspendNotification_op) == 0
+ if (strcmp(operation, "suspendNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98072,7 +96853,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcLoadManager_resumeNotification_op) == 0
+ if (strcmp(operation, "resumeNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98080,7 +96861,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcLoadManager_createLoadLevelNotification_op) == 0
+ if (strcmp(operation, "createLoadLevelNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98088,7 +96869,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcLoadManager_destroyLoadLevelNotification_op) == 0
+ if (strcmp(operation, "destroyLoadLevelNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98096,7 +96877,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadStatsReq_op) == 0
+ if (strcmp(operation, "querySvcLoadStatsReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98104,7 +96885,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_op) == 0
+ if (strcmp(operation, "queryLoadStatsRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98112,7 +96893,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsErr_op) == 0
+ if (strcmp(operation, "queryLoadStatsErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98120,7 +96901,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpFwLoadManager_reportLoad_op) == 0
+ if (strcmp(operation, "reportLoad") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98128,7 +96909,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadReq_op) == 0
+ if (strcmp(operation, "queryLoadReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98136,7 +96917,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes_op) == 0
+ if (strcmp(operation, "querySvcLoadRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98144,7 +96925,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadErr_op) == 0
+ if (strcmp(operation, "querySvcLoadErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98152,7 +96933,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpFwLoadManager_createLoadLevelNotification_op) == 0
+ if (strcmp(operation, "createLoadLevelNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98160,7 +96941,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpFwLoadManager_destroyLoadLevelNotification_op) == 0
+ if (strcmp(operation, "destroyLoadLevelNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98168,7 +96949,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpFwLoadManager_suspendNotification_op) == 0
+ if (strcmp(operation, "suspendNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98176,7 +96957,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpFwLoadManager_resumeNotification_op) == 0
+ if (strcmp(operation, "resumeNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98184,7 +96965,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadStatsReq_op) == 0
+ if (strcmp(operation, "queryLoadStatsReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98192,7 +96973,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_op) == 0
+ if (strcmp(operation, "querySvcLoadStatsRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98200,7 +96981,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsErr_op) == 0
+ if (strcmp(operation, "querySvcLoadStatsErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98208,7 +96989,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestRes_op) == 0
+ if (strcmp(operation, "activityTestRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98216,7 +96997,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcActivityTestReq_op) == 0
+ if (strcmp(operation, "svcActivityTestReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98224,7 +97005,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultReportInd_op) == 0
+ if (strcmp(operation, "fwFaultReportInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98232,7 +97013,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultRecoveryInd_op) == 0
+ if (strcmp(operation, "fwFaultRecoveryInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98240,7 +97021,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwUnavailableInd_op) == 0
+ if (strcmp(operation, "fwUnavailableInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98248,7 +97029,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcUnavailableInd_op) == 0
+ if (strcmp(operation, "svcUnavailableInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98256,7 +97037,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appUnavailableInd_op) == 0
+ if (strcmp(operation, "appUnavailableInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98264,7 +97045,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordRes_op) == 0
+ if (strcmp(operation, "genFaultStatsRecordRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98272,7 +97053,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestErr_op) == 0
+ if (strcmp(operation, "activityTestErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98280,7 +97061,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordErr_op) == 0
+ if (strcmp(operation, "genFaultStatsRecordErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98288,7 +97069,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_op) == 0
+ if (strcmp(operation, "genFaultStatsRecordReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98296,7 +97077,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatsRecordReq_op) == 0
+ if (strcmp(operation, "generateFaultStatsRecordReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98304,7 +97085,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appAvailStatusInd_op) == 0
+ if (strcmp(operation, "appAvailStatusInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98312,7 +97093,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordRes_op) == 0
+ if (strcmp(operation, "generateFaultStatisticsRecordRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98320,7 +97101,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordErr_op) == 0
+ if (strcmp(operation, "generateFaultStatisticsRecordErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98328,7 +97109,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordReq_op) == 0
+ if (strcmp(operation, "generateFaultStatisticsRecordReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98336,7 +97117,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwAvailStatusInd_op) == 0
+ if (strcmp(operation, "fwAvailStatusInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98344,7 +97125,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpFwFaultManager_activityTestReq_op) == 0
+ if (strcmp(operation, "activityTestReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98352,7 +97133,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestRes_op) == 0
+ if (strcmp(operation, "svcActivityTestRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98360,7 +97141,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpFwFaultManager_appUnavailableInd_op) == 0
+ if (strcmp(operation, "appUnavailableInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98368,7 +97149,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordReq_op) == 0
+ if (strcmp(operation, "genFaultStatsRecordReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98376,7 +97157,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcUnavailableInd_op) == 0
+ if (strcmp(operation, "svcUnavailableInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98384,7 +97165,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestErr_op) == 0
+ if (strcmp(operation, "svcActivityTestErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98392,7 +97173,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_op) == 0
+ if (strcmp(operation, "genFaultStatsRecordRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98400,7 +97181,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_op) == 0
+ if (strcmp(operation, "genFaultStatsRecordErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98408,7 +97189,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordRes_op) == 0
+ if (strcmp(operation, "generateFaultStatsRecordRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98416,7 +97197,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordErr_op) == 0
+ if (strcmp(operation, "generateFaultStatsRecordErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98424,7 +97205,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcAvailStatusInd_op) == 0
+ if (strcmp(operation, "svcAvailStatusInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98432,7 +97213,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordReq_op) == 0
+ if (strcmp(operation, "generateFaultStatisticsRecordReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98440,7 +97221,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordRes_op) == 0
+ if (strcmp(operation, "generateFaultStatisticsRecordRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98448,7 +97229,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordErr_op) == 0
+ if (strcmp(operation, "generateFaultStatisticsRecordErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98456,7 +97237,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery_op) == 0
+ if (strcmp(operation, "systemDateTimeQuery") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcOAM") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98464,7 +97245,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery_op) == 0
+ if (strcmp(operation, "systemDateTimeQuery") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwOAM") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98472,7 +97253,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_enableHeartBeat_op) == 0
+ if (strcmp(operation, "enableHeartBeat") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwHeartBeatMgmt") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98480,7 +97261,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_disableHeartBeat_op) == 0
+ if (strcmp(operation, "disableHeartBeat") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwHeartBeatMgmt") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98488,7 +97269,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_changeInterval_op) == 0
+ if (strcmp(operation, "changeInterval") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwHeartBeatMgmt") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98496,7 +97277,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcHeartBeat_pulse_op) == 0
+ if (strcmp(operation, "pulse") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcHeartBeat") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98504,7 +97285,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpFwHeartBeat_pulse_op) == 0
+ if (strcmp(operation, "pulse") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwHeartBeat") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98512,7 +97293,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_enableSvcHeartBeat_op) == 0
+ if (strcmp(operation, "enableSvcHeartBeat") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcHeartBeatMgmt") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98520,7 +97301,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_disableSvcHeartBeat_op) == 0
+ if (strcmp(operation, "disableSvcHeartBeat") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcHeartBeatMgmt") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98528,7 +97309,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_changeInterval_op) == 0
+ if (strcmp(operation, "changeInterval") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcHeartBeatMgmt") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98536,7 +97317,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_notification_IpFwEventNotification_createNotification_op) == 0
+ if (strcmp(operation, "createNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/notification/IpFwEventNotification") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98544,7 +97325,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_notification_IpFwEventNotification_destroyNotification_op) == 0
+ if (strcmp(operation, "destroyNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/notification/IpFwEventNotification") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98552,7 +97333,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_notification_IpSvcEventNotification_reportNotification_op) == 0
+ if (strcmp(operation, "reportNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/notification/IpSvcEventNotification") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98560,7 +97341,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_fw_fw_service_notification_IpSvcEventNotification_notificationTerminated_op) == 0
+ if (strcmp(operation, "notificationTerminated") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/notification/IpSvcEventNotification") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98568,7 +97349,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpAppCall_routeRes_op) == 0
+ if (strcmp(operation, "routeRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98576,7 +97357,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpAppCall_routeErr_op) == 0
+ if (strcmp(operation, "routeErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98584,7 +97365,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpAppCall_getCallInfoRes_op) == 0
+ if (strcmp(operation, "getCallInfoRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98592,7 +97373,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpAppCall_getCallInfoErr_op) == 0
+ if (strcmp(operation, "getCallInfoErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98600,7 +97381,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpAppCall_superviseCallRes_op) == 0
+ if (strcmp(operation, "superviseCallRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98608,7 +97389,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpAppCall_superviseCallErr_op) == 0
+ if (strcmp(operation, "superviseCallErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98616,7 +97397,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpAppCall_callFaultDetected_op) == 0
+ if (strcmp(operation, "callFaultDetected") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98624,7 +97405,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsRes_op) == 0
+ if (strcmp(operation, "getMoreDialledDigitsRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98632,7 +97413,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsErr_op) == 0
+ if (strcmp(operation, "getMoreDialledDigitsErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98640,7 +97421,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpAppCall_callEnded_op) == 0
+ if (strcmp(operation, "callEnded") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98648,7 +97429,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpCall_routeReq_op) == 0
+ if (strcmp(operation, "routeReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98656,7 +97437,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpCall_release_op) == 0
+ if (strcmp(operation, "release") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98664,7 +97445,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpCall_deassignCall_op) == 0
+ if (strcmp(operation, "deassignCall") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98672,7 +97453,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpCall_getCallInfoReq_op) == 0
+ if (strcmp(operation, "getCallInfoReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98680,7 +97461,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpCall_setCallChargePlan_op) == 0
+ if (strcmp(operation, "setCallChargePlan") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98688,7 +97469,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpCall_setAdviceOfCharge_op) == 0
+ if (strcmp(operation, "setAdviceOfCharge") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98696,7 +97477,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpCall_getMoreDialledDigitsReq_op) == 0
+ if (strcmp(operation, "getMoreDialledDigitsReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98704,7 +97485,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpCall_superviseCallReq_op) == 0
+ if (strcmp(operation, "superviseCallReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98712,7 +97493,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpCall_continueProcessing_op) == 0
+ if (strcmp(operation, "continueProcessing") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98720,7 +97501,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpAppCallControlManager_callAborted_op) == 0
+ if (strcmp(operation, "callAborted") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98728,7 +97509,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpAppCallControlManager_callEventNotify_op) == 0
+ if (strcmp(operation, "callEventNotify") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98736,7 +97517,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpAppCallControlManager_callNotificationInterrupted_op) == 0
+ if (strcmp(operation, "callNotificationInterrupted") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98744,7 +97525,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpAppCallControlManager_callNotificationContinued_op) == 0
+ if (strcmp(operation, "callNotificationContinued") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98752,7 +97533,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpAppCallControlManager_callOverloadEncountered_op) == 0
+ if (strcmp(operation, "callOverloadEncountered") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98760,7 +97541,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpAppCallControlManager_callOverloadCeased_op) == 0
+ if (strcmp(operation, "callOverloadCeased") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98768,7 +97549,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_op) == 0
+ if (strcmp(operation, "abortMultipleCalls") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98776,7 +97557,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpCallControlManager_createCall_op) == 0
+ if (strcmp(operation, "createCall") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98784,7 +97565,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpCallControlManager_enableCallNotification_op) == 0
+ if (strcmp(operation, "enableCallNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98792,7 +97573,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpCallControlManager_disableCallNotification_op) == 0
+ if (strcmp(operation, "disableCallNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98800,7 +97581,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl_op) == 0
+ if (strcmp(operation, "setCallLoadControl") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98808,7 +97589,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpCallControlManager_changeCallNotification_op) == 0
+ if (strcmp(operation, "changeCallNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98816,7 +97597,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_gccs_IpCallControlManager_getCriteria_op) == 0
+ if (strcmp(operation, "getCriteria") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98824,7 +97605,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpAppCallLeg_eventReportRes_op) == 0
+ if (strcmp(operation, "eventReportRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98832,7 +97613,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpAppCallLeg_eventReportErr_op) == 0
+ if (strcmp(operation, "eventReportErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98840,7 +97621,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpAppCallLeg_attachMediaRes_op) == 0
+ if (strcmp(operation, "attachMediaRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98848,7 +97629,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpAppCallLeg_attachMediaErr_op) == 0
+ if (strcmp(operation, "attachMediaErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98856,7 +97637,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpAppCallLeg_detachMediaRes_op) == 0
+ if (strcmp(operation, "detachMediaRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98864,7 +97645,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpAppCallLeg_detachMediaErr_op) == 0
+ if (strcmp(operation, "detachMediaErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98872,7 +97653,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpAppCallLeg_getInfoRes_op) == 0
+ if (strcmp(operation, "getInfoRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98880,7 +97661,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpAppCallLeg_getInfoErr_op) == 0
+ if (strcmp(operation, "getInfoErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98888,7 +97669,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpAppCallLeg_routeErr_op) == 0
+ if (strcmp(operation, "routeErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98896,7 +97677,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpAppCallLeg_superviseRes_op) == 0
+ if (strcmp(operation, "superviseRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98904,7 +97685,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpAppCallLeg_superviseErr_op) == 0
+ if (strcmp(operation, "superviseErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98912,7 +97693,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpAppCallLeg_callLegEnded_op) == 0
+ if (strcmp(operation, "callLegEnded") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98920,7 +97701,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createCall_op) == 0
+ if (strcmp(operation, "createCall") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98928,7 +97709,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createNotification_op) == 0
+ if (strcmp(operation, "createNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98936,7 +97717,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpMultiPartyCallControlManager_destroyNotification_op) == 0
+ if (strcmp(operation, "destroyNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98944,7 +97725,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpMultiPartyCallControlManager_changeNotification_op) == 0
+ if (strcmp(operation, "changeNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98952,7 +97733,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification_op) == 0
+ if (strcmp(operation, "getNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98960,7 +97741,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl_op) == 0
+ if (strcmp(operation, "setCallLoadControl") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98968,7 +97749,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpMultiPartyCallControlManager_enableNotifications_op) == 0
+ if (strcmp(operation, "enableNotifications") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98976,7 +97757,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpMultiPartyCallControlManager_disableNotifications_op) == 0
+ if (strcmp(operation, "disableNotifications") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98984,7 +97765,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNextNotification_op) == 0
+ if (strcmp(operation, "getNextNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -98992,7 +97773,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpCallLeg_routeReq_op) == 0
+ if (strcmp(operation, "routeReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99000,7 +97781,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpCallLeg_eventReportReq_op) == 0
+ if (strcmp(operation, "eventReportReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99008,7 +97789,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpCallLeg_release_op) == 0
+ if (strcmp(operation, "release") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99016,7 +97797,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpCallLeg_getInfoReq_op) == 0
+ if (strcmp(operation, "getInfoReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99024,7 +97805,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpCallLeg_getCall_op) == 0
+ if (strcmp(operation, "getCall") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99032,7 +97813,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpCallLeg_attachMediaReq_op) == 0
+ if (strcmp(operation, "attachMediaReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99040,7 +97821,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpCallLeg_detachMediaReq_op) == 0
+ if (strcmp(operation, "detachMediaReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99048,7 +97829,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpCallLeg_getCurrentDestinationAddress_op) == 0
+ if (strcmp(operation, "getCurrentDestinationAddress") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99056,7 +97837,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpCallLeg_continueProcessing_op) == 0
+ if (strcmp(operation, "continueProcessing") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99064,7 +97845,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpCallLeg_setChargePlan_op) == 0
+ if (strcmp(operation, "setChargePlan") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99072,7 +97853,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge_op) == 0
+ if (strcmp(operation, "setAdviceOfCharge") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99080,7 +97861,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpCallLeg_superviseReq_op) == 0
+ if (strcmp(operation, "superviseReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99088,7 +97869,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpCallLeg_deassign_op) == 0
+ if (strcmp(operation, "deassign") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99096,7 +97877,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpCallLeg_getProperties_op) == 0
+ if (strcmp(operation, "getProperties") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99104,7 +97885,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpCallLeg_setProperties_op) == 0
+ if (strcmp(operation, "setProperties") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99112,7 +97893,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoRes_op) == 0
+ if (strcmp(operation, "getInfoRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99120,7 +97901,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoErr_op) == 0
+ if (strcmp(operation, "getInfoErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99128,7 +97909,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes_op) == 0
+ if (strcmp(operation, "superviseRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99136,7 +97917,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseErr_op) == 0
+ if (strcmp(operation, "superviseErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99144,7 +97925,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpAppMultiPartyCall_callEnded_op) == 0
+ if (strcmp(operation, "callEnded") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99152,7 +97933,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpAppMultiPartyCall_createAndRouteCallLegErr_op) == 0
+ if (strcmp(operation, "createAndRouteCallLegErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99160,7 +97941,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_op) == 0
+ if (strcmp(operation, "getCallLegs") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99168,7 +97949,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpMultiPartyCall_createCallLeg_op) == 0
+ if (strcmp(operation, "createCallLeg") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99176,7 +97957,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_op) == 0
+ if (strcmp(operation, "createAndRouteCallLegReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99184,7 +97965,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpMultiPartyCall_release_op) == 0
+ if (strcmp(operation, "release") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99192,7 +97973,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpMultiPartyCall_deassignCall_op) == 0
+ if (strcmp(operation, "deassignCall") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99200,7 +97981,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpMultiPartyCall_getInfoReq_op) == 0
+ if (strcmp(operation, "getInfoReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99208,7 +97989,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpMultiPartyCall_setChargePlan_op) == 0
+ if (strcmp(operation, "setChargePlan") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99216,7 +97997,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge_op) == 0
+ if (strcmp(operation, "setAdviceOfCharge") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99224,7 +98005,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq_op) == 0
+ if (strcmp(operation, "superviseReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99232,7 +98013,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_op) == 0
+ if (strcmp(operation, "reportNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99240,7 +98021,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callAborted_op) == 0
+ if (strcmp(operation, "callAborted") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99248,7 +98029,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerInterrupted_op) == 0
+ if (strcmp(operation, "managerInterrupted") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99256,7 +98037,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerResumed_op) == 0
+ if (strcmp(operation, "managerResumed") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99264,7 +98045,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadEncountered_op) == 0
+ if (strcmp(operation, "callOverloadEncountered") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99272,7 +98053,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadCeased_op) == 0
+ if (strcmp(operation, "callOverloadCeased") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99280,7 +98061,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_op) == 0
+ if (strcmp(operation, "abortMultipleCalls") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99288,7 +98069,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes_op) == 0
+ if (strcmp(operation, "superviseVolumeRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpAppMultiMediaCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99296,7 +98077,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeErr_op) == 0
+ if (strcmp(operation, "superviseVolumeErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpAppMultiMediaCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99304,7 +98085,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_op) == 0
+ if (strcmp(operation, "mediaStreamMonitorRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpAppMultiMediaCallLeg") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99312,7 +98093,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mmccs_IpMultiMediaStream_subtract_op) == 0
+ if (strcmp(operation, "subtract") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpMultiMediaStream") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99320,7 +98101,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_op) == 0
+ if (strcmp(operation, "mediaStreamAllow") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpMultiMediaCallLeg") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99328,7 +98109,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_op) == 0
+ if (strcmp(operation, "mediaStreamMonitorReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpMultiMediaCallLeg") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99336,7 +98117,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_op) == 0
+ if (strcmp(operation, "getMediaStreams") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpMultiMediaCallLeg") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99344,7 +98125,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq_op) == 0
+ if (strcmp(operation, "superviseVolumeReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpMultiMediaCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99352,7 +98133,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_op) == 0
+ if (strcmp(operation, "reportMediaNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpAppMultiMediaCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99360,7 +98141,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mmccs_IpMultiMediaCallControlManager_createMediaNotification_op) == 0
+ if (strcmp(operation, "createMediaNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpMultiMediaCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99368,7 +98149,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mmccs_IpMultiMediaCallControlManager_destroyMediaNotification_op) == 0
+ if (strcmp(operation, "destroyMediaNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpMultiMediaCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99376,7 +98157,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mmccs_IpMultiMediaCallControlManager_changeMediaNotification_op) == 0
+ if (strcmp(operation, "changeMediaNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpMultiMediaCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99384,7 +98165,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification_op) == 0
+ if (strcmp(operation, "getMediaNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpMultiMediaCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99392,7 +98173,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_cccs_IpAppSubConfCall_chairSelection_op) == 0
+ if (strcmp(operation, "chairSelection") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpAppSubConfCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99400,7 +98181,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_cccs_IpAppSubConfCall_floorRequest_op) == 0
+ if (strcmp(operation, "floorRequest") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpAppSubConfCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99408,7 +98189,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_cccs_IpAppConfCall_partyJoined_op) == 0
+ if (strcmp(operation, "partyJoined") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpAppConfCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99416,7 +98197,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_cccs_IpAppConfCall_leaveMonitorRes_op) == 0
+ if (strcmp(operation, "leaveMonitorRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpAppConfCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99424,7 +98205,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_cccs_IpConfCallControlManager_createConference_op) == 0
+ if (strcmp(operation, "createConference") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpConfCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99432,7 +98213,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_cccs_IpConfCallControlManager_checkResources_op) == 0
+ if (strcmp(operation, "checkResources") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpConfCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99440,7 +98221,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_cccs_IpConfCallControlManager_reserveResources_op) == 0
+ if (strcmp(operation, "reserveResources") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpConfCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99448,7 +98229,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_cccs_IpConfCallControlManager_freeResources_op) == 0
+ if (strcmp(operation, "freeResources") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpConfCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99456,7 +98237,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_cccs_IpAppConfCallControlManager_conferenceCreated_op) == 0
+ if (strcmp(operation, "conferenceCreated") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpAppConfCallControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99464,7 +98245,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_cccs_IpSubConfCall_splitSubConference_op) == 0
+ if (strcmp(operation, "splitSubConference") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpSubConfCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99472,7 +98253,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_cccs_IpSubConfCall_mergeSubConference_op) == 0
+ if (strcmp(operation, "mergeSubConference") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpSubConfCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99480,7 +98261,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_cccs_IpSubConfCall_moveCallLeg_op) == 0
+ if (strcmp(operation, "moveCallLeg") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpSubConfCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99488,7 +98269,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_cccs_IpSubConfCall_inspectVideo_op) == 0
+ if (strcmp(operation, "inspectVideo") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpSubConfCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99496,7 +98277,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_cccs_IpSubConfCall_inspectVideoCancel_op) == 0
+ if (strcmp(operation, "inspectVideoCancel") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpSubConfCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99504,7 +98285,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_cccs_IpSubConfCall_appointSpeaker_op) == 0
+ if (strcmp(operation, "appointSpeaker") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpSubConfCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99512,7 +98293,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_cccs_IpSubConfCall_chairSelection_op) == 0
+ if (strcmp(operation, "chairSelection") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpSubConfCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99520,7 +98301,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_cccs_IpSubConfCall_changeConferencePolicy_op) == 0
+ if (strcmp(operation, "changeConferencePolicy") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpSubConfCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99528,7 +98309,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_cccs_IpConfCall_getSubConferences_op) == 0
+ if (strcmp(operation, "getSubConferences") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpConfCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99536,7 +98317,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_cccs_IpConfCall_createSubConference_op) == 0
+ if (strcmp(operation, "createSubConference") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpConfCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99544,7 +98325,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_cccs_IpConfCall_leaveMonitorReq_op) == 0
+ if (strcmp(operation, "leaveMonitorReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpConfCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99552,7 +98333,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cc_cccs_IpConfCall_getConferenceAddress_op) == 0
+ if (strcmp(operation, "getConferenceAddress") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpConfCall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99560,7 +98341,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpAppUI_sendInfoRes_op) == 0
+ if (strcmp(operation, "sendInfoRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUI") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99568,7 +98349,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpAppUI_sendInfoErr_op) == 0
+ if (strcmp(operation, "sendInfoErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUI") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99576,7 +98357,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpAppUI_sendInfoAndCollectRes_op) == 0
+ if (strcmp(operation, "sendInfoAndCollectRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUI") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99584,7 +98365,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpAppUI_sendInfoAndCollectErr_op) == 0
+ if (strcmp(operation, "sendInfoAndCollectErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUI") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99592,7 +98373,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpAppUI_userInteractionFaultDetected_op) == 0
+ if (strcmp(operation, "userInteractionFaultDetected") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUI") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99600,7 +98381,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpAppUICall_recordMessageRes_op) == 0
+ if (strcmp(operation, "recordMessageRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUICall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99608,7 +98389,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpAppUICall_recordMessageErr_op) == 0
+ if (strcmp(operation, "recordMessageErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUICall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99616,7 +98397,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpAppUICall_deleteMessageRes_op) == 0
+ if (strcmp(operation, "deleteMessageRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUICall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99624,7 +98405,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpAppUICall_deleteMessageErr_op) == 0
+ if (strcmp(operation, "deleteMessageErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUICall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99632,7 +98413,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpAppUICall_abortActionRes_op) == 0
+ if (strcmp(operation, "abortActionRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUICall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99640,7 +98421,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpAppUICall_abortActionErr_op) == 0
+ if (strcmp(operation, "abortActionErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUICall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99648,7 +98429,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpAppUICall_getMessageRes_op) == 0
+ if (strcmp(operation, "getMessageRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUICall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99656,7 +98437,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpAppUICall_getMessageErr_op) == 0
+ if (strcmp(operation, "getMessageErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUICall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99664,7 +98445,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpAppUIManager_userInteractionAborted_op) == 0
+ if (strcmp(operation, "userInteractionAborted") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99672,7 +98453,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpAppUIManager_userInteractionNotificationInterrupted_op) == 0
+ if (strcmp(operation, "userInteractionNotificationInterrupted") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99680,7 +98461,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpAppUIManager_userInteractionNotificationContinued_op) == 0
+ if (strcmp(operation, "userInteractionNotificationContinued") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99688,7 +98469,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpAppUIManager_reportEventNotification_op) == 0
+ if (strcmp(operation, "reportEventNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99696,7 +98477,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions_op) == 0
+ if (strcmp(operation, "abortMultipleUserInteractions") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99704,7 +98485,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpUI_sendInfoReq_op) == 0
+ if (strcmp(operation, "sendInfoReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUI") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99712,7 +98493,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpUI_sendInfoAndCollectReq_op) == 0
+ if (strcmp(operation, "sendInfoAndCollectReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUI") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99720,7 +98501,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpUI_release_op) == 0
+ if (strcmp(operation, "release") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUI") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99728,7 +98509,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpUI_setOriginatingAddress_op) == 0
+ if (strcmp(operation, "setOriginatingAddress") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUI") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99736,7 +98517,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpUI_getOriginatingAddress_op) == 0
+ if (strcmp(operation, "getOriginatingAddress") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUI") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99744,7 +98525,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpUICall_recordMessageReq_op) == 0
+ if (strcmp(operation, "recordMessageReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUICall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99752,7 +98533,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpUICall_deleteMessageReq_op) == 0
+ if (strcmp(operation, "deleteMessageReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUICall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99760,7 +98541,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpUICall_abortActionReq_op) == 0
+ if (strcmp(operation, "abortActionReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUICall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99768,7 +98549,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpUICall_getMessageReq_op) == 0
+ if (strcmp(operation, "getMessageReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUICall") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99776,7 +98557,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpUIManager_createUI_op) == 0
+ if (strcmp(operation, "createUI") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUIManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99784,7 +98565,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpUIManager_createUICall_op) == 0
+ if (strcmp(operation, "createUICall") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUIManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99792,7 +98573,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpUIManager_createNotification_op) == 0
+ if (strcmp(operation, "createNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUIManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99800,7 +98581,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpUIManager_destroyNotification_op) == 0
+ if (strcmp(operation, "destroyNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUIManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99808,7 +98589,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpUIManager_changeNotification_op) == 0
+ if (strcmp(operation, "changeNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUIManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99816,7 +98597,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpUIManager_getNotification_op) == 0
+ if (strcmp(operation, "getNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUIManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99824,7 +98605,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpUIManager_enableNotifications_op) == 0
+ if (strcmp(operation, "enableNotifications") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUIManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99832,7 +98613,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpUIManager_disableNotifications_op) == 0
+ if (strcmp(operation, "disableNotifications") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUIManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99840,7 +98621,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpAppUIAdminManager_getMessageRes_op) == 0
+ if (strcmp(operation, "getMessageRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIAdminManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99848,7 +98629,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpAppUIAdminManager_getMessageErr_op) == 0
+ if (strcmp(operation, "getMessageErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIAdminManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99856,7 +98637,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpAppUIAdminManager_deleteMessageRes_op) == 0
+ if (strcmp(operation, "deleteMessageRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIAdminManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99864,7 +98645,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpAppUIAdminManager_deleteMessageErr_op) == 0
+ if (strcmp(operation, "deleteMessageErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIAdminManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99872,7 +98653,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpAppUIAdminManager_putMessageRes_op) == 0
+ if (strcmp(operation, "putMessageRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIAdminManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99880,7 +98661,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpAppUIAdminManager_putMessageErr_op) == 0
+ if (strcmp(operation, "putMessageErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIAdminManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99888,7 +98669,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpAppUIAdminManager_getMessageListRes_op) == 0
+ if (strcmp(operation, "getMessageListRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIAdminManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99896,7 +98677,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpAppUIAdminManager_getMessageListErr_op) == 0
+ if (strcmp(operation, "getMessageListErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIAdminManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99904,7 +98685,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpUIAdminManager_getMessageReq_op) == 0
+ if (strcmp(operation, "getMessageReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUIAdminManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99912,7 +98693,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpUIAdminManager_putMessageReq_op) == 0
+ if (strcmp(operation, "putMessageReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUIAdminManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99920,7 +98701,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpUIAdminManager_deleteMessageReq_op) == 0
+ if (strcmp(operation, "deleteMessageReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUIAdminManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99928,7 +98709,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_ui_IpUIAdminManager_getMessageListReq_op) == 0
+ if (strcmp(operation, "getMessageListReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUIAdminManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99936,7 +98717,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ul_IpAppUserLocation_locationReportRes_op) == 0
+ if (strcmp(operation, "locationReportRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpAppUserLocation") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99944,7 +98725,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ul_IpAppUserLocation_locationReportErr_op) == 0
+ if (strcmp(operation, "locationReportErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpAppUserLocation") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99952,7 +98733,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_op) == 0
+ if (strcmp(operation, "extendedLocationReportRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpAppUserLocation") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99960,7 +98741,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr_op) == 0
+ if (strcmp(operation, "extendedLocationReportErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpAppUserLocation") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99968,7 +98749,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_op) == 0
+ if (strcmp(operation, "periodicLocationReport") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpAppUserLocation") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99976,7 +98757,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr_op) == 0
+ if (strcmp(operation, "periodicLocationReportErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpAppUserLocation") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99984,7 +98765,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ul_IpUserLocation_locationReportReq_op) == 0
+ if (strcmp(operation, "locationReportReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpUserLocation") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -99992,7 +98773,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_op) == 0
+ if (strcmp(operation, "extendedLocationReportReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpUserLocation") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100000,7 +98781,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_op) == 0
+ if (strcmp(operation, "periodicLocationReportingStartReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpUserLocation") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100008,7 +98789,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStop_op) == 0
+ if (strcmp(operation, "periodicLocationReportingStop") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpUserLocation") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100016,7 +98797,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ul_IpUserLocation_getNextPeriodicLocationRequest_op) == 0
+ if (strcmp(operation, "getNextPeriodicLocationRequest") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpUserLocation") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100024,7 +98805,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReport_op) == 0
+ if (strcmp(operation, "triggeredLocationReport") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpAppTriggeredUserLocation") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100032,7 +98813,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr_op) == 0
+ if (strcmp(operation, "triggeredLocationReportErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpAppTriggeredUserLocation") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100040,7 +98821,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_op) == 0
+ if (strcmp(operation, "triggeredLocationReportingStartReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpTriggeredUserLocation") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100048,7 +98829,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStop_op) == 0
+ if (strcmp(operation, "triggeredLocationReportingStop") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpTriggeredUserLocation") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100056,7 +98837,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ul_IpTriggeredUserLocation_getNextTriggeredLocationRequest_op) == 0
+ if (strcmp(operation, "getNextTriggeredLocationRequest") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpTriggeredUserLocation") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100064,7 +98845,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_op) == 0
+ if (strcmp(operation, "locationReportRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpAppUserLocationCamel") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100072,7 +98853,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr_op) == 0
+ if (strcmp(operation, "locationReportErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpAppUserLocationCamel") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100080,7 +98861,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_op) == 0
+ if (strcmp(operation, "periodicLocationReport") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpAppUserLocationCamel") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100088,7 +98869,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr_op) == 0
+ if (strcmp(operation, "periodicLocationReportErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpAppUserLocationCamel") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100096,7 +98877,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReport_op) == 0
+ if (strcmp(operation, "triggeredLocationReport") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpAppUserLocationCamel") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100104,7 +98885,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr_op) == 0
+ if (strcmp(operation, "triggeredLocationReportErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpAppUserLocationCamel") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100112,7 +98893,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_op) == 0
+ if (strcmp(operation, "locationReportReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpUserLocationCamel") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100120,7 +98901,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_op) == 0
+ if (strcmp(operation, "periodicLocationReportingStartReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpUserLocationCamel") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100128,7 +98909,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStop_op) == 0
+ if (strcmp(operation, "periodicLocationReportingStop") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpUserLocationCamel") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100136,7 +98917,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_op) == 0
+ if (strcmp(operation, "triggeredLocationReportingStartReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpUserLocationCamel") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100144,7 +98925,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStop_op) == 0
+ if (strcmp(operation, "triggeredLocationReportingStop") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpUserLocationCamel") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100152,7 +98933,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ulc_IpUserLocationCamel_getNextPeriodicLocationRequest_op) == 0
+ if (strcmp(operation, "getNextPeriodicLocationRequest") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpUserLocationCamel") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100160,7 +98941,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ulc_IpUserLocationCamel_getNextTriggeredLocationRequest_op) == 0
+ if (strcmp(operation, "getNextTriggeredLocationRequest") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpUserLocationCamel") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100168,7 +98949,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReport_op) == 0
+ if (strcmp(operation, "emergencyLocationReport") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ule/IpAppUserLocationEmergency") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100176,7 +98957,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr_op) == 0
+ if (strcmp(operation, "emergencyLocationReportErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ule/IpAppUserLocationEmergency") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100184,7 +98965,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ule_IpUserLocationEmergency_emergencyLocationReportReq_op) == 0
+ if (strcmp(operation, "emergencyLocationReportReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ule/IpUserLocationEmergency") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100192,7 +98973,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ule_IpUserLocationEmergency_subscribeEmergencyLocationReports_op) == 0
+ if (strcmp(operation, "subscribeEmergencyLocationReports") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ule/IpUserLocationEmergency") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100200,7 +98981,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ule_IpUserLocationEmergency_unSubscribeEmergencyLocationReports_op) == 0
+ if (strcmp(operation, "unSubscribeEmergencyLocationReports") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ule/IpUserLocationEmergency") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100208,7 +98989,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_us_IpAppUserStatus_statusReportRes_op) == 0
+ if (strcmp(operation, "statusReportRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/us/IpAppUserStatus") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100216,7 +98997,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_us_IpAppUserStatus_statusReportErr_op) == 0
+ if (strcmp(operation, "statusReportErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/us/IpAppUserStatus") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100224,7 +99005,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_us_IpAppUserStatus_triggeredStatusReport_op) == 0
+ if (strcmp(operation, "triggeredStatusReport") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/us/IpAppUserStatus") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100232,7 +99013,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr_op) == 0
+ if (strcmp(operation, "triggeredStatusReportErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/us/IpAppUserStatus") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100240,7 +99021,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_op) == 0
+ if (strcmp(operation, "extendedStatusReportRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/us/IpAppUserStatus") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100248,7 +99029,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr_op) == 0
+ if (strcmp(operation, "extendedStatusReportErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/us/IpAppUserStatus") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100256,7 +99037,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReport_op) == 0
+ if (strcmp(operation, "extTriggeredStatusReport") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/us/IpAppUserStatus") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100264,7 +99045,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr_op) == 0
+ if (strcmp(operation, "extTriggeredStatusReportErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/us/IpAppUserStatus") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100272,7 +99053,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_us_IpUserStatus_statusReportReq_op) == 0
+ if (strcmp(operation, "statusReportReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/us/IpUserStatus") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100280,7 +99061,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_op) == 0
+ if (strcmp(operation, "triggeredStatusReportingStartReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/us/IpUserStatus") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100288,7 +99069,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStop_op) == 0
+ if (strcmp(operation, "triggeredStatusReportingStop") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/us/IpUserStatus") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100296,7 +99077,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_us_IpUserStatus_getNextTriggeredStatusRequest_op) == 0
+ if (strcmp(operation, "getNextTriggeredStatusRequest") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/us/IpUserStatus") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100304,7 +99085,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_op) == 0
+ if (strcmp(operation, "extendedStatusReportReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/us/IpUserStatus") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100312,7 +99093,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_op) == 0
+ if (strcmp(operation, "extTriggeredStatusReportingStartReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/us/IpUserStatus") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100320,7 +99101,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStop_op) == 0
+ if (strcmp(operation, "extTriggeredStatusReportingStop") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/us/IpUserStatus") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100328,7 +99109,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_op) == 0
+ if (strcmp(operation, "triggeredBindingRequestNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ub/IpAppUserBinding") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100336,7 +99117,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr_op) == 0
+ if (strcmp(operation, "triggeredBindingRequestNotificationStartErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ub/IpAppUserBinding") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100344,7 +99125,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_op) == 0
+ if (strcmp(operation, "triggeredBindingRequestNotificationStartReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ub/IpUserBinding") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100352,7 +99133,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStop_op) == 0
+ if (strcmp(operation, "triggeredBindingRequestNotificationStop") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ub/IpUserBinding") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100360,7 +99141,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_termcap_IpTerminalCapabilities_getTerminalCapabilities_op) == 0
+ if (strcmp(operation, "getTerminalCapabilities") == 0
&& (!idlname || strcmp(idlname, "org/csapi/termcap/IpTerminalCapabilities") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100368,7 +99149,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_op) == 0
+ if (strcmp(operation, "triggeredTerminalCapabilityReport") == 0
&& (!idlname || strcmp(idlname, "org/csapi/termcap/IpAppExtendedTerminalCapabilities") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100376,7 +99157,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_op) == 0
+ if (strcmp(operation, "triggeredTerminalCapabilityReportErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/termcap/IpAppExtendedTerminalCapabilities") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100384,7 +99165,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_op) == 0
+ if (strcmp(operation, "triggeredTerminalCapabilityStartReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/termcap/IpExtendedTerminalCapabilities") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100392,7 +99173,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStop_op) == 0
+ if (strcmp(operation, "triggeredTerminalCapabilityStop") == 0
&& (!idlname || strcmp(idlname, "org/csapi/termcap/IpExtendedTerminalCapabilities") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100400,7 +99181,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_dsc_IpAppDataSession_connectRes_op) == 0
+ if (strcmp(operation, "connectRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpAppDataSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100408,7 +99189,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_dsc_IpAppDataSession_connectErr_op) == 0
+ if (strcmp(operation, "connectErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpAppDataSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100416,7 +99197,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_dsc_IpAppDataSession_superviseDataSessionRes_op) == 0
+ if (strcmp(operation, "superviseDataSessionRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpAppDataSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100424,7 +99205,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_dsc_IpAppDataSession_superviseDataSessionErr_op) == 0
+ if (strcmp(operation, "superviseDataSessionErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpAppDataSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100432,7 +99213,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_dsc_IpAppDataSession_dataSessionFaultDetected_op) == 0
+ if (strcmp(operation, "dataSessionFaultDetected") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpAppDataSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100440,7 +99221,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_dsc_IpAppDataSessionControlManager_dataSessionAborted_op) == 0
+ if (strcmp(operation, "dataSessionAborted") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpAppDataSessionControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100448,7 +99229,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_dsc_IpAppDataSessionControlManager_reportNotification_op) == 0
+ if (strcmp(operation, "reportNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpAppDataSessionControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100456,7 +99237,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationContinued_op) == 0
+ if (strcmp(operation, "dataSessionNotificationContinued") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpAppDataSessionControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100464,7 +99245,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationInterrupted_op) == 0
+ if (strcmp(operation, "dataSessionNotificationInterrupted") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpAppDataSessionControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100472,7 +99253,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_op) == 0
+ if (strcmp(operation, "abortMultipleDataSessions") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpAppDataSessionControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100480,7 +99261,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_dsc_IpDataSession_connectReq_op) == 0
+ if (strcmp(operation, "connectReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100488,7 +99269,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_dsc_IpDataSession_release_op) == 0
+ if (strcmp(operation, "release") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100496,7 +99277,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_dsc_IpDataSession_superviseDataSessionReq_op) == 0
+ if (strcmp(operation, "superviseDataSessionReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100504,7 +99285,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_dsc_IpDataSession_setDataSessionChargePlan_op) == 0
+ if (strcmp(operation, "setDataSessionChargePlan") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100512,7 +99293,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_dsc_IpDataSession_setAdviceOfCharge_op) == 0
+ if (strcmp(operation, "setAdviceOfCharge") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100520,7 +99301,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_dsc_IpDataSession_deassignDataSession_op) == 0
+ if (strcmp(operation, "deassignDataSession") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100528,7 +99309,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_dsc_IpDataSession_continueProcessing_op) == 0
+ if (strcmp(operation, "continueProcessing") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100536,7 +99317,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_dsc_IpDataSessionControlManager_createNotification_op) == 0
+ if (strcmp(operation, "createNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSessionControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100544,7 +99325,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_dsc_IpDataSessionControlManager_destroyNotification_op) == 0
+ if (strcmp(operation, "destroyNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSessionControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100552,7 +99333,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_dsc_IpDataSessionControlManager_changeNotification_op) == 0
+ if (strcmp(operation, "changeNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSessionControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100560,7 +99341,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_dsc_IpDataSessionControlManager_enableNotifications_op) == 0
+ if (strcmp(operation, "enableNotifications") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSessionControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100568,7 +99349,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_dsc_IpDataSessionControlManager_disableNotifications_op) == 0
+ if (strcmp(operation, "disableNotifications") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSessionControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100576,7 +99357,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_dsc_IpDataSessionControlManager_getNotifications_op) == 0
+ if (strcmp(operation, "getNotifications") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSessionControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100584,7 +99365,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_dsc_IpDataSessionControlManager_createNotifications_op) == 0
+ if (strcmp(operation, "createNotifications") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSessionControlManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100592,7 +99373,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_gms_IpMessagingManager_openMailbox_op) == 0
+ if (strcmp(operation, "openMailbox") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMessagingManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100600,7 +99381,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_gms_IpMessagingManager_enableMessagingNotification_op) == 0
+ if (strcmp(operation, "enableMessagingNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMessagingManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100608,7 +99389,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_gms_IpMessagingManager_disableMessagingNotification_op) == 0
+ if (strcmp(operation, "disableMessagingNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMessagingManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100616,7 +99397,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_gms_IpAppMessagingManager_mailboxTerminated_op) == 0
+ if (strcmp(operation, "mailboxTerminated") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpAppMessagingManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100624,7 +99405,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_gms_IpAppMessagingManager_mailboxFaultDetected_op) == 0
+ if (strcmp(operation, "mailboxFaultDetected") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpAppMessagingManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100632,7 +99413,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_gms_IpAppMessagingManager_messagingEventNotify_op) == 0
+ if (strcmp(operation, "messagingEventNotify") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpAppMessagingManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100640,7 +99421,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_gms_IpAppMessagingManager_messagingNotificationTerminated_op) == 0
+ if (strcmp(operation, "messagingNotificationTerminated") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpAppMessagingManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100648,7 +99429,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_gms_IpMailbox_close_op) == 0
+ if (strcmp(operation, "close") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100656,7 +99437,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_gms_IpMailbox_lock_op) == 0
+ if (strcmp(operation, "lock") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100664,7 +99445,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_gms_IpMailbox_unlock_op) == 0
+ if (strcmp(operation, "unlock") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100672,7 +99453,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_gms_IpMailbox_getInfoAmount_op) == 0
+ if (strcmp(operation, "getInfoAmount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100680,7 +99461,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_gms_IpMailbox_getInfoProperties_op) == 0
+ if (strcmp(operation, "getInfoProperties") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100688,7 +99469,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_gms_IpMailbox_setInfoProperties_op) == 0
+ if (strcmp(operation, "setInfoProperties") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100696,7 +99477,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_gms_IpMailbox_openFolder_op) == 0
+ if (strcmp(operation, "openFolder") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100704,7 +99485,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_gms_IpMailbox_createFolder_op) == 0
+ if (strcmp(operation, "createFolder") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100712,7 +99493,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_gms_IpMailbox_remove_op) == 0
+ if (strcmp(operation, "remove") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100720,7 +99501,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_gms_IpMessage_getInfoAmount_op) == 0
+ if (strcmp(operation, "getInfoAmount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMessage") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100728,7 +99509,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_gms_IpMessage_getInfoProperties_op) == 0
+ if (strcmp(operation, "getInfoProperties") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMessage") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100736,7 +99517,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_gms_IpMessage_setInfoProperties_op) == 0
+ if (strcmp(operation, "setInfoProperties") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMessage") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100744,7 +99525,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_gms_IpMessage_remove_op) == 0
+ if (strcmp(operation, "remove") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMessage") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100752,7 +99533,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_gms_IpMessage_getContent_op) == 0
+ if (strcmp(operation, "getContent") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMessage") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100760,7 +99541,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_gms_IpMailboxFolder_getInfoAmount_op) == 0
+ if (strcmp(operation, "getInfoAmount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailboxFolder") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100768,7 +99549,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_gms_IpMailboxFolder_getInfoProperties_op) == 0
+ if (strcmp(operation, "getInfoProperties") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailboxFolder") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100776,7 +99557,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_gms_IpMailboxFolder_setInfoProperties_op) == 0
+ if (strcmp(operation, "setInfoProperties") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailboxFolder") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100784,7 +99565,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_gms_IpMailboxFolder_putMessage_op) == 0
+ if (strcmp(operation, "putMessage") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailboxFolder") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100792,7 +99573,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_gms_IpMailboxFolder_getMessage_op) == 0
+ if (strcmp(operation, "getMessage") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailboxFolder") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100800,7 +99581,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_gms_IpMailboxFolder_close_op) == 0
+ if (strcmp(operation, "close") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailboxFolder") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100808,7 +99589,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_gms_IpMailboxFolder_remove_op) == 0
+ if (strcmp(operation, "remove") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailboxFolder") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100816,7 +99597,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpVPrP_getVPrPID_op) == 0
+ if (strcmp(operation, "getVPrPID") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrP") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100824,7 +99605,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpVPrP_getSlaID_op) == 0
+ if (strcmp(operation, "getSlaID") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrP") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100832,7 +99613,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpVPrP_getStatus_op) == 0
+ if (strcmp(operation, "getStatus") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrP") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100840,7 +99621,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpVPrP_getProvisionedQoSInfo_op) == 0
+ if (strcmp(operation, "getProvisionedQoSInfo") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrP") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100848,7 +99629,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpVPrP_getValidityInfo_op) == 0
+ if (strcmp(operation, "getValidityInfo") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrP") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100856,7 +99637,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpVPrP_getPipeQoSInfo_op) == 0
+ if (strcmp(operation, "getPipeQoSInfo") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrP") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100864,7 +99645,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpVPrP_getDsCodepoint_op) == 0
+ if (strcmp(operation, "getDsCodepoint") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrP") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100872,7 +99653,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpVPrN_getVPrPList_op) == 0
+ if (strcmp(operation, "getVPrPList") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrN") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100880,7 +99661,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpVPrN_getVPrP_op) == 0
+ if (strcmp(operation, "getVPrP") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrN") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100888,7 +99669,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpVPrN_createVPrP_op) == 0
+ if (strcmp(operation, "createVPrP") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrN") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100896,7 +99677,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpVPrN_deleteVPrP_op) == 0
+ if (strcmp(operation, "deleteVPrP") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrN") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100904,7 +99685,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpQoSMenu_getTemplate_op) == 0
+ if (strcmp(operation, "getTemplate") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSMenu") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100912,7 +99693,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpQoSMenu_getTemplateList_op) == 0
+ if (strcmp(operation, "getTemplateList") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSMenu") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100920,7 +99701,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpConnectivityManager_getQoSMenu_op) == 0
+ if (strcmp(operation, "getQoSMenu") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpConnectivityManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100928,7 +99709,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpConnectivityManager_getEnterpriseNetwork_op) == 0
+ if (strcmp(operation, "getEnterpriseNetwork") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpConnectivityManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100936,7 +99717,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpQoSTemplate_getTemplateType_op) == 0
+ if (strcmp(operation, "getTemplateType") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSTemplate") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100944,7 +99725,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpQoSTemplate_getDescription_op) == 0
+ if (strcmp(operation, "getDescription") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSTemplate") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100952,7 +99733,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpQoSTemplate_setSlaID_op) == 0
+ if (strcmp(operation, "setSlaID") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSTemplate") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100960,7 +99741,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpQoSTemplate_getPipeQoSInfo_op) == 0
+ if (strcmp(operation, "getPipeQoSInfo") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSTemplate") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100968,7 +99749,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpQoSTemplate_setPipeQoSInfo_op) == 0
+ if (strcmp(operation, "setPipeQoSInfo") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSTemplate") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100976,7 +99757,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpQoSTemplate_getValidityInfo_op) == 0
+ if (strcmp(operation, "getValidityInfo") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSTemplate") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100984,7 +99765,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpQoSTemplate_setValidityInfo_op) == 0
+ if (strcmp(operation, "setValidityInfo") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSTemplate") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -100992,7 +99773,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpQoSTemplate_setProvisionedQoSInfo_op) == 0
+ if (strcmp(operation, "setProvisionedQoSInfo") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSTemplate") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101000,7 +99781,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpQoSTemplate_getProvisionedQoSInfo_op) == 0
+ if (strcmp(operation, "getProvisionedQoSInfo") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSTemplate") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101008,7 +99789,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpQoSTemplate_getDsCodepoint_op) == 0
+ if (strcmp(operation, "getDsCodepoint") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSTemplate") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101016,7 +99797,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpEnterpriseNetwork_getSiteList_op) == 0
+ if (strcmp(operation, "getSiteList") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpEnterpriseNetwork") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101024,7 +99805,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpEnterpriseNetwork_getVPrN_op) == 0
+ if (strcmp(operation, "getVPrN") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpEnterpriseNetwork") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101032,7 +99813,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpEnterpriseNetwork_getSite_op) == 0
+ if (strcmp(operation, "getSite") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpEnterpriseNetwork") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101040,7 +99821,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_op) == 0
+ if (strcmp(operation, "getSAPList") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpEnterpriseNetworkSite") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101048,7 +99829,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpEnterpriseNetworkSite_getSiteID_op) == 0
+ if (strcmp(operation, "getSiteID") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpEnterpriseNetworkSite") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101056,7 +99837,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpEnterpriseNetworkSite_getSiteLocation_op) == 0
+ if (strcmp(operation, "getSiteLocation") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpEnterpriseNetworkSite") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101064,7 +99845,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpEnterpriseNetworkSite_getSiteDescription_op) == 0
+ if (strcmp(operation, "getSiteDescription") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpEnterpriseNetworkSite") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101072,7 +99853,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpEnterpriseNetworkSite_getIPSubnet_op) == 0
+ if (strcmp(operation, "getIPSubnet") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpEnterpriseNetworkSite") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101080,7 +99861,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cm_IpEnterpriseNetworkSite_getSAPIPSubnet_op) == 0
+ if (strcmp(operation, "getSAPIPSubnet") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpEnterpriseNetworkSite") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101088,7 +99869,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_am_IpAppAccountManager_reportNotification_op) == 0
+ if (strcmp(operation, "reportNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101096,7 +99877,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_am_IpAppAccountManager_queryBalanceRes_op) == 0
+ if (strcmp(operation, "queryBalanceRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101104,7 +99885,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_am_IpAppAccountManager_queryBalanceErr_op) == 0
+ if (strcmp(operation, "queryBalanceErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101112,7 +99893,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_op) == 0
+ if (strcmp(operation, "retrieveTransactionHistoryRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101120,7 +99901,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryErr_op) == 0
+ if (strcmp(operation, "retrieveTransactionHistoryErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101128,7 +99909,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_op) == 0
+ if (strcmp(operation, "queryBalanceExpiryDateRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101136,7 +99917,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateErr_op) == 0
+ if (strcmp(operation, "queryBalanceExpiryDateErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101144,7 +99925,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_am_IpAppAccountManager_updateBalanceRes_op) == 0
+ if (strcmp(operation, "updateBalanceRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101152,7 +99933,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_am_IpAppAccountManager_updateBalanceErr_op) == 0
+ if (strcmp(operation, "updateBalanceErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101160,7 +99941,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_am_IpAppAccountManager_createVoucherRes_op) == 0
+ if (strcmp(operation, "createVoucherRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101168,7 +99949,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_am_IpAppAccountManager_createVoucherErr_op) == 0
+ if (strcmp(operation, "createVoucherErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101176,7 +99957,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_am_IpAppAccountManager_destroyVoucherRes_op) == 0
+ if (strcmp(operation, "destroyVoucherRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101184,7 +99965,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_am_IpAppAccountManager_destroyVoucherErr_op) == 0
+ if (strcmp(operation, "destroyVoucherErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101192,7 +99973,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_am_IpAppAccountManager_queryVoucherRes_op) == 0
+ if (strcmp(operation, "queryVoucherRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101200,7 +99981,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_am_IpAppAccountManager_queryVoucherErr_op) == 0
+ if (strcmp(operation, "queryVoucherErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101208,7 +99989,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_am_IpAppAccountManager_queryUserVouchersRes_op) == 0
+ if (strcmp(operation, "queryUserVouchersRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101216,7 +99997,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_am_IpAppAccountManager_queryUserVouchersErr_op) == 0
+ if (strcmp(operation, "queryUserVouchersErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101224,7 +100005,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_am_IpAccountManager_createNotification_op) == 0
+ if (strcmp(operation, "createNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101232,7 +100013,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_am_IpAccountManager_destroyNotification_op) == 0
+ if (strcmp(operation, "destroyNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101240,7 +100021,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_am_IpAccountManager_queryBalanceReq_op) == 0
+ if (strcmp(operation, "queryBalanceReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101248,7 +100029,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_am_IpAccountManager_changeNotification_op) == 0
+ if (strcmp(operation, "changeNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101256,7 +100037,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_am_IpAccountManager_getNotification_op) == 0
+ if (strcmp(operation, "getNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101264,7 +100045,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_am_IpAccountManager_retrieveTransactionHistoryReq_op) == 0
+ if (strcmp(operation, "retrieveTransactionHistoryReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101272,7 +100053,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_am_IpAccountManager_enableNotifications_op) == 0
+ if (strcmp(operation, "enableNotifications") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101280,7 +100061,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_am_IpAccountManager_disableNotifications_op) == 0
+ if (strcmp(operation, "disableNotifications") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101288,7 +100069,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_op) == 0
+ if (strcmp(operation, "queryBalanceExpiryDateReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101296,7 +100077,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_am_IpAccountManager_updateBalanceReq_op) == 0
+ if (strcmp(operation, "updateBalanceReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101304,7 +100085,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_am_IpAccountManager_createVoucherReq_op) == 0
+ if (strcmp(operation, "createVoucherReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101312,7 +100093,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_am_IpAccountManager_destroyVoucherReq_op) == 0
+ if (strcmp(operation, "destroyVoucherReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101320,7 +100101,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_am_IpAccountManager_queryVoucherReq_op) == 0
+ if (strcmp(operation, "queryVoucherReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101328,7 +100109,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_am_IpAccountManager_queryUserVouchersReq_op) == 0
+ if (strcmp(operation, "queryUserVouchersReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101336,7 +100117,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpAppChargingSession_creditAmountErr_op) == 0
+ if (strcmp(operation, "creditAmountErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101344,7 +100125,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpAppChargingSession_creditAmountRes_op) == 0
+ if (strcmp(operation, "creditAmountRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101352,7 +100133,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpAppChargingSession_creditUnitErr_op) == 0
+ if (strcmp(operation, "creditUnitErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101360,7 +100141,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpAppChargingSession_creditUnitRes_op) == 0
+ if (strcmp(operation, "creditUnitRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101368,7 +100149,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpAppChargingSession_debitAmountErr_op) == 0
+ if (strcmp(operation, "debitAmountErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101376,7 +100157,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpAppChargingSession_debitAmountRes_op) == 0
+ if (strcmp(operation, "debitAmountRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101384,7 +100165,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpAppChargingSession_debitUnitErr_op) == 0
+ if (strcmp(operation, "debitUnitErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101392,7 +100173,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpAppChargingSession_debitUnitRes_op) == 0
+ if (strcmp(operation, "debitUnitRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101400,7 +100181,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpAppChargingSession_directCreditAmountErr_op) == 0
+ if (strcmp(operation, "directCreditAmountErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101408,7 +100189,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpAppChargingSession_directCreditAmountRes_op) == 0
+ if (strcmp(operation, "directCreditAmountRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101416,7 +100197,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpAppChargingSession_directCreditUnitErr_op) == 0
+ if (strcmp(operation, "directCreditUnitErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101424,7 +100205,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpAppChargingSession_directCreditUnitRes_op) == 0
+ if (strcmp(operation, "directCreditUnitRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101432,7 +100213,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpAppChargingSession_directDebitAmountErr_op) == 0
+ if (strcmp(operation, "directDebitAmountErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101440,7 +100221,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpAppChargingSession_directDebitAmountRes_op) == 0
+ if (strcmp(operation, "directDebitAmountRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101448,7 +100229,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpAppChargingSession_directDebitUnitErr_op) == 0
+ if (strcmp(operation, "directDebitUnitErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101456,7 +100237,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpAppChargingSession_directDebitUnitRes_op) == 0
+ if (strcmp(operation, "directDebitUnitRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101464,7 +100245,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpAppChargingSession_extendLifeTimeErr_op) == 0
+ if (strcmp(operation, "extendLifeTimeErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101472,7 +100253,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpAppChargingSession_extendLifeTimeRes_op) == 0
+ if (strcmp(operation, "extendLifeTimeRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101480,7 +100261,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpAppChargingSession_rateErr_op) == 0
+ if (strcmp(operation, "rateErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101488,7 +100269,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpAppChargingSession_rateRes_op) == 0
+ if (strcmp(operation, "rateRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101496,7 +100277,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpAppChargingSession_reserveAmountErr_op) == 0
+ if (strcmp(operation, "reserveAmountErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101504,7 +100285,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpAppChargingSession_reserveAmountRes_op) == 0
+ if (strcmp(operation, "reserveAmountRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101512,7 +100293,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpAppChargingSession_reserveUnitErr_op) == 0
+ if (strcmp(operation, "reserveUnitErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101520,7 +100301,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpAppChargingSession_reserveUnitRes_op) == 0
+ if (strcmp(operation, "reserveUnitRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101528,7 +100309,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpAppChargingSession_sessionEnded_op) == 0
+ if (strcmp(operation, "sessionEnded") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101536,7 +100317,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpChargingSession_creditAmountReq_op) == 0
+ if (strcmp(operation, "creditAmountReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101544,7 +100325,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpChargingSession_creditUnitReq_op) == 0
+ if (strcmp(operation, "creditUnitReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101552,7 +100333,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpChargingSession_debitAmountReq_op) == 0
+ if (strcmp(operation, "debitAmountReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101560,7 +100341,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpChargingSession_debitUnitReq_op) == 0
+ if (strcmp(operation, "debitUnitReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101568,7 +100349,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpChargingSession_directCreditAmountReq_op) == 0
+ if (strcmp(operation, "directCreditAmountReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101576,7 +100357,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpChargingSession_directCreditUnitReq_op) == 0
+ if (strcmp(operation, "directCreditUnitReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101584,7 +100365,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpChargingSession_directDebitAmountReq_op) == 0
+ if (strcmp(operation, "directDebitAmountReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101592,7 +100373,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpChargingSession_directDebitUnitReq_op) == 0
+ if (strcmp(operation, "directDebitUnitReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101600,7 +100381,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpChargingSession_extendLifeTimeReq_op) == 0
+ if (strcmp(operation, "extendLifeTimeReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101608,7 +100389,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpChargingSession_getAmountLeft_op) == 0
+ if (strcmp(operation, "getAmountLeft") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101616,7 +100397,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpChargingSession_getLifeTimeLeft_op) == 0
+ if (strcmp(operation, "getLifeTimeLeft") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101624,7 +100405,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpChargingSession_getUnitLeft_op) == 0
+ if (strcmp(operation, "getUnitLeft") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101632,7 +100413,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpChargingSession_rateReq_op) == 0
+ if (strcmp(operation, "rateReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101640,7 +100421,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpChargingSession_release_op) == 0
+ if (strcmp(operation, "release") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101648,7 +100429,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpChargingSession_reserveAmountReq_op) == 0
+ if (strcmp(operation, "reserveAmountReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101656,7 +100437,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpChargingSession_reserveUnitReq_op) == 0
+ if (strcmp(operation, "reserveUnitReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101664,7 +100445,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpAppChargingManager_sessionAborted_op) == 0
+ if (strcmp(operation, "sessionAborted") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101672,7 +100453,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_op) == 0
+ if (strcmp(operation, "abortMultipleChargingSessions") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101680,7 +100461,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpChargingManager_createChargingSession_op) == 0
+ if (strcmp(operation, "createChargingSession") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101688,7 +100469,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_cs_IpChargingManager_createSplitChargingSession_op) == 0
+ if (strcmp(operation, "createSplitChargingSession") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101696,7 +100477,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_evaluation_IpAppPolicyDomain_reportNotification_op) == 0
+ if (strcmp(operation, "reportNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/evaluation/IpAppPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101704,7 +100485,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_op) == 0
+ if (strcmp(operation, "evalPolicyRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/evaluation/IpAppPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101712,7 +100493,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr_op) == 0
+ if (strcmp(operation, "evalPolicyErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/evaluation/IpAppPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101720,7 +100501,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_op) == 0
+ if (strcmp(operation, "evalPolicy") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/evaluation/IpPolicyEvalManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101728,7 +100509,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_op) == 0
+ if (strcmp(operation, "evalPolicyReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/evaluation/IpPolicyEvalManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101736,7 +100517,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_evaluation_IpPolicyEvalManager_abortEvalPolicyReq_op) == 0
+ if (strcmp(operation, "abortEvalPolicyReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/evaluation/IpPolicyEvalManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101744,7 +100525,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_op) == 0
+ if (strcmp(operation, "generateEvent") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/evaluation/IpPolicyEvalManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101752,7 +100533,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_op) == 0
+ if (strcmp(operation, "createNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/evaluation/IpPolicyEvalManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101760,7 +100541,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_op) == 0
+ if (strcmp(operation, "destroyNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/evaluation/IpPolicyEvalManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101768,7 +100549,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicy_getAttribute_op) == 0
+ if (strcmp(operation, "getAttribute") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicy") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101776,7 +100557,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicy_setAttribute_op) == 0
+ if (strcmp(operation, "setAttribute") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicy") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101784,7 +100565,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicy_getAttributes_op) == 0
+ if (strcmp(operation, "getAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicy") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101792,7 +100573,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicy_setAttributes_op) == 0
+ if (strcmp(operation, "setAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicy") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101800,7 +100581,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyIterator_getList_op) == 0
+ if (strcmp(operation, "getList") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyIterator") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101808,7 +100589,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRepository_getParentRepository_op) == 0
+ if (strcmp(operation, "getParentRepository") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101816,7 +100597,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRepository_createRepository_op) == 0
+ if (strcmp(operation, "createRepository") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101824,7 +100605,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRepository_getRepository_op) == 0
+ if (strcmp(operation, "getRepository") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101832,7 +100613,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRepository_removeRepository_op) == 0
+ if (strcmp(operation, "removeRepository") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101840,7 +100621,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryCount_op) == 0
+ if (strcmp(operation, "getRepositoryCount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101848,7 +100629,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryIterator_op) == 0
+ if (strcmp(operation, "getRepositoryIterator") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101856,7 +100637,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRepository_createCondition_op) == 0
+ if (strcmp(operation, "createCondition") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101864,7 +100645,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRepository_getCondition_op) == 0
+ if (strcmp(operation, "getCondition") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101872,7 +100653,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRepository_removeCondition_op) == 0
+ if (strcmp(operation, "removeCondition") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101880,7 +100661,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRepository_getConditionCount_op) == 0
+ if (strcmp(operation, "getConditionCount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101888,7 +100669,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRepository_getConditionIterator_op) == 0
+ if (strcmp(operation, "getConditionIterator") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101896,7 +100677,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRepository_createAction_op) == 0
+ if (strcmp(operation, "createAction") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101904,7 +100685,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRepository_getAction_op) == 0
+ if (strcmp(operation, "getAction") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101912,7 +100693,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRepository_removeAction_op) == 0
+ if (strcmp(operation, "removeAction") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101920,7 +100701,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRepository_getActionCount_op) == 0
+ if (strcmp(operation, "getActionCount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101928,7 +100709,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRepository_getActionIterator_op) == 0
+ if (strcmp(operation, "getActionIterator") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101936,7 +100717,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRule_getParentGroup_op) == 0
+ if (strcmp(operation, "getParentGroup") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101944,7 +100725,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRule_getParentDomain_op) == 0
+ if (strcmp(operation, "getParentDomain") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101952,7 +100733,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRule_createCondition_op) == 0
+ if (strcmp(operation, "createCondition") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101960,7 +100741,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRule_getCondition_op) == 0
+ if (strcmp(operation, "getCondition") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101968,7 +100749,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRule_removeCondition_op) == 0
+ if (strcmp(operation, "removeCondition") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101976,7 +100757,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRule_getConditionCount_op) == 0
+ if (strcmp(operation, "getConditionCount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101984,7 +100765,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRule_getConditionIterator_op) == 0
+ if (strcmp(operation, "getConditionIterator") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -101992,7 +100773,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRule_createAction_op) == 0
+ if (strcmp(operation, "createAction") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102000,7 +100781,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRule_getAction_op) == 0
+ if (strcmp(operation, "getAction") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102008,7 +100789,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRule_removeAction_op) == 0
+ if (strcmp(operation, "removeAction") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102016,7 +100797,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRule_getActionCount_op) == 0
+ if (strcmp(operation, "getActionCount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102024,7 +100805,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRule_getActionIterator_op) == 0
+ if (strcmp(operation, "getActionIterator") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102032,7 +100813,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodConditionByName_op) == 0
+ if (strcmp(operation, "setValidityPeriodConditionByName") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102040,7 +100821,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodCondition_op) == 0
+ if (strcmp(operation, "setValidityPeriodCondition") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102048,7 +100829,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRule_getValidityPeriodCondition_op) == 0
+ if (strcmp(operation, "getValidityPeriodCondition") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102056,7 +100837,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRule_unsetValidityPeriodCondition_op) == 0
+ if (strcmp(operation, "unsetValidityPeriodCondition") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102064,7 +100845,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRule_setConditionList_op) == 0
+ if (strcmp(operation, "setConditionList") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102072,7 +100853,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRule_getConditionList_op) == 0
+ if (strcmp(operation, "getConditionList") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102080,7 +100861,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRule_setActionList_op) == 0
+ if (strcmp(operation, "setActionList") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102088,7 +100869,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyRule_getActionList_op) == 0
+ if (strcmp(operation, "getActionList") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102096,7 +100877,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyManager_createDomain_op) == 0
+ if (strcmp(operation, "createDomain") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102104,7 +100885,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyManager_getDomain_op) == 0
+ if (strcmp(operation, "getDomain") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102112,7 +100893,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyManager_removeDomain_op) == 0
+ if (strcmp(operation, "removeDomain") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102120,7 +100901,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyManager_getDomainCount_op) == 0
+ if (strcmp(operation, "getDomainCount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102128,7 +100909,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyManager_getDomainIterator_op) == 0
+ if (strcmp(operation, "getDomainIterator") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102136,7 +100917,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_op) == 0
+ if (strcmp(operation, "findMatchingDomains") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102144,7 +100925,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyManager_createRepository_op) == 0
+ if (strcmp(operation, "createRepository") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102152,7 +100933,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyManager_getRepository_op) == 0
+ if (strcmp(operation, "getRepository") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102160,7 +100941,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyManager_removeRepository_op) == 0
+ if (strcmp(operation, "removeRepository") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102168,7 +100949,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyManager_getRepositoryCount_op) == 0
+ if (strcmp(operation, "getRepositoryCount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102176,7 +100957,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyManager_getRepositoryIterator_op) == 0
+ if (strcmp(operation, "getRepositoryIterator") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102184,7 +100965,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyManager_startTransaction_op) == 0
+ if (strcmp(operation, "startTransaction") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102192,7 +100973,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyManager_commitTransaction_op) == 0
+ if (strcmp(operation, "commitTransaction") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102200,7 +100981,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyManager_abortTransaction_op) == 0
+ if (strcmp(operation, "abortTransaction") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102208,7 +100989,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyGroup_getParentDomain_op) == 0
+ if (strcmp(operation, "getParentDomain") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102216,7 +100997,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyGroup_getParentGroup_op) == 0
+ if (strcmp(operation, "getParentGroup") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102224,7 +101005,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyGroup_createGroup_op) == 0
+ if (strcmp(operation, "createGroup") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102232,7 +101013,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyGroup_getGroup_op) == 0
+ if (strcmp(operation, "getGroup") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102240,7 +101021,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyGroup_removeGroup_op) == 0
+ if (strcmp(operation, "removeGroup") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102248,7 +101029,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyGroup_getGroupCount_op) == 0
+ if (strcmp(operation, "getGroupCount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102256,7 +101037,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyGroup_getGroupIterator_op) == 0
+ if (strcmp(operation, "getGroupIterator") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102264,7 +101045,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyGroup_createRule_op) == 0
+ if (strcmp(operation, "createRule") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102272,7 +101053,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyGroup_getRule_op) == 0
+ if (strcmp(operation, "getRule") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102280,7 +101061,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyGroup_removeRule_op) == 0
+ if (strcmp(operation, "removeRule") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102288,7 +101069,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyGroup_getRuleCount_op) == 0
+ if (strcmp(operation, "getRuleCount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102296,7 +101077,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyGroup_getRuleIterator_op) == 0
+ if (strcmp(operation, "getRuleIterator") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102304,7 +101085,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes_op) == 0
+ if (strcmp(operation, "setRequiredAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyEventDefinition") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102312,7 +101093,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes_op) == 0
+ if (strcmp(operation, "setOptionalAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyEventDefinition") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102320,7 +101101,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes_op) == 0
+ if (strcmp(operation, "getRequiredAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyEventDefinition") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102328,7 +101109,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes_op) == 0
+ if (strcmp(operation, "getOptionalAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyEventDefinition") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102336,7 +101117,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyEventDefinition_getParentDomain_op) == 0
+ if (strcmp(operation, "getParentDomain") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyEventDefinition") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102344,7 +101125,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyCondition_getParentRepository_op) == 0
+ if (strcmp(operation, "getParentRepository") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyCondition") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102352,7 +101133,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyCondition_getParentRule_op) == 0
+ if (strcmp(operation, "getParentRule") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyCondition") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102360,7 +101141,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyAction_getParentRepository_op) == 0
+ if (strcmp(operation, "getParentRepository") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyAction") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102368,7 +101149,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyAction_getParentRule_op) == 0
+ if (strcmp(operation, "getParentRule") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyAction") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102376,7 +101157,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_op) == 0
+ if (strcmp(operation, "setInputVariables") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicySignature") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102384,7 +101165,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_op) == 0
+ if (strcmp(operation, "setOutputVariables") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicySignature") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102392,7 +101173,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_op) == 0
+ if (strcmp(operation, "getInputVariables") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicySignature") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102400,7 +101181,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_op) == 0
+ if (strcmp(operation, "getOutputVariables") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicySignature") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102408,7 +101189,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_op) == 0
+ if (strcmp(operation, "setGroupNames") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicySignature") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102416,7 +101197,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_op) == 0
+ if (strcmp(operation, "setPolicyRoles") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicySignature") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102424,7 +101205,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_op) == 0
+ if (strcmp(operation, "getGroupNames") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicySignature") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102432,7 +101213,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_op) == 0
+ if (strcmp(operation, "getPolicyRoles") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicySignature") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102440,7 +101221,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicySignature_getParentDomain_op) == 0
+ if (strcmp(operation, "getParentDomain") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicySignature") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102448,7 +101229,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_getParentDomain_op) == 0
+ if (strcmp(operation, "getParentDomain") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102456,7 +101237,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_createDomain_op) == 0
+ if (strcmp(operation, "createDomain") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102464,7 +101245,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_getDomain_op) == 0
+ if (strcmp(operation, "getDomain") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102472,7 +101253,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_removeDomain_op) == 0
+ if (strcmp(operation, "removeDomain") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102480,7 +101261,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_getDomainCount_op) == 0
+ if (strcmp(operation, "getDomainCount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102488,7 +101269,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_getDomainIterator_op) == 0
+ if (strcmp(operation, "getDomainIterator") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102496,7 +101277,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_createGroup_op) == 0
+ if (strcmp(operation, "createGroup") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102504,7 +101285,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_getGroup_op) == 0
+ if (strcmp(operation, "getGroup") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102512,7 +101293,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_removeGroup_op) == 0
+ if (strcmp(operation, "removeGroup") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102520,7 +101301,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_getGroupCount_op) == 0
+ if (strcmp(operation, "getGroupCount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102528,7 +101309,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_getGroupIterator_op) == 0
+ if (strcmp(operation, "getGroupIterator") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102536,7 +101317,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_createRule_op) == 0
+ if (strcmp(operation, "createRule") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102544,7 +101325,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_getRule_op) == 0
+ if (strcmp(operation, "getRule") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102552,7 +101333,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_removeRule_op) == 0
+ if (strcmp(operation, "removeRule") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102560,7 +101341,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_getRuleCount_op) == 0
+ if (strcmp(operation, "getRuleCount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102568,7 +101349,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_getRuleIterator_op) == 0
+ if (strcmp(operation, "getRuleIterator") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102576,7 +101357,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_op) == 0
+ if (strcmp(operation, "createEventDefinition") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102584,7 +101365,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinition_op) == 0
+ if (strcmp(operation, "getEventDefinition") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102592,7 +101373,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_removeEventDefinition_op) == 0
+ if (strcmp(operation, "removeEventDefinition") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102600,7 +101381,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionCount_op) == 0
+ if (strcmp(operation, "getEventDefinitionCount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102608,7 +101389,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionIterator_op) == 0
+ if (strcmp(operation, "getEventDefinitionIterator") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102616,7 +101397,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_createVariableSet_op) == 0
+ if (strcmp(operation, "createVariableSet") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102624,7 +101405,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_op) == 0
+ if (strcmp(operation, "getVariableSet") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102632,7 +101413,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_removeVariableSet_op) == 0
+ if (strcmp(operation, "removeVariableSet") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102640,7 +101421,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetCount_op) == 0
+ if (strcmp(operation, "getVariableSetCount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102648,7 +101429,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetIterator_op) == 0
+ if (strcmp(operation, "getVariableSetIterator") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102656,7 +101437,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_createVariable_op) == 0
+ if (strcmp(operation, "createVariable") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102664,7 +101445,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_setVariableValue_op) == 0
+ if (strcmp(operation, "setVariableValue") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102672,7 +101453,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_getVariableType_op) == 0
+ if (strcmp(operation, "getVariableType") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102680,7 +101461,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue_op) == 0
+ if (strcmp(operation, "getVariableValue") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102688,7 +101469,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_getVariable_op) == 0
+ if (strcmp(operation, "getVariable") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102696,7 +101477,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_removeVariable_op) == 0
+ if (strcmp(operation, "removeVariable") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102704,7 +101485,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_createSignature_op) == 0
+ if (strcmp(operation, "createSignature") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102712,7 +101493,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_getSignature_op) == 0
+ if (strcmp(operation, "getSignature") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102720,7 +101501,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_removeSignature_op) == 0
+ if (strcmp(operation, "removeSignature") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102728,7 +101509,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_getSignatureCount_op) == 0
+ if (strcmp(operation, "getSignatureCount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102736,7 +101517,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_policy_provisioning_IpPolicyDomain_getSignatureIterator_op) == 0
+ if (strcmp(operation, "getSignatureIterator") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102744,7 +101525,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_op) == 0
+ if (strcmp(operation, "createIdentity") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102752,7 +101533,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_op) == 0
+ if (strcmp(operation, "deleteIdentity") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102760,7 +101541,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_op) == 0
+ if (strcmp(operation, "isIdentity") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102768,7 +101549,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_op) == 0
+ if (strcmp(operation, "createGroupIdentity") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102776,7 +101557,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_op) == 0
+ if (strcmp(operation, "deleteGroupIdentity") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102784,7 +101565,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_op) == 0
+ if (strcmp(operation, "addToGroup") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102792,7 +101573,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_op) == 0
+ if (strcmp(operation, "removeFromGroup") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102800,7 +101581,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_op) == 0
+ if (strcmp(operation, "listMembers") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102808,7 +101589,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_op) == 0
+ if (strcmp(operation, "isGroupIdentity") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102816,7 +101597,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_op) == 0
+ if (strcmp(operation, "listGroupMembership") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102824,7 +101605,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_op) == 0
+ if (strcmp(operation, "addAlias") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102832,7 +101613,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_op) == 0
+ if (strcmp(operation, "removeAliases") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102840,7 +101621,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_op) == 0
+ if (strcmp(operation, "listAliases") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102848,7 +101629,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_op) == 0
+ if (strcmp(operation, "lookupByAlias") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102856,7 +101637,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_op) == 0
+ if (strcmp(operation, "associateTypes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102864,7 +101645,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_op) == 0
+ if (strcmp(operation, "disassociateTypes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102872,7 +101653,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_op) == 0
+ if (strcmp(operation, "listTypesOfIdentity") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102880,7 +101661,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_op) == 0
+ if (strcmp(operation, "hasType") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102888,7 +101669,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_op) == 0
+ if (strcmp(operation, "getIdentityAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102896,7 +101677,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_op) == 0
+ if (strcmp(operation, "setIdentityAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102904,7 +101685,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_op) == 0
+ if (strcmp(operation, "createAgent") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102912,7 +101693,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_op) == 0
+ if (strcmp(operation, "deleteAgent") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102920,7 +101701,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_op) == 0
+ if (strcmp(operation, "isAgent") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102928,7 +101709,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_op) == 0
+ if (strcmp(operation, "enableCapabilities") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102936,7 +101717,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_op) == 0
+ if (strcmp(operation, "disableCapabilities") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102944,7 +101725,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_op) == 0
+ if (strcmp(operation, "listEnabledCapabilities") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102952,7 +101733,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_op) == 0
+ if (strcmp(operation, "listAllCapabilities") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102960,7 +101741,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_op) == 0
+ if (strcmp(operation, "isCapableOf") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102968,7 +101749,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_op) == 0
+ if (strcmp(operation, "associateTypes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102976,7 +101757,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_op) == 0
+ if (strcmp(operation, "disassociateTypes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102984,7 +101765,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_op) == 0
+ if (strcmp(operation, "listTypesOfAgent") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -102992,7 +101773,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_op) == 0
+ if (strcmp(operation, "hasType") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103000,7 +101781,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_op) == 0
+ if (strcmp(operation, "getAgentAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103008,7 +101789,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_op) == 0
+ if (strcmp(operation, "setAgentAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103016,7 +101797,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_op) == 0
+ if (strcmp(operation, "assignAgent") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentAssignment") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103024,7 +101805,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_op) == 0
+ if (strcmp(operation, "unassignAgent") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentAssignment") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103032,7 +101813,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_op) == 0
+ if (strcmp(operation, "listAssignedAgents") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentAssignment") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103040,7 +101821,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_op) == 0
+ if (strcmp(operation, "listAssociatedIdentitiesOfAgent") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentAssignment") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103048,7 +101829,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_op) == 0
+ if (strcmp(operation, "listAssignedAgentsByCapability") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentAssignment") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103056,7 +101837,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_op) == 0
+ if (strcmp(operation, "listCapabilitiesOfIdentity") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentAssignment") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103064,7 +101845,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_op) == 0
+ if (strcmp(operation, "isIdentityCapableOf") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentAssignment") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103072,7 +101853,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_op) == 0
+ if (strcmp(operation, "createIdentityAttribute") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityTypeManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103080,7 +101861,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_op) == 0
+ if (strcmp(operation, "deleteIdentityAttribute") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityTypeManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103088,7 +101869,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_op) == 0
+ if (strcmp(operation, "getIdentityAttributeDefinition") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityTypeManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103096,7 +101877,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_op) == 0
+ if (strcmp(operation, "listAllIdentityAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityTypeManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103104,7 +101885,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_op) == 0
+ if (strcmp(operation, "createIdentityType") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityTypeManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103112,7 +101893,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_op) == 0
+ if (strcmp(operation, "deleteIdentityType") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityTypeManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103120,7 +101901,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_op) == 0
+ if (strcmp(operation, "listIdentityTypes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityTypeManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103128,7 +101909,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_op) == 0
+ if (strcmp(operation, "addIdentityTypeAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityTypeManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103136,7 +101917,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_op) == 0
+ if (strcmp(operation, "removeIdentityTypeAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityTypeManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103144,7 +101925,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_op) == 0
+ if (strcmp(operation, "listIdentityTypeAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityTypeManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103152,7 +101933,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_op) == 0
+ if (strcmp(operation, "createAgentAttribute") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentTypeManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103160,7 +101941,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_op) == 0
+ if (strcmp(operation, "deleteAgentAttribute") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentTypeManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103168,7 +101949,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_op) == 0
+ if (strcmp(operation, "getAgentAttributeDefinition") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentTypeManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103176,7 +101957,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_op) == 0
+ if (strcmp(operation, "listAllAgentAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentTypeManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103184,7 +101965,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_op) == 0
+ if (strcmp(operation, "createAgentType") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentTypeManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103192,7 +101973,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_op) == 0
+ if (strcmp(operation, "deleteAgentType") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentTypeManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103200,7 +101981,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_op) == 0
+ if (strcmp(operation, "listAgentTypes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentTypeManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103208,7 +101989,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_op) == 0
+ if (strcmp(operation, "addAgentTypeAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentTypeManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103216,7 +101997,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_op) == 0
+ if (strcmp(operation, "removeAgentTypeAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentTypeManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103224,7 +102005,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_op) == 0
+ if (strcmp(operation, "listAgentTypeAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentTypeManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103232,7 +102013,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_op) == 0
+ if (strcmp(operation, "createCapabilityAttribute") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103240,7 +102021,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_op) == 0
+ if (strcmp(operation, "deleteCapabilityAttribute") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103248,7 +102029,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_op) == 0
+ if (strcmp(operation, "getCapabilityAttributeDefinition") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103256,7 +102037,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_op) == 0
+ if (strcmp(operation, "listAllCapabilityAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103264,7 +102045,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_op) == 0
+ if (strcmp(operation, "createCapability") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103272,7 +102053,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_op) == 0
+ if (strcmp(operation, "deleteCapability") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103280,7 +102061,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_op) == 0
+ if (strcmp(operation, "listCapabilities") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103288,7 +102069,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_op) == 0
+ if (strcmp(operation, "addCapabilityAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103296,7 +102077,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_op) == 0
+ if (strcmp(operation, "removeCapabilityAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103304,7 +102085,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_op) == 0
+ if (strcmp(operation, "listCapabilityAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103312,7 +102093,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_op) == 0
+ if (strcmp(operation, "assignCapabilitiesToType") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103320,7 +102101,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_op) == 0
+ if (strcmp(operation, "unassignCapabilitiesFromType") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103328,7 +102109,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_op) == 0
+ if (strcmp(operation, "listCapabilitiesOfType") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103336,7 +102117,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_op) == 0
+ if (strcmp(operation, "getAuthToken") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMProvisioningManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103344,7 +102125,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMProvisioningManager_obtainInterface_op) == 0
+ if (strcmp(operation, "obtainInterface") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMProvisioningManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103352,7 +102133,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_op) == 0
+ if (strcmp(operation, "getAccessControl") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMProvisioningManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103360,7 +102141,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_op) == 0
+ if (strcmp(operation, "setAccessControl") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMProvisioningManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103368,7 +102149,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_op) == 0
+ if (strcmp(operation, "setIdentityPresence") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMIdentityPresence") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103376,7 +102157,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_op) == 0
+ if (strcmp(operation, "setIdentityPresenceExpiration") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMIdentityPresence") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103384,7 +102165,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_op) == 0
+ if (strcmp(operation, "getIdentityPresence") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMIdentityPresence") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103392,7 +102173,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_op) == 0
+ if (strcmp(operation, "setAgentPresence") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMAgentPresence") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103400,7 +102181,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_op) == 0
+ if (strcmp(operation, "setCapabilityPresence") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMAgentPresence") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103408,7 +102189,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_op) == 0
+ if (strcmp(operation, "setAgentPresenceExpiration") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMAgentPresence") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103416,7 +102197,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_op) == 0
+ if (strcmp(operation, "setCapabilityPresenceExpiration") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMAgentPresence") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103424,7 +102205,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_op) == 0
+ if (strcmp(operation, "getAgentPresence") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMAgentPresence") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103432,7 +102213,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_op) == 0
+ if (strcmp(operation, "getCapabilityPresence") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMAgentPresence") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103440,7 +102221,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_op) == 0
+ if (strcmp(operation, "computeAvailability") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpAppPAMPreferenceCheck") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103448,7 +102229,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_access_IpPAMAvailability_getAvailability_op) == 0
+ if (strcmp(operation, "getAvailability") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMAvailability") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103456,7 +102237,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_access_IpPAMAvailability_getPreference_op) == 0
+ if (strcmp(operation, "getPreference") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMAvailability") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103464,7 +102245,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_access_IpPAMAvailability_setPreference_op) == 0
+ if (strcmp(operation, "setPreference") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMAvailability") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103472,7 +102253,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_op) == 0
+ if (strcmp(operation, "getAuthToken") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMPresenceAvailabilityManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103480,7 +102261,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_access_IpPAMPresenceAvailabilityManager_obtainInterface_op) == 0
+ if (strcmp(operation, "obtainInterface") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMPresenceAvailabilityManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103488,7 +102269,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_op) == 0
+ if (strcmp(operation, "getAccessControl") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMPresenceAvailabilityManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103496,7 +102277,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_op) == 0
+ if (strcmp(operation, "setAccessControl") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMPresenceAvailabilityManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103504,7 +102285,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_op) == 0
+ if (strcmp(operation, "activateService") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMPresenceAvailabilityManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103512,7 +102293,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_op) == 0
+ if (strcmp(operation, "deactivateService") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMPresenceAvailabilityManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103520,7 +102301,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_op) == 0
+ if (strcmp(operation, "isActiveIdentity") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMPresenceAvailabilityManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103528,7 +102309,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_op) == 0
+ if (strcmp(operation, "eventNotify") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/event/IpAppPAMEventHandler") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103536,7 +102317,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_event_IpAppPAMEventHandler_eventNotifyErr_op) == 0
+ if (strcmp(operation, "eventNotifyErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/event/IpAppPAMEventHandler") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103544,7 +102325,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_event_IpPAMEventHandler_isRegistered_op) == 0
+ if (strcmp(operation, "isRegistered") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventHandler") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103552,7 +102333,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_op) == 0
+ if (strcmp(operation, "registerAppInterface") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventHandler") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103560,7 +102341,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_event_IpPAMEventHandler_registerForEvent_op) == 0
+ if (strcmp(operation, "registerForEvent") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventHandler") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103568,7 +102349,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_op) == 0
+ if (strcmp(operation, "deregisterAppInterface") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventHandler") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103576,7 +102357,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_op) == 0
+ if (strcmp(operation, "deregisterFromEvent") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventHandler") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103584,7 +102365,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_event_IpPAMEventManager_getAuthToken_op) == 0
+ if (strcmp(operation, "getAuthToken") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103592,7 +102373,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_event_IpPAMEventManager_obtainInterface_op) == 0
+ if (strcmp(operation, "obtainInterface") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103600,7 +102381,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_event_IpPAMEventManager_getAccessControl_op) == 0
+ if (strcmp(operation, "getAccessControl") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103608,7 +102389,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_event_IpPAMEventManager_setAccessControl_op) == 0
+ if (strcmp(operation, "setAccessControl") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103616,7 +102397,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_event_IpPAMEventManager_activateService_op) == 0
+ if (strcmp(operation, "activateService") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103624,7 +102405,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_event_IpPAMEventManager_deactivateService_op) == 0
+ if (strcmp(operation, "deactivateService") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103632,7 +102413,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_op) == 0
+ if (strcmp(operation, "isActiveIdentity") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103640,7 +102421,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMultiMediaMessagingManager_mailboxTerminated_op) == 0
+ if (strcmp(operation, "mailboxTerminated") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessagingManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103648,7 +102429,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_op) == 0
+ if (strcmp(operation, "reportNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessagingManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103656,7 +102437,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsInterrupted_op) == 0
+ if (strcmp(operation, "notificationsInterrupted") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessagingManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103664,7 +102445,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsResumed_op) == 0
+ if (strcmp(operation, "notificationsResumed") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessagingManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103672,7 +102453,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMultiMediaMessagingManager_multiMediaMessagingTerminated_op) == 0
+ if (strcmp(operation, "multiMediaMessagingTerminated") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessagingManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103680,7 +102461,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes_op) == 0
+ if (strcmp(operation, "terminateMultipleMailboxes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessagingManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103688,7 +102469,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions_op) == 0
+ if (strcmp(operation, "terminateMultipleMultiMediaMessagingSessions") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessagingManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103696,7 +102477,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox_op) == 0
+ if (strcmp(operation, "openMailbox") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessagingManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103704,7 +102485,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMultiMediaMessagingManager_openMultiMediaMessaging_op) == 0
+ if (strcmp(operation, "openMultiMediaMessaging") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessagingManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103712,7 +102493,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_op) == 0
+ if (strcmp(operation, "createNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessagingManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103720,7 +102501,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMultiMediaMessagingManager_destroyNotification_op) == 0
+ if (strcmp(operation, "destroyNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessagingManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103728,7 +102509,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_op) == 0
+ if (strcmp(operation, "changeNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessagingManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103736,7 +102517,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMultiMediaMessagingManager_getNextNotification_op) == 0
+ if (strcmp(operation, "getNextNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessagingManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103744,7 +102525,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMultiMediaMessagingManager_enableNotifications_op) == 0
+ if (strcmp(operation, "enableNotifications") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessagingManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103752,7 +102533,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMultiMediaMessagingManager_disableNotifications_op) == 0
+ if (strcmp(operation, "disableNotifications") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessagingManager") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103760,7 +102541,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_createFolderRes_op) == 0
+ if (strcmp(operation, "createFolderRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103768,7 +102549,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_createFolderErr_op) == 0
+ if (strcmp(operation, "createFolderErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103776,7 +102557,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_getFoldersRes_op) == 0
+ if (strcmp(operation, "getFoldersRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103784,7 +102565,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_getFoldersErr_op) == 0
+ if (strcmp(operation, "getFoldersErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103792,7 +102573,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_deleteFolderRes_op) == 0
+ if (strcmp(operation, "deleteFolderRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103800,7 +102581,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_deleteFolderErr_op) == 0
+ if (strcmp(operation, "deleteFolderErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103808,7 +102589,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_copyFolderRes_op) == 0
+ if (strcmp(operation, "copyFolderRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103816,7 +102597,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_copyFolderErr_op) == 0
+ if (strcmp(operation, "copyFolderErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103824,7 +102605,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_moveFolderRes_op) == 0
+ if (strcmp(operation, "moveFolderRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103832,7 +102613,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_moveFolderErr_op) == 0
+ if (strcmp(operation, "moveFolderErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103840,7 +102621,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_putMessageRes_op) == 0
+ if (strcmp(operation, "putMessageRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103848,7 +102629,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_putMessageErr_op) == 0
+ if (strcmp(operation, "putMessageErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103856,7 +102637,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_copyMessageRes_op) == 0
+ if (strcmp(operation, "copyMessageRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103864,7 +102645,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_copyMessageErr_op) == 0
+ if (strcmp(operation, "copyMessageErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103872,7 +102653,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_moveMessageRes_op) == 0
+ if (strcmp(operation, "moveMessageRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103880,7 +102661,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_moveMessageErr_op) == 0
+ if (strcmp(operation, "moveMessageErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103888,7 +102669,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_deleteMessageRes_op) == 0
+ if (strcmp(operation, "deleteMessageRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103896,7 +102677,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_deleteMessageErr_op) == 0
+ if (strcmp(operation, "deleteMessageErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103904,7 +102685,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_listMessagesRes_op) == 0
+ if (strcmp(operation, "listMessagesRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103912,7 +102693,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_listMessagesErr_op) == 0
+ if (strcmp(operation, "listMessagesErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103920,7 +102701,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_op) == 0
+ if (strcmp(operation, "listMessageBodyPartsRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103928,7 +102709,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr_op) == 0
+ if (strcmp(operation, "listMessageBodyPartsErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103936,7 +102717,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_op) == 0
+ if (strcmp(operation, "getMessageBodyPartsRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103944,7 +102725,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr_op) == 0
+ if (strcmp(operation, "getMessageBodyPartsErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103952,7 +102733,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_op) == 0
+ if (strcmp(operation, "getMessageHeadersRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103960,7 +102741,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_getMessageHeadersErr_op) == 0
+ if (strcmp(operation, "getMessageHeadersErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103968,7 +102749,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_getMessageContentRes_op) == 0
+ if (strcmp(operation, "getMessageContentRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103976,7 +102757,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_getMessageContentErr_op) == 0
+ if (strcmp(operation, "getMessageContentErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103984,7 +102765,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_getFullMessageRes_op) == 0
+ if (strcmp(operation, "getFullMessageRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -103992,7 +102773,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_getFullMessageErr_op) == 0
+ if (strcmp(operation, "getFullMessageErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104000,7 +102781,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_op) == 0
+ if (strcmp(operation, "getMailboxInfoPropertiesRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104008,7 +102789,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_op) == 0
+ if (strcmp(operation, "getFolderInfoPropertiesRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104016,7 +102797,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_op) == 0
+ if (strcmp(operation, "getMessageInfoPropertiesRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104024,7 +102805,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_op) == 0
+ if (strcmp(operation, "setMessageInfoPropertiesRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104032,7 +102813,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_op) == 0
+ if (strcmp(operation, "setMessageInfoPropertiesErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104040,7 +102821,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr_op) == 0
+ if (strcmp(operation, "getMailboxInfoPropertiesErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104048,7 +102829,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr_op) == 0
+ if (strcmp(operation, "getFolderInfoPropertiesErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104056,7 +102837,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr_op) == 0
+ if (strcmp(operation, "getMessageInfoPropertiesErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104064,7 +102845,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMailbox_close_op) == 0
+ if (strcmp(operation, "close") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104072,7 +102853,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMailbox_createFolderReq_op) == 0
+ if (strcmp(operation, "createFolderReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104080,7 +102861,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMailbox_getFoldersReq_op) == 0
+ if (strcmp(operation, "getFoldersReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104088,7 +102869,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMailbox_deleteFolderReq_op) == 0
+ if (strcmp(operation, "deleteFolderReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104096,7 +102877,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMailbox_copyFolderReq_op) == 0
+ if (strcmp(operation, "copyFolderReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104104,7 +102885,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMailbox_moveFolderReq_op) == 0
+ if (strcmp(operation, "moveFolderReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104112,7 +102893,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMailbox_putMessageReq_op) == 0
+ if (strcmp(operation, "putMessageReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104120,7 +102901,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMailbox_copyMessageReq_op) == 0
+ if (strcmp(operation, "copyMessageReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104128,7 +102909,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMailbox_moveMessageReq_op) == 0
+ if (strcmp(operation, "moveMessageReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104136,7 +102917,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMailbox_deleteMessageReq_op) == 0
+ if (strcmp(operation, "deleteMessageReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104144,7 +102925,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMailbox_listMessagesReq_op) == 0
+ if (strcmp(operation, "listMessagesReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104152,7 +102933,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_op) == 0
+ if (strcmp(operation, "listMessageBodyPartsReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104160,7 +102941,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_op) == 0
+ if (strcmp(operation, "getMessageBodyPartsReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104168,7 +102949,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMailbox_getMessageHeadersReq_op) == 0
+ if (strcmp(operation, "getMessageHeadersReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104176,7 +102957,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMailbox_getMessageContentReq_op) == 0
+ if (strcmp(operation, "getMessageContentReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104184,7 +102965,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMailbox_getFullMessageReq_op) == 0
+ if (strcmp(operation, "getFullMessageReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104192,7 +102973,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq_op) == 0
+ if (strcmp(operation, "getMailboxInfoPropertiesReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104200,7 +102981,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq_op) == 0
+ if (strcmp(operation, "getFolderInfoPropertiesReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104208,7 +102989,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq_op) == 0
+ if (strcmp(operation, "getMessageInfoPropertiesReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104216,7 +102997,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_op) == 0
+ if (strcmp(operation, "setMessageInfoPropertiesReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104224,7 +103005,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageRes_op) == 0
+ if (strcmp(operation, "sendMessageRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessaging") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104232,7 +103013,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr_op) == 0
+ if (strcmp(operation, "sendMessageErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessaging") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104240,7 +103021,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageRes_op) == 0
+ if (strcmp(operation, "cancelMessageRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessaging") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104248,7 +103029,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr_op) == 0
+ if (strcmp(operation, "cancelMessageErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessaging") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104256,7 +103037,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_op) == 0
+ if (strcmp(operation, "queryStatusRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessaging") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104264,7 +103045,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr_op) == 0
+ if (strcmp(operation, "queryStatusErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessaging") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104272,7 +103053,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_op) == 0
+ if (strcmp(operation, "messageStatusReport") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessaging") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104280,7 +103061,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_op) == 0
+ if (strcmp(operation, "messageReceived") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessaging") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104288,7 +103069,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_op) == 0
+ if (strcmp(operation, "sendMessageReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessaging") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104296,7 +103077,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq_op) == 0
+ if (strcmp(operation, "cancelMessageReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessaging") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104304,7 +103085,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMultiMediaMessaging_queryStatusReq_op) == 0
+ if (strcmp(operation, "queryStatusReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessaging") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -104312,7 +103093,7 @@ static gboolean dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pt
return TRUE;
}
- if (strcmp(operation, org_csapi_mmm_IpMultiMediaMessaging_close_op) == 0
+ if (strcmp(operation, "close") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessaging") == 0)) {
process_RequestOperation(); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
@@ -105132,4 +103913,3 @@ void proto_reg_handoff_giop_parlay(void) {
}
-